Annotation of parser3/ChangeLog, revision 1.93
1.93 ! misha 1: 2015-01-12 misha
! 2: * src/classes/form.C 1.44:
! 3: * src/include/pa_common.h 1.156:
! 4: * src/include/pa_request_info.h 1.8:
! 5: * src/main/pa_common.C 1.280:
! 6: * src/types/pa_vform.C 1.107:
! 7: * src/types/pa_vform.h 1.61:
! 8: - supports body with PUT method as well ( new feature: #1006 )
! 9:
! 10: * src/classes/file.C 1.232:
! 11: - warnings war
! 12:
! 13: 2015-01-11 misha
! 14: * tests/results/300.processed 1.1:
! 15: *** empty log message ***
! 16:
! 17: * tests/300.html 1.1:
! 18: - test for ^hash.delete[] is added
! 19:
! 20: * src/classes/hash.C 1.119:
! 21: - ^hash.delete[] clear all hash ( new feature: #989 )
! 22: - tiny optimization in intersects
! 23:
! 24: 2015-01-06 moko
! 25: * src/types/pa_vmail.C 1.107:
! 26: file names transcode added, to and cc added with transcode,
! 27: attachments detection fixed
! 28:
! 29: * src/main/pa_request.C 1.338:
! 30: filling mail received after cgi/auto.p load to allow charset
! 31: switch (related to issue #996)
! 32:
! 33: 2014-12-31 moko
! 34: * src/types/pa_vmail.C 1.106:
! 35: from and subject now transcoded if not UTF-8 source charset (
! 36: fixes issue 996)
! 37:
! 38: * src/main/pa_exception.C 1.52:
! 39: fixed string from stack bug (closes issue #1000)
! 40:
! 41: 2014-12-11 misha
! 42: * src/types/pa_vhashfile.C 1.65:
! 43: - check if key is not empty before access ( bug fix: #1005 )
! 44:
! 45: 2014-11-13 misha
! 46: * src/main/compile.tab.C 1.158:
! 47: * tests/results/232.processed 1.3:
! 48: * tests/results/299.processed 1.1:
! 49: *** empty log message ***
! 50:
! 51: * src/main/compile.y 1.266:
! 52: - PC.append does not reset to false while creating a new class.
! 53: bugfix: #990
! 54:
! 55: * tests/299.html 1.1:
! 56: - test for creation class after working with partial class (
! 57: create+append)
! 58:
! 59: * src/types/pa_vobject.C 1.40:
! 60: - @GET[def] always returns true. bugfix: #995
! 61:
! 62: * tests/232.html 1.3:
! 63: - test for @get[def] added
! 64:
! 65: 2014-10-12 moko
! 66: * src/lib/pcre/pcre_internal.vcproj 1.3:
! 67: correct path
! 68:
! 69: 2014-10-11 moko
! 70: * src/classes/classes.vcproj 1.32:
! 71: * src/lib/cord/cord.vcproj 1.7:
! 72: * src/lib/ltdl/ltdl.vcproj 1.10:
! 73: * src/lib/md5/md5.vcproj 1.8:
! 74: * src/lib/pcre/pcre_internal.vcproj 1.2:
! 75: * src/main/main.vcproj 1.29:
! 76: * src/targets/apache/ApacheModuleParser3.vcproj 1.3:
! 77: * src/targets/apache/ApacheModuleParser3Core.vcproj 1.3:
! 78: * src/targets/cgi/parser3.vcproj 1.23:
! 79: * src/targets/isapi/parser3isapi.vcproj 1.18:
! 80: * src/types/types.vcproj 1.31:
! 81: project GUID inserted in *.vcproj for correct conversion in
! 82: newer VS versions
! 83:
! 84: * parser3.sln 1.19:
! 85: * src/lib/pcre/pcre_internal.vcproj 1.1:
! 86: pcre_internal.vcproj added
! 87:
! 88: 2014-08-28 moko
! 89: * src/lib/pcre/Makefile.in 1.23:
! 90: * src/main/pa_charset.C 1.96:
! 91: * src/targets/apache/Makefile.am 1.11:
! 92: * src/targets/apache/Makefile.in 1.13:
! 93: * src/targets/cgi/Makefile.am 1.65:
! 94: * src/targets/cgi/Makefile.in 1.86:
! 95: *** empty log message ***
! 96:
! 97: * src/lib/pcre/Makefile.am 1.9:
! 98: * src/lib/pcre/pa_pcre_chartables.c 1.1:
! 99: * src/lib/pcre/pa_pcre_internal.h 1.3:
! 100: * src/lib/pcre/pa_pcre_valid_utf8.c 1.1:
! 101: _pcre_default_tables and pcre_valid_utf are copied to parser3
! 102: code (fixes issue #991)
! 103:
! 104: 2014-06-29 misha
! 105: * tests/results/298.processed 1.1:
! 106: *** empty log message ***
! 107:
! 108: * tests/298.html 1.1:
! 109: - tests for ^reflection:def[class;className] added
! 110:
! 111: * src/classes/reflection.C 1.30:
! 112: - ^reflection:def[class;className] added ( new feature: #918 )
! 113:
! 114: * src/classes/table.C 1.301:
! 115: - ^table::create[unsupported data] - exception comment changed
! 116: to "body must be table or code" ( bug fix: #951 )
! 117:
! 118: * tests/261.html 1.3:
! 119: * tests/results/261.processed 1.3:
! 120: - tests for ^json:string[...;$.void[null|string]] added
! 121:
! 122: * src/classes/json.C 1.32:
! 123: * src/types/pa_value.h 1.153:
! 124: * src/types/pa_vvoid.h 1.41:
! 125: - new option $.void[string|null] added to ^json:string[...] (
! 126: new feature: #952 )
! 127:
! 128: 2014-06-27 moko
! 129: * src/classes/curl.C 1.30:
! 130: $.charset now processed before other curl options (closes issue #
! 131: 980)
! 132:
! 133: 2014-05-23 misha
! 134: * src/classes/json.C 1.31:
! 135: - bug fix: #987
! 136:
! 137: 2014-05-04 misha
! 138: * tests/results/253.processed 1.8:
! 139: * tests/results/255.processed 1.3:
! 140: *** empty log message ***
! 141:
! 142: * tests/253.html 1.7:
! 143: * tests/253_json.txt 1.4:
! 144: - test for ^json:parse[$.int(false)] is added
! 145:
! 146: * src/classes/json.C 1.30:
! 147: - To ^json:parse[] added option $.int(bool, default true). The
! 148: option is similar to $.double(bool) but for integers.
! 149:
! 150: 2014-05-01 moko
! 151: * src/classes/file.C 1.231:
! 152: "PARSER_VERSION" -> PARSER_VERSION ( bugfix: #12 )
! 153:
! 154: 2014-04-15 moko
! 155: * src/main/pa_http.C 1.61:
! 156: response-charset option should finally work now (fix for issue #
! 157: 867)
! 158:
! 159: * src/main/pa_http.C 1.60:
! 160: response-charset option should work now (fix for issue #867)
! 161:
! 162: 2014-03-07 moko
! 163: * buildall 1.13:
! 164: * buildall [release_3_4_3] 1.12.2.1:
! 165: libgc moved
! 166:
! 167: 2013-12-29 moko
! 168: * src/classes/string.C 1.212:
! 169: ^string:js-unescape result now tainted, closes issue #966
! 170:
! 171: * tests/186.html 1.5:
! 172: * tests/results/186.processed 1.4:
! 173: ^string:js-unescape result now tainted, issue #966
! 174:
! 175: 2013-12-02 moko
! 176: * src/classes/memcached.C 1.11:
! 177: * src/types/pa_vmemcached.C 1.16:
! 178: * src/types/pa_vmemcached.h 1.7:
! 179: memcached open $.skip-connect(true|false) option was added for
! 180: http://www.parser.ru/forum/?id=79343
! 181:
! 182: * src/classes/file.C 1.230:
! 183: bugfix for http://www.parser.ru/forum/?id=79337
! 184:
! 185: 2013-11-05 moko
! 186: * configure.in 1.202:
! 187: * src/include/pa_version.h 1.51:
! 188: 3.4.3 -> 3.4.4b
! 189:
! 190: * src/main/pa_globals.C 1.192:
! 191: spelling fixed
! 192:
! 193: 2013-10-29 moko
! 194: * src/lib/json/json.vcproj 1.5:
! 195: json.c -> pa_json.C
! 196:
! 197: * src/lib/json/pa_json.C 1.13:
! 198: C++ compatibility addes, related to issue #892
! 199:
! 200: * src/classes/json.C 1.29:
! 201: * src/lib/json/Makefile.am 1.7:
! 202: * src/lib/json/json.c 1.12:
! 203: * src/lib/json/json.h 1.3:
! 204: * src/lib/json/pa_json.C 1.12:
! 205: json.c -> pa_json.C (for exceptions to be thrown thougth json
! 206: library), related to issue #892
! 207:
! 208: 2013-10-28 moko
! 209: * src/main/pa_charset.C 1.95:
! 210: avoid compilation bug in Debian 6.0.8 x32, related to issue #896
! 211:
! 212: 2013-10-24 moko
! 213:
! 214: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
! 215:
! 216: 2013-10-23 moko
! 217:
! 218: * README: actualization
! 219:
! 220: 2013-10-22 moko
! 221:
! 222: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
! 223: compatibility patch from Sergey Kirpichev
! 224:
! 225: * tests/: 297.html, results/297.processed: non-working getter fix
! 226: test for issue #948
! 227:
! 228: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
! 229: called when saving value of $match variable in ^string.match[] to
! 230: increase compatibility (related to issue #948).
! 231:
! 232: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
! 233: usage optimization
! 234:
! 235: 2013-10-21 moko
! 236:
! 237: * tests/: 182.html, results/182.processed: local path removed for
! 238: compatibility
! 239:
! 240: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
! 241: results/244.processed, results/253.processed,
! 242: results/254.processed, results/275.processed,
! 243: results/281.processed: try_catch -> try-catch
! 244:
! 245: * tests/: 288.html, 294.html, 296.html, results/288.processed,
! 246: results/294.processed, results/296.processed: try_catch ->
! 247: try-catch
! 248:
! 249: 2013-10-20 moko
! 250:
! 251: * tests/: 296.html, results/296.processed: test for xsl exception
! 252: for issue #938 added.
! 253:
! 254: * src/: include/pa_xml_exception.h,
! 255: main/pa_stylesheet_connection.C: forgotten to be replaced
! 256: XmlException is now replaced (once again closes issue #938)
! 257:
! 258: 2013-10-19 misha
! 259:
! 260: * bin/auto.p.dist.in: - more mime-types are added
! 261:
! 262: 2013-10-18 moko
! 263:
! 264: * buildall: disable clock_gettime detection to avoid librt linking
! 265: (which in turn depends on libpthread), related to issue #943
! 266:
! 267: 2013-10-18 misha
! 268:
! 269: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 270: lib/smtp/smtp.vcproj, main/main.vcproj,
! 271: targets/apache/ApacheModuleParser3Core.vcproj,
! 272: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 273: types/types.vcproj: - new locations for libxml2 includes where
! 274: added to vcproj files
! 275:
! 276: 2013-10-18 moko
! 277:
! 278: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
! 279: fix
! 280:
! 281: * tests/: 295.html, results/295.processed: test for issue #948
! 282: updated
! 283:
! 284: * src/classes/table.C: hopefully last lost part for issue #948 fix.
! 285: :)
! 286:
! 287: * tests/: 295.html, results/295.processed: test for issue #948
! 288: added
! 289:
! 290: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 291: include/pa_request.h, types/pa_method.h: for getters and setters
! 292: to be executed request.put_element should be called, not
! 293: context.put_element (fixes issue #948)
! 294:
! 295: 2013-10-17 moko
! 296:
! 297: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
! 298: LIBXML2_NEW_BUFFER check (closes issue #943)
! 299:
! 300: * buildall: libxml 2.9.1 build is broken --without-reader.
! 301:
! 302: 2013-10-16 moko
! 303:
! 304: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
! 305:
! 306: * tests/: 294.html, results/294.processed: test for issue #938
! 307:
! 308: * src/: classes/xdoc.C, classes/xnode.C,
! 309: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
! 310: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
! 311:
! 312: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
! 313: libxslt-1.1.26 -> libxslt-1.1.28
! 314:
! 315: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
! 316: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
! 317: to '?', related to issue #938
! 318:
! 319: 2013-10-15 moko
! 320:
! 321: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
! 322: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
! 323: minor optimizations (closes issue #896)
! 324:
! 325: * tests/results/: 292.processed, 293.processed: results updated to
! 326: comply with issue #896
! 327:
! 328: * tests/: 292.html, 293.html, results/292.processed,
! 329: results/293.processed: tests for json escaping
! 330:
! 331: 2013-10-14 moko
! 332:
! 333: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
! 334: and cleanup, code moved from .h to .C, no changes in code
! 335:
! 336: 2013-10-12 moko
! 337:
! 338: * tests/results/119.processed: updated test result commited
! 339:
! 340: * tests/: 291.html, results/291.processed: test for issue #894
! 341: added
! 342:
! 343: * src/types/pa_wcontext.h: base methods call support function
! 344: get_somebody_entered_some_class should not be true forever, as
! 345: wcontext can have many get_elements calls (fixes issue #894)
! 346:
! 347: 2013-10-11 moko
! 348:
! 349: * tests/: 290.html, results/290.processed: test for junction GPF
! 350: issue #942 added
! 351:
! 352: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
! 353: to native method fixed (closes issue #942)
! 354:
! 355: * tests/: 158.html, results/158.processed: test for csv-string[]
! 356: added
! 357:
! 358: * src/classes/table.C: minor fixes for table.csv-string[] (closes
! 359: feature #907)
! 360:
! 361: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
! 362: feature #907)
! 363:
! 364: 2013-10-09 moko
! 365:
! 366: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
! 367: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
! 368: types/pa_vstateless_class.C: GET_default, SET_default now works
! 369: properly not only in objects, but in classes as well (closes
! 370: issue #903)
! 371:
! 372: * tests/: 289.html, results/289.processed: GET/SET_default now
! 373: works in classes, not only objects, test case added, related to
! 374: issue #903
! 375:
! 376: * tests/: 288.html, results/288.processed: test for endless
! 377: recursion bug added (related to issue #903)
! 378:
! 379: 2013-10-05 moko
! 380:
! 381: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
! 382: classes/table.C, main/execute.C, types/pa_method.h,
! 383: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 384: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 385: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
! 386: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
! 387: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
! 388: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 389: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 390: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 391: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
! 392: optimization: put_element no longer has "bool areplace" argument,
! 393: related to issue #903
! 394:
! 395: 2013-10-03 moko
! 396:
! 397: * tests/results/182.processed: result for $.replace(false) test
! 398: commited
! 399:
! 400: * src/classes/date.C: ^date::create(number) processed correctly
! 401: (fixes issue #901)
! 402:
! 403: * src/classes/image.C: as_no_junction removed, as param can be
! 404: expression (closes issue #931)
! 405:
! 406: * tests/233.html: test for issue #931 added
! 407:
! 408: 2013-10-02 moko
! 409:
! 410: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
! 411: modified, test for $.replace(false) added
! 412:
! 413: * src/main/compile_tools.h: forgotten class replace returned. :)
! 414:
! 415: 2013-09-30 moko
! 416:
! 417: * tests/: 141.html, results/141.processed: md5 tainting test added
! 418:
! 419: * src/: classes/op.C, include/pa_request.h, main/compile.y,
! 420: main/compile_tools.h, main/pa_request.C: allow_class_replace
! 421: implemented; $.replace option added to ^process and ^use
! 422:
! 423: 2013-08-27 moko
! 424:
! 425: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
! 426: cstr_to_string_body_untaint should be called with charsets for
! 427: possible uri language and connection for possible sql language.
! 428: related to issue #857
! 429:
! 430: * buildall: and -> or fixed
! 431:
! 432: 2013-08-26 moko
! 433:
! 434: * buildall: prepare_ functions logic changed to support
! 435: gc-7.2d.tar.gz extracting to gc-7.2 directory
! 436:
! 437: 2013-08-23 moko
! 438:
! 439: * src/include/pa_config_fixed.h: gc and xml libs are now linked
! 440: statically
! 441:
! 442: 2013-08-22 moko
! 443:
! 444: * src/classes/string.C: String::Empty used (related to issue #912)
! 445: append_know_length removed (related to old GPF bug)
! 446:
! 447: 2013-08-21 moko
! 448:
! 449: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
! 450:
! 451: * src/classes/math.C: ^math:digest[...;$file] support added
! 452: (related to ticket #857
! 453:
! 454: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
! 455: implemented
! 456:
! 457: * src/types/pa_vhashfile.h: warning war
! 458:
! 459: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
! 460: include/pa_request.h, main/pa_request.C, types/pa_value.h:
! 461: anti_endless_json_string_recoursion removed from request;
! 462: json_string_recoursion added to json_options; $.indent[indent
! 463: value] now supported and passed within recoursion closes feature
! 464: #937
! 465:
! 466: * tests/: 287.html, results/287.processed: test for feature #937
! 467:
! 468: 2013-07-31 moko
! 469:
! 470: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
! 471: compilation having #define _S
! 472:
! 473: * src/main/pa_globals.C: cleanup
! 474:
! 475: 2013-07-30 moko
! 476:
! 477: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
! 478: main/pa_common.C: vs2003 warning war
! 479:
! 480: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
! 481:
! 482: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
! 483:
! 484: * src/lib/md5/pa_sha2.c: warning war
! 485:
! 486: 2013-07-29 moko
! 487:
! 488: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
! 489: patches from github
! 490:
! 491: * src/: classes/bool.C, classes/double.C, classes/int.C,
! 492: classes/memcached.C, include/pa_config_includes.h,
! 493: types/pa_vfile.C, types/pa_vfile.h: warning war
! 494:
! 495: * src/lib/json/json.vcproj: C++ -> C
! 496:
! 497: * src/lib/json/: json.c, pa_json.C: C++ warning revert
! 498:
! 499: * src/lib/json/: json.c, pa_json.C: windows compatibility
! 500:
! 501: * src/lib/json/: json.c, pa_json.C: windows compatibility
! 502:
! 503: * src/lib/json/: json.c, pa_json.C: warning war
! 504:
! 505: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
! 506:
! 507: * src/include/pa_config_fixed.h: uint16_t added
! 508:
! 509: * configure.in: uint16_t check added
! 510:
! 511: * src/: classes/json.C, lib/json/JSON_parser.C,
! 512: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
! 513: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
! 514: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
! 515: with similar GPL licenced libjson (fixes issue #892)
! 516:
! 517: 2013-07-25 moko
! 518:
! 519: * parser3.sln: dependencies added
! 520:
! 521: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
! 522: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
! 523: module support
! 524:
! 525: * src/targets/apache/mod_parser3_core.C: win32 cleanup
! 526:
! 527: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
! 528:
! 529: 2013-07-23 moko
! 530:
! 531: * src/: include/pa_memory.h, main/pa_memory.C: non-working
! 532: PA_DEBUG_GC_MEMORY removed
! 533:
! 534: * src/: main/pa_globals.C, targets/cgi/parser3.C:
! 535: PA_DEBUG_DISABLE_GC compilation fix
! 536:
! 537: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 538: main/pa_request.C: outdated RESOURCES_DEBUG removed
! 539:
! 540: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
! 541: garbage cleanup
! 542:
! 543: * src/main/pa_common.C: warning war
! 544:
! 545: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
! 546:
! 547: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
! 548: minor cleanup
! 549:
! 550: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
! 551: uses cygwin, not WIN32 implementation
! 552:
! 553: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
! 554: able to exec shell scripts
! 555:
! 556: * src/classes/math.C: ifdef WIN32 cleanup
! 557:
! 558: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
! 559:
! 560: * bin/auto.p.dist.in: libpq.so -> libpq.
! 561:
! 562: * src/classes/curl.C: LT_MODULE_EXT used
! 563:
! 564: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
! 565:
! 566: 2013-07-22 moko
! 567:
! 568: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
! 569: includes fix
! 570:
! 571: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
! 572:
! 573: * configure.in, src/include/pa_config_includes.h,
! 574: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
! 575: src/main/pa_exec.C: includes cleanup
! 576:
! 577: * src/targets/cgi/parser3.C: 2012->2013
! 578:
! 579: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
! 580:
! 581: * configure.in, src/include/pa_config_includes.h,
! 582: src/include/pa_http.h, src/lib/json/JSON_parser.h,
! 583: src/main/pa_random.C, src/main/pa_socks.C,
! 584: src/types/pa_vstatus.C: cygwin support cleanup
! 585:
! 586: * configure.in: dirent.h check added
! 587:
! 588: * src/: include/pa_config_includes.h, include/pa_dir.h,
! 589: main/pa_dir.C: includes cleanup, dirent.h check added filePath
! 590: not copied
! 591:
! 592: 2013-07-21 moko
! 593:
! 594: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
! 595:
! 596: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
! 597: parser3.vcproj: unused getopt.h / getopt.c removed
! 598:
! 599: * operators.txt, src/classes/file.C, tests/022.html,
! 600: tests/results/022.processed: ^file:list[path][$.filter[regexp]
! 601: $.stat(true)] usage commented
! 602:
! 603: * configure.in, src/classes/file.C, src/include/pa_dir.h,
! 604: src/main/pa_dir.C: ^file:list[] now has dir column and when
! 605: $.stat(true) it has size/*date columns modified patch from misha@
! 606: that closes issue #914.
! 607:
! 608: * src/: include/pa_config_includes.h, main/pa_globals.C:
! 609: PA_RELEASE_ASSERTS removed
! 610:
! 611: * src/lib/md5/pa_md5c.c: minor cleanup
! 612:
! 613: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
! 614: localeconv()->decimal_point usage remoed (related to issue #934)
! 615:
! 616: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
! 617: cordprnt.c removed
! 618:
! 619: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
! 620: pa-include/pa_errno.h, pa-include/pa_file_io.h,
! 621: pa-include/pa_strings.h: includes cleanup
! 622:
! 623: * src/lib/md5/pa_md5c.c: headers cleanup
! 624:
! 625: 2013-07-20 moko
! 626:
! 627: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
! 628: cleanup
! 629:
! 630: 2013-07-19 moko
! 631:
! 632: * src/classes/math.C: extern "C" added for crypt
! 633:
! 634: 2013-07-18 moko
! 635:
! 636: * src/classes/math.C: fix redhat7.2 build
! 637:
! 638: 2013-07-17 moko
! 639:
! 640: * configure.in, src/include/pa_config_includes.h,
! 641: src/include/pa_config_fixed.h: headers actualized (inttypes.h
! 642: added for uint8/32/64_t)
! 643:
! 644: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
! 645: pa_config_includes.h used for uint32/64_t
! 646:
! 647: 2013-07-16 moko
! 648:
! 649: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
! 650: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
! 651: war
! 652:
! 653: * src/main/compile.tab.C: compile.y was updated
! 654:
! 655: * src/main/compile.y: warning war
! 656:
! 657: * src/: include/pa_exception.h, main/pa_exception.C,
! 658: main/pa_xml_exception.C: warning war
! 659:
! 660: * src/: include/pa_common.h, main/pa_common.C: warning war
! 661:
! 662: * configure.in: beauty :)
! 663:
! 664: * tests/: 141.html, results/141.processed: sha256/512 added
! 665:
! 666: 2013-07-13 moko
! 667:
! 668: * src/lib/md5/md5.vcproj: sha2 added
! 669:
! 670: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
! 671: classes/math.C: sha2 support (sha256/sha512 digest)
! 672:
! 673: 2013-07-08 moko
! 674:
! 675: * src/classes/image.C: directory read or other read problem message
! 676: fixed (related to issue #933)
! 677:
! 678: 2013-07-07 moko
! 679:
! 680: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
! 681: dependense from $charsetsdir directory existance and content (and
! 682: UTF-8 is default allready)
! 683:
! 684: * AUTHORS: + misha + moko. :)
! 685:
! 686: 2013-07-06 moko
! 687:
! 688: * src/: classes/curl.C, include/pa_globals.h,
! 689: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
! 690: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
! 691: for lt_dlinit to be called once and lt_dlexit called at right
! 692: place (related to issue #925)
! 693:
! 694: 2013-07-04 moko
! 695:
! 696: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
! 697: VString::as_vfile now uses vfile.set_binary_string to avoid
! 698: content-type to be set, as it brokes badly designed logic in
! 699: response output. This hopefully finishes issue #928.
! 700:
! 701: * tests/results/: 256.processed, 286.processed: file now displayed
! 702: as name, size, mode, content-type
! 703:
! 704: * src/main/pa_common.C: read error now reported cottectly (fixes
! 705: issue #933
! 706:
! 707: 2013-06-28 moko
! 708:
! 709: * tests/: 286.html, results/286.processed: test extended
! 710:
! 711: * tests/: 286.html, results/286.processed: Test for issue #928
! 712: added. it tests default content-type change.
! 713:
! 714: * src/types/pa_vfile.C: closes issue #928 - default content-type
! 715: now updated
! 716:
! 717: 2013-06-25 moko
! 718:
! 719: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
! 720: content-type for text/binary files without name added;
! 721: ^file::create[$f;...] options now works properly and $f
! 722: properties are default (fixes issue #928)
! 723:
! 724: 2013-05-16 misha
! 725:
! 726: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
! 727: added
! 728:
! 729: * src/main/pa_table.C: - a tiny memory optimisation while creating
! 730: table if specified limit is bigger than source rows count
! 731:
! 732: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
! 733: added ( new feature: #858 )
! 734:
! 735: 2013-04-29 moko
! 736:
! 737: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
! 738: $.ipresolve(0|1|2) added (closes issue #891)
! 739:
! 740: * src/lib/curl/curl.h: CURL_IPRESOLVE added
! 741:
! 742: 2013-04-24 moko
! 743:
! 744: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 745: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
! 746: types/pa_vmemcached.h: ^memcache.release[] added, calls
! 747: memcached_quit (refs #893)
! 748:
! 749: 2013-04-22 moko
! 750:
! 751: * src/: include/pa_string.h, main/pa_common.C: no more double
! 752: slashes in file path (fixes bug #872)
! 753:
! 754: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
! 755: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
! 756: #739)
! 757:
! 758: * tests/results/266.processed: $.max_params added (feature #915)
! 759:
! 760: * src/: include/pa_common.h, main/pa_http.C: response-charset
! 761: option added to file::load (closes issue #867)
! 762:
! 763: 2013-04-20 misha
! 764:
! 765: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
! 766: commited
! 767:
! 768: 2013-03-15 misha
! 769:
! 770: * src/classes/: hash.C, table.C: - Optimisation: do not create
! 771: multiple empty strings while ::sql. uae String::Empty instead
! 772:
! 773: 2013-03-14 misha
! 774:
! 775: * src/classes/reflection.C: - for user classes
! 776: ^reflection:method_info[] returns $.max_params and $.extra_param
! 777: with $.call_type if they available ( new feature: #915 )
! 778:
! 779: * src/classes/file.C: - ^file:delete[] now supports an option
! 780: $.exception(false) that suppress any exception while deleting
! 781: file ( new feature: #916 )
! 782:
! 783: * src/classes/curl.C: - parsing cookies after curl:load now should
! 784: work :)
! 785:
! 786: 2013-03-12 misha
! 787:
! 788: * src/types/pa_vfile.C: - if specified file_name is empty string
! 789: set default name for the file
! 790:
! 791: 2013-03-11 misha
! 792:
! 793: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
! 794: also available in $f.cookies
! 795:
! 796: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
! 797: moved to a separate method
! 798:
! 799: 2013-03-10 moko
! 800:
! 801: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
! 802: added
! 803:
! 804: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
! 805: removed (declared by autoconf)
! 806:
! 807: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
! 808: uint32_t define
! 809:
! 810: 2013-03-10 misha
! 811:
! 812: * src/classes/file.C: ^file:delete and ^file:move now support
! 813: option $.keep-empty-dirs(true) ( new feature: #884 )
! 814:
! 815: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
! 816: empty dirs is added
! 817:
! 818: 2013-03-10 moko
! 819:
! 820: * src/classes/: bool.C, double.C, int.C: default can be present,
! 821: but default check removed from ^int/double/bool.int/double/bool
! 822: for string.int/double/bool compatibility (related to issue #913)
! 823:
! 824: * src/classes/string.C: ^string.int/dobule/bool no longer
! 825: internally throws exception if default is present (closes issue
! 826: #913)
! 827:
! 828: 2013-03-09 misha
! 829:
! 830: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
! 831: optimisations ( #845 )
! 832:
! 833: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
! 834:
! 835: 2013-03-08 moko
! 836:
! 837: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
! 838: creates correct table (fixes issue #910)
! 839:
! 840: * src/classes/op.C: r.connection() -> r.connection(false) to allow
! 841: use outside of 'connect' operator (fixes issue #911)
! 842:
! 843: * tests/results/: 096.processed, 122.processed: test results
! 844: updated as doubles now printed with 15 significant digits, not 5
! 845: (fixes issue #882)
! 846:
! 847: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
! 848: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
! 849:
! 850: 2013-02-21 moko
! 851:
! 852: * src/classes/table.C: _locate_name_value does not check arguments
! 853: count, so we check it in advance (fixes issue #905)
! 854:
! 855: 2012-10-23 moko
! 856:
! 857: * buildall: old shell for and echo compatibility (for six)
! 858:
! 859: 2012-10-19 moko
! 860:
! 861: * buildall: --strip added --disable-safe-mode listed in usage
! 862:
! 863: 2012-10-17 misha
! 864:
! 865: * src/classes/op.C: - apply-taint should not throw "outside
! 866: connect" exception with sql lang now
! 867:
! 868: 2012-10-17 moko
! 869:
! 870: * src/main/pa_request.C: bugfix: safe mode should be inited for
! 871: each request (for apache module)
! 872:
! 873: 2012-09-26 moko
! 874:
! 875: * src/doc/doxygen.cfg: png -> svg
! 876:
! 877: 2012-09-25 moko
! 878:
! 879: * tests/: 141.html, results/141.processed: md5 hmac added, long key
! 880: test added
! 881:
! 882: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
! 883: double use when key is long
! 884:
! 885: 2012-09-16 moko
! 886:
! 887: * src/classes/math.C: Format -> Method Encode -> Format
! 888:
! 889: * tests/: 141.html, results/141.processed: math:digest hmac test
! 890: added
! 891:
! 892: 2012-09-14 moko
! 893:
! 894: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
! 895: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
! 896: implementation added
! 897:
! 898: 2012-09-12 moko
! 899:
! 900: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
! 901: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
! 902: targets.dox and string.dox slightly actualized
! 903:
! 904: 2012-08-31 moko
! 905:
! 906: * ChangeLog: now generated with patched cvs2cl.pl
! 907:
! 908: 2012-07-29 moko
! 909:
! 910: * tests/285.html, src/main/execute.C, tests/results/285.processed:
! 911: result should be pushed after VMethodFrame destructor is called,
! 912: as it deletes junctions from stack params (fixes issue #868)
! 913:
! 914: 2012-07-23 moko
! 915:
! 916: * INSTALL, README: buildall script usage documented, other outdated
! 917: info updated.
! 918:
! 919: * buildall-with-xml, buildall-without-xml: replaced by buildall
! 920:
! 921: 2012-07-21 moko
! 922:
! 923: * buildall: glib does not compile when threads are disabled...
! 924:
! 925: * src/types/pa_vmail.C: g_assertion fixes for empty input
! 926:
! 927: * src/types/pa_vmail.C: yet another fix (strange GPF on object
! 928: unref, can't unref nested objects)
! 929:
! 930: * src/types/pa_vmail.C: another check added
! 931:
! 932: 2012-07-19 moko
! 933:
! 934: * buildall: usage added
! 935:
! 936: * buildall: new buildall script that unites buildall-with-xml,
! 937: buildall-without-xml, --with-apache and --with-mailreceive
! 938:
! 939: * configure.in: support for static gmime and dynamic glib linking.
! 940: fixes for FreeBSD
! 941:
! 942: 2012-07-17 moko
! 943:
! 944: * configure.in: --with-mailreceive replaced
! 945: --with-static-mailreceive and --with-shared-mailreceive pathlink
! 946: removed
! 947:
! 948: 2012-07-16 moko
! 949:
! 950: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
! 951: capitalized, content now decoded and text content converted to
! 952: $request:charset. all properties are accessed by functions, this
! 953: ready for dynamic load.
! 954:
! 955: 2012-06-28 moko
! 956:
! 957: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
! 958: 32 bit
! 959:
! 960: 2012-06-27 moko
! 961:
! 962: * buildall-with-xml, buildall-without-xml: fetch requires -p for
! 963: passive ftp
! 964:
! 965: * src/lib/ltdl/ltdl.vcproj: release build fixed
! 966:
! 967: * configure.in: 3.4.2 RC -> 3.4.2
! 968:
! 969: 2012-06-22 moko
! 970:
! 971: * src/types/pa_vfile.C: returned empty mode to stated files (issue
! 972: #815)
! 973:
! 974: * tests/: 284.html, results/284.processed: output options test
! 975: (feature #265)
! 976:
! 977: 2012-06-22 misha
! 978:
! 979: * tests/215.html: - little changes
! 980:
! 981: 2012-06-21 moko
! 982:
! 983: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
! 984: types/pa_vxdoc.h: output_options returned and used (bugfix for
! 985: feature #265)
! 986:
! 987: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
! 988: breaks long .*, default 10M restored. (issue #216)
! 989:
! 990: * tests/: 283.html, results/283.processed: test for issue #815
! 991: added
! 992:
! 993: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
! 994: again, cstrm not required.
! 995:
! 996: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
! 997: Win32 and broken FreeBSD (issue #45)
! 998:
! 999: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
! 1000:
! 1001: * src/main/pa_string.C: warnings war
! 1002:
! 1003: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
! 1004: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
! 1005: main/pa_socks.C, targets/apache/pa_threads.C,
! 1006: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 1007: types/pa_vstatus.C: compilation under cygwin fixed
! 1008:
! 1009: 2012-06-19 moko
! 1010:
! 1011: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
! 1012: Windows fixed
! 1013:
! 1014: * parser3.sln: removed antique pcre_ctype
! 1015:
! 1016: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
! 1017:
! 1018: * src/include/pa_config_fixed.h: undefined reference to
! 1019: __imp__pcre_* fix for Windows
! 1020:
! 1021: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
! 1022: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
! 1023: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
! 1024: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
! 1025: define fixed
! 1026:
! 1027: 2012-06-18 moko
! 1028:
! 1029: * src/classes/memcached.C: flush -> clear
! 1030:
! 1031: * src/classes/memcached.C: memcached does not support quotes even
! 1032: in server name
! 1033:
! 1034: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 1035: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
! 1036: called on open to check servers existance. $.key(true) syntax
! 1037: now supported
! 1038:
! 1039: 2012-06-17 moko
! 1040:
! 1041: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
! 1042: cleanup
! 1043:
! 1044: * src/classes/table.C, tests/282.cfg, tests/282.html,
! 1045: tests/results/282.processed: encloser at the EOF bug fixed,
! 1046: incorrectly enclosed data now processed more logicaly (fixes
! 1047: #339)
! 1048:
! 1049: 2012-06-15 moko
! 1050:
! 1051: * buildall-without-xml: sync with buildall-with-xml
! 1052:
! 1053: * buildall-with-xml: download auto-detected between fetch and curl
! 1054:
! 1055: * configure.in: --with-gc and --with-pcre now also processed
! 1056: correctly
! 1057:
! 1058: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
! 1059: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
! 1060: should be run on rol1 using automake / aclocal (GNU automake)
! 1061: 1.11.1 autoconf (GNU Autoconf) 2.68
! 1062:
! 1063: * configure.in: new PARSER_VERSION logic
! 1064:
! 1065: * src/include/pa_version.h: new pa_version.h logic
! 1066:
! 1067: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 1068: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
! 1069: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
! 1070: feols_normalized -> fis_text_content set_binary added
! 1071:
! 1072: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
! 1073:
! 1074: 2012-06-15 misha
! 1075:
! 1076: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 1077: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
! 1078: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
! 1079: ^file::create[text;content] EOLs in content now is normalized. (
! 1080: new feature: #815 )
! 1081:
! 1082: 2012-06-15 moko
! 1083:
! 1084: * configure.in: --disable-version-update added to disable version
! 1085: update with host information (for debian package) whitespace
! 1086: optimized
! 1087:
! 1088: * configure.in: version changed to 3.4.2 RC no-pic added for
! 1089: libtool
! 1090:
! 1091: * src/include/pa_version.h: Nice pa_version.h default. Please keep
! 1092: it.
! 1093:
! 1094: 2012-06-14 moko
! 1095:
! 1096: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
! 1097: tests/results/281.processed: "hash flocked" error removed for
! 1098: safe operations like ^h._count[] ( new feature: #335 )
! 1099:
! 1100: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
! 1101:
! 1102: * buildall-with-xml, buildall-without-xml: --with-static -> --with
! 1103:
! 1104: * configure.in: --with-static/shared xml replaced with --with-xml,
! 1105: xml compilation check added
! 1106:
! 1107: * configure.in: --with-static/shared-gc, --with-static-pcre are
! 1108: replaced with --with-gc and --with-pcre test for pcre linking
! 1109: added
! 1110:
! 1111: 2012-06-13 moko
! 1112:
! 1113: * configure.in: apxs2 check optimized
! 1114:
! 1115: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
! 1116: .la, includes optimized
! 1117:
! 1118: * buildall-with-xml: --with-pic looks better for -fPIC
! 1119:
! 1120: * configure.in: switched to convenience library in static linking
! 1121:
! 1122: * src/targets/apache/Makefile.am: switched to convenience library
! 1123: usage to avoid libtool warnings
! 1124:
! 1125: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
! 1126: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
! 1127: smtp/Makefile.am: switched to convenience library usage
! 1128:
! 1129: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
! 1130:
! 1131: * src/targets/apache/Makefile.am: updated for libtool usage
! 1132:
! 1133: * bin/auto.p.dist.in: .cfg removed from charset names.
! 1134:
! 1135: * buildall-without-xml: --with-included-ltdl added
! 1136:
! 1137: * buildall-without-xml: sync with buildall-with-xml
! 1138:
! 1139: * buildall-with-xml: --with-included-ltdl added $cflags added for
! 1140: -fPIC for x64 $download added for wget success check added
! 1141:
! 1142: * buildall-without-xml: --with-dynamic-stdcpp removed
! 1143:
! 1144: * configure.in: disable-static returned
! 1145:
! 1146: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
! 1147: LIBTOOLFLAGS
! 1148:
! 1149: 2012-06-12 moko
! 1150:
! 1151: * configure.in, src/targets/cgi/Makefile.am: disable-static not
! 1152: compatible with LIBTOOLFLAGS for unknown reasons
! 1153:
! 1154: * buildall-with-xml: --with-dynamic-stdcpp removed
! 1155:
! 1156: * configure.in: static/dynamic -lstdc++ linking option removed
! 1157: apxs2 check added
! 1158:
! 1159: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
! 1160: option removed
! 1161:
! 1162: 2012-06-10 moko
! 1163:
! 1164: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
! 1165: added
! 1166:
! 1167: * src/targets/cgi/pp3.cmd: old PAF stuff
! 1168:
! 1169: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
! 1170: beauty
! 1171:
! 1172: * depcomp: from libtool 2.4.2
! 1173:
! 1174: * configure.in: ltdl directory removed, it has correct Makefile.in
! 1175:
! 1176: 2012-06-09 moko
! 1177:
! 1178: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
! 1179: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
! 1180: autogenerated files updated after libtool update
! 1181:
! 1182: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
! 1183: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
! 1184: config_auto.h.in, config_fixed.h, configure, configure.ac,
! 1185: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
! 1186: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
! 1187: config/compile, config/config.guess, config/config.sub,
! 1188: config/depcomp, config/install-sh, config/ltmain.sh,
! 1189: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
! 1190: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
! 1191: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
! 1192: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
! 1193: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
! 1194: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
! 1195: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
! 1196: m4/lt~obsolete.m4: libtool updated to version 2.4.2
! 1197:
! 1198: * configure.in: preparation for new libtool
! 1199:
! 1200: * configure.in: Some beauty added :)
! 1201:
! 1202: * src/targets/apache/Makefile.am: := -> =
! 1203:
! 1204: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
! 1205: again. :)
! 1206:
! 1207: * src/include/pa_config_includes.h, configure.in: limits.h added,
! 1208: previously was taken from pcre_internal.h. :)
! 1209:
! 1210: * src/lib/pcre/Makefile.am: config.h returned
! 1211:
! 1212: * src/lib/pcre/config.h: still need this. :)
! 1213:
! 1214: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
! 1215:
! 1216: * configure.in: --with-charsets removed; --with-mysql-client & co
! 1217: removed
! 1218:
! 1219: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
! 1220: now in parser tree, no need to copy
! 1221:
! 1222: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
! 1223: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
! 1224: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
! 1225: debian/patches/101_pcre.patch - local copy of pcre_internal.h
! 1226: extracts now used old trash removed
! 1227:
! 1228: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
! 1229: rare charsets/drivers are commented, sql driver quessing removed
! 1230: (debian/patches/103_auto_p.patch)
! 1231:
! 1232: * etc/parser3.charsets/Makefile.am: charsets now in share
! 1233: (debian/patches/104_automake.patch) + all charsets are copied
! 1234:
! 1235: * buildall-with-xml, buildall-without-xml: curl option removed +
! 1236: extra arguments now supported
! 1237:
! 1238: 2012-06-08 misha
! 1239:
! 1240: * src/classes/table.C: - one params.as_hash usage was rolled back:
! 1241: the 2nd option in ^table.hash[] could be hash or table so
! 1242: .as_hash will throw an exception when table option is specified
! 1243:
! 1244: * src/: classes/curl.C, classes/file.C, classes/hash.C,
! 1245: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
! 1246: classes/table.C, classes/void.C, classes/xdoc.C,
! 1247: include/pa_exception.h, types/pa_vmethod_frame.C,
! 1248: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
! 1249: and improved (whitespaces are allowed as empty options) -
! 1250: MethodParams::as_table is added - above methods are used for
! 1251: parsing methods' options ( new feature: #9 )
! 1252:
! 1253: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
! 1254: to vclass. now class fields can be accessible as a hash:
! 1255: $h[^hash::create[$asd:CLASS]]
! 1256:
! 1257: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
! 1258: have get_fields method so their fields can be accessed with
! 1259: ^reflection:fields[...] & ^reflection:field[...]
! 1260:
! 1261: 2012-06-06 misha
! 1262:
! 1263: * tests/280.html: - tests for
! 1264: ^reflection:method[obj-or-class;method],
! 1265: ^reflection:field[obj-or-class;field] and
! 1266: ^reflection:fields[obj-or-class] are added
! 1267:
! 1268: 2012-06-05 misha
! 1269:
! 1270: * src/classes/reflection.C: - ^reflection:method[class or
! 1271: object;method name] and ^reflection:field[class or object;field
! 1272: name] are added
! 1273:
! 1274: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
! 1275: is used
! 1276:
! 1277: * src/types/pa_method.h: - Method::as_vjunction method is added
! 1278:
! 1279: 2012-06-05 moko
! 1280:
! 1281: * src/targets/Makefile.am: cgi now build with apache module
! 1282:
! 1283: * src/classes/memcached.C: flish ttl fixed
! 1284:
! 1285: 2012-06-04 moko
! 1286:
! 1287: * src/classes/json.C, src/classes/op.C, tests/279.html,
! 1288: tests/results/279.processed: ^json:parse[] now supports $.taint
! 1289: option (new feature #833)
! 1290:
! 1291: 2012-06-04 misha
! 1292:
! 1293: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
! 1294: - search_stop method was moved from pa_vcookie.C to pa_common.C
! 1295:
! 1296: 2012-06-03 misha
! 1297:
! 1298: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
! 1299: cookies are parced and stored into $.cookies ( new feature: #31 )
! 1300:
! 1301: 2012-05-30 misha
! 1302:
! 1303: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
! 1304: incomplete class into a scope while @USE is found
! 1305:
! 1306: * src/main/compile.y: - add incomplete class into a scope while
! 1307: @USE and @CLASS instructions are found ( bugfix: #838 )
! 1308:
! 1309: 2012-05-30 moko
! 1310:
! 1311: * src/types/pa_vclass.C, tests/278.html,
! 1312: tests/results/278.processed: removed "property has no getter
! 1313: method" exception when GET_DEFAULT present (fixes #269)
! 1314:
! 1315: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
! 1316: $._default
! 1317:
! 1318: 2012-05-29 moko
! 1319:
! 1320: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
! 1321: uninitialized values usage (new feature: #154)
! 1322:
! 1323: 2012-05-28 moko
! 1324:
! 1325: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
! 1326: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
! 1327: src/types/pa_vdate.h, src/types/pa_vdouble.h,
! 1328: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
! 1329: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 1330: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 1331: tests/results/277.processed, src/types/pa_vtable.h,
! 1332: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
! 1333: ^json:string[$o; $.default[$method]] implemented for VObject (new
! 1334: feature #803)
! 1335:
! 1336: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
! 1337: tests/results/277.processed: json numbers are now treated as
! 1338: double ( new feature: #834 )
! 1339:
! 1340: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
! 1341: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
! 1342: added for out of range checks, zero division in vint/vdouble
! 1343: check added ( fixes #832 )
! 1344:
! 1345: * tests/: 275.html, results/275.processed: tests for pa_atoui added
! 1346: ( fixes #832 )
! 1347:
! 1348: 2012-05-28 misha
! 1349:
! 1350: * buildall-with-xml: - --without-lzma option is added to libxml2
! 1351: configure
! 1352:
! 1353: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
! 1354: added - tests for unsupported values for options $.file, $.table
! 1355: and $.date are added
! 1356:
! 1357: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
! 1358: accepts "stat" $.file[] option's value in addition to existed
! 1359: "text" and "base64" ( new feature: #835 )
! 1360:
! 1361: * tests/276.html: - test for
! 1362: ^reflection:delete[$object-or-class;field-name]
! 1363:
! 1364: * src/classes/reflection.C: -
! 1365: ^reflection:delete[$object-or-class;field-name] is added ( new
! 1366: feature: #268 )
! 1367:
! 1368: 2012-05-27 misha
! 1369:
! 1370: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
! 1371:
! 1372: 2012-05-24 misha
! 1373:
! 1374: * src/include/pa_common.h: - method lastposafter was removed
! 1375:
! 1376: * src/classes/file.C: - use strrpbrk & rskipchars instead of
! 1377: lastposafter - ^file:dirname[] & Co proper handle windows file
! 1378: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
! 1379: work as *nix commands
! 1380:
! 1381: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
! 1382:
! 1383: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
! 1384: rskipchars were added
! 1385:
! 1386: * tests/270.html: - more tests for ^file:find[]
! 1387:
! 1388: * tests/065.html: - more tests for ^file:dirname[] & Co
! 1389:
! 1390: * src/include/pa_version.h: - must be "win32" here. it is
! 1391: auto-generated on *nix
! 1392:
! 1393: 2012-05-24 moko
! 1394:
! 1395: * src/classes/math.C: ^math:convert[] now supports uint32 and
! 1396: throws overflow exception ( new feature: #830 )
! 1397:
! 1398: * tests/: 275.html, results/275.processed: test for ^math:convert[]
! 1399: uint32 support and overflow added ( new feature: #830 )
! 1400:
! 1401: 2012-05-23 moko
! 1402:
! 1403: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
! 1404: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
! 1405: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
! 1406: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
! 1407: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
! 1408: types/pa_vregex.h, types/pa_vstateless_class.C,
! 1409: types/pa_vstateless_class.h, types/pa_vstring.h,
! 1410: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
! 1411: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
! 1412: "return string as-is" removed from as_expr_result. ( new feature:
! 1413: #831 )
! 1414:
! 1415: * tests/results/244.processed: test changed after bug #782 fix
! 1416: commited
! 1417:
! 1418: * tests/results/229.processed: test results for bug #782 commited
! 1419:
! 1420: * tests/: 254.html, results/254.processed: uid now just compared,
! 1421: not printed. :)
! 1422:
! 1423: 2012-05-20 moko
! 1424:
! 1425: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
! 1426: feature: #341 )
! 1427:
! 1428: * tests/: 254.html, results/254.processed: test for
! 1429: ^reflection:uid[] added
! 1430:
! 1431: * tests/: 254.html, results/254.processed: test for
! 1432: ^reflection:uid[$obj] added
! 1433:
! 1434: 2012-05-17 misha
! 1435:
! 1436: * src/main/untaint.C: - do not replace ' char by _26 while
! 1437: exploding filespec-tainting ( new feature: #829 )
! 1438:
! 1439: 2012-05-12 moko
! 1440:
! 1441: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
! 1442: not.
! 1443:
! 1444: 2012-05-08 moko
! 1445:
! 1446: * src/types/pa_vmethod_frame.h: bug #782 fixed
! 1447:
! 1448: * tests/229.html: test for bug #782
! 1449:
! 1450: * tests/results/259.processed, src/main/pa_request.C,
! 1451: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 1452: src/types/pa_vstring.h, src/types/pa_vvoid.C,
! 1453: src/types/pa_vvoid.h: feature #154 - first empty param now
! 1454: string; defined locals are empty strings; $STRICT-VARS(true)
! 1455: added
! 1456:
! 1457: 2012-04-27 moko
! 1458:
! 1459: * src/targets/apache/Makefile.am:
! 1460: ../../lib/memcached/libmemcached.a added
! 1461:
! 1462: 2012-04-27 misha
! 1463:
! 1464: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
! 1465: ( #827 )
! 1466:
! 1467: 2012-04-25 moko
! 1468:
! 1469: * src/: classes/json.C, classes/memcached.C,
! 1470: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
! 1471: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
! 1472: implemented.
! 1473:
! 1474: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
! 1475:
! 1476: 2012-04-23 moko
! 1477:
! 1478: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 1479: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
! 1480: types/pa_vmemcached.h: open allows options hash for new
! 1481: memcached(options) function
! 1482:
! 1483: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
! 1484: not appended
! 1485:
! 1486: 2012-04-21 moko
! 1487:
! 1488: * src/classes/curl.C: '' added. :)
! 1489:
! 1490: * src/classes/classes.vcproj: new curl.h location
! 1491:
! 1492: * src/classes/curl.C: verbose output redirection from stderr to
! 1493: file curl option added
! 1494:
! 1495: 2012-04-20 moko
! 1496:
! 1497: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
! 1498: contains what we need from curl, #ifdef HAVE_CURL removed
! 1499:
! 1500: * configure, configure.in, src/classes/Makefile.am,
! 1501: src/include/pa_config_auto.h.in, src/include/pa_version.h,
! 1502: src/lib/Makefile.am, src/lib/curl/Makefile.am,
! 1503: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
! 1504: configure option
! 1505:
! 1506: 2012-04-19 moko
! 1507:
! 1508: * src/: classes/double.C, classes/inet.C, classes/int.C,
! 1509: classes/string.C, lib/gc/include/gc_allocator.h,
! 1510: types/pa_vform.C: PVS-Studio detected errors fixes, unused
! 1511: options from sql_result_string removed. (closes issue #468)
! 1512:
! 1513: * src/types/pa_vmemcached.C: empty string fix
! 1514:
! 1515: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
! 1516: pa_vstring.C, pa_vstring.h: serialization helpers moved to
! 1517: pa_vmemcached.C
! 1518:
! 1519: 2012-04-18 moko
! 1520:
! 1521: * src/targets/apache/mod_parser3.c: "Parser3 module requires
! 1522: apache2-mpm-prefork" error displayed in threaded mpm.
! 1523:
! 1524: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
! 1525: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
! 1526: installed (issue #354)
! 1527:
! 1528: 2012-04-16 moko
! 1529:
! 1530: * src/types/pa_vmemcached.C: call to memcached_result_create and
! 1531: memcached_result_free removed
! 1532:
! 1533: 2012-04-14 moko
! 1534:
! 1535: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
! 1536:
! 1537: * src/types/pa_vmemcached.C: check_key added and used
! 1538:
! 1539: 2012-04-13 moko
! 1540:
! 1541: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
! 1542: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
! 1543: Serialization_data now added and used, VString now serialized
! 1544: with languages into memcached.
! 1545:
! 1546: 2012-03-28 moko
! 1547:
! 1548: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
! 1549: lib/memcached/pa_memcached.h: result lengths added
! 1550:
! 1551: 2012-03-27 moko
! 1552:
! 1553: * src/types/pa_vmemcached.C: strdup added
! 1554:
! 1555: 2012-03-24 moko
! 1556:
! 1557: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 1558: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
! 1559: types/pa_vmemcached.h: memcached: mget, flush, fttl added
! 1560:
! 1561: 2012-03-20 moko
! 1562:
! 1563: * configure, configure.in: Makefiles.in updated for memcached
! 1564:
! 1565: * src/targets/cgi/Makefile.am: cleanup
! 1566:
! 1567: * src/: types/Makefile.am, types/pa_vmemcached.C,
! 1568: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
! 1569:
! 1570: * src/: classes/Makefile.am, classes/memcached.C,
! 1571: lib/memcached/Makefile.am, lib/memcached/constants.h,
! 1572: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
! 1573: lib/memcached/types.h, lib/Makefile.am: memcached initial
! 1574:
! 1575: 2012-03-16 moko
! 1576:
! 1577: * src/main/execute.C: ident now works under Linux + ident displays
! 1578: filenames (closes issue #818)
! 1579:
! 1580: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
! 1581: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
! 1582: pa_vmethod_frame_local.h removed
! 1583:
! 1584: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
! 1585: classes/classes.h, classes/curl.C, classes/date.C,
! 1586: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 1587: classes/hashfile.C, classes/image.C, classes/inet.C,
! 1588: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
! 1589: classes/memory.C, classes/op.C, classes/reflection.C,
! 1590: classes/regex.C, classes/response.C, classes/string.C,
! 1591: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 1592: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 1593: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 1594: include/pa_config_fixed.h, include/pa_config_includes.h,
! 1595: include/pa_dictionary.h, include/pa_dir.h,
! 1596: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 1597: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
! 1598: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 1599: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
! 1600: include/pa_request_charsets.h, include/pa_request_info.h,
! 1601: include/pa_sapi.h, include/pa_socks.h,
! 1602: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 1603: include/pa_stack.h, include/pa_string.h,
! 1604: include/pa_stylesheet_connection.h,
! 1605: include/pa_stylesheet_manager.h, include/pa_table.h,
! 1606: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 1607: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 1608: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 1609: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
! 1610: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
! 1611: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
! 1612: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 1613: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
! 1614: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 1615: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 1616: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
! 1617: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
! 1618: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 1619: main/pa_string.C, main/pa_stylesheet_connection.C,
! 1620: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 1621: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
! 1622: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
! 1623: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
! 1624: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
! 1625: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 1626: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 1627: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
! 1628: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
! 1629: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 1630: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 1631: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
! 1632: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 1633: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
! 1634: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
! 1635: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 1636: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
! 1637: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
! 1638: types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 1639: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
! 1640: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
! 1641: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
! 1642: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 1643: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 1644: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 1645: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 1646: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 1647: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
! 1648: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 1649: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
! 1650: ident now works under Linux + ident displays filenames (closes
! 1651: issue #818) Copyright updated
! 1652:
! 1653: 2012-03-13 moko
! 1654:
! 1655: * src/main/pa_string.C: compilation fix for feature #741
! 1656:
! 1657: 2012-03-09 misha
! 1658:
! 1659: * tests/193.html: - tests for ^string:base64[encoded] are updated
! 1660:
! 1661: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
! 1662: now detects invalid base64 chars in the middle of encoded stricg
! 1663: ( new feature: #55 )
! 1664:
! 1665: * src/include/pa_exception.h: - new exception type for base64
! 1666: decoding is added
! 1667:
! 1668: 2012-03-06 misha
! 1669:
! 1670: * tests/274.html: - tests for ^date::today[] and
! 1671: ^date.sql-string[datetime|date|time] are added
! 1672:
! 1673: * src/classes/date.C: - constructor ^date::today[] is added ( new
! 1674: feature: #811 ) - ^date.sql-string[] now can accept one param --
! 1675: strings "datetime", "date" or "time" - comments tidying up
! 1676:
! 1677: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
! 1678: date and time
! 1679:
! 1680: 2012-03-03 misha
! 1681:
! 1682: * tests/193.html: - tests for
! 1683: ^string:base64[encoded;$.strict(true)] are added
! 1684:
! 1685: * tests/results/auto.p: - try-catch operator is added
! 1686:
! 1687: * src/: classes/file.C, classes/string.C, include/pa_common.h,
! 1688: main/pa_common.C: - $.strict(true|false) option is added to
! 1689: base64 decode methods ( new feature: #55 )
! 1690:
! 1691: * src/main/pa_common.C: - base64 decode memory usage was decreased
! 1692: ( new feature: #819 )
! 1693:
! 1694: 2012-02-28 moko
! 1695:
! 1696: * src/classes/hash.C: ident test
! 1697:
! 1698: 2012-02-27 misha
! 1699:
! 1700: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
! 1701:
! 1702: 2012-01-08 misha
! 1703:
! 1704: * tests/273.html: - tests for ^string.replace[from;to] are added
! 1705:
! 1706: * src/: classes/string.C, include/pa_dictionary.h,
! 1707: main/pa_dictionary.C, main/pa_string.C: -
! 1708: ^string.replace[from;to] is added ( new feature: #741 ) -
! 1709: ^string.replace[one subst here] is slightly optimized
! 1710:
! 1711: 2011-12-07 misha
! 1712:
! 1713: * src/classes/table.C: - $t[^table::create{$empty}] now creates
! 1714: named table with one empty column ( bugfix: #63 )
! 1715:
! 1716: 2011-11-30 misha
! 1717:
! 1718: * src/classes/json.C: - it's possible to set user's method for
! 1719: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
! 1720: #763 )
! 1721:
! 1722: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
! 1723:
! 1724: 2011-11-23 misha
! 1725:
! 1726: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 1727: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
! 1728: types/pa_vfile.h, types/pa_vform.C: - constructor
! 1729: ^file::create[mode;filename;content[;options]] now accepts binary
! 1730: mode and file-content - new constructor's format:
! 1731: ^file::create[string-or-file-content[;$.name[filename]
! 1732: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
! 1733: feature: #65 )
! 1734:
! 1735: * src/: include/pa_request.h, main/pa_request.C: - new method
! 1736: mime_type_of(const String*) is added
! 1737:
! 1738: * src/include/pa_exception.h: - new exception constant
! 1739: FILE_NAME_MUST_BE_SPECIFIED is added
! 1740:
! 1741: * src/classes/table.C: - bug with negative offset transformed into
! 1742: a feature. it means pointing to a row from the end of the table (
! 1743: new feature: #810 )
! 1744:
! 1745: 2011-11-19 misha
! 1746:
! 1747: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
! 1748: â ìåòîäå _select ( new feature: #810 )
! 1749:
! 1750: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
! 1751: options were specified together is simplified
! 1752:
! 1753: 2011-11-12 misha
! 1754:
! 1755: * src/main/pa_request.C: - forgotten fix for escaping filename in
! 1756: HTTP content-disposition header (a part of bug #361 )
! 1757:
! 1758: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
! 1759: checks for ancestors' classes as well ( new feature: #456 )
! 1760:
! 1761: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
! 1762: "without cycle" now have types "parser.break" and
! 1763: "parser.continue" instead of "parser.runtime" ( new feature: #799
! 1764: )
! 1765:
! 1766: 2011-11-11 misha
! 1767:
! 1768: * tests/results/: 099.processed, 100.processed, 205.processed,
! 1769: 237.processed: - since bug #361 was fixed the content of filename
! 1770: in HTTP headers is quoted
! 1771:
! 1772: * tests/results/270.processed: - result for test 270
! 1773:
! 1774: * tests/: 065.html, results/065.processed: - more tests for
! 1775: ^file:basename[] & Co were added
! 1776:
! 1777: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
! 1778:
! 1779: * tests/270.html: - tests for ^file:find[] are added
! 1780:
! 1781: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
! 1782: using option $.charset. option $.engoding is still supported but
! 1783: these options can not be specified together
! 1784:
! 1785: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
! 1786: comparation charset name with string "UTF-8" ( bugfix: #759 )
! 1787:
! 1788: 2011-10-11 misha
! 1789:
! 1790: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
! 1791: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
! 1792: #622)
! 1793:
! 1794: 2011-09-30 misha
! 1795:
! 1796: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
! 1797: exception "saving stat-ed file" ( bugfix: #395 )
! 1798:
! 1799: 2011-05-30 misha
! 1800:
! 1801: * src/classes/string.C: - fixed bug which was added with
! 1802: params.as_hash into string:sql
! 1803:
! 1804: 2011-05-29 misha
! 1805:
! 1806: * src/types/pa_value.C: - filename in content-disposition header
! 1807: must be quoted ( bugfix: #361 )
! 1808:
! 1809: 2011-05-27 misha
! 1810:
! 1811: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
! 1812: created file
! 1813:
! 1814: * src/classes/: hash.C, mail.C: - little tunning with get_hash
! 1815: usage
! 1816:
! 1817: * src/include/pa_exception.h: - one more string for exception was
! 1818: added
! 1819:
! 1820: 2011-05-25 misha
! 1821:
! 1822: * tests/269.html: - tests for checking input params in some dom
! 1823: methods
! 1824:
! 1825: * src/classes/: xdoc.C, xnode.C: - validation of some input params
! 1826: was added. it isn't possible not wo create xdoc with invalid
! 1827: tagName. ( bugfix: #160 )
! 1828:
! 1829: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
! 1830: string "data must be string" was mover from pa_exception.h to
! 1831: pa_xml_exception.h
! 1832:
! 1833: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
! 1834: as_xmlncname, as_xmlname and as_xmlnsuri were added
! 1835:
! 1836: * src/main/pa_xml_exception.C: - XmlException accepts more options
! 1837:
! 1838: * src/include/pa_xml_exception.h: - XmlException accepts more
! 1839: options - XML-related exception's strings were added
! 1840:
! 1841: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
! 1842: output_options were removed)
! 1843:
! 1844: 2011-05-19 misha
! 1845:
! 1846: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
! 1847: params.as_hash is used more while parsing methods hash-options
! 1848:
! 1849: 2011-05-18 misha
! 1850:
! 1851: * operators.txt: - info about json-serialization of xdoc was added
! 1852:
! 1853: * tests/256.html: - tests for json-serialization xdoc were added
! 1854:
! 1855: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
! 1856:
! 1857: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 1858: classes/json.C, classes/xdoc.C: - now json:string can serialize
! 1859: xdoc-objects. options (the same as ^xdoc.string[]) could be
! 1860: specified in $.xdoc[] ( new feature: #265 )
! 1861:
! 1862: 2011-05-15 misha
! 1863:
! 1864: * tests/268.html: - tests for ^table.count[with options] were added
! 1865:
! 1866: * src/classes/table.C: - method ^table.count[] now can accept
! 1867: options ( new feature: #93 ): ^table.count[column] returns number
! 1868: of columns for named table; ^table.count[cells] returns number of
! 1869: cells in the current row; ^table.count[] & ^table.count[rows]
! 1870: return number of rows in a table.
! 1871:
! 1872: * tests/267.html: - test for checking switch/case in boolean mode
! 1873: was added
! 1874:
! 1875: * src/classes/op.C: - if switch's or case's value is bool, they are
! 1876: compared as bool values, not as double values: new feature: #351
! 1877:
! 1878: 2011-05-06 misha
! 1879:
! 1880: * tests/242.html: - EOL before EOF was added
! 1881:
! 1882: * tests/169.html: - tests for splitting empty string and void were
! 1883: added
! 1884:
! 1885: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
! 1886: returned table with one empty cell)
! 1887:
! 1888: 2011-04-03 misha
! 1889:
! 1890: * src/include/pa_version.h, configure.in: - version in head was
! 1891: changed to 3.4.2b
! 1892:
! 1893: 2011-03-30 misha
! 1894:
! 1895: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
! 1896: as well ( new feature #294 )
! 1897:
! 1898: 2011-03-29 misha
! 1899:
! 1900: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
! 1901: limited to approx. 6 MB. previous limits were too big for real
! 1902: life. bugfix: #216
! 1903:
! 1904: 2011-03-04 moko
! 1905:
! 1906: * etc/parser3.charsets/cp866.cfg: Conforms to
! 1907: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
! 1908:
! 1909: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
! 1910: vlalek@
! 1911:
! 1912: 2011-02-22 misha
! 1913:
! 1914: * src/include/pa_charset.h, operators.txt: - some methods mustn't
! 1915: be under #ifdef XML or parser can't be compiled without xml
! 1916: support
! 1917:
! 1918: 2011-02-21 misha
! 1919:
! 1920: * src/targets/apache/: Makefile.am: - mention
! 1921: ApacheModuleParser3.vcproj was removed
! 1922:
! 1923: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
! 1924: removed)
! 1925:
! 1926: 2011-02-20 misha
! 1927:
! 1928: * tests/: 266.html, 266.p: - tests for checking $.inherited and
! 1929: $.overridden in ^reflection:method_info[...] were added
! 1930:
! 1931: * src/classes/reflection.C: - beautifying result of
! 1932: ^reflection:method_info[] ($.overridden/inherited)
! 1933:
! 1934: 2011-02-18 misha
! 1935:
! 1936: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
! 1937: and pa_isalnum instead of isalpha and isalnum - bug with
! 1938: redundand quoting lowercased latin chars while building email
! 1939: body was fixed
! 1940:
! 1941: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
! 1942: added (they check for latin chars only)
! 1943:
! 1944: 2011-02-16 misha
! 1945:
! 1946: * src/main/pa_charset.C: - bugfix: in some cases the calculating
! 1947: string size for transcoding gave too small value (should ever
! 1948: look for availability char in dest charset inspite of the char
! 1949: size)
! 1950:
! 1951: 2011-02-04 moko
! 1952:
! 1953: * tests/223.html: header values now not url-encoded (issue #195)
! 1954:
! 1955: 2011-02-01 misha
! 1956:
! 1957: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
! 1958:
! 1959: 2011-01-31 misha
! 1960:
! 1961: * src/main/pa_request.C: - throw exception if param file_name in
! 1962: use_file is empty
! 1963:
! 1964: 2011-01-08 moko
! 1965:
! 1966: * src/classes/curl.C: compilations errors fixed
! 1967:
! 1968: 2010-12-29 moko
! 1969:
! 1970: * tests/: 265.html, results/265.processed: test for issue #200
! 1971: added
! 1972:
! 1973: * src/main/pa_string.C: empty regex result check added (fixes issue
! 1974: #200)
! 1975:
! 1976: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
! 1977:
! 1978: * tests/results/223.processed: header values now not url-encoded
! 1979: (issue #195)
! 1980:
! 1981: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
! 1982: main/untaint.C: L_HTTP_HEADER now used in http headers values,
! 1983: pa_http_safe_header_name added for headers names (fixes bug #195)
! 1984:
! 1985: 2010-12-18 misha
! 1986:
! 1987: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
! 1988: => pa-include
! 1989:
! 1990: 2010-11-28 moko
! 1991:
! 1992: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
! 1993:
! 1994: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
! 1995: -> pa
! 1996:
! 1997: * configure.in: apr -> pa
! 1998:
! 1999: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
! 2000:
! 2001: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
! 2002: classes/Makefile.am, types/Makefile.am: apr -> pa
! 2003:
! 2004: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
! 2005: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
! 2006: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
! 2007: pa-include/pa_apr.h, pa-include/pa_errno.h,
! 2008: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
! 2009: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
! 2010: module apr name conflict resolved)
! 2011:
! 2012: 2010-11-27 misha
! 2013:
! 2014: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
! 2015: libbz2
! 2016:
! 2017: 2010-11-26 misha
! 2018:
! 2019: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
! 2020: warnings removed
! 2021:
! 2022: 2010-11-25 moko
! 2023:
! 2024: * operators.txt: $.indent(true)
! 2025:
! 2026: * operators.txt: another bugfix. :)
! 2027:
! 2028: * operators.txt: bugfix. :)
! 2029:
! 2030: * buildall-with-xml: libxml2-2.7.8 + with-apache
! 2031:
! 2032: 2010-11-24 moko
! 2033:
! 2034: * configure: apxs support
! 2035:
! 2036: * configure.in: apxs support -Bstatic gc removed for OS X
! 2037:
! 2038: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
! 2039:
! 2040: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
! 2041: THREAD_LOCAL usage
! 2042:
! 2043: * src/: classes/curl.C, include/pa_config_includes.h,
! 2044: main/pa_globals.C: THREAD_LOCAL defined and used
! 2045:
! 2046: 2010-11-23 moko
! 2047:
! 2048: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
! 2049: should be passed to pa_sleep, and only fractional part (bugfix:
! 2050: #188)
! 2051:
! 2052: * src/targets/apache/mod_parser3.c: 1.3 compatibility
! 2053:
! 2054: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
! 2055: GC_dont_gc=1, as in cgi version
! 2056:
! 2057: * src/targets/apache/mod_parser3.c: warning war
! 2058:
! 2059: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
! 2060: pa_httpd.h: version removed, some trash removed
! 2061:
! 2062: * src/targets/apache/mod_parser3.c: version removed (we don't want
! 2063: to show it), warning war
! 2064:
! 2065: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
! 2066: pa_httpd.h: parser_status_allowed removed + merge config
! 2067: functions removed (override is the default) + beauty
! 2068:
! 2069: * src/: include/pa_request.h, main/pa_request.C,
! 2070: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
! 2071: hide $status used in apache module removed
! 2072:
! 2073: 2010-11-18 moko
! 2074:
! 2075: * operators.txt: $.table[compact] added for ^json:string[]
! 2076:
! 2077: 2010-11-16 moko
! 2078:
! 2079: * src/targets/apache/mod_parser3.c: some cleanup done
! 2080:
! 2081: * src/main/untaint.C: bugfix: first, second String::Body argument
! 2082: is hashcode; second, info.fragment_begin is original, not
! 2083: resulting length
! 2084:
! 2085: * src/classes/file.C: new feature: $.stdin now untainted
! 2086:
! 2087: * tests/results/264.processed: new feature: $.stdin[] now untainted
! 2088:
! 2089: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
! 2090:
! 2091: * src/classes/op.C: ^apply-taint[] method added
! 2092:
! 2093: * tests/: 264.html, results/264.processed: ^apply-taint[] test
! 2094: added; $.stdin untaint test added
! 2095:
! 2096: 2010-11-15 moko
! 2097:
! 2098: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
! 2099: removed
! 2100:
! 2101: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
! 2102: pa_httpd.h: 2x2 calculated under apache2. :)
! 2103:
! 2104: 2010-11-13 moko
! 2105:
! 2106: * src/targets/apache/mod_parser3.c: initial changes to build module
! 2107: with apache 2.x includes
! 2108:
! 2109: * src/targets/apache/: Makefile.am, mod_parser3.c,
! 2110: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
! 2111: united apache 1.3 / apache 2.x DSO module
! 2112:
! 2113: 2010-11-09 moko
! 2114:
! 2115: * src/types/pa_method.h: check added to dissallow @method[name;*]
! 2116: syntax
! 2117:
! 2118: * tests/: 263.html, results/263.processed: test from method[*args]
! 2119: added
! 2120:
! 2121: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
! 2122: number of params can now be passed to a method declared with *arg
! 2123:
! 2124: 2010-11-06 moko
! 2125:
! 2126: * src/classes/table.C: formating fixed. :)
! 2127:
! 2128: * src/classes/table.C: closes #4: ^table.select now supports
! 2129: $.limit(), $.offset, $.reverse() options
! 2130:
! 2131: * tests/: 262.html, results/262.processed: test for ^table:select
! 2132: with options added (feature #4)
! 2133:
! 2134: * src/include/pa_array.h: remove function added
! 2135:
! 2136: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
! 2137: object in get_element/put_element, using static one.
! 2138:
! 2139: 2010-11-04 moko
! 2140:
! 2141: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
! 2142: options is passed
! 2143:
! 2144: * tests/: 256.html, results/256.processed: $.table[compact] feature
! 2145: now tested; k and p in handler now tested.
! 2146:
! 2147: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
! 2148: $.table[compact] feature added
! 2149:
! 2150: * src/classes/json.C: key is now passed to handler in
! 2151: value_json_string; ^json:string result now process tainting
! 2152: inside and returns clean string, related to issue #153
! 2153:
! 2154: * src/main/untaint.C: bugfix: charset can be null (in
! 2155: ^string:save[] as example), thus check is added
! 2156:
! 2157: 2010-10-31 moko
! 2158:
! 2159: * src/classes/string.C: error message changed (fixes issue #149)
! 2160:
! 2161: 2010-10-29 moko
! 2162:
! 2163: * src/main/pa_http.C: ":port" is now added to "Host:" header if
! 2164: port is not default (fixes issue #155); exception on invalid port
! 2165: added.
! 2166:
! 2167: * src/main/untaint.C: '*' is now not urlencoded to allow header
! 2168: "Accept: */*" to be passed
! 2169:
! 2170: 2010-10-28 moko
! 2171:
! 2172: * src/classes/curl.C: bugfix: detect_charset() was throwing
! 2173: exception on unknown charset even if response_charset was
! 2174: specified
! 2175:
! 2176: 2010-10-27 moko
! 2177:
! 2178: * src/classes/string.C: ^string.append removed for void
! 2179: compatibility
! 2180:
! 2181: 2010-10-26 moko
! 2182:
! 2183: * src/classes/json.C: libjson supports array at top level, we too
! 2184: (GPF fixed)
! 2185:
! 2186: 2010-10-25 moko
! 2187:
! 2188: * tests/: 253.html, results/253.processed: libjson supports array
! 2189: at top level, parser now supports it as well.
! 2190:
! 2191: * tests/261.html, tests/results/261.processed,
! 2192: src/types/pa_vstring.h: empty string is now void compatible
! 2193: (allows $empty.key)
! 2194:
! 2195: 2010-10-22 misha
! 2196:
! 2197: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
! 2198: while adding additional expires checkout)
! 2199:
! 2200: * tests/030.html: - test for session cookie was added
! 2201:
! 2202: 2010-10-21 moko
! 2203:
! 2204: * src/: classes/string.C, classes/void.C, main/execute.C,
! 2205: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
! 2206: string (feature #111)
! 2207:
! 2208: * tests/: 261.html, results/261.processed: checks void from string
! 2209: inheritance (feature #111)
! 2210:
! 2211: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
! 2212: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
! 2213: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
! 2214: now true by default
! 2215:
! 2216: 2010-10-17 moko
! 2217:
! 2218: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
! 2219: upload now uses binary blocks instead of L_FILE_POST tainting.
! 2220: (bugfix: #128)
! 2221:
! 2222: * tests/: 223.html, results/223.processed: binary file upload test
! 2223: added, GPF (issue #128) also checked in this test
! 2224:
! 2225: 2010-10-13 misha
! 2226:
! 2227: * tests/260.html: - test for math:convert
! 2228:
! 2229: * src/classes/math.C: - error in math:convert was fixed
! 2230:
! 2231: * operators.txt: - info about
! 2232: ^math:convert[number](from-base;to-base) was added
! 2233:
! 2234: * src/classes/math.C: - method
! 2235: ^math:convert[number](from-base;to-base) for converting number
! 2236: represention from one base to another was added ( new feature:
! 2237: #23 )
! 2238:
! 2239: 2010-10-13 moko
! 2240:
! 2241: * src/main/compile.tab.C: [] now is empty string, not void
! 2242:
! 2243: * src/main/compile.y: [] now is empty string, not void
! 2244:
! 2245: * src/types/pa_vvoid.h: void now passed as parameter
! 2246:
! 2247: * tests/: 259.html, results/259.processed: to test difference
! 2248: between void and empty string (see ticket #111)
! 2249:
! 2250: * tests/results/152.processed: $sEmpty[] is now empty string, not
! 2251: void
! 2252:
! 2253: * tests/256.html: $s[$void] is no longer empty string
! 2254:
! 2255: * tests/254.html: empty string is no longer void
! 2256:
! 2257: 2010-10-12 misha
! 2258:
! 2259: * src/types/pa_vcookie.C: - check if $.expires value can be
! 2260: converted to date during cookies set up ( bugfix: #104 )
! 2261:
! 2262: * tests/041.html: - more tests for ^table.locate were added
! 2263:
! 2264: * src/classes/table.C: - ^table.locate[field;value;options] didn't
! 2265: work ( bugfix: #129 ) - exception comment for incorrect options
! 2266: ^table.locate[field;value;options] was fixed
! 2267:
! 2268: 2010-10-10 moko
! 2269:
! 2270: * src/: classes/reflection.C, main/execute.C: constructor returning
! 2271: another object feature returned
! 2272:
! 2273: * tests/results/258.processed: test result updated as constructor
! 2274: returning another object feature returned
! 2275:
! 2276: * tests/: 258.html, results/258.processed: test for constructor
! 2277: returning another object
! 2278:
! 2279: 2010-10-08 misha
! 2280:
! 2281: * tests/257.html: - whitespaces after @METACOMMANDS and their
! 2282: options shouldn't cause exceptions any longer
! 2283:
! 2284: 2010-10-06 moko
! 2285:
! 2286: * src/classes/: hash.C, table.C: length from sql server is now
! 2287: ignored, as sql string can contain 0x00 inside (bugfix: #119)
! 2288:
! 2289: 2010-10-02 misha
! 2290:
! 2291: * operators.txt: - the X mark was removed from ^cache[file]. it is
! 2292: usable to delete cache file.
! 2293:
! 2294: 2010-10-02 moko
! 2295:
! 2296: * tests/: 253.html, results/253.processed: hook_key added for key
! 2297: checking
! 2298:
! 2299: * src/classes/json.C: null key bug fixed
! 2300:
! 2301: 2010-09-29 misha
! 2302:
! 2303: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
! 2304:
! 2305: 2010-09-25 moko
! 2306:
! 2307: * src/classes/json.C: small fixed
! 2308:
! 2309: * tests/results/: 253.processed, 255.processed: just updated
! 2310:
! 2311: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
! 2312: results/255.processed: charset transcode test added for
! 2313: json:parse
! 2314:
! 2315: 2010-09-24 moko
! 2316:
! 2317: * src/types/pa_value.h: warning war :)
! 2318:
! 2319: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
! 2320: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
! 2321: ^json:string
! 2322:
! 2323: 2010-09-22 moko
! 2324:
! 2325: * src/main/pa_charset.C: parser charset tables declare only
! 2326: white-space before 0x20, thus adding the missing chars
! 2327:
! 2328: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
! 2329: to http://unicode.org/Public/MAPPINGS/VENDORS/
! 2330:
! 2331: 2010-09-21 misha
! 2332:
! 2333: * src/main/compile.y: - some semicolons were added (VS2010 don't
! 2334: want to compile grammar if they are absent)
! 2335:
! 2336: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
! 2337:
! 2338: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
! 2339:
! 2340: * src/main/main.vcproj: - path to bison is changed
! 2341:
! 2342: 2010-09-21 moko
! 2343:
! 2344: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
! 2345: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
! 2346: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
! 2347:
! 2348: 2010-09-20 misha
! 2349:
! 2350: * src/types/pa_vtable.C: - add EOLs while json-serializing table
! 2351:
! 2352: * src/classes/json.C: - add EOL while json-serializing hash
! 2353:
! 2354: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
! 2355: compilers don't like 'ES'.
! 2356:
! 2357: 2010-09-17 misha
! 2358:
! 2359: * operators.txt: - info about json class was added
! 2360:
! 2361: * src/classes/json.C: - ^json:string[object]
! 2362:
! 2363: * src/: include/pa_request.h, main/pa_request.C: - stuff for
! 2364: preventing infinite recursion while executing json:string was
! 2365: added
! 2366:
! 2367: * src/include/pa_string.h: - method append_quoted was added
! 2368:
! 2369: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
! 2370: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
! 2371: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
! 2372: was added to Value & Co
! 2373:
! 2374: * src/classes/date.C: - methods get_gmt_string and get_sql_string
! 2375: were used
! 2376:
! 2377: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
! 2378: were added
! 2379:
! 2380: 2010-09-10 moko
! 2381:
! 2382: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
! 2383: die_or_abort (backport from 3.4.1)
! 2384:
! 2385: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
! 2386: die_or_abort (bugfix: #106)
! 2387:
! 2388: 2010-09-09 moko
! 2389:
! 2390: * src/classes/json.C: warning war. :)
! 2391:
! 2392: 2010-09-08 misha
! 2393:
! 2394: * src/lib/json/Makefile.am: - additional include directories were
! 2395: added (for pa_memory.h and gc.h)
! 2396:
! 2397: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
! 2398: compile as C++ instead default - additional include directory was
! 2399: added (for gc.h)
! 2400:
! 2401: * src/types/pa_vform.C: - little code reformating
! 2402:
! 2403: * src/classes/file.C: - $.content-type option now can be specified
! 2404: in ^file::create ( new feature: #102 )
! 2405:
! 2406: 2010-09-08 moko
! 2407:
! 2408: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
! 2409: pa_malloc/pa_free
! 2410:
! 2411: 2010-09-07 moko
! 2412:
! 2413: * tests/results/254.processed: VStateless_class:put_element
! 2414: exception was fixed
! 2415:
! 2416: * src/types/: pa_value.h, pa_vstateless_class.h: now
! 2417: VStateless_class:put_element barks self.type, not this.type
! 2418: (bugfix: #105)
! 2419:
! 2420: 2010-09-06 moko
! 2421:
! 2422: * src/classes/reflection.C: bugfix: new String() is required for
! 2423: exception handling
! 2424:
! 2425: * tests/: 254.html, results/254.processed: test modified
! 2426:
! 2427: 2010-09-05 moko
! 2428:
! 2429: * tests/: 254.html, results/254.processed: ^reflection:copy test
! 2430: added
! 2431:
! 2432: * src/: classes/reflection.C, include/pa_request.h:
! 2433: ^reflection:copy implemented (new feature: #100)
! 2434:
! 2435: 2010-09-03 moko
! 2436:
! 2437: * src/lib/json/JSON_parser.C: c++ compatiblity
! 2438:
! 2439: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
! 2440: option testing added
! 2441:
! 2442: 2010-09-02 moko
! 2443:
! 2444: * src/classes/json.C: $.distinct[first|last|all] added
! 2445:
! 2446: 2010-09-01 moko
! 2447:
! 2448: * tests/results/253.processed: json test result
! 2449:
! 2450: * tests/: 253.html, 253_json.txt: json test added
! 2451:
! 2452: * src/classes/json.C: json.C update to actual version + hash key
! 2453: creation bugfix
! 2454:
! 2455: 2010-08-31 misha
! 2456:
! 2457: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
! 2458: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
! 2459: src/lib/Makefile.am, src/classes/Makefile.am,
! 2460: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
! 2461: json library was added
! 2462:
! 2463: 2010-08-30 moko
! 2464:
! 2465: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 2466: types/pa_vobject.C: cosmetic optimization in
! 2467: request:execute_method usage
! 2468:
! 2469: * src/: include/pa_charset.h, main/pa_charset.C: small
! 2470: optimization, just to decrease number of lines. :)
! 2471:
! 2472: 2010-08-27 misha
! 2473:
! 2474: * src/classes/op.C: - taint[json] was added
! 2475:
! 2476: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
! 2477: were added
! 2478:
! 2479: * src/main/pa_exec.C: - warning fix was rolled back.
! 2480:
! 2481: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
! 2482: include/pa_string.h: - taint[json] was added - escaping was
! 2483: slightly modified
! 2484:
! 2485: 2010-08-25 misha
! 2486:
! 2487: * src/classes/file.C: - typo in file:sql exception was fixed
! 2488:
! 2489: * src/main/pa_exec.C: - warning about declared and not used
! 2490: variable forced_allow was removed
! 2491:
! 2492: 2010-08-14 misha
! 2493:
! 2494: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
! 2495: were removed
! 2496:
! 2497: 2010-08-11 moko
! 2498:
! 2499: * tests/: 249.html, results/249.processed: default setter and
! 2500: anti-recursive default getter test added
! 2501:
! 2502: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
! 2503: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
! 2504: types/pa_vobject.h, types/pa_vstateless_class.C,
! 2505: types/pa_vstateless_class.h: default setter support +
! 2506: anti-recursive default getter support ( new feature: #13 )
! 2507:
! 2508: * src/include/pa_hash.h: optimization: threshold member removed
! 2509: from hash, reducing sizeof(hash)
! 2510:
! 2511: 2010-08-10 misha
! 2512:
! 2513: * tests/196.html: - junction-method was added to the test
! 2514:
! 2515: * tests/248.html: - ups. typo :)
! 2516:
! 2517: * tests/248.html: - test for checking .match with 4 params
! 2518:
! 2519: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
! 2520: 247_windows1251.txt: - test for "transcode file from utf-8 to
! 2521: $request:charset during loading if the BOM code is detected"
! 2522:
! 2523: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
! 2524: $request:charset during loading if the BOM code is detected ( new
! 2525: feature: #98 )
! 2526:
! 2527: 2010-08-05 misha
! 2528:
! 2529: * src/classes/image.C: - ^image.replace now can accept only 2
! 2530: params. in this case the whole image is affected ( new feature:
! 2531: #95 )
! 2532:
! 2533: 2010-08-04 misha
! 2534:
! 2535: * tests/246.html: - test tor ^hash._at[] was added
! 2536:
! 2537: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
! 2538: #53 )
! 2539:
! 2540: * src/include/pa_hash.h: - methods for accessing the first and the
! 2541: last values of ordered hash were added (first_value and
! 2542: last_value)
! 2543:
! 2544: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
! 2545: (similar to others file's methods):
! 2546: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
! 2547: #68 )
! 2548:
! 2549: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
! 2550:
! 2551: 2010-08-01 moko
! 2552:
! 2553: * src/classes/op.C: to correctly process $result[] in code, called
! 2554: from ^process
! 2555:
! 2556: * tests/245.html: $result in ^process[] test added
! 2557:
! 2558: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
! 2559: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
! 2560: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
! 2561: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
! 2562: caller, self) op_call(VMethodFrame &frame, bool constructing)
! 2563: removed, construct(class,method) added
! 2564:
! 2565: * tests/results/: 192.processed, 244.processed: request::construct
! 2566: added
! 2567:
! 2568: * tests/: 244.html, 245.html, results/244.processed,
! 2569: results/245.processed: object creation exceptions and ^process
! 2570: tests added
! 2571:
! 2572: 2010-07-28 misha
! 2573:
! 2574: * tests/make_tests.cmd: - win32 EOLs
! 2575:
! 2576: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
! 2577: tests on Win32 were added (The system timezone should be GMT+3)
! 2578:
! 2579: 2010-07-26 misha
! 2580:
! 2581: * tests/: 212.html, results/212.processed: - sizes were removed
! 2582: mecause they could be different on different OSs
! 2583:
! 2584: * tests/065.html: - make it "win32 friendly"
! 2585:
! 2586: 2010-07-25 misha
! 2587:
! 2588: * src/main/compile.y: - all EOLs between methods are removed during
! 2589: compilation ( new feature: #47 )
! 2590:
! 2591: * tests/results/149.processed: - prepare tests to trim trailing
! 2592: methods' EOLs
! 2593:
! 2594: * tests/149.html: - prepare tests to trim trailing methods' EOLs
! 2595:
! 2596: * tests/: results/006.processed, results/014.processed, 006.html,
! 2597: 014.html, 022.html: - prepare tests to trim trailing methods'
! 2598: EOLs
! 2599:
! 2600: * tests/: 059.html, 071.html, 149.html, results/059.processed,
! 2601: results/071.processed, results/022.processed: - prepare tests to
! 2602: trim trailing methods' EOLs
! 2603:
! 2604: * tests/: results/073.processed, results/109.processed,
! 2605: results/142.processed, results/144.processed,
! 2606: results/149.processed, 073.html, 096.html, 109.html, 142.html,
! 2607: 144.html: - prepare tests to trim trailing methods' EOLs
! 2608:
! 2609: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
! 2610: 149.html, 152.html, results/096.processed, results/107.processed,
! 2611: results/109.processed, results/142.processed,
! 2612: results/144.processed: - prepare tests to trim trailing methods'
! 2613: EOLs
! 2614:
! 2615: 2010-07-24 moko
! 2616:
! 2617: * tests/results/: 156.processed, 224.processed: fix for #54 changed
! 2618: the hash order in this test
! 2619:
! 2620: * tests/014.html: to check hash order, hash no is longer sorted
! 2621: before print
! 2622:
! 2623: * src/include/pa_hash.h: hash copy constructor now keeps order
! 2624: (bugfix: #54)
! 2625:
! 2626: 2010-07-23 moko
! 2627:
! 2628: * tests/results/224.processed: @auto[] is no longer inherited
! 2629:
! 2630: * src/types/pa_vstateless_class.C, tests/227.html,
! 2631: tests/results/227.processed: @auto[] is no longer inherited
! 2632: (bugfix: #57)
! 2633:
! 2634: 2010-07-22 misha
! 2635:
! 2636: * src/classes/table.C: - don't skip comment lines during
! 2637: table::load if encloser or separator is set as '#' ( new feature:
! 2638: #30 )
! 2639:
! 2640: * src/targets/cgi/parser3.C: - don't run as cgi if
! 2641: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
! 2642: #12 )
! 2643:
! 2644: * src/classes/file.C: - set PARSER_VARSION env before external
! 2645: script executing
! 2646:
! 2647: 2010-07-13 misha
! 2648:
! 2649: * tests/058.html: - test for suppressing @border was added - test
! 2650: for user attribute was added
! 2651:
! 2652: * tests/results/186.processed: unescaping from \uXXXX
! 2653:
! 2654: * tests/186.html: unescaping from \uXXXX
! 2655:
! 2656: * tests/: 239.html, results/239.processed: method call type
! 2657:
! 2658: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
! 2659: $junction_method.CLASS_NAME (+CLASS)
! 2660:
! 2661: 2010-07-07 misha
! 2662:
! 2663: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
! 2664: *nix
! 2665:
! 2666: 2010-07-05 misha
! 2667:
! 2668: * src/: classes/curl.C, classes/file.C, classes/hash.C,
! 2669: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
! 2670: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
! 2671: comment strings "options must be hash", "options must be hash,
! 2672: not code" and "called with invalid option" were replaced by
! 2673: constatns - exception comment string "invalid option passed" was
! 2674: replaced by "called with invalid option" (now in different
! 2675: methods are the same exception comment string)
! 2676:
! 2677: * src/include/pa_exception.h: - more exception strings were defined
! 2678:
! 2679: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 2680: types/pa_vstateless_class.h: - now we can define possible
! 2681: method's call type ( new feature: #5 ) 1.
! 2682: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
! 2683: methods 2. @static:method[params] (only static keyword could be
! 2684: used here) -- for specified methods
! 2685:
! 2686: * src/main/pa_common.C: - junction points should not be deleted on
! 2687: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
! 2688: cleanup
! 2689:
! 2690: 2010-07-03 misha
! 2691:
! 2692: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
! 2693: results/158.processed, results/160.processed,
! 2694: results/161.processed, results/162.processed,
! 2695: results/163.processed: - prepare tests to trim trailing methods'
! 2696: EOLs
! 2697:
! 2698: * tests/results/169.processed: - prepare tests to trim trailing
! 2699: methods' EOLs
! 2700:
! 2701: * tests/results/: 168.processed, 169.processed: - prepare tests to
! 2702: trim trailing methods' EOLs
! 2703:
! 2704: * tests/: results/170.processed, results/167.processed,
! 2705: results/168.processed, results/169.processed, 167.html, 168.html,
! 2706: 169.html: - prepare tests to trim trailing methods' EOLs
! 2707:
! 2708: * tests/: results/170.processed, results/171.processed,
! 2709: results/172.processed, results/173.processed,
! 2710: results/174.processed, results/175.processed, 170.html, 171.html,
! 2711: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
! 2712: trailing methods' EOLs
! 2713:
! 2714: * tests/: results/176.processed, results/180.processed,
! 2715: results/184.processed, results/185.processed,
! 2716: results/191.processed, results/192.processed,
! 2717: results/196.processed, results/197.processed,
! 2718: results/198.processed, 176.html, 180.html, 184.html, 185.html,
! 2719: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
! 2720: to trim trailing methods' EOLs
! 2721:
! 2722: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
! 2723: results/199.processed, results/208.processed,
! 2724: results/209.processed, results/213.processed,
! 2725: results/214.processed: - prepare tests to trim trailing methods'
! 2726: EOLs
! 2727:
! 2728: 2010-06-29 misha
! 2729:
! 2730: * tests/: 220.html, 218.html, results/218.processed,
! 2731: results/215.processed, results/217.processed, 215.html, 217.html:
! 2732: - prepare tests to trim trailing methods' EOLs
! 2733:
! 2734: * tests/: results/224.processed, 224.html, 223.html,
! 2735: results/223.processed, results/220.processed: - prepare tests to
! 2736: trim trailing methods' EOLs
! 2737:
! 2738: * tests/results/: 226.processed, 230.processed: - prepare tests to
! 2739: trim trailing methods' EOLs
! 2740:
! 2741: * tests/: 229.html, results/229.processed: - prepare tests to trim
! 2742: trailing methods' EOLs
! 2743:
! 2744: * tests/: 232.html, 235.html, results/232.processed,
! 2745: results/235.processed, 226.html, 227.html, 228.html, 230.html,
! 2746: results/226.processed, results/227.processed,
! 2747: results/228.processed, results/230.processed: - prepare tests to
! 2748: trim trailing methods' EOLs
! 2749:
! 2750: 2010-06-16 moko
! 2751:
! 2752: * tests/: 229.html, results/229.processed: elseif now supported in
! 2753: ^if
! 2754:
! 2755: * src/classes/op.C: new feature: #56 elseif now supported in ^if
! 2756:
! 2757: 2010-06-03 misha
! 2758:
! 2759: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
! 2760: instead of memcopy for overlaped regions
! 2761:
! 2762: 2010-05-25 misha
! 2763:
! 2764: * src/main/pa_common.C: - wanring about unused vars was removed
! 2765:
! 2766: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
! 2767: get_method_filename was moved to execute.C
! 2768:
! 2769: 2010-05-23 misha
! 2770:
! 2771: * src/main/pa_request.C: - more accurate detection of method's file
! 2772:
! 2773: 2010-05-22 misha
! 2774:
! 2775: * src/classes/reflection.C: - bugfix: core during detection of
! 2776: .file if filespec isn't detected successfully
! 2777:
! 2778: 2010-05-20 misha
! 2779:
! 2780: * src/main/pa_request.C: - fix in get_method_filename
! 2781:
! 2782: * src/include/pa_request.h: - new feature: #24 -- searching
! 2783: included file in @USE/^use is changed. if its filespec doesn't
! 2784: start from '/' it will be searched in caller file directory
! 2785:
! 2786: * src/classes/reflection.C: - ^reflection:method_info returns file
! 2787: where the method is defined
! 2788:
! 2789: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
! 2790: classes/op.C: - new feature: #24 -- searching included file in
! 2791: @USE/^use is changed. if its filespec doesn't start from '/' it
! 2792: will be searched in caller file directory
! 2793:
! 2794: * src/: classes/file.C, include/pa_common.h: - method lastposafter
! 2795: is moved to pa_common.h
! 2796:
! 2797: 2010-05-18 misha
! 2798:
! 2799: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
! 2800: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
! 2801: cookie parser decode \uXXXX as well as %uXXXX
! 2802:
! 2803: 2010-05-17 misha
! 2804:
! 2805: * src/classes/curl.C: beauty: - unused param is removed in method
! 2806: _curl_version_action - some spaces were removed or replaced by
! 2807: tabs
! 2808:
! 2809: * src/classes/table.C: - bugfix: #72 core with empty value during
! 2810: ^table.hash[...;name_of_the_last_column][$.type[string]]
! 2811:
! 2812: 2010-05-16 misha
! 2813:
! 2814: * src/classes/curl.C: new: #61 more curl options were added
! 2815: (contributed by Sumo)
! 2816:
! 2817: 2010-04-29 pretender
! 2818:
! 2819: * src/main/pa_string.C: fixes #63 Split result from empty string
! 2820: now empty string.
! 2821:
! 2822: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
! 2823: string type.
! 2824:
! 2825: 2010-04-28 pretender
! 2826:
! 2827: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 2828: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
! 2829: macrodefinition removed
! 2830:
! 2831: 2010-04-19 pretender
! 2832:
! 2833: * src/main/execute.C: fixes #60 Stacktrace now contains info for
! 2834: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
! 2835:
! 2836: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
! 2837: fixes #64 Now file.missing exception generates in unsafe mode to.
! 2838:
! 2839: * src/classes/file.C: fixes #48 Now not throw "not save environment
! 2840: variable" exception in grpunlim version.
! 2841:
! 2842: 2010-04-05 misha
! 2843:
! 2844: * src/classes/string.C: - new feature: 4th param was added to
! 2845: match. if specified its value is returned in case of nothing was
! 2846: found
! 2847:
! 2848: 2010-04-01 misha
! 2849:
! 2850: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
! 2851: multiple execution of /a/b/auto.p
! 2852:
! 2853: 2010-03-19 misha
! 2854:
! 2855: * src/main/execute.C: - core in $table1.$table2 was fixed
! 2856:
! 2857: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
! 2858:
! 2859: 2010-01-27 misha
! 2860:
! 2861: * src/main/pa_common.C: - bugfix: there are no excaption.type if
! 2862: trying to open file by path /existing-file/non-exixting-file
! 2863:
! 2864: 2010-01-26 misha
! 2865:
! 2866: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
! 2867: was added (returns file)
! 2868:
! 2869: 2009-12-22 misha
! 2870:
! 2871: * src/classes/curl.C: - method 'option' was renamed to 'options' -
! 2872: now parser doesn't have class curl if it was built without it
! 2873:
! 2874: 2009-12-15 misha
! 2875:
! 2876: * configure.in: - little cheat with curl include dir was added
! 2877:
! 2878: 2009-12-05 misha
! 2879:
! 2880: * src/classes/curl.C: - some fixes
! 2881:
! 2882: 2009-12-04 misha
! 2883:
! 2884: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
! 2885: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
! 2886: buildall-with-xml, buildall-without-xml, configure.in: - curl
! 2887: class was added
! 2888:
! 2889: * src/include/pa_hash.h: - hash-iterator was added
! 2890:
! 2891: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
! 2892: was added to pcre
! 2893:
! 2894: 2009-11-27 misha
! 2895:
! 2896: * src/classes/image.C: - don't add @border attribute to output of
! 2897: ^image.html[] if it was specified by user with empty value
! 2898:
! 2899: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
! 2900: root element and we are trying to access .documentElement
! 2901:
! 2902: 2009-11-11 misha
! 2903:
! 2904: * src/classes/table.C: - in ^table.flip[] look at number of columns
! 2905: instead of number of items in first row for named tables
! 2906:
! 2907: 2009-11-10 misha
! 2908:
! 2909: * operators.txt: - info about hash-options in ^file::create was
! 2910: added
! 2911:
! 2912: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
! 2913: added
! 2914:
! 2915: 2009-11-09 misha
! 2916:
! 2917: * buildall-with-xml: - moving to libxml 2.7.6
! 2918:
! 2919: * tests/236.html: - tests for comparations cords with functions
! 2920: were added
! 2921:
! 2922: * src/include/pa_string.h: - optimisation: cacheing of cstr was
! 2923: added
! 2924:
! 2925: * src/main/pa_http.C: - little optimisation
! 2926:
! 2927: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
! 2928: GPF mallocs + stringstream (table.save)
! 2929:
! 2930: * src/classes/file.C: - file::create now accepts 4th param: options
! 2931: with $.charset
! 2932:
! 2933: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
! 2934: bug in cord (comparation cords with functions was buggy)
! 2935:
! 2936: 2009-11-06 misha
! 2937:
! 2938: * src/main/pa_string.C: - bugfix: calculation string.length
! 2939: sometimes was buggy
! 2940:
! 2941: * src/classes/string.C: - bugfix: Temp_value_element wasn't
! 2942: destroyed if exception occured during match/replace
! 2943:
! 2944: * src/: main/pa_charset.C, include/pa_charset.h: - method
! 2945: lengthUTF8Char was added
! 2946:
! 2947: * src/classes/op.C: - clean tainting lang was added for user's
! 2948: usage
! 2949:
! 2950: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
! 2951: fixed: checkouts are required after GC_MALLOC
! 2952:
! 2953: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
! 2954:
! 2955: * operators.txt: - actually, there is no ^untaint[xml] in
! 2956: file::create
! 2957:
! 2958: 2009-10-15 misha
! 2959:
! 2960: * tests/: 235.html, 235_attach.txt: - tests for preparing email
! 2961: were added
! 2962:
! 2963: * tests/234.html: - more tests for checking ^taint[uri] escaping
! 2964: were added
! 2965:
! 2966: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
! 2967: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
! 2968: hacking: for dealing with transcoding+^taint[uri]
! 2969: transcode_and_untaint was replaced by untaint_and_transcode
! 2970:
! 2971: 2009-10-13 misha
! 2972:
! 2973: * tests/: 121.html, results/121.processed: - test transcoding +
! 2974: url-escaping now
! 2975:
! 2976: * tests/results/auto.p: - more helpers' methods were added
! 2977:
! 2978: * src/main/pa_globals.C: - die instead of abort
! 2979:
! 2980: 2009-10-06 misha
! 2981:
! 2982: * src/main/pa_common.C: - don't allocate memory during
! 2983: capitalization if input string is already capitalized
! 2984:
! 2985: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
! 2986:
! 2987: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
! 2988: use format function because it calls malloc
! 2989:
! 2990: * src/include/pa_common.h: - more capitalized headers were added
! 2991:
! 2992: * src/main/pa_common.C: - in safe mode clear executable bits during
! 2993: file writing
! 2994:
! 2995: 2009-10-05 misha
! 2996:
! 2997: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
! 2998:
! 2999: 2009-10-03 misha
! 3000:
! 3001: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
! 3002: ^img.text[] & ^img.length[] can work in utf-8 now
! 3003:
! 3004: * src/: include/pa_charset.h, main/pa_charset.C: - class
! 3005: UTF8_string_iterator was added
! 3006:
! 3007: * src/classes/image.C: - respect utf-8 when calculate alphabet
! 3008: length
! 3009:
! 3010: * src/classes/mail.C: - check from before get message.cstr
! 3011:
! 3012: 2009-10-02 misha
! 3013:
! 3014: * tests/233.html: - test for image.font, image.length, image.text
! 3015: with text in utf-8 were added
! 3016:
! 3017: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
! 3018:
! 3019: * buildall-with-xml, buildall-without-xml: - comment about gc
! 3020: version for freebsd 4 was added
! 3021:
! 3022: 2009-10-01 misha
! 3023:
! 3024: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
! 3025: terminator) - read_pipe were slightly optimized
! 3026:
! 3027: 2009-09-28 misha
! 3028:
! 3029: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
! 3030: removed
! 3031:
! 3032: * src/types/pa_vmail.C: - forgot about space after ':'
! 3033:
! 3034: * src/types/pa_vmail.C: - escape filenames while preparing mail
! 3035: body - small simplifications
! 3036:
! 3037: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
! 3038: inout params like pa_base64
! 3039:
! 3040: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
! 3041: option $.debug-print(1) was added to mail:send - changes for
! 3042: using uue_encode which uses less memory
! 3043:
! 3044: * src/main/pa_common.C: - pa_base64_encode uses less memory now
! 3045:
! 3046: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
! 3047: memory now
! 3048:
! 3049: 2009-09-26 misha
! 3050:
! 3051: * src/types/pa_vmail.C: - default encoding now is base64
! 3052:
! 3053: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
! 3054:
! 3055: 2009-09-25 misha
! 3056:
! 3057: * src/types/pa_vmail.C: - capitalization of headers was added to
! 3058: sending mail as well
! 3059:
! 3060: * buildall-with-xml: - catalog package was removed from libxml
! 3061:
! 3062: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
! 3063: win32 absolute path
! 3064:
! 3065: * src/include/pa_common.h: - one more capitalized header was added
! 3066:
! 3067: 2009-09-22 misha
! 3068:
! 3069: * INSTALL: - comment about building just httpd binary while
! 3070: building apache module was added
! 3071:
! 3072: 2009-09-21 misha
! 3073:
! 3074: * buildall-with-xml: - moving to the latest versions of xml libs:
! 3075: libxml 2.7.4 and libxslt 1.1.25
! 3076:
! 3077: 2009-09-19 misha
! 3078:
! 3079: * tests/231.html: - test for encoding cookie in win-1251
! 3080:
! 3081: 2009-09-18 misha
! 3082:
! 3083: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
! 3084: object] were added
! 3085:
! 3086: * operators.txt: - info about method ^reflection:fields[class or
! 3087: object] was added
! 3088:
! 3089: * src/classes/reflection.C: - method ^reflection:fields[class or
! 3090: object] was added
! 3091:
! 3092: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
! 3093: methods get_fields were added
! 3094:
! 3095: * tests/232.html: - tests for @GET[name]
! 3096:
! 3097: * src/classes/table.C: - some changes in handling hash-options for
! 3098: creare, join and locate
! 3099:
! 3100: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
! 3101: defined with option: the type of requested value
! 3102:
! 3103: 2009-09-17 misha
! 3104:
! 3105: * tests/212.html: - tests for .pattern and .options were added
! 3106:
! 3107: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
! 3108: $regex.options were added
! 3109:
! 3110: 2009-09-11 misha
! 3111:
! 3112: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
! 3113: rewrited. it checks not just one case of sending cookies during
! 3114: file::load[http], but also sending headers and fields (including
! 3115: files)
! 3116:
! 3117: 2009-09-10 misha
! 3118:
! 3119: * src/main/untaint.C: - workaround in file-spec lang for old Macs
! 3120: was removed => now parser can open files with Russian 'r' in
! 3121: filename
! 3122:
! 3123: * src/main/untaint.C: - bugfix: client charset whould be analized
! 3124: while escaping cookies but now source charset
! 3125:
! 3126: * src/main/pa_http.C: - bugfix: the values of http headers didn't
! 3127: ^tainted[uri] so it was possible to make request with incorrect
! 3128: http header
! 3129:
! 3130: * src/main/pa_http.C: - capitalization of http headers during
! 3131: file::load[http was slightly changes - bugfix: all headers which
! 3132: parser sends during file::load[http should be transcoded and only
! 3133: then escaped
! 3134:
! 3135: * src/main/untaint.C: - a bit more comments were added
! 3136:
! 3137: * src/classes/: file.C, string.C: - types where changes (minus 2
! 3138: warnings)
! 3139:
! 3140: * src/include/pa_common.h: - 2 capitalized strings for making http
! 3141: headers during file::load[http were added
! 3142:
! 3143: 2009-09-08 misha
! 3144:
! 3145: * operators.txt: - changes in file.save and string.save were added
! 3146:
! 3147: * tests/: 230.html, 230.txt: - tests for checking options in
! 3148: file.save and string.save were added
! 3149:
! 3150: * src/main/pa_request.C: - http headers names, which are passed to
! 3151: SAPI::add_header_attribute are lowercased now (it'll be
! 3152: capitalized in that method)
! 3153:
! 3154: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
! 3155: classes/string.C: - file_write accepts Request_charsets and asked
! 3156: charset and cound transcode content before writing - string.save
! 3157: and file.save have option $.charset now
! 3158:
! 3159: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
! 3160: classes/xdoc.C: - file_write accepts Request_charsets and asked
! 3161: charset and cound transcode content before writing
! 3162:
! 3163: * src/include/pa_exception.h: - new exception comment string was
! 3164: defined
! 3165:
! 3166: 2009-09-07 misha
! 3167:
! 3168: * src/main/compile.y: - grammar $name\ name stops now for regex
! 3169: sub-pattern\s
! 3170:
! 3171: 2009-09-04 misha
! 3172:
! 3173: * src/main/pa_http.C: - capitalization of http headers during
! 3174: file::load[http was implemented
! 3175:
! 3176: 2009-09-03 misha
! 3177:
! 3178: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
! 3179: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
! 3180: types/pa_vmail.C, targets/cgi/parser3.C,
! 3181: targets/isapi/parser3isapi.C: - back to storing response http
! 3182: headers in lowercase - capitalize them during output
! 3183:
! 3184: 2009-08-31 misha
! 3185:
! 3186: * src/classes/table.C: - allow call with any brackets (it could be
! 3187: useful in methods with explict result declaration)
! 3188:
! 3189: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
! 3190: correctly if $request:charset==koi8-r
! 3191:
! 3192: 2009-08-30 misha
! 3193:
! 3194: * src/: include/pa_common.h, main/pa_request.C: - http headers were
! 3195: changed: content-type => Content-type and so on
! 3196:
! 3197: * src/classes/file.C, src/include/pa_common.h,
! 3198: src/include/pa_request.h, src/main/pa_http.C,
! 3199: src/main/pa_request.C, src/types/pa_vcookie.C,
! 3200: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
! 3201: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
! 3202: tests/results/002.processed, tests/results/003.processed,
! 3203: tests/results/004.processed, tests/results/005.processed,
! 3204: tests/results/006.processed, tests/results/007.processed,
! 3205: tests/results/008.processed, tests/results/009.processed,
! 3206: tests/results/010.processed, tests/results/011.processed,
! 3207: tests/results/012.processed, tests/results/013.processed,
! 3208: tests/results/014.processed, tests/results/015.processed,
! 3209: tests/results/016.processed, tests/results/017.processed,
! 3210: tests/results/018.processed, tests/results/019.processed,
! 3211: tests/results/020.processed, tests/results/021.processed,
! 3212: tests/results/022.processed, tests/results/023.processed,
! 3213: tests/results/024.processed, tests/results/025.processed,
! 3214: tests/results/026.processed, tests/results/027.processed,
! 3215: tests/results/028.processed, tests/results/029.processed,
! 3216: tests/results/030.processed, tests/results/031.processed,
! 3217: tests/results/032.processed, tests/results/033.processed,
! 3218: tests/results/034.processed, tests/results/035.processed,
! 3219: tests/results/036.processed, tests/results/037.processed,
! 3220: tests/results/038.processed, tests/results/039.processed,
! 3221: tests/results/040.processed, tests/results/041.processed,
! 3222: tests/results/042.processed, tests/results/043.processed,
! 3223: tests/results/044.processed, tests/results/045.processed,
! 3224: tests/results/046.processed, tests/results/047.processed,
! 3225: tests/results/048.processed, tests/results/049.processed,
! 3226: tests/results/050.processed, tests/results/051.processed,
! 3227: tests/results/052.processed, tests/results/053.processed,
! 3228: tests/results/054.processed, tests/results/055.processed,
! 3229: tests/results/056.processed, tests/results/057.processed,
! 3230: tests/results/058.processed, tests/results/059.processed,
! 3231: tests/results/060.processed, tests/results/061.processed,
! 3232: tests/results/062.processed, tests/results/063.processed,
! 3233: tests/results/064.processed, tests/results/065.processed,
! 3234: tests/results/066.processed, tests/results/067.processed,
! 3235: tests/results/068.processed, tests/results/069.processed,
! 3236: tests/results/070.processed, tests/results/071.processed,
! 3237: tests/results/072.processed, tests/results/073.processed,
! 3238: tests/results/074.processed, tests/results/075.processed,
! 3239: tests/results/076.processed, tests/results/077.processed,
! 3240: tests/results/078.processed, tests/results/079.processed,
! 3241: tests/results/080.processed, tests/results/081.processed,
! 3242: tests/results/082.processed, tests/results/083.processed,
! 3243: tests/results/084.processed, tests/results/085.processed,
! 3244: tests/results/086.processed, tests/results/087.processed,
! 3245: tests/results/088.processed, tests/results/089.processed,
! 3246: tests/results/090.processed, tests/results/091.processed,
! 3247: tests/results/092.processed, tests/results/093.processed,
! 3248: tests/results/094.processed, tests/results/095.processed,
! 3249: tests/results/096.processed, tests/results/097.processed,
! 3250: tests/results/098.processed, tests/results/099.processed,
! 3251: tests/results/100.processed, tests/results/101.processed,
! 3252: tests/results/102.processed, tests/results/103.processed,
! 3253: tests/results/104.processed, tests/results/105.processed,
! 3254: tests/results/106.processed, tests/results/107.processed,
! 3255: tests/results/108.processed, tests/results/109.processed,
! 3256: tests/results/110.processed, tests/results/111.processed,
! 3257: tests/results/112.processed, tests/results/113.processed,
! 3258: tests/results/114.processed, tests/results/115.processed,
! 3259: tests/results/116.processed, tests/results/117.processed,
! 3260: tests/results/118.processed, tests/results/119.processed,
! 3261: tests/results/120.processed, tests/results/121.processed,
! 3262: tests/results/122.processed, tests/results/123.processed,
! 3263: tests/results/124.processed, tests/results/125.processed,
! 3264: tests/results/126.processed, tests/results/127.processed,
! 3265: tests/results/128.processed, tests/results/129.processed,
! 3266: tests/results/130.processed, tests/results/131.processed,
! 3267: tests/results/132.processed, tests/results/133.processed,
! 3268: tests/results/134.processed, tests/results/135.processed,
! 3269: tests/results/136.processed, tests/results/138.processed,
! 3270: tests/results/139.processed, tests/results/140.processed,
! 3271: tests/results/141.processed, tests/results/142.processed,
! 3272: tests/results/143.processed, tests/results/144.processed,
! 3273: tests/results/145.processed, tests/results/146.processed,
! 3274: tests/results/147.processed, tests/results/148.processed,
! 3275: tests/results/149.processed, tests/results/150.processed,
! 3276: tests/results/151.processed, tests/results/152.processed,
! 3277: tests/results/153.processed, tests/results/154.processed,
! 3278: tests/results/155.processed, tests/results/156.processed,
! 3279: tests/results/157.processed, tests/results/158.processed,
! 3280: tests/results/159.processed, tests/results/160.processed,
! 3281: tests/results/161.processed, tests/results/162.processed,
! 3282: tests/results/163.processed, tests/results/164.processed,
! 3283: tests/results/165.processed, tests/results/166.processed,
! 3284: tests/results/167.processed, tests/results/168.processed,
! 3285: tests/results/169.processed, tests/results/170.processed,
! 3286: tests/results/171.processed, tests/results/172.processed,
! 3287: tests/results/173.processed, tests/results/174.processed,
! 3288: tests/results/175.processed, tests/results/176.processed,
! 3289: tests/results/177.processed, tests/results/178.processed,
! 3290: tests/results/179.processed, tests/results/180.processed,
! 3291: tests/results/181.processed, tests/results/182.processed,
! 3292: tests/results/183.processed, tests/results/184.processed,
! 3293: tests/results/185.processed, tests/results/186.processed,
! 3294: tests/results/187.processed, tests/results/188.processed,
! 3295: tests/results/189.processed, tests/results/190.processed,
! 3296: tests/results/191.processed, tests/results/192.processed,
! 3297: tests/results/193.processed, tests/results/194.processed,
! 3298: tests/results/195.processed, tests/results/196.processed,
! 3299: tests/results/197.processed, tests/results/198.processed,
! 3300: tests/results/199.processed, tests/results/200.processed,
! 3301: tests/results/201.processed, tests/results/202.processed,
! 3302: tests/results/203.processed, tests/results/204.processed,
! 3303: tests/results/205.processed, tests/results/206.processed,
! 3304: tests/results/207.processed, tests/results/208.processed,
! 3305: tests/results/209.processed, tests/results/210.processed,
! 3306: tests/results/211.processed, tests/results/212.processed,
! 3307: tests/results/213.processed, tests/results/214.processed,
! 3308: tests/results/215.processed, tests/results/216.processed,
! 3309: tests/results/217.processed, tests/results/218.processed,
! 3310: tests/results/219.processed, tests/results/220.processed,
! 3311: tests/results/221.processed, tests/results/222.processed,
! 3312: tests/results/223.processed, tests/results/224.processed,
! 3313: tests/results/225.processed, tests/results/226.processed,
! 3314: tests/results/227.processed, tests/results/228.processed,
! 3315: tests/results/229.processed: - http headers were changed:
! 3316: content-type => Content-type and so on
! 3317:
! 3318: 2009-08-27 misha
! 3319:
! 3320: * src/: main/pa_random.C, include/pa_random.h,
! 3321: targets/cgi/parser3.C: - year was updated :)
! 3322:
! 3323: 2009-08-26 misha
! 3324:
! 3325: * tests/: 224.html, 224.p: - test for creating of parser object
! 3326: using constructor without params - little bugfix in test
! 3327:
! 3328: * src/main/compile_tools.h: - bugfix: should't call autouse while
! 3329: checking existed class while processing partial option
! 3330:
! 3331: * src/classes/reflection.C: - bugfix: core when creating object
! 3332: with reflection and constructor doesn't have params
! 3333:
! 3334: 2009-08-24 misha
! 3335:
! 3336: * tests/229.html: - tests for checking the number of parameters
! 3337: were added
! 3338:
! 3339: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
! 3340: number of method's parameters wasn't checked correctly (the bug
! 3341: was introduced in 3.4.0)
! 3342:
! 3343: 2009-08-22 misha
! 3344:
! 3345: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
! 3346: transcoded, but tainted pieces are escaped only when
! 3347: content-type==url-encoding
! 3348:
! 3349: * tests/228.html: - test for checking
! 3350: ^file::load[http://...;$.body[]]
! 3351:
! 3352: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
! 3353: post charset was too early (charsets is empty at this moment)
! 3354:
! 3355: 2009-08-21 misha
! 3356:
! 3357: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
! 3358: main/untaint.C: - some fixes with transcode+untaint
! 3359:
! 3360: 2009-08-15 misha
! 3361:
! 3362: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
! 3363: was increaced to 100 (was 50)
! 3364:
! 3365: * tests/227.html: - test for checking overriding properties in
! 3366: static classes was added
! 3367:
! 3368: * tests/: 226.html, 226.p: - test for @autoload[] was added
! 3369:
! 3370: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
! 3371: main/execute.C, main/pa_request.C, classes/reflection.C: -
! 3372: autouse was implemented
! 3373:
! 3374: 2009-08-14 misha
! 3375:
! 3376: * src/classes/reflection.C: - outdated checkout was removed
! 3377:
! 3378: * src/classes/reflection.C: - optimization - method ^dynamical was
! 3379: added.
! 3380:
! 3381: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
! 3382: types/pa_vstateless_class.h, main/execute.C: - optimization
! 3383:
! 3384: * src/types/pa_vclass.C: - exception if base on sytem class
! 3385:
! 3386: 2009-08-12 misha
! 3387:
! 3388: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
! 3389: pa_vstateless_class.h: - little optimisation
! 3390:
! 3391: 2009-08-11 misha
! 3392:
! 3393: * tests/224.html: - method_params => method_info - checking for
! 3394: $.inherited
! 3395:
! 3396: * src/classes/reflection.C, operators.txt: - method method_params
! 3397: was renamed to method_info and now it returns class name, if
! 3398: method was defined in ancestor
! 3399:
! 3400: * tests/225.html: - tests for cheching properties in hierarhical
! 3401: classes were added
! 3402:
! 3403: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
! 3404: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 3405: main/compile.y, main/execute.C, classes/classes.C: - problems
! 3406: with properties in new classes implementation were fixed
! 3407:
! 3408: 2009-08-10 misha
! 3409:
! 3410: * src/main/execute.C: - now constructor shouldn't be defined in
! 3411: class. it could be defined in parent.
! 3412:
! 3413: 2009-08-09 misha
! 3414:
! 3415: * src/classes/reflection.C: - ^reflection:methods doesn't return
! 3416: base's methods
! 3417:
! 3418: 2009-08-08 misha
! 3419:
! 3420: * src/: classes/classes.h, classes/date.C, classes/file.C,
! 3421: classes/form.C, classes/hash.C, classes/hashfile.C,
! 3422: classes/image.C, classes/mail.C, classes/op.C,
! 3423: classes/reflection.C, classes/regex.C, classes/string.C,
! 3424: classes/table.C, classes/xdoc.C, classes/xnode.C,
! 3425: classes/xnode.h, include/pa_hash.h, main/execute.C,
! 3426: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
! 3427: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 3428: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 3429: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 3430: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
! 3431: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 3432: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 3433: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 3434: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
! 3435: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
! 3436: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
! 3437: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 3438: types/pa_vresponse.C, types/pa_vresponse.h,
! 3439: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 3440: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 3441: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
! 3442: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
! 3443: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 3444: types/pa_wwrapper.h, types/types.vcproj: - new classes
! 3445: implementation
! 3446:
! 3447: * buildall-with-xml, buildall-without-xml: - gc has a bug if
! 3448: USE_MUNMAP is used. so it is disabled as a workaround.
! 3449:
! 3450: 2009-08-05 misha
! 3451:
! 3452: * src/: main/pa_common.C, include/pa_common.h: - not needed
! 3453: parameter was removed
! 3454:
! 3455: * src/main/pa_http.C: - bugfix: error was during detecting
! 3456: content-type of file which was loaded by http
! 3457:
! 3458: 2009-08-01 misha
! 3459:
! 3460: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
! 3461: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
! 3462: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
! 3463: can't be disabled with defines any longer
! 3464:
! 3465: 2009-07-29 misha
! 3466:
! 3467: * src/classes/reflection.C, tests/results/224.processed: - for
! 3468: native methods with any call type now returned empty call_type
! 3469: value
! 3470:
! 3471: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
! 3472: classes/table.C, include/pa_hash.h, include/pa_request.h,
! 3473: main/pa_request.C: - break in cycles was optimized
! 3474:
! 3475: * INSTALL: - more defines were described
! 3476:
! 3477: 2009-07-28 misha
! 3478:
! 3479: * operators.txt: - some changes in information about reflection
! 3480: class
! 3481:
! 3482: * tests/: 224.html, 224.p: - tests for reflection class
! 3483:
! 3484: * src/classes/reflection.C: - some bugs were fixed, method classes
! 3485: was added, refactoring
! 3486:
! 3487: 2009-07-26 misha
! 3488:
! 3489: * src/classes/classes.vcproj: - reflection class wass added to
! 3490: project
! 3491:
! 3492: * operators.txt: - information about reflection class was added
! 3493:
! 3494: * src/classes/reflection.C: - class was redesigned
! 3495:
! 3496: 2009-07-24 misha
! 3497:
! 3498: * src/classes/: Makefile.am, reflection.C: - class reflection was
! 3499: added
! 3500:
! 3501: * src/types/pa_vstateless_class.h: - method for reflection method's
! 3502: in classes was added
! 3503:
! 3504: 2009-07-22 misha
! 3505:
! 3506: * src/main/compile_tools.h: - bugfix: $object.$var was
! 3507: over-optimized. it failed if $object1.$object2.field
! 3508:
! 3509: 2009-07-16 misha
! 3510:
! 3511: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
! 3512: lib/cord/cordxtra.c, lib/cord/include/cord.h,
! 3513: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
! 3514: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
! 3515: one more arg: length of cord
! 3516:
! 3517: 2009-07-15 misha
! 3518:
! 3519: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
! 3520: tainted in ^file::load[http://...;$.cookies[]]
! 3521:
! 3522: * src/classes/: op.C, regex.C, string.C: - new string with
! 3523: exception was used
! 3524:
! 3525: * src/include/pa_exception.h: - new string with exception was added
! 3526:
! 3527: * tests/223.html: - test for checking cookie-encoding during
! 3528: ^file::load[http was added
! 3529:
! 3530: * tests/: 221.html, 222.html: - tests for checking type of
! 3531: $table.fields.field were added
! 3532:
! 3533: * src/types/pa_vtable.C: - not used var decl was removed
! 3534:
! 3535: * src/include/pa_string.h: - use cached string length in Body::mid.
! 3536: it improves speed of match with brackets in pattern
! 3537:
! 3538: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
! 3539: outside
! 3540:
! 3541: 2009-07-14 misha
! 3542:
! 3543: * src/types/pa_vtable.C: - $table.fields.a return string even if
! 3544: column is empty (sometime returned void) - $table.fields was
! 3545: added for nameless tables
! 3546:
! 3547: * src/targets/cgi/getopt.c: - one warning resolved
! 3548:
! 3549: * src/main/pa_string.C: - potentian bug fixed
! 3550:
! 3551: * src/classes/op.C: - small optimization in taint/untaint
! 3552:
! 3553: 2009-07-13 misha
! 3554:
! 3555: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
! 3556: added
! 3557:
! 3558: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
! 3559: souldn't add the attribut to output
! 3560:
! 3561: 2009-07-11 misha
! 3562:
! 3563: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
! 3564: stack size was increaced to 2MB (default=1MB)
! 3565:
! 3566: 2009-07-08 misha
! 3567:
! 3568: * src/main/pa_string.C: - link to UTF-8 description was added
! 3569:
! 3570: * src/include/pa_hash.h: - hash keeps element's order in more
! 3571: places (ex: ._keys[])
! 3572:
! 3573: * tests/220.html: - test for checking order of elements in hash in
! 3574: foreach was added
! 3575:
! 3576: * tests/172.html: - small changes in printing hash
! 3577:
! 3578: * tests/129.html: - small changes in printing hash
! 3579:
! 3580: * src/: include/pa_common.h, include/pa_hash.h,
! 3581: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
! 3582: types/pa_vmethod_frame.h: - hash now keeps order of elements
! 3583:
! 3584: * tests/014.html: - small changes in printing hash
! 3585:
! 3586: 2009-07-07 misha
! 3587:
! 3588: * src/classes/op.C: - new taint language "parser-code" was added
! 3589:
! 3590: * tests/219.html: - test for auto untaint parser code in process
! 3591: was added
! 3592:
! 3593: * src/classes/op.C: - tainted pieces in body of process are
! 3594: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
! 3595:
! 3596: * src/: include/pa_string.h, main/untaint.C: - new language
! 3597: L_PARSER_CODE for auto-untaint in process was added
! 3598:
! 3599: * src/: classes/file.C, classes/hash.C, classes/image.C,
! 3600: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
! 3601: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
! 3602: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
! 3603: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
! 3604: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
! 3605: code cleanup
! 3606:
! 3607: 2009-07-06 misha
! 3608:
! 3609: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
! 3610: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
! 3611: deleted. taint_cstr[m] and untaint_cstr[m] should be used
! 3612:
! 3613: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
! 3614: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
! 3615: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
! 3616: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
! 3617: should be used
! 3618:
! 3619: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
! 3620: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
! 3621: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
! 3622: untaint_cstr[m] should be used
! 3623:
! 3624: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
! 3625: deleted. taint_cstr[m] and untaint_cstr[m] should be used
! 3626:
! 3627: * tests/218.html: - test for checking automatic file-spec-taint was
! 3628: added
! 3629:
! 3630: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
! 3631: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
! 3632: classes/file.C, classes/hash.C, classes/image.C,
! 3633: classes/string.C, classes/table.C, classes/void.C,
! 3634: classes/xdoc.C: - optimizations and simplification of
! 3635: string.cstr(...)
! 3636:
! 3637: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
! 3638: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
! 3639: - optimizations and simplification of string.cstr(...)
! 3640:
! 3641: 2009-07-04 misha
! 3642:
! 3643: * tests/217.html: - test for recursion detection was added
! 3644:
! 3645: * src/: types/types.vcproj, main/main.vcproj,
! 3646: classes/classes.vcproj, targets/cgi/parser3.vcproj,
! 3647: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
! 3648: from .vcproj
! 3649:
! 3650: * src/types/pa_wwrapper.h: - dynamic_cast was removed
! 3651:
! 3652: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
! 3653: uploading files and case-insensitive http-method were added
! 3654:
! 3655: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
! 3656: tainted pattern in ^file:list[] was added
! 3657:
! 3658: 2009-07-03 misha
! 3659:
! 3660: * src/: classes/classes.vcproj, main/main.vcproj,
! 3661: types/types.vcproj, targets/cgi/parser3.vcproj,
! 3662: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
! 3663: for dynamic_cast) - little options changes
! 3664:
! 3665: * src/main/pa_http.C: - file::load[http works now with uploading
! 3666: files _and_ changing $.charset
! 3667:
! 3668: 2009-06-29 misha
! 3669:
! 3670: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
! 3671: while creating pattern
! 3672:
! 3673: 2009-06-25 misha
! 3674:
! 3675: * src/classes/image.C, operators.txt: - options' names for
! 3676: ^image.font were changed to $.space, $.width and $spacing -
! 3677: default space width now == gif's width
! 3678:
! 3679: 2009-06-24 misha
! 3680:
! 3681: * tests/215.html: - tests for $file.mode were added
! 3682:
! 3683: * operators.txt: - added info about $file.mode and changes in
! 3684: ^image.font[
! 3685:
! 3686: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
! 3687: param now could be omited - third param now could be hash (with
! 3688: all widths options: $.space-width, $.letter-width) - it's
! 3689: possible to specify tracking ($.letter-space)
! 3690:
! 3691: * src/classes/file.C: - file objects now could have mode field
! 3692: (text|binary)
! 3693:
! 3694: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
! 3695:
! 3696: 2009-06-23 misha
! 3697:
! 3698: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
! 3699: trim can work with utf-8 chars now
! 3700:
! 3701: 2009-06-20 misha
! 3702:
! 3703: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
! 3704: was implemented
! 3705:
! 3706: * src/classes/table.C: - string length cacheing was implemented
! 3707:
! 3708: * src/include/pa_string.h: - string length cacheing was implemented
! 3709:
! 3710: 2009-06-17 misha
! 3711:
! 3712: * src/main/execute.C: - value param was removed from
! 3713: WContext::WContext
! 3714:
! 3715: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
! 3716: pa_wwrapper.h: - value param was removed from WContext::WContext
! 3717: - field wcontext was removed from VCodeFrame (using fparent
! 3718: instead)
! 3719:
! 3720: * tests/214.html: - test with hash copying
! 3721:
! 3722: 2009-06-16 misha
! 3723:
! 3724: * tests/: 062.html, results/062.processed: - evaluation hardcoded
! 3725: strings doesn't work in expression anymore
! 3726:
! 3727: * src/main/execute.C: - less calls for get_constructing() - little
! 3728: refactoring
! 3729:
! 3730: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
! 3731: include/pa_request.h: - less calls for get_constructing()
! 3732:
! 3733: * src/classes/: hash.C, hashfile.C: - fixed bug which was
! 3734: introduced with OPTIMIZE_SINGLE_STRING optimization
! 3735:
! 3736: 2009-06-14 misha
! 3737:
! 3738: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 3739: classes/hashfile.C, classes/image.C, classes/regex.C,
! 3740: classes/table.C, classes/xdoc.C, classes/xnode.h,
! 3741: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
! 3742: types/pa_vstateless_class.h, main/execute.C: - create object for
! 3743: storing object's fields only for parser objects
! 3744:
! 3745: 2009-06-13 misha
! 3746:
! 3747: * buildall-with-xml, buildall-without-xml: - new option was added
! 3748: for building GC (it slightly reduces memory usage)
! 3749:
! 3750: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
! 3751: single string write
! 3752:
! 3753: * src/main/execute.C: - bytecode optimization of ^class:constructor
! 3754: - optimization of single string write
! 3755:
! 3756: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
! 3757: - bytecode optimization of ^class:constructor
! 3758:
! 3759: 2009-06-09 misha
! 3760:
! 3761: * src/targets/cgi/parser3.C: - type size_t was changed to int in
! 3762: main (better compatibility)
! 3763:
! 3764: 2009-06-08 misha
! 3765:
! 3766: * src/main/compile.y: - I've forgot to commit it :(
! 3767:
! 3768: 2009-06-07 misha
! 3769:
! 3770: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
! 3771: WITH_READ and WITH_ROOT
! 3772:
! 3773: * src/main/: compile.y, compile_tools.C, compile_tools.h,
! 3774: execute.C: - more optimizations for WITH_SELF, WITH_READ and
! 3775: WITH_ROOT - little refactoring
! 3776:
! 3777: 2009-06-06 misha
! 3778:
! 3779: * tests/213.html: - tests for 3rd match string-param were added
! 3780:
! 3781: * src/classes/string.C: - 3rd match param could be string now
! 3782:
! 3783: * src/main/: compile.y, compile_tools.h: - much more bytecode's
! 3784: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
! 3785: GET_OBJECT_ELEMENT
! 3786:
! 3787: 2009-06-05 misha
! 3788:
! 3789: * src/main/pa_http.C: - bugfix: content-length was not calculated
! 3790: if $.body was specified
! 3791:
! 3792: 2009-06-04 misha
! 3793:
! 3794: * src/classes/op.C: - optimizing write_assign_lang in connect
! 3795:
! 3796: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
! 3797:
! 3798: * src/main/execute.C: - little refactoring - optimizing
! 3799: write_assign_lang in taint/untaint
! 3800:
! 3801: * src/include/pa_opcode.h: - little refactoring
! 3802:
! 3803: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
! 3804: main/compile_tools.h, main/execute.C: - optimizations for
! 3805: $self.field, ^self.method, $self.field[...] and $self.field(...)
! 3806: were added
! 3807:
! 3808: 2009-06-03 misha
! 3809:
! 3810: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
! 3811:
! 3812: 2009-06-02 misha
! 3813:
! 3814: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
! 3815: include/pa_opcode.h: - refactoring in last optimizations
! 3816: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
! 3817: now but code is much easy and it is ready for further
! 3818: improvements.
! 3819:
! 3820: 2009-05-27 misha
! 3821:
! 3822: * src/: types/pa_junction.h, types/pa_vjunction.C,
! 3823: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
! 3824: changed in destructing junctions
! 3825:
! 3826: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
! 3827: String:Body
! 3828:
! 3829: 2009-05-26 misha
! 3830:
! 3831: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
! 3832: one method detect_charset was deleted - bug was fixed in this
! 3833: method (error while detecting charset in content_type withot last
! 3834: ';')
! 3835:
! 3836: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
! 3837: once
! 3838:
! 3839: 2009-05-25 misha
! 3840:
! 3841: * src/classes/file.C: - bugfix: file::exec didn't work after
! 3842: optimizing of helper_length
! 3843:
! 3844: 2009-05-24 misha
! 3845:
! 3846: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
! 3847: were added - little refactoring
! 3848:
! 3849: * src/main/execute.C: - core while printing in debug log
! 3850: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
! 3851: optimisations were added
! 3852:
! 3853: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
! 3854: were added
! 3855:
! 3856: 2009-05-23 misha
! 3857:
! 3858: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
! 3859: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
! 3860: CORD_cat optimization
! 3861:
! 3862: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
! 3863: - call constr optimisation under separate define now
! 3864:
! 3865: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
! 3866: in $b should be string, not void
! 3867:
! 3868: * src/main/compile.y: - little fix for rem-cut optimisation
! 3869:
! 3870: * src/: include/pa_opcode.h, main/compile_tools.C,
! 3871: main/compile_tools.h, main/execute.C: - optimisations for
! 3872: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
! 3873:
! 3874: * INSTALL: - description of some #defined were added
! 3875:
! 3876: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
! 3877: before 1st access (memory usage is reduced if don't access to
! 3878: .text field)
! 3879:
! 3880: * src/include/pa_array.h: - array grows step now not static (it
! 3881: reduces numbers of reallocs)
! 3882:
! 3883: 2009-05-20 misha
! 3884:
! 3885: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
! 3886: $.b(2), $c[d] and $.e[f] was added
! 3887:
! 3888: * src/main/: compile.y, compile_tools.C, compile_tools.h,
! 3889: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
! 3890: $.e[f] was added
! 3891:
! 3892: * src/main/execute.C: - debug printing moved in defines
! 3893:
! 3894: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
! 3895: and little refactoring for OP_GET_OBJECT_ELEMENT +
! 3896: OP_GET_OBJECT_VAR_ELEMENT optimisation
! 3897:
! 3898: 2009-05-19 misha
! 3899:
! 3900: * src/main/: compile.y, compile_tools.C, compile_tools.h,
! 3901: execute.C: - $a.$b & ^a.$b bytecode optimisation
! 3902:
! 3903: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
! 3904: ^a.$b optimisation)
! 3905:
! 3906: * src/main/compile.y: - compiler now generate new opcodes:
! 3907: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
! 3908: ^a.b - compiler now cut off ^rem{ with all content ; any number
! 3909: of params }
! 3910:
! 3911: * src/main/execute.C: - code for handle new opcodes
! 3912: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
! 3913:
! 3914: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
! 3915: added for LA2V and LA2S
! 3916:
! 3917: * src/include/pa_opcode.h: - new defines which can be used for
! 3918: disable some bytecode optimisation and new opcodes were added
! 3919:
! 3920: 2009-05-17 misha
! 3921:
! 3922: * src/lib/cord/cordxtra.c: - bugfix.
! 3923:
! 3924: * tests/212.html: - .size[] and .study_size[] were added to tests
! 3925:
! 3926: * operators.txt: - info about regex class was added
! 3927:
! 3928: * tests/212.html: - tests for regex class were added
! 3929:
! 3930: 2009-05-16 misha
! 3931:
! 3932: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
! 3933: gc7.1
! 3934:
! 3935: * tests/022.html: - test for ^file:list[path;] (empty second param)
! 3936: was added
! 3937:
! 3938: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
! 3939: param) should work
! 3940:
! 3941: 2009-05-15 misha
! 3942:
! 3943: * src/classes/table.C: - automatically disable stringstream usage
! 3944: on freebsd4
! 3945:
! 3946: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
! 3947: scope
! 3948:
! 3949: * tests/211.html: - test with different types of access to hash was
! 3950: added
! 3951:
! 3952: * tests/210.html: - test which checks for loosing tainting in
! 3953: hash's keys was added
! 3954:
! 3955: * tests/208.html: - some parser work added. or stime == 0 %-)
! 3956:
! 3957: * src/lib/cord/cordbscs.c: - little hack was added to cord
! 3958:
! 3959: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
! 3960:
! 3961: * src/include/pa_version.h, configure.in: - moko have made a lot of
! 3962: optimisations for increacing version number more dramatically :)
! 3963:
! 3964: * src/classes/date.C: - little refactoring: use constructor which
! 3965: accepts formated string
! 3966:
! 3967: * src/: include/pa_string.h, main/pa_string.C: - String constructor
! 3968: which can print formatted string was added
! 3969:
! 3970: 2009-05-14 misha
! 3971:
! 3972: * src/include/pa_string.h: - type was fixed
! 3973:
! 3974: * src/: classes/hashfile.C, classes/op.C,
! 3975: include/pa_cache_managers.h, include/pa_charset.h,
! 3976: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
! 3977: include/pa_request.h, include/pa_sql_driver_manager.h,
! 3978: include/pa_string.h, include/pa_stylesheet_manager.h,
! 3979: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
! 3980: main/pa_charsets.C, main/pa_string.C,
! 3981: main/pa_stylesheet_connection.C, types/pa_value.h,
! 3982: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 3983: types/pa_vobject.C, types/pa_vstateless_class.C,
! 3984: types/pa_vstateless_class.h: - hash_code caching was implemented
! 3985: (seaches should be faster now)
! 3986:
! 3987: * src/: classes/file.C, classes/hash.C, classes/image.C,
! 3988: classes/string.C, classes/table.C, include/pa_string.h,
! 3989: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
! 3990: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
! 3991: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
! 3992: types/pa_vrequest.C: - String constructors don't have that stupid
! 3993: true/false param which means 'tainted'. they accept lang instead.
! 3994:
! 3995: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
! 3996: with OPTIMIZE_RESULT
! 3997:
! 3998: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
! 3999: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
! 4000:
! 4001: 2009-05-13 misha
! 4002:
! 4003: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
! 4004: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
! 4005: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 4006: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
! 4007: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
! 4008: main/pa_common.C, main/pa_request.C, main/pa_string.C,
! 4009: include/pa_string.h, classes/date.C, classes/file.C,
! 4010: classes/hash.C, classes/image.C, classes/string.C,
! 4011: classes/table.C, classes/xdoc.C: - result optimisation -
! 4012: helper_length parameter removed from string constructors
! 4013:
! 4014: 2009-05-11 misha
! 4015:
! 4016: * tests/209.html: - tests for ^hash::create[hash] were added
! 4017:
! 4018: * tests/208.html: - tests for $status:rusage, $status:memory,
! 4019: ^memory:compact[] were added
! 4020:
! 4021: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
! 4022: log10 were added
! 4023:
! 4024: * tests/206.html: - test for try with finally was added
! 4025:
! 4026: 2009-05-10 misha
! 4027:
! 4028: * tests/205.html: - test for ^file::create[...] was added
! 4029:
! 4030: * tests/204.html: - test for ^response:clear[] was added
! 4031:
! 4032: * tests/038.html: - tests for trigonometric functions were added
! 4033:
! 4034: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
! 4035: added - more tests for .add, .sub, .union, .intersects and
! 4036: .intersections
! 4037:
! 4038: * tests/065.html: - test for ^file:dirname was added
! 4039:
! 4040: * tests/030.html: - test for $cookie:fields was added
! 4041:
! 4042: * tests/203.html: - test for ^h._keys[column name] was added
! 4043:
! 4044: * tests/201.html: - tests for .trim were added
! 4045:
! 4046: * tests/202.html: - tests for last-day,
! 4047: date:calendar[type](YYYY;MM;DD) were added
! 4048:
! 4049: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
! 4050: .offset[type](N) were added
! 4051:
! 4052: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
! 4053: and .pos[c](N) were added
! 4054:
! 4055: * tests/141.html: - test for math:sha1 was added
! 4056:
! 4057: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
! 4058:
! 4059: 2009-05-09 misha
! 4060:
! 4061: * src/main/compile.y: - rollback
! 4062:
! 4063: 2009-05-05 misha
! 4064:
! 4065: * src/main/pa_exec.C: - little optimisation: somewhere length() was
! 4066: replaced by is_empty()
! 4067:
! 4068: * src/: include/pa_string.h, main/pa_charset.C: - little
! 4069: optimisation: somewhere length() was replaced by is_empty()
! 4070:
! 4071: * src/classes/table.C: - little optimisation: somewhere length()
! 4072: was replaced by is_empty()
! 4073:
! 4074: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
! 4075: classes/op.C, classes/table.C, main/pa_exception.C: - little
! 4076: optimisation: somewhere length() was replaced by is_empty()
! 4077:
! 4078: 2009-05-04 misha
! 4079:
! 4080: * src/: types/pa_method.h, types/pa_vstateless_class.C,
! 4081: types/pa_vstateless_class.h, main/execute.C,
! 4082: include/pa_request.h, classes/hash.C, classes/op.C,
! 4083: classes/table.C: - more optimisations were added: some operators
! 4084: don't switch write context anylonger
! 4085:
! 4086: 2009-05-01 misha
! 4087:
! 4088: * src/main/compile.y: - slightly more opcode optimisations for
! 4089: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
! 4090:
! 4091: * src/main/execute.C: - simplifying process for getters
! 4092:
! 4093: 2009-04-30 misha
! 4094:
! 4095: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
! 4096:
! 4097: * tests/results/199.processed: - test for checking $result into
! 4098: ^rem was added
! 4099:
! 4100: * tests/199.html: - test for checking $result into ^rem was added
! 4101:
! 4102: * tests/: 022.html, 096.html: - þsort after :list was asses (on
! 4103: some OS it returns list in different order)
! 4104:
! 4105: * src/: include/pa_array.h, include/pa_request.h,
! 4106: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
! 4107: changes in stack impl - get_element() optimisation: 3rd param
! 4108: removed - bugfix: problems with reading empty input param -
! 4109: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
! 4110:
! 4111: * tests/results/198.processed: - test for reading empty local var
! 4112: was added
! 4113:
! 4114: * tests/198.html: - test for reading empty local var was added
! 4115:
! 4116: 2009-04-29 misha
! 4117:
! 4118: * src/main/compile.y: - bugfix: couldn't compile because
! 4119: OP_VALUE__GET_ELEMENT should be unde #ifdef
! 4120:
! 4121: * src/: include/pa_array.h, include/pa_opcode.h,
! 4122: include/pa_request.h, main/compile.y, main/execute.C,
! 4123: main/pa_request.C, types/pa_vmethod_frame.C,
! 4124: types/pa_vmethod_frame.h: - we can work without opcode
! 4125: OP_STORE_PARAM, so it was removed
! 4126:
! 4127: 2009-04-28 misha
! 4128:
! 4129: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
! 4130: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
! 4131: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
! 4132: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
! 4133: 4.
! 4134: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
! 4135:
! 4136: * src/main/compile_tools.h: - new stuff for op-codes optimisation
! 4137:
! 4138: * src/: main/pa_string.C, classes/string.C: - !length() =>
! 4139: is_empty()
! 4140:
! 4141: 2009-04-27 misha
! 4142:
! 4143: * src/types/pa_vregex.h: - back explicit vars initialisation
! 4144:
! 4145: 2009-04-24 misha
! 4146:
! 4147: * src/classes/string.C: - ups. typo fixed
! 4148:
! 4149: * src/main/execute.C: - more replacements '*new VBool' to
! 4150: 'VBool::get' - checks for ^break[], ^continue[] and
! 4151: parser.interrupted were optimised
! 4152:
! 4153: * src/classes/string.C: - number of params.count() calls was
! 4154: slightly reduced
! 4155:
! 4156: 2009-04-23 misha
! 4157:
! 4158: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
! 4159: make it x64 friendly
! 4160:
! 4161: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
! 4162: parser is x64 friendly now
! 4163:
! 4164: 2009-04-22 misha
! 4165:
! 4166: * src/types/pa_vhashfile.C: - coder friendly exception about
! 4167: exceeding record size was added
! 4168:
! 4169: * src/classes/file.C: - use vregex object instead of direct calls
! 4170: methods from pcre lib
! 4171:
! 4172: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
! 4173: classes/string.C: - use vregex object instead of direct calls
! 4174: methods from pcre lib
! 4175:
! 4176: * src/: include/pa_common.h, main/pa_common.C: - method
! 4177: print_pcre_exec_error_text was moved to class vregex
! 4178:
! 4179: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
! 4180: was added
! 4181:
! 4182: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
! 4183: - class vregex was added
! 4184:
! 4185: 2009-04-21 misha
! 4186:
! 4187: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
! 4188:
! 4189: * src/: types/pa_junction.h, types/pa_value.C,
! 4190: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
! 4191: types/pa_wcontext.h, main/execute.C, classes/op.C: -
! 4192: junction-optimisation (destructors)
! 4193:
! 4194: * src/include/pa_array.h: - free under if now
! 4195:
! 4196: 2009-04-19 misha
! 4197:
! 4198: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
! 4199:
! 4200: 2009-04-18 misha
! 4201:
! 4202: * src/include/pa_version.h:
! 4203: :q :
! 4204:
! 4205: CV:
! 4206: ----------------------------------------------------------------------
! 4207:
! 4208: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
! 4209: refactoring
! 4210:
! 4211: * src/: include/pa_array.h, include/pa_hash.h,
! 4212: types/pa_vmethod_frame.h: - destructors under #ifdef now
! 4213:
! 4214: * src/include/pa_memory.h: - define for using destructors was added
! 4215:
! 4216: * src/: types/pa_method.h, types/pa_vstateless_class.C,
! 4217: main/execute.C: - some junctions will be cached now
! 4218:
! 4219: * src/include/pa_hash.h: - hash destructor frees pairs now
! 4220:
! 4221: * src/include/pa_array.h: - inline was added to destructor
! 4222:
! 4223: * src/types/pa_method.h: - comment was changed
! 4224:
! 4225: 2009-04-17 misha
! 4226:
! 4227: * src/: include/pa_array.h, include/pa_hash.h,
! 4228: types/pa_vmethod_frame.h: - destructors were added
! 4229:
! 4230: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
! 4231: renamed to always_use_result
! 4232:
! 4233: * src/main/: compile.y, compile_tools.h: - rollback changes in
! 4234: compiler: full backward compatibility is better
! 4235:
! 4236: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
! 4237: result in var's hash
! 4238:
! 4239: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
! 4240: optimisation in method_frame
! 4241:
! 4242: * src/include/pa_array.h: - optimisation in array (allocate
! 4243: elements only when needed)
! 4244:
! 4245: * src/types/pa_vresponse.C: - check for $response:headers field
! 4246: before looking at custom fields
! 4247:
! 4248: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
! 4249: not needed to check existance var with name 'result' in var's
! 4250: hash
! 4251:
! 4252: * src/main/compile.y: - compiler was changed: now it detects
! 4253: writings to $result and set flag writo_to_result in method
! 4254:
! 4255: * src/classes/string.C: - little optimisation: no needed to write
! 4256: number with lang
! 4257:
! 4258: * src/main/pa_charset.C: - methods readChar and skipChar which is
! 4259: used for read utf8-strings were renamed - is_escaped was renamed
! 4260: to isEscaped (to the same name convention)
! 4261:
! 4262: * src/: types/pa_method.h, main/compile_tools.h: - flag
! 4263: write_to_result added. compiler get this info from code.
! 4264:
! 4265: 2009-04-16 misha
! 4266:
! 4267: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
! 4268: String only before 1st write
! 4269:
! 4270: * src/include/pa_string.h: - not needed template removed
! 4271:
! 4272: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
! 4273: types/pa_vjunction.C, types/pa_vproperty.C,
! 4274: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
! 4275: main/pa_request.C, classes/bool.C, classes/double.C,
! 4276: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
! 4277: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
! 4278: bool objects)
! 4279:
! 4280: 2009-04-15 misha
! 4281:
! 4282: * src/lib/cord/cordxtra.c: - more optimisation
! 4283:
! 4284: * src/: include/pa_string.h, main/untaint.C: - String::append
! 4285: optimisation
! 4286:
! 4287: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
! 4288: then get and can sometime be used)
! 4289:
! 4290: * src/main/pa_string.C: - String::length optimisation
! 4291:
! 4292: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
! 4293: these methods read different strings
! 4294:
! 4295: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
! 4296: fresult_initial_void removed + some optimisation - if $result
! 4297: defined we don't write to context anymore
! 4298:
! 4299: * src/main/pa_charset.C: - readChar => skipChar (in this place we
! 4300: need just skip char)
! 4301:
! 4302: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 4303: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
! 4304: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
! 4305:
! 4306: * src/types/pa_vvoid.h: - added get() method for retreave one
! 4307: instance
! 4308:
! 4309: 2009-04-11 misha
! 4310:
! 4311: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
! 4312:
! 4313: * tests/197.html: - test for parser://test in xml was added
! 4314:
! 4315: * src/classes/string.C: - small optimisation
! 4316:
! 4317: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
! 4318: optimisation
! 4319:
! 4320: 2009-04-10 misha
! 4321:
! 4322: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
! 4323: to pcre-7.8
! 4324:
! 4325: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
! 4326:
! 4327: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
! 4328: added
! 4329:
! 4330: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
! 4331: $request:CLASS_NAME were added
! 4332:
! 4333: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
! 4334: were added
! 4335:
! 4336: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
! 4337: $env:CLASS_NAME were added
! 4338:
! 4339: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
! 4340: '@todo' now
! 4341:
! 4342: * src/targets/cgi/parser3.C: - size_t -> int for calming down
! 4343: compirer
! 4344:
! 4345: * src/main/pa_string.C: - little code cleanup
! 4346:
! 4347: * src/main/pa_common.C: - describe one more UTF-8 related error
! 4348: during PCRE compile/execute
! 4349:
! 4350: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
! 4351: normalizing todo-comments: '@todo' now
! 4352:
! 4353: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
! 4354:
! 4355: * src/main/pa_charset.C: - type changed for making compiler happy
! 4356:
! 4357: 2009-03-10 misha
! 4358:
! 4359: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
! 4360: in main()
! 4361:
! 4362: 2009-02-01 misha
! 4363:
! 4364: * src/main/pa_http.C: - bugfix: double CRLF before the end of
! 4365: boundary
! 4366:
! 4367: 2009-01-25 misha
! 4368:
! 4369: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
! 4370:
! 4371: * src/classes/file.C: - more changes for parsing different number
! 4372: of params for file::load
! 4373:
! 4374: * tests/193.html: - tests for exception while base64-decode binary
! 4375: to string was added
! 4376:
! 4377: * tests/192.html: - tests for file::load with different number of
! 4378: options
! 4379:
! 4380: * src/classes/math.C: - ups. forgot '+1'
! 4381:
! 4382: * src/: classes/table.C, classes/file.C, include/pa_common.h,
! 4383: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
! 4384: main/pa_http.C: - ^file::load[...;http://...;] now can post files
! 4385: (new option $.encode[multipart-form/data] should be specified) -
! 4386: $.method[] option for file::load now is not case-sensitive
! 4387:
! 4388: * src/: include/pa_string.h, main/untaint.C: - for file post the
! 4389: new taint language L_FILE_POST was added
! 4390:
! 4391: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
! 4392: main/main.vcproj, classes/math.C, include/Makefile.am: - some
! 4393: stuff was moved to separate files
! 4394:
! 4395: 2009-01-23 misha
! 4396:
! 4397: * src/classes/math.C: - little optimisation in ^math:sha1[] -
! 4398: spaces to tabs were converted
! 4399:
! 4400: 2009-01-12 misha
! 4401:
! 4402: * src/main/pa_http.C: - value of $.method[] option force uppercased
! 4403: now
! 4404:
! 4405: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 4406: types/pa_vform.C, types/pa_vmail.C: - some constants changed
! 4407: their names
! 4408:
! 4409: * src/main/pa_common.C: - changes in formating
! 4410:
! 4411: * src/: classes/file.C, main/pa_http.C: - some constants changed
! 4412: their names
! 4413:
! 4414: * src/include/pa_http.h: - some spaces were converted to tabs
! 4415:
! 4416: * src/include/pa_common.h: - some constants changed their names
! 4417:
! 4418: * src/classes/file.C: - fixed 4-th paramether for file::load -
! 4419: little code rewriting
! 4420:
! 4421: * src/types/pa_vfile.C: - little code rewriting
! 4422:
! 4423: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
! 4424: types/pa_value.h: - some formating changes
! 4425:
! 4426: * src/include/pa_common.h: - some formating spaces transformed to
! 4427: tabs
! 4428:
! 4429: * src/classes/string.C: - exception while base64-decode binary to a
! 4430: string
! 4431:
! 4432: 2009-01-11 misha
! 4433:
! 4434: * configure.in: - version changed to 3.3.1b
! 4435:
! 4436: 2008-09-05 misha
! 4437:
! 4438: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
! 4439: release_3_3_0 on 2008-09-05 10:59:35 +0000
! 4440:
! 4441: 2008-09-04 misha
! 4442:
! 4443: * tests/: 130.html, 131.html: - these exceptions not typeless
! 4444: anymore
! 4445:
! 4446: * src/classes/op.C: - exception with 'invalid taint language' not
! 4447: typeless anylonger
! 4448:
! 4449: * src/classes/image.C: - some exceptions while operations with
! 4450: image not typeless anymore
! 4451:
! 4452: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
! 4453: main/pa_exec.C, main/pa_http.C: - some exceptions while
! 4454: operations with files not typeless anymore
! 4455:
! 4456: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
! 4457: types/pa_vdate.h: - exceptions while checking date range not
! 4458: typeless anymore
! 4459:
! 4460: * src/include/pa_exception.h: - exception type string for invalid
! 4461: date range was added
! 4462:
! 4463: 2008-09-03 misha
! 4464:
! 4465: * src/: classes/file.C, main/pa_string.C: - exception while pce
! 4466: operations not typeless anymore
! 4467:
! 4468: * src/include/pa_exception.h: - exception type for pce operations
! 4469: was added
! 4470:
! 4471: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
! 4472: and .CLASS_NAME insite classes
! 4473:
! 4474: * src/classes/table.C: - don't save table header whiile
! 4475: ^table.save[append;filename] if file exists
! 4476:
! 4477: 2008-09-02 misha
! 4478:
! 4479: * src/main/compile.y, src/main/compile_tools.h,
! 4480: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
! 4481: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
! 4482: renamed to partial and it login changed: we must mark class as
! 4483: partial for allow their modifications in future.
! 4484:
! 4485: 2008-08-29 misha
! 4486:
! 4487: * tests/results/022.processed: - testing taint[regex] in mask for
! 4488: file:list
! 4489:
! 4490: * tests/022.html: - testing taint[regex] in mask for file:list
! 4491:
! 4492: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
! 4493: for file:list was added
! 4494:
! 4495: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
! 4496: file:list
! 4497:
! 4498: 2008-08-26 misha
! 4499:
! 4500: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
! 4501: last derived object
! 4502:
! 4503: * src/classes/image.C: - many strings "image.format" replaced by
! 4504: IMAGE_FORMAT constant string - handle GPS info while parse exif -
! 4505: understand some more exif tags
! 4506:
! 4507: * src/include/pa_exception.h: - string "image.format" was added
! 4508:
! 4509: 2008-08-21 misha
! 4510:
! 4511: * src/: main/pa_string.C, classes/file.C: - use method for print
! 4512: pcre_exec text error
! 4513:
! 4514: * src/main/pa_common.C: - method for print pcre_exec text error was
! 4515: added
! 4516:
! 4517: * src/include/pa_common.h: - method declaration for print pcre_exec
! 4518: text error was added
! 4519:
! 4520: 2008-08-19 misha
! 4521:
! 4522: * src/main/execute.C: - bugfix: opcodes must be in separate
! 4523: namespace while debug execution as well
! 4524:
! 4525: * tests/: 015.html, results/015.processed: - test for escaping some
! 4526: parser chars was added
! 4527:
! 4528: 2008-08-18 misha
! 4529:
! 4530: * tests/: 190.html, 190.p, results/190.processed: - test for
! 4531: $caller.self.field + default getter in one class was added
! 4532:
! 4533: * tests/: 189.html, results/189.processed: - test for
! 4534: ^date::create[date object]
! 4535:
! 4536: * tests/: 188.html, results/188.processed: - tests for match with
! 4537: UTF-8 strings
! 4538:
! 4539: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
! 4540: ^string.match[]
! 4541:
! 4542: * ChangeLog: - parser 3.3.0 beta13
! 4543:
! 4544: 2008-08-15 misha
! 4545:
! 4546: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
! 4547: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
! 4548: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
! 4549: dftables.c: - old PCRE files removed
! 4550:
! 4551: * src/lib/pcre/config.h: - configuration for PCRE library
! 4552:
! 4553: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
! 4554: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
! 4555:
! 4556: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
! 4557: library and set flag UTF8 if $request:charset is UTF-8
! 4558:
! 4559: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
! 4560: include/pa_config_fixed.h: - moved to new PCRE library
! 4561:
! 4562: * src/: main/main.vcproj, types/types.vcproj,
! 4563: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
! 4564: win32\pcre instead of parser3\src\lib\pcre
! 4565:
! 4566: * src/: include/pa_opcode.h, include/pa_operation.h,
! 4567: main/compile.C, main/compile.y, main/compile_tools.C,
! 4568: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
! 4569: opcodes were moved to separate namespace
! 4570:
! 4571: 2008-08-14 misha
! 4572:
! 4573: * src/types/pa_vstateless_class.C: - newline at the end missed
! 4574:
! 4575: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
! 4576: tainting
! 4577:
! 4578: 2008-08-11 misha
! 4579:
! 4580: * tests/: 187.html, 187.p, results/187.processed: - tests for
! 4581: $caller.self, $caller.self.field and $caller.self.field[value]
! 4582: were added
! 4583:
! 4584: * src/types/pa_vmethod_frame.h: - still need to check 'self'
! 4585: runtime as well (for $caller.self)
! 4586:
! 4587: 2008-07-25 misha
! 4588:
! 4589: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
! 4590: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
! 4591: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
! 4592: tests with international characters
! 4593:
! 4594: 2008-07-23 misha
! 4595:
! 4596: * src/main/pa_http.C: - escape $cookies as %uXXXX while
! 4597: file::load[...;http://
! 4598:
! 4599: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
! 4600: now everywhere in separate namespace
! 4601:
! 4602: * src/types/pa_vmethod_frame.h: - looking for caller before looking
! 4603: for vars
! 4604:
! 4605: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
! 4606: can be escaped by '^'
! 4607:
! 4608: 2008-07-22 misha
! 4609:
! 4610: * src/classes/string.C, tests/186.html: - names changes:
! 4611: escape=>js-escape, unescape=>js-unescape
! 4612:
! 4613: 2008-07-21 misha
! 4614:
! 4615: * tests/results/186.processed: - test for string escape/unescape
! 4616:
! 4617: * tests/186.html: - test for string escape/unescape
! 4618:
! 4619: * src/classes/string.C: - string has escape and unescape methods
! 4620: now
! 4621:
! 4622: * src/: include/pa_string.h, main/pa_string.C: - escape method was
! 4623: added
! 4624:
! 4625: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
! 4626: method-layers added (with different params)
! 4627:
! 4628: 2008-07-18 misha
! 4629:
! 4630: * tests/results/185.processed: - test for ^str.pos[substr](offset)
! 4631: was added
! 4632:
! 4633: * tests/185.html: - test for ^str.pos[sub](offset) added
! 4634:
! 4635: * src/classes/string.C, src/classes/void.C, operators.txt: -
! 4636: ^string.pos[substr](offset) -- 2nd param accepted now
! 4637:
! 4638: * src/main/pa_string.C: - .pos works fine with offset for utf-8
! 4639: strings
! 4640:
! 4641: 2008-07-17 misha
! 4642:
! 4643: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
! 4644: helper length added for mid for small optimisation
! 4645:
! 4646: 2008-07-16 misha
! 4647:
! 4648: * tests/: 185.html, results/185.processed: - tests for
! 4649: length/left/right/mid/pos with utf-8 strings
! 4650:
! 4651: * src/classes/string.C: - left/right/mid/length/pos works fine for
! 4652: utf-8 strings
! 4653:
! 4654: * src/main/untaint.C: - comments removed
! 4655:
! 4656: * src/: include/pa_string.h, main/pa_string.C,
! 4657: include/pa_charset.h, main/pa_charset.C: - methods for working
! 4658: with pos/mid for strings in utf-8 were added
! 4659:
! 4660: 2008-07-15 misha
! 4661:
! 4662: * tests/: 184.html, results/184.processed: - test for case body as
! 4663: expression: $var(^switch(1){^case(1)(true)..})
! 4664:
! 4665: * src/classes/op.C: - case body can be expression now:
! 4666: $var(^switch(1){^case(1)(true)..})
! 4667:
! 4668: * tests/: results/183.processed, 183.html: - added test for testing
! 4669: new cookie encoding (%uXXXX)
! 4670:
! 4671: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
! 4672: decoding for backward compatibility they decoded from %XX in
! 4673: request:charset too
! 4674:
! 4675: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
! 4676: - cookie class now decode cookies before first access after last
! 4677: request:charset changing (as form class).
! 4678:
! 4679: * src/main/pa_charset.C: - added method escape for escaping cookies
! 4680: as %uXXXX - before transcode calculate required space for dest
! 4681: string. it reduce mem usage for transcode
! 4682:
! 4683: * src/include/pa_charset.h: - added method escape for escaping
! 4684: cookies as %uXXXX
! 4685:
! 4686: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
! 4687: was added. will used for escaping cookies as %uXXXX
! 4688:
! 4689: * src/include/pa_common.h: - escape method has new option for skip
! 4690: converting '+' to a space char
! 4691:
! 4692: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
! 4693: transcode - escape method has new option for skip converting '+'
! 4694: to a space char
! 4695:
! 4696: 2008-07-08 misha
! 4697:
! 4698: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
! 4699: (no UE if more then 1 case matches anylonger) - optimization:
! 4700: doing searching.as_string() || searching.as_double() only once
! 4701:
! 4702: 2008-07-04 misha
! 4703:
! 4704: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
! 4705: now ^date::create[date object] works
! 4706:
! 4707: * src/classes/string.C: - left and right added as aliases for start
! 4708: and end in ^string.trim[]
! 4709:
! 4710: 2008-07-03 misha
! 4711:
! 4712: * src/classes/file.C: - allow $.limit for file::sql as well
! 4713:
! 4714: * src/classes/file.C: - allow $.offset option for file::sql - force
! 4715: send limit=1 to query for use sql specifics authomatically
! 4716:
! 4717: * src/classes/: hash.C, string.C, table.C: - don't throw exception
! 4718: if $.limit value if empty. autoconvert it as everywere
! 4719:
! 4720: 2008-07-02 misha
! 4721:
! 4722: * configure.in: - time to change version number to 3.3.0 %-)
! 4723:
! 4724: * src/include/pa_version.h: - time to change version number to
! 4725: 3.3.0 %-)
! 4726:
! 4727: 2008-06-26 misha
! 4728:
! 4729: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
! 4730: $.limit(0) fixes
! 4731:
! 4732: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
! 4733: - $.limit(0) fixes
! 4734:
! 4735: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
! 4736: new API)
! 4737:
! 4738: * src/: include/pa_sql_driver_manager.h,
! 4739: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
! 4740: classes/op.C: - document_root added
! 4741:
! 4742: * src/main/compile.tab.C: - error message was changed
! 4743:
! 4744: 2008-06-25 misha
! 4745:
! 4746: * src/main/compile.y: - error message was changed
! 4747:
! 4748: 2008-06-24 misha
! 4749:
! 4750: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
! 4751:
! 4752: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
! 4753: tests for @OPTIONS\nappend
! 4754:
! 4755: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
! 4756:
! 4757: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
! 4758:
! 4759: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
! 4760:
! 4761: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
! 4762: compile.y
! 4763:
! 4764: 2008-06-17 misha
! 4765:
! 4766: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
! 4767: compilation: ^if(default){true. it's incorrect. must be
! 4768: exception}
! 4769:
! 4770: 2008-06-16 misha
! 4771:
! 4772: * tests/: 181.ent, 181.html, results/181.processed: - test for
! 4773: checking external reference loading with 'http://localhost'
! 4774: prefix while creating xdoc
! 4775:
! 4776: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
! 4777: ^math:long2ip[] and ^math:ip2long[]
! 4778:
! 4779: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
! 4780: added which use scalar stateless class method when user object
! 4781: used in scalar context - use get_scalar_value when user object
! 4782: requested in scalar context
! 4783:
! 4784: * src/main/pa_common.C: - size must be int but not size_t or we
! 4785: can't compare with 0 sprintf result
! 4786:
! 4787: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 4788: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
! 4789: with internal switch between local/global vars
! 4790:
! 4791: * src/types/pa_vclass.C: - register scalar if method @GET[] was
! 4792: specified
! 4793:
! 4794: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
! 4795: pa_vstateless_object.h: - stateless class and object now has
! 4796: private scalar field and getter/setter for working with it
! 4797:
! 4798: * src/classes/math.C: - methods math:long2ip & math:ip2long were
! 4799: moved to inet static class
! 4800:
! 4801: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
! 4802: class added (^inet:aton[IP], ^inet:ntoa(number))
! 4803:
! 4804: * tests/: 180.html, results/180.processed: - tests for
! 4805: ^math:long2ip(long) and ^math:ip2long[IP]
! 4806:
! 4807: * src/classes/math.C: - ^math:ip2long[IP] added
! 4808:
! 4809: 2008-06-11 misha
! 4810:
! 4811: * src/main/pa_xml_io.C: - use file_read_text again because of we
! 4812: need cut BOM code and remove DOS newline chars. but don't
! 4813: transcode it anyway.
! 4814:
! 4815: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
! 4816: main/pa_http.C: - option for disable transcoding while file_read
! 4817: and file_read_text added
! 4818:
! 4819: 2008-06-10 misha
! 4820:
! 4821: * tests/: 179.html, 179.p, results/179.processed: - test for many
! 4822: classes in 1 file
! 4823:
! 4824: * src/main/: compile.C, compile_tools.h: - compile return list of
! 4825: classes now.
! 4826:
! 4827: * src/main/: compile.y, compile.tab.C: - compile return list of
! 4828: classes now. internals.
! 4829:
! 4830: * src/main/pa_request.C: - compile return list of classes now. try
! 4831: call @conf and @auto for each returned class
! 4832:
! 4833: * src/include/pa_request.h: - compile return list of classes now
! 4834:
! 4835: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
! 4836: return list of classes when compile buf)
! 4837:
! 4838: 2008-06-07 misha
! 4839:
! 4840: * src/main/pa_request.C: - constructing VRequest object with 3rd
! 4841: param -- form
! 4842:
! 4843: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
! 4844: 3rd param: form. needed for get post_charset
! 4845:
! 4846: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
! 4847: added
! 4848:
! 4849: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
! 4850: types/pa_vform.C, types/pa_vform.h: - some polish
! 4851:
! 4852: 2008-06-06 misha
! 4853:
! 4854: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
! 4855: charset and decode chars from it but not from response:charset
! 4856:
! 4857: * src/main/pa_http.C: - detect_charset moved out of here
! 4858:
! 4859: * src/: include/pa_common.h, main/pa_common.C: - more helpers
! 4860: methods moved here - unescape_chars accepn one charset now
! 4861:
! 4862: * src/main/pa_http.C: - new constants used - don't allow
! 4863: $.content-type in ^file::load[;http://;$.method[POST]] - add
! 4864: charset info while ^file::load[;http://;$.method[POST]] - option
! 4865: $.omit-post-charset(true) added to ^file::load[;http://] for
! 4866: disabling charset during post
! 4867:
! 4868: * src/types/pa_vform.C: - new constants used
! 4869:
! 4870: * src/include/pa_common.h: - some constants were added
! 4871:
! 4872: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
! 4873: instead of StrEqNc
! 4874:
! 4875: * src/main/pa_common.C: - new method for caseless search
! 4876: c-substring in c-string - use isxdigit instead of is_hex_digit
! 4877:
! 4878: * src/include/pa_common.h: - new method for caseless search
! 4879: c-substring in c-string
! 4880:
! 4881: 2008-06-05 misha
! 4882:
! 4883: * tests/results/178.processed: - test for testing default getter
! 4884:
! 4885: * tests/178.html: - test for testing default getter
! 4886:
! 4887: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
! 4888: for test for testing default getter
! 4889:
! 4890: * src/main/execute.C: - default getter soul
! 4891:
! 4892: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
! 4893: requested objects' field not found
! 4894:
! 4895: * src/types/pa_vclass.C: - register default getter if defined - get
! 4896: default getter if requested field not found
! 4897:
! 4898: * src/types/pa_vstateless_object.h: - method get_default_getter was
! 4899: added
! 4900:
! 4901: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
! 4902: pointer to default getter and methods for get/set it were added
! 4903:
! 4904: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
! 4905: auto_name field (for default getter)
! 4906:
! 4907: 2008-06-04 misha
! 4908:
! 4909: * src/main/pa_xml_io.C: - load external xml in binary mode (no
! 4910: transcoding, no cutting BOM code, no fixing line breaks) and get
! 4911: it to libxml "as is"
! 4912:
! 4913: 2008-06-03 misha
! 4914:
! 4915: * src/main/pa_common.C: - use store_Char instead of
! 4916: transcodeCharFromUTF8
! 4917:
! 4918: * src/: include/pa_charset.h, main/pa_charset.C: - method
! 4919: store_Char added, transcodeCharFromUTF8 -- removed
! 4920:
! 4921: 2008-06-02 misha
! 4922:
! 4923: * tests/: results/177.processed, 177.html: - test for checking
! 4924: .[acm]date after local ^file::load[] was added
! 4925:
! 4926: * tests/: results/176.processed, 176.html: - test for checking
! 4927: @OPTION\locals + @method[vars][locals] added
! 4928:
! 4929: * tests/results/auto.p: - CLASS_PATH specified for checking use
! 4930:
! 4931: 2008-05-30 misha
! 4932:
! 4933: * src/main/: compile.y, compile.tab.C: - changes in compiler:
! 4934: @OPTION\nlocals + @method[vars][;locals;] were added
! 4935:
! 4936: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
! 4937: moved to separate method op_code - switch from VMethodFrame to
! 4938: VMethodFrameGlobal + VMethodFrameLocal
! 4939:
! 4940: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
! 4941: was moved to separate method op_code
! 4942:
! 4943: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
! 4944: VMethodFrame now
! 4945:
! 4946: * src/types/pa_vstateless_class.h: - stateless class have bool flag
! 4947: all_vars_local as well
! 4948:
! 4949: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
! 4950: pa_vmethod_frame_local.h, Makefile.am: - who children for
! 4951: VMethodFrame were added: one (global) works as VMethodFrame
! 4952: before and second (local) write all vars in self vars scope
! 4953:
! 4954: * src/types/pa_method.h: - method has bool flag all_vars_local now
! 4955:
! 4956: 2008-05-29 misha
! 4957:
! 4958: * tests/: 129.html, results/129.processed: - more tests for
! 4959: ^table.hash[]
! 4960:
! 4961: * src/classes/hash.C: - ^hash::sql has a new option:
! 4962: $.type[hash|string|table] as ^table.hash[] one.
! 4963:
! 4964: * src/classes/op.C: - ^try has 3rd param now: finally code which
! 4965: executed anyway after try or catch section
! 4966:
! 4967: 2008-05-27 misha
! 4968:
! 4969: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
! 4970: must not fail if $.distinct(1) wasn't specified
! 4971:
! 4972: 2008-05-26 misha
! 4973:
! 4974: * src/classes/op.C: - allow ^throw[my type]
! 4975:
! 4976: 2008-05-22 misha
! 4977:
! 4978: * configure.in, configure: - version number updated to 3.2.4b
! 4979:
! 4980: * src/classes/: op.C, string.C: - trim format string before
! 4981: eval/format
! 4982:
! 4983: * tests/: results/175.processed, 175.html: - more tests for
! 4984: different format strings in .format[]
! 4985:
! 4986: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
! 4987: as well (not only %XX)
! 4988:
! 4989: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
! 4990: charset specified - checks for format before print number
! 4991: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
! 4992: (instead of tabs) removed
! 4993:
! 4994: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
! 4995: charset specified
! 4996:
! 4997: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
! 4998: char in requested charset from utf code was added
! 4999:
! 5000: 2008-05-19 misha
! 5001:
! 5002: * tests/: 174.html, results/174.processed: - test for
! 5003: ^hashfile.cleanup[] added
! 5004:
! 5005: * src/classes/hashfile.C: - optimization: don't create any key or
! 5006: value variable if it's name weren't specified
! 5007: (^hf.foreach[;v]{...})
! 5008:
! 5009: 2008-05-16 misha
! 5010:
! 5011: * src/classes/hash.C: - optimization: don't create any key variable
! 5012: if variable name wasn't specified (^h.foreach[;v]{...})
! 5013:
! 5014: 2008-05-15 misha
! 5015:
! 5016: * src/classes/op.C: - small changes
! 5017:
! 5018: * src/classes/hashfile.C: - code reformating (as hash.foreach)
! 5019:
! 5020: * src/classes/hash.C: - calculate var_context once before foreach
! 5021:
! 5022: 2008-05-14 misha
! 5023:
! 5024: * src/classes/hashfile.C: - incorrect vars context calculation for
! 5025: ^hashfile.foreach[;]{} fixed
! 5026:
! 5027: * src/classes/: hash.C, table.C: - little optimisation
! 5028:
! 5029: * src/classes/file.C: - bugfix: double absolute path while loading
! 5030: file
! 5031:
! 5032: * tests/: 174.html, results/174.processed: - tests for hashfile
! 5033: were added
! 5034:
! 5035: * buildall-with-xml: - moving to libxslt 1.1.24
! 5036:
! 5037: 2008-04-30 misha
! 5038:
! 5039: * src/classes/file.C: - stat file while loading (local only) so
! 5040: .adate, .mdate and .cdate available without additional ::stat
! 5041:
! 5042: 2008-04-28 misha
! 5043:
! 5044: * src/classes/file.C: - $.name and $.content-type available for
! 5045: stated file
! 5046:
! 5047: 2008-04-14 misha
! 5048:
! 5049: * src/targets/cgi/parser3.C: - new year in copyright %-)
! 5050:
! 5051: * src/include/pa_version.h: - new version number in head
! 5052:
! 5053: 2008-04-10 misha
! 5054:
! 5055: * tests/: 080.html, results/080.processed: - cut '0' from
! 5056: exponential part because of on diff OS it differ (20 or 020 for
! 5057: ex)
! 5058:
! 5059: * tests/: 119.html, results/119.processed: - check for encoding
! 5060: while creating xdoc
! 5061:
! 5062: 2008-04-09 misha
! 5063:
! 5064: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
! 5065:
! 5066: * src/main/pa_common.C: - comment added
! 5067:
! 5068: * src/classes/date.C: - little refactoring
! 5069:
! 5070: 2008-04-07 misha
! 5071:
! 5072: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
! 5073: style of ^table.save[]: prepare one big string and sabe it at
! 5074: once. it's safe on freebsd 4.x but use much more memory.
! 5075:
! 5076: * buildall-with-xml, buildall-without-xml: - option
! 5077: --disable-stringstream added (under comment. use it on freebsd
! 5078: 4.x)
! 5079:
! 5080: 2008-02-22 misha
! 5081:
! 5082: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
! 5083: specified together in file::load[;http] - get back transcoding
! 5084: $.body[] in file::load[;http]
! 5085:
! 5086: 2008-02-21 misha
! 5087:
! 5088: * src/classes/date.C: - ^date.gmt-string[] was added
! 5089:
! 5090: * src/types/pa_value.C: - method for output date in RFC 822 format
! 5091: moved to pa_common.h
! 5092:
! 5093: * src/include/pa_common.h: - method for output date in RFC 822
! 5094: format moved here from pa_value.C
! 5095:
! 5096: * src/types/pa_vmail.C: - fixed core in sending mail with
! 5097: attachment in simple mode ($.file[file here]) introduced in 3.2.2
! 5098:
! 5099: 2008-02-20 misha
! 5100:
! 5101: * src/main/pa_http.C: - transcode $.headers before escaping into
! 5102: specified charset while ^file::load[...;http://...] (L_URI
! 5103: instead of L_HTTP_HEADER) - $.cookies param available in
! 5104: ^file::load[;http://...] now (but we don't parse set-cookies from
! 5105: response yet) (cookies not transcoded as common $cookies)
! 5106:
! 5107: 2008-02-19 misha
! 5108:
! 5109: * src/main/pa_request.C: - rollback: we mustn't force taint
! 5110: $response:field values because in this case
! 5111: $response:locateion[http://...] don't works.
! 5112:
! 5113: 2008-02-15 misha
! 5114:
! 5115: * src/classes/op.C: - little refactoring
! 5116:
! 5117: * src/main/pa_http.C: - taint names of $.headers for load[;http
! 5118:
! 5119: * src/main/pa_request.C: - force taint values of $response:field
! 5120:
! 5121: 2008-02-14 misha
! 5122:
! 5123: * src/main/pa_request.C: - $response:field transcoded to
! 5124: $response:charset before escaping now
! 5125:
! 5126: * src/main/pa_http.C: - some outdated comments removed
! 5127:
! 5128: * src/classes/date.C: - lastdat -> last-day
! 5129:
! 5130: * src/classes/date.C: - ^date:lastday(year;month) and
! 5131: ^date.lastday[] were added - little code refactoring - comments
! 5132: changes
! 5133:
! 5134: * tests/: 159.html, results/159.processed: - test for number of
! 5135: days in February
! 5136:
! 5137: * src/types/pa_value.C: - fixes in code formatting
! 5138:
! 5139: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
! 5140: and comments
! 5141:
! 5142: 2008-02-13 misha
! 5143:
! 5144: * src/main/pa_common.C: - bugfix for february at leap year
! 5145:
! 5146: 2008-01-28 misha
! 5147:
! 5148: * tests/: 160.html, results/160.processed: - more test for cache
! 5149: added
! 5150:
! 5151: * src/classes/op.C: - bugfix: cache body executed twice if contains
! 5152: unhandled exception
! 5153:
! 5154: 2008-01-25 misha
! 5155:
! 5156: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
! 5157: bug when hashfile became inavailable after memory:compact)
! 5158:
! 5159: * src/lib/sdbm/apr_strings.C: - +arp_malloc
! 5160:
! 5161: 2008-01-22 misha
! 5162:
! 5163: * src/classes/table.C: - little refactiring and exception texts
! 5164: changes in method ^table.hash[]
! 5165:
! 5166: * src/types/pa_vcookie.C: - link to cookie specification changed
! 5167:
! 5168: 2008-01-21 misha
! 5169:
! 5170: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
! 5171: file::exec/cgi
! 5172:
! 5173: * src/classes/file.C: - bugfix: core while processing headers if
! 5174: executed cgi script don't return content
! 5175:
! 5176: 2008-01-18 misha
! 5177:
! 5178: * buildall-with-xml: - move to libxml2 version 2.6.31
! 5179:
! 5180: * src/include/pa_version.h, configure.in: - version number updated
! 5181: to '3.2.3b'
! 5182:
! 5183: 2007-12-28 misha
! 5184:
! 5185: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
! 5186: hash.contains
! 5187:
! 5188: 2007-12-27 misha
! 5189:
! 5190: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
! 5191: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
! 5192: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
! 5193: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
! 5194: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
! 5195: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
! 5196: src/targets/cgi/parser3.vcproj,
! 5197: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
! 5198: back to VS2003 because of Apache 1.3 module can't work if it was
! 5199: built in VS 2005. with cgi all file so VS2003 project files can
! 5200: be easy converted to the new format.
! 5201:
! 5202: 2007-12-04 misha
! 5203:
! 5204: * src/types/pa_vcode_frame.h: - changes in comment
! 5205:
! 5206: 2007-11-29 misha
! 5207:
! 5208: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
! 5209: intercept strings any longer
! 5210:
! 5211: * tests/: 173.html, results/173.processed: - tests for
! 5212: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
! 5213: but not in main code frame
! 5214:
! 5215: * tests/: 172.html, results/172.processed: - more tests for pass
! 5216: objects from code frames
! 5217:
! 5218: 2007-11-27 misha
! 5219:
! 5220: * tests/: 152.html, results/152.processed: - tests for converting
! 5221: strings 'true'/'false' to bool were added
! 5222:
! 5223: * tests/152.html: - added checks for converting strings
! 5224: 'true'/'false' to bool
! 5225:
! 5226: * src/classes/string.C: - ^srting.bool[] now can convert to bool
! 5227: not only strings with numbers but with values 'true'/'false' as
! 5228: well
! 5229:
! 5230: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
! 5231: for parser3.log increased
! 5232:
! 5233: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
! 5234:
! 5235: * src/include/pa_common.h: - remove_crlf return cstring size now
! 5236:
! 5237: * src/include/pa_types.h: - constant with buffer size for
! 5238: parser3.log added
! 5239:
! 5240: 2007-11-16 misha
! 5241:
! 5242: * tests/cat.sh: - script for tests for file::exec/cgi
! 5243:
! 5244: * tests/171.html: - tests for file::exec/cgi
! 5245:
! 5246: * tests/results/171.processed: - tests results for file::exec/cgi
! 5247:
! 5248: 2007-11-15 misha
! 5249:
! 5250: * src/main/pa_exec.C: - fixed incorrect exec code for unix
! 5251:
! 5252: * src/classes/file.C: - .body must be set before analyzing cgi
! 5253: headers
! 5254:
! 5255: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
! 5256: only if exec/cgi return anything.
! 5257:
! 5258: 2007-11-14 misha
! 5259:
! 5260: * operators.txt: - info about new text|binary option for
! 5261: file::exec/cgi was added
! 5262:
! 5263: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
! 5264: ^file:exec[[text|binary];script;...]
! 5265:
! 5266: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
! 5267: classes/string.C, classes/table.C: - more text strings moved to
! 5268: the one place
! 5269:
! 5270: 2007-11-09 misha
! 5271:
! 5272: * src/types/pa_vrequest.C: - $request:argv must be taint
! 5273:
! 5274: * ChangeLog: - $request:argv [patch from Sumo]
! 5275:
! 5276: * operators.txt: - $request:argv
! 5277:
! 5278: * src/: include/pa_request_info.h, types/pa_vrequest.C,
! 5279: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
! 5280:
! 5281: 2007-10-25 misha
! 5282:
! 5283: * buildall-with-xml, buildall-without-xml: - options preparations
! 5284: for ./configure rewrited
! 5285:
! 5286: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
! 5287: error occure in unhandled_exception finally fixed
! 5288:
! 5289: 2007-10-23 misha
! 5290:
! 5291: * tests/: 170.html, results/170.processed: - test for
! 5292: @method[][result]
! 5293:
! 5294: * operators.txt: - added info about node.prefix and
! 5295: node.namespaceURI
! 5296:
! 5297: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
! 5298:
! 5299: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
! 5300: added for node and attribute
! 5301:
! 5302: 2007-10-22 misha
! 5303:
! 5304: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
! 5305:
! 5306: * src/main/pa_request.C: - added const content-transfer-encoding
! 5307:
! 5308: * src/include/pa_request.h: - added const content-transfer-encoding
! 5309: - ups. constants must be in lowercase (for search)
! 5310:
! 5311: * src/types/pa_vmail.C: - more constants used -
! 5312: content-transfer-encoding: 8bit added
! 5313:
! 5314: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
! 5315:
! 5316: * src/include/pa_request.h: - more constants
! 5317:
! 5318: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
! 5319: ommit anymore if $.content-disposition was specified - little
! 5320: refactoring
! 5321:
! 5322: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
! 5323:
! 5324: 2007-10-17 misha
! 5325:
! 5326: * operators.txt: - info about
! 5327: table::create[nameless]{data}[>options<] was added
! 5328:
! 5329: * src/main/: compile.tab.C, compile.y: - if error occure while
! 5330: compile method don't put this method in methods table anymore.
! 5331: in other case the parser coredumped if @unhandled_exception
! 5332: method can't be compiled because of parser.compile error.
! 5333:
! 5334: * src/main/execute.C: - little code reformating
! 5335:
! 5336: * src/main/pa_request.C: - little code reformating - comment
! 5337: changed
! 5338:
! 5339: 2007-10-16 misha
! 5340:
! 5341: * tests/: 035.html, results/035.processed: - tests
! 5342: table::create[]{}[options] added
! 5343:
! 5344: * src/classes/table.C: - table::create[]{} now accept 3rd param:
! 5345: options (only $.seperator[] yet)
! 5346:
! 5347: 2007-10-10 misha
! 5348:
! 5349: * src/classes/table.C: - some contstants moved to pa_common.h -
! 5350: some code changes
! 5351:
! 5352: 2007-10-02 misha
! 5353:
! 5354: * src/main/pa_uue.C: - memory usage during uuencode reduced more
! 5355: then three time as much. but base64 encoding method still use
! 5356: less memory anyway.
! 5357:
! 5358: 2007-09-17 misha
! 5359:
! 5360: * operators.txt: - added info about $cookie:fields
! 5361:
! 5362: * src/types/pa_vcookie.C: - $cookie:fields available now
! 5363:
! 5364: * src/classes/hash.C: - some stuff for use with .for_each moved to
! 5365: common
! 5366:
! 5367: * src/include/pa_common.h: - some stuff for use with .for_each
! 5368: moved here
! 5369:
! 5370: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
! 5371:
! 5372: 2007-09-14 misha
! 5373:
! 5374: * buildall-with-xml: - new xml libs again =)
! 5375:
! 5376: 2007-08-28 misha
! 5377:
! 5378: * operators.txt: - texts about ^table.columns[[column name]] and
! 5379: ^string.split[...][v][column name] were added
! 5380:
! 5381: * tests/: 168.html, 169.html, results/168.processed,
! 5382: results/169.processed: - tests for ^table.columns[[column name]]
! 5383: and ^string.split[...][v][column name] were added
! 5384:
! 5385: * src/classes/table.C: - new option ^table.columns[[column name]]
! 5386: was added
! 5387:
! 5388: * src/classes/string.C: - new option ^string.split[...;v;[column
! 5389: name]]
! 5390:
! 5391: * src/include/pa_exception.h: - error text message for
! 5392: ^hash._keys[], ^table.columns[] and ^string.split[]
! 5393:
! 5394: 2007-08-27 misha
! 5395:
! 5396: * src/main/untaint.C: - try to fix coredump on unix if print to
! 5397: body ^taint[sql][something] outside of connect
! 5398:
! 5399: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
! 5400: outside of connect
! 5401:
! 5402: * buildall-with-xml, buildall-without-xml: - strip parser3 was
! 5403: added (commented by default)
! 5404:
! 5405: 2007-08-20 misha
! 5406:
! 5407: * operators.txt: - comment about new method ^node.hasAttributes[]
! 5408: was added
! 5409:
! 5410: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
! 5411: duplicated exception text strings were removed
! 5412:
! 5413: * src/include/pa_exception.h: - more exception text strings moved
! 5414: here
! 5415:
! 5416: * src/classes/table.C: - some duplicate exceptions' text strings
! 5417: removed
! 5418:
! 5419: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
! 5420: xdoc.C, xnode.C: - some duplicate exceptions' text strings
! 5421: removed
! 5422:
! 5423: * src/include/pa_exception.h: - some exception text strings movet
! 5424: to pa_exception
! 5425:
! 5426: * tests/: 149.html, results/149.processed: - test for
! 5427: ^xnode.hasAttributes[] was added - some code changes
! 5428:
! 5429: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
! 5430: added
! 5431:
! 5432: 2007-08-17 misha
! 5433:
! 5434: * tests/: results/006.processed, results/059.processed, 006.html,
! 5435: 059.html: - more tests for match
! 5436:
! 5437: * tests/: 129.html, results/129.processed: - tests for
! 5438: ^table.hash[...][$.type[string|hash|table]] added
! 5439:
! 5440: * src/targets/cgi/parser3.C: - little syntax changes
! 5441:
! 5442: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
! 5443: syntax changes
! 5444:
! 5445: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
! 5446: messages in parser3.log switched off by default. If someone
! 5447: really still need it: use $SIGPIPE(1)
! 5448:
! 5449: 2007-08-08 misha
! 5450:
! 5451: * buildall-with-xml, buildall-without-xml: - remove libs source
! 5452: files by default since now
! 5453:
! 5454: 2007-08-07 misha
! 5455:
! 5456: * buildall-without-xml: - some option syntax changes
! 5457:
! 5458: * buildall-with-xml: - compile libxml2 without http support - some
! 5459: option syntax changes
! 5460:
! 5461: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
! 5462:
! 5463: 2007-08-06 misha
! 5464:
! 5465: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
! 5466:
! 5467: * tests/: 160.html, results/160.processed: - cache test was
! 5468: rewrited
! 5469:
! 5470: 2007-07-06 misha
! 5471:
! 5472: * tests/: 153.html, results/153.processed: - added test for
! 5473: ^math:sha1[string]
! 5474:
! 5475: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
! 5476: transcoded
! 5477:
! 5478: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
! 5479: were added
! 5480:
! 5481: 2007-06-28 misha
! 5482:
! 5483: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
! 5484: some incorrect chars
! 5485:
! 5486: 2007-06-19 misha
! 5487:
! 5488: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
! 5489: were moved on top because of gcc 4 had a problems during
! 5490: building.
! 5491:
! 5492: 2007-06-18 misha
! 5493:
! 5494: * tests/results/019.processed: - new image commited
! 5495:
! 5496: 2007-06-09 misha
! 5497:
! 5498: * src/classes/: op.C, table.C: - in while and table.select method
! 5499: as_expression used now
! 5500:
! 5501: * src/types/pa_vmethod_frame.h: - method as_expression was added
! 5502:
! 5503: 2007-06-08 misha
! 5504:
! 5505: * tests/: 166.html, results/166.processed: - test for
! 5506: ^match[...][n]
! 5507:
! 5508: * tests/: 165.html, results/165.processed: - tests for loops
! 5509:
! 5510: * src/lib/cord/include/private/cord_pos.h: - back to origin value
! 5511: because of no speed/memory optimisation but some proglems with
! 5512: long cycles occure
! 5513:
! 5514: 2007-06-06 misha
! 5515:
! 5516: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
! 5517: ^table.select(true) and ^table.select(1) didn't works because of
! 5518: awaiting junction-param only. fixed.
! 5519:
! 5520: 2007-05-24 misha
! 5521:
! 5522: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
! 5523: with 0.5 secs interval
! 5524:
! 5525: * src/classes/op.C: - cache was rewrited. I hope it works with
! 5526: locking system now on unix
! 5527:
! 5528: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
! 5529: system locks which wait till other threads release it but try get
! 5530: lock, if fail wait 1 sec and make 10 attempts.
! 5531:
! 5532: * src/include/pa_os.h: - consts for blocking locks + some comments
! 5533: were added
! 5534:
! 5535: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
! 5536: opening files
! 5537:
! 5538: * src/classes/table.C: - changes in includes. if unclude <sstream>
! 5539: after our classes on unix it can't be build
! 5540:
! 5541: * src/types/pa_vhashfile.C: - not needed code removed
! 5542:
! 5543: 2007-05-23 misha
! 5544:
! 5545: * src/: classes/file.C, classes/op.C, main/pa_common.C,
! 5546: include/pa_common.h: - cosmetic changes
! 5547:
! 5548: 2007-05-18 misha
! 5549:
! 5550: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
! 5551: often. it's give some speed increasing
! 5552:
! 5553: * tests/results/160.processed: - returned time corrected
! 5554:
! 5555: * tests/160.html: - time increased because on unix 1 mean nothing
! 5556: :(
! 5557:
! 5558: * operators.txt: - added info about ^hash.contain[key]
! 5559:
! 5560: * src/classes/hash.C: - added ^hash.contain[key]
! 5561:
! 5562: * src/include/pa_hash.h: - added method for checking key exists in
! 5563: hash
! 5564:
! 5565: 2007-05-07 misha
! 5566:
! 5567: * src/include/pa_string.h: - was compilation error during build on
! 5568: freebsd4
! 5569:
! 5570: 2007-05-03 misha
! 5571:
! 5572: * src/classes/table.C: - option $.type[hash|string|table] was added
! 5573: for ^table.hash[]
! 5574:
! 5575: * src/classes/file.C: - comment removed
! 5576:
! 5577: 2007-04-26 misha
! 5578:
! 5579: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
! 5580: real files doesn't opened in place anymore
! 5581:
! 5582: 2007-04-24 misha
! 5583:
! 5584: * src/classes/math.C: - I thought one more time and remove lg(N) :)
! 5585:
! 5586: * src/include/pa_exception.h: "static" removed
! 5587:
! 5588: 2007-04-23 misha
! 5589:
! 5590: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
! 5591:
! 5592: * src/classes/math.C: added: - ^math:ln(N) (the same as
! 5593: ^math:log(N)) - ^math:lg(N)
! 5594:
! 5595: * tests/: 097.html, results/097.processed: - charsets converstion
! 5596: during ^file::load[text;http://...] added
! 5597:
! 5598: * tests/: 164.html, results/164.processed: - check for set expires
! 5599: as a date
! 5600:
! 5601: * tests/: 164.html, results/164.processed: - test for hashfile
! 5602:
! 5603: * src/classes/hashfile.C: - little comment changes
! 5604:
! 5605: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
! 5606: access
! 5607:
! 5608: * src/: classes/date.C, classes/double.C, classes/file.C,
! 5609: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
! 5610: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
! 5611: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 5612: classes/xnode.h, include/pa_request.h, main/execute.C,
! 5613: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 5614: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
! 5615: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
! 5616: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
! 5617: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
! 5618: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
! 5619: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 5620: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
! 5621: "parser.runtime" strings were removed
! 5622:
! 5623: * src/classes/hashfile.C: - with .clear[] called files_delete()
! 5624: now.
! 5625:
! 5626: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
! 5627:
! 5628: * src/include/pa_exception.h: - string constant with
! 5629: "parser.runtime" text was added
! 5630:
! 5631: 2007-04-20 misha
! 5632:
! 5633: * operators.txt: - some comments changing
! 5634:
! 5635: * operators.txt: - added info about .^hashfile.release[],
! 5636: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
! 5637:
! 5638: * configure: =cheching for unsetenv
! 5639:
! 5640: * src/classes/hashfile.C: - ^hashfile.cleanup[],
! 5641: ^hashfile.release[] were added
! 5642:
! 5643: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
! 5644: ^string.match[][] understand new option now: return number of
! 5645: matches but not table wit results
! 5646:
! 5647: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
! 5648: reopen now
! 5649:
! 5650: * src/classes/op.C: - bug. must be false
! 5651:
! 5652: * configure.in: - checking for unsetenv was added
! 5653:
! 5654: * src/types/pa_vform.C: - some comments
! 5655:
! 5656: 2007-04-18 misha
! 5657:
! 5658: * buildall-with-xml: moving to libxml2-2.6.28
! 5659:
! 5660: * buildall-with-xml, buildall-without-xml: added commented lines
! 5661: with --disable-safe-mode option
! 5662:
! 5663: * operators.txt: - info about $form:files
! 5664:
! 5665: 2007-04-17 misha
! 5666:
! 5667: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
! 5668: $form:files was added
! 5669:
! 5670: * tests/: 163.html, results/163.processed: removing auto format
! 5671:
! 5672: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
! 5673:
! 5674: 2007-04-16 misha
! 5675:
! 5676: * tests/: 163.html, results/163.processed: - test for .int[],
! 5677: floor, round, ceiling and .format[]
! 5678:
! 5679: * src/classes/file.C: - little optimization for getting args in
! 5680: exec/cgi
! 5681:
! 5682: 2007-04-13 misha
! 5683:
! 5684: * src/classes/file.C: - arguments for file::exec/cgi can be
! 5685: specified now as s table with one column
! 5686:
! 5687: 2007-03-27 misha
! 5688:
! 5689: * tests/: 162.html, results/162.processed: - test for
! 5690: ^table.select(^condition[$t])
! 5691:
! 5692: * tests/results/auto.p: - load windows-1251 charset for some tests
! 5693:
! 5694: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
! 5695:
! 5696: * tests/: results/161.processed, 161.html, 161_utf8.txt,
! 5697: 161_windows1251.txt: - added test for
! 5698: ^file::load[text;/local/file.txt;$.charset[...]]
! 5699:
! 5700: * tests/: results/013.processed, 013.html: - added test for
! 5701: checking $._default value while hash modifications
! 5702:
! 5703: * tests/: 160.html, results/160.processed: - add test for
! 5704: ^cache[key](secs){code}, ^cache[] and ^cache(0)
! 5705:
! 5706: 2007-03-22 misha
! 5707:
! 5708: * src/include/pa_common.h: - "charset" string defined for
! 5709: ^file::load[text;/local.txt] and ^table::load[/table.txt]
! 5710:
! 5711: * src/main/: pa_common.C, pa_http.C: - $.charset option for
! 5712: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
! 5713: added - not needed transcodes were removed from
! 5714: ^file::load[...;http://...]
! 5715:
! 5716: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
! 5717: added
! 5718:
! 5719: * src/classes/date.C: - date.week was fixed
! 5720:
! 5721: * operators.txt: - added info about date.weekyear
! 5722:
! 5723: * tests/: 159.html, results/159.processed: - tests for date.week
! 5724: and date.weekyear added
! 5725:
! 5726: 2007-03-15 misha
! 5727:
! 5728: * src/classes/table.C: - enclose column numbers for nameless tables
! 5729: as well
! 5730:
! 5731: 2007-03-14 misha
! 5732:
! 5733: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
! 5734:
! 5735: * src/classes/table.C: - table.save optimization: now required much
! 5736: less memory
! 5737:
! 5738: 2007-03-13 misha
! 5739:
! 5740: * tests/results/: 158.processed, 158.processes: - tests for
! 5741: table.save/table.load
! 5742:
! 5743: * tests/: 158.html, results/158.processes: - tests for
! 5744: table.save/table.load
! 5745:
! 5746: * buildall-with-xml: libxml2: --without-ftp --without-docbook
! 5747:
! 5748: * buildall-with-xml: - pattern needed now for building
! 5749:
! 5750: * tests/results/097.processed: - added test results for xdoc::load
! 5751: & xdoc::load[http://...]
! 5752:
! 5753: * tests/097.html: - added test for xdoc::load
! 5754:
! 5755: 2007-03-12 misha
! 5756:
! 5757: * tests/: 107.html, results/107.processed: - added test for xpath
! 5758: '//man'
! 5759:
! 5760: 2007-03-01 misha
! 5761:
! 5762: * tests/: 097.html, results/097.processed: - added test for
! 5763: creating xdoc from file
! 5764:
! 5765: * tests/: results/157.processed, 157.html: - added test for
! 5766: file:move
! 5767:
! 5768: 2007-02-28 misha
! 5769:
! 5770: * src/classes/xdoc.C: - another attempt
! 5771:
! 5772: * src/classes/xdoc.C: - roll back last changes for a while
! 5773:
! 5774: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
! 5775:
! 5776: * src/classes/file.C: - under lock we create non-exist dir anyway
! 5777:
! 5778: * tests/results/099.processed: - ever send content-disposition to
! 5779: client with file
! 5780:
! 5781: * tests/157.html: + test for file:copy
! 5782:
! 5783: 2007-02-26 misha
! 5784:
! 5785: * src/classes/file.C: - some similar strings moved to #define
! 5786: instead of to be copy/pasted many times
! 5787:
! 5788: * src/types/pa_vfile.h: - class name string ("file") moved to
! 5789: #define
! 5790:
! 5791: 2007-02-20 misha
! 5792:
! 5793: * bin/auto.p.dist.in: - added lines for sqlite
! 5794:
! 5795: * configure.in: - added some strings for sqlite detection
! 5796:
! 5797: 2007-02-19 misha
! 5798:
! 5799: * operators.txt: - some comments changes
! 5800:
! 5801: * buildall-with-xml, buildall-without-xml: - some modifications
! 5802:
! 5803: 2007-02-17 misha
! 5804:
! 5805: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
! 5806:
! 5807: * src/main/pa_request.C: - damn, i forgot to commit it while I
! 5808: change console behaviour
! 5809:
! 5810: 2007-02-12 misha
! 5811:
! 5812: * src/targets/cgi/parser3.C: - don't print headers if
! 5813: $console:line[data] was used during cgi execution.
! 5814:
! 5815: * src/types/pa_vconsole.h: - console class have bool flag now which
! 5816: marked as 'true' if class was used.
! 5817:
! 5818: * tests/: 152.html, results/152.processed: - more types was added
! 5819: to test 152
! 5820:
! 5821: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
! 5822: adding 'bool' (^if($image){} caused exception)
! 5823:
! 5824: 2007-02-09 misha
! 5825:
! 5826: * tests/: 152.html, results/152.processed: - test alightly updated
! 5827:
! 5828: * tests/: 152.html, results/152.processed: - test rewrited
! 5829:
! 5830: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
! 5831: bugfix. I broke xdoc & xnode in expression
! 5832:
! 5833: 2007-02-08 misha
! 5834:
! 5835: * tests/: 152.html, results/152.processed: - add test for checking
! 5836: 'def' for void, string, bool, int & double
! 5837:
! 5838: 2007-02-07 misha
! 5839:
! 5840: * operators.txt: - ^file:base64[filespec] was added
! 5841:
! 5842: * tests/results/153.processed: - result test for
! 5843: ^file:base64[filespec] was updated
! 5844:
! 5845: * tests/153.html: - test for ^file:base64[filespec] was added
! 5846:
! 5847: * src/types/pa_vconsole.h: - little optimization
! 5848:
! 5849: * src/classes/file.C: - ^file:base64[filespec]
! 5850:
! 5851: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
! 5852:
! 5853: * src/include/pa_common.h: - declarations for
! 5854: ^file:base64[filespec]
! 5855:
! 5856: * src/types/pa_vcookie.C: - little optimization
! 5857:
! 5858: 2007-02-06 misha
! 5859:
! 5860: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
! 5861: were temporary commented
! 5862:
! 5863: * src/types/pa_vbool.h: - bugfix
! 5864:
! 5865: * tests/156.html: - added test for bool cookie
! 5866:
! 5867: * src/types/pa_vcookie.h: - not needed string "cookie" removed
! 5868:
! 5869: * tests/: 155.html, results/155.processed: - added test for check
! 5870: $.encloser[] option for table save/load
! 5871:
! 5872: * tests/: 153.html, 154.html, todo.txt: - two more tests added
! 5873:
! 5874: 2007-02-05 misha
! 5875:
! 5876: * tests/results/152.processed: - newline at the end was missed
! 5877:
! 5878: * tests/results/141.processed: - math:md5 must be lowercased
! 5879:
! 5880: * src/targets/cgi/parser3.C: - 2007 in help ;)
! 5881:
! 5882: 2007-02-03 misha
! 5883:
! 5884: * tests/results/: 150.processed, 151.processed, 152.processed: -
! 5885: test for bool added and some content length fixes
! 5886:
! 5887: * tests/152.html: - test for bool added
! 5888:
! 5889: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
! 5890:
! 5891: * operators.txt: - info bool class was added
! 5892:
! 5893: * src/: classes/Makefile.am, classes/bool.C,
! 5894: classes/classes.vcproj, classes/double.C, classes/int.C,
! 5895: classes/string.C, classes/void.C, classes/xnode.C,
! 5896: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
! 5897: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
! 5898: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
! 5899: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 5900: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
! 5901: types/types.vcproj: - bool class was added
! 5902:
! 5903: * src/main/pa_request.C: - fix
! 5904:
! 5905: 2007-01-18 misha
! 5906:
! 5907: * src/: main/pa_string.C, classes/string.C: - return table during
! 5908: ^string.match[][] even if no matched found.
! 5909:
! 5910: 2006-12-20 misha
! 5911:
! 5912: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
! 5913: http://www.parser.ru/forum/?id=55598 ]
! 5914:
! 5915: 2006-12-19 misha
! 5916:
! 5917: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
! 5918: details: http://www.parser.ru/forum/?id=52359
! 5919:
! 5920: * src/main/pa_request.C: - always set content-disposition for
! 5921: $response:body[hash here]. more details:
! 5922: http://www.parser.ru/forum/?id=52130
! 5923:
! 5924: 2006-12-07 misha
! 5925:
! 5926: * operators.txt: - added info about bool params in cookie set
! 5927:
! 5928: * src/types/pa_vcookie.C: - bool param in cookies available now
! 5929: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
! 5930: ]
! 5931:
! 5932: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
! 5933: was added
! 5934:
! 5935: 2006-12-02 misha
! 5936:
! 5937: * src/classes/file.C: - file_block_read used instead of native read
! 5938:
! 5939: * src/main/pa_common.C: - added file_block_read with read error
! 5940: detection - file_block_read used instead of native read
! 5941:
! 5942: * src/include/pa_common.h: - added file_block_read declaration
! 5943:
! 5944: 2006-12-01 misha
! 5945:
! 5946: * operators.txt: - info about $var.CLASS_NAME was added
! 5947:
! 5948: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
! 5949: $var.CLASS_NAME added
! 5950:
! 5951: * operators.txt: - added info about ^file:copy[]
! 5952:
! 5953: * src/classes/file.C: - ^file:copy[from;fo] was added
! 5954:
! 5955: 2006-11-20 misha
! 5956:
! 5957: * src/classes/date.C: - bug fix :)
! 5958:
! 5959: 2006-11-17 misha
! 5960:
! 5961: * src/include/pa_common.h: - array in crc32 calculation was changed
! 5962: to static
! 5963:
! 5964: * src/main/pa_common.C: - little optimization in getMonthDays -
! 5965: small changes in crc32 calculation
! 5966:
! 5967: * src/classes/date.C: - not needed code was removed
! 5968:
! 5969: 2006-11-16 misha
! 5970:
! 5971: * src/types/pa_vmail.C: - fix missed brakes
! 5972:
! 5973: * src/types/pa_vmail.C: - mail:send now set content-type:
! 5974: multipart/related instead of multipart/mixed if file have
! 5975: $.content-id[]
! 5976:
! 5977: 2006-11-15 misha
! 5978:
! 5979: * src/types/pa_vdouble.h: abs -> fabs
! 5980:
! 5981: 2006-11-14 misha
! 5982:
! 5983: * operators.txt: - added info about ^file.md5[] and
! 5984: ^file:md5[file-name]
! 5985:
! 5986: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
! 5987: added
! 5988:
! 5989: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
! 5990: FILE_BUFFER_SIZE
! 5991:
! 5992: * src/classes/math.C: - hex_string was moved to pa_common.h
! 5993:
! 5994: * src/include/pa_common.h: - hex_string was moved from math.C -
! 5995: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
! 5996:
! 5997: * src/types/pa_vdouble.h: - incorrect frac detection with negative
! 5998: values was fixed
! 5999:
! 6000: 2006-11-13 misha
! 6001:
! 6002: * operators.txt: - added info about ^math:crc32[string],
! 6003: ^file:crc32[file-name] & ^file.crc32[]
! 6004:
! 6005: * src/classes/math.C: - added ^math:crc32[string]
! 6006:
! 6007: * src/classes/file.C: - some comments were changed - added
! 6008: ^file:crc32[file-name] and ^file.crc32[]
! 6009:
! 6010: * src/: include/pa_common.h, main/pa_common.C: - some functions for
! 6011: crc32 calculation added
! 6012:
! 6013: 2006-11-03 misha
! 6014:
! 6015: * src/include/pa_array.h: - not needed variable removed
! 6016:
! 6017: * tests/: 150.html, 151.html, results/150.processed,
! 6018: results/151.processed: - 2 tests were added
! 6019:
! 6020: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
! 6021: with $.reverse(1) were fixed
! 6022:
! 6023: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
! 6024: query converted to $.charset during ^file::load[http://...]
! 6025:
! 6026: 2006-11-02 misha
! 6027:
! 6028: * src/include/pa_table.h: ups. forget '=' char
! 6029:
! 6030: * src/include/pa_table.h: - one more fix in
! 6031: .locate[...][$.reverse(1)]
! 6032:
! 6033: 2006-11-01 misha
! 6034:
! 6035: * src/classes/math.C: - bug fix, details:
! 6036: http://www.parser.ru/forum/?id=53360
! 6037:
! 6038: * src/include/pa_table.h: - bug fix during ^table.locate( condition
! 6039: false for all records )[$.reverse(1)]
! 6040:
! 6041: * src/main/pa_http.C: - second param for this mid method is length
! 6042: but not end_index so this method has error and can't detect
! 6043: charsets in next content-types: Content-type: text/html;
! 6044: charset="windows-1251" Content-type: text/html;
! 6045: charset="windows-1251"; Content-type: text/html;
! 6046: charset=windows-1251;
! 6047:
! 6048: only Content-type: text/html; charset=windows-1251 was fine
! 6049:
! 6050: 2006-10-31 misha
! 6051:
! 6052: * src/classes/file.C: - empty args in file::exec removed now
! 6053:
! 6054: 2006-09-11 misha
! 6055:
! 6056: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
! 6057: replaced to table::create - some changes in text/code formatting
! 6058:
! 6059: 2006-09-03 paf
! 6060:
! 6061: * src/classes/file.C: proper tainting of
! 6062: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
! 6063:
! 6064: 2006-06-09 paf
! 6065:
! 6066: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
! 6067:
! 6068: * src/classes/table.C: formatting
! 6069:
! 6070: * src/classes/table.C: incorporated patch from misha: Sent:
! 6071: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
! 6072: ignoring string options for ^table.save[]
! 6073:
! 6074: * src/classes/hash.C: incorporated patch from misha Sent:
! 6075: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
! 6076: $hash._default disappear while
! 6077:
! 6078: * operators.txt: ^mail:send[ $.file1[ $.value[file]
! 6079: $.format[!uue|!base64] << new base64 option. default uue ] ]
! 6080:
! 6081: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
! 6082: PM Subject: patch for base64 in ^mail:send[] %-)
! 6083:
! 6084: 2006-04-09 paf
! 6085:
! 6086: * src/main/compile.tab.C: ` change compiled
! 6087:
! 6088: * gnu.vcproj, operators.txt, parser3.sln,
! 6089: src/classes/classes.vcproj, src/classes/file.C,
! 6090: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
! 6091: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
! 6092: src/classes/xnode.C, src/include/pa_array.h,
! 6093: src/include/pa_config_fixed.h, src/include/pa_dir.h,
! 6094: src/include/pa_memory.h, src/include/pa_request.h,
! 6095: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
! 6096: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
! 6097: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 6098: src/lib/pcre/pcre_dftables.vcproj,
! 6099: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
! 6100: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
! 6101: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
! 6102: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 6103: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
! 6104: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
! 6105: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
! 6106: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
! 6107: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
! 6108: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
! 6109: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
! 6110: src/types/pa_value.h, src/types/pa_vcookie.C,
! 6111: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
! 6112: src/types/pa_vmail.C, src/types/pa_vresponse.C,
! 6113: src/types/pa_vstatus.C, src/types/types.vcproj,
! 6114: tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
! 6115: ^break[] ^continue[], in ^for, ^while, ^menu,
! 6116: ^hash/hashfile.foreach
! 6117:
! 6118: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
! 6119: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
! 6120: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
! 6121: src/classes/xnode.C, src/include/pa_array.h,
! 6122: src/include/pa_config_fixed.h, src/include/pa_dir.h,
! 6123: src/include/pa_memory.h, src/include/pa_request.h,
! 6124: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
! 6125: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
! 6126: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 6127: src/lib/pcre/pcre_dftables.vcproj,
! 6128: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
! 6129: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
! 6130: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
! 6131: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 6132: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
! 6133: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
! 6134: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
! 6135: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
! 6136: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
! 6137: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
! 6138: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
! 6139: src/types/pa_value.h, src/types/pa_vcookie.C,
! 6140: src/types/pa_vmail.C, src/types/pa_vresponse.C,
! 6141: src/types/pa_vstatus.C, src/types/types.vcproj,
! 6142: tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
! 6143: switched to VS2005 (projects and object<info explicitly
! 6144: typed>.for_each(, info)) + $response:field[] setting void means
! 6145: removing + grammar $name` name stops now, for mysql `$field` +
! 6146: started ^break[] ^continue[], in ^for. TODO: to other iterators
! 6147: (while, menu, foreach) + all log messages += [uri=, method=, cl=]
! 6148:
! 6149: * buildall-with-xml: merged . ftp paths update
! 6150:
! 6151: * buildall-with-xml: . ftp paths update
! 6152:
! 6153: 2006-03-04 paf
! 6154:
! 6155: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
! 6156: checks++ [thanks to Igor Zinkovsky for detailed report]
! 6157:
! 6158: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
! 6159: Igor Zinkovsky for detailed report]
! 6160:
! 6161: 2006-03-01 paf
! 6162:
! 6163: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
! 6164: \n to ' ' in
! 6165:
! 6166: 2006-02-18 paf
! 6167:
! 6168: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
! 6169: \n to ' ' in
! 6170:
! 6171: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
! 6172:
! 6173: 2006-02-03 paf
! 6174:
! 6175: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
! 6176: base64
! 6177:
! 6178: * src/main/pa_common.C: ! bugfix: decoding from base64
! 6179:
! 6180: 2006-01-20 paf
! 6181:
! 6182: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
! 6183: economy fix
! 6184:
! 6185: * src/classes/: table.C: merged from HEAD ! bugfix
! 6186: ^table.save[$.encloser-s now handled properly
! 6187:
! 6188: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
! 6189: handled properly
! 6190:
! 6191: 2006-01-19 paf
! 6192:
! 6193: * buildall-with-xml, buildall-without-xml: merged from HEAD !
! 6194: libgc:USE_MUNMAP activates merging of free memory blocks which
! 6195: helps a lot in our case: after transform we want
! 6196: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
! 6197:
! 6198: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
! 6199: economy fix
! 6200:
! 6201: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
! 6202: activates merging of free memory blocks which helps a lot in our
! 6203: case: after transform we want CORD(main.result)->cstr[big
! 6204: malloc]->transcode[big malloc]
! 6205:
! 6206: 2006-01-17 paf
! 6207:
! 6208: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
! 6209: before reading them. got rid of reallocs = became quicker and
! 6210: less fragmentated
! 6211:
! 6212: 2005-12-29 paf
! 6213:
! 6214: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
! 6215: configure, configure.in, src/include/pa_version.h,
! 6216: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
! 6217: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
! 6218: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
! 6219: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
! 6220: src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
! 6221:
! 6222: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
! 6223: packaged when 'make dist', so do configure companion files in
! 6224: src/lib/ltdl
! 6225:
! 6226: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
! 6227: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
! 6228: missing: . now config_auto.h is created with configure [were
! 6229: constant]
! 6230:
! 6231: * INSTALL: . references to documentation and some clarification
! 6232:
! 6233: * buildall-with-xml, buildall-without-xml: . farawell doc
! 6234: indication
! 6235:
! 6236: * Makefile.am: . dist+=buildall*
! 6237:
! 6238: 2005-12-28 paf
! 6239:
! 6240: * configure: . 3.2.1
! 6241:
! 6242: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
! 6243: simplify build process, see INSTALL
! 6244:
! 6245: 2005-12-26 paf
! 6246:
! 6247: * configure: ver
! 6248:
! 6249: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
! 6250: version
! 6251:
! 6252: 2005-12-21 paf
! 6253:
! 6254: * src/main/compile.tab.C, src/main/main.vcproj,
! 6255: www/htdocs/_bug.html: . win32: grammar is now compiled with bison
! 6256: 1.875b, it reports unexpected token names
! 6257:
! 6258: 2005-12-19 paf
! 6259:
! 6260: * src/main/compile.tab.C, src/types/pa_vxnode.h,
! 6261: www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
! 6262: holds a link to xmlNode to prevent premature gc(xmlNode)
! 6263:
! 6264: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
! 6265: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
! 6266: src/main/main.vcproj, src/main/pa_globals.C,
! 6267: src/targets/cgi/parser3.vcproj,
! 6268: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
! 6269: configure, configure.in, src/include/pa_version.h: . killing
! 6270: gdome [what a relief]
! 6271:
! 6272: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
! 6273: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
! 6274: run_parser.sh, results/001.processed, results/002.processed,
! 6275: results/003.processed, results/004.processed,
! 6276: results/005.processed, results/006.processed,
! 6277: results/008.processed, results/009.processed,
! 6278: results/010.processed, results/011.processed,
! 6279: results/012.processed, results/013.processed,
! 6280: results/014.processed, results/015.processed,
! 6281: results/016.processed, results/017.processed,
! 6282: results/018.processed, results/020.processed,
! 6283: results/021.processed, results/022.processed,
! 6284: results/023.processed, results/024.processed,
! 6285: results/025.processed, results/026.processed,
! 6286: results/027.processed, results/028.processed,
! 6287: results/029.processed, results/030.processed,
! 6288: results/031.processed, results/032.processed,
! 6289: results/033.processed, results/034.processed,
! 6290: results/035.processed, results/036.processed,
! 6291: results/037.processed, results/038.processed,
! 6292: results/039.processed, results/040.processed,
! 6293: results/041.processed, results/042.processed,
! 6294: results/043.processed, results/044.processed,
! 6295: results/045.processed, results/046.processed,
! 6296: results/047.processed, results/048.processed,
! 6297: results/049.processed, results/050.processed,
! 6298: results/051.processed, results/052.processed,
! 6299: results/053.processed, results/054.processed,
! 6300: results/055.processed, results/056.processed,
! 6301: results/057.processed, results/058.processed,
! 6302: results/059.processed, results/060.processed,
! 6303: results/061.processed, results/062.processed,
! 6304: results/063.processed, results/064.processed,
! 6305: results/065.processed, results/066.processed,
! 6306: results/067.processed, results/068.processed,
! 6307: results/069.processed, results/070.processed,
! 6308: results/071.processed, results/072.processed,
! 6309: results/073.processed, results/074.processed,
! 6310: results/075.processed, results/076.processed,
! 6311: results/077.processed, results/078.processed,
! 6312: results/079.processed, results/080.processed,
! 6313: results/081.processed, results/082.processed,
! 6314: results/083.processed, results/084.processed,
! 6315: results/085.processed, results/086.processed,
! 6316: results/087.processed, results/088.processed,
! 6317: results/089.processed, results/090.processed,
! 6318: results/091.processed, results/092.processed,
! 6319: results/093.processed, results/094.processed,
! 6320: results/095.processed, results/096.processed,
! 6321: results/097.processed, results/099.processed,
! 6322: results/100.processed, results/101.processed,
! 6323: results/102.processed, results/104.processed,
! 6324: results/105.processed, results/106.processed,
! 6325: results/107.processed, results/108.processed,
! 6326: results/109.processed, results/110.processed,
! 6327: results/111.processed, results/112.processed,
! 6328: results/113.processed, results/114.processed,
! 6329: results/115.processed, results/117.processed,
! 6330: results/119.processed, results/120.processed,
! 6331: results/121.processed, results/122.processed,
! 6332: results/123.processed, results/124.processed,
! 6333: results/125.processed, results/126.processed,
! 6334: results/127.processed, results/128.processed,
! 6335: results/129.processed, results/130.processed,
! 6336: results/131.processed, results/132.processed,
! 6337: results/133.processed, results/134.processed,
! 6338: results/135.processed, results/136.processed,
! 6339: results/138.processed, results/139.processed,
! 6340: results/140.processed, results/141.processed,
! 6341: results/142.processed, results/143.processed,
! 6342: results/144.processed, results/145.processed,
! 6343: results/146.processed, results/147.processed,
! 6344: results/148.processed, results/149.processed, results/auto.p: .
! 6345: now works if we turn off default auto.p
! 6346:
! 6347: * configure: . makes
! 6348:
! 6349: * src/types/pa_vxnode.C: . less warnings
! 6350:
! 6351: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
! 6352: tests/145.html, tests/149.html, tests/descript.ion,
! 6353: tests/outputs/d.cmd, tests/results/142.processed,
! 6354: tests/results/143.processed, tests/results/144.processed,
! 6355: tests/results/145.processed, tests/results/146.processed,
! 6356: tests/results/147.processed, tests/results/148.processed,
! 6357: tests/results/149.processed, www/htdocs/_bug.html: . removed
! 6358: .nodeValue from all node types other than 5 (grabbed piece from
! 6359: gdome)
! 6360:
! 6361: * tests/: 137.html, results/137.processed: . not handled this case
! 6362: yet. code does not hang from inserting parent into child,
! 6363: considering thing minor issue -- nodes are removed from source
! 6364: anyway, don't know why shold that be an error after all
! 6365:
! 6366: * src/targets/cgi/parser3.C: . style
! 6367:
! 6368: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
! 6369: xdoc too [were barking "not element"]
! 6370:
! 6371: 2005-12-16 paf
! 6372:
! 6373: * tests/146.html, tests/147.html, tests/148.html,
! 6374: www/htdocs/_bug.html: . more tests
! 6375:
! 6376: * src/classes/xnode.C: . also bark on possible errors
! 6377:
! 6378: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
! 6379: props
! 6380:
! 6381: * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
! 6382: (confused it with ^call[] case)
! 6383:
! 6384: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
! 6385: main/compile.y: merged from HEAD ! fixed overoptimized
! 6386: ^call(false) case. (confused it with ^call[] case)
! 6387:
! 6388: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
! 6389: ^call(false) case. (confused it with ^call[] case)
! 6390:
! 6391: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
! 6392:
! 6393: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
! 6394: results/001.processed, results/002.processed,
! 6395: results/003.processed, results/004.processed,
! 6396: results/005.processed, results/006.processed,
! 6397: results/008.processed, results/009.processed,
! 6398: results/010.processed, results/011.processed,
! 6399: results/012.processed, results/013.processed,
! 6400: results/014.processed, results/015.processed,
! 6401: results/016.processed, results/017.processed,
! 6402: results/018.processed, results/019.processed,
! 6403: results/020.processed, results/021.processed,
! 6404: results/022.processed, results/023.processed,
! 6405: results/024.processed, results/025.processed,
! 6406: results/026.processed, results/027.processed,
! 6407: results/028.processed, results/029.processed,
! 6408: results/030.processed, results/031.processed,
! 6409: results/032.processed, results/033.processed,
! 6410: results/034.processed, results/035.processed,
! 6411: results/036.processed, results/037.processed,
! 6412: results/038.processed, results/039.processed,
! 6413: results/040.processed, results/041.processed,
! 6414: results/042.processed, results/043.processed,
! 6415: results/044.processed, results/045.processed,
! 6416: results/046.processed, results/047.processed,
! 6417: results/048.processed, results/049.processed,
! 6418: results/050.processed, results/051.processed,
! 6419: results/052.processed, results/053.processed,
! 6420: results/054.processed, results/055.processed,
! 6421: results/056.processed, results/057.processed,
! 6422: results/058.processed, results/059.processed,
! 6423: results/060.processed, results/061.processed,
! 6424: results/062.processed, results/063.processed,
! 6425: results/064.processed, results/065.processed,
! 6426: results/066.processed, results/067.processed,
! 6427: results/068.processed, results/069.processed,
! 6428: results/070.processed, results/071.processed,
! 6429: results/072.processed, results/073.processed,
! 6430: results/074.processed, results/075.processed,
! 6431: results/076.processed, results/077.processed,
! 6432: results/078.processed, results/079.processed,
! 6433: results/080.processed, results/081.processed,
! 6434: results/082.processed, results/083.processed,
! 6435: results/084.processed, results/085.processed,
! 6436: results/086.processed, results/087.processed,
! 6437: results/088.processed, results/089.processed,
! 6438: results/090.processed, results/091.processed,
! 6439: results/092.processed, results/093.processed,
! 6440: results/094.processed, results/095.processed,
! 6441: results/096.processed, results/097.processed,
! 6442: results/099.processed, results/101.processed,
! 6443: results/102.processed, results/104.processed,
! 6444: results/105.processed, results/106.processed,
! 6445: results/107.processed, results/108.processed,
! 6446: results/109.processed, results/110.processed,
! 6447: results/111.processed, results/112.processed,
! 6448: results/113.processed, results/114.processed,
! 6449: results/115.processed, results/116.processed,
! 6450: results/117.processed, results/118.processed,
! 6451: results/119.processed, results/120.processed,
! 6452: results/121.processed, results/122.processed,
! 6453: results/123.processed, results/124.processed,
! 6454: results/125.processed, results/126.processed,
! 6455: results/127.processed, results/128.processed,
! 6456: results/129.processed, results/130.processed,
! 6457: results/131.processed, results/132.processed,
! 6458: results/133.processed, results/134.processed,
! 6459: results/135.processed, results/136.processed,
! 6460: results/137.processed, results/138.processed,
! 6461: results/139.processed, results/140.processed,
! 6462: results/141.processed: . refreshed old tests, made them work
! 6463: without auto.p (in utf8) . things noted: . gif got encoded
! 6464: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
! 6465: some strange year)
! 6466:
! 6467: * INSTALL: . revived linux libgc fix
! 6468:
! 6469: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
! 6470: glib/gdome in INSTALL and patches]
! 6471:
! 6472: * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 6473: src/include/pa_charset.h, src/include/pa_config_includes.h,
! 6474: src/include/pa_globals.h, src/include/pa_memory.h,
! 6475: src/include/pa_request.h, src/include/pa_xml_exception.h,
! 6476: src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
! 6477: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
! 6478: src/lib/cord/cordxtra.c, src/main/compile.tab.C,
! 6479: src/main/pa_charset.C, src/main/pa_globals.C,
! 6480: src/main/pa_memory.C, src/main/pa_request.C,
! 6481: src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
! 6482: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 6483: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 6484: www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
! 6485: gdome
! 6486:
! 6487: 2005-12-13 paf
! 6488:
! 6489: * src/main/: pa_request.C: merged from HEAD ! when code in
! 6490: @unhandled_exception thrown another exception, print correct
! 6491: origin (earlier code in catch of exception inside of
! 6492: @unhandled_exception grabbed parent_frame(original_exception)
! 6493: origin and printed it, instead of true origin)
! 6494:
! 6495: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
! 6496: another exception, print correct origin (earlier code in catch of
! 6497: exception inside of @unhandled_exception grabbed
! 6498: parent_frame(original_exception) origin and printed it, instead
! 6499: of true origin)
! 6500:
! 6501: 2005-12-09 paf
! 6502:
! 6503: * INSTALL: . updated INSTALL doc to work around linux stack base
! 6504: detection problem, due to change in gc6.4 code
! 6505:
! 6506: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
! 6507: ignored in ^string.matched :(
! 6508:
! 6509: * src/main/pa_string.C: ! regex tainting were ignored in
! 6510: ^string.matched :(
! 6511:
! 6512: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
! 6513: src/include/pa_config_fixed.h, src/include/pa_version.h,
! 6514: src/main/compile.y, src/main/compile_tools.h,
! 6515: src/main/pa_charset.C, src/main/pa_common.C,
! 6516: src/main/pa_globals.C, src/main/pa_string.C,
! 6517: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
! 6518: src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
! 6519: www/htdocs/auto.p: . merged latest fixes from 3.2.0
! 6520:
! 6521: 2005-12-08 paf
! 6522:
! 6523: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
! 6524: 500 chars now handled OK [were wrapped on 500th char according to
! 6525: rfc, but sendmail failed to unwrap it properly]
! 6526:
! 6527: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
! 6528: handled OK [were wrapped on 500th char according to rfc, but
! 6529: sendmail failed to unwrap it properly]
! 6530:
! 6531: * src/targets/isapi/parser3isapi.C: . less warnings
! 6532:
! 6533: * src/targets/isapi/parser3isapi.C: . undone some strange change
! 6534: since 3.1.5
! 6535:
! 6536: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
! 6537: link fixes
! 6538:
! 6539: * src/classes/date.C, src/include/pa_config_fixed.h,
! 6540: src/main/compile.tab.C, src/main/compile.y,
! 6541: src/main/compile_tools.h, src/main/pa_charset.C,
! 6542: src/main/pa_common.C, src/main/pa_globals.C,
! 6543: src/main/pa_string.C, src/targets/cgi/getopt.c,
! 6544: www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
! 6545: less warnings
! 6546:
! 6547: * src/include/pa_config_fixed.h: . removed outdated string origins
! 6548: [in current storage scheme there's no place for them. someday we
! 6549: can add third CORD to store origins and special version of parser
! 6550: which stores origins there [separate binary]]
! 6551:
! 6552: 2005-12-07 paf
! 6553:
! 6554: * src/targets/isapi/parser3isapi.C: . now links in release mode
! 6555:
! 6556: * src/include/pa_version.h: makefiles
! 6557:
! 6558: * src/include/pa_version.h: . not beta
! 6559:
! 6560: * configure, configure.in, src/include/pa_version.h: not beta
! 6561:
! 6562: 2005-12-06 paf
! 6563:
! 6564: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
! 6565: [some details here http://i2/tasks/edit/?id=4869912143891354460]
! 6566: decided to undo the change ^call[$void] passes void. now it will
! 6567: pass empty string again.
! 6568:
! 6569: * src/main/: compile.tab.C, compile.y: . version readded
! 6570:
! 6571: * src/classes/op.C: . in this version there is no ^switch[$nothing]
! 6572: = ^switch[void] problem
! 6573:
! 6574: 2005-12-01 paf
! 6575:
! 6576: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
! 6577: caused ^case[string] to be coerced to double since searching
! 6578: value were not string (it was vvoid)
! 6579:
! 6580: * src/classes/op.C: . bugfix ^switch[$void_value] caused
! 6581: ^case[string] to be coerced to double since searching value were
! 6582: not string (it was vvoid)
! 6583:
! 6584: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
! 6585: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
! 6586:
! 6587: 2005-11-30 paf
! 6588:
! 6589: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
! 6590: win32 must putenv("TZ="), on unix works only putenv("TZ")
! 6591:
! 6592: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
! 6593: putenv("TZ="), on unix works only putenv("TZ")
! 6594:
! 6595: * INSTALL: . xml libs versions updated
! 6596:
! 6597: * src/main/pa_globals.C: //20051130 trying to remove this, author
! 6598: claims that fixed a lot there // 20040920 for now both
! 6599: workarounds needed. wait for new libxml/xsl versions
! 6600:
! 6601: 2005-11-28 paf
! 6602:
! 6603: * src/classes/table.C: merged from HEAD: ! nameless table has
! 6604: columns==0
! 6605:
! 6606: * src/classes/table.C: ! nameless table has columns==0
! 6607:
! 6608: * src/main/pa_http.C: merged from HEAD: ! status line check made
! 6609: earlier [was totally wrong]
! 6610:
! 6611: * src/main/pa_http.C: ! status line check made earlier [was totally
! 6612: wrong]
! 6613:
! 6614: 2005-11-25 paf
! 6615:
! 6616: * src/include/pa_array.h: -this reduces speed(table::load) strange.
! 6617: undoing for now...
! 6618:
! 6619: * src/include/pa_version.h: -this reduces speed(table::load),
! 6620: strange. undoing
! 6621:
! 6622: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
! 6623:
! 6624: * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
! 6625: ^while(){}[SEPARATOR]
! 6626:
! 6627: * src/include/pa_array.h: + optimistics added: all arrays (table
! 6628: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
! 6629: this speeds things up and saves memory a LOT! (not noticed
! 6630: negative effect on syntetic tests, future will tell...)
! 6631:
! 6632: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
! 6633: changed gc_malloc implementation, which obscured profiling
! 6634:
! 6635: * src/classes/table.C: merged from HEAD: + optimized
! 6636: table::load/sql, now row ArrayString-s allocated with
! 6637: columns.count() elements and don't always grow from
! 6638: count=3[realloc,realloc]
! 6639:
! 6640: * src/classes/table.C: + optimized table::load/sql, now row
! 6641: ArrayString-s allocated with columns.count() elements and don't
! 6642: always grow from count=3[realloc,realloc]
! 6643:
! 6644: * src/classes/table.C: merged from HEAD: . ^table.save unused
! 6645: buffer after save
! 6646:
! 6647: * src/classes/table.C: . ^table.save unused buffer after save
! 6648:
! 6649: 2005-11-24 paf
! 6650:
! 6651: * configure.in: . merged glib2-config patch
! 6652:
! 6653: * configure.in: + trying to find glib2-config
! 6654:
! 6655: * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
! 6656: src/main/pa_common.C, src/main/pa_request.C,
! 6657: www/htdocs/_bug.html: merged from HEAD: ! changed
! 6658: file/dir_readable to simple file/dir_exist, this would help in
! 6659: situations "class not found because .p file has bad rights" << in
! 6660: that case error would be explicit "access denied to 'this' file"
! 6661:
! 6662: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
! 6663:
! 6664: * src/: classes/file.C, include/pa_common.h, main/execute.C,
! 6665: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
! 6666: to simple file/dir_exist, this would help in situations "class
! 6667: not found because .p file has bad rights" << in that case error
! 6668: would be explicit "access denied to 'this' file"
! 6669:
! 6670: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
! 6671: include/pa_http.h, main/Makefile.am, main/main.vcproj,
! 6672: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
! 6673: ^file::exec/cgi[script;$.charset[changed]
! 6674: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
! 6675: encoded in $.charset charset
! 6676:
! 6677: * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
! 6678: www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
! 6679: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
! 6680: encoded in $.charset charset
! 6681:
! 6682: * src/: include/Makefile.am, include/pa_common.h,
! 6683: include/pa_http.h, main/Makefile.am, main/main.vcproj,
! 6684: main/pa_common.C, main/pa_http.C: . extracted http:// into
! 6685: separate file [preparation for
! 6686: ^file::cgi[script;$.form[$.field1[]
! 6687:
! 6688: 2005-11-22 paf
! 6689:
! 6690: * src/: include/pa_version.h, main/compile.tab.C: makefiles
! 6691:
! 6692: * acinclude.m4, configure.in: . merged underquting fixes
! 6693:
! 6694: * src/include/pa_config_auto.h.in: configure+makes
! 6695:
! 6696: * src/classes/op.C: . overmerged a little
! 6697:
! 6698: * src/main/compile.tab.C: Makefile
! 6699:
! 6700: * src/main/: pa_common.C: . less gcc warnings
! 6701:
! 6702: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
! 6703: now reports original exception if we have no old cache
! 6704:
! 6705: * src/classes/op.C, www/htdocs/_bug.html: +
! 6706: $exception.handled[cache] now reports original exception if we
! 6707: have no old cache
! 6708:
! 6709: * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
! 6710: www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
! 6711: << escapes these: \^$.[]|()?*+{}
! 6712:
! 6713: * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
! 6714: www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
! 6715: \^$.[]|()?*+{}
! 6716:
! 6717: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
! 6718: getenv-ed variable, which does not work both on win32&unix.
! 6719: copied old TZ value now
! 6720:
! 6721: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
! 6722: stored pointer to getenv-ed variable, which does not work both on
! 6723: win32&unix. copied old TZ value now
! 6724:
! 6725: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
! 6726: getenv-ed variable, which does not work both on win32&unix.
! 6727: copied old TZ value now
! 6728:
! 6729: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
! 6730: access to internal hash
! 6731:
! 6732: * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
! 6733: $response:headers access to internal hash
! 6734:
! 6735: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
! 6736: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
! 6737: isapi] this reduces number of "GC Warning: Repeated allocation of
! 6738: very large block" messages to only important onces
! 6739:
! 6740: * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
! 6741: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
! 6742: isapi] this reduces number of "GC Warning: Repeated allocation of
! 6743: very large block" messages to only important onces
! 6744:
! 6745: * src/classes/string.C: merged from HEAD: + removed limitation on
! 6746: ^string/int/double:sql{}[$.default[({param style})] ]
! 6747:
! 6748: * src/classes/string.C: + removed limitation on
! 6749: ^string/int/double:sql{}[$.default[({param style})] ]
! 6750:
! 6751: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
! 6752: with ?params or $.form option" limitation
! 6753:
! 6754: * src/main/pa_common.C: + removed "use either uri with ?params or
! 6755: $.form option" limitation
! 6756:
! 6757: * src/classes/file.C, src/classes/string.C,
! 6758: src/include/pa_common.h, src/main/pa_common.C,
! 6759: www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
! 6760: ^file::base64[encoded] decode
! 6761:
! 6762: * src/classes/file.C, src/classes/string.C,
! 6763: src/include/pa_common.h, src/main/pa_common.C,
! 6764: www/htdocs/_bug.html: + ^file.base64[] encode +
! 6765: ^file::base64[encoded] decode
! 6766:
! 6767: * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
! 6768: ^string.base64[] encode + ^string:base64[encoded] decode
! 6769:
! 6770: * src/classes/string.C, src/include/pa_common.h,
! 6771: src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
! 6772: encode + ^string.base64[] decode
! 6773:
! 6774: 2005-11-21 paf
! 6775:
! 6776: * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
! 6777: ^file::create[text;file.xml;^untaint[xml]{data}]
! 6778:
! 6779: * src/classes/file.C, www/htdocs/_bug.html: +
! 6780: ^file::create[text;file.xml;^untaint[xml]{data}]
! 6781:
! 6782: * src/main/pa_request.C: ! merged: $response:body[file] now
! 6783: differes from :download, it does not return content-disposition
! 6784: at all now [previusely it returned valueless content-disposition]
! 6785:
! 6786: * src/main/pa_request.C: ! $response:body[file] now differes from
! 6787: :download, it does not return content-disposition at all now
! 6788: [previusely it returned valueless content-disposition]
! 6789:
! 6790: * src/main/: compile.tab.C, compile.y: ! overoptimized void
! 6791: literals, reverted to just vvod, recreating empty array with each
! 6792: void_value token. that's absolutely needed, since that array
! 6793: grows
! 6794:
! 6795: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
! 6796: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
! 6797: types/pa_vmethod_frame.h: + merged: expression literals:
! 6798: true/false. ^format[$.indent(true)]
! 6799:
! 6800: * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
! 6801: src/types/pa_vbool.h, src/types/pa_vdouble.h,
! 6802: src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
! 6803: www/htdocs/_bug.html: + expression literals: true/false.
! 6804: ^format[$.indent(true)]
! 6805:
! 6806: * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
! 6807: src/types/types.vcproj, www/htdocs/_bug.html,
! 6808: www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
! 6809: "3.1.5beta (compiled on i386-pc-win32)"
! 6810:
! 6811: * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
! 6812: src/types/types.vcproj, www/htdocs/_bug.html: +
! 6813: $env:PARSER_VERSION reports "3.1.5beta (compiled on
! 6814: i386-pc-win32)"
! 6815:
! 6816: 2005-11-18 paf
! 6817:
! 6818: * src/classes/: double.C, int.C: ! ^int/double:sql{select
! 6819: null}[$.default(123)] will now return default value
! 6820:
! 6821: * www/htdocs/_bug.html: + ^cache[] << returns current cache
! 6822: expiration time
! 6823:
! 6824: * src/classes/op.C: + merged ^cache[] << returns current cache
! 6825: expiration time
! 6826:
! 6827: * src/classes/op.C: + ^cache[] << returns current cache expiration
! 6828: time
! 6829:
! 6830: * src/classes/table.C: ! merged ^table::create[not'nameless';
! 6831: failed << Exception.problem_source pointed to local var!
! 6832:
! 6833: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
! 6834: Exception.problem_source pointed to local var!
! 6835:
! 6836: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
! 6837: now loads VFile.ptr!=0, so such files can be saved now
! 6838:
! 6839: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
! 6840: loads VFile.ptr!=0, so such files can be saved now
! 6841:
! 6842: * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
! 6843: ! merged: file:list now sees .xxx files, only . and .. now
! 6844: removed from list [were removed all .*]
! 6845:
! 6846: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
! 6847: .. now removed from list [were removed all .*]
! 6848:
! 6849: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
! 6850: open error now checked, were not :( [stole that piece from apache
! 6851: 1.3 sources]
! 6852:
! 6853: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
! 6854: checked, were not :( [stole that piece from apache 1.3 sources]
! 6855:
! 6856: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
! 6857: untainting of @main result if returned by $result or
! 6858: $response:body
! 6859:
! 6860: * src/main/pa_request.C: ! ensured proper untainting of @main
! 6861: result if returned by $result or $response:body
! 6862:
! 6863: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
! 6864: issue: now tries to guess content-length and allocates one big
! 6865: piece if possible [regretfully gc_realloc works as malloc+free,
! 6866: leaving lots of holes behind]
! 6867:
! 6868: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
! 6869: fixed file load memory issue: now tries to guess content-length
! 6870: and allocates one big piece if possible [regretfully gc_realloc
! 6871: works as malloc+free, leaving lots of holes behind]
! 6872:
! 6873: 2005-11-16 paf
! 6874:
! 6875: * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
! 6876: src/main/compile.tab.C, src/main/pa_common.C,
! 6877: www/htdocs/_bug.html: merged to HEAD: ! table::save with
! 6878: enclosers now doubles them: "->"" ! table::save/load do not
! 6879: remove elements from options hash
! 6880:
! 6881: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
! 6882: [were overoptimized ^if(double_literal), compiler confused
! 6883: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
! 6884:
! 6885: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
! 6886: [were overoptimized ^if(double_literal), compiler confused
! 6887: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
! 6888:
! 6889: * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
! 6890: src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
! 6891: enclosers now doubles them: "->"" ! table::save/load do not
! 6892: remove elements from options hash
! 6893:
! 6894: 2005-11-03 paf
! 6895:
! 6896: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
! 6897: compilation, not all makefiles liked that
! 6898:
! 6899: 2005-08-30 paf
! 6900:
! 6901: * src/classes/op.C: merge . speedup check of [DEFAULT]
! 6902:
! 6903: * src/classes/op.C: . speedup check of [DEFAULT]
! 6904:
! 6905: 2005-08-26 paf
! 6906:
! 6907: * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
! 6908: merged + date.week
! 6909:
! 6910: * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
! 6911: date.week
! 6912:
! 6913: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
! 6914: complains about bad!=nameless
! 6915:
! 6916: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
! 6917: about bad!=nameless
! 6918:
! 6919: * src/classes/: hash.C, string.C, table.C, void.C: merged !
! 6920: optional options were allowed to be empty. were checked
! 6921: if(is_string), changed to !defined||is_string to allow void
! 6922:
! 6923: * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
! 6924: src/classes/hash.C, src/classes/string.C, src/classes/table.C,
! 6925: src/classes/void.C: ! optional options were allowed to be empty.
! 6926: were checked if(is_string), changed to !defined||is_string to
! 6927: allow void
! 6928:
! 6929: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
! 6930: as_junction where they needed as_int/double, so failed with
! 6931: recent "(const) now no junction" optimization
! 6932:
! 6933: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
! 6934: merged ! many classes/* used as_junction where they needed
! 6935: as_int/double, so failed with recent "(const) now no junction"
! 6936: optimization
! 6937:
! 6938: * src/classes/double.C, src/classes/int.C, src/classes/math.C,
! 6939: src/classes/op.C, src/classes/string.C, src/classes/table.C,
! 6940: src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
! 6941: www/htdocs/_bug.html: ! many classes/* used as_junction where
! 6942: they needed as_int/double, so failed with recent "(const) now no
! 6943: junction" optimization
! 6944:
! 6945: 2005-08-24 paf
! 6946:
! 6947: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
! 6948: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
! 6949: stripped it
! 6950:
! 6951: 2005-08-09 paf
! 6952:
! 6953: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
! 6954: not cleared
! 6955:
! 6956: * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
! 6957: transcodes env fine
! 6958:
! 6959: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 6960: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 6961: classes/hashfile.C, classes/image.C, classes/int.C,
! 6962: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 6963: classes/response.C, classes/string.C, classes/table.C,
! 6964: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 6965: include/pa_array.h, include/pa_cache_managers.h,
! 6966: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 6967: include/pa_config_fixed.h, include/pa_config_includes.h,
! 6968: include/pa_dictionary.h, include/pa_dir.h,
! 6969: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 6970: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
! 6971: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
! 6972: include/pa_request_charsets.h, include/pa_request_info.h,
! 6973: include/pa_sapi.h, include/pa_socks.h,
! 6974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 6975: include/pa_stack.h, include/pa_string.h,
! 6976: include/pa_stylesheet_connection.h,
! 6977: include/pa_stylesheet_manager.h, include/pa_table.h,
! 6978: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 6979: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 6980: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 6981: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
! 6982: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
! 6983: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
! 6984: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 6985: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 6986: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
! 6987: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
! 6988: main/pa_sql_driver_manager.C, main/pa_string.C,
! 6989: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
! 6990: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
! 6991: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
! 6992: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 6993: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 6994: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
! 6995: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
! 6996: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 6997: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 6998: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 6999: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 7000: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
! 7001: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
! 7002: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
! 7003: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
! 7004: types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 7005: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 7006: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 7007: types/pa_vresponse.C, types/pa_vresponse.h,
! 7008: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 7009: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 7010: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 7011: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
! 7012: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 7013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 7014: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
! 7015:
! 7016: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
! 7017: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
! 7018: speedup consequent checks in vmethod_frame
! 7019:
! 7020: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
! 7021: not cleared
! 7022:
! 7023: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
! 7024: params: 50 max (were 10)
! 7025:
! 7026: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
! 7027: params: 50 max (were 10)
! 7028:
! 7029: * src/types/pa_value.h, src/types/pa_vdouble.h,
! 7030: src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
! 7031: src/types/pa_vvoid.C, src/types/pa_vvoid.h,
! 7032: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 7033: www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
! 7034: inside now is void (were: empty string) ! simplified (double)
! 7035: speedup consequent checks in vmethod_frame
! 7036:
! 7037: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
! 7038: optimized constants in expressions vstring->vdouble + optimized
! 7039: ^call(vdouble), no junction creation, no calls later
! 7040:
! 7041: 2005-08-08 paf
! 7042:
! 7043: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
! 7044: integrated
! 7045:
! 7046: * bin/auto.p.dist.in: . apache bad 404 handling workaround
! 7047: integrated
! 7048:
! 7049: * src/main/compile.tab.C, src/main/compile.y,
! 7050: src/main/compile_tools.C, src/main/compile_tools.h,
! 7051: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
! 7052: merged + optimized constants in expressions vstring->vdouble +
! 7053: optimized ^call(vdouble), no junction creation, no calls later
! 7054:
! 7055: * src/types/pa_vdouble.h: merged . double values without fractional
! 7056: part now default printed as %.0f instead of %g
! 7057:
! 7058: * src/types/pa_vdouble.h: . double values without fractional part
! 7059: now default printed as %.0f instead of %g
! 7060:
! 7061: * www/htdocs/: _bug.html, _bug.xml: . merged ! second
! 7062: hashfile::open would cause an exception
! 7063:
! 7064: * src/classes/hashfile.C: . merged ! second hashfile::open would
! 7065: cause an exception
! 7066:
! 7067: * src/classes/hashfile.C: ! second hashfile::open would cause an
! 7068: exception
! 7069:
! 7070: * src/classes/classes.h, src/main/execute.C,
! 7071: src/types/pa_junction.h, src/types/pa_value.h,
! 7072: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 7073: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
! 7074: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 7075: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
! 7076: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 7077: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
! 7078: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 7079: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 7080: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 7081: src/types/pa_vstateless_class.C,
! 7082: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
! 7083: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 7084: src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
! 7085: . merged VJunction(new Junction) optimization from 3.1.4
! 7086:
! 7087: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
! 7088: types/pa_vstateless_class.C: + optimized new VJunction(new
! 7089: Junction(params)) to new VJunction(params), thousands of mallocs
! 7090: removed
! 7091:
! 7092: 2005-08-05 paf
! 7093:
! 7094: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
! 7095: types/pa_vdouble.h, types/pa_vmethod_frame.C,
! 7096: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
! 7097: creation, no calls later
! 7098:
! 7099: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 7100: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 7101: classes/hashfile.C, classes/image.C, classes/int.C,
! 7102: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 7103: classes/response.C, classes/string.C, classes/table.C,
! 7104: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 7105: include/pa_array.h, include/pa_cache_managers.h,
! 7106: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 7107: include/pa_config_fixed.h, include/pa_config_includes.h,
! 7108: include/pa_dictionary.h, include/pa_dir.h,
! 7109: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 7110: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
! 7111: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
! 7112: include/pa_request_charsets.h, include/pa_request_info.h,
! 7113: include/pa_sapi.h, include/pa_socks.h,
! 7114: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 7115: include/pa_stack.h, include/pa_string.h,
! 7116: include/pa_stylesheet_connection.h,
! 7117: include/pa_stylesheet_manager.h, include/pa_table.h,
! 7118: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 7119: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 7120: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 7121: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
! 7122: lib/smtp/smtp.h, main/compile.C, main/compile.y,
! 7123: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 7124: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 7125: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
! 7126: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 7127: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
! 7128: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 7129: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
! 7130: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
! 7131: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
! 7132: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 7133: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 7134: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
! 7135: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 7136: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 7137: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 7138: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 7139: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 7140: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
! 7141: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 7142: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
! 7143: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
! 7144: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 7145: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 7146: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 7147: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 7148: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 7149: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 7150: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
! 7151: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 7152: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 7153: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
! 7154:
! 7155: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
! 7156: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
! 7157: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
! 7158: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
! 7159: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 7160: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
! 7161: optimized constants in expressions vstring->vdouble
! 7162:
! 7163: 2005-07-29 paf
! 7164:
! 7165: * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
! 7166: messages a bit
! 7167:
! 7168: * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
! 7169: getter can now be overridden
! 7170:
! 7171: * src/main/execute.C, src/types/pa_vclass.C,
! 7172: src/types/pa_vobject.C, www/htdocs/_bug.p,
! 7173: www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
! 7174: not replaced in case $derived:field[put] + property setter can
! 7175: now be overridden
! 7176:
! 7177: * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
! 7178: "ctor must be declared in class being created"
! 7179:
! 7180: 2005-07-28 paf
! 7181:
! 7182: * configure, configure.in, src/classes/classes.h,
! 7183: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
! 7184: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
! 7185: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
! 7186: src/classes/xnode.h, src/include/pa_hash.h,
! 7187: src/include/pa_version.h, src/main/execute.C,
! 7188: src/types/Makefile.am, src/types/pa_method.h,
! 7189: src/types/pa_value.h, src/types/pa_vclass.C,
! 7190: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 7191: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
! 7192: src/types/pa_vcookie.h, src/types/pa_vhash.h,
! 7193: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
! 7194: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
! 7195: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 7196: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
! 7197: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 7198: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 7199: src/types/pa_vstateless_class.h,
! 7200: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
! 7201: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 7202: src/types/pa_wwrapper.h, www/htdocs/.htaccess,
! 7203: www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
! 7204: www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
! 7205: dynamic_fields_join
! 7206:
! 7207: * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
! 7208: src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
! 7209: src/types/pa_method.h, src/types/pa_value.h,
! 7210: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 7211: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
! 7212: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 7213: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
! 7214: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 7215: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 7216: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 7217: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 7218: src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
! 7219: src/types/pa_vvoid.h, src/types/pa_vxnode.C,
! 7220: src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
! 7221: www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
! 7222: put_element('replace' param), and restored its checks in
! 7223: vobject.put_element->static fields | dynamic properties
! 7224:
! 7225: 2005-07-27 paf
! 7226:
! 7227: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
! 7228: is some old code containing @set_name $name
! 7229:
! 7230: * src/types/pa_vobject.h: . fixed warning
! 7231:
! 7232: * configure, configure.in, src/include/pa_version.h,
! 7233: src/types/Makefile.am: 3.2.0beta started
! 7234:
! 7235: * src/classes/xnode.C, src/include/pa_hash.h,
! 7236: src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
! 7237: www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
! 7238: www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
! 7239: false. regretfully reverted them all to checks
! 7240:
! 7241: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
! 7242: classes/op.C, main/execute.C, types/pa_method.h,
! 7243: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 7244: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 7245: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
! 7246: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
! 7247: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 7248: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 7249: types/pa_vstateless_object.h, types/pa_vvoid.h,
! 7250: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
! 7251: joined_dynamic_fields: removed unused param from put_method
! 7252: (returned to 3 params)
! 7253:
! 7254: * src/include/pa_hash.h, src/types/pa_vclass.C,
! 7255: src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
! 7256: joined_dynamic_fields: dynamic get/set works with overriding
! 7257: props [alpha2]
! 7258:
! 7259: * src/types/pa_vclass.C, www/htdocs/_bug.html:
! 7260: joined_dynamic_fields: dynamic get/set works [alfa]
! 7261:
! 7262: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
! 7263: classes/op.C, include/pa_hash.h, main/execute.C,
! 7264: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
! 7265: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 7266: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
! 7267: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
! 7268: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 7269: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 7270: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 7271: types/pa_vstateless_object.h, types/pa_vvoid.h,
! 7272: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
! 7273: joined_dynamic_fields: just compiled
! 7274:
! 7275: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 7276: classes/hashfile.C, classes/image.C, classes/table.C,
! 7277: classes/xdoc.C, classes/xnode.h, main/execute.C,
! 7278: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
! 7279: types/pa_vstateless_class.h: joined_dynamic_fields: started
! 7280:
! 7281: * src/types/pa_vobject.C: . object setters [only started, does not
! 7282: work yet]
! 7283:
! 7284: * src/include/pa_hash.h, src/types/pa_vclass.C,
! 7285: src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
! 7286: . object setters [only started, does not work yet]
! 7287:
! 7288: 2005-07-26 paf
! 7289:
! 7290: * src/include/pa_request.h, src/main/execute.C,
! 7291: www/htdocs/_bug.html: . properties: set works [alpha2]. for
! 7292: classes. todo: for objects
! 7293:
! 7294: * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
! 7295: src/types/pa_value.h, src/types/pa_vclass.C,
! 7296: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 7297: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
! 7298: src/types/pa_vcookie.h, src/types/pa_vhash.h,
! 7299: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
! 7300: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
! 7301: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 7302: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 7303: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 7304: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
! 7305: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 7306: src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
! 7307: works [alpha1]
! 7308:
! 7309: 2005-07-25 paf
! 7310:
! 7311: * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
! 7312: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 7313: www/htdocs/_bug.html: . properties: started, get works [alpha1,
! 7314: other approach]
! 7315:
! 7316: * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
! 7317: www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
! 7318: get works [alpha2]
! 7319:
! 7320: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
! 7321: pa_vstateless_class.h: . properties: started, get works [alpha]
! 7322:
! 7323: 2005-07-15 paf
! 7324:
! 7325: * src/: classes/classes.h, classes/op.C, main/execute.C,
! 7326: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
! 7327: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 7328: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 7329: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
! 7330: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
! 7331: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 7332: types/pa_vresponse.C, types/pa_vresponse.h,
! 7333: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 7334: types/pa_vstateless_object.h, types/pa_vvoid.h,
! 7335: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
! 7336: types/pa_wwrapper.h, types/types.vcproj: + started property
! 7337: [getters work but think of changing them too to precaching]
! 7338:
! 7339: 2005-07-08 paf
! 7340:
! 7341: * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
! 7342: $response:body[nonfile] caused gpf
! 7343:
! 7344: 2005-06-28 paf
! 7345:
! 7346: * src/: classes/file.C, main/untaint.C: ! string invariant violated
! 7347: in passing empty strings to file::exec/cgi environment
! 7348:
! 7349: 2005-06-06 paf
! 7350:
! 7351: * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
! 7352: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
! 7353: www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
! 7354: now DO process $.bind option
! 7355:
! 7356: 2005-05-24 paf
! 7357:
! 7358: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
! 7359: $.limit] now work again [support was broken in 3.1.4]
! 7360:
! 7361: * src/: main/pa_string.C, classes/op.C: . steps toward removing
! 7362: ALL_INTERIOR_POINTERS
! 7363:
! 7364: 2005-05-12 paf
! 7365:
! 7366: * configure: 3.1.5beta
! 7367:
! 7368: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
! 7369:
! 7370: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
! 7371: $.limit] now work again [support was broken in 3.1.4]
! 7372:
! 7373: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
! 7374: line-width [was refusing to fill if line-width >1, thanks to
! 7375: Seras <seras@pinxit.lt> for repro case
! 7376:
! 7377: 2005-04-25 paf
! 7378:
! 7379: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
! 7380: correctly
! 7381:
! 7382: 2005-04-19 paf
! 7383:
! 7384: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
! 7385: in VString violating invariant!!
! 7386:
! 7387: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
! 7388: getenv("TZ")==null
! 7389:
! 7390: 2005-04-08 paf
! 7391:
! 7392: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
! 7393: bugfix: when there is no char in charset one byte produces 6
! 7394: (ÿ <<max). increased buffer size!
! 7395:
! 7396: 2005-03-23 paf
! 7397:
! 7398: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
! 7399: ^date.sql-string now takes TZ into account
! 7400:
! 7401: 2005-03-16 paf
! 7402:
! 7403: * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
! 7404: src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
! 7405:
! 7406: * src/types/pa_vhash.C: . warning about eof eol
! 7407:
! 7408: 2005-02-17 paf
! 7409:
! 7410: * operators.txt, src/classes/op.C: + operator ^sleep(double
! 7411: seconds)
! 7412:
! 7413: 2005-02-02 paf
! 7414:
! 7415: * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
! 7416: needless includes
! 7417:
! 7418: 2005-01-31 paf
! 7419:
! 7420: * src/types/pa_vmail.C: change: $.partX now always 1... change:
! 7421: $.partNoNumber now alias to $.part1
! 7422:
! 7423: * src/types/pa_vmail.C: change: incoming letter part contains
! 7424: "content-disposition" header with any value? now considering that
! 7425: part to be "file#" [for text/plain text/html were $.text#
! 7426: $.html#]
! 7427:
! 7428: * INSTALL: updatet to latest working versions available
! 7429:
! 7430: 2005-01-20 paf
! 7431:
! 7432: * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
! 7433: version
! 7434:
! 7435: 2005-01-19 paf
! 7436:
! 7437: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
! 7438: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
! 7439: couple warnings in parser3.C
! 7440:
! 7441: 2004-12-23 paf
! 7442:
! 7443: * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
! 7444: connect string, rsplit @
! 7445:
! 7446: * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
! 7447: file::cgi/exec now set current dir to directory of script (when
! 7448: shbang used), not to directory of its interpreter
! 7449:
! 7450: * src/include/pa_version.h: compiled on win32...
! 7451:
! 7452: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
! 7453: we need more hspace
! 7454:
! 7455: * configure, configure.in, src/include/pa_version.h: configured
! 7456: host to pa_version. will be displayed everywhere
! 7457:
! 7458: * src/main/pa_request.C, www/htdocs/_bug.html: new:
! 7459: @unhandled_exception can prevent exception from being logged by
! 7460: setting $exception.handled(1)
! 7461:
! 7462: * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
! 7463: ^file::sql{query}[[options]] options: $.name[file name]
! 7464: $.content-type[application/what]
! 7465:
! 7466: * src/include/pa_common.h, src/main/pa_common.C,
! 7467: src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
! 7468: hashfile::open now creates dir for new file
! 7469:
! 7470: * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
! 7471: www/htdocs/_bug.html: bugfix: table->hash now regards _default
! 7472:
! 7473: * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
! 7474: method junction was created by accessing $name_of_method it
! 7475: acquired bad self=closest methodframe; instead of proper self
! 7476: (current class)
! 7477:
! 7478: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
! 7479: empty string from hashfile produced bad cord
! 7480:
! 7481: 2004-12-10 paf
! 7482:
! 7483: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
! 7484: subsequent failures though defined in .h
! 7485:
! 7486: * src/main/pa_common.C: comment on volatile
! 7487:
! 7488: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
! 7489: alarm function were not used since the beginning due to stupid
! 7490: error [setsigjmp were not checked in configure.in]
! 7491:
! 7492: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
! 7493: unix too
! 7494:
! 7495: * src/main/pa_common.C: http: exception status of send/recv errors
! 7496: change to most probable http.timeout
! 7497:
! 7498: * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
! 7499: connection $.timeout option now works [setsockopt on
! 7500: send/receive]
! 7501:
! 7502: 2004-12-08 paf
! 7503:
! 7504: * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
! 7505: www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
! 7506: cstr-ed knowing mail charset, and untainting uri lang now knows
! 7507: proper charset
! 7508:
! 7509: 2004-11-24 paf
! 7510:
! 7511: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
! 7512:
! 7513: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
! 7514: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
! 7515:
! 7516: 2004-11-12 paf
! 7517:
! 7518: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
! 7519: [since 3.0.4]
! 7520:
! 7521: 2004-11-09 paf
! 7522:
! 7523: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
! 7524: writes basics to c:\parser3.log
! 7525:
! 7526: 2004-10-21 paf
! 7527:
! 7528: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
! 7529: tainted strings [were returning clean onces]
! 7530:
! 7531: 2004-10-15 paf
! 7532:
! 7533: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
! 7534: cycles(i=1; i=2), which was wrong, now does ONE
! 7535:
! 7536: 2004-10-12 paf
! 7537:
! 7538: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
! 7539:
! 7540: 2004-10-07 paf
! 7541:
! 7542: * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
! 7543: src/main/pa_globals.C, www/htdocs/.htaccess,
! 7544: www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
! 7545: PA_RELEASE_ASSERTS enables release asserts
! 7546:
! 7547: * src/: main/pa_string.C, include/pa_string.h: debugger help:
! 7548: String.dump() to stdout in detailed form [were String.v() in
! 7549: short form]
! 7550:
! 7551: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
! 7552: \t\r\n as @#| and truncates long char sequences less
! 7553:
! 7554: 2004-10-06 paf
! 7555:
! 7556: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
! 7557: win32 beauty: socket errors properly decoded
! 7558:
! 7559: 2004-10-05 paf
! 7560:
! 7561: * src/: include/pa_request.h, main/pa_request.C: bugfix:
! 7562: request::configure_user/admin done always, even if no
! 7563: file-to-process useful in @unhandled_exception [say, if they
! 7564: would want to mail by SMTP something]
! 7565:
! 7566: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
! 7567: now performed prior to file loading [and @auto executing] thus
! 7568: making $cookie:value available in @auto and in
! 7569: @unhandled_exception when IIS is configured to run interpreter
! 7570: even if no file exist
! 7571:
! 7572: 2004-09-20 paf
! 7573:
! 7574: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
! 7575: somewhere where it should have called xmlMalloc and it calls
! 7576: xmlFree when it should have not called it. inserted two
! 7577: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
! 7578: xmlFree just ignored. put away a testcase, maybe someday libxml
! 7579: author would fix all that. until that day: we have SLOW garbage
! 7580: collecting when many xml objects are alive hint: do
! 7581: ^memory:compact[] before xdoc::create
! 7582:
! 7583: 2004-09-17 paf
! 7584:
! 7585: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
! 7586: error from 3.0.8 version]
! 7587:
! 7588: 2004-09-14 paf
! 7589:
! 7590: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
! 7591: part bugfix: hashfile.foreach iterated only part if hashfile were
! 7592: modified inside
! 7593:
! 7594: 2004-09-13 paf
! 7595:
! 7596: * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
! 7597: ^eval($s) now parsed OK [were as octal]
! 7598:
! 7599: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
! 7600: reproduced $hashfile.key[$novalue] bug [reported by motorin],
! 7601: inserted safety-check
! 7602:
! 7603: * src/types/pa_vhashfile.C: change: empty keys now error in parser
! 7604: [not something obscure from sdbm lib]
! 7605:
! 7606: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
! 7607: numbers now from errno.h = strerror now returnes something and we
! 7608: can properly report that to client
! 7609:
! 7610: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
! 7611: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
! 7612:
! 7613: * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
! 7614: outputted as-is [tainted as-is] this helps //[space][newline] to
! 7615: remain as-is and not be unnecessary optimized away [ruining
! 7616: javascript]
! 7617:
! 7618: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
! 7619: [tainted as-is] this helps //[space][newline] to remain as-is and
! 7620: not be unnecessary optimized away [ruining javascript]
! 7621:
! 7622: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
! 7623: [tainted as-is]
! 7624:
! 7625: * src/classes/mail.C: bugfix: typo error
! 7626:
! 7627: 2004-09-09 paf
! 7628:
! 7629: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
! 7630: separators bugfix: loads header with endings \r\n\r\n and \n\n
! 7631: (bloody yandex.server)
! 7632:
! 7633: 2004-09-06 paf
! 7634:
! 7635: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
! 7636: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
! 7637: encoded
! 7638:
! 7639: 2004-09-01 paf
! 7640:
! 7641: * src/types/pa_vmail.C: change: multipart/mixed changed to
! 7642: multipart/related outlook express have no problems showing
! 7643: unrelated attachments. todo: someday figure out a way of
! 7644: multipart/mixed multipart/related text/html
! 7645: image/xxx application/octet-stream << true attachments
! 7646:
! 7647: * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
! 7648: ^mail:send[$.file[$.content-disposition can be overriden new:
! 7649: empty mail header fields removed from letter
! 7650:
! 7651: * src/classes/mail.C, src/include/pa_config_fixed.h,
! 7652: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
! 7653: www/htdocs/_bug.html: new: ^mail:send[ $.file[
! 7654: $.any[header]
! 7655:
! 7656: 2004-08-30 paf
! 7657:
! 7658: * src/include/pa_config_fixed.h, src/main/pa_common.C,
! 7659: www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
! 7660:
! 7661: * src/main/pa_common.C: beauty: do not bother with charset
! 7662: detection when ^file::load[binary
! 7663:
! 7664: 2004-08-27 paf
! 7665:
! 7666: * src/main/pa_common.C: hack: for yandex.server http server
! 7667:
! 7668: 2004-08-18 paf
! 7669:
! 7670: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
! 7671: possibly-chunked response
! 7672:
! 7673: 2004-08-17 paf
! 7674:
! 7675: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
! 7676: $f.content-type now = that of http response
! 7677:
! 7678: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
! 7679: $f.content-type now = that of http response
! 7680:
! 7681: 2004-08-03 paf
! 7682:
! 7683: * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
! 7684: can be replaced by output [forgot to allocate proper buffer,
! 7685: oracle _server_ died with kgepop: no error frame to pop to for
! 7686: error 21500 message]
! 7687:
! 7688: 2004-07-30 paf
! 7689:
! 7690: * src/include/pa_request.h, src/main/pa_request.C,
! 7691: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 7692: www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
! 7693: release mode reported properly parser exception in exception
! 7694: handler WERE mistakenly reported as system exception, without
! 7695: details [in apache & isapi] +some beauty in exception text
! 7696:
! 7697: * src/include/pa_exception.h, src/main/pa_request.C,
! 7698: src/targets/cgi/parser3.C, www/htdocs/.htaccess,
! 7699: www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
! 7700: release mode reported properly parser exception in exception
! 7701: handler WERE mistakenly reported as system exception, without
! 7702: details
! 7703:
! 7704: * src/main/execute.C: beauty: simplified system exception handling
! 7705:
! 7706: 2004-07-29 paf
! 7707:
! 7708: * src/classes/table.C, www/htdocs/_bug.html: bugfix:
! 7709: ^table.save[export.csv;$.separator[^;]] now works fine [separator
! 7710: were ignored, and \t used unconditionally]
! 7711:
! 7712: * src/types/Makefile.am: added vhash.c
! 7713:
! 7714: 2004-07-28 paf
! 7715:
! 7716: * src/: classes/date.C, classes/image.C, classes/math.C,
! 7717: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
! 7718: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
! 7719: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
! 7720: failed on russian letters
! 7721:
! 7722: * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
! 7723: src/main/pa_common.C: bugfix: isspace((unsigned char)c)
! 7724: everywhere. failed on russian letters
! 7725:
! 7726: * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
! 7727: passwed as 'currentDirectory' parameter to CreateProcess
! 7728:
! 7729: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
! 7730: as 'currentDirectory' parameter to CreateProcess
! 7731:
! 7732: 2004-07-27 paf
! 7733:
! 7734: * src/targets/cgi/parser3.vcproj: beauty: win32:
! 7735: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
! 7736: from release somewhere [to help searching for unhandled system
! 7737: exceptions]
! 7738:
! 7739: * src/types/pa_vdate.h: check: for invalid datetime after temporary
! 7740: TZ shift
! 7741:
! 7742: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
! 7743: but also in ctor
! 7744:
! 7745: 2004-07-26 paf
! 7746:
! 7747: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
! 7748: src/main/pa_request.C, src/types/pa_vfile.h,
! 7749: src/types/pa_vhash.C, src/types/pa_vhash.h,
! 7750: src/types/types.vcproj, www/htdocs/_bug.html: new:
! 7751: $response:body/download[ $.file[name on disk] $.name[of
! 7752: file for user] $.mdate[date of last-modified. default from
! 7753: directory] ]
! 7754:
! 7755: * src/classes/file.C: moving file:send somewhere else..
! 7756:
! 7757: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
! 7758: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
! 7759: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
! 7760: $response:download[ $.filename[filename] $.option[] ,, ]
! 7761:
! 7762: * src/classes/file.C: beauty: invalid mode thoroughly reported
! 7763:
! 7764: 2004-07-21 paf
! 7765:
! 7766: * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
! 7767: header values now splitted to several lines
! 7768:
! 7769: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
! 7770:
! 7771: note: ms outlook[!express] shows only first 255 characters of
! 7772: subject
! 7773:
! 7774: 2004-07-15 paf
! 7775:
! 7776: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
! 7777: off]
! 7778:
! 7779: 2004-07-14 paf
! 7780:
! 7781: * src/classes/table.C: bugfix: $.bind values now got untainted
! 7782: according to lang [were: as-is]
! 7783:
! 7784: 2004-07-07 paf
! 7785:
! 7786: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
! 7787: checked that
! 7788:
! 7789: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
! 7790: now untainted according to their languages. were: as-is.
! 7791: EVERYWHERE
! 7792:
! 7793: * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
! 7794: www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
! 7795: now untainted according to their languages. were: as-is.
! 7796: EVERYWHERE
! 7797:
! 7798: * src/main/pa_exec.C: bufix: on unix environment string now
! 7799: untainted according to their languages. were: as-is. on win32:
! 7800: ok
! 7801:
! 7802: * parser3.vssscc: ...would not go unnoticed
! 7803:
! 7804: * src/main/pa_charset.C, www/htdocs/.htaccess,
! 7805: www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
! 7806: fails. in case on input appears nonutf, those bytes will be
! 7807: printed in %HH form. that can be easily decoded/recovered.
! 7808:
! 7809: this form is quite noticable, and hopefully would not go noticed
! 7810:
! 7811: 2004-07-06 paf
! 7812:
! 7813: * src/main/pa_exec.C: bufix: on unix environment string now
! 7814: untainted according to their languages. were: as-is. on win32:
! 7815: ok
! 7816:
! 7817: 2004-07-01 paf
! 7818:
! 7819: * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
! 7820: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
! 7821: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 7822: src/lib/pcre/pcre_dftables.vcproj,
! 7823: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
! 7824: src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
! 7825: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
! 7826: www/htdocs/.htaccess: win32: option: global optimization ON
! 7827:
! 7828: * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
! 7829: libxml: life requires to do xdoc::create{invalid chars} standard
! 7830: disables chars less then \x20, except tab, cr, lf.
! 7831:
! 7832: changed tainting so that those become '!'
! 7833:
! 7834: 2004-06-25 paf
! 7835:
! 7836: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
! 7837: int on odd address [prev bugfix failed due to superwize
! 7838: optimizer, which turned memcpy into same 'ld' asm command]
! 7839:
! 7840: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
! 7841: int on odd address
! 7842:
! 7843: 2004-06-23 paf
! 7844:
! 7845: * www/htdocs/_bug.html: checked: oracle: various ways of returning
! 7846: error from stored proc. bad: no way of knowing which exactly
! 7847: user-defined exception were thrown. good:
! 7848: raise_application_error can return error message number and
! 7849: string FINE good: PRAGMA EXCEPTION_INIT works good too
! 7850:
! 7851: 2004-06-22 paf
! 7852:
! 7853: * src/sql/pa_sql_driver.h: note: about possible optimization
! 7854:
! 7855: * www/htdocs/_bug.html: checked: in out variables OK
! 7856:
! 7857: * operators.txt, src/classes/hash.C, src/classes/memory.C,
! 7858: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 7859: src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
! 7860: ^void:sql{call paf(:a)}[ $.bind[
! 7861: $.a[2] ] ] output variables work. todo:
! 7862: check in out variables
! 7863:
! 7864: 2004-06-18 paf
! 7865:
! 7866: * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
! 7867: src/classes/table.C, src/classes/void.C,
! 7868: src/include/pa_globals.h, src/include/pa_sql_connection.h,
! 7869: src/main/compile.tab.C, src/sql/pa_sql_driver.h,
! 7870: www/htdocs/.htaccess, www/htdocs/_bug.html: started:
! 7871: ^void:sql{call paf(:a)}[ $.bind[
! 7872: $.a[2] ] ] input variables work.
! 7873: todo:output
! 7874:
! 7875: * src/targets/cgi/parser3.C: bugfix: iis specific
! 7876: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
! 7877: /_bug.html?404;http://hpsv/test/
! 7878: --------------------------------------------------------------------------------
! 7879: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
! 7880: --------------------------------------------------------------------------------
! 7881: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
! 7882:
! 7883: 2004-06-16 paf
! 7884:
! 7885: * src/targets/cgi/parser3.C: new: iis specific
! 7886: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
! 7887: $request:query
! 7888: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
! 7889: $form:fields IIS-STATUS="404"
! 7890: IIS-DOCUMENT="http://server/_bug.html" f="v"
! 7891:
! 7892: todo: isapi too
! 7893:
! 7894: 2004-05-26 paf
! 7895:
! 7896: * src/include/pa_version.h: 3.1.3
! 7897:
! 7898: * operators.txt: beauty: removed outdated level 'table'
! 7899:
! 7900: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
! 7901:
! 7902: * src/main/pa_string.C: beauty: removed 3 warnings
! 7903:
! 7904: * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
! 7905: www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
! 7906: level 'table'
! 7907:
! 7908: 2004-05-25 paf
! 7909:
! 7910: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
! 7911: implementation. mistery: how anything worked
! 7912:
! 7913: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
! 7914: changed, it is now safe to use url if pointers to it are stored
! 7915: to gc mem
! 7916:
! 7917: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
! 7918: unknown errors reported and not cause SIGSEGV now
! 7919:
! 7920: 2004-05-24 paf
! 7921:
! 7922: * src/include/pa_string.h, src/lib/cord/cordbscs.c,
! 7923: src/lib/cord/include/cord.h, www/htdocs/_bug.html,
! 7924: src/lib/cord/cordxtra.c: cancel: more speed, less memory:
! 7925: CORD_chars_block originally intended to ... it was good that
! 7926: CORD_chars_block were not used: it consumes more memory [and,
! 7927: might be slow too] undoing that. [and removed that func so that
! 7928: it would not confuse parser developer in future]
! 7929:
! 7930: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
! 7931: less memory: CORD_chars_block originally intended to
! 7932: speedup/reduce mem usage were forgotten, and were used stupid
! 7933: CORD_chars
! 7934:
! 7935: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
! 7936:
! 7937: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
! 7938: BIGENDIAN processors space-conserving mech failed, causing
! 7939: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
! 7940: (1|2|3));
! 7941:
! 7942: 2004-05-14 paf
! 7943:
! 7944: * src/types/Makefile.am, src/types/pa_vvoid.C,
! 7945: src/types/pa_vvoid.h, src/types/types.vcproj,
! 7946: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
! 7947: bugfix: void now has vfile value, and $response:body[] works OK
! 7948:
! 7949: 2004-05-12 paf
! 7950:
! 7951: * src/types/pa_vbool.h, src/types/pa_vhash.h,
! 7952: src/types/pa_vhashfile.h, src/types/pa_vtable.h,
! 7953: www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
! 7954: $bool) now equals ^if($bool) and shaped up other sources to use
! 7955: is_defined() {return as_bool();} along VBool
! 7956:
! 7957: 2004-05-11 paf
! 7958:
! 7959: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
! 7960: referencing to local objects
! 7961:
! 7962: * src/classes/mail.C, src/include/pa_exec.h,
! 7963: src/main/compile.tab.C, src/types/pa_vmail.C,
! 7964: src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
! 7965: www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
! 7966:
! 7967: 2004-04-15 paf
! 7968:
! 7969: * src/classes/date.C: merged: beauty: unused var removed
! 7970:
! 7971: * src/classes/date.C: beauty: unused var removed
! 7972:
! 7973: * src/include/: pa_exec.h: bugfix: interface without pointer
! 7974: provoked bug
! 7975:
! 7976: 2004-04-09 paf
! 7977:
! 7978: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
! 7979:
! 7980: * src/types/pa_vform.C: bugfix: form:imap were incorrect
! 7981:
! 7982: 2004-04-08 paf
! 7983:
! 7984: * src/classes/date.C: new: ^date::create[y-m-d
! 7985: h-M-s>>.milliseconds<<] now allowed, ignored so far
! 7986:
! 7987: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
! 7988:
! 7989: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
! 7990: to consult default catalog [usually, that file belongs to other
! 7991: user/group]
! 7992:
! 7993: 2004-04-06 paf
! 7994:
! 7995: * src/main/pa_common.C: beauty: gcc warning removed
! 7996:
! 7997: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
! 7998: accept that trick, trying other
! 7999:
! 8000: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
! 8001: bugfix: step3 to fix explicit result problem
! 8002:
! 8003: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
! 8004: bugfix: step2 to fix explicit result problem
! 8005:
! 8006: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
! 8007: bugfix: step1 to fix explicit result problem
! 8008:
! 8009: * operators.txt, src/classes/string.C: new: ^string.append[string]
! 8010:
! 8011: * src/include/pa_opcode.h, src/main/compile.tab.C,
! 8012: src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
! 8013: attempt_check_call_in_explicit_result_mode: failed
! 8014:
! 8015: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
! 8016: http://i.p.a.ddress gethostbyaddr added [on some platforms
! 8017: gethostbyname failed with such 'domains'] now checked properly,
! 8018: were: needless reverse/forward dns lookup
! 8019:
! 8020: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
! 8021: http://i.p.a.ddress gethostbyaddr added [on some platforms
! 8022: gethostbyname failed with such 'domains'] now checked properly,
! 8023: were: needless reverse/forward dns lookup
! 8024:
! 8025: * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
! 8026: www/htdocs/_bug.html: reimplemented: @method[][result] means "no
! 8027: string output here" moved to lexical level [on grammar level it
! 8028: were too difficult]
! 8029:
! 8030: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
! 8031: src/main/compile.y, src/main/compile_tools.h,
! 8032: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 8033: www/htdocs/.htaccess, www/htdocs/_bug.html: new:
! 8034: @method[][result] means "no string output here", implemented part
! 8035: of that idea: compiler throws away string literal generation
! 8036: code. and barks nonwhitespace chars
! 8037:
! 8038: * operators.txt: truth: removed comment about $ORIGIN
! 8039:
! 8040: 2004-04-05 paf
! 8041:
! 8042: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
! 8043: src/include/pa_version.h, src/main/pa_common.C,
! 8044: src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
! 8045: www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
! 8046:
! 8047: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
! 8048: Konstantin Tomashevitch [mailto:konst@design.ru]
! 8049:
! 8050: * src/doc/html2chm.cmd: beauty: no need in bg here
! 8051:
! 8052: * src/doc/sources2html.cmd: beauty: same window, in bg it
! 8053: interfered with FAR console
! 8054:
! 8055: * configure, configure.in: 3.1.3
! 8056:
! 8057: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
! 8058:
! 8059: * src/main/pa_common.C: removed warning
! 8060:
! 8061: * src/include/pa_version.h: 3.1.3
! 8062:
! 8063: 2004-04-02 paf
! 8064:
! 8065: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
! 8066:
! 8067: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
! 8068: allows to specify where to put parser log file
! 8069:
! 8070: 2004-04-01 paf
! 8071:
! 8072: * src/classes/table.C: bugfix: bugfix: table::load last line
! 8073: without tab and enter were ignored
! 8074:
! 8075: * src/: include/pa_cache_managers.h, include/pa_globals.h,
! 8076: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
! 8077: main/pa_socks.C, targets/cgi/parser3.C,
! 8078: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
! 8079: bugfix: sql connections now are disconnected
! 8080:
! 8081: 2004-03-30 paf
! 8082:
! 8083: * src/classes/table.C: bugfix: table::load last line without tab
! 8084: and enter were ignored
! 8085:
! 8086: * src/classes/table.C: bufix: if last table lines were commented,
! 8087: gpfed
! 8088:
! 8089: * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
! 8090: src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
! 8091: src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
! 8092: src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
! 8093: src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
! 8094: src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
! 8095: src/doc/value.dox, src/include/pa_version.h,
! 8096: src/main/pa_cache_managers.C,
! 8097: src/main/pa_stylesheet_connection.C,
! 8098: src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
! 8099: www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
! 8100: 3.1.2, changed version to 3.1.3beta
! 8101:
! 8102: 2004-03-29 paf
! 8103:
! 8104: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
! 8105: causes gpf
! 8106:
! 8107: * src/doc/: ClassExample1.dox, ClassExample2.dox,
! 8108: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
! 8109: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
! 8110: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
! 8111: value.dox: translated to english
! 8112:
! 8113: 2004-03-25 paf
! 8114:
! 8115: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
! 8116: parser3project dependency removed
! 8117:
! 8118: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
! 8119: bugfix: refused to compile without xml
! 8120:
! 8121: * src/types/pa_vform.C: beauty: removed warning
! 8122:
! 8123: * src/classes/classes.vcproj: merged bugfix: now all compiles in
! 8124: any folder [removed last ;) folder dependency]
! 8125:
! 8126: * src/classes/classes.vcproj: bugfix: now all compiles in any
! 8127: folder [removed last ;) folder dependency]
! 8128:
! 8129: * src/include/pa_version.h: release
! 8130:
! 8131: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
! 8132:
! 8133: * src/classes/table.C: beauty: comment& more meaningful error
! 8134: message
! 8135:
! 8136: * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
! 8137: column} now produces $.hash[$.column_value1(true) ... ] [were
! 8138: producing some strang thing]
! 8139:
! 8140: 2004-03-23 paf
! 8141:
! 8142: * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
! 8143: bugfix: ^image.polyline and http status line parsing checked
! 8144: number of columns in table [user reported an assert]
! 8145:
! 8146: * operators.txt: example: on hashfile
! 8147:
! 8148: * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
! 8149: www/htdocs/_bug.html: bugfix: junction reattach now actually
! 8150: reattaches a junction to new wcontext [were only assigning it to
! 8151: junction, which caused junction tracking to loose junction, and
! 8152: it's context were not killed, and it tried to process in invalid
! 8153: context, gpf]
! 8154:
! 8155: * src/targets/cgi/parser3.C: debug helper added
! 8156:
! 8157: 2004-03-19 paf
! 8158:
! 8159: * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
! 8160: messages removed duplicate "type(type)" in braces
! 8161:
! 8162: 2004-03-10 paf
! 8163:
! 8164: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
! 8165: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 8166: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 8167: www/htdocs/_bug.html: new: refined solution to
! 8168: search-in-namespaces problem:
! 8169: $xdoc.search-namespaces.x[http://pif.design.ru/]
! 8170: $nodes[^xdoc.select[//x:second]]
! 8171:
! 8172: * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
! 8173: www/htdocs/_bug.xml: new: xnode.select*[xpath
! 8174: expression][[NAMESPACES HASH]] allows to search for info in
! 8175: namespaces
! 8176:
! 8177: $nodes[^xdoc.select[//x:second][
! 8178: $.x[http://pif.design.ru/] ]]
! 8179:
! 8180: 2004-03-09 paf
! 8181:
! 8182: * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
! 8183: www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
! 8184: new: ^file::load[...][options] $.form[
! 8185: !$.field1[string]
! 8186: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
! 8187: ] !$.body[string]
! 8188:
! 8189: GET ?here notGET(POST, HEAD, others) in content-type:
! 8190: application/x-www-form-urlencoded
! 8191:
! 8192: todo: upload files ability
! 8193:
! 8194: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
! 8195: properly, done
! 8196:
! 8197: 2004-03-05 paf
! 8198:
! 8199: * operators.txt, src/main/pa_common.C: new: file::load[;http://
! 8200: GET/POST $.form[$.fields started, not tested yet
! 8201: todo:$.field[table] for multiple values
! 8202:
! 8203: * operators.txt: new: http:// options $.user $.password basic
! 8204: authorization
! 8205:
! 8206: * src/main/pa_common.C: beauty: link to rtf added
! 8207:
! 8208: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
! 8209: www/htdocs/_bug.html: new: http:// options $.user $.password
! 8210: basic authorization
! 8211:
! 8212: * src/main/pa_common.C: beauty: removed needless vars
! 8213:
! 8214: * operators.txt: new: pgsql option [like that recently added to
! 8215: oracle driver] ClientCharset=parser-charset <<
! 8216: charset in which parser thinks client works
! 8217:
! 8218: * src/sql/pa_sql_driver.h: beauty: important warning added
! 8219:
! 8220: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
! 8221: char!
! 8222:
! 8223: * etc/parser3.charsets/windows-1251.cfg: typo
! 8224:
! 8225: * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
! 8226: recently added to oracle driver]
! 8227: ClientCharset=parser-charset << charset in which parser thinks
! 8228: client works
! 8229:
! 8230: 2004-03-04 paf
! 8231:
! 8232: * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
! 8233: recently added to oracle driver]
! 8234: ClientCharset=parser-charset << charset in which parser thinks
! 8235: client works
! 8236:
! 8237: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
! 8238: cached, sql transcoding now goes faster
! 8239:
! 8240: * operators.txt: new: mysql option [like that recently added to
! 8241: oracle driver] ClientCharset=parser-charset <<
! 8242: charset in which parser thinks client works
! 8243:
! 8244: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
! 8245: typo error
! 8246:
! 8247: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
! 8248: chars commented
! 8249:
! 8250: 2004-03-03 paf
! 8251:
! 8252: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
! 8253: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
! 8254:
! 8255: 2004-03-02 paf
! 8256:
! 8257: * operators.txt: new[update typo]: !^void.left(n)
! 8258: nothing !^void.right(n) nothing !^void.mid(p[;n])
! 8259: nothing
! 8260:
! 8261: * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
! 8262: !^void.left(n) nothing !^void.right(n) nothing
! 8263: !^void.pos(p[;n]) nothing
! 8264:
! 8265: * operators.txt, src/classes/file.C, src/include/pa_string.h,
! 8266: www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
! 8267: query result must be one row with columns: first: data
! 8268: second: file name third: content-type
! 8269:
! 8270: * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
! 8271: www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
! 8272: properly escaped string, which can be passed to request now this
! 8273: for mysql only. it's up to parser sql driver to fix zeros
! 8274: properly
! 8275:
! 8276: * INSTALL: note: added on building apache with this option:
! 8277: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
! 8278:
! 8279: * www/htdocs/_bug.html: feature:
! 8280: oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
! 8281: names got transcoded to $request:charset too [were only column
! 8282: data]
! 8283:
! 8284: 2004-03-01 paf
! 8285:
! 8286: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
! 8287: extension memory:compact befor processingrequest
! 8288:
! 8289: * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
! 8290: ^hash._keys[>>name<<] to call sole column of result
! 8291:
! 8292: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
! 8293: src/lib/gd/gif.h, www/htdocs/_bug.html: new:
! 8294: ^image.pixel(x;y)[(color)] get/set pixel color
! 8295:
! 8296: * src/classes/image.C, src/types/pa_vimage.C,
! 8297: src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
! 8298: less checks [were ugly impl]
! 8299:
! 8300: * src/classes/string.C, www/htdocs/_bug.html: bugfix:
! 8301: ^string.left/right/mid with negative values now considered bad
! 8302:
! 8303: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
! 8304:
! 8305: * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
! 8306: www/htdocs/_bug.xsl: bugfix: boolean output options now have
! 8307: unified defaults [after transform
! 8308: indent/omit-xml-declaration/standalone 'default' erroreously
! 8309: meant 'true']
! 8310:
! 8311: * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
! 8312: added [on some platforms gethostbyname failed with such
! 8313: 'domains']
! 8314:
! 8315: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
! 8316: added [on some platforms gethostbyname failed with such
! 8317: 'domains']
! 8318:
! 8319: * src/include/pa_config_auto.h.in: no select check, no define
! 8320:
! 8321: * src/classes/string.C: feature: ^string.trim both parameters may
! 8322: be empty-strings, meaning kind=both chars=whitespaces
! 8323:
! 8324: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
! 8325: exist
! 8326:
! 8327: * src/classes/string.C: check: trim 'chars' must not be empty,
! 8328: exception if it is
! 8329:
! 8330: * src/classes/string.C: changed: ^string.trim [] << both,
! 8331: whitespaces [start|both|end] << kind, whitespaces
! 8332: [start|both|end;chars] full
! 8333:
! 8334: 2004-02-27 paf
! 8335:
! 8336: * operators.txt, src/classes/string.C, src/main/pa_string.C,
! 8337: www/htdocs/_bug.html: new method:
! 8338: ^string.trim[start|both|end[;chars]] default 'chars' --
! 8339: whitespace chars finished
! 8340:
! 8341: * operators.txt, src/classes/string.C, src/include/pa_string.h,
! 8342: src/main/pa_string.C, www/htdocs/_bug.html: new method:
! 8343: ^string.trim[start|both|end[;chars]] default 'chars' --
! 8344: whitespace chars started, only start works
! 8345:
! 8346: * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
! 8347: xdoc::create+save != xdoc.transform&no<xsl:output>+save
! 8348:
! 8349: * src/main/compile.C: bugfix: line numbers after
! 8350: ^process{}[$.line(-10]] can be negative, allowed to print they as
! 8351: signed
! 8352:
! 8353: * src/main/untaint.C: speed: there's no \n chars in output
! 8354: [normally], so no need to optimize them they could be retrived
! 8355: from databases, though. but 1. should be replaced 2. if not
! 8356: optimized, no harm done
! 8357:
! 8358: * www/htdocs/: _bug.html, _bug.txt: just test:
! 8359: file::load[text;http:// $.text utf-8 signature, line ends OK
! 8360: http://i2/tasks/edit/?id=4629476859594276758
! 8361:
! 8362: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
! 8363: ^file::exec/cgi could return invalid status & zombie child can
! 8364: remain for short period until process exists [very bad in
! 8365: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
! 8366:
! 8367: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
! 8368: malicious SMTP server to attack as by returning too long status
! 8369: responses http://i2/tasks/edit/?id=4629448401140924947
! 8370:
! 8371: 2004-02-26 paf
! 8372:
! 8373: * operators.txt: feature: ^process...{CODE}[now has options] which
! 8374: are $.main[to what to rename @main] $.file[file,
! 8375: from which (user says) goes that CODE] $.lineno(line
! 8376: number in that file, where CODE starts. may be negative)
! 8377:
! 8378: * operators.txt, src/classes/op.C, src/include/pa_request.h,
! 8379: src/main/compile.C, src/main/compile_tools.h,
! 8380: src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
! 8381: www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
! 8382: which are $.main[to what to rename @main]
! 8383: $.file[file, from which (user says) goes that CODE]
! 8384: $.lineno(line number in that file, where CODE starts. may be
! 8385: negative)
! 8386:
! 8387: 2004-02-25 paf
! 8388:
! 8389: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
! 8390: old @charsetsdir@ recently erased from configure.in]
! 8391:
! 8392: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
! 8393: produces hash of column=>1
! 8394:
! 8395: * www/htdocs/: _bug.html, _bug.xsl: xhtml: 	 as resutl of
! 8396: <xsl:attribute>[tab] is OK
! 8397:
! 8398: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
! 8399: with incomplete errno constants set
! 8400:
! 8401: 2004-02-24 paf
! 8402:
! 8403: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
! 8404: "man select"
! 8405:
! 8406: * src/main/pa_os.C: beauty: <0 better then ==-1
! 8407:
! 8408: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
! 8409:
! 8410: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
! 8411:
! 8412: * src/classes/Makefile.am: smtp on unix: steps to work on unix
! 8413:
! 8414: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
! 8415: unix: steps to work on unix [extracted 'to']
! 8416:
! 8417: * src/classes/mail.C: smtp on unix: steps to work on unix
! 8418:
! 8419: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
! 8420:
! 8421: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
! 8422: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
! 8423: unix [testing on solaris]
! 8424:
! 8425: 2004-02-20 paf
! 8426:
! 8427: * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
! 8428: removed, thanks to egr for pointing that out
! 8429:
! 8430: * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
! 8431: attr="&#digital_entity;" bug fixed again [same solution,
! 8432: mistanenly removed one line]
! 8433:
! 8434: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
! 8435: fixed again [same solution, mistanenly removed one line]
! 8436:
! 8437: 2004-02-19 paf
! 8438:
! 8439: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
! 8440: date::create from bad datetime in spring daylightsaving hole now
! 8441: OK for all platforms [on some platforms it failed]
! 8442:
! 8443: * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
! 8444: beauty: date::create[bad date time in daylightsaving hole] now
! 8445: throws error
! 8446:
! 8447: * src/classes/date.C: comment: mistake fixed
! 8448:
! 8449: 2004-02-18 paf
! 8450:
! 8451: * www/htdocs/_bug.html: beauty: coder can override save/file
! 8452: encoding by specifying it in xsl:output or in save/file
! 8453: hash-options
! 8454:
! 8455: * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
! 8456: save/file encoding by specifying it in xsl:output or in save/file
! 8457: hash-options
! 8458:
! 8459: * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
! 8460: renderes in $request:charset, but in header puts
! 8461: $response:charset todo: make that default only so that coder
! 8462: could override that
! 8463:
! 8464: * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
! 8465: $request:charset, but in header puts $response:charset todo: make
! 8466: that default only so that coder could override that
! 8467:
! 8468: * src/classes/xdoc.C, src/include/pa_charset.h,
! 8469: www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
! 8470: now renderes in $request:charset, but in header puts
! 8471: $response:charset todo: make that default only so that coder
! 8472: could override that
! 8473:
! 8474: * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
! 8475: doctype-public/system forcly turns off omit-xml-declaration
! 8476:
! 8477: * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
! 8478: feature: reimplemented xhtml output, see /.xsl for sample
! 8479:
! 8480: 2004-02-17 paf
! 8481:
! 8482: * src/classes/xdoc.C: beauty: needless helper class removed
! 8483:
! 8484: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
! 8485: copied extra time
! 8486:
! 8487: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
! 8488: part of libxml
! 8489:
! 8490: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
! 8491: libxml to do the work] <xsl:output method="html"
! 8492: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
! 8493: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
! 8494: />
! 8495:
! 8496: * src/classes/xdoc.C: beauty: no <meta ... charset generated
! 8497:
! 8498: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
! 8499: caused assertion
! 8500:
! 8501: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
! 8502: could hang. now such add does nothing, sub clears $hash
! 8503:
! 8504: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
! 8505: not made quoted-printable
! 8506:
! 8507: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
! 8508: string invariant
! 8509:
! 8510: 2004-02-16 paf
! 8511:
! 8512: * src/main/pa_globals.C: bugfix: xml errors copy from library now
! 8513: cleared [were not cleared properly]
! 8514:
! 8515: 2004-02-13 paf
! 8516:
! 8517: * src/include/pa_version.h: prerelease
! 8518:
! 8519: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
! 8520: used, introducing dependencies timestamp check
! 8521:
! 8522: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 8523: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
! 8524: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
! 8525: .xsl.stamp now not used, introducing dependencies timestamp check
! 8526:
! 8527: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
! 8528:
! 8529: 2004-02-12 paf
! 8530:
! 8531: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
! 8532: ruined empty <input type=file> submits. parser thought there were
! 8533: nameless empty file and $form:field got value of type 'file'
! 8534:
! 8535: * INSTALL: --without-threads
! 8536:
! 8537: * src/include/pa_sapi.h: 2004
! 8538:
! 8539: 2004-02-11 paf
! 8540:
! 8541: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 8542: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 8543: classes/hashfile.C, classes/image.C, classes/int.C,
! 8544: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 8545: classes/response.C, classes/string.C, classes/table.C,
! 8546: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 8547: include/pa_array.h, include/pa_cache_managers.h,
! 8548: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 8549: include/pa_config_fixed.h, include/pa_config_includes.h,
! 8550: include/pa_dictionary.h, include/pa_dir.h,
! 8551: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 8552: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
! 8553: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
! 8554: include/pa_request_charsets.h, include/pa_request_info.h,
! 8555: include/pa_socks.h, include/pa_sql_connection.h,
! 8556: include/pa_sql_driver_manager.h, include/pa_stack.h,
! 8557: include/pa_string.h, include/pa_stylesheet_connection.h,
! 8558: include/pa_stylesheet_manager.h, include/pa_table.h,
! 8559: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 8560: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 8561: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 8562: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
! 8563: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
! 8564: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
! 8565: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 8566: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 8567: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
! 8568: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
! 8569: main/pa_sql_driver_manager.C, main/pa_string.C,
! 8570: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 8571: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
! 8572: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
! 8573: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 8574: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
! 8575: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 8576: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 8577: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 8578: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 8579: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 8580: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
! 8581: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 8582: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 8583: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 8584: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 8585: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 8586: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 8587: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 8588: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 8589: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 8590: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 8591: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 8592: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
! 8593:
! 8594: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
! 8595: debug version of gc.dll
! 8596:
! 8597: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 8598: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
! 8599: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
! 8600: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
! 8601: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
! 8602: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
! 8603: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
! 8604: processes
! 8605:
! 8606: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
! 8607: main/pa_globals.C, targets/cgi/parser3.vcproj,
! 8608: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
! 8609: changes to reflect libxml xsl new folders
! 8610:
! 8611: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 8612: lib/smtp/smtp.vcproj, main/main.vcproj,
! 8613: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
! 8614: to reflect libxml xsl new folders
! 8615:
! 8616: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 8617: lib/smtp/smtp.vcproj, main/main.vcproj,
! 8618: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 8619: types/types.vcproj: started changes to reflect libxml xsl new
! 8620: folders
! 8621:
! 8622: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
! 8623: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
! 8624: src/main/compile.tab.C, src/main/main.vcproj,
! 8625: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
! 8626: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
! 8627: www/htdocs/.htaccess: started changes to reflect libxml xsl new
! 8628: folders
! 8629:
! 8630: 2004-02-10 paf
! 8631:
! 8632: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
! 8633: compile. recommened latest libxml up to date
! 8634:
! 8635: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
! 8636: pattern compilation errors", on which spent 4 hours worktime. use
! 8637: versions higher than that. recommended now latest up to date
! 8638:
! 8639: 2004-02-06 paf
! 8640:
! 8641: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
! 8642: beauty: unified destructing style
! 8643:
! 8644: * src/main/untaint.C: beauty: removed old def/ifdef
! 8645:
! 8646: * src/main/untaint.C: beauty: coredump @unknown untaint language
! 8647: now
! 8648:
! 8649: 2004-02-03 paf
! 8650:
! 8651: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
! 8652: targets/isapi/parser3isapi.C, types/pa_value.C,
! 8653: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
! 8654: then %ld/%lu
! 8655:
! 8656: * src/main/pa_common.C: typo: %l -> %u
! 8657:
! 8658: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
! 8659: in attributes or documents-results of transform now not xx;
! 8660:
! 8661: * src/classes/xnode.C: memleaks found: not fixed yet. todo
! 8662:
! 8663: * src/main/pa_charset.C: bugfix: forgot to undo some
! 8664:
! 8665: * src/main/pa_charset.C: beauty: uncomment
! 8666: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
! 8667: libraries
! 8668:
! 8669: 2004-02-02 paf
! 8670:
! 8671: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
! 8672: $cookie:example[ $.value[value] $.path[/there/] ]
! 8673:
! 8674: $cookie:example[ $.value[] $.expires[session]
! 8675: $.path[/there/] $.domain[test.com] ]
! 8676:
! 8677: * src/types/pa_vform.C: bugfix: empty values with
! 8678: enctype=multipart/form-data now produce entries in $form:tables
! 8679: <form method=post enctype=multipart/form-data> <input type=hidden
! 8680: name=a> <input type=hidden name=b>
! 8681:
! 8682: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
! 8683: <hr> <pre>$request:body
! 8684:
! 8685: 2004-01-30 paf
! 8686:
! 8687: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
! 8688: or documents-results of transform now not xx;
! 8689:
! 8690: * src/classes/date.C: bugfix: ^date::create[invalid fields now
! 8691: produce exception.
! 8692:
! 8693: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
! 8694: bugfix: ^date::create[invalid fields now produce exception.
! 8695:
! 8696: * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
! 8697: ^date::create[invalid year] now produces exception. todo: check
! 8698: other fields
! 8699:
! 8700: 2004-01-29 paf
! 8701:
! 8702: * src/include/pa_memory.h: typo error
! 8703:
! 8704: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
! 8705: more byte then specified, then zeroed it << useless and
! 8706: potentially harmful(could gpf)
! 8707:
! 8708: 2004-01-22 paf
! 8709:
! 8710: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
! 8711:
! 8712: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
! 8713: optimization
! 8714:
! 8715: * src/main/untaint.C: bugfix: whitespace now optimized properly
! 8716: [were bug: ^taint[1 & 2]="1 &2"
! 8717:
! 8718: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
! 8719: errors
! 8720:
! 8721: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
! 8722: overflow
! 8723:
! 8724: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
! 8725: error-reporting code * in parser-error reporting code [when no
! 8726: @unhandled_exception defined]
! 8727:
! 8728: fixed in one place: my *snprintf override
! 8729:
! 8730: 2004-01-13 paf
! 8731:
! 8732: * operators.txt: typo erro
! 8733:
! 8734: 2003-12-25 paf
! 8735:
! 8736: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
! 8737: garbled [pieces after zero bytes were removed]
! 8738:
! 8739: 2003-12-22 paf
! 8740:
! 8741: * src/include/Makefile.am: bugfix: removed from dist:
! 8742: src/include/pa_config_auto.h which were configured for
! 8743: make-dist-platform and badly updated proper config file in target
! 8744: [when .tar used for updating existing source tree]
! 8745:
! 8746: * ChangeLog, operators.txt, src/classes/op.C,
! 8747: src/include/pa_sql_connection.h,
! 8748: src/include/pa_sql_driver_manager.h,
! 8749: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
! 8750: www/htdocs/.htaccess: feature: sql introducing ability to
! 8751: transcode charsets
! 8752:
! 8753: 2003-12-19 paf
! 8754:
! 8755: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
! 8756: error message
! 8757:
! 8758: * src/main/pa_charset.C: bugfix: memory for charsethandler
! 8759: structure for libxml now allocated properly
! 8760:
! 8761: 2003-12-17 paf
! 8762:
! 8763: * src/types/pa_vfile.C: beauty: removed outdated cast
! 8764:
! 8765: * src/main/pa_common.C: bugfix: empty http response caused gpf
! 8766:
! 8767: * src/include/pa_string.h: bugfix: removed too strong a assert
! 8768:
! 8769: * src/main/pa_globals.C: bugfix: removed false warning [warning:
! 8770: unreported xmlGenericErrors]
! 8771:
! 8772: 2003-12-15 paf
! 8773:
! 8774: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
! 8775: works}
! 8776:
! 8777: 2003-12-11 paf
! 8778:
! 8779: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
! 8780: id
! 8781: !$status:tid thread id
! 8782:
! 8783: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
! 8784: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
! 8785: bugfix(solaris): removed dependency on object initialization
! 8786: order [one more place]
! 8787:
! 8788: * src/: classes/file.C, classes/mail.C, classes/op.C,
! 8789: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
! 8790: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
! 8791: understand that
! 8792:
! 8793: * src/: classes/file.C, classes/mail.C, classes/op.C,
! 8794: classes/xdoc.C, include/pa_cache_managers.h,
! 8795: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 8796: include/pa_stylesheet_manager.h, main/pa_request.C,
! 8797: main/pa_stylesheet_manager.C, types/pa_vimage.C,
! 8798: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
! 8799: ctor call [relying on implicit String::Body(cstr) call]
! 8800:
! 8801: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
! 8802: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
! 8803: object initialization order [two places]
! 8804:
! 8805: 2003-12-10 paf
! 8806:
! 8807: * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
! 8808: $status:sql.cache back << time now ok
! 8809:
! 8810: * operators.txt, src/main/pa_sql_driver_manager.C,
! 8811: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
! 8812: operational
! 8813:
! 8814: * ChangeLog, operators.txt, src/classes/xdoc.C,
! 8815: src/include/pa_charset.h, src/include/pa_sql_connection.h,
! 8816: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
! 8817: src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
! 8818: $status:sql.cache back operational
! 8819:
! 8820: 2003-12-02 paf
! 8821:
! 8822: * src/types/pa_vmail.C: bugfix:
! 8823: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
! 8824: as-is forced]
! 8825:
! 8826: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
! 8827: exceptions out of libxml callbacks: reimplemented error handling
! 8828: of http://localhost, parser://method and safemode check callbacks
! 8829:
! 8830: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
! 8831: [merged from HEAD]
! 8832:
! 8833: * src/classes/image.C: nothing: comment removed
! 8834:
! 8835: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
! 8836: addresses to int
! 8837:
! 8838: 2003-12-01 paf
! 8839:
! 8840: * src/main/pa_xml_io.C: bugfix: typo
! 8841:
! 8842: * src/main/pa_globals.C: bugfix: win32: compile prob
! 8843:
! 8844: * src/classes/xdoc.C: bugfix: typo
! 8845:
! 8846: * src/main/pa_xml_io.C: todo: safe mode check not to throw
! 8847: exception
! 8848:
! 8849: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
! 8850:
! 8851: 2003-11-28 paf
! 8852:
! 8853: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
! 8854: all xml documents read
! 8855:
! 8856: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
! 8857:
! 8858: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 8859: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
! 8860: replaced original open mech of xdoc::create & co to use libxml
! 8861: open, so that this would work for root document todo: safe mode
! 8862: checks to libxml: ideally to some 1 point
! 8863:
! 8864: * src/main/pa_xml_io.C: comment
! 8865:
! 8866: * operators.txt, src/main/pa_xml_io.C: leading / in
! 8867: http://parser[abscent params]
! 8868:
! 8869: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
! 8870: works. todo: maybe replace original open mech of xdoc::create &
! 8871: co to use libxml open, so that this would work for root document
! 8872:
! 8873: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
! 8874: "parser://method/params/here"> <test> &test^; </test> }]
! 8875:
! 8876: ^taint[^xdoc.string[]]
! 8877:
! 8878: @method[param] <!ENTITY test
! 8879: "test-entity-value+$form:user+$param!">
! 8880:
! 8881: 2003-11-27 paf
! 8882:
! 8883: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
! 8884:
! 8885: * src/classes/date.C: bugfix: typo error
! 8886:
! 8887: 2003-11-26 paf
! 8888:
! 8889: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
! 8890: src/main/Makefile.am, src/main/main.vcproj,
! 8891: src/main/pa_globals.C, src/main/pa_request.C,
! 8892: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
! 8893: xml errors to hash<thread_id,error> reorganization: xml io moved
! 8894: to pa_xml_io.C/h
! 8895:
! 8896: * src/types/pa_value.h: warnings: --
! 8897:
! 8898: 2003-11-25 paf
! 8899:
! 8900: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
! 8901: whatever)
! 8902:
! 8903: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
! 8904: a, (c?x:y, z)
! 8905:
! 8906: * src/main/untaint.C: bugfix: consequences of not reading this
! 8907: comment: CORD_pos_chars_left /* Number of characters in cache.
! 8908: <= 0 ==> none */
! 8909:
! 8910: * src/include/pa_array.h: removed needless checks
! 8911:
! 8912: 2003-11-24 paf
! 8913:
! 8914: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
! 8915: removed limit: now $form:xxx can be accessed anytime, even in
! 8916: @auto/conf [and request/response:charset still can be changed
! 8917: anytime]
! 8918:
! 8919: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
! 8920: now not transcodes response body
! 8921:
! 8922: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
! 8923: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
! 8924: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
! 8925: $xdoc.firstChild.firstChild.nodeValue[different]
! 8926: ^taint[^xdoc.string[]]
! 8927:
! 8928: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
! 8929: workaround: static Hash::allocates -> static Hash_allocates
! 8930:
! 8931: 2003-11-21 paf
! 8932:
! 8933: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
! 8934: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
! 8935: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
! 8936:
! 8937: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
! 8938:
! 8939: * src/classes/mail.C: bugfix: typo
! 8940:
! 8941: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
! 8942: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
! 8943: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
! 8944: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
! 8945: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
! 8946: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
! 8947:
! 8948: * src/main/pa_exec.C: bug in safe mode
! 8949:
! 8950: * src/include/Makefile.am: pa_xml_exception.h
! 8951:
! 8952: * src/targets/isapi/parser3isapi.C: more warnings --
! 8953:
! 8954: 2003-11-20 paf
! 8955:
! 8956: * src/: classes/math.C, classes/op.C, classes/string.C,
! 8957: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
! 8958: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
! 8959: --
! 8960:
! 8961: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
! 8962: more warnings --
! 8963:
! 8964: * src/classes/xdoc.C: more warnings --
! 8965:
! 8966: * src/classes/: date.C, image.C, xdoc.C: more warnings --
! 8967:
! 8968: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
! 8969: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
! 8970:
! 8971: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 8972: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
! 8973: classes/table.C, include/pa_cache_managers.h,
! 8974: include/pa_stylesheet_connection.h, main/pa_request.C,
! 8975: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
! 8976: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
! 8977: --
! 8978:
! 8979: * src/main/: execute.C, pa_request.C: old forgotten todo: when
! 8980: can't report problem (undefined @unhandled_exception) problem
! 8981: source string were not reported
! 8982:
! 8983: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 8984: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 8985: classes/hashfile.C, classes/image.C, classes/int.C,
! 8986: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 8987: classes/response.C, classes/string.C, classes/table.C,
! 8988: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 8989: include/pa_array.h, include/pa_cache_managers.h,
! 8990: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 8991: include/pa_config_fixed.h, include/pa_dictionary.h,
! 8992: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
! 8993: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
! 8994: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 8995: include/pa_request.h, include/pa_request_charsets.h,
! 8996: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
! 8997: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 8998: include/pa_stack.h, include/pa_string.h,
! 8999: include/pa_stylesheet_connection.h,
! 9000: include/pa_stylesheet_manager.h, include/pa_table.h,
! 9001: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 9002: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 9003: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
! 9004: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 9005: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 9006: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
! 9007: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 9008: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
! 9009: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 9010: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 9011: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
! 9012: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
! 9013: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
! 9014: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 9015: types/pa_method.h, types/pa_value.C, types/pa_value.h,
! 9016: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
! 9017: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 9018: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 9019: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 9020: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 9021: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 9022: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 9023: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 9024: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 9025: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 9026: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 9027: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 9028: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 9029: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 9030: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 9031: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 9032: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 9033: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
! 9034: const IDENT
! 9035:
! 9036: * src/: include/pa_array.h, include/pa_pool.h,
! 9037: include/pa_request.h, include/pa_string.h, include/pa_table.h,
! 9038: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
! 9039: types/pa_wcontext.h: more warnings --
! 9040:
! 9041: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
! 9042: classes/file.C, classes/hash.C, classes/hashfile.C,
! 9043: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 9044: classes/memory.C, classes/op.C, classes/string.C,
! 9045: classes/table.C, classes/xdoc.C, classes/xnode.C,
! 9046: include/pa_config_includes.h, include/pa_operation.h,
! 9047: include/pa_sql_connection.h, include/pa_table.h,
! 9048: include/pa_types.h, lib/ltdl/config_fixed.h,
! 9049: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
! 9050: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
! 9051: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
! 9052: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
! 9053: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
! 9054: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
! 9055: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
! 9056: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
! 9057: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
! 9058: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
! 9059: types/pa_vmail.C, types/pa_vobject.C,
! 9060: types/pa_vstateless_class.h, types/pa_vtable.C,
! 9061: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
! 9062: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
! 9063: on all projects (except libltdl=off & libsdbm=level3) found
! 9064: several unitialized vars
! 9065:
! 9066: 2003-11-19 paf
! 9067:
! 9068: * src/classes/op.C: more ansi C++ comp
! 9069:
! 9070: * operators.txt, src/classes/op.C, src/include/pa_request.h,
! 9071: src/main/pa_request.C: ^cache[...]{body}{catch block with
! 9072: $exception.handled[cache] meaning "get expired cache, if any.
! 9073: else error"}
! 9074:
! 9075: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
! 9076: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
! 9077: ^cache[...]{body}{catch code with $exception.cache field}
! 9078:
! 9079: 2003-11-12 paf
! 9080:
! 9081: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
! 9082: [copy/paste bug]
! 9083:
! 9084: 2003-11-11 paf
! 9085:
! 9086: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
! 9087: failed]
! 9088:
! 9089: * bin/auto.p.dist.in: colno
! 9090:
! 9091: 2003-11-10 paf
! 9092:
! 9093: * src/types/pa_vconsole.h: flush
! 9094:
! 9095: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
! 9096: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
! 9097: read/write [for nntp]
! 9098:
! 9099: * operators.txt: mysql: transaction support: ?autocommit=0
! 9100:
! 9101: * operators.txt: comment: updated
! 9102:
! 9103: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
! 9104: serialize version and exipire now removes entries
! 9105:
! 9106: * operators.txt: ^hashfile.delete[] removes files altogether [and
! 9107: dir, if could]
! 9108:
! 9109: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
! 9110: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
! 9111: removes files altogether [and dir, if could]
! 9112:
! 9113: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
! 9114: nonexistent pair. .c coded that that was error. fixed
! 9115:
! 9116: * src/types/pa_vhashfile.C: sdbm: exception type change to
! 9117: file.access [regretfull can't split it to different exceptions
! 9118: without modifying sdbm source wich would prefer not to]
! 9119:
! 9120: 2003-11-07 paf
! 9121:
! 9122: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 9123: classes/hashfile.C, classes/image.C, classes/table.C,
! 9124: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
! 9125: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
! 9126: main/execute.C, main/main.vcproj, main/pa_pool.C,
! 9127: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
! 9128: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
! 9129: types/pa_vstateless_class.h: resurrected: pool idea. now only for
! 9130: destructing objects at request processing end
! 9131:
! 9132: 2003-11-06 paf
! 9133:
! 9134: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
! 9135: updates
! 9136:
! 9137: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
! 9138: to include sdbm
! 9139:
! 9140: * src/include/: pa_config_includes.h, pa_version.h: our
! 9141: replacements of max& co only for cpp
! 9142:
! 9143: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
! 9144: upper dir, .am updated
! 9145:
! 9146: * tests/todo.txt: hashfile: done
! 9147:
! 9148: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
! 9149: expiration [time in value. todo: move time to key]
! 9150:
! 9151: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
! 9152:
! 9153: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
! 9154: to do that in foreach, no errors, but surely wrong]
! 9155:
! 9156: * operators.txt, src/types/pa_vhashfile.C,
! 9157: src/types/pa_vhashfile.h: hashfile: clear and proper locking
! 9158:
! 9159: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
! 9160: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
! 9161: foreach
! 9162:
! 9163: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
! 9164: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
! 9165:
! 9166: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
! 9167: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
! 9168:
! 9169: * src/include/pa_memory.h, src/targets/cgi/parser3.C,
! 9170: src/types/pa_value.C, src/types/pa_value.h,
! 9171: src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
! 9172: src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
! 9173: implemented get/put [raw]
! 9174:
! 9175: * src/: classes/op.C, main/pa_os.C: just linked
! 9176:
! 9177: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
! 9178: XmlException changes
! 9179:
! 9180: * src/: include/pa_charset.h, include/pa_globals.h,
! 9181: include/pa_stylesheet_connection.h, main/pa_exception.C:
! 9182: XmlException changes
! 9183:
! 9184: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
! 9185:
! 9186: * src/: include/pa_common.h, include/pa_exception.h,
! 9187: main/main.vcproj, main/pa_common.C, include/pa_os.h,
! 9188: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
! 9189: main/pa_xml_exception.C: locking move to pa_os [along with
! 9190: pa_sleep] apr-impl locking done
! 9191:
! 9192: * configure, configure.in, operators.txt, parser3.sln,
! 9193: src/classes/classes.vcproj, src/classes/hashfile.C,
! 9194: src/classes/xdoc.C, src/include/pa_config_fixed.h,
! 9195: src/include/pa_exception.h, src/include/pa_globals.h,
! 9196: src/include/pa_memory.h, src/include/pa_version.h,
! 9197: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
! 9198: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
! 9199: src/main/compile.tab.C, src/main/main.vcproj,
! 9200: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
! 9201: src/types/Makefile.am, src/types/pa_vhash.C,
! 9202: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
! 9203: src/types/pa_vxnode.h, src/types/types.vcproj,
! 9204: www/htdocs/.htaccess: hashfile: started again with sdbm from
! 9205: apache
! 9206:
! 9207: 2003-11-05 paf
! 9208:
! 9209: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
! 9210: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
! 9211: \parser3project dir anymore
! 9212:
! 9213: * src/main/pa_charset.C: bugfix: had broken binary search [copied
! 9214: thoughtlessly from xalan]
! 9215:
! 9216: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
! 9217: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
! 9218: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
! 9219:
! 9220: * src/main/helpers/CaseFolding.txt:
! 9221: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
! 9222:
! 9223: 2003-11-04 paf
! 9224:
! 9225: * operators.txt: comment: ^mail:send[$.options[
! 9226:
! 9227: * src/classes/table.C: compiled on unix
! 9228:
! 9229: * src/classes/Makefile.am: classes.C to rebuild last
! 9230:
! 9231: * src/classes/mail.C: compiled on unix
! 9232:
! 9233: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
! 9234: src/types/pa_vmail.h: !^mail:send[
! 9235: $.options[unix: string to append to sendmail command
! 9236: line]
! 9237:
! 9238: * operators.txt, src/classes/table.C, src/main/pa_string.C,
! 9239: tests/todo.txt: ^table.save[... $.separator[^#09]
! 9240: $.encloser["] <nothing> by default
! 9241:
! 9242: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
! 9243: !$.separator[^#09] !$.encloser["] <nothing> by
! 9244: default
! 9245:
! 9246: 2003-11-03 paf
! 9247:
! 9248: * operators.txt, src/classes/table.C, src/main/pa_common.C:
! 9249: ^table::load[; options: !$.column-separator[^#09]
! 9250: !$.column-encloser["]
! 9251:
! 9252: * operators.txt, src/include/pa_config_fixed.h,
! 9253: src/types/pa_vrequest.C: $request:document-root
! 9254:
! 9255: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
! 9256: [already included into uri=xxx]
! 9257:
! 9258: * operators.txt, src/classes/image.C, tests/todo.txt,
! 9259: www/htdocs/auto.p: ^image.gif[filename] for $response:download
! 9260:
! 9261: * src/classes/date.C: minor precaution
! 9262:
! 9263: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
! 9264: !^date.unix-timestamp[]
! 9265:
! 9266: 2003-10-30 paf
! 9267:
! 9268: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
! 9269: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
! 9270:
! 9271: * src/classes/: date.C, image.C: improvement diagnostics:
! 9272: $now[^date::create[$undefined]] now is error
! 9273:
! 9274: * src/main/pa_common.C: read errors would now be reported 'actually
! 9275: read -1 bytes'
! 9276:
! 9277: 2003-10-24 paf
! 9278:
! 9279: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
! 9280: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
! 9281: src/main/Makefile.am, src/targets/cgi/Makefile.am,
! 9282: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
! 9283:
! 9284: 2003-10-22 paf
! 9285:
! 9286: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
! 9287:
! 9288: 2003-10-21 paf
! 9289:
! 9290: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
! 9291: fixed: string.match[g] without <'> option produced columns with
! 9292: NULL's, which gpf'ed at table.save time
! 9293:
! 9294: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
! 9295: recoursion' message with intensive throw-catches fixed: incorrect
! 9296: name and line (one name upper then needed) in error message about
! 9297: problems inside try block
! 9298:
! 9299: 2003-10-10 paf
! 9300:
! 9301: * src/include/pa_string.h, src/main/compile.tab.C,
! 9302: www/htdocs/.htaccess: CORD_chr does not check offset argument for
! 9303: validity did that in String::Body::pos myself
! 9304: http://i2/tasks/edit/?id=4577425257580789777
! 9305:
! 9306: 2003-10-07 paf
! 9307:
! 9308: * src/main/: compile.tab.C, compile.y: ^if ( better error:
! 9309: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
! 9310:
! 9311: 2003-10-03 paf
! 9312:
! 9313: * parser3.sln, src/include/pa_dictionary.h,
! 9314: src/main/pa_dictionary.C, src/main/pa_string.C,
! 9315: src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
! 9316: optimized by precalculating cstr&length
! 9317:
! 9318: 2003-10-02 paf
! 9319:
! 9320: * src/classes/op.C, src/include/pa_request.h,
! 9321: src/include/pa_stack.h, src/main/execute.C,
! 9322: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 9323: src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
! 9324: ^throw context were saved/restored incompletely
! 9325: http://www.parser.ru/forum/?id=21484
! 9326:
! 9327: 2003-09-30 paf
! 9328:
! 9329: * src/main/pa_string.C: string::replace bug fix [were ignoring
! 9330: occurrances after lang-mismatched
! 9331:
! 9332: 2003-09-29 paf
! 9333:
! 9334: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
! 9335: helper
! 9336:
! 9337: * src/main/pa_string.C: string::serialize bug fix with
! 9338: zero-terminator
! 9339:
! 9340: * src/classes/table.C: ^nameless_table.save column row now has no
! 9341: \t at the end
! 9342:
! 9343: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 9344: @postprocess now takes $response:body/download
! 9345:
! 9346: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
! 9347: error message
! 9348:
! 9349: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
! 9350:
! 9351: * src/classes/table.C: bugfix: flip: must produce nameless
! 9352: http://i2/tasks/edit/?id=4573405524674081244
! 9353:
! 9354: * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
! 9355: mailreceive.eml, mailreceive.html, operators.p,
! 9356: parser-status.html, people.dtd, some.p: removing old tests
! 9357:
! 9358: * src/include/pa_charset.h, src/main/pa_charset.C,
! 9359: src/main/pa_string.C, src/main/helpers/simple_folding.pl,
! 9360: www/htdocs/auto.p: utf-8 upper/lower
! 9361:
! 9362: * src/main/pa_common.C: bugfix: utf signature were not ignored due
! 9363: to typo error http://i2/tasks/edit/?id=4573354650786434584
! 9364:
! 9365: 2003-09-26 paf
! 9366:
! 9367: * src/main/untaint.C: removed needless field
! 9368:
! 9369: * src/main/untaint.C: removed needless const
! 9370:
! 9371: * src/include/pa_string.h, src/main/pa_common.C,
! 9372: src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
! 9373: fixed [omited one-char cases]
! 9374:
! 9375: * src/include/pa_stack.h: bugfix: before collecting garbage,
! 9376: runtime-executor stack were cleared... BADLY
! 9377:
! 9378: * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
! 9379: ^stirng.replace code used old param-convention on langs.append,
! 9380: fixed that search fo the like, found none
! 9381:
! 9382: * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
! 9383: www/htdocs/.htaccess: string::serialize/deserialize implemented
! 9384: Language enum assigned meaningful letters [more convinient for
! 9385: debugging. read warning before adding/changing anything]
! 9386:
! 9387: 2003-09-25 paf
! 9388:
! 9389: * src/: include/pa_string.h, include/pa_version.h,
! 9390: main/pa_string.C, main/untaint.C: templates and anonymous unions
! 9391: differences on unix
! 9392:
! 9393: * parser3.sln, src/classes/file.C, src/classes/image.C,
! 9394: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
! 9395: src/classes/xdoc.C, src/classes/xnode.C,
! 9396: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 9397: src/include/pa_charsets.h, src/include/pa_common.h,
! 9398: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
! 9399: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
! 9400: src/include/pa_table.h, src/lib/cord/cordbscs.c,
! 9401: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
! 9402: src/lib/cord/include/cord.h, src/main/compile.tab.C,
! 9403: src/main/compile_tools.h, src/main/pa_charset.C,
! 9404: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
! 9405: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 9406: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
! 9407: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
! 9408: src/types/pa_vmail.C, src/types/pa_vmath.C,
! 9409: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
! 9410: src/types/pa_vxnode.C, www/htdocs/.htaccess:
! 9411: string_fragments_to_cord merged to HEAD
! 9412:
! 9413: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
! 9414: functions aligned to that of eeparser3 look
! 9415:
! 9416: * src/lib/cord/cordprnt.c: removed warnings
! 9417:
! 9418: 2003-09-24 paf
! 9419:
! 9420: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 9421: classes/op.C, classes/xdoc.C, classes/xnode.C,
! 9422: include/pa_cache_managers.h, include/pa_charset.h,
! 9423: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
! 9424: include/pa_sql_driver_manager.h, include/pa_string.h,
! 9425: include/pa_stylesheet_manager.h, include/pa_table.h,
! 9426: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
! 9427: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
! 9428: main/pa_sql_driver_manager.C, main/pa_string.C,
! 9429: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
! 9430: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
! 9431: types/pa_vstateless_class.h, types/pa_vstatus.C,
! 9432: types/pa_vxnode.C: v() functions of String::Body,
! 9433: String::Languages and String itself StringBody->String::Body
! 9434:
! 9435: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 9436: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
! 9437: never optimized anything. todo: somehow speed up harder cases:
! 9438: concatenationA+concatenationB when last block of A and first of B
! 9439: contain same letters
! 9440:
! 9441: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 9442: lib/cord/include/cord.h: langs: speed up by joining adjucent
! 9443: blocks of same char [CORD_append_block]
! 9444:
! 9445: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 9446: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
! 9447: save space by extending blocks when appending block with c ==
! 9448: lastblock.c
! 9449:
! 9450: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
! 9451: working yet :( but more working &understood :)
! 9452:
! 9453: * src/: classes/table.C, include/pa_string.h,
! 9454: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
! 9455:
! 9456: 2003-09-23 paf
! 9457:
! 9458: * src/main/untaint.C: $a[ok!] $a works!
! 9459:
! 9460: * src/main/untaint.C: something even more works :)
! 9461:
! 9462: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 9463: something more works :)
! 9464:
! 9465: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 9466: lib/cord/cordxtra.c: something already works :)
! 9467:
! 9468: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
! 9469: serialize&deserialize
! 9470:
! 9471: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
! 9472: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
! 9473: main/untaint.C: main idea implemented, details left
! 9474:
! 9475: 2003-09-22 paf
! 9476:
! 9477: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
! 9478:
! 9479: * src/classes/xnode.C: copy/paste comment bugfix
! 9480:
! 9481: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
! 9482: allocator returns 0, just die.
! 9483: http://i2/tasks/edit/?id=4570798492410259445
! 9484:
! 9485: * src/classes/xdoc.C: copy/paste comment bugfix
! 9486:
! 9487: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
! 9488: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
! 9489: xnode: getAttributeNS setAttributeNS removeAttributeNS
! 9490: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
! 9491:
! 9492: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
! 9493: chars due to bitwise operation signed-char error]
! 9494:
! 9495: 2003-09-19 paf
! 9496:
! 9497: * src/types/pa_wcontext.C: output message: more practical
! 9498: suggestion
! 9499:
! 9500: * src/main/pa_common.C, operators.txt: merged
! 9501: $f[^file::load[binary;http://...]] $f.tables
! 9502:
! 9503: 2003-09-02 paf
! 9504:
! 9505: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
! 9506: flush stdout without referencing 'stdout' symbol. to hell with
! 9507: non-ansi libraries without 'stdout' symbol
! 9508:
! 9509: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
! 9510: unix (users reported problems with some old libc)
! 9511:
! 9512: * src/types/pa_vdate.h: forgot initializer
! 9513:
! 9514: 2003-09-01 paf
! 9515:
! 9516: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
! 9517: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
! 9518: zone]
! 9519:
! 9520: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
! 9521:
! 9522: 2003-08-19 paf
! 9523:
! 9524: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
! 9525: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
! 9526: simplified a little
! 9527:
! 9528: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
! 9529: [lost fix from 3.0.8]
! 9530:
! 9531: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
! 9532: visible here }
! 9533:
! 9534: bug fix
! 9535:
! 9536: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
! 9537:
! 9538: * src/main/compile.tab.C: initialized couple of variables about
! 9539: which user reported runtime problems when parser were compiled
! 9540: with VC7, warning level4. study shows that later in bison
! 9541: they've fixed that. would migrate to latest bison someday
! 9542:
! 9543: * src/types/pa_vmail.C: turned off recoding in gmime (were still
! 9544: recoding headers)
! 9545:
! 9546: * src/types/pa_vmail.C: works as before, same charset problems:
! 9547: gmime recodes to UTF-8 only headers, not body. so not recoding
! 9548: anything for now
! 9549:
! 9550: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
! 9551: problems with body
! 9552:
! 9553: * src/types/pa_vmail.C: mail_receive just compiled
! 9554:
! 9555: 2003-08-18 paf
! 9556:
! 9557: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
! 9558: main/main.vcproj, types/types.vcproj: win32: continued process
! 9559: detaching from \parser3project directory
! 9560:
! 9561: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
! 9562: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
! 9563: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
! 9564: src/lib/pcre/pcre_dftables.dsp,
! 9565: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
! 9566: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
! 9567: src/types/types.dsp: moved to MSVC 7
! 9568:
! 9569: * gnu.vcproj.vspscc, parser3.vssscc,
! 9570: src/classes/classes.vcproj.vspscc,
! 9571: src/lib/cord/cord.vcproj.vspscc,
! 9572: src/lib/ltdl/libltdl.vcproj.vspscc,
! 9573: src/lib/md5/md5.vcproj.vspscc,
! 9574: src/lib/pcre/pcre_dftables.vcproj.vspscc,
! 9575: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
! 9576: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
! 9577: src/targets/isapi/parser3isapi.vcproj.vspscc,
! 9578: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
! 9579: moved to MSVC 7
! 9580:
! 9581: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
! 9582: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
! 9583: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 9584: src/lib/pcre/pcre_dftables.vcproj,
! 9585: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
! 9586: src/targets/cgi/parser3.vcproj,
! 9587: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
! 9588: new VS project files
! 9589:
! 9590: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
! 9591: .NET to detect Jalindi Igloo capabilities.
! 9592:
! 9593: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
! 9594: src/classes/classes.awk, src/doc/footer.htm,
! 9595: src/include/pa_config_fixed.h, src/include/pa_version.h,
! 9596: src/lib/Makefile.am, src/main/compile.tab.C,
! 9597: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
! 9598: src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
! 9599: merged 3.1.0 latest changes
! 9600:
! 9601: 2003-08-15 paf
! 9602:
! 9603: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
! 9604: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
! 9605:
! 9606: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
! 9607: non-ascii <yyy> now encoded correctly
! 9608:
! 9609: 2003-07-29 paf
! 9610:
! 9611: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
! 9612: dist
! 9613:
! 9614: * src/types/pa_vmail.C: just started --with-mail-receive
! 9615:
! 9616: 2003-07-28 paf
! 9617:
! 9618: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
! 9619: dependence in src/classes, src/lib/gc now in dist
! 9620:
! 9621: * src/main/pa_string.C: ^cache bug fix [were not working at all]
! 9622:
! 9623: 2003-07-25 paf
! 9624:
! 9625: * src/doc/footer.htm: year
! 9626:
! 9627: 2003-07-24 paf
! 9628:
! 9629: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
! 9630: fix
! 9631:
! 9632: * src/include/pa_version.h: release
! 9633:
! 9634: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
! 9635:
! 9636: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
! 9637: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
! 9638: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
! 9639: getting rid of win32xml pseudo project
! 9640:
! 9641: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
! 9642:
! 9643: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
! 9644: configure.in, operators.txt, parser3.dsw,
! 9645: etc/parser3.charsets/koi8-r.cfg,
! 9646: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
! 9647: src/classes/classes.C, src/classes/classes.awk,
! 9648: src/classes/classes.dsp, src/classes/classes.h,
! 9649: src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 9650: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
! 9651: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 9652: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
! 9653: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 9654: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 9655: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
! 9656: src/doc/string.dox, src/include/Makefile.am,
! 9657: src/include/pa_array.h, src/include/pa_cache_managers.h,
! 9658: src/include/pa_charset.h, src/include/pa_charsets.h,
! 9659: src/include/pa_common.h, src/include/pa_config_auto.h.in,
! 9660: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
! 9661: src/include/pa_dictionary.h, src/include/pa_dir.h,
! 9662: src/include/pa_exception.h, src/include/pa_exec.h,
! 9663: src/include/pa_globals.h, src/include/pa_hash.h,
! 9664: src/include/pa_memory.h, src/include/pa_opcode.h,
! 9665: src/include/pa_operation.h, src/include/pa_pool.h,
! 9666: src/include/pa_pragma_pack_begin.h,
! 9667: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
! 9668: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
! 9669: src/include/pa_sapi.h, src/include/pa_socks.h,
! 9670: src/include/pa_sql_connection.h,
! 9671: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
! 9672: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
! 9673: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
! 9674: src/include/pa_threads.h, src/include/pa_types.h,
! 9675: src/include/pa_uue.h, src/lib/Makefile.am,
! 9676: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
! 9677: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
! 9678: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
! 9679: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
! 9680: src/lib/cord/include/ec.h,
! 9681: src/lib/cord/include/private/Makefile.am,
! 9682: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
! 9683: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
! 9684: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
! 9685: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
! 9686: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
! 9687: src/main/compile_tools.C, src/main/compile_tools.h,
! 9688: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
! 9689: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 9690: src/main/pa_charsets.C, src/main/pa_common.C,
! 9691: src/main/pa_dictionary.C, src/main/pa_dir.C,
! 9692: src/main/pa_exception.C, src/main/pa_exec.C,
! 9693: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
! 9694: src/main/pa_request.C, src/main/pa_socks.C,
! 9695: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 9696: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
! 9697: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
! 9698: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
! 9699: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
! 9700: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
! 9701: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 9702: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
! 9703: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
! 9704: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
! 9705: src/targets/isapi/parser3isapi.dsp,
! 9706: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
! 9707: src/types/pa_junction.h, src/types/pa_method.h,
! 9708: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
! 9709: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 9710: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 9711: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 9712: src/types/pa_vdouble.h, src/types/pa_venv.h,
! 9713: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
! 9714: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
! 9715: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 9716: src/types/pa_vint.h, src/types/pa_vjunction.h,
! 9717: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
! 9718: src/types/pa_vmath.h, src/types/pa_vmemory.h,
! 9719: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 9720: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 9721: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 9722: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 9723: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 9724: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 9725: src/types/pa_vstatus.h, src/types/pa_vstring.C,
! 9726: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 9727: src/types/pa_vtable.h, src/types/pa_vvoid.h,
! 9728: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 9729: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 9730: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 9731: src/types/pa_wwrapper.h, src/types/types.dsp,
! 9732: www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
! 9733: moved tempate_gc to HEAD
! 9734:
! 9735: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
! 9736: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
! 9737: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
! 9738: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
! 9739: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
! 9740: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
! 9741: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
! 9742: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
! 9743: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
! 9744: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
! 9745: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
! 9746: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
! 9747: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
! 9748: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
! 9749: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
! 9750: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
! 9751: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
! 9752: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
! 9753: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
! 9754: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
! 9755: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
! 9756: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
! 9757: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
! 9758: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
! 9759: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
! 9760: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
! 9761: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
! 9762: outputs/create-dir, results/001.processed, results/002.processed,
! 9763: results/003.processed, results/004.processed,
! 9764: results/005.processed, results/006.processed,
! 9765: results/007.processed, results/008.processed,
! 9766: results/009.processed, results/010.processed,
! 9767: results/011.processed, results/012.processed,
! 9768: results/013.processed, results/014.processed,
! 9769: results/015.processed, results/016.processed,
! 9770: results/017.processed, results/018.processed,
! 9771: results/019.processed, results/020.processed,
! 9772: results/021.processed, results/022.processed,
! 9773: results/023.processed, results/024.processed,
! 9774: results/025.processed, results/026.processed,
! 9775: results/027.processed, results/028.processed,
! 9776: results/029.processed, results/030.processed,
! 9777: results/031.processed, results/032.processed,
! 9778: results/033.processed, results/034.processed,
! 9779: results/035.processed, results/036.processed,
! 9780: results/037.processed, results/038.processed,
! 9781: results/039.processed, results/040.processed,
! 9782: results/041.processed, results/042.processed,
! 9783: results/043.processed, results/044.processed,
! 9784: results/045.processed, results/046.processed,
! 9785: results/047.processed, results/048.processed,
! 9786: results/049.processed, results/050.processed,
! 9787: results/051.processed, results/052.processed,
! 9788: results/053.processed, results/054.processed,
! 9789: results/055.processed, results/056.processed,
! 9790: results/057.processed, results/058.processed,
! 9791: results/059.processed, results/060.processed,
! 9792: results/061.processed, results/062.processed,
! 9793: results/063.processed, results/064.processed,
! 9794: results/065.processed, results/066.processed,
! 9795: results/067.processed, results/068.processed,
! 9796: results/069.processed, results/070.processed,
! 9797: results/071.processed, results/072.processed,
! 9798: results/073.processed, results/074.processed,
! 9799: results/075.processed, results/076.processed,
! 9800: results/077.processed, results/078.processed,
! 9801: results/079.processed, results/080.processed,
! 9802: results/081.processed, results/082.processed,
! 9803: results/083.processed, results/084.processed,
! 9804: results/085.processed, results/086.processed,
! 9805: results/087.processed, results/088.processed,
! 9806: results/089.processed, results/090.processed,
! 9807: results/091.processed, results/092.processed,
! 9808: results/093.processed, results/094.processed,
! 9809: results/095.processed, results/096.processed,
! 9810: results/097.processed, results/098.processed,
! 9811: results/099.processed, results/100.processed,
! 9812: results/101.processed, results/102.processed,
! 9813: results/103.processed, results/104.processed,
! 9814: results/105.processed, results/106.processed,
! 9815: results/107.processed, results/108.processed,
! 9816: results/109.processed, results/110.processed,
! 9817: results/111.processed, results/112.processed,
! 9818: results/113.processed, results/114.processed,
! 9819: results/115.processed, results/116.processed,
! 9820: results/117.processed, results/118.processed,
! 9821: results/119.processed, results/120.processed,
! 9822: results/121.processed, results/122.processed,
! 9823: results/123.processed, results/124.processed,
! 9824: results/125.processed, results/126.processed,
! 9825: results/127.processed, results/128.processed,
! 9826: results/129.processed, results/130.processed,
! 9827: results/131.processed, results/132.processed,
! 9828: results/133.processed, results/134.processed,
! 9829: results/135.processed, results/136.processed,
! 9830: results/137.processed, results/138.processed,
! 9831: results/139.processed, results/140.processed,
! 9832: results/141.processed: merged(copied) to HEAD from template_gc
! 9833:
! 9834: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
! 9835: towards \parser3project not having to be in root
! 9836:
! 9837: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
! 9838: module compiled [were minor unnecessary changes in lib/md5
! 9839: interface]
! 9840:
! 9841: * src/include/pa_version.h: release
! 9842:
! 9843: * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
! 9844: relative paths to xml&gc libs
! 9845:
! 9846: * src/classes/math.C: merged uuid bugfix
! 9847:
! 9848: * tests/: 141.html, results/141.processed: fixed bug with
! 9849: too-small-a-buffer
! 9850:
! 9851: * src/classes/math.C: uuid bugfix
! 9852:
! 9853: * tests/: 141.html, Makefile, results/005.processed,
! 9854: results/030.processed, results/075.processed,
! 9855: results/078.processed: to reflect date format change (were -
! 9856: become ' ')
! 9857:
! 9858: * src/classes/math.C: uuid bugfix
! 9859:
! 9860: * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
! 9861: paths for libxml debug/release changes
! 9862:
! 9863: * src/lib/md5/pa_md5c.c: PA_ -> pa_
! 9864:
! 9865: 2003-07-23 paf
! 9866:
! 9867: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
! 9868: renamed a little [to move to comman naming conv]
! 9869:
! 9870: * src/targets/Makefile.am: apache13 splitted to simplify apache
! 9871: build
! 9872:
! 9873: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
! 9874: main/pa_request.C, main/pa_sql_driver_manager.C,
! 9875: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
! 9876: stack top_index() fixed
! 9877:
! 9878: * src/main/pa_globals.C: minor style changes
! 9879:
! 9880: * src/: classes/op.C, include/pa_sql_connection.h: connection
! 9881: closing/caching fixed [connections were not closed/put to cache]
! 9882:
! 9883: 2003-07-22 paf
! 9884:
! 9885: * INSTALL: gc part updated stightly
! 9886:
! 9887: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
! 9888: new sapi interface
! 9889:
! 9890: * src/classes/file.C: comment on OS
! 9891:
! 9892: * src/main/pa_string.C: removed reduntant invariant check [there is
! 9893: one deeper in cord lib]
! 9894:
! 9895: * src/main/pa_exec.C: on win32 bugfix in handling shbang
! 9896:
! 9897: * src/main/pa_memory.C: out of memory is no longer coredump
! 9898:
! 9899: * INSTALL: disable-threads adviced
! 9900:
! 9901: 2003-07-21 paf
! 9902:
! 9903: * src/classes/Makefile.am: removed circular dependency on classes.C
! 9904:
! 9905: * src/classes/file.C: file::exec/cgi environment variables now must
! 9906: be UPPERCASE and A-Z 0-9 _-
! 9907:
! 9908: * src/classes/file.C: env passing fixed
! 9909:
! 9910: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
! 9911:
! 9912: * src/main/pa_common.C: http:// CRLF now
! 9913:
! 9914: 2003-07-02 paf
! 9915:
! 9916: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
! 9917: fields to reflect their real meaning
! 9918:
! 9919: 2003-06-27 paf
! 9920:
! 9921: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
! 9922: include/pa_hash.h, main/pa_charset.C: merged from HEAD
! 9923: file::exec/cgi .charset
! 9924:
! 9925: 2003-06-26 paf
! 9926:
! 9927: * ChangeLog, src/classes/file.C, src/classes/hash.C,
! 9928: src/classes/image.C, src/classes/op.C, src/classes/string.C,
! 9929: src/classes/table.C, www/htdocs/.htaccess: fixed several
! 9930: uninitialized local structures. notably ^hash.foreach now
! 9931: inserts delimiters properly [were inserting it before first body]
! 9932:
! 9933: 2003-06-24 paf
! 9934:
! 9935: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
! 9936:
! 9937: 2003-06-20 paf
! 9938:
! 9939: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
! 9940: src/main/pa_globals.C: introducing
! 9941: $f[^file::load[binary;http://...]] $f.tables
! 9942:
! 9943: 2003-06-06 paf
! 9944:
! 9945: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
! 9946: table. [were method lookup: inconsistent]
! 9947:
! 9948: 2003-06-02 paf
! 9949:
! 9950: * src/include/pa_memory.h: empty string clone fixed to return
! 9951: writable memory
! 9952:
! 9953: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
! 9954: were not appended] which violated string invariant
! 9955:
! 9956: 2003-05-30 paf
! 9957:
! 9958: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
! 9959: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
! 9960:
! 9961: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
! 9962: GMT ; RFC 822, updated by RFC 1123
! 9963:
! 9964: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
! 9965: targets/isapi/parser3isapi.C: initialized request_info properly
! 9966:
! 9967: * src/classes/xnode.C: found minor bug, commended for future
! 9968:
! 9969: 2003-05-28 paf
! 9970:
! 9971: * src/classes/form.C: request_info.content_length can't be <0,
! 9972: size_t for some time
! 9973:
! 9974: 2003-05-26 paf
! 9975:
! 9976: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
! 9977: forgotten <0 changed to !=STRING_NOT_FOUND
! 9978:
! 9979: * src/classes/math.C: merged ffffu from HEAD
! 9980:
! 9981: 2003-05-11 paf
! 9982:
! 9983: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
! 9984:
! 9985: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
! 9986: premature doc free. transformed document had xmlDoc reference
! 9987: stored to non-gc-memory (libgdome) added holding-reference
! 9988:
! 9989: 2003-04-29 paf
! 9990:
! 9991: * src/main/pa_globals.C: started digging on double free. on win32
! 9992: found that that's perfectly normal.
! 9993:
! 9994: 2003-04-25 paf
! 9995:
! 9996: * src/classes/table.C: table.join bug fix [bad limit check]
! 9997:
! 9998: * src/classes/math.C: merged from HEAD: simpiler hash_string
! 9999:
! 10000: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
! 10001: print anything. changed to quicker and simplier code
! 10002:
! 10003: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
! 10004: strict a check]
! 10005:
! 10006: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
! 10007:
! 10008: 2003-04-24 paf
! 10009:
! 10010: * src/include/pa_table.h: too strict assert loosened
! 10011:
! 10012: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
! 10013: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
! 10014: report
! 10015:
! 10016: 2003-04-21 paf
! 10017:
! 10018: * src/targets/cgi/Makefile.am: pp3 added to .am
! 10019:
! 10020: * src/main/pa_globals.C: pcre memory management changed to use GC
! 10021: memory
! 10022:
! 10023: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
! 10024: xmlMallocAtomic [author agreed to my suggestion], used that
! 10025:
! 10026: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
! 10027:
! 10028: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
! 10029: types/pa_vmail.C: attributed_meaning_to_string added
! 10030: L_UNSPECIFIED piece which was sortof OK, but violated string
! 10031: invariant [assertion barked on that] changed to L_PASS_APPEND,
! 10032: made that param obligatory
! 10033:
! 10034: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
! 10035: fixed [assert helped]
! 10036:
! 10037: * src/include/pa_string.h: assert added [looking for bug]
! 10038:
! 10039: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
! 10040: names on Win32 considered disk-global
! 10041:
! 10042: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
! 10043: considered disk-global
! 10044:
! 10045: 2003-04-18 paf
! 10046:
! 10047: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
! 10048: filenames
! 10049:
! 10050: * src/main/untaint.C: enabled '~' letter in filenames
! 10051:
! 10052: 2003-04-16 paf
! 10053:
! 10054: * src/classes/file.C: small bug introduced in autoptr times fixed
! 10055:
! 10056: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
! 10057: HEAD
! 10058:
! 10059: * src/classes/table.C: fix: gcc reported tiny error
! 10060:
! 10061: 2003-04-15 paf
! 10062:
! 10063: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
! 10064: src/lib/md5/pa_md5c.c, tests/141.html,
! 10065: tests/results/141.processed, www/htdocs/.htaccess: merged from
! 10066: head ^math:uuid[] ^math:uid64[] ^math:md5[string]
! 10067:
! 10068: test added: 141.html
! 10069:
! 10070: * operators.txt, src/classes/math.C: ^math:uid64[]
! 10071:
! 10072: * src/classes/math.C: ^math:uuid[]
! 10073:
! 10074: * operators.txt, src/classes/math.C: ^math:uuid[]
! 10075:
! 10076: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
! 10077: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
! 10078:
! 10079: * operators.txt, src/classes/file.C, src/include/pa_common.h,
! 10080: src/include/pa_config_fixed.h, src/main/pa_common.C:
! 10081: ^file::load[mode;name; $.offset $.limit
! 10082:
! 10083: 2003-04-14 paf
! 10084:
! 10085: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
! 10086: started ^math:md5
! 10087:
! 10088: * src/classes/table.C, src/include/pa_array.h,
! 10089: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
! 10090: tests/results/140.processed: table $.reverse option works in
! 10091: create&co table $.distinct[tables] bug fix merged
! 10092:
! 10093: * src/: classes/table.C, include/pa_table.h: table
! 10094: $.distinct[tables] bug fixed
! 10095:
! 10096: * src/classes/table.C: more warnings
! 10097:
! 10098: * src/include/pa_array.h, src/include/pa_table.h,
! 10099: src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
! 10100: table::set_current, moved them back to table::locate implemented
! 10101: table::create/join ñ $.reverse
! 10102:
! 10103: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
! 10104: removed checks in table::set_current, moved them back to
! 10105: table::locate
! 10106:
! 10107: 2003-04-11 paf
! 10108:
! 10109: * operators.txt, src/classes/date.C, src/classes/table.C,
! 10110: src/include/pa_array.h, src/include/pa_common.h,
! 10111: src/include/pa_config_includes.h, src/include/pa_string.h,
! 10112: src/include/pa_table.h, src/main/pa_request.C,
! 10113: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 10114: src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
! 10115: before_append_array_limit_sense_change to
! 10116: after_append_array_limit_sense_change
! 10117:
! 10118: * src/classes/table.C: typo
! 10119:
! 10120: * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
! 10121: src/classes/table.C, src/include/pa_array.h,
! 10122: src/include/pa_common.h, src/include/pa_config_includes.h,
! 10123: src/include/pa_globals.h, src/include/pa_table.h,
! 10124: src/main/pa_array.C, src/main/pa_globals.C,
! 10125: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 10126: src/main/pa_string.C, src/main/pa_table.C:
! 10127: append_array_limit_sense_change locate accepts options same as
! 10128: create new option: $.reverse(1) [do not work in table::create]
! 10129:
! 10130: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
! 10131: (stat xxx,
! 10132:
! 10133: * src/classes/: table.C: typo
! 10134:
! 10135: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
! 10136: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
! 10137: results/130.processed, results/131.processed,
! 10138: results/132.processed, results/133.processed,
! 10139: results/134.processed, results/135.processed,
! 10140: results/136.processed, results/137.processed,
! 10141: results/138.processed, results/139.processed: added few mustfail
! 10142: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
! 10143: date/time 132.html mustfail: access to junction outside of
! 10144: context 133.html mustfail: access to junction outside of context,
! 10145: case version 134.html mustfail: hash: adding a key inside of
! 10146: foreach 135.html mustfail: modifying system class 136.html
! 10147: mustfail: $.name outside of $hash[here] 137.html mustfail:
! 10148: appendChild without import 138.html mustfail: invalid encoding
! 10149: inside of xml 139.html mustfail: bad XPath
! 10150:
! 10151: * operators.txt, src/classes/table.C, tests/084.html,
! 10152: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
! 10153: tests/129.html, tests/results/125.processed,
! 10154: tests/results/126.processed, tests/results/127.processed,
! 10155: tests/results/128.processed, tests/results/129.processed: merged
! 10156: from HEAD ^table.hash[key][$.distinct[tables]]
! 10157:
! 10158: maked appropriate tests [changed one old nonconforming]
! 10159:
! 10160: * operators.txt, src/classes/table.C:
! 10161: ^table.hash[key][$.distinct[tables]]
! 10162:
! 10163: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
! 10164: merged fix for found very old xml (dom) bug: were passing
! 10165: domString objects and later ERROREOUSLY freed them
! 10166:
! 10167: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
! 10168: src/main/pa_charset.C: re-added libgdome patch. regretfully
! 10169: libgdome bug can not be worked around
! 10170:
! 10171: 2003-04-10 paf
! 10172:
! 10173: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
! 10174: found very old xml (dom) bug: were passing domString objects and
! 10175: later ERROREOUSLY freed them
! 10176:
! 10177: * src/doc/string.dox, src/include/pa_memory.h,
! 10178: src/include/pa_string.h, src/lib/cord/cordbscs.c,
! 10179: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
! 10180: tests/123.html, tests/124.html, tests/results/001.processed,
! 10181: tests/results/002.processed, tests/results/003.processed,
! 10182: tests/results/004.processed, tests/results/005.processed,
! 10183: tests/results/006.processed, tests/results/008.processed,
! 10184: tests/results/009.processed, tests/results/010.processed,
! 10185: tests/results/011.processed, tests/results/012.processed,
! 10186: tests/results/013.processed, tests/results/014.processed,
! 10187: tests/results/015.processed, tests/results/016.processed,
! 10188: tests/results/017.processed, tests/results/018.processed,
! 10189: tests/results/020.processed, tests/results/021.processed,
! 10190: tests/results/022.processed, tests/results/023.processed,
! 10191: tests/results/024.processed, tests/results/025.processed,
! 10192: tests/results/026.processed, tests/results/027.processed,
! 10193: tests/results/028.processed, tests/results/029.processed,
! 10194: tests/results/030.processed, tests/results/031.processed,
! 10195: tests/results/032.processed, tests/results/033.processed,
! 10196: tests/results/034.processed, tests/results/035.processed,
! 10197: tests/results/036.processed, tests/results/037.processed,
! 10198: tests/results/038.processed, tests/results/039.processed,
! 10199: tests/results/040.processed, tests/results/041.processed,
! 10200: tests/results/042.processed, tests/results/043.processed,
! 10201: tests/results/044.processed, tests/results/045.processed,
! 10202: tests/results/046.processed, tests/results/047.processed,
! 10203: tests/results/048.processed, tests/results/049.processed,
! 10204: tests/results/050.processed, tests/results/051.processed,
! 10205: tests/results/052.processed, tests/results/053.processed,
! 10206: tests/results/054.processed, tests/results/055.processed,
! 10207: tests/results/056.processed, tests/results/057.processed,
! 10208: tests/results/058.processed, tests/results/059.processed,
! 10209: tests/results/060.processed, tests/results/061.processed,
! 10210: tests/results/062.processed, tests/results/063.processed,
! 10211: tests/results/064.processed, tests/results/065.processed,
! 10212: tests/results/066.processed, tests/results/067.processed,
! 10213: tests/results/068.processed, tests/results/069.processed,
! 10214: tests/results/070.processed, tests/results/071.processed,
! 10215: tests/results/072.processed, tests/results/073.processed,
! 10216: tests/results/074.processed, tests/results/075.processed,
! 10217: tests/results/076.processed, tests/results/077.processed,
! 10218: tests/results/078.processed, tests/results/079.processed,
! 10219: tests/results/080.processed, tests/results/081.processed,
! 10220: tests/results/082.processed, tests/results/083.processed,
! 10221: tests/results/084.processed, tests/results/085.processed,
! 10222: tests/results/086.processed, tests/results/087.processed,
! 10223: tests/results/088.processed, tests/results/089.processed,
! 10224: tests/results/090.processed, tests/results/091.processed,
! 10225: tests/results/092.processed, tests/results/093.processed,
! 10226: tests/results/094.processed, tests/results/095.processed,
! 10227: tests/results/096.processed, tests/results/097.processed,
! 10228: tests/results/101.processed, tests/results/102.processed,
! 10229: tests/results/104.processed, tests/results/105.processed,
! 10230: tests/results/106.processed, tests/results/107.processed,
! 10231: tests/results/108.processed, tests/results/109.processed,
! 10232: tests/results/110.processed, tests/results/111.processed,
! 10233: tests/results/112.processed, tests/results/113.processed,
! 10234: tests/results/114.processed, tests/results/115.processed,
! 10235: tests/results/116.processed, tests/results/117.processed,
! 10236: tests/results/118.processed, tests/results/119.processed,
! 10237: tests/results/120.processed, tests/results/121.processed,
! 10238: tests/results/122.processed, tests/results/123.processed,
! 10239: tests/results/124.processed: new convention: char* never 0.
! 10240: assert in cord on that
! 10241:
! 10242: * src/main/pa_charset.C: couple more asserts
! 10243:
! 10244: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
! 10245: speedup
! 10246:
! 10247: * src/main/pa_charset.C: couple assertions on fantastic situations
! 10248: added [may be those is the case now?]
! 10249:
! 10250: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
! 10251: that's memory from gc_malloc, not from g_malloc :(, but would
! 10252: hope]
! 10253:
! 10254: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
! 10255: that's memory from gc_malloc, not from g_malloc :(, but would
! 10256: hope]
! 10257:
! 10258: * src/main/pa_charset.C: checked custom malloc for returning 0
! 10259:
! 10260: 2003-04-09 paf
! 10261:
! 10262: * src/classes/date.C: merged ^date.roll changes
! 10263:
! 10264: * src/classes/date.C: ^date.roll bug fix
! 10265:
! 10266: * src/classes/date.C: ^date.roll now throws less errors: month
! 10267: shifts handles end of month situation by reducing day number
! 10268: hour-hole shift reduces hour to recover
! 10269:
! 10270: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
! 10271: Sort by function time
! 10272:
! 10273: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
! 10274: http:// $.charset[] param done
! 10275:
! 10276: * tests/: 122.html, results/122.processed: 122 date test <= and ==
! 10277: added [after volatile fix. passes on win&intel-solaris]
! 10278:
! 10279: 2003-04-08 paf
! 10280:
! 10281: * src/: classes/file.C, classes/op.C, classes/table.C,
! 10282: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
! 10283: include/pa_common.h, include/pa_request_charsets.h,
! 10284: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 10285: main/pa_exec.C, main/pa_request.C, main/untaint.C,
! 10286: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
! 10287: types/pa_vresponse.C: started http:// $.charset[] param and
! 10288: http response charset detection just compiled. todo:test
! 10289:
! 10290: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
! 10291:
! 10292: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 10293: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
! 10294: types/pa_vmail.C: changed transcode param converntion along with
! 10295: string creating convention -- all strings are zero-terminated,
! 10296: this allowed to fix one remaining String("123", 2) case
! 10297:
! 10298: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 10299: classes/op.C, classes/string.C, classes/table.C,
! 10300: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
! 10301: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
! 10302: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
! 10303: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
! 10304: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
! 10305: violated String::invariant. started fixing [not compiled now]
! 10306:
! 10307: * src/classes/string.C, src/include/pa_string.h,
! 10308: src/lib/cord/cordbscs.c, src/main/compile.tab.C,
! 10309: src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
! 10310: src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
! 10311: style improvements & optimizations
! 10312:
! 10313: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
! 10314: :(]
! 10315:
! 10316: * src/main/untaint.C: removed redundant & in CORD_pos param passing
! 10317: [for it's a pointer really]
! 10318:
! 10319: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
! 10320: 'n' param. worked that around
! 10321:
! 10322: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
! 10323: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
! 10324: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
! 10325: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
! 10326: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
! 10327:
! 10328: Thanks for the bug report and patch.
! 10329:
! 10330: I hadn't looked at this code in a while. Reading it now, it
! 10331: seems to me that the tests should also be ">= MAX_DEPTH" to
! 10332: comply with the invariant, though that may not matter a lot. I
! 10333: changed that, too.
! 10334:
! 10335: Hans
! 10336:
! 10337: 2003-04-07 paf
! 10338:
! 10339: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
! 10340: merged from head:safe mode error message now includes numbers
! 10341:
! 10342: * src/main/execute.C: n-th attempt to make a=a work with double.
! 10343: problem: as_double returns it's result in fp-register compiler
! 10344: optimizes access to that register after b->as_double, and just
! 10345: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
! 10346: from memory. _SAME_ double values do not match here. when
! 10347: forced to REload fp-register, values do match.
! 10348:
! 10349: tried to make them volatile.
! 10350:
! 10351: * src/main/execute.C: n-th attempt to make a=a work with double.
! 10352: problem: as_double returns it's result in fp-register compiler
! 10353: optimizes access to that register after b->as_double, and just
! 10354: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
! 10355: from memory. _SAME_ double values do not match here. when
! 10356: forced to REload fp-register, values do match.
! 10357:
! 10358: tried to make them volatile.
! 10359:
! 10360: * src/types/pa_vobject.h: small style change
! 10361:
! 10362: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
! 10363:
! 10364: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
! 10365: mode error message now includes numbers
! 10366:
! 10367: * src/main/untaint.C, src/targets/cgi/parser3.C,
! 10368: www/htdocs/.htaccess: unknown untaint lang now causes death
! 10369:
! 10370: 2003-04-04 paf
! 10371:
! 10372: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
! 10373: incorportated pa_exec patch by From: "Victor Fedoseev"
! 10374: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
! 10375: Sent: Thursday, January 23, 2003 9:14 AM
! 10376:
! 10377: huge speedup on ^file::cgi with big result
! 10378:
! 10379: * src/classes/table.C: sort table with 0 rows bug fixed
! 10380:
! 10381: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
! 10382: fix http://i2/tasks/edit/?id=4493701604654042676
! 10383:
! 10384: @main[] $with_default[ $.a[1] $._default[default from
! 10385: with_default] ] ^show[$with_default]
! 10386:
! 10387: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
! 10388: =$to_add_to.xxx=<br>
! 10389:
! 10390: ^show[$to_add_to]
! 10391:
! 10392: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
! 10393: ^show[$cloned]
! 10394:
! 10395: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
! 10396:
! 10397: } <hr>
! 10398:
! 10399: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
! 10400: http://i2/tasks/edit/?id=4493701604654042676
! 10401:
! 10402: @main[] $with_default[ $.a[1] $._default[default from
! 10403: with_default] ] ^show[$with_default]
! 10404:
! 10405: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
! 10406: =$to_add_to.xxx=<br>
! 10407:
! 10408: ^show[$to_add_to]
! 10409:
! 10410: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
! 10411: ^show[$cloned]
! 10412:
! 10413: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
! 10414:
! 10415: } <hr>
! 10416:
! 10417: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
! 10418: http://i2/tasks/edit/?id=4507350336410850921
! 10419:
! 10420: * src/classes/xdoc.C: memory allocation func bugfix
! 10421: http://i2/tasks/edit/?id=4499303470368629745
! 10422:
! 10423: * src/classes/math.C: allowed random 1...
! 10424:
! 10425: * src/classes/math.C: allowed random 0..
! 10426:
! 10427: * src/main/pa_globals.C: exif mem leak
! 10428: http://i2/tasks/edit/?id=4480590323629807263
! 10429:
! 10430: * src/: classes/classes.dsp, main/main.dsp,
! 10431: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
! 10432: fix http://i2/tasks/edit/?id=4493946731322521294
! 10433: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
! 10434:
! 10435: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
! 10436: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
! 10437: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
! 10438: links to xml libs made relative, no need to unpack parser3project
! 10439: to /parser3project.
! 10440:
! 10441: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
! 10442: column more precise - tab handling bug fixed
! 10443:
! 10444: * src/main/: compile.tab.C, compile.y: more understandable error
! 10445: message in case @CLASS with more then one line inside
! 10446:
! 10447: * src/targets/cgi/parser3.C: more understandable error message in
! 10448: case of errors in @unhandled_exception
! 10449:
! 10450: 2003-04-03 paf
! 10451:
! 10452: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
! 10453: src/main/compile.tab.C, src/main/compile.y,
! 10454: src/main/compile_tools.C, src/main/compile_tools.h,
! 10455: src/main/execute.C, src/main/pa_request.C: debug info format
! 10456: simplified, now it's: OP_VALUE Operation::Origin << here value*
! 10457:
! 10458: higher limits: file number (max: 255) line number (max:
! 10459: 64535) column number (max: 255)
! 10460:
! 10461: * src/classes/math.C: top limit
! 10462:
! 10463: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
! 10464: precise parse error position in case of
! 10465:
! 10466: ^bug ]
! 10467:
! 10468: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
! 10469: changed to realities, and passed [bug fixed]
! 10470:
! 10471: * src/: classes/op.C, include/pa_request.h, main/compile.C,
! 10472: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 10473: main/compile_tools.h, main/pa_request.C: introducing
! 10474: ^process...[main-method-alias]
! 10475:
! 10476: * src/: classes/date.C, classes/image.C, classes/op.C,
! 10477: classes/string.C, classes/table.C, classes/xdoc.C,
! 10478: types/pa_vmethod_frame.h: MethodParams& now [methods without
! 10479: params receive zero reference, but they are expected not to look
! 10480: there]
! 10481:
! 10482: * operators.txt, src/classes/date.C, src/classes/double.C,
! 10483: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
! 10484: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 10485: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
! 10486: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 10487: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 10488: src/main/execute.C, src/types/pa_method.h: MethodParams& now
! 10489: [methods without params receive zero reference, but they are
! 10490: expected not to look there]
! 10491:
! 10492: * operators.txt, src/classes/op.C, src/include/pa_request.h,
! 10493: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
! 10494: ^process...[filename] useful for better error reporting
! 10495: [file/line/col]
! 10496:
! 10497: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
! 10498: types/pa_vstring.h: slightly improved error messages text: 1. is
! 10499: '%s', it 2. method undefined in case of ^void[]
! 10500:
! 10501: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
! 10502: include/pa_types.h, main/execute.C, main/pa_request.C: exception
! 10503: handling done. now we have error columns todo: test it
! 10504:
! 10505: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
! 10506: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
! 10507:
! 10508: this makes life easier: were: bad stack order -- were in
! 10509: exception catch unwind order, which didn't match execution order
! 10510:
! 10511: @main[] ^try{ ^first[] }{ ^throw[c;3] }
! 10512:
! 10513: @first[] ^throw[a;1]
! 10514:
! 10515: showed throw a first throw b try
! 10516:
! 10517: which is no good
! 10518:
! 10519: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
! 10520: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
! 10521: trace reset after handled exception [old bug fixed]
! 10522:
! 10523: * src/main/: compile.tab.C, compile.y: parse position old bug
! 10524: fixed. position reporting made precise [both, in parse erros and
! 10525: runtime errors]
! 10526:
! 10527: 2003-04-02 paf
! 10528:
! 10529: * src/: include/pa_operation.h, include/pa_request.h,
! 10530: main/compile.C, main/compile.tab.C, main/compile.y,
! 10531: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 10532: main/pa_exception.C, main/pa_request.C: debug info: started
! 10533: using. todo:complete
! 10534:
! 10535: * src/classes/op.C, src/include/pa_operation.h,
! 10536: src/include/pa_request.h, src/main/compile.C,
! 10537: src/main/compile.tab.C, src/main/compile.y,
! 10538: src/main/compile_tools.C, src/main/compile_tools.h,
! 10539: src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
! 10540: prepared debug info todo:use it
! 10541:
! 10542: * src/include/pa_operation.h: strange mistake fixed: forgot to
! 10543: return Operation class->union after switching from autoptrs.
! 10544:
! 10545: * tests/: Makefile, results/108.processed, results/117.processed:
! 10546: meta considered OK [it's up to coder now to remove it not needed]
! 10547:
! 10548: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
! 10549: Dictionary constructor when moved to gc]
! 10550:
! 10551: * src/main/pa_common.C: uncommented http:// file loading
! 10552:
! 10553: * src/include/pa_array.h, src/main/execute.C,
! 10554: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
! 10555: fix [gdGrowingBuf]
! 10556:
! 10557: * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
! 10558: patches
! 10559:
! 10560: * configure, src/include/pa_config_auto.h.in,
! 10561: src/main/pa_charset.C: --enable-assertions autoconf-ed
! 10562:
! 10563: * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
! 10564: file loading
! 10565:
! 10566: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
! 10567: xdoc::create/load
! 10568:
! 10569: * src/: classes/form.C, classes/hash.C, classes/image.C,
! 10570: classes/string.C, classes/table.C, classes/void.C,
! 10571: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 10572: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
! 10573: String::String(str,helper_length) are checked. found/fixed one
! 10574: place: $request:body now zero-terminated,
! 10575:
! 10576: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 10577: main/compile_tools.C, main/execute.C, types/pa_value.h,
! 10578: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
! 10579: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
! 10580: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 10581: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
! 10582: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
! 10583: types/pa_vxnode.h: more locally scoped vars in execute (more
! 10584: easily optimizable)
! 10585:
! 10586: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
! 10587: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
! 10588:
! 10589: * src/: include/pa_array.h, include/pa_stack.h,
! 10590: include/pa_string.h, main/compile_tools.C, main/main.dsp,
! 10591: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
! 10592: become assertion iterator in methodframe filler
! 10593:
! 10594: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
! 10595: targets/cgi/parser3.C: array::get/put inlined
! 10596:
! 10597: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
! 10598: gc_substitute_memory_management_functions +installed CORD_oom
! 10599: function
! 10600:
! 10601: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
! 10602: src/include/pa_config_includes.h, src/include/pa_string.h,
! 10603: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
! 10604: src/targets/cgi/parser3.C: converted debug hacks to ANSI
! 10605: assertions started configure.in --enable-assertions
! 10606:
! 10607: 2003-04-01 paf
! 10608:
! 10609: * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
! 10610: src/main/pa_memory.C, src/targets/cgi/parser3.C,
! 10611: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
! 10612: src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
! 10613: down: gdome uses glib memory, and stores last pointer to xmlDoc
! 10614: there, gc misses that and collects valid memory fixed by
! 10615: remembering xmlDoc from dom object in xdoc. todo: do something
! 10616: with premature free of xdoc with xnodes/node values referring
! 10617: into it
! 10618:
! 10619: * src/classes/: mail.C: typo fix
! 10620:
! 10621: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
! 10622: changes
! 10623:
! 10624: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
! 10625: main/pa_memory.C: moved memory debugging to global level: to
! 10626: pa_gc_malloc
! 10627:
! 10628: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
! 10629: debugging showed no errors. todo: debug parser memory
! 10630:
! 10631: * src/targets/cgi/: parser3.C, parser3.dsp: more build
! 10632: configurations
! 10633:
! 10634: * src/: classes/classes.dsp, include/pa_config_fixed.h,
! 10635: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
! 10636: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 10637: types/types.dsp: prepared xml-static configuration
! 10638:
! 10639: 2003-03-31 paf
! 10640:
! 10641: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
! 10642: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 10643: www/htdocs/.htaccess: started xml lib memory debugging, simple
! 10644: checks failed: it seems that library does realloc(bad ptr), and
! 10645: recording those ptrs in heap [for debugging] was bad: heap
! 10646: situation changes = everything works fine
! 10647:
! 10648: * src/: main/pa_charset.C, include/pa_charset.h: worked around
! 10649: xmlRegisterCharEncodingHandler limitation [currently imposed
! 10650: limit of 10 user-defined charsets]
! 10651:
! 10652: 2003-03-28 paf
! 10653:
! 10654: * src/main/execute.C: execution stack copied to local register
! 10655: variable, removed lots [~2e7) of memory accesses
! 10656:
! 10657: 2003-03-27 paf
! 10658:
! 10659: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
! 10660: works in debug, but fails in release todo: fix that
! 10661:
! 10662: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
! 10663: targets/cgi/parser3.C: forgot to merge XML memory funcs
! 10664: replacement from gc branch
! 10665:
! 10666: * src/main/pa_exec.C: introducing append_help_length [radical
! 10667: improvement here]
! 10668:
! 10669: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
! 10670: 'not recommened' in gc.h, on win32 noticed no difference]
! 10671:
! 10672: * src/include/pa_array.h: returned checked array get [were disabled
! 10673: for debugging] result:not slower [don't understand that, it were
! 10674: INLINED] todo: find out a way of inlining it!
! 10675:
! 10676: * src/: include/pa_string.h, lib/gc/include/gc.h,
! 10677: lib/gc/include/gc_fake.h, main/compile.tab.C,
! 10678: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
! 10679: convention changed: all resulting strings are zero-terminated
! 10680:
! 10681: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 10682: classes/string.C, classes/table.C, classes/void.C,
! 10683: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
! 10684: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
! 10685: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
! 10686: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
! 10687: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
! 10688: types/pa_vfile.C, types/pa_vmail.C: introducing
! 10689: append_help_length [radical improvement here]
! 10690:
! 10691: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
! 10692: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
! 10693: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
! 10694: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
! 10695: even slower
! 10696:
! 10697: * src/: classes/string.C, classes/table.C, include/pa_array.h,
! 10698: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
! 10699: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
! 10700: clients of &get(): most to use non-ref version, some[in tight
! 10701: places] to get_unchecked_ref
! 10702:
! 10703: * src/doc/memory.dox: forgot to add
! 10704:
! 10705: * src/classes/classes.dsp, src/classes/memory.C,
! 10706: src/classes/xdoc.C, src/include/pa_array.h,
! 10707: src/include/pa_request.h, src/include/pa_stack.h,
! 10708: src/include/pa_string.h, src/lib/cord/cord.dsp,
! 10709: src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
! 10710: src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
! 10711: src/main/compile.y, src/main/compile_tools.C,
! 10712: src/main/compile_tools.h, src/main/main.dsp,
! 10713: src/main/pa_string.C, src/targets/cgi/parser3.C,
! 10714: src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
! 10715: src/types/pa_vmethod_frame.C, src/types/types.dsp,
! 10716: www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
! 10717: Stack::pop wiping removed [moved to separate func] other Array &
! 10718: removed
! 10719:
! 10720: 2003-03-26 paf
! 10721:
! 10722: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
! 10723: classes/table.C, include/pa_array.h, include/pa_charset.h,
! 10724: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
! 10725: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
! 10726: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
! 10727: main/main.dsp, main/pa_charset.C, main/pa_common.C,
! 10728: main/pa_exec.C, main/pa_sql_driver_manager.C,
! 10729: main/pa_stylesheet_manager.C, main/pa_table.C,
! 10730: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 10731: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 10732: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
! 10733: pre-evaluated .count() in some places
! 10734:
! 10735: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
! 10736: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
! 10737: types/types.dsp: .dsp profiling updated
! 10738:
! 10739: * src/: classes/classes.dsp, lib/cord/cord.dsp,
! 10740: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
! 10741: targets/cgi/parser3.dsp, types/types.dsp: started profiling
! 10742:
! 10743: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
! 10744: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
! 10745: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
! 10746: use lib/gc,lib/cord
! 10747:
! 10748: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
! 10749: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
! 10750: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
! 10751: src/include/pa_config_includes.h, src/include/pa_request.h,
! 10752: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
! 10753: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
! 10754: src/lib/Makefile.am, src/lib/cord/Makefile.am,
! 10755: src/lib/cord/include/Makefile.am,
! 10756: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
! 10757: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
! 10758: src/targets/cgi/Makefile.am, src/types/Makefile.am,
! 10759: src/types/pa_vclass.h, src/types/pa_vcookie.h,
! 10760: src/types/pa_vform.h, src/types/pa_vhash.h,
! 10761: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
! 10762: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
! 10763: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
! 10764: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
! 10765: funcs ported pa_exec
! 10766:
! 10767: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
! 10768:
! 10769: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
! 10770: bundled gc includes
! 10771:
! 10772: * src/classes/op.C, src/include/pa_array.h,
! 10773: src/include/pa_sql_connection.h, src/include/pa_string.h,
! 10774: src/include/pa_version.h, src/main/compile.tab.C,
! 10775: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
! 10776: src/main/pa_exception.C, src/main/pa_request.C,
! 10777: src/main/pa_string.C, src/targets/cgi/parser3.C,
! 10778: src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
! 10779: bugfixes [while testing first real site (aval)]
! 10780:
! 10781: 2003-03-25 paf
! 10782:
! 10783: * operators.txt, src/main/pa_sql_driver_manager.C,
! 10784: src/types/pa_vstatus.C: $status.memory used free since_compact
! 10785: process
! 10786:
! 10787: * src/: include/pa_sql_connection.h, main/pa_globals.C,
! 10788: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
! 10789:
! 10790: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
! 10791:
! 10792: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
! 10793: src/types/pa_value.h, src/types/pa_vfile.h,
! 10794: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 10795: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
! 10796: tests/results/121.processed: untaint.C L_URI
! 10797:
! 10798: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
! 10799: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
! 10800: src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
! 10801: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
! 10802:
! 10803: * tests/results/109.processed: it was a bug in parser. updated 109
! 10804: test result
! 10805:
! 10806: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
! 10807:
! 10808: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
! 10809: tests/results/107.processed: fixed dom language [values are now
! 10810: considered tainted. it was a bug in parser. updated 107 test
! 10811: result
! 10812:
! 10813: * src/classes/xdoc.C: fixed transform params
! 10814:
! 10815: * src/: include/pa_stylesheet_manager.h,
! 10816: main/pa_stylesheet_manager.C: fixed stylesheet caching
! 10817:
! 10818: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
! 10819: overloads for structure handling
! 10820:
! 10821: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
! 10822: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
! 10823: StringBody(0) ambiguilty, introducting static
! 10824: StringBody::Format(int)
! 10825:
! 10826: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
! 10827: linked
! 10828:
! 10829: * src/types/pa_vxdoc.C: vxdoc compiled
! 10830:
! 10831: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
! 10832: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
! 10833: finalizers isntalled
! 10834:
! 10835: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
! 10836: doc/exception.dox, doc/index.dox, include/pa_charset.h,
! 10837: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
! 10838: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
! 10839: compiled todo: xnode.C / finalizers
! 10840:
! 10841: * src/doc/string.dox: updated: new string internals
! 10842:
! 10843: 2003-03-24 paf
! 10844:
! 10845: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 10846: include/pa_charset.h, include/pa_config_fixed.h,
! 10847: include/pa_request.h, include/pa_stylesheet_connection.h,
! 10848: include/pa_stylesheet_manager.h, main/pa_charset.C,
! 10849: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
! 10850: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
! 10851: types/pa_vxnode.h: started XML
! 10852:
! 10853: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
! 10854:
! 10855: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 10856: include/pa_string.h, main/pa_common.C,
! 10857: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
! 10858:
! 10859: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 10860: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
! 10861: main/pa_request.C, main/pa_sql_driver_manager.C,
! 10862: types/pa_vimage.h: size_t pos everywhere checks changed to check
! 10863: for eq STRING_NOT_FOUND
! 10864:
! 10865: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
! 10866: optimize bit implemented
! 10867:
! 10868: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 10869: String::ArrayFragment::append_positions fixed
! 10870:
! 10871: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
! 10872: String::this_starts fixed
! 10873:
! 10874: * src/main/pa_string.C, tests/Makefile: string::pos fixed
! 10875:
! 10876: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
! 10877: hashcode implemented fully, including per-char callback [it can
! 10878: be - substr CORD node]
! 10879:
! 10880: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
! 10881: rewritten to rewalloc with 100byte buf ahead
! 10882:
! 10883: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
! 10884: src/include/pa_string.h, src/main/compile.tab.C,
! 10885: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
! 10886: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
! 10887: CORD_ec [bad] would rewrite as realloc now
! 10888:
! 10889: * src/: classes/date.C, classes/file.C, classes/form.C,
! 10890: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
! 10891: include/pa_cache_managers.h, include/pa_charsets.h,
! 10892: include/pa_common.h, include/pa_request.h,
! 10893: include/pa_sql_driver_manager.h, include/pa_table.h,
! 10894: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
! 10895: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
! 10896: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
! 10897: types/pa_vmail.C, types/pa_vmethod_frame.C,
! 10898: types/pa_vstateless_class.h: 2*2 worked :)
! 10899:
! 10900: * parser3.dsw, src/classes/date.C, src/classes/file.C,
! 10901: src/include/pa_exec.h, src/include/pa_string.h,
! 10902: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
! 10903: passed OK
! 10904:
! 10905: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 10906: types/pa_value.C: all linked todo: debug
! 10907:
! 10908: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
! 10909: types/pa_vstateless_class.C: all compiled. todo:link
! 10910:
! 10911: * src/types/pa_wcontext.C: pa_wcontext.C compiled
! 10912:
! 10913: * src/types/pa_vtable.C: pa_vtable.C compiled
! 10914:
! 10915: * src/types/pa_vstring.C: pa_vstring.C compiled
! 10916:
! 10917: * src/types/pa_vstatus.C: pa_vstatus.C compiled
! 10918:
! 10919: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
! 10920: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
! 10921: pa_vstateless_class.C, pa_vstateless_class.h:
! 10922: pa_vstateless_class.C compiled
! 10923:
! 10924: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
! 10925: types/pa_vmath.C: pa_vmail.C compiled
! 10926:
! 10927: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
! 10928:
! 10929: * src/types/pa_vform.C: pa_vform.C compiled
! 10930:
! 10931: * src/types/pa_vfile.C: pa_vfile.C compiled
! 10932:
! 10933: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
! 10934: pa_vstateless_class.C: pa_vcookie.C compiled
! 10935:
! 10936: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
! 10937: types/pa_vhash.h: pa_value.C compiled
! 10938:
! 10939: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
! 10940: classes.lib main.lib compiled
! 10941:
! 10942: * src/classes/void.C: void.C compiled
! 10943:
! 10944: * src/: classes/string.C, classes/table.C, include/pa_string.h,
! 10945: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
! 10946: compiled
! 10947:
! 10948: * src/: classes/string.C, include/pa_request.h,
! 10949: include/pa_string.h, main/pa_string.C: string.C compiled
! 10950:
! 10951: * src/: classes/op.C, classes/string.C, classes/table.C,
! 10952: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
! 10953: main/pa_request.C, main/pa_string.C: op.C compiled
! 10954:
! 10955: * src/classes/: math.C, op.C: math.C compiled
! 10956:
! 10957: * src/: classes/mail.C, classes/string.C, classes/table.C,
! 10958: types/pa_vmail.h: mail.C compiled
! 10959:
! 10960: * src/classes/: int.C, table.C: int.C compiled
! 10961:
! 10962: * src/: classes/hash.C, classes/image.C, classes/string.C,
! 10963: classes/table.C, include/pa_memory.h, include/pa_string.h,
! 10964: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
! 10965: compiled
! 10966:
! 10967: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 10968: classes/void.C, classes/xdoc.C, include/pa_request.h,
! 10969: include/pa_sql_connection.h: hash.C compiled
! 10970:
! 10971: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
! 10972: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
! 10973: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 10974: classes/math.C, classes/op.C, classes/response.C,
! 10975: classes/string.C, classes/table.C, classes/void.C,
! 10976: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
! 10977: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
! 10978: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
! 10979: file.C table.C compiled
! 10980:
! 10981: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
! 10982: main/untaint.C: main.lib compiled
! 10983:
! 10984: 2003-03-21 paf
! 10985:
! 10986: * src/: classes/op.C, include/pa_cache_managers.h,
! 10987: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 10988: include/pa_stylesheet_manager.h, main/pa_exception.C,
! 10989: main/pa_globals.C, main/pa_sql_driver_manager.C,
! 10990: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
! 10991: compiled
! 10992:
! 10993: * src/: classes/hash.C, classes/image.C, classes/op.C,
! 10994: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
! 10995: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
! 10996: main/compile.C, main/pa_common.C, main/pa_request.C,
! 10997: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
! 10998: pa_request.C compiled
! 10999:
! 11000: * src/: classes/hash.C, classes/mail.C, classes/op.C,
! 11001: include/pa_request.h, main/execute.C, main/pa_request.C,
! 11002: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
! 11003: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
! 11004: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 11005: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
! 11006: compiled
! 11007:
! 11008: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
! 11009: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
! 11010: on unix
! 11011:
! 11012: * src/: include/pa_charset.h, include/pa_charsets.h,
! 11013: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
! 11014: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
! 11015: pa_charsets.C compiled
! 11016:
! 11017: * src/: classes/image.C, classes/mail.C, classes/op.C,
! 11018: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
! 11019: main/compile.y, main/execute.C, main/pa_common.C,
! 11020: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
! 11021: types/pa_vcode_frame.h, types/pa_vimage.h,
! 11022: types/pa_vmethod_frame.h: execute.C compiled
! 11023:
! 11024: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 11025: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 11026: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 11027: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
! 11028: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 11029: include/pa_cache_managers.h, include/pa_charsets.h,
! 11030: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
! 11031: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
! 11032: include/pa_sql_driver_manager.h, include/pa_string.h,
! 11033: include/pa_stylesheet_connection.h,
! 11034: include/pa_stylesheet_manager.h, include/pa_table.h,
! 11035: main/compile.C, main/compile.tab.C, main/compile.y,
! 11036: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 11037: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 11038: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
! 11039: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
! 11040: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 11041: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
! 11042: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 11043: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 11044: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 11045: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 11046: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 11047: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 11048: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
! 11049: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
! 11050: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 11051: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 11052: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 11053: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 11054: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 11055: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 11056: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 11057: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 11058: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
! 11059: [C++ CORD wrapper]
! 11060:
! 11061: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
! 11062:
! 11063: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
! 11064: $file::exec/cgi[script; $.charset[this is script's charset]
! 11065:
! 11066: command line, env values, input got transcoded before call
! 11067: stdout, stderr got transcoded after call
! 11068:
! 11069: * src/classes/file.C: ^file::exec/cgi now does not pass post data
! 11070: by default. use: ^file::exec[...;$.stdin[$request.body]
! 11071:
! 11072: * src/main/pa_common.C: } typo bug fix
! 11073:
! 11074: * src/main/pa_common.C: } typo bug fix
! 11075:
! 11076: 2003-03-20 paf
! 11077:
! 11078: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
! 11079: main/untaint.C: cord bug fix, but still errors todo: clear out
! 11080:
! 11081: * src/include/pa_string.h: more tests
! 11082:
! 11083: * src/main/pa_string.C: string.pos fixed
! 11084:
! 11085: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
! 11086: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
! 11087: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
! 11088: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
! 11089: replaces
! 11090:
! 11091: * src/: classes/image.C, include/pa_dictionary.h,
! 11092: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
! 11093: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
! 11094: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
! 11095: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
! 11096:
! 11097: * src/include/pa_string.h: warning
! 11098:
! 11099: * src/include/pa_string.h: this_starts fixed
! 11100:
! 11101: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
! 11102: new String ctor & append params convention
! 11103:
! 11104: * src/: classes/file.C, classes/hash.C, classes/image.C,
! 11105: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
! 11106: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
! 11107: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
! 11108: main/pa_exception.C, main/pa_exec.C,
! 11109: main/pa_sql_driver_manager.C, main/pa_string.C,
! 11110: main/pa_stylesheet_manager.C, main/untaint.C,
! 11111: targets/isapi/parser3isapi.C, types/pa_vimage.C,
! 11112: types/pa_vmail.C: more tests OK
! 11113:
! 11114: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
! 11115: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
! 11116: gc/exit runned OK
! 11117:
! 11118: * src/types/pa_vmail.C: another naming problem: should not name
! 11119: vars like that: unpredictable close caused problems with later
! 11120: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
! 11121: descriptors missing on startup: stdin; Bad file number
! 11122:
! 11123: todo: find out why so many filters(stream) here. probably wrong?
! 11124:
! 11125: * src/: include/pa_dictionary.h, include/pa_string.h,
! 11126: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
! 11127: main/untaint.C: test compiled
! 11128:
! 11129: * src/: classes/image.C, classes/mail.C, classes/math.C,
! 11130: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
! 11131: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
! 11132: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
! 11133: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
! 11134: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
! 11135: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
! 11136: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
! 11137: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
! 11138: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
! 11139:
! 11140: * parser3.dsw, src/classes/file.C, src/classes/image.C,
! 11141: src/classes/op.C, src/classes/string.C, src/classes/table.C,
! 11142: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
! 11143: src/include/pa_memory.h, src/include/pa_request.h,
! 11144: src/include/pa_request_charsets.h,
! 11145: src/include/pa_sql_connection.h, src/include/pa_string.h,
! 11146: src/main/compile.tab.C, src/main/execute.C,
! 11147: src/main/pa_charset.C, src/main/pa_common.C,
! 11148: src/main/pa_exception.C, src/main/pa_exec.C,
! 11149: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 11150: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
! 11151: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
! 11152: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
! 11153: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 11154: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
! 11155: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 11156: src/types/pa_vobject.C, src/types/pa_vresponse.C,
! 11157: src/types/pa_vstatus.C, src/types/pa_vstring.C,
! 11158: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 11159: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
! 11160: pa_common.C [done, without http for now]
! 11161:
! 11162: 2003-03-19 paf
! 11163:
! 11164: * src/: classes/date.C, classes/form.C, classes/hash.C,
! 11165: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
! 11166: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
! 11167: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
! 11168: include/pa_string.h, include/pa_table.h, main/compile.C,
! 11169: main/compile_tools.C, main/execute.C, main/pa_charset.C,
! 11170: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
! 11171: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
! 11172: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 11173: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
! 11174: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
! 11175: types/pa_vstateless_class.h, types/pa_vtable.C,
! 11176: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
! 11177: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 11178: types/pa_wwrapper.h: started test
! 11179:
! 11180: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
! 11181: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
! 11182:
! 11183: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
! 11184: include/pa_string.h, main/pa_string.C: string compiled todo: test
! 11185: it
! 11186:
! 11187: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
! 11188: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
! 11189: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
! 11190: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
! 11191: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
! 11192: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
! 11193: types/pa_vmethod_frame.h, types/types.dsp: string
! 11194: reimplementation with cord+array<fragment>: 70%
! 11195:
! 11196: 2003-03-18 paf
! 11197:
! 11198: * src/: classes/date.C, classes/file.C, classes/form.C,
! 11199: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
! 11200: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
! 11201: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
! 11202: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
! 11203: can ignore lang in cmp and pos really, but would
! 11204: split properly!
! 11205:
! 11206: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
! 11207: cord part made parser/src/lib: it's not compiled into libgc by
! 11208: default
! 11209:
! 11210: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
! 11211: src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 11212: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
! 11213: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 11214: src/classes/op.C, src/classes/response.C, src/classes/string.C,
! 11215: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 11216: src/classes/xnode.C, src/classes/xnode.h,
! 11217: src/include/Makefile.am, src/include/pa_cache_managers.h,
! 11218: src/include/pa_charset.h, src/include/pa_charsets.h,
! 11219: src/include/pa_common.h, src/include/pa_dictionary.h,
! 11220: src/include/pa_exception.h, src/include/pa_exec.h,
! 11221: src/include/pa_globals.h, src/include/pa_hash.h,
! 11222: src/include/pa_memory.h, src/include/pa_pool.h,
! 11223: src/include/pa_request.h, src/include/pa_request_charsets.h,
! 11224: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
! 11225: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
! 11226: src/include/pa_stylesheet_connection.h,
! 11227: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
! 11228: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
! 11229: src/main/compile.C, src/main/compile.tab.C,
! 11230: src/main/compile_tools.C, src/main/compile_tools.h,
! 11231: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
! 11232: src/main/pa_charsets.C, src/main/pa_common.C,
! 11233: src/main/pa_dictionary.C, src/main/pa_exception.C,
! 11234: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
! 11235: src/main/pa_pool.C, src/main/pa_request.C,
! 11236: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 11237: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
! 11238: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
! 11239: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
! 11240: src/types/pa_junction.h, src/types/pa_method.h,
! 11241: src/types/pa_value.C, src/types/pa_value.h,
! 11242: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 11243: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 11244: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 11245: src/types/pa_vdouble.h, src/types/pa_venv.h,
! 11246: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
! 11247: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
! 11248: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 11249: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
! 11250: src/types/pa_vmath.C, src/types/pa_vmath.h,
! 11251: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 11252: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 11253: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 11254: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 11255: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 11256: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 11257: src/types/pa_vstatus.h, src/types/pa_vstring.C,
! 11258: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 11259: src/types/pa_vtable.h, src/types/pa_vvoid.h,
! 11260: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 11261: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 11262: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 11263: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
! 11264: gc: PA_Object done lots of replacements also
! 11265:
! 11266: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
! 11267: gc logging
! 11268:
! 11269: 2003-03-17 paf
! 11270:
! 11271: * src/classes/date.C, src/classes/file.C, src/classes/form.C,
! 11272: src/classes/image.C, src/classes/mail.C, src/classes/op.C,
! 11273: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
! 11274: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
! 11275: src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
! 11276: src/include/pa_types.h, src/main/compile.C,
! 11277: src/main/compile.tab.C, src/main/execute.C,
! 11278: src/main/pa_charset.C, src/main/pa_common.C,
! 11279: src/main/pa_exception.C, src/main/pa_exec.C,
! 11280: src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
! 11281: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 11282: src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
! 11283: src/main/untaint.C, src/targets/cgi/pa_pool.C,
! 11284: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 11285: src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
! 11286: src/types/pa_vdouble.h, src/types/pa_vfile.C,
! 11287: src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
! 11288: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 11289: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 11290: www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
! 11291:
! 11292: 2003-03-13 paf
! 11293:
! 11294: * src/: include/pa_sql_driver_manager.h,
! 11295: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
! 11296: called
! 11297:
! 11298: * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
! 11299: src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
! 11300: src/main/pa_request.C, src/targets/cgi/parser3.C,
! 11301: src/types/pa_value.C, src/types/pa_value.h,
! 11302: src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
! 11303: src/types/pa_vstatus.C, src/types/types.dsp,
! 11304: www/htdocs/.htaccess: set_base, set_derived simplified [counter
! 11305: leaks fixed]
! 11306:
! 11307: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
! 11308: src/types/types.dsp: incorporated status class patch From:
! 11309: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
! 11310: 2003 8:14 AM
! 11311:
! 11312: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
! 11313: Win32 specific: QuotaPeakNonPagedPoolUsage
! 11314: QuotaPeakPagedPoolUsage PeakPagefileUsage]
! 11315:
! 11316: 2003-03-12 paf
! 11317:
! 11318: * configure, configure.in, src/lib/ltdl/configure,
! 11319: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
! 11320: lib/ltdl/Makefile now created by /configure.in only [were by
! 11321: lib/ltdl/configure.in OVERWRITE]
! 11322:
! 11323: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
! 11324: linkage fixed for g++ 3.2.2
! 11325:
! 11326: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
! 11327: on using privately declared class [fixed]
! 11328:
! 11329: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
! 11330: 3.2 rightliy complained on using privately declared class [fixed]
! 11331:
! 11332: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
! 11333: sigpipe before request constructor now causes death
! 11334:
! 11335: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
! 11336: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
! 11337: not cause exception in exception handler
! 11338:
! 11339: * configure, configure.in, src/targets/cgi/Makefile.am: configure
! 11340: now default links libstdc++ statically. that can be overriden by
! 11341: --with-dynamic-stdcpp
! 11342:
! 11343: 2003-03-11 paf
! 11344:
! 11345: * src/main/compile.tab.C, src/main/compile.y,
! 11346: src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
! 11347: src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
! 11348: necessity of libstdc++
! 11349:
! 11350: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
! 11351:
! 11352: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
! 11353:
! 11354: 2003-03-08 paf
! 11355:
! 11356: * tests/Makefile: make install & co
! 11357:
! 11358: * src/: include/pa_request.h, classes/op.C: removing
! 11359: vclass,object.h -> pa_request.h dependency
! 11360:
! 11361: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
! 11362: main/pa_request.C: removing vform,response,cookie.h ->
! 11363: pa_request.h dependency
! 11364:
! 11365: * src/include/pa_request.h: removing vmail.h -> pa_request.h
! 11366: dependency [testing...]
! 11367:
! 11368: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
! 11369: return 0; fixed
! 11370:
! 11371: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
! 11372: types/pa_vmail.h: vmail.C received just compiled [not tested]
! 11373:
! 11374: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
! 11375:
! 11376: * src/main/pa_request.C: forgotten: ifdef XML
! 11377:
! 11378: * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
! 11379:
! 11380: * src/targets/cgi/parser3.C: todo: move to latest xml version on
! 11381: win32 and run memleak tests again
! 11382:
! 11383: * src/targets/cgi/parser3.C: charsets: see some strange things with
! 11384: old xml lib-- it's internal memory handling has faults
! 11385:
! 11386: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
! 11387: problems when transcode from charset A to A.
! 11388:
! 11389: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
! 11390: todo: still problems when transcode from charset A to A.
! 11391:
! 11392: * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
! 11393: src/classes/table.C, src/include/pa_array.h,
! 11394: src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
! 11395: src/types/pa_vmail.h, www/htdocs/.htaccess,
! 11396: www/htdocs/index.html: started full-scale-site-test [~
! 11397: http://parser.ru sources]
! 11398:
! 11399: some fixes
! 11400:
! 11401: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
! 11402: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
! 11403: 117.html, 118.html, 119.html, 120.html, results/109.processed,
! 11404: results/110.processed, results/111.processed,
! 11405: results/112.processed, results/113.processed,
! 11406: results/114.processed, results/115.processed,
! 11407: results/116.processed, results/117.processed,
! 11408: results/118.processed, results/119.processed,
! 11409: results/120.processed: xml: tests 109 dom create/show 110 xpath
! 11410: selectSingle 111 xdoc.create from tainted & 112
! 11411: xdoc.create/output with russian attr value 113 xpath
! 11412: selectString/Number 114 dom attributes.count 115 xpath selectBool
! 11413: 116 output media-type change 117 transform by dom stylesheet 118
! 11414: empty transform result 119 dom setAttribute 120 nbsp letter
! 11415: output
! 11416:
! 11417: =END OF PREPARED XML TESTS=
! 11418:
! 11419: 2003-03-07 paf
! 11420:
! 11421: * src/classes/xdoc.C, src/include/pa_charset.h,
! 11422: src/include/pa_stylesheet_connection.h, tests/108.html,
! 11423: tests/108.xsl, tests/results/108.processed: xml: test 108
! 11424: transform with params [bugs fixed]
! 11425:
! 11426: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
! 11427: from copy/paste bug
! 11428:
! 11429: * src/classes/xdoc.C, src/include/pa_charset.h,
! 11430: src/include/pa_request.h, src/main/execute.C,
! 11431: src/main/pa_charset.C, src/main/pa_exception.C,
! 11432: src/main/pa_globals.C, src/main/pa_request.C,
! 11433: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 11434: src/types/pa_vxnode.C, tests/107.html,
! 11435: tests/results/107.processed: xml: test: 107 bug fixes
! 11436:
! 11437: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 11438: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 11439: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
! 11440:
! 11441: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
! 11442: string
! 11443:
! 11444: * src/include/pa_charset.h, src/main/pa_charset.C,
! 11445: www/htdocs/.htaccess: xml: charset two mem alloc functions used
! 11446: for different cases [libxml, libxsl]
! 11447:
! 11448: * src/classes/classes.C: fixed: prevent system classes from
! 11449: modification to lock ALL the classes, not only directly used
! 11450:
! 11451: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
! 11452: linked
! 11453:
! 11454: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
! 11455:
! 11456: 2003-03-06 paf
! 11457:
! 11458: * src/classes/xdoc.C: xdoc.C 50%
! 11459:
! 11460: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
! 11461: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
! 11462: main/pa_globals.C, main/pa_request.C,
! 11463: main/pa_stylesheet_manager.C: xnode.C compiled
! 11464:
! 11465: * src/: include/pa_stylesheet_connection.h,
! 11466: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
! 11467: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
! 11468:
! 11469: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
! 11470: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
! 11471: xml: stylesheet&manager STARTED
! 11472:
! 11473: * src/: include/pa_globals.h, main/pa_charset.C,
! 11474: main/pa_exception.C, main/pa_globals.C: xml: exceptions
! 11475:
! 11476: * src/: include/pa_charset.h, include/pa_config_fixed.h,
! 11477: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
! 11478: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
! 11479: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
! 11480: charsets
! 11481:
! 11482: * tests/023.html: in some cases it rounded up badly. postponing
! 11483: solution of that problem, making more simple test
! 11484:
! 11485: * tests/: 058_paf2000.png, results/058.processed: .png added with
! 11486: -kb now
! 11487:
! 11488: * src/include/pa_charset.h, src/include/pa_charsets.h,
! 11489: src/main/pa_charset.C, src/main/pa_charsets.C,
! 11490: www/htdocs/.htaccess: charset_utf8 declaration moved to
! 11491: charsets.C
! 11492:
! 11493: 2003-03-05 paf
! 11494:
! 11495: * src/classes/string.C, src/include/pa_string.h,
! 11496: src/main/pa_string.C, tests/105.html,
! 11497: tests/results/105.processed: String::match bug fixed
! 11498:
! 11499: * src/classes/op.C, src/main/main.dsp, tests/104.html,
! 11500: tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
! 11501: added [does int3 in debug build on win32]
! 11502:
! 11503: * tests/: 057.html, results/057.processed: test bug fixed
! 11504:
! 11505: * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
! 11506: global.xsl, index.html, mailreceive.eml, mailreceive.html,
! 11507: operators.p, parser-status.html, people.dtd, some.p: removed old
! 11508: tests
! 11509:
! 11510: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
! 11511:
! 11512: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
! 11513: missing
! 11514:
! 11515: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
! 11516: forgotten files added to Makes
! 11517:
! 11518: * ltmain.sh: ltmain.sh added
! 11519:
! 11520: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
! 11521: change undone ;(
! 11522:
! 11523: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
! 11524: made static
! 11525:
! 11526: * src/: classes/math.C, classes/op.C, classes/string.C,
! 11527: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
! 11528: todo:make linker happy
! 11529:
! 11530: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
! 11531: env param made optional
! 11532:
! 11533: 2003-03-04 paf
! 11534:
! 11535: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
! 11536: types/pa_vimage.h: number of gcc compiler bugs fixed
! 11537:
! 11538: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
! 11539: results/103.processed: tests: 103 image.copy transparence test
! 11540:
! 11541: * src/main/execute.C, tests/101.html, tests/102.html,
! 11542: tests/results/101.processed, tests/results/102.processed: tests:
! 11543: 101 method/variable name conflict test 102 form fields change
! 11544: should not not change anything [bug fix]
! 11545:
! 11546: * tests/: 057.html, 099.html, 100.html, results/057.processed,
! 11547: results/099.processed, results/100.processed: tests: 57 date
! 11548: create 2002: added 99,100 response:body/download
! 11549:
! 11550: * src/classes/image.C, tests/098.html, tests/098font.gif,
! 11551: tests/results/098.processed: test: 98 image font text [bug fixed]
! 11552:
! 11553: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
! 11554: tests/results/097.processed: test: 97 file::load http:// [bugs
! 11555: fixed]
! 11556:
! 11557: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
! 11558: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
! 11559: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
! 11560: image EXIF [bug fixed]
! 11561:
! 11562: * src/classes/table.C, src/main/execute.C, tests/061.dat,
! 11563: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
! 11564: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
! 11565: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
! 11566: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
! 11567: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
! 11568: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
! 11569: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
! 11570: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
! 11571: tests/094.html, tests/095.html, tests/results/061.processed,
! 11572: tests/results/062.processed, tests/results/063.processed,
! 11573: tests/results/064.processed, tests/results/065.processed,
! 11574: tests/results/066.processed, tests/results/067.processed,
! 11575: tests/results/068.processed, tests/results/069.processed,
! 11576: tests/results/070.processed, tests/results/071.processed,
! 11577: tests/results/072.processed, tests/results/073.processed,
! 11578: tests/results/074.processed, tests/results/075.processed,
! 11579: tests/results/076.processed, tests/results/077.processed,
! 11580: tests/results/078.processed, tests/results/080.processed,
! 11581: tests/results/081.processed, tests/results/082.processed,
! 11582: tests/results/083.processed, tests/results/084.processed,
! 11583: tests/results/085.processed, tests/results/086.processed,
! 11584: tests/results/087.processed, tests/results/088.processed,
! 11585: tests/results/089.processed, tests/results/090.processed,
! 11586: tests/results/091.processed, tests/results/092.processed,
! 11587: tests/results/093.processed, tests/results/094.processed,
! 11588: tests/results/095.processed, tests/079.html,
! 11589: tests/results/079.processed: tests: 61 file::stat size 62
! 11590: string->int autoconvert 63 double .int,dec,div,mul 64 date
! 11591: compare 65 file: basename,justname,justext 66 math:crypt 67
! 11592: string.match simple on long 68 string.match normalized simple on
! 11593: long 69 string.int 70 file::stat content-type 71 table.join 72
! 11594: hash parameter conditional pass 73 date daylightsaving,yearday 74
! 11595: date arithmetics 75 response date values/attributes 76 string.pos
! 11596: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
! 11597: with local 80 scientific numeric literal in string autoconvert 81
! 11598: xor: logical and numerical 82 for delims 83 menu delims 84
! 11599: table.hash distinct 85 long string replace 86 throw+catch
! 11600: current language preserve 87 bit shifts 88 junction tests +
! 11601: $caller test 89 hash.foreach selfmodification 90 int/void to int
! 11602: 91 $caller test 92 junction is + def junction tests 93 $caller
! 11603: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
! 11604:
! 11605: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
! 11606: fixed] 60 string eq string [bug fixed]
! 11607:
! 11608: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
! 11609: 058.html, 058_paf2000.png, 059.html, 060.html,
! 11610: results/053.processed, results/054.processed,
! 11611: results/055.processed, results/056.processed,
! 11612: results/057.processed, results/058.processed,
! 11613: results/059.processed, results/060.processed: test: 53
! 11614: string.replace 54 junctions 55 table.hash 56 call indirect 57
! 11615: date.create[string] 58 image.measure[png]
! 11616:
! 11617: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
! 11618: outputs/051.processed, results/052.processed: test: 52
! 11619: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
! 11620: task: fix that
! 11621:
! 11622: 2003-03-03 paf
! 11623:
! 11624: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
! 11625: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
! 11626: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
! 11627: outputs/049.processed, outputs/050.processed,
! 11628: outputs/051.processed, results/001.processed,
! 11629: results/002.processed, results/003.processed,
! 11630: results/005.processed, results/006.processed,
! 11631: results/008.processed, results/009.processed,
! 11632: results/011.processed, results/012.processed,
! 11633: results/013.processed, results/014.processed,
! 11634: results/015.processed, results/016.processed,
! 11635: results/017.processed, results/020.processed,
! 11636: results/021.processed, results/022.processed,
! 11637: results/024.processed, results/025.processed,
! 11638: results/026.processed, results/027.processed,
! 11639: results/028.processed, results/029.processed,
! 11640: results/030.processed, results/031.processed,
! 11641: results/049.processed, results/050.processed,
! 11642: results/051.processed, results/043.processed,
! 11643: results/044.processed, results/045.processed,
! 11644: results/046.processed, results/047.processed,
! 11645: results/048.processed: tests: 43,44,45 date rolls 46
! 11646: autoevaluating junction 47 table.select 48 name with subvar 49
! 11647: hash-creating switch 50 process 51 started parent/child, works as
! 11648: it were but it were NOT GOOD, created separate task to fix that
! 11649:
! 11650: * tests/: 042.html, results/042.processed: test: 42
! 11651: exception.handled
! 11652:
! 11653: * tests/: 041.html, results/041.processed: test: 41 table.locate by
! 11654: expression
! 11655:
! 11656: * tests/: 040.html, results/040.processed: test: 39 method result
! 11657: of type table 40 method param junction auto evaluate
! 11658:
! 11659: * tests/: 039.html, results/039.processed: test: 37 method result
! 11660: of type table
! 11661:
! 11662: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
! 11663: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
! 11664: tests/038.html, tests/results/033.processed,
! 11665: tests/results/034.processed, tests/results/035.processed,
! 11666: tests/results/036.processed, tests/results/037.processed,
! 11667: tests/results/038.processed: tests: 33 string.replace 34
! 11668: string.upper 35 table created 36 local/global vars with juntions
! 11669: 37 table clone 38 math PI & number formatting
! 11670:
! 11671: math class registring typo fixed
! 11672:
! 11673: * src/classes/op.C, src/include/pa_request.h,
! 11674: src/include/pa_string.h, src/main/execute.C,
! 11675: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
! 11676: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
! 11677: tests/032.html, tests/results/032.processed: uchar changed to
! 11678: String_UL in all places [was not everywhere] untaint test: 032
! 11679:
! 11680: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
! 11681: tests/results/004.processed, www/htdocs/.htaccess,
! 11682: tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
! 11683: line key, now testing using .sh file with SERVER_SOFTWARE=xxx
! 11684:
! 11685: 2003-02-26 paf
! 11686:
! 11687: * src/main/execute.C, src/types/pa_vstateless_class.h,
! 11688: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
! 11689: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
! 11690: tests/results/024.processed, tests/results/025.processed,
! 11691: tests/results/026.processed, tests/results/027.processed,
! 11692: tests/results/028.processed, tests/results/029.processed,
! 11693: tests/results/030.processed, tests/results/031.processed: fixed
! 11694: bug with name_cstr mutable CharPtr more tests
! 11695:
! 11696: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
! 11697: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
! 11698: << abort. die now just exits
! 11699:
! 11700: * src/classes/classes.awk, src/classes/classes.h,
! 11701: src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 11702: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
! 11703: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 11704: src/classes/op.C, src/classes/response.C, src/classes/string.C,
! 11705: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 11706: src/classes/xnode.C, src/include/pa_memory.h,
! 11707: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
! 11708: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
! 11709: src/types/pa_vform.C, tests/015.html, tests/016.html,
! 11710: tests/017.html, tests/018.html, tests/019.html,
! 11711: tests/019paf2001.gif, tests/020.html, tests/021.html,
! 11712: tests/022.html, tests/023.html, tests/022_dir/a.html,
! 11713: tests/022_dir/b.txt, tests/022_dir/c.htm,
! 11714: tests/results/015.processed, tests/results/016.processed,
! 11715: tests/results/017.processed, tests/results/018.processed,
! 11716: tests/results/019.processed, tests/results/020.processed,
! 11717: tests/results/021.processed, tests/results/022.processed,
! 11718: tests/results/023.processed: methoded_array now contains all Mxxx
! 11719: classes SAPI::get_env now returns info on pool more tests
! 11720:
! 11721: * src/include/pa_array.h, src/include/pa_hash.h,
! 11722: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
! 11723: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
! 11724: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
! 11725: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
! 11726: tests/014.html, tests/Makefile, tests/outputs/create-dir,
! 11727: tests/results/001.processed, tests/results/002.processed,
! 11728: tests/results/003.processed, tests/results/004.processed,
! 11729: tests/results/005.processed, tests/results/006.processed,
! 11730: tests/results/007.processed, tests/results/008.processed,
! 11731: tests/results/009.processed, tests/results/010.processed,
! 11732: tests/results/011.processed, tests/results/012.processed,
! 11733: tests/results/013.processed, tests/results/014.processed: hash
! 11734: cloning fixed
! 11735:
! 11736: 2003-02-25 paf
! 11737:
! 11738: * src/main/pa_common.C: typo fixed
! 11739:
! 11740: 2003-02-24 paf
! 11741:
! 11742: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
! 11743: [one remained]
! 11744:
! 11745: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
! 11746: [should have been get_string(&pool)] todo: check other such calls
! 11747:
! 11748: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
! 11749: test10, bad lookups
! 11750:
! 11751: xxx* xxx=smartptr.get(); << is bad style, after ";" original
! 11752: object got destructed, and xxx points to sky
! 11753:
! 11754: * ChangeLog, src/classes/string.C: match bug fixed
! 11755:
! 11756: * src/types/pa_vmail.C: body [text/html] transcoded to
! 11757: $.charset[specified] now
! 11758:
! 11759: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
! 11760: which failed to handle sigsetjmp+throw: crashed inside of
! 11761: pre-throw code. rewritten simplier [though duplicating
! 11762: closesocket code]
! 11763:
! 11764: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
! 11765: which failed to handle sigsetjmp+throw: crashed inside of
! 11766: pre-throw code. rewritten simplier [though duplicating
! 11767: closesocket code]
! 11768:
! 11769: 2003-02-21 paf
! 11770:
! 11771: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
! 11772: $cookie:name[$.expires[date << can be now]]
! 11773:
! 11774: written makefile with regression tests [raw]
! 11775:
! 11776: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
! 11777: tests' only [it's not forcing CGI mode now] now use -H to output
! 11778: CGI header when parser used in command line [useful for tests
! 11779: also]
! 11780:
! 11781: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
! 11782: switches on CGI mode, and is used in regression tests
! 11783:
! 11784: * src/: include/pa_request.h, main/pa_request.C,
! 11785: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
! 11786: fixed
! 11787:
! 11788: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
! 11789: handling pa_*
! 11790:
! 11791: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
! 11792: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
! 11793: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
! 11794: memory handling files
! 11795:
! 11796: * src/main/pa_array.C: pool::format_integer terminator fixed
! 11797:
! 11798: * src/main/execute.C, src/targets/cgi/parser3.C,
! 11799: www/htdocs/autoptr.html: release mode now compiles OK test to
! 11800: show benefits of free
! 11801:
! 11802: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 11803: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
! 11804: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 11805: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
! 11806: use pool [as the one in ^process]
! 11807:
! 11808: * src/classes/op.C: fixed process. sould now check for all cstr's
! 11809: -- some must use pool [as the one in ^process]
! 11810:
! 11811: 2003-02-20 paf
! 11812:
! 11813: * src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 11814: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
! 11815: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
! 11816: src/classes/response.C, src/classes/string.C,
! 11817: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 11818: src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
! 11819: src/types/pa_value.C, src/types/pa_vmethod_frame.h,
! 11820: www/htdocs/autoptr.html: string cmp fixed
! 11821:
! 11822: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
! 11823: values passed OK now
! 11824:
! 11825: 2003-02-19 paf
! 11826:
! 11827: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
! 11828: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
! 11829: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
! 11830: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
! 11831: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
! 11832: all remaning leaks resulted from pooled::malloc calls [excluding
! 11833: in gd -- planning complete rewrite extremely ugly code]
! 11834:
! 11835: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
! 11836: files
! 11837:
! 11838: 2003-02-17 paf
! 11839:
! 11840: * src/: classes/date.C, classes/double.C, classes/file.C,
! 11841: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 11842: classes/response.C, classes/string.C, classes/table.C,
! 11843: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
! 11844: include/pa_stylesheet_connection.h,
! 11845: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
! 11846: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
! 11847: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
! 11848: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
! 11849: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
! 11850: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
! 11851: of unitialized simple-typed field
! 11852:
! 11853: * src/: classes/classes.C, classes/classes.h, main/execute.C,
! 11854: main/pa_charset.C, main/pa_request.C: another bug of unitialized
! 11855: simple-typed field fixed. todo: find&kill all like that one
! 11856:
! 11857: * src/: main/execute.C, targets/cgi/pa_pool.C,
! 11858: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
! 11859: debug output fixed
! 11860:
! 11861: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
! 11862: main/pa_request.C: stack-stored items need extra .ref to prevent
! 11863: object_ptr from delete[them]
! 11864:
! 11865: * src/: classes/date.C, classes/op.C, classes/table.C,
! 11866: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
! 11867: include/pa_charset.h, main/Makefile.am, main/main.dsp,
! 11868: main/pa_charset.C, main/pa_common.C,
! 11869: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 11870: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 11871: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
! 11872: calls
! 11873:
! 11874: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
! 11875: couple mem leaks rusulted from old pooled::malloc usage.
! 11876: todo:find more like those
! 11877:
! 11878: * src/main/: compile.C, compile_tools.C: 2*2!
! 11879:
! 11880: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
! 11881: stackItem fixed [there were no string on stack before]
! 11882:
! 11883: * src/: main/execute.C, main/pa_request.C,
! 11884: types/pa_vmethod_frame.C: first letters out OK
! 11885:
! 11886: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
! 11887: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
! 11888: main/pa_string.C, main/untaint.C, types/pa_value.h,
! 11889: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
! 11890: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
! 11891: type not initialized with zeros :( while class fields of class
! 11892: types initialized with default constructors. learn C++
! 11893:
! 11894: * src/: classes/classes.awk, classes/double.C, classes/file.C,
! 11895: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
! 11896: classes/math.C, classes/xdoc.C, classes/xnode.C,
! 11897: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
! 11898: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
! 11899:
! 11900: 2003-02-14 paf
! 11901:
! 11902: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
! 11903: 13 link errors
! 11904:
! 11905: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
! 11906: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
! 11907: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 11908: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
! 11909: errors :)
! 11910:
! 11911: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
! 11912: classes/hash.C, classes/mail.C, classes/op.C,
! 11913: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
! 11914: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
! 11915: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
! 11916: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
! 11917:
! 11918: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
! 11919: classes/table.C, include/pa_common.h, include/pa_globals.h,
! 11920: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
! 11921: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
! 11922: types/pa_vint.h, types/types.dsp: op compiled
! 11923:
! 11924: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
! 11925: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
! 11926: main/untaint.C, types/pa_vtable.h: string, response compiled
! 11927:
! 11928: 2003-02-07 paf
! 11929:
! 11930: * src/: classes/table.C, types/pa_vtable.h: table compiled
! 11931:
! 11932: 2003-02-06 paf
! 11933:
! 11934: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
! 11935: mail compiled
! 11936:
! 11937: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
! 11938: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
! 11939: types/pa_vfile.h, types/pa_vimage.h: image compiled
! 11940:
! 11941: * src/classes/: file.C, form.C: form compiled
! 11942:
! 11943: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
! 11944: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
! 11945: types/pa_vfile.C, types/pa_vfile.h: file compiled
! 11946:
! 11947: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
! 11948: types/pa_vmath.h: math compiled [win32]
! 11949:
! 11950: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
! 11951: types/pa_vstring.h: hash compiled
! 11952:
! 11953: 2003-02-04 paf
! 11954:
! 11955: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
! 11956: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
! 11957: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
! 11958: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
! 11959: types/pa_vhash.h: hash 50% compiled
! 11960:
! 11961: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 11962: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
! 11963: classes/string.C, classes/table.C, classes/xdoc.C,
! 11964: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
! 11965: main/pa_string.C: date compiled
! 11966:
! 11967: * src/classes/: classes.dsp, double.C: double compiled
! 11968:
! 11969: * src/: classes/date.C, classes/double.C, classes/file.C,
! 11970: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
! 11971: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
! 11972: classes/string.C, classes/table.C, classes/void.C,
! 11973: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
! 11974: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
! 11975: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
! 11976: compiled
! 11977:
! 11978: * src/: classes/date.C, classes/double.C, classes/file.C,
! 11979: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 11980: classes/math.C, classes/op.C, classes/response.C,
! 11981: classes/string.C, classes/table.C, classes/void.C,
! 11982: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 11983: types/pa_vvoid.h: void compiled :)
! 11984:
! 11985: * src/: include/pa_globals.h, main/pa_cache_managers.C,
! 11986: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 11987: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 11988: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
! 11989: main/pa_string.C, main/pa_uue.C, main/untaint.C,
! 11990: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
! 11991: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
! 11992: types/pa_vresponse.C, types/pa_vstateless_class.C,
! 11993: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
! 11994: types/pa_wcontext.C, types/types.dsp: removed stupid
! 11995: value_includes.h
! 11996:
! 11997: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
! 11998: trying to remove stupid value_includes.h
! 11999:
! 12000: * src/main/pa_exec.C: pa_exec compiled on win32
! 12001:
! 12002: * src/main/pa_exec.C: libmain.a compiled on six [unix]
! 12003:
! 12004: * src/: include/pa_globals.h, include/pa_request.h,
! 12005: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
! 12006: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
! 12007: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
! 12008: types/pa_vrequest.C, types/pa_vstateless_class.C,
! 12009: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
! 12010:
! 12011: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
! 12012: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
! 12013: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
! 12014:
! 12015: * src/: include/pa_array.h, include/pa_config_includes.h,
! 12016: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
! 12017: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
! 12018: compiled
! 12019:
! 12020: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
! 12021: name conflicts)
! 12022:
! 12023: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
! 12024: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
! 12025: yelds "virtual memory exhausted" while trying to compile
! 12026: execute.C [eating up to 127MB]
! 12027:
! 12028: 2003-02-03 paf
! 12029:
! 12030: * src/: include/pa_config_includes.h, include/pa_hash.h,
! 12031: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
! 12032: main/pa_common.C, types/pa_value.C, types/pa_value.h,
! 12033: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
! 12034: types/pa_vint.h, types/pa_vjunction.h,
! 12035: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
! 12036: started gcc compiling pa_common compiled
! 12037:
! 12038: * src/: include/pa_exception.h, include/pa_pool.h,
! 12039: main/pa_exception.C: exception gcc change #1
! 12040:
! 12041: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
! 12042: compile _P identifier. it replaced it to some strange 0x0000040
! 12043:
! 12044: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
! 12045:
! 12046: * src/types/pa_vtable.C: vtable compiled
! 12047:
! 12048: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
! 12049:
! 12050: * src/: include/pa_cache_managers.h, main/pa_request.C,
! 12051: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
! 12052:
! 12053: * src/types/pa_vstateless_class.C: vstateless_class compiled
! 12054:
! 12055: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
! 12056:
! 12057: * src/types/pa_vrequest.C: vrequest compiled
! 12058:
! 12059: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
! 12060: pa_vobject.C, pa_vobject.h: vobject compiled
! 12061:
! 12062: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
! 12063: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 12064: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
! 12065: compiled
! 12066:
! 12067: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
! 12068:
! 12069: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
! 12070: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
! 12071: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
! 12072: compiled
! 12073:
! 12074: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 12075: main.lib - 0 error(s), 0 warning(s)
! 12076:
! 12077: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 12078: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
! 12079:
! 12080: 2003-01-31 paf
! 12081:
! 12082: * src/: include/pa_array.h, include/pa_operation.h,
! 12083: include/pa_request.h, main/execute.C, main/main.dsp,
! 12084: types/pa_vjunction.h: started last file from main library:
! 12085: execute
! 12086:
! 12087: * src/: include/pa_request.h, include/pa_sapi.h,
! 12088: main/compile.tab.C, main/compile.y, main/compile_tools.h,
! 12089: main/pa_request.C, targets/cgi/parser3.C,
! 12090: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
! 12091: types/pa_vhash.h: pa_request compiled
! 12092:
! 12093: * src/: classes/op.C, classes/string.C, include/pa_common.h,
! 12094: include/pa_globals.h, include/pa_request.h,
! 12095: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
! 12096: main/execute.C, main/main.dsp, main/pa_common.C,
! 12097: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 12098: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
! 12099: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
! 12100: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 12101: types/types.dsp: most pa_request compiled
! 12102:
! 12103: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 12104: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 12105: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 12106: classes/op.C, classes/response.C, classes/string.C,
! 12107: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 12108: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 12109: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 12110: include/pa_config_fixed.h, include/pa_config_includes.h,
! 12111: include/pa_dictionary.h, include/pa_dir.h,
! 12112: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 12113: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
! 12114: include/pa_pool.h, include/pa_request.h,
! 12115: include/pa_request_charsets.h, include/pa_request_info.h,
! 12116: include/pa_sapi.h, include/pa_socks.h,
! 12117: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 12118: include/pa_stack.h, include/pa_string.h,
! 12119: include/pa_stylesheet_connection.h,
! 12120: include/pa_stylesheet_manager.h, include/pa_table.h,
! 12121: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 12122: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
! 12123: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
! 12124: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
! 12125: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
! 12126: main/compile.C, main/compile.tab.C, main/compile.y,
! 12127: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 12128: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
! 12129: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 12130: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 12131: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
! 12132: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 12133: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 12134: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
! 12135: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
! 12136: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 12137: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 12138: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 12139: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
! 12140: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
! 12141: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 12142: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 12143: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 12144: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 12145: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 12146: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
! 12147: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
! 12148: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 12149: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 12150: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 12151: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 12152: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 12153: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 12154: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 12155: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 12156: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
! 12157:
! 12158: * ChangeLog, src/classes/classes.h, src/classes/op.C,
! 12159: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 12160: src/include/pa_charsets.h, src/include/pa_common.h,
! 12161: src/include/pa_dictionary.h, src/include/pa_exception.h,
! 12162: src/include/pa_exec.h, src/include/pa_pool.h,
! 12163: src/include/pa_request.h, src/include/pa_sapi.h,
! 12164: src/include/pa_sql_connection.h,
! 12165: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
! 12166: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
! 12167: src/main/compile.tab.C, src/main/compile_tools.C,
! 12168: src/main/compile_tools.h, src/main/main.dsp,
! 12169: src/main/pa_charset.C, src/main/pa_charsets.C,
! 12170: src/main/pa_common.C, src/main/pa_dictionary.C,
! 12171: src/main/pa_exception.C, src/main/pa_exec.C,
! 12172: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 12173: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
! 12174: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
! 12175: src/types/pa_vclass.h, src/types/pa_vcookie.C,
! 12176: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 12177: src/types/pa_vdouble.h, src/types/pa_venv.h,
! 12178: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
! 12179: src/types/pa_vhash.h, src/types/pa_vimage.C,
! 12180: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
! 12181: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
! 12182: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 12183: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 12184: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 12185: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 12186: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 12187: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
! 12188: src/types/pa_vstring.h, src/types/pa_vtable.h,
! 12189: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
! 12190: src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
! 12191: www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
! 12192:
! 12193: 2003-01-30 paf
! 12194:
! 12195: * src/: include/pa_charset.h, include/pa_request.h,
! 12196: include/pa_sql_driver_manager.h, main/compile.tab.C,
! 12197: main/compile.y, main/compile_tools.h, main/pa_request.C,
! 12198: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
! 12199:
! 12200: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
! 12201: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
! 12202: types/pa_vhash.h, types/pa_vmethod_frame.h,
! 12203: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 12204: types/types.dsp: vstateless_class compiled
! 12205:
! 12206: * src/main/compile.C: compile compiled
! 12207:
! 12208: * src/: include/pa_array.h, include/pa_operation.h,
! 12209: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
! 12210: main/pa_table.C: compile_tools compiled
! 12211:
! 12212: * src/: include/pa_operation.h, main/compile.y,
! 12213: main/compile_tools.C, main/compile_tools.h: started
! 12214: compile_tools. vagues ideas of how to free compiled code
! 12215:
! 12216: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
! 12217: main/main.dsp, types/pa_value.C, types/pa_value.h,
! 12218: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
! 12219: compiled
! 12220:
! 12221: 2003-01-29 paf
! 12222:
! 12223: * src/: include/pa_globals.h, include/pa_request.h,
! 12224: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 12225: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
! 12226: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
! 12227: compiled
! 12228:
! 12229: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
! 12230: now
! 12231:
! 12232: * src/: include/pa_array.h, include/pa_exception.h,
! 12233: include/pa_pool.h, main/pa_exception.C: gd compiled
! 12234:
! 12235: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
! 12236: compiled
! 12237:
! 12238: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
! 12239: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
! 12240: types/pa_vfile.h: vfile compiled
! 12241:
! 12242: * src/: include/pa_common.h, include/pa_globals.h,
! 12243: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
! 12244: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 12245: types/pa_vform.C, types/pa_vform.h: vcookie compiled
! 12246:
! 12247: * src/: include/pa_exception.h, main/pa_cache_managers.C,
! 12248: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
! 12249: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
! 12250: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 12251: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
! 12252:
! 12253: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
! 12254: main/main.dsp, main/untaint.C: more compiled
! 12255:
! 12256: * src/: include/pa_charsets.h, include/pa_request.h,
! 12257: include/pa_request_info.h, include/pa_string.h,
! 12258: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
! 12259: types/pa_vresponse.h: vrequest compiled
! 12260:
! 12261: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
! 12262: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
! 12263: pa_vresponse.h, pa_wcontext.h: vrequest compiled
! 12264:
! 12265: * src/: classes/classes.h, include/pa_charset.h,
! 12266: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
! 12267: include/pa_request.h, include/pa_string.h, main/main.dsp,
! 12268: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
! 12269: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
! 12270: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
! 12271: types/pa_vrequest.C, types/pa_vrequest.h,
! 12272: types/pa_vstateless_class.h, types/pa_vstring.h,
! 12273: types/pa_vvoid.h: vrequest,vdouble,vint compiled
! 12274:
! 12275: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
! 12276: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
! 12277: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
! 12278: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
! 12279: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 12280: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
! 12281: types/pa_vobject.h, types/pa_vstateless_class.h,
! 12282: types/pa_vstateless_object.h, types/pa_vstatus.h,
! 12283: types/pa_vstring.h, types/types.dsp: vmath compiled
! 12284:
! 12285: 2003-01-28 paf
! 12286:
! 12287: * src/: classes/classes.h, classes/date.C, classes/file.C,
! 12288: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
! 12289: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
! 12290: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
! 12291: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
! 12292: compile_tools
! 12293:
! 12294: * src/: include/pa_charset.h, include/pa_exception.h,
! 12295: include/pa_request.h, include/pa_string.h, main/untaint.C:
! 12296: untaint compiled
! 12297:
! 12298: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
! 12299: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
! 12300: more compiled. struck with string::store_to needing to know
! 12301: source/client charsets
! 12302:
! 12303: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
! 12304: types/pa_vfile.h: uue compiled
! 12305:
! 12306: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
! 12307: table compiled
! 12308:
! 12309: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
! 12310: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
! 12311:
! 12312: * src/: include/pa_charset.h, main/pa_charset.C,
! 12313: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
! 12314: introduced]
! 12315:
! 12316: * src/: classes/date.C, include/pa_charset.h,
! 12317: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
! 12318: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
! 12319: pa_charsets compiled
! 12320:
! 12321: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
! 12322: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
! 12323:
! 12324: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
! 12325: common compiled
! 12326:
! 12327: * src/: include/pa_charsets.h, main/pa_charsets.C,
! 12328: main/pa_sql_driver_manager.C: pa_charsets compiled
! 12329:
! 12330: * src/: include/pa_array.h, include/pa_charset.h,
! 12331: include/pa_charsets.h, include/pa_pool.h,
! 12332: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 12333: include/pa_stack.h, include/pa_string.h,
! 12334: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
! 12335: sql_driver_manager compiled
! 12336:
! 12337: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
! 12338: letter i with two dots added to koi, all ukranian letters added
! 12339: to win1251.
! 12340:
! 12341: typographic simbol 0xb9 deleted from win1251 [strange one & were
! 12342: abscent from koi]
! 12343:
! 12344: 2003-01-27 paf
! 12345:
! 12346: * src/: include/pa_exception.h, include/pa_sql_connection.h,
! 12347: include/pa_sql_driver_manager.h, include/pa_string.h,
! 12348: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
! 12349: sql/pa_sql_driver.h: paused on sql_manager
! 12350:
! 12351: * src/: include/pa_cache_managers.h, include/pa_pool.h,
! 12352: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 12353: include/pa_stack.h, main/pa_sql_driver_manager.C,
! 12354: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
! 12355:
! 12356: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
! 12357: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 12358: include/pa_table.h, main/pa_sql_driver_manager.C,
! 12359: main/pa_table.C: table compiled
! 12360:
! 12361: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
! 12362: cache_managers compiled
! 12363:
! 12364: * src/: include/pa_array.h, include/pa_charset.h,
! 12365: include/pa_pool.h, main/pa_charset.C: charset compiled
! 12366:
! 12367: * src/: include/pa_pool.h, main/pa_common.C: common compiled
! 12368:
! 12369: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
! 12370: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
! 12371: main/pa_string.C, types/pa_value.C, types/pa_value.h,
! 12372: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
! 12373: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
! 12374:
! 12375: 2003-01-24 paf
! 12376:
! 12377: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
! 12378: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
! 12379: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
! 12380: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
! 12381: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
! 12382: types/pa_vint.h, types/pa_vjunction.h,
! 12383: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 12384: types/pa_vstatus.h, types/pa_vstring.h: more patched
! 12385:
! 12386: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
! 12387: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
! 12388: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
! 12389: main/pa_string.C, main/pa_table.C: string compiled
! 12390:
! 12391: * src/: include/pa_array.h, include/pa_common.h,
! 12392: include/pa_dictionary.h, include/pa_exception.h,
! 12393: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
! 12394: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
! 12395: main/pa_string.C: dictionary compiled
! 12396:
! 12397: 2003-01-23 paf
! 12398:
! 12399: * src/: include/pa_array.h, include/pa_common.h,
! 12400: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
! 12401: include/pa_request.h, include/pa_string.h, main/pa_common.C,
! 12402: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
! 12403: types/pa_value.h: resurrected pool in new sense: now it's
! 12404: factory, producing&accounting memory chunks for read[autofree]
! 12405: buffers
! 12406:
! 12407: * src/: include/pa_array.h, include/pa_exception.h,
! 12408: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
! 12409: main/pa_exception.C, main/pa_table.C: table compiled
! 12410:
! 12411: * src/: classes/image.C, classes/op.C, include/pa_array.h,
! 12412: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
! 12413: include/pa_pool.h, include/pa_pragma_pack_begin.h,
! 12414: include/pa_pragma_pack_end.h, include/pa_sapi.h,
! 12415: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 12416: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
! 12417: main/pa_table.C: aint that easy
! 12418:
! 12419: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 12420: main/main.dsp: continued with Hash
! 12421:
! 12422: * src/main/pa_common.C: connect_string allocated on heap[wes on
! 12423: stack] now. and exception can be reported OK now [can be reported
! 12424: outside of pro c with that stack]
! 12425:
! 12426: 2003-01-22 paf
! 12427:
! 12428: * src/: include/pa_array.h, include/pa_charset.h,
! 12429: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
! 12430: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
! 12431: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
! 12432: base: contains references_count. auto_ptr template calls
! 12433: add_ref/release
! 12434:
! 12435: 2003-01-21 paf
! 12436:
! 12437: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 12438: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 12439: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 12440: classes/op.C, classes/response.C, classes/string.C,
! 12441: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 12442: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 12443: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 12444: include/pa_config_fixed.h, include/pa_config_includes.h,
! 12445: include/pa_dictionary.h, include/pa_dir.h,
! 12446: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 12447: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 12448: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 12449: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 12450: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 12451: include/pa_stack.h, include/pa_string.h,
! 12452: include/pa_stylesheet_connection.h,
! 12453: include/pa_stylesheet_manager.h, include/pa_table.h,
! 12454: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 12455: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 12456: lib/pcre/pcre_parser_ctype.c, main/compile.C,
! 12457: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 12458: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
! 12459: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 12460: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 12461: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
! 12462: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 12463: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 12464: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
! 12465: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 12466: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 12467: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 12468: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 12469: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
! 12470: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 12471: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 12472: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 12473: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 12474: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
! 12475: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
! 12476: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 12477: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 12478: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 12479: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 12480: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 12481: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 12482: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 12483: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 12484: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 12485: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
! 12486: 2002->2003
! 12487:
! 12488: 2003-01-16 paf
! 12489:
! 12490: * www/htdocs/index.html: image.copy fixed transparent resampling
! 12491:
! 12492: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
! 12493: src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
! 12494: $.any-status(1)
! 12495:
! 12496: * operators.txt, src/include/pa_config_fixed.h,
! 12497: src/main/pa_common.C, www/htdocs/index.html: http request now
! 12498: return status. and not fail on status!=200
! 12499:
! 12500: 2003-01-15 paf
! 12501:
! 12502: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
! 12503:
! 12504: 2003-01-14 paf
! 12505:
! 12506: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
! 12507: mkinstalldirs: removed some ancient files [they in / really]
! 12508:
! 12509: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
! 12510: regretfully needed patch in two places. in config_fixed.h made
! 12511: stubs for lib to compile in MSVC
! 12512:
! 12513: 2003-01-13 paf
! 12514:
! 12515: * config.guess, config.sub, ltmain.sh: removed last piece of
! 12516: configure.in(libtool) hacks
! 12517:
! 12518: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
! 12519: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
! 12520: ltdl.h: moved to latest libtool (1.4.3)
! 12521:
! 12522: 2003-01-10 paf
! 12523:
! 12524: * src/lib/ltdl/: configure, configure.in: PROG_NM
! 12525:
! 12526: * src/main/pa_globals.C: moved to latest xml lib versions, changed
! 12527: patches. libxml2 >= 2.5.1
! 12528: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
! 12529: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
! 12530: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
! 12531:
! 12532: * INSTALL: moved to latest versions of xml libs libxml2 >=
! 12533: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
! 12534: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
! 12535: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
! 12536:
! 12537: 2003-01-09 paf
! 12538:
! 12539: * INSTALL: xml,xslt,gdome lib urls updated
! 12540:
! 12541: * config.guess, config.sub, missing, mkinstalldirs,
! 12542: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
! 12543: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
! 12544: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
! 12545: 1.7.2
! 12546:
! 12547: * depcomp: moving to automake 1.7.2
! 12548:
! 12549: 2002-12-27 paf
! 12550:
! 12551: * src/include/pa_version.h: 0007
! 12552:
! 12553: * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
! 12554: src/doc/pooled.dox, www/htdocs/index.html: removed outdated
! 12555: parts, made links to language docs
! 12556:
! 12557: * src/include/pa_config_auto.h.in: comment
! 12558:
! 12559: 2002-12-26 paf
! 12560:
! 12561: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
! 12562: not contain trailing / fixed.
! 12563:
! 12564: * INSTALL: changing SAFE_MODE politics
! 12565:
! 12566: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
! 12567:
! 12568: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
! 12569:
! 12570: 2002-12-25 paf
! 12571:
! 12572: * src/main/pa_globals.C: optimized-xml
! 12573:
! 12574: * src/main/pa_globals.C: optimized-as-is
! 12575:
! 12576: 2002-12-24 paf
! 12577:
! 12578: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
! 12579: fixed [were really called with zero size when .html?a=&b=]
! 12580:
! 12581: * src/classes/mail.C: $MAIL in @conf now invalid when configured
! 12582: with --with-sendmail
! 12583:
! 12584: * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
! 12585: [old always-pipe-error fixed]
! 12586:
! 12587: 2002-12-23 paf
! 12588:
! 12589: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
! 12590: ignoring parameters & were storing only string with default
! 12591: expires
! 12592:
! 12593: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
! 12594: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
! 12595: December 23, 2002 4:22 AM Subject: bug â
! 12596: Charset::transcode_buf2xchar
! 12597:
! 12598: 2002-12-20 paf
! 12599:
! 12600: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
! 12601: non-cgi [script] runs
! 12602:
! 12603: 2002-12-19 paf
! 12604:
! 12605: * INSTALL: --without-iconv recommended [it crashes on some systems
! 12606: [tested on elik]] moreover, it's not needed there [parser
! 12607: registers charsets itself]
! 12608:
! 12609: * INSTALL: --without-iconv recommended [it crashes on some systems
! 12610: [tested on elik]]
! 12611:
! 12612: * operators.txt, src/include/pa_globals.h,
! 12613: src/include/pa_request.h, src/main/pa_globals.C,
! 12614: src/main/pa_request.C, www/htdocs/index.html: $response:download
! 12615:
! 12616: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
! 12617: compiler [win32]].
! 12618:
! 12619: 2002-12-18 paf
! 12620:
! 12621: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
! 12622:
! 12623: 2002-12-17 paf
! 12624:
! 12625: * src/targets/cgi/parser3.C: merged die&iis changes
! 12626:
! 12627: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
! 12628: to exit(1) 2. more flexible iilegal call check
! 12629:
! 12630: 2002-12-16 paf
! 12631:
! 12632: * ltmain.sh: some automakes silly insist on having this handy
! 12633:
! 12634: * src/main/untaint.C: filespec russian small 'r' changed to latin
! 12635: 'p' bug fix
! 12636:
! 12637: 2002-12-15 paf
! 12638:
! 12639: * src/main/untaint.C: filespec russian small 'r' changed to latin
! 12640: 'p'
! 12641:
! 12642: * configure.in, src/include/pa_config_auto.h.in,
! 12643: src/main/compile.C, src/main/pa_common.C: merged small changes
! 12644: from branch 6 to HEAD
! 12645:
! 12646: * src/main/compile.C: removed warning
! 12647:
! 12648: * src/main/pa_common.C: ftruncate having checked
! 12649:
! 12650: * configure.in, src/include/pa_version.h: new version
! 12651:
! 12652: 2002-12-14 paf
! 12653:
! 12654: * www/htdocs/index.html: exception type fixed
! 12655:
! 12656: * src/classes/table.C: removed unnecessary code
! 12657:
! 12658: * src/sql/pa_sql_driver.h: exception type fixed
! 12659:
! 12660: 2002-12-09 paf
! 12661:
! 12662: * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
! 12663: error
! 12664:
! 12665: * src/targets/cgi/parser3.C: ::die now tries to write core dump
! 12666:
! 12667: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
! 12668: tries to write core dump
! 12669:
! 12670: * src/targets/cgi/parser3.C: ::die now tries to write core dump
! 12671:
! 12672: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 12673: classes/void.C, main/pa_sql_driver_manager.C,
! 12674: sql/pa_sql_driver.h: changed exception handling mech in sql
! 12675: handlers #2
! 12676:
! 12677: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
! 12678: exception handling mech in sql handlers
! 12679:
! 12680: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
! 12681: handlers
! 12682:
! 12683: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 12684: classes/void.C, main/pa_sql_driver_manager.C,
! 12685: sql/pa_sql_driver.h: changed exception handling mech in sql
! 12686: handlers
! 12687:
! 12688: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
! 12689: to write makefile which used libtool to install things, which is
! 12690: not needed
! 12691:
! 12692: 2002-12-06 paf
! 12693:
! 12694: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
! 12695: $hash.fields -- pseudo field to make 'hash' more like 'table'
! 12696:
! 12697: 2002-12-05 paf
! 12698:
! 12699: * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
! 12700: www/htdocs/index.html: smtp cc/bcc OK now
! 12701:
! 12702: * src/main/untaint.C, www/htdocs/index.html: mail header closed
! 12703: properly
! 12704:
! 12705: * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
! 12706: www/htdocs/index.html: mail header ',' allowed. still bugs in
! 12707: smtp [only one receiptient works, cc, bcc ignored now, and MAILED
! 12708: ;)]
! 12709:
! 12710: [strncpy killed, memnchr used]
! 12711:
! 12712: * src/main/pa_table.C: table-copy now current=0
! 12713:
! 12714: * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
! 12715: wow! found/fixed bug in lowlevel proc
! 12716:
! 12717: * src/targets/cgi/parser3.C: more checks on
! 12718: http://domain/parser.cgi start [maybe some getenv returns "",
! 12719: checked that now
! 12720:
! 12721: * src/targets/cgi/parser3.C: more checks on
! 12722: http://domain/parser.cgi start [maybe some getenv returns "",
! 12723: checked that now
! 12724:
! 12725: * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
! 12726: made unbuffered [so that out-of-mem errors reached log]
! 12727:
! 12728: * src/classes/mail.C, src/targets/cgi/parser3.C,
! 12729: src/types/pa_vmail.C, www/htdocs/index.html: mail:send
! 12730: MIME-Version default
! 12731:
! 12732: * src/main/main.dsp: pa_version included into main.dsp
! 12733:
! 12734: * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
! 12735: some smtp servers [win32] leave \n intact, and some clients [bat]
! 12736: fail to show letter correctly
! 12737:
! 12738: 2002-12-04 paf
! 12739:
! 12740: * src/types/pa_vform.C: $form:field string value cut by premature 0
! 12741:
! 12742: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
! 12743: www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
! 12744: lib/ltdl Win32 changes. s
! 12745:
! 12746: * src/classes/classes.awk: more strict *.C$
! 12747:
! 12748: * gnu.dsp: restored
! 12749:
! 12750: * configure.in, gnu.dsp, src/lib/Makefile.am,
! 12751: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
! 12752: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
! 12753: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
! 12754: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
! 12755: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
! 12756: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
! 12757: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
! 12758: now created with /configure, not ltdl/configure, so it does have
! 12759: no problems with automake. ltdl/configure
! 12760: AC_OUTPUT(Makefile<<removed)
! 12761:
! 12762: 2002-12-02 paf
! 12763:
! 12764: * operators.txt: removed outdated status:db
! 12765:
! 12766: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
! 12767: src/main/pa_common.C, src/main/pa_request.C,
! 12768: src/types/pa_vcookie.C, src/types/pa_vmail.C,
! 12769: www/htdocs/index.html: http header lang of tainted parts becomes
! 12770: http-header
! 12771:
! 12772: 2002-11-29 paf
! 12773:
! 12774: * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
! 12775: operators.txt: exif dates now objects of type date
! 12776:
! 12777: * src/classes/image.C: file.seek removed [it were used in image.C
! 12778: only, and for parser user this means that jpeg image has bad
! 12779: size in fragment's header] now used image.format
! 12780:
! 12781: * src/include/pa_common.h, src/main/pa_common.C,
! 12782: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 12783: www/htdocs/index.html: http:// param values now handled exactly
! 12784: like $response:header values. e.g. can be hash [can have
! 12785: subattributes] & contain date values.
! 12786:
! 12787: * src/main/pa_common.C, www/htdocs/index.html: http:// param values
! 12788: lang forced URI
! 12789:
! 12790: * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
! 12791: partes now %xx
! 12792:
! 12793: 2002-11-28 paf
! 12794:
! 12795: * www/htdocs/index.html: doc samples
! 12796:
! 12797: * operators.txt: http.timeout
! 12798:
! 12799: * src/classes/image.C, www/htdocs/index.html: ^image.length now
! 12800: counts interchar space. plus space after last char
! 12801:
! 12802: * www/htdocs/index.html: regexp syntax xxx$ speed-up experiments
! 12803:
! 12804: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
! 12805:
! 12806: * src/classes/image.C: ^image.font width measurer now scans full
! 12807: height [were -1]
! 12808:
! 12809: * configure.in: stopped double libltdl/Makefile generation
! 12810:
! 12811: * src/classes/image.C, www/htdocs/index.html: ^image.text now
! 12812: outputs one pixel HIGHER chars [one top horizontal line of 1pixel
! 12813: height were missing]
! 12814:
! 12815: * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
! 12816: stupid compiler allowed 'false' to go into (Hash *) parameter
! 12817:
! 12818: 2002-11-27 paf
! 12819:
! 12820: * src/include/pa_globals.h, src/main/pa_globals.C,
! 12821: src/main/pa_request.C, src/types/pa_vmail.C,
! 12822: www/htdocs/index.html: response:body[file] if file nows it's
! 12823: name now returns content-disposition: >>attachment<<
! 12824:
! 12825: * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
! 12826: font file-size now properly reported
! 12827:
! 12828: 2002-11-26 paf
! 12829:
! 12830: * src/main/pa_request.C: fixed lang in reponse header
! 12831:
! 12832: * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
! 12833: @read text
! 12834:
! 12835: * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
! 12836: http:// response status!=200 made exception: http.status with
! 12837: source=bad status#
! 12838:
! 12839: 2002-11-25 paf
! 12840:
! 12841: * configure.in, src/classes/image.C,
! 12842: src/include/pa_config_auto.h.in,
! 12843: src/include/pa_config_includes.h, src/main/Makefile.am,
! 12844: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
! 12845: const void related probs fixed
! 12846:
! 12847: * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
! 12848: fields now UPPERCASE
! 12849:
! 12850: $file[^file::load[http://there]] $file.SERVER
! 12851:
! 12852: * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
! 12853: src/include/pa_common.h, src/main/pa_common.C,
! 12854: src/main/pa_request.C, www/htdocs/index.html: checked http
! 12855: options [invalid onces now reported] made default user-agent: paf
! 12856:
! 12857: * operators.txt, src/classes/file.C, src/classes/table.C,
! 12858: src/classes/xdoc.C, src/include/pa_common.h,
! 12859: src/include/pa_globals.h, src/main/pa_common.C,
! 12860: src/main/pa_globals.C, src/main/pa_request.C,
! 12861: src/types/pa_vfile.C, src/types/pa_vfile.h,
! 12862: www/htdocs/index.html: table/xdoc/file::load now understand
! 12863: http:// prefix and additional params, sample:
! 12864: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
! 12865: $.USER-AGENT[parser3] ]]
! 12866:
! 12867: 2002-11-22 paf
! 12868:
! 12869: * src/classes/image.C, src/include/pa_globals.h,
! 12870: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
! 12871: src/types/pa_vimage.h, www/htdocs/.htaccess,
! 12872: www/htdocs/index.html, operators.txt: $image.exif support
! 12873: $image.exif.DateTime & co
! 12874:
! 12875: 2002-11-21 paf
! 12876:
! 12877: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
! 12878: _PASS_APPENDED)
! 12879:
! 12880: * src/classes/image.C: jpeg size measure fixed: were badly skipping
! 12881: EXIF information [were big block and it's size were considered
! 12882: negative :(]
! 12883:
! 12884: * operators.txt, src/classes/image.C, src/include/pa_common.h,
! 12885: src/main/pa_common.C, src/types/pa_vmail.C,
! 12886: www/htdocs/index.html: image.measure internals rewritten. no
! 12887: there's reader.seek, and all's ready for EXIF extraction [now we
! 12888: fail to measure files with EXIF info]
! 12889:
! 12890: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
! 12891: O_TRUNC truncates even exclusevely write-locked file [thanks to
! 12892: Igor Milyakov <virtan@rotabanner.com> for discovering]
! 12893:
! 12894: 2002-11-20 paf
! 12895:
! 12896: * src/targets/cgi/parser3.C: logging @signal += query_string
! 12897:
! 12898: * configure.in, src/include/pa_config_auto.h.in,
! 12899: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
! 12900: comment
! 12901:
! 12902: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
! 12903:
! 12904: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 12905: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
! 12906: currently processed document SIGPIPE >> interrupts request
! 12907: processing [exception = DB rollback]
! 12908:
! 12909: * src/main/pa_exec.C: comment
! 12910:
! 12911: * src/main/pa_exec.C: pa_exec: data written only if size>0
! 12912:
! 12913: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
! 12914: << disable HTTP-POST repassing
! 12915:
! 12916: * src/: include/pa_config_fixed.h, main/pa_common.C,
! 12917: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
! 12918: pipe read errors now checked
! 12919:
! 12920: 2002-11-19 paf
! 12921:
! 12922: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
! 12923: CGI: Illegal call
! 12924:
! 12925: 2002-11-01 paf
! 12926:
! 12927: * src/main/execute.C: comment
! 12928:
! 12929: 2002-10-31 paf
! 12930:
! 12931: * src/main/execute.C: found out why, checked that for now. todo:
! 12932: find out a way for that user could do that
! 12933:
! 12934: * www/htdocs/: base.p, derived.p, index.html: this example creates
! 12935: base object, which is wrong, todo: find out why
! 12936:
! 12937: * src/types/pa_vstateless_object.h: object put replaces static
! 12938: parent if any
! 12939:
! 12940: * src/types/pa_vobject.C: object put replaces static parent if any
! 12941:
! 12942: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
! 12943: src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
! 12944: src/main/pa_request.C, src/types/pa_value.h,
! 12945: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 12946: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 12947: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 12948: src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
! 12949: src/types/pa_vform.h, src/types/pa_vhash.h,
! 12950: src/types/pa_vimage.h, src/types/pa_vmail.C,
! 12951: src/types/pa_vmail.h, src/types/pa_vmath.h,
! 12952: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 12953: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 12954: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 12955: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 12956: src/types/pa_vstateless_class.h,
! 12957: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 12958: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 12959: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 12960: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 12961: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 12962: src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
! 12963: www/htdocs/index.html: static fix merged
! 12964:
! 12965: * src/: main/compile.tab.C, types/pa_vobject.C: killed
! 12966: $virtual_fields in dynamic, but one can reach derived
! 12967: static[class] variable from base
! 12968:
! 12969: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
! 12970: types/pa_vobject.C, types/pa_vobject.h,
! 12971: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
! 12972: statics, left $virtual_fields in dynamic
! 12973:
! 12974: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
! 12975: one can't remember derivates in base class: there's so many of
! 12976: them. also there can be no virtual method calls in static
! 12977: classes
! 12978:
! 12979: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
! 12980: src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
! 12981: src/types/pa_value.h, src/types/pa_vclass.C,
! 12982: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 12983: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 12984: src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
! 12985: src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
! 12986: src/types/pa_vimage.h, src/types/pa_vmail.C,
! 12987: src/types/pa_vmail.h, src/types/pa_vmath.h,
! 12988: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 12989: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 12990: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 12991: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 12992: src/types/pa_vstateless_class.h,
! 12993: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 12994: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 12995: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 12996: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 12997: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 12998: src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
! 12999: www/htdocs/index.html: static call $self fixed
! 13000:
! 13001: * src/main/execute.C: comment
! 13002:
! 13003: * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
! 13004: www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
! 13005: www/htdocs/operators.p, www/htdocs/some.p:
! 13006: ^process[$caller.self]{...} now compiles to last derived object
! 13007: part of that 'self'
! 13008:
! 13009: 2002-10-30 paf
! 13010:
! 13011: * www/htdocs/: derived.p, some.p: include method overriding tested
! 13012: OK
! 13013:
! 13014: 2002-10-29 paf
! 13015:
! 13016: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
! 13017: re-passing [iis to blame]
! 13018:
! 13019: * src/classes/string.C: changed string.save to pass current sql
! 13020: connection to cstr thus one can ^connect[some server]{
! 13021: $s[insert into table x (x) values (^taint[sql]{value})]
! 13022: ^s.save[some.sql] } and he'd get in some.sql file code with
! 13023: properly escaped. [tried in mssql->mysql export->import of
! 13024: binary data]
! 13025:
! 13026: 2002-10-28 paf
! 13027:
! 13028: * www/htdocs/: index.html: bad email handling test
! 13029:
! 13030: 2002-10-25 paf
! 13031:
! 13032: * src/types/pa_vresponse.C: case insensitive response user fields
! 13033: get/put
! 13034:
! 13035: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
! 13036: types/pa_vresponse.C: saving for maybe-future
! 13037:
! 13038: 2002-10-23 paf
! 13039:
! 13040: * operators.txt, src/classes/table.C: ^table.hash{code}...
! 13041: ^table.hash(expr)...
! 13042:
! 13043: * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
! 13044: trimBoth-ed
! 13045:
! 13046: 2002-10-22 paf
! 13047:
! 13048: * src/types/: pa_vform.C, pa_vform.h: removed needless
! 13049: VForm::Append...(...Value)
! 13050:
! 13051: * src/main/execute.C: $.name outside of $name[...] checked
! 13052:
! 13053: * src/main/: compile.tab.C, compile.y: lexer changed to fix
! 13054: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
! 13055:
! 13056: 2002-10-21 paf
! 13057:
! 13058: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
! 13059: $form:qtail $form:imap.x/y
! 13060:
! 13061: * operators.txt, src/types/pa_vform.C: $form:nameless =
! 13062: "?value&...", "...&value&...", "...&value"
! 13063:
! 13064: * operators.txt, src/types/pa_vform.C: $form:image-map
! 13065:
! 13066: * operators.txt, src/classes/file.C, www/htdocs/index.html:
! 13067: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
! 13068:
! 13069: 2002-10-17 paf
! 13070:
! 13071: * src/main/: compile.tab.C, compile.y: operators precedence changed
! 13072: a little: logical not and bitwise negation precedence made
! 13073: highest, << and >> bitshits precedence made equal [were << higher
! 13074: than >>]
! 13075:
! 13076: * src/classes/op.C: exception handling fixed [were bad with
! 13077: contexts]
! 13078:
! 13079: 2002-10-16 paf
! 13080:
! 13081: * www/htdocs/index.html: bad compile to system class test
! 13082:
! 13083: * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
! 13084: src/main/pa_request.C, www/htdocs/index.html,
! 13085: www/htdocs/derived.p: Request::self considered equal to
! 13086: VMethodFrame::self, and removed, Request::get_self() mapped to
! 13087: VMethodFrame.self()
! 13088:
! 13089: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
! 13090: $hash in open field now gives old good error meesage
! 13091:
! 13092: 2002-10-15 paf
! 13093:
! 13094: * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
! 13095: $junction){was true}{now false} use ^if($junction is
! 13096: junction){was and now true}
! 13097:
! 13098: * src/classes/xdoc.C, src/classes/xnode.C,
! 13099: src/include/pa_charset.h, src/include/pa_pool.h,
! 13100: src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
! 13101: www/htdocs/index.html: xml->parser strings now have origin, which
! 13102: points to place where value left xml library and came to parser:
! 13103: place of dom field extraction/call
! 13104:
! 13105: * src/classes/op.C, src/include/pa_opcode.h,
! 13106: src/include/pa_request.h, src/main/compile.tab.C,
! 13107: src/main/compile.y, src/main/execute.C,
! 13108: src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
! 13109: pieces of old code allowing $junction.xxx at compile time
! 13110:
! 13111: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
! 13112: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
! 13113: objects also considered [were only classes]
! 13114:
! 13115: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
! 13116: src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
! 13117: www/htdocs/index.html: ^process[CLASS]{body} now executed with
! 13118: CLASS self. [ (request&method_frame).self temporarily changed
! 13119: ]
! 13120:
! 13121: * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
! 13122: www/htdocs/operators.p: method_frame now always changed, with no
! 13123: exception to native calls. for&foreach changed to use
! 13124: method_frame.caller for their var's name context
! 13125:
! 13126: * src/main/execute.C, src/targets/cgi/parser3.C,
! 13127: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 13128: www/htdocs/operators.p: compiling to system classes disabled
! 13129:
! 13130: * www/htdocs/: derived.p, index.html: test of ^process from
! 13131: operator called from user class
! 13132:
! 13133: * operators.txt, src/classes/op.C, www/htdocs/operators.p:
! 13134: ^process[$caller.CLASS]{code-string} added
! 13135:
! 13136: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
! 13137: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
! 13138: src/types/Makefile.am, src/types/pa_vjunction.C,
! 13139: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
! 13140: src/types/types.dsp, www/htdocs/operators.p: removed
! 13141: $junction.get $junction.set[] introducing $caller
! 13142:
! 13143: * src/types/pa_value.h: removed outdated comments. doxygen would
! 13144: find them lower by inheritance tree
! 13145:
! 13146: * src/types/pa_vjunction.C: ident
! 13147:
! 13148: 2002-10-14 paf
! 13149:
! 13150: * src/classes/op.C: process compiles to code's class class
! 13151:
! 13152: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
! 13153: src/include/pa_request.h, src/main/compile.C,
! 13154: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 13155: src/main/pa_request.C, src/types/pa_vstateless_class.h,
! 13156: www/htdocs/index.html: operators now main-class-methods
! 13157:
! 13158: * src/classes/op.C, src/include/pa_request.h,
! 13159: www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
! 13160: has better stack trace [has "call" & co there]
! 13161:
! 13162: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 13163: operators @auto now executed in MAIN context
! 13164:
! 13165: * src/main/execute.C: operator execution context now = MAIN, not
! 13166: closest stack frame
! 13167:
! 13168: @touchit[] $i[after]
! 13169:
! 13170: ----t.html $i[before] << local ^touchit[] $i << now 'before',
! 13171: were 'after'
! 13172:
! 13173: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
! 13174: 'after'
! 13175:
! 13176: * src/main/execute.C: comment
! 13177:
! 13178: * src/types/pa_vclass.C, src/types/pa_vobject.h,
! 13179: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 13180: www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
! 13181: resurrected [wes killed in action]
! 13182:
! 13183: * src/types/pa_vxnode.C: misreplace fixed
! 13184:
! 13185: * configure, configure.in, src/include/pa_config_auto.h.in,
! 13186: src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
! 13187: $status:rusage.tv_secs/usecs introduced
! 13188:
! 13189: 2002-10-09 paf
! 13190:
! 13191: * src/classes/double.C, src/classes/int.C, src/classes/string.C,
! 13192: www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
! 13193: failes on empty string [or uses (default)]
! 13194:
! 13195: 2002-10-08 paf
! 13196:
! 13197: * src/main/untaint.C: mail header quoted printable changed after
! 13198: RFC reread
! 13199:
! 13200: * operators.txt: plan on ^if(method
! 13201:
! 13202: * src/types/pa_vxnode.C: misreplace
! 13203:
! 13204: 2002-09-24 paf
! 13205:
! 13206: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
! 13207:
! 13208: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
! 13209: mailreceive would compile on freebsd now
! 13210:
! 13211: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
! 13212: configure, configure.in, src/include/pa_config_auto.h.in,
! 13213: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
! 13214: mailreceive would compile on freebsd now
! 13215:
! 13216: * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
! 13217: file spec language changed: now there are only few chars are
! 13218: untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
! 13219: SPACES now enabled, one should use ^untaint[uri]{...} now]
! 13220:
! 13221: 2. $list[^file:list[dir]] now returns simply tainted names in
! 13222: $list.name, not tainted as filespec
! 13223:
! 13224: @russianindex[] #dir with files with russian-lang names
! 13225: $where[dir]
! 13226:
! 13227: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
! 13228: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
! 13229:
! 13230: 2002-09-23 paf
! 13231:
! 13232: * src/types/pa_vdouble.h: double->int round added
! 13233:
! 13234: * src/classes/date.C: date bug fix, now
! 13235: round(floatDays*secondsPerDay)
! 13236:
! 13237: * src/classes/date.C: date bug fix, now
! 13238: round(floatDays*secondsPerDay)
! 13239:
! 13240: 2002-09-20 paf
! 13241:
! 13242: * src/main/execute.C, www/htdocs/index.html: code junction calls
! 13243: disabled [before: code was compiled in such a way, that there
! 13244: were no code-junctions in OP_CALL]
! 13245:
! 13246: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
! 13247:
! 13248: @badjunctioncallinside[code] ^code[]
! 13249:
! 13250: * src/main/compile.tab.C, src/main/compile.y,
! 13251: www/htdocs/index.html: changed grammer on junction expanding to
! 13252: include ^junction.method
! 13253:
! 13254: * src/main/pa_common.C: -d "DIR/" now true
! 13255:
! 13256: * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
! 13257: sets $request:charset as internal xdoc encoding, and after
! 13258: decoding attributes set by dom functions now encoded OK, not as
! 13259: digital entities
! 13260:
! 13261: * src/classes/xdoc.C: empty transform result, being taken as file
! 13262: now returns empty file, not raises stupid error about "stat-ed
! 13263: file"
! 13264:
! 13265: * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
! 13266: modification of existing keys allowed
! 13267:
! 13268: * src/types/types.dsp: introducing $junction.get/put(1) one can
! 13269: write iterators now:
! 13270:
! 13271: ^user-foreach[key;value]{$key=$value<br>}
! 13272:
! 13273: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
! 13274: $code.value($i*2) $code }
! 13275:
! 13276: * src/main/compile_tools.h: mistype
! 13277:
! 13278: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
! 13279: thus taking linking options configure changes into account [were:
! 13280: ignoring]
! 13281:
! 13282: * src/types/: pa_vjunction.C, Makefile.am: introducing
! 13283: $junction.get/put(1) one can write iterators now:
! 13284:
! 13285: ^user-foreach[key;value]{$key=$value<br>}
! 13286:
! 13287: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
! 13288: $code.value($i*2) $code }
! 13289:
! 13290: * src/include/pa_opcode.h, src/include/pa_request.h,
! 13291: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 13292: src/main/main.dsp, src/targets/cgi/parser3.dsp,
! 13293: src/types/pa_vjunction.h, www/htdocs/.htaccess,
! 13294: www/htdocs/index.html: introducing $junction.get/put(1) one can
! 13295: write iterators now:
! 13296:
! 13297: ^user-foreach[key;value]{$key=$value<br>}
! 13298:
! 13299: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
! 13300: $code.value($i*2) $code }
! 13301:
! 13302: 2002-09-19 paf
! 13303:
! 13304: * Makefile.am: new: make commit
! 13305:
! 13306: * aclocal.m4: forced to be older
! 13307:
! 13308: 2002-09-18 paf
! 13309:
! 13310: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
! 13311: src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
! 13312: >> int shifts
! 13313:
! 13314: * src/: include/pa_common.h, include/pa_request.h,
! 13315: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
! 13316: - now this - fatal error
! 13317:
! 13318: * src/classes/file.C, www/htdocs/index.html,
! 13319: www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
! 13320: now] so that one can pass binary data there
! 13321:
! 13322: * src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 13323: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
! 13324: src/classes/mail.C, src/classes/op.C, src/classes/response.C,
! 13325: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 13326: src/classes/xdoc.C, src/classes/xnode.C,
! 13327: src/include/pa_request.h, www/htdocs/index.html: pa_request
! 13328: contexts made privated, plus get_{self/method_frame} to read.
! 13329: Request_context_saver used in ^try to save flang too. [were not
! 13330: saved]
! 13331:
! 13332: * src/types/pa_vresponse.C: header value chains joined before
! 13333: output, this should help $.subject[$var $var] from being
! 13334: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
! 13335:
! 13336: 2002-09-17 paf
! 13337:
! 13338: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
! 13339: removed changes, operators executed with calling self. lots of
! 13340: code with ^include code relies on defined/defining self variables
! 13341:
! 13342: $a[1] ^include[print_a.p] print_a.p: $a
! 13343:
! 13344: ^include[set_a.p] a=$a set_a.p: $a[1]
! 13345:
! 13346: * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
! 13347: src/types/pa_value.C, src/types/pa_value.h,
! 13348: src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
! 13349: www/htdocs/operators.p: operators now executed with MAIN self.
! 13350: it's for ^include sake, too strong a change
! 13351:
! 13352: * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
! 13353: made place for ^process to compile it's code to in case of no
! 13354: self
! 13355:
! 13356: * src/main/execute.C, www/htdocs/index.html: found ancient param to
! 13357: Junction, removed. allowed passing self to native_code_operators
! 13358: [for ^process to work, she needs self]
! 13359:
! 13360: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
! 13361: types/pa_vstateless_class.h: found ancient param to Junction,
! 13362: removed. allowed passing self to native_code_operators [for
! 13363: ^process to work, she needs self]
! 13364:
! 13365: * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
! 13366: src/types/pa_value.h, src/types/pa_vmethod_frame.h,
! 13367: src/types/pa_vstateless_class.h, www/htdocs/index.html,
! 13368: www/htdocs/operators.p: allowed Request.self to be 0, checked
! 13369: that in VMethodFrame get/put and $self.
! 13370:
! 13371: * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
! 13372: table::sql options table::create copy options options checked,
! 13373: wrong option now fatal error
! 13374:
! 13375: * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
! 13376: [were missing words on pieces boundaries]
! 13377:
! 13378: * bin/auto.p.dist.in: strange \n
! 13379:
! 13380: * configure, configure.in: .so now detected [can be .sl on hpux,
! 13381: .dll on cygwin, .so in other cases)
! 13382:
! 13383: * configure, configure.in, bin/auto.p.dist.in: .so now detected
! 13384: [can be .sl on hpux, .dll on cygwin, .so in other cases)
! 13385:
! 13386: * operators.txt, src/classes/hash.C, src/classes/table.C,
! 13387: src/include/pa_globals.h, src/main/pa_globals.C,
! 13388: www/htdocs/index.html: table.sql hash::sql flag to allow
! 13389: duplicate keys [$.distinct(1/0)] first record taken [were last]
! 13390:
! 13391: * src/classes/hash.C, src/classes/table.C,
! 13392: src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
! 13393: hash::sql duplicate keys now errors
! 13394:
! 13395: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
! 13396:
! 13397: * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
! 13398: menu/for delims bug fixed [were ,2,3]
! 13399:
! 13400: 2002-09-16 paf
! 13401:
! 13402: * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
! 13403: can be both unix & dos. and they can be unix [\n\n] on win when
! 13404: 'use CGI' used, it causes stdout to be binary. now detected
! 13405: closest header break.
! 13406:
! 13407: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
! 13408: closed right
! 13409:
! 13410: 2002-09-13 paf
! 13411:
! 13412: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
! 13413: src/main/compile_tools.h, www/htdocs/index.html: (expression
! 13414: #comment)
! 13415:
! 13416: (multiline expression #comment line2 #comment )
! 13417:
! 13418: (expression #comment with (brackets) comment) << OK
! 13419:
! 13420: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
! 13421: www/htdocs/index.html: !| bitwise !|| numerical xor now
! 13422: [preparing for expression #comments]
! 13423:
! 13424: * src/main/compile.tab.C, src/main/compile.y,
! 13425: www/htdocs/index.html: @method[$name] now parse error
! 13426:
! 13427: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
! 13428: cheched in pa_socks.C
! 13429:
! 13430: * configure, configure.in, src/include/pa_config_auto.h.in:
! 13431: HAVE_WINSOCK_H created in configure.in
! 13432:
! 13433: * src/main/compile.tab.C, src/main/compile.y,
! 13434: src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
! 13435: clean [were mistakenly tainted & that worked bad with opera --
! 13436: 'happily' that worked OK with msie]
! 13437:
! 13438: 2002-09-12 paf
! 13439:
! 13440: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
! 13441: VClass get_element now first looks to fields, next to methods &
! 13442: co todo: the rest reason: more speed
! 13443:
! 13444: * src/main/untaint.C: quoted printable encoding stops before
! 13445: \s*<...>$
! 13446:
! 13447: * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
! 13448: now =20 and encoding stops before <...>$
! 13449:
! 13450: 2002-09-11 paf
! 13451:
! 13452: * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
! 13453: www/htdocs/index.html: while fixing (
! 13454: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
! 13455: forgot to check users of those funcs. not all were using that
! 13456: return value convention
! 13457:
! 13458: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
! 13459: windows-1254 added
! 13460:
! 13461: 2002-09-10 paf
! 13462:
! 13463: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
! 13464: VCodeFrame parent param were specified badly
! 13465:
! 13466: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
! 13467: WWrapper which used in constructing objects(second param to sql
! 13468: method) ^...sql{}[$.default{code}] now has parent, wich helps
! 13469: code in hash to survivi
! 13470:
! 13471: * src/: include/pa_request.h, main/execute.C: removed redundant
! 13472: param to execute [stack said 'thanks']
! 13473:
! 13474: * src/: classes/op.C, main/execute.C, types/pa_value.C,
! 13475: types/pa_value.h, types/pa_vcode_frame.h,
! 13476: types/pa_vmethod_frame.h, types/pa_wcontext.C,
! 13477: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
! 13478: responsibility to wcontext
! 13479:
! 13480: * src/classes/file.C: decided not to log exec's with stderr, that
! 13481: could be warnings, and it's up to scritper to log/show them
! 13482:
! 13483: * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
! 13484: double:sql badly called write_assign_lang, not write_no_lang,
! 13485: thus doing unnecessary double/string converstion, which were
! 13486: loosing time&precesion
! 13487:
! 13488: * src/main/pa_charset.C, src/types/pa_vmail.C,
! 13489: www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
! 13490: returned bad value in case of unfinished in buffer processing,
! 13491: causing accidental transcode stop [in case that source enc !=
! 13492: utf-8 & there is incomplete utf-8 sequence at the end of
! 13493: 16000block iside of libxml lib] tfm readed & code updated
! 13494:
! 13495: 2002-09-04 paf
! 13496:
! 13497: * configure: makes with sjlj
! 13498:
! 13499: * INSTALL, src/include/pa_config_fixed.h,
! 13500: src/include/pa_sql_connection.h,
! 13501: src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
! 13502: -with-sjlj-exceptions define checked. on win32 it made default
! 13503:
! 13504: * src/include/pa_config_auto.h.in: sjlj define
! 13505:
! 13506: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
! 13507: can not work with longjump/throw pair, and one must switch that
! 13508: on there. todo: detect that automatically]
! 13509:
! 13510: * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
! 13511: checks of xnode.elements. now, for instance, if element does not
! 13512: have any attributes, $xnode.attributes is void, not error
! 13513:
! 13514: 2002-09-02 paf
! 13515:
! 13516: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
! 13517: www/htdocs/index.html: removed double_result, didn't help
! 13518:
! 13519: * src/main/execute.C: double_result made to move that var away from
! 13520: hungry g++ optimizer (-O2), before: it were optimized and
! 13521: comparison operators worked badly
! 13522:
! 13523: * src/types/pa_vdate.h: removed debug
! 13524:
! 13525: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
! 13526:
! 13527: * src/main/execute.C: fixed numeric < & co so that thay now use
! 13528: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
! 13529: unknown reason.
! 13530:
! 13531: 2002-08-29 paf
! 13532:
! 13533: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
! 13534: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
! 13535: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
! 13536: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
! 13537: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
! 13538: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
! 13539: src/types/types.dsp, www/htdocs/index.html: junction_cleaner
! 13540: moved to auto VMethodFrame [called less frequent, allowed to
! 13541: remove ugly Junction.change_context-s from many places, switch,
! 13542: mail:send..html{}, ..] request.root renamed to method_frame [more
! 13543: easyreading] ancient {...PUSH/POPs...} changed to stack vars
! 13544: [speed up]
! 13545:
! 13546: 2002-08-28 paf
! 13547:
! 13548: * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
! 13549: $cookie:name << now tainted
! 13550:
! 13551: * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
! 13552: delete when $cookie:name[$.value[]]
! 13553:
! 13554: * operators.txt, src/classes/string.C, www/htdocs/derived.p,
! 13555: www/htdocs/index.html: ^string.split[delim[;options]]
! 13556:
! 13557: 2002-08-27 paf
! 13558:
! 13559: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
! 13560:
! 13561: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
! 13562: www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
! 13563: delimiter
! 13564:
! 13565: * INSTALL: recommended latest gmime 1.0.5
! 13566:
! 13567: 2002-08-26 paf
! 13568:
! 13569: * configure, configure.in: apache13/hook added to make dist.
! 13570:
! 13571: 2002-08-23 paf
! 13572:
! 13573: * src/include/pa_common.h, src/main/pa_common.C,
! 13574: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 13575: www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
! 13576: accessible [due to bad rights or whatever] it's error now
! 13577:
! 13578: 2002-08-21 paf
! 13579:
! 13580: * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
! 13581: "base class". compiled as if here they named base class
! 13582:
! 13583: * Makefile.am: can use: make happy equals to make update install
! 13584:
! 13585: * src/main/compile.tab.C, src/main/compile.y,
! 13586: src/main/compile_tools.C, src/main/compile_tools.h,
! 13587: www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
! 13588: "base class". compiled as if here they named base class
! 13589:
! 13590: * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
! 13591: bug, [were wrong string cloning constructor]
! 13592:
! 13593: * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
! 13594: www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
! 13595:
! 13596: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
! 13597: src/types/pa_vfile.C, src/types/pa_vmail.C,
! 13598: www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
! 13599: $mail.received.file.value.content-type fixed
! 13600:
! 13601: 2002-08-20 paf
! 13602:
! 13603: * src/classes/file.C, www/htdocs/index.html: fixed language of
! 13604: file:file result
! 13605:
! 13606: * operators.txt, src/classes/void.C, www/htdocs/index.html:
! 13607: ^void.pos[...] = -1 merged from 3.0.0005
! 13608:
! 13609: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
! 13610:
! 13611: * operators.txt, src/classes/void.C, www/htdocs/index.html:
! 13612: ^void.length[] = 0 merged from 3.0.0005
! 13613:
! 13614: * src/classes/void.C, operators.txt: ^void.length[] = 0
! 13615:
! 13616: 2002-08-19 paf
! 13617:
! 13618: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
! 13619: work now
! 13620:
! 13621: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
! 13622: error in xnode, which were not catched in xdoc]
! 13623:
! 13624: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
! 13625: prepared: // validate each document after load/create (?)
! 13626: //xmlDoValidityCheckingDefaultValue = 1;
! 13627:
! 13628: 2002-08-15 paf
! 13629:
! 13630: * src/classes/classes.h, www/htdocs/index.html: write to static var
! 13631: caused useless Exception, introduced Methoded::put_element wich
! 13632: consumes those
! 13633:
! 13634: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
! 13635: src/types/pa_vcookie.C, src/types/pa_vdate.h,
! 13636: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 13637: www/htdocs/index.html: $response:field[date]
! 13638: $response:field[$.xxx[date]]
! 13639:
! 13640: * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
! 13641: src/classes/void.C, src/include/pa_sql_connection.h,
! 13642: www/htdocs/index.html: fixed source of ^hash::sql{bad}
! 13643:
! 13644: * operators.txt: $request:body unprecessed POST request body
! 13645:
! 13646: * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
! 13647: unprecessed POST request
! 13648:
! 13649: * src/types/pa_value.h, src/types/pa_vdate.h,
! 13650: src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
! 13651: src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
! 13652: field not found", 0, &aname)
! 13653:
! 13654: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
! 13655: src/include/pa_request.h, src/main/pa_pool.C,
! 13656: src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
! 13657: planning/preparing_to $request:body r.post_data now const
! 13658:
! 13659: * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
! 13660: src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
! 13661: src/types/pa_vhash.h, src/types/pa_vobject.C,
! 13662: src/types/pa_vobject.h, src/types/pa_vtable.h,
! 13663: www/htdocs/index.html: instead of type() checking everywhere used
! 13664: Value.as now user descendants can be used in params.
! 13665:
! 13666: VObject::as_*, is_defined now taken from bases. xtable(table)
! 13667: ^if($xtable) now OK
! 13668:
! 13669: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
! 13670: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
! 13671: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
! 13672:
! 13673: 2002-08-14 paf
! 13674:
! 13675: * src/classes/xnode.h, src/main/execute.C,
! 13676: src/targets/cgi/parser3.dsp, src/types/pa_value.h,
! 13677: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 13678: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 13679: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 13680: src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
! 13681: src/types/pa_vform.h, src/types/pa_vhash.h,
! 13682: src/types/pa_vimage.h, src/types/pa_vmail.C,
! 13683: src/types/pa_vmail.h, src/types/pa_vmath.h,
! 13684: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 13685: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 13686: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 13687: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
! 13688: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 13689: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 13690: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 13691: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 13692: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 13693: src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
! 13694: VObject & VClass
! 13695:
! 13696: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
! 13697:
! 13698: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
! 13699: removed fixopt stupidity. on stupid linux use cd /document/root
! 13700: ../cgi/parser3 script
! 13701:
! 13702: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
! 13703: params, splitting them by space, excluding argv[0], argv[argc-1]
! 13704:
! 13705: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
! 13706: fixopt.h: fixopt now preprocesses command line params, splitting
! 13707: them by space, excluding argv[0], argv[argc-1]
! 13708:
! 13709: * src/targets/cgi/parser3.C: -f config file
! 13710:
! 13711: * src/targets/cgi/parser3.C, www/htdocs/auto.p,
! 13712: www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
! 13713:
! 13714: 2002-08-13 paf
! 13715:
! 13716: * src/types/pa_vobject.C, www/htdocs/derived.p,
! 13717: www/htdocs/index.html: allow override parent variables, useful
! 13718: for form descendants [in vobject too, were in vclass]
! 13719:
! 13720: * src/types/pa_vclass.C, www/htdocs/index.html: allow override
! 13721: parent variables, useful for form descendants
! 13722:
! 13723: * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
! 13724: form[vclass]fields can be overwritten in derived(table)
! 13725:
! 13726: * src/: classes/form.C, classes/mail.C, classes/op.C,
! 13727: classes/xnode.h, include/pa_request.h, main/execute.C,
! 13728: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
! 13729: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 13730: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
! 13731: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 13732: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
! 13733: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 13734: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 13735: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 13736: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 13737: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
! 13738: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 13739: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 13740: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
! 13741: Value::get_element(..., bool looking_down) [needed to exclude
! 13742: endless recoursion]
! 13743:
! 13744: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
! 13745: fix bug with put endless recoursion todo: check 'as'
! 13746:
! 13747: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
! 13748: reorganized modules todo: fix bug with put endless recoursion
! 13749: todo: check 'as'
! 13750:
! 13751: * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
! 13752: fields can be overwritten in derived(table)
! 13753:
! 13754: * www/htdocs/derived.p: sample: dont convinient that table fields
! 13755: can be overridden
! 13756:
! 13757: * src/types/pa_vobject.h, www/htdocs/derived.p,
! 13758: www/htdocs/index.html: derived classes can have fields of their
! 13759: own now
! 13760:
! 13761: * src/classes/table.C, src/types/pa_vtable.C,
! 13762: src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
! 13763: on using non-created table
! 13764:
! 13765: * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
! 13766: src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
! 13767: src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
! 13768: src/main/pa_request.C, src/types/pa_value.h,
! 13769: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 13770: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 13771: src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
! 13772: src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
! 13773: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 13774: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
! 13775: src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
! 13776: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 13777: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 13778: src/types/pa_vstateless_class.h,
! 13779: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 13780: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 13781: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 13782: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 13783: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 13784: src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
! 13785: now looking down/up tree todo: fix error message on
! 13786: non-constructed parents
! 13787:
! 13788: 2002-08-12 paf
! 13789:
! 13790: * src/types/pa_vstateless_class.h,
! 13791: src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
! 13792: derived OK
! 13793:
! 13794: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
! 13795: thorough testing
! 13796:
! 13797: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
! 13798: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
! 13799: types/pa_vobject.h, types/pa_vstateless_class.h,
! 13800: types/pa_vstateless_object.h, types/pa_wcontext.h,
! 13801: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
! 13802: ^base:create[] dynamic call rewritten todo: thorough testing
! 13803:
! 13804: * www/htdocs/: base.p, derived.p: not good - along upward-virtual
! 13805: call self eq child
! 13806:
! 13807: * src/types/pa_value.h, src/types/pa_vclass.h,
! 13808: src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
! 13809: VObject ctor now instantates base class, remembers it and saves
! 13810: child in parent VObject.get_class now returns last child =
! 13811: downward virtual calls OK
! 13812:
! 13813: * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
! 13814: src/types/pa_vdate.h, src/types/pa_vdouble.h,
! 13815: src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
! 13816: src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
! 13817: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
! 13818: src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
! 13819: src/types/pa_vtable.h, src/types/pa_vxdoc.h,
! 13820: src/types/pa_vxnode.h, src/types/pa_wcontext.h,
! 13821: src/types/types.dsp, www/htdocs/index.html: killed VAliased
! 13822: [redundant], moved $CLASS to VObject only [parser class instance]
! 13823:
! 13824: * bin/auto.p.dist.in: more like in dist on parser.ru
! 13825:
! 13826: * bin/auto.p.dist.in: fixed sendmail default comment
! 13827:
! 13828: * src/main/pa_request.C: $response:body[file] content-type check
! 13829: fixed [were bad when content-type is hash]
! 13830:
! 13831: 2002-08-09 paf
! 13832:
! 13833: * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
! 13834: src/types/pa_vobject.h, src/types/pa_vxdoc.h,
! 13835: www/htdocs/index.html: started as()
! 13836:
! 13837: 2002-08-08 paf
! 13838:
! 13839: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
! 13840: src/main/pa_globals.C, www/htdocs/index.html: year column in
! 13841: month calendar [week year]
! 13842:
! 13843: * src/main/execute.C, www/htdocs/index.html: error reporting on
! 13844: object writes to MAIN improved [were ruind with fixing
! 13845: $obj[^if(1){$obj}] ]
! 13846:
! 13847: * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
! 13848: $date.yearday $date.daylightsaving
! 13849:
! 13850: * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
! 13851: www/htdocs/index.html: in letter texts one can use tainted data
! 13852: now. only she must specify the language.
! 13853:
! 13854: ^mail:send[ $.from[paf@mail.design.ru]
! 13855: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
! 13856: $.text[^taint[uri][ìîñêâà]=] ]
! 13857:
! 13858: * www/htdocs/index.html: ^process now prints more precise origin
! 13859:
! 13860: * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
! 13861: www/htdocs/index.html: ^process now prints more precise origin
! 13862:
! 13863: * src/include/pa_string.h, www/htdocs/index.html:
! 13864: String::first_char now not fails on empty strings ^if(-f '') now
! 13865: ok and in 3 other places.
! 13866:
! 13867: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
! 13868: String::first_char now not fails on empty strings ^if(-f '') now
! 13869: ok and in 3 other places.
! 13870:
! 13871: 2002-08-07 paf
! 13872:
! 13873: * src/classes/string.C, src/main/pa_string.C,
! 13874: www/htdocs/index.html: ^string.mid(0;bad) fixed
! 13875:
! 13876: * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
! 13877: fixed
! 13878:
! 13879: * src/main/execute.C, src/types/pa_vcode_frame.h,
! 13880: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
! 13881: src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
! 13882: www/htdocs/index.html: vcodeframe were mistakenly not completely
! 13883: transparent to object writes. $hash[^if(1){$hash}] now works
! 13884:
! 13885: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
! 13886: now erasing cache file [there were bad check on that]
! 13887:
! 13888: * src/classes/classes.dsp, src/classes/table.C,
! 13889: src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
! 13890: src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
! 13891: .dsp now named 'Debug'
! 13892:
! 13893: * etc/parser3.charsets/Makefile.am: all included into dist
! 13894:
! 13895: * operators.txt, src/classes/mail.C: exception_type email.send
! 13896:
! 13897: * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
! 13898: exception_type email.format
! 13899:
! 13900: * src/types/pa_vmail.C, www/htdocs/global.xsl,
! 13901: www/htdocs/index.html: mail:send empty email checked
! 13902:
! 13903: 2002-08-06 paf
! 13904:
! 13905: * operators.txt, src/classes/table.C, src/include/pa_array.h,
! 13906: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
! 13907: www/htdocs/index.html: ^table::create[$source;$.options]
! 13908: ^table::join[$source;$.options]
! 13909:
! 13910: * operators.txt, src/classes/hash.C, src/classes/string.C,
! 13911: src/classes/table.C, www/htdocs/index.html: sql options can be
! 13912: string now ^xxx:sql{...}[ # $.default() }
! 13913:
! 13914: * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
! 13915: case fields
! 13916:
! 13917: * src/classes/file.C, src/include/pa_globals.h,
! 13918: src/main/pa_globals.C, src/main/pa_request.C,
! 13919: src/types/pa_vfile.C, src/types/pa_vfile.h,
! 13920: www/htdocs/index.html: $file.content-type [instead of .mime-type]
! 13921: now works for file::stat also
! 13922:
! 13923: * src/main/pa_request.C, www/htdocs/index.html: case insensitive
! 13924: mime_type_of
! 13925:
! 13926: * bin/auto.p.dist.in: jpeg
! 13927:
! 13928: 2002-08-05 paf
! 13929:
! 13930: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
! 13931:
! 13932: * src/types/pa_vmail.C: file buffer relocated to parser heap
! 13933:
! 13934: * operators.txt: comment on date:calendar week column
! 13935:
! 13936: * src/main/pa_common.C: write checked
! 13937:
! 13938: * src/main/: pa_common.C: write checked
! 13939:
! 13940: * src/classes/date.C: +1 buf size for stupid snprintfs
! 13941:
! 13942: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
! 13943: month calendar week column [ISO 8601 Week Numbers]
! 13944:
! 13945: 2002-08-02 paf
! 13946:
! 13947: * src/: include/pa_config_fixed.h, main/pa_string.C,
! 13948: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
! 13949: DEBUG*
! 13950:
! 13951: * configure, configure.in, src/include/pa_version.h: release
! 13952: 3_0_0005
! 13953:
! 13954: * bin/auto.p.dist.in: unhandled_exception comments
! 13955:
! 13956: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
! 13957: multipart post fixed
! 13958:
! 13959: * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
! 13960: src/types/pa_vform.C: response transcoded source->client only
! 13961: when text/* or simple onoverridden $response:body
! 13962:
! 13963: 2002-08-01 paf
! 13964:
! 13965: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 13966: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 13967: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 13968: classes/op.C, classes/response.C, classes/string.C,
! 13969: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 13970: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 13971: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 13972: include/pa_config_fixed.h, include/pa_dictionary.h,
! 13973: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
! 13974: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
! 13975: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
! 13976: include/pa_socks.h, include/pa_sql_connection.h,
! 13977: include/pa_sql_driver_manager.h, include/pa_stack.h,
! 13978: include/pa_string.h, include/pa_stylesheet_connection.h,
! 13979: include/pa_stylesheet_manager.h, include/pa_table.h,
! 13980: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 13981: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 13982: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
! 13983: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 13984: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
! 13985: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 13986: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 13987: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
! 13988: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 13989: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 13990: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
! 13991: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 13992: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 13993: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 13994: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 13995: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
! 13996: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
! 13997: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 13998: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 13999: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 14000: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 14001: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 14002: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
! 14003: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 14004: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 14005: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 14006: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 14007: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 14008: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 14009: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 14010: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 14011: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: 2013/10/29 16:21:27 $
! 14012:
! 14013: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
! 14014: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
! 14015: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 14016: classes/math.C, classes/op.C, classes/response.C,
! 14017: classes/string.C, classes/table.C, classes/void.C,
! 14018: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 14019: include/pa_array.h, include/pa_cache_managers.h,
! 14020: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 14021: include/pa_config_fixed.h, include/pa_config_includes.h,
! 14022: include/pa_dictionary.h, include/pa_dir.h,
! 14023: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 14024: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 14025: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 14026: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 14027: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 14028: include/pa_stack.h, include/pa_string.h,
! 14029: include/pa_stylesheet_connection.h,
! 14030: include/pa_stylesheet_manager.h, include/pa_table.h,
! 14031: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 14032: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
! 14033: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 14034: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
! 14035: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 14036: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 14037: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
! 14038: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
! 14039: main/pa_sql_driver_manager.C, main/pa_string.C,
! 14040: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 14041: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
! 14042: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 14043: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
! 14044: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 14045: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 14046: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 14047: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
! 14048: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 14049: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 14050: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 14051: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 14052: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
! 14053: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
! 14054: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 14055: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 14056: types/pa_vresponse.C, types/pa_vresponse.h,
! 14057: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 14058: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 14059: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 14060: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 14061: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 14062: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 14063: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
! 14064: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
! 14065: types/Makefile.am: ident.C* removed
! 14066:
! 14067: * operators.txt, src/classes/file.C, src/main/pa_request.C:
! 14068: file:find[/can/do/this/now.txt]
! 14069:
! 14070: * src/targets/cgi/parser3.C: usage to stdout now
! 14071:
! 14072: 2002-07-31 paf
! 14073:
! 14074: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
! 14075:
! 14076: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
! 14077: default "postmaster"
! 14078:
! 14079: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
! 14080: -f postmaster now default sendmail key word "postmaster"
! 14081: replaced to $.from
! 14082:
! 14083: 2002-07-30 paf
! 14084:
! 14085: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
! 14086: src/targets/cgi/parser3.C: removed pa_config_paths.h
! 14087:
! 14088: * src/main/pa_charset.C: comment
! 14089:
! 14090: * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
! 14091: convert, no char in table, &#decimal;
! 14092:
! 14093: * src/main/pa_request.C: comment
! 14094:
! 14095: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
! 14096: paragraf]
! 14097:
! 14098: 2002-07-11 paf
! 14099:
! 14100: * src/main/pa_exec.C: build command line badly added params twice
! 14101: [and first time without ' ']. double wrong. fixed.
! 14102:
! 14103: * src/main/pa_exec.C: invalid .exe caused error message with params
! 14104: wich parser did not provide = reported badly. fixed that.
! 14105:
! 14106: * src/classes/mail.C: $MAIL[ # xxx ]
! 14107:
! 14108: now ok
! 14109:
! 14110: * operators.txt: plan: sql detailed exception
! 14111:
! 14112: 2002-07-01 paf
! 14113:
! 14114: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
! 14115: [MForm.configure_admin were called when request.main_class ==0
! 14116:
! 14117: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
! 14118:
! 14119: * src/classes/form.C: content_length type fix
! 14120:
! 14121: 2002-06-30 paf
! 14122:
! 14123: * src/classes/mail.C: merged from 4
! 14124:
! 14125: * src/classes/mail.C: restored $MAIL
! 14126:
! 14127: 2002-06-28 paf
! 14128:
! 14129: * configure, configure.in: removed paths.h
! 14130:
! 14131: * configure, src/include/pa_version.h,
! 14132: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
! 14133: merged, makes updated
! 14134:
! 14135: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
! 14136: src/include/pa_charset.h, src/include/pa_config_fixed.h,
! 14137: src/include/pa_pool.h, src/include/pa_version.h,
! 14138: src/main/pa_charset.C, src/main/pa_pool.C,
! 14139: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
! 14140: src/types/pa_vmail.C, www/htdocs/index.html: merged latest
! 14141: updates to head
! 14142:
! 14143: 2002-06-27 paf
! 14144:
! 14145: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
! 14146: not error now
! 14147:
! 14148: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
! 14149: src/include/pa_config_fixed.h, src/include/pa_pool.h,
! 14150: src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
! 14151: ^xdoc::create[[uri]]... base uri for document being created,
! 14152: imports and other relative file names would be relative to this
! 14153: uri default uri=path_translated
! 14154:
! 14155: * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
! 14156: bug workaround
! 14157:
! 14158: 2002-06-26 paf
! 14159:
! 14160: * configure, configure.in, src/include/pa_version.h:
! 14161: release_3_0_0004
! 14162:
! 14163: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
! 14164: 0 now
! 14165:
! 14166: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
! 14167:
! 14168: 2002-06-25 paf
! 14169:
! 14170: * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
! 14171: string of whitespaces considered bad number now
! 14172:
! 14173: * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
! 14174:
! 14175: * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
! 14176: ^xdoc.transform[xdoc <<can be now
! 14177:
! 14178: * operators.txt, src/classes/string.C, www/htdocs/index.html:
! 14179: ^string.normalize [old name: optimize
! 14180:
! 14181: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
! 14182: library configured
! 14183:
! 14184: * src/main/pa_request.C: configure_admin forced if no @conf
! 14185:
! 14186: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
! 14187: src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
! 14188: to generate random salt when needed and to call system crypt() if
! 14189: not $apr1$ prefix
! 14190:
! 14191: 2002-06-24 paf
! 14192:
! 14193: * INSTALL: --with-static/shared-mailreceive described
! 14194:
! 14195: * src/include/pa_config_fixed.h: ssize_t fixed
! 14196:
! 14197: * configure, configure.in, src/include/pa_config_auto.h.in,
! 14198: src/targets/cgi/Makefile.am, src/types/Makefile.am,
! 14199: src/types/pa_vmail.C: $mail:received makes update
! 14200:
! 14201: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
! 14202: WITH_MAILRECEIVE
! 14203:
! 14204: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
! 14205:
! 14206: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
! 14207: option, for $mail:receive
! 14208:
! 14209: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
! 14210: introducting $message:received ^mail:send rewritten with backward
! 14211: comp
! 14212:
! 14213: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
! 14214: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 14215: types/types.dsp: win32xml win32mailreceive pseudomodules paths
! 14216: now
! 14217:
! 14218: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
! 14219: src/include/pa_charset.h, src/include/pa_config_fixed.h,
! 14220: src/include/pa_request.h, src/include/pa_string.h,
! 14221: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
! 14222: src/main/pa_globals.C, src/main/pa_request.C,
! 14223: src/main/pa_string.C, src/main/pa_uue.C,
! 14224: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
! 14225: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
! 14226: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
! 14227: www/htdocs/index.html: uue to separate file introducting
! 14228: $message:received ^mail:send rewritten with backward comp
! 14229:
! 14230: 2002-06-21 paf
! 14231:
! 14232: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
! 14233: co changes
! 14234:
! 14235: * configure, configure.in, src/lib/md5/Makefile.am,
! 14236: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
! 14237: restructure .in and .am files appropriate changes
! 14238:
! 14239: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
! 14240: pcre to libs/ added libs/md5 which is linked to non-apache
! 14241: targets ^math:crypt[password;$apr1$salt]
! 14242:
! 14243: * INSTALL, configure.in, operators.txt, parser3.dsw,
! 14244: src/Makefile.am, src/classes/Makefile.am,
! 14245: src/classes/classes.dsp, src/classes/math.C,
! 14246: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
! 14247: src/lib/pcre/Makefile.am, src/lib/pcre/README,
! 14248: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
! 14249: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
! 14250: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
! 14251: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
! 14252: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
! 14253: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
! 14254: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
! 14255: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
! 14256: src/lib/pcre/pcre_parser_ctype.dsp,
! 14257: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
! 14258: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
! 14259: src/main/compile.tab.C, src/main/main.dsp,
! 14260: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
! 14261: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
! 14262: src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
! 14263: src/lib/Makefile.am: moved libltdl and pcre to libs/ added
! 14264: libs/md5 which is linked to non-apache targets
! 14265: ^math:crypt[password;$apr1$salt]
! 14266:
! 14267: 2002-06-20 paf
! 14268:
! 14269: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
! 14270: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
! 14271: src/doc/doxygen.cfg, src/include/pa_globals.h,
! 14272: src/include/pa_request.h, src/main/execute.C,
! 14273: src/main/pa_request.C, src/targets/cgi/parser3.C,
! 14274: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
! 14275: www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
! 14276: updates, mainly file:justname&co & @auto/conf[filespec
! 14277:
! 14278: * operators.txt, src/classes/file.C, www/htdocs/auto.p,
! 14279: www/htdocs/index.html: !^file:dirname[/a/some.tar.gz]=/a
! 14280: !^file:dirname[/a/b/]=/a
! 14281: !^file:basename[/a/some.tar.gz]=some.tar.gz
! 14282: !^file:justname[/a/some.tar.gz]=some.tar
! 14283: !^file:justext[/a/some.tar.gz]=gz
! 14284:
! 14285: * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
! 14286: src/main/pa_request.C, src/types/pa_vmethod_frame.h,
! 14287: www/htdocs/auto.p, www/htdocs/index.html: introducing
! 14288: @conf/auto[filespec]
! 14289:
! 14290: * bin/auto.p.dist.in: <noindex>
! 14291:
! 14292: * configure: parser3.conf renamed to auto.p autoconf changes
! 14293:
! 14294: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
! 14295: bin/auto.p.dist.in, src/doc/doxygen.cfg,
! 14296: src/include/pa_globals.h, src/targets/cgi/parser3.C,
! 14297: src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
! 14298: www/htdocs/index.html: parser3.conf renamed to auto.p
! 14299:
! 14300: 2002-06-18 paf
! 14301:
! 14302: * configure, configure.in, src/include/pa_version.h: version to
! 14303: configure.in
! 14304:
! 14305: * INSTALL: reflected .conf.dist dir change
! 14306:
! 14307: * Makefile.am, configure, configure.in, bin/Makefile.am,
! 14308: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
! 14309: .in & *.am updated
! 14310:
! 14311: * src/classes/file.C: strncasecmp
! 14312:
! 14313: * src/classes/file.C: strcasecmp
! 14314:
! 14315: * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
! 14316: bin/parser3.conf.dist [moved from etc
! 14317:
! 14318: * src/classes/file.C: ^file::exec[script;$.bad error case
! 14319: insensitive check now
! 14320:
! 14321: * src/classes/file.C, www/htdocs/index.html:
! 14322: ^file::exec[script;$.bad now error, not skip
! 14323:
! 14324: * configure, configure.in, src/include/pa_pool.h,
! 14325: src/include/pa_types.h: pack configure.in detection simplified.
! 14326: figured out that gcc on sparc not that stupid as thought
! 14327: previously: on sparc: when it sees packed class it modifies it's
! 14328: field-access-code to byte operations [stb, ldub] instead of 4byte
! 14329: operations [st, lduh] so packed must be all parts of packed
! 14330: class, i.e. it's parents&fields(classes). for now it's only
! 14331: String that packed and what was wrong is that it's parent -
! 14332: Pooled, were not packed. fixed that.
! 14333:
! 14334: 2002-06-14 paf
! 14335:
! 14336: * operators.txt: more precise xml-to-text options
! 14337:
! 14338: * operators.txt, src/types/pa_vxnode.C: xnode
! 14339: attribute_node.name/value xnode pi.node.data
! 14340:
! 14341: 2002-06-12 paf
! 14342:
! 14343: * configure, configure.in, src/targets/cgi/Makefile.am,
! 14344: src/targets/cgi/parser3.C: removed root conf define creation
! 14345:
! 14346: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
! 14347: src/include/pa_globals.h, src/include/pa_request.h,
! 14348: src/main/compile.tab.C, src/main/pa_globals.C,
! 14349: src/main/pa_request.C, src/targets/cgi/parser3.C,
! 14350: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
! 14351:
! 14352: * src/classes/mail.C: sendmail -ti [default now]
! 14353:
! 14354: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
! 14355: to be strings. for convinient #ing
! 14356:
! 14357: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
! 14358: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
! 14359:
! 14360: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
! 14361: main/pa_globals.C, main/pa_request.C: @conf
! 14362:
! 14363: 2002-06-11 paf
! 14364:
! 14365: * src/classes/file.C: check simplified
! 14366:
! 14367: * src/classes/file.C, src/targets/cgi/parser3.dsp,
! 14368: src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
! 14369: www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
! 14370: prefix
! 14371:
! 14372: * src/classes/file.C, src/include/pa_request.h,
! 14373: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
! 14374: src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
! 14375: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
! 14376:
! 14377: 2002-06-10 paf
! 14378:
! 14379: * operators.txt, src/classes/op.C, src/include/pa_common.h,
! 14380: src/main/pa_common.C: lock failures reported now
! 14381:
! 14382: * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
! 14383: bug fixed optimization string->double @ compile time were
! 14384: not-enough-checking...
! 14385:
! 14386: * src/main/compile.tab.C, src/main/pa_string.C,
! 14387: www/htdocs/index.html: whitespace after number in autoconvert now
! 14388: ignored
! 14389:
! 14390: * src/types/pa_vform.C, src/types/pa_vform.h,
! 14391: www/htdocs/index.html: $form: not determined yet check
! 14392:
! 14393: * src/classes/mail.C: mail netscape attachment name fixed. todo:
! 14394: $response:body content-type:name
! 14395:
! 14396: * configure, configure.in: hpux check, nsl link, no socket
! 14397:
! 14398: * operators.txt: old merge conflict removed
! 14399:
! 14400: * configure, configure.in: pack even address access on sparc&co
! 14401: arch checked in configure
! 14402:
! 14403: * configure, src/include/pa_version.h: makes
! 14404:
! 14405: * configure, configure.in, src/include/pa_version.h: makes
! 14406:
! 14407: * src/main/untaint.C: (bug#2) mail subject got always prepended
! 14408: with charset even when all letters were 7bit one
! 14409:
! 14410: * src/main/pa_common.C: merged fixed -d (bug)
! 14411:
! 14412: * src/main/pa_common.C: fixed -d (bug)
! 14413:
! 14414: 2002-06-03 paf
! 14415:
! 14416: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
! 14417: src/classes/classes.dsp, src/main/compile.tab.C,
! 14418: src/main/main.dsp, src/main/pa_globals.C,
! 14419: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 14420: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
! 14421: www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
! 14422: modules dirs structure
! 14423:
! 14424: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
! 14425: main/pa_globals.C, targets/cgi/parser3.dsp,
! 14426: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
! 14427: modules
! 14428:
! 14429: 2002-05-28 paf
! 14430:
! 14431: * src/targets/cgi/parser3.C: info.uri now ""
! 14432:
! 14433: 2002-05-17 paf
! 14434:
! 14435: * src/classes/: table.C: ^table.save << checked empty
! 14436: pre/match/post columns
! 14437:
! 14438: 2002-05-16 paf
! 14439:
! 14440: * src/classes/image.C, www/htdocs/index.html: image::measure can
! 14441: png now
! 14442:
! 14443: 2002-05-15 paf
! 14444:
! 14445: * operators.txt, src/classes/date.C, www/htdocs/index.html:
! 14446: ^date::create[%H:%M[:%S]] added
! 14447:
! 14448: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
! 14449:
! 14450: * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
! 14451: www/htdocs/auto.p, www/htdocs/index.html:
! 14452: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
! 14453:
! 14454: 2002-05-14 paf
! 14455:
! 14456: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
! 14457:
! 14458: 2002-05-07 paf
! 14459:
! 14460: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
! 14461: src/include/pa_globals.h, src/include/pa_request.h,
! 14462: src/include/pa_table.h, src/main/compile.tab.C,
! 14463: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
! 14464: src/main/pa_request.C, src/main/pa_table.C,
! 14465: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
! 14466: src/targets/isapi/parser3isapi.dsp,
! 14467: src/targets/isapi/pool_storage.h, src/types/types.dsp,
! 14468: www/htdocs/parser-status.html: Table name2number field now &.
! 14469: main_method_name now on Request pool rather on global_pool
! 14470: [Junction+VJunction created on same pool as name = were created
! 14471: on global pool, causing mem leaks]
! 14472:
! 14473: * src/classes/classes.dsp, src/classes/op.C,
! 14474: src/include/pa_globals.h, src/include/pa_request.h,
! 14475: src/include/pa_table.h, src/main/compile.tab.C,
! 14476: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
! 14477: src/main/pa_request.C, src/main/pa_table.C,
! 14478: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
! 14479: src/targets/isapi/parser3isapi.dsp,
! 14480: src/targets/isapi/pool_storage.h, src/types/types.dsp,
! 14481: www/htdocs/parser-status.html: Table name2number field now &.
! 14482: main_method_name now on Request pool rather on global_pool
! 14483: [Junction+VJunction created on same pool as name = were created
! 14484: on global pool, causing mem leaks]
! 14485:
! 14486: 2002-05-06 paf
! 14487:
! 14488: * src/: main/pa_globals.C, targets/cgi/parser3.C,
! 14489: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
! 14490: 100*40 bytes per request memory leak [nonpool malloc in globals]
! 14491:
! 14492: * src/: main/pa_globals.C, targets/cgi/parser3.C,
! 14493: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
! 14494: 100*40 bytes per request memory leak [nonpool malloc in globals]
! 14495:
! 14496: 2002-04-30 paf
! 14497:
! 14498: * configure, src/include/pa_version.h: version now not b
! 14499:
! 14500: * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
! 14501: www/htdocs/index.html: request.uri now never 0
! 14502:
! 14503: 2002-04-29 paf
! 14504:
! 14505: * configure.in: removed b
! 14506:
! 14507: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
! 14508: Exception::comment/type checked in (), no there's no empty
! 14509: type/comment by default
! 14510:
! 14511: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
! 14512: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
! 14513: src/doc/value.dox, src/include/pa_exception.h,
! 14514: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
! 14515: 0001
! 14516:
! 14517: 2002-04-26 paf
! 14518:
! 14519: * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
! 14520: www/htdocs/index.html: doxygen dot image size reduced
! 14521:
! 14522: 2002-04-25 paf
! 14523:
! 14524: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
! 14525: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
! 14526: now that took into account
! 14527:
! 14528: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
! 14529: 01:03:04]
! 14530:
! 14531: * ChangeLog, operators.txt, src/classes/date.C,
! 14532: www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
! 14533:
! 14534: * ChangeLog: updated changelog
! 14535:
! 14536: * www/htdocs/index.html: sample of 'using junction out of context'
! 14537:
! 14538: * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
! 14539: removed restriction on column count to ^table.hash to work, now
! 14540: must be >0 [were >1]
! 14541:
! 14542: 2002-04-24 paf
! 14543:
! 14544: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
! 14545: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 14546: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
! 14547: targets
! 14548:
! 14549: 2002-04-23 paf
! 14550:
! 14551: * operators.txt, src/classes/string.C, www/htdocs/index.html:
! 14552: int/double/string:sql{}[$.default{code}] fixed [were barking:
! 14553: "junction used outside of context"]
! 14554:
! 14555: 2002-04-22 paf
! 14556:
! 14557: * types.txt, src/classes/string.C, src/include/pa_string.h,
! 14558: src/main/pa_string.C, src/types/pa_vstring.C,
! 14559: src/types/pa_vstring.h: ^string.optimize[]
! 14560:
! 14561: * src/: include/pa_globals.h, include/pa_table.h,
! 14562: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
! 14563: table template
! 14564:
! 14565: * src/classes/: string.C: optimize removed from string
! 14566: .left/right/pos
! 14567:
! 14568: * src/main/execute.C: rolled back to
! 14569: before_killing_userjunction_contexts
! 14570:
! 14571: * src/main/execute.C, www/htdocs/index.html: user junctions context
! 14572: killed
! 14573:
! 14574: * src/main/execute.C, www/htdocs/index.html: junctions to local
! 14575: contexts got cleanized&checked later
! 14576:
! 14577: 2002-04-19 paf
! 14578:
! 14579: * src/classes/string.C, src/include/pa_request.h,
! 14580: src/include/pa_string.h, src/main/pa_request.C,
! 14581: src/main/pa_string.C, src/types/pa_vstring.C,
! 14582: src/types/pa_vstring.h, www/htdocs/index.html: string now
! 14583: optimized prior to .left .right .mid .pos .match when that is
! 14584: profitable, and always before .replace when $ORIGINS(1)
! 14585: optimization disabled economy from not wasting mem on lots of
! 14586: strings which occur by lots of String:mid calls to get parts of
! 14587: source string between found_occurances
! 14588:
! 14589: * src/classes/file.C: ovector now local economy: 16 bytes per
! 14590: ^file:list
! 14591:
! 14592: * src/: include/pa_globals.h, include/pa_table.h,
! 14593: main/pa_globals.C, main/pa_string.C: String::match table columns
! 14594: globalized, not created @ each ^match anymore economy:
! 14595: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
! 14596:
! 14597: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
! 14598: removed from each String::match replace iteration, and made
! 14599: stacked sizeof(VTable)=12bytes economy on each replace code
! 14600:
! 14601: * src/doc/footer.htm: 2001,
! 14602:
! 14603: * src/classes/string.C, src/include/pa_string.h,
! 14604: src/main/pa_string.C, www/htdocs/index.html: string.match[][']
! 14605: option enables generation of $match.prematch .match .postmatch
! 14606: columns
! 14607:
! 14608: * src/main/pa_string.C: String::match options analized without
! 14609: cstr-ing them now
! 14610:
! 14611: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
! 14612: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
! 14613: config updated to doxygen 1.2.15, created helper which fixes
! 14614: minor bugs in chm project files & htm tree. changed extension to
! 14615: .htm
! 14616:
! 14617: 2002-04-18 paf
! 14618:
! 14619: * src/doc/doxygen.cfg: .chi generation disabled
! 14620:
! 14621: * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
! 14622: src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
! 14623: xdoc(xnode) now fully - fields&methods
! 14624:
! 14625: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
! 14626: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
! 14627: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
! 14628: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
! 14629: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
! 14630: types/pa_vresponse.h, types/pa_vstateless_class.h,
! 14631: types/pa_vstateless_object.h, types/pa_vstatus.h,
! 14632: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
! 14633: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
! 14634: VStateless_class to VObject
! 14635:
! 14636: * src/main/pa_request.C, src/types/pa_valiased.h,
! 14637: src/types/pa_vstateless_class.h,
! 14638: src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
! 14639: www/htdocs/index.html: VStateless_string_object speicalized light
! 14640: version of VStateless_object
! 14641:
! 14642: * src/classes/op.C: ^throw comment param made optional
! 14643:
! 14644: * src/types/pa_valiased.C, src/types/pa_valiased.h,
! 14645: src/types/pa_vclass.h, src/types/pa_vobject.h,
! 14646: src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
! 14647: alias now virtual and implemented down in VClass, fclass_alias
! 14648: removed,
! 14649:
! 14650: * src/types/pa_value.C: forced to cut that from .h because of
! 14651: VStateless_class usage [undefined in .h]
! 14652:
! 14653: * src/include/pa_opcode.h, src/main/compile.tab.C,
! 14654: src/main/compile.y, src/main/compile_tools.C,
! 14655: src/main/compile_tools.h, src/main/execute.C,
! 14656: src/main/pa_request.C, src/types/pa_vmethod_frame.h,
! 14657: www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
! 14658: VCodeFrame move to stack [no more heap waste on each CALL]
! 14659:
! 14660: * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
! 14661: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
! 14662: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
! 14663: src/classes/math.C, src/classes/op.C, src/classes/response.C,
! 14664: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 14665: src/classes/xnode.C, src/include/pa_globals.h,
! 14666: src/include/pa_request.h, src/main/execute.C,
! 14667: src/main/pa_globals.C, src/main/pa_request.C,
! 14668: src/types/Makefile.am, src/types/pa_value.h,
! 14669: src/types/pa_vdouble.h, src/types/pa_vform.C,
! 14670: src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
! 14671: src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
! 14672: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 14673: src/types/pa_wwrapper.h, src/types/types.dsp,
! 14674: www/htdocs/index.html: removed Value::fname
! 14675:
! 14676: 2002-04-17 paf
! 14677:
! 14678: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
! 14679: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
! 14680: doc/pooled.dox, doc/string.dox, doc/targets.dox,
! 14681: include/pa_pool.h, include/pa_types.h: dox updated to current
! 14682: state, PTHROW freshen to throw & co
! 14683:
! 14684: * src/types/pa_vhash.h: vstring wrong parent fixed
! 14685:
! 14686: * src/classes/op.C: taint local result var bug fixed
! 14687:
! 14688: 2002-04-16 paf
! 14689:
! 14690: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
! 14691: Attic asm.txt as most interesting
! 14692:
! 14693: * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
! 14694: www/htdocs/index.html: removed check, preventing content-length:
! 14695: 0 from appearing
! 14696:
! 14697: * src/main/execute.C, www/htdocs/index.html: $result in @main now
! 14698: taken into account as in usual functions
! 14699:
! 14700: * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
! 14701: $result in @postprocess & @unhandled_exception now taken into
! 14702: account as in usual functions
! 14703:
! 14704: * src/doc/postbuild.txt: instructions on post .html build
! 14705:
! 14706: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
! 14707:
! 14708: * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
! 14709: stderr of execs mark as tainted
! 14710:
! 14711: * src/main/pa_request.C: uri in error log
! 14712:
! 14713: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
! 14714: cheched date:create(days) param for validity [later were assumed
! 14715: valid and crashed on invalid onces]
! 14716:
! 14717: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 14718: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
! 14719: and used that for removing VString wrapper
! 14720:
! 14721: * src/classes/op.C: exception2vhash file now tainted
! 14722:
! 14723: * src/classes/op.C: _process pseudo origin copied from local var to
! 14724: heap
! 14725:
! 14726: * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
! 14727: origin in _execute
! 14728:
! 14729: 2002-04-15 paf
! 14730:
! 14731: * src/: main/execute.C, types/pa_value.h: fixed name update
! 14732:
! 14733: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
! 14734: functions
! 14735:
! 14736: * src/: classes/file.C, classes/hash.C, classes/op.C,
! 14737: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
! 14738: started dual write_xxx_lang functions, if checked & works
! 14739:
! 14740: * src/: classes/date.C, classes/file.C, classes/mail.C,
! 14741: classes/string.C, classes/xnode.C, include/pa_request.h,
! 14742: types/pa_value.h, types/pa_wcontext.h: removed absolutely
! 14743: unnecessary VString shells
! 14744:
! 14745: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
! 14746: prev changes]
! 14747:
! 14748: * src/: classes/image.C, classes/op.C, classes/string.C,
! 14749: classes/table.C, include/pa_request.h, main/execute.C,
! 14750: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
! 14751: StringOrValue wcontext result, now ready for dual writes
! 14752:
! 14753: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
! 14754: checked that
! 14755:
! 14756: * src/main/: compile.tab.C, compile.y, compile_tools.C,
! 14757: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
! 14758: changed to OP_WRITE_VALUE in var get cases
! 14759:
! 14760: * src/classes/op.C, src/include/pa_globals.h,
! 14761: src/include/pa_opcode.h, src/include/pa_request.h,
! 14762: src/main/compile.tab.C, src/main/compile.y,
! 14763: src/main/compile_tools.C, src/main/compile_tools.h,
! 14764: src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
! 14765: src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
! 14766: constructor fixed [were problems with using of stacked wwrapper
! 14767: after it's death]
! 14768:
! 14769: 2002-04-12 paf
! 14770:
! 14771: * operators.txt, src/classes/table.C, www/htdocs/index.html:
! 14772: table.select(expression) 0
! 14773:
! 14774: 2002-04-11 paf
! 14775:
! 14776: * src/: classes/string.C, include/pa_request.h, main/execute.C:
! 14777: Request::process_internal codeFrame & wwrapper stacked [not
! 14778: wasting heap anymore]
! 14779:
! 14780: 2002-04-10 paf
! 14781:
! 14782: * src/: classes/double.C, classes/file.C, classes/hash.C,
! 14783: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
! 14784: classes/string.C, classes/table.C, classes/void.C,
! 14785: classes/xdoc.C, include/pa_request.h, main/execute.C,
! 14786: main/pa_string.C: killed Request::process() wrapping
! 14787: VString(String) in case we need only String
! 14788:
! 14789: * src/include/pa_string.h, src/main/pa_string.C,
! 14790: src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
! 14791: String.head
! 14792:
! 14793: 2002-04-09 paf
! 14794:
! 14795: * src/: main/compile.tab.C, targets/cgi/parser3.C,
! 14796: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
! 14797: local*/char b[...]; a=b; situations
! 14798:
! 14799: * operators.txt, src/classes/xdoc.C: xslt params made literal
! 14800:
! 14801: * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
! 14802: xslt params fixed
! 14803:
! 14804: * src/: main/pa_common.C, targets/cgi/parser3.C,
! 14805: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
! 14806: not pool.malloc(MAX_NUMBER) but really neaded
! 14807:
! 14808: * operators.txt, src/classes/double.C, src/classes/int.C,
! 14809: www/htdocs/global.xsl: int/double.int/double(default)
! 14810:
! 14811: 2002-04-04 paf
! 14812:
! 14813: * src/include/pa_string.h, src/main/pa_string.C,
! 14814: www/htdocs/index.html: fixed string.replace [when reconstructing
! 14815: pieces were split by max_integral(piece.size), thus some strings
! 14816: to replace happen to be split into two = not replaced)
! 14817:
! 14818: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
! 14819: standalone version = current dir
! 14820:
! 14821: * src/targets/cgi/parser3.C: document root in standalone version =
! 14822: current dir
! 14823:
! 14824: 2002-04-03 paf
! 14825:
! 14826: * configure, configure.in: more checks on nonexistent charset
! 14827:
! 14828: * INSTALL, configure, configure.in: root config configure options
! 14829:
! 14830: 2002-04-02 paf
! 14831:
! 14832: * src/main/compile.C: parser.compile [exception name more like in
! 14833: doc]
! 14834:
! 14835: 2002-04-01 paf
! 14836:
! 14837: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
! 14838: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
! 14839: .content-type.charset, not .charset
! 14840:
! 14841: 2002-03-29 paf
! 14842:
! 14843: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
! 14844:
! 14845: * operators.txt, src/classes/date.C, www/htdocs/index.html:
! 14846: ^date::create now may not supply day, default 1. checked 29.03
! 14847: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
! 14848:
! 14849: 2002-03-28 paf
! 14850:
! 14851: * operators.txt, src/classes/date.C, src/classes/op.C,
! 14852: src/include/pa_globals.h, src/include/pa_hash.h,
! 14853: src/main/pa_globals.C, src/types/pa_vdate.h,
! 14854: www/htdocs/index.html: ^cache[file][date]{ ^cache(seconds)
! 14855: ^cache[date] }
! 14856:
! 14857: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
! 14858: param
! 14859:
! 14860: 2002-03-27 paf
! 14861:
! 14862: * operators.txt, src/classes/date.C, src/classes/double.C,
! 14863: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
! 14864: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
! 14865: src/classes/math.C, src/classes/op.C, src/classes/string.C,
! 14866: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 14867: src/classes/xnode.C, src/include/pa_exception.h,
! 14868: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
! 14869: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
! 14870: src/main/pa_array.C, src/main/pa_charset.C,
! 14871: src/main/pa_charsets.C, src/main/pa_common.C,
! 14872: src/main/pa_dictionary.C, src/main/pa_exception.C,
! 14873: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
! 14874: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
! 14875: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
! 14876: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 14877: src/types/pa_value.h, src/types/pa_vcookie.C,
! 14878: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
! 14879: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
! 14880: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
! 14881: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
! 14882: src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
! 14883: exception types
! 14884:
! 14885: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
! 14886: src/include/pa_request.h, src/main/execute.C,
! 14887: src/main/pa_request.C: decided agains resetting exception_trace,
! 14888: just changed name
! 14889:
! 14890: 2002-03-26 paf
! 14891:
! 14892: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
! 14893: fixed
! 14894:
! 14895: * src/classes/op.C, www/htdocs/index.html: forced language of
! 14896: $source field of exception to 'tainted', so that sql-langed-frags
! 14897: could be outputed outside of connect
! 14898:
! 14899: * operators.txt: removed date.roll limit of +-1 offset
! 14900:
! 14901: * src/classes/date.C, www/htdocs/index.html: removed date.roll
! 14902: limit of +-1 offset
! 14903:
! 14904: * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
! 14905: date roll on daylightsaving days mktime took into account
! 14906: tm_isdst flag, which remained from BEFORE roll, but should have
! 14907: been reset
! 14908:
! 14909: 2002-03-25 paf
! 14910:
! 14911: * operators.txt, src/targets/cgi/parser3.C:
! 14912: http_site_config_filespec
! 14913:
! 14914: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
! 14915: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
! 14916: with any/both --disable-foreign-group-files --disable-execs
! 14917:
! 14918: * INSTALL: "--with=sendmail=COMMAND" comment
! 14919:
! 14920: * INSTALL, configure, configure.in, src/classes/mail.C,
! 14921: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
! 14922: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
! 14923: disables execs also. introducing --sendmail
! 14924:
! 14925: * operators.txt: pgsql options comment
! 14926:
! 14927: * INSTALL: comment on --disable-link-stdcpp
! 14928:
! 14929: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
! 14930: libstdc++ link skipping configure option
! 14931:
! 14932: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
! 14933: with error were put to cache with 'marked_to_rollback' flag, all
! 14934: consequent even OK requests rolled back
! 14935:
! 14936: 2002-03-22 paf
! 14937:
! 14938: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
! 14939: false return
! 14940:
! 14941: * operators.txt: few comments on sets
! 14942:
! 14943: 2002-03-18 paf
! 14944:
! 14945: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
! 14946: src/include/pa_globals.h, src/include/pa_request.h,
! 14947: src/include/pa_stack.h, src/main/pa_globals.C,
! 14948: src/main/pa_request.C, www/htdocs/index.html: introducing ^try
! 14949:
! 14950: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
! 14951: types/pa_vdouble.h: removed some tested @tests
! 14952:
! 14953: 2002-03-15 paf
! 14954:
! 14955: * operators.txt, src/classes/table.C, www/htdocs/index.html:
! 14956: ^table.locate(logical expr)
! 14957:
! 14958: 2002-03-13 paf
! 14959:
! 14960: * src/main/pa_exception.C: checked not-pooled malloc
! 14961:
! 14962: 2002-03-11 paf
! 14963:
! 14964: * INSTALL, configure, configure.in,
! 14965: src/include/pa_config_auto.h.in: --disable-foreign-group-files
! 14966:
! 14967: * src/main/pa_common.C: --disable-foreign-group-files
! 14968:
! 14969: * INSTALL, www/htdocs/index.html: --disable-execs
! 14970:
! 14971: * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
! 14972:
! 14973: * configure, configure.in, src/include/pa_config_auto.h.in:
! 14974: --disable-execs
! 14975:
! 14976: * src/include/pa_config_fixed.h, src/main/pa_exec.C,
! 14977: www/htdocs/index.html: --disable-execs
! 14978:
! 14979: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
! 14980: file::exec/cgi linebreaks "0D0A" changed to 0A onces
! 14981:
! 14982: 2002-03-05 paf
! 14983:
! 14984: * operators.txt, src/classes/date.C: date week calendar columns
! 14985: named
! 14986:
! 14987: * operators.txt, src/classes/date.C: date week calendar columns
! 14988: named
! 14989:
! 14990: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
! 14991: requires headers to be terminated with \r\n manually [refuses to
! 14992: separate header/body itself]
! 14993:
! 14994: * src/main/pa_globals.C, src/targets/cgi/parser3.C,
! 14995: src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
! 14996: site config beside .dll
! 14997:
! 14998: 2002-03-04 paf
! 14999:
! 15000: * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
! 15001: process body now evaluated in PASS language
! 15002:
! 15003: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
! 15004: deserialize checks on broken file
! 15005:
! 15006: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
! 15007: parser3isapi.dsp: isapi updated
! 15008:
! 15009: 2002-03-01 paf
! 15010:
! 15011: * src/main/pa_exec.C: execle -> execve, now argc OK
! 15012:
! 15013: 2002-02-28 paf
! 15014:
! 15015: * src/main/untaint.C: removed some debug comments
! 15016:
! 15017: * src/main/pa_charsets.C: when placing charset to cache using
! 15018: global name now [were request]
! 15019:
! 15020: * configure, configure.in: apache module updated
! 15021:
! 15022: * www/htdocs/auto.p: apache module updated
! 15023:
! 15024: * src/main/pa_string.C: origin by first piece preferred before last
! 15025: piece
! 15026:
! 15027: 2002-02-27 paf
! 15028:
! 15029: * src/main/pa_charset.C: size_t
! 15030:
! 15031: * INSTALL: shared/static-xml with-pathlink
! 15032:
! 15033: * operators.txt: SMTP comment
! 15034:
! 15035: 2002-02-26 paf
! 15036:
! 15037: * src/main/pa_exec.C: more precise names for vars, cosmetic
! 15038:
! 15039: * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
! 15040: www/htdocs/index.html: in some situation, xpath query returned
! 15041: result with type NODESET, but empty nodeset member field, checked
! 15042: that
! 15043:
! 15044: 2002-02-22 paf
! 15045:
! 15046: * INSTALL: without-zlib comment
! 15047:
! 15048: * etc/parser3.charsets/windows-1251.cfg: °
! 15049:
! 15050: * configure, configure.in: glib###.a detection fixed
! 15051:
! 15052: * INSTALL: hashfile removed from INSTALL
! 15053:
! 15054: * Makefile.am: make update
! 15055:
! 15056: * src/main/pa_string.C: string iterators fixed again, so were
! 15057: String::join_chain
! 15058:
! 15059: * src/main/pa_string.C: string iterators fixed again, so were
! 15060: String::join_chain
! 15061:
! 15062: * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
! 15063: www/htdocs/index.html: string iterators fixed again, so were
! 15064: String::join_chain
! 15065:
! 15066: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
! 15067:
! 15068: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
! 15069: "session"
! 15070:
! 15071: * configure, configure.in, src/include/pa_config_auto.h.in:
! 15072: --with-shared-xml --with-static-xml
! 15073:
! 15074: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
! 15075: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 15076: types/types.dsp: *.dsp: removed refereces to win32db & ancient
! 15077: xalan&xml
! 15078:
! 15079: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
! 15080:
! 15081: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
! 15082: src/types/types.dsp: removed hashfile support from sources for
! 15083: now
! 15084:
! 15085: * configure, configure.in, src/classes/Makefile.am,
! 15086: src/classes/hashfile.C, src/include/Makefile.am,
! 15087: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
! 15088: src/include/pa_db_manager.h, src/include/pa_db_table.h,
! 15089: src/main/Makefile.am, src/main/pa_db_connection.C,
! 15090: src/main/pa_db_manager.C, src/main/pa_db_table.C,
! 15091: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
! 15092: src/types/Makefile.am, src/types/pa_vhashfile.C,
! 15093: src/types/pa_vhashfile.h: removed hashfile support for now
! 15094:
! 15095: 2002-02-21 paf
! 15096:
! 15097: * src/main/untaint.C: removed debug code, activated commented-for
! 15098: debug parts
! 15099:
! 15100: * Makefile.am: make cvsupdate
! 15101:
! 15102: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
! 15103: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
! 15104: append_row, not at link zero now string to string appending works
! 15105:
! 15106: 2002-02-20 paf
! 15107:
! 15108: * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
! 15109: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
! 15110: www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
! 15111:
! 15112: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 15113: economy: 22%
! 15114:
! 15115: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 15116: space uptimized: string::link_row removed
! 15117:
! 15118: * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
! 15119: src/main/pa_db_manager.C, src/main/pa_dictionary.C,
! 15120: src/main/pa_string.C, src/main/untaint.C,
! 15121: src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
! 15122: src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
! 15123: string::is_empty
! 15124:
! 15125: * operators.txt, src/include/pa_common.h,
! 15126: src/include/pa_config_fixed.h, src/include/pa_string.h,
! 15127: src/include/pa_types.h, src/main/compile.tab.C,
! 15128: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
! 15129: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
! 15130: www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
! 15131: strign to string append optimiziation idea and estimates
! 15132:
! 15133: 2002-02-19 paf
! 15134:
! 15135: * src/classes/math.C: not used directly [but erroreously reported
! 15136: that 'is', thus registering twice&other probs]
! 15137:
! 15138: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
! 15139: to node [element]
! 15140:
! 15141: * src/main/compile.C: without string_origins parse error
! 15142: file+line+col possible
! 15143:
! 15144: * src/main/: compile.C: without string_origins not worked
! 15145:
! 15146: 2002-02-18 paf
! 15147:
! 15148: * src/types/pa_vdouble.h: since we have in_expression removed that
! 15149: trick i've installed into double::as_string
! 15150:
! 15151: * src/main/pa_globals.C: extern "C" was removed too fast
! 15152:
! 15153: * src/include/pa_opcode.h, src/include/pa_request.h,
! 15154: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 15155: src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
! 15156: aimed to solve old problem with string/nonstring values, now in
! 15157: expressions double/int values are passed as-is, without stupid
! 15158: tostring/fromstring conversions
! 15159:
! 15160: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
! 15161: __cplusplus } #endif
! 15162:
! 15163: * src/main/compile.tab.C: bison env set so one could compile
! 15164: without cygwin installed
! 15165:
! 15166: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
! 15167: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
! 15168: gnome xml libs parser .dsp-s changed accordingly
! 15169:
! 15170: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
! 15171:
! 15172: * operators.txt, src/classes/date.C: date::create [were date::set,
! 15173: with backward comp
! 15174:
! 15175: * src/classes/math.C, www/htdocs/index.html: math:random range
! 15176: check fixed
! 15177:
! 15178: * src/main/compile.tab.C, src/main/compile.y,
! 15179: www/htdocs/global.xsl, www/htdocs/index.html: integer division
! 15180: stops name
! 15181:
! 15182: * INSTALL: local install comment
! 15183:
! 15184: * ltconfig, ltmain.sh: removed libtool subpart files
! 15185:
! 15186: * acinclude.m4, aclocal.m4, configure, configure.in,
! 15187: src/include/pa_config_auto.h.in,
! 15188: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
! 15189: src/targets/cgi/parser3.C: removed libtool usage from build mech
! 15190:
! 15191: * operators.txt: \ comment
! 15192:
! 15193: 2002-02-13 paf
! 15194:
! 15195: * src/include/pa_config_includes.h: sys/time time both included
! 15196: now. vaguely remember confilicts on this on some system [not on
! 15197: six|ablv] so when would see them again would think up proper
! 15198: check
! 15199:
! 15200: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
! 15201: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
! 15202:
! 15203: * src/main/pa_common.C: truncation never occured when writing files
! 15204: on unix [since i've changed cache mech] fix
! 15205:
! 15206: * src/main/pa_common.C: strnchr: sanity check added
! 15207:
! 15208: * etc/parser3.charsets/windows-1257.cfg: id added
! 15209:
! 15210: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
! 15211: baltic charset file generated, in generation script ispunct check
! 15212: added
! 15213:
! 15214: 2002-02-08 paf
! 15215:
! 15216: * src/: include/Makefile.am, sql/Makefile.am,
! 15217: targets/isapi/Makefile.am: forgotten makes
! 15218:
! 15219: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
! 15220: forgotten
! 15221:
! 15222: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
! 15223:
! 15224: * INSTALL, README: install&others updated
! 15225:
! 15226: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
! 15227:
! 15228: * Makefile.am, configure, configure.in,
! 15229: etc/parser3.charsets/Makefile.am, src/Makefile.am,
! 15230: src/classes/Makefile.am, src/main/Makefile.am,
! 15231: src/main/pa_status_provider.C, src/targets/Makefile.am,
! 15232: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
! 15233: works
! 15234:
! 15235: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 15236: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 15237: classes/hashfile.C, classes/int.C, classes/mail.C,
! 15238: classes/math.C, classes/op.C, classes/response.C,
! 15239: classes/string.C, classes/table.C, classes/void.C,
! 15240: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 15241: include/pa_array.h, include/pa_cache_managers.h,
! 15242: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 15243: include/pa_config_fixed.h, include/pa_config_includes.h,
! 15244: include/pa_db_connection.h, include/pa_db_manager.h,
! 15245: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
! 15246: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 15247: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 15248: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 15249: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 15250: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 15251: include/pa_stack.h, include/pa_string.h,
! 15252: include/pa_stylesheet_connection.h,
! 15253: include/pa_stylesheet_manager.h, include/pa_table.h,
! 15254: include/pa_threads.h, include/pa_types.h, main/compile.C,
! 15255: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 15256: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
! 15257: main/pa_db_connection.C, main/pa_db_manager.C,
! 15258: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
! 15259: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
! 15260: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
! 15261: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
! 15262: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 15263: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
! 15264: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
! 15265: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 15266: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 15267: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
! 15268: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 15269: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 15270: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
! 15271: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
! 15272: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
! 15273: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 15274: types/pa_vrequest.h, types/pa_vresponse.h,
! 15275: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 15276: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 15277: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
! 15278: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
! 15279: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
! 15280: classes/image.C, main/pa_common.C, main/pa_exec.C,
! 15281: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
! 15282: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
! 15283: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
! 15284: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
! 15285: types/pa_vxnode.C, main/pa_charset.C: name spelling
! 15286:
! 15287: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 15288: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 15289: classes/hashfile.C, classes/image.C, classes/int.C,
! 15290: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
! 15291: classes/string.C, classes/table.C, classes/void.C,
! 15292: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 15293: include/pa_array.h, include/pa_cache_managers.h,
! 15294: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 15295: include/pa_config_fixed.h, include/pa_config_includes.h,
! 15296: include/pa_db_connection.h, include/pa_db_manager.h,
! 15297: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
! 15298: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 15299: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 15300: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 15301: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 15302: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 15303: include/pa_stack.h, include/pa_string.h,
! 15304: include/pa_stylesheet_connection.h,
! 15305: include/pa_stylesheet_manager.h, include/pa_table.h,
! 15306: include/pa_threads.h, include/pa_types.h, main/compile.C,
! 15307: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
! 15308: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
! 15309: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 15310: main/pa_db_connection.C, main/pa_db_manager.C,
! 15311: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
! 15312: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 15313: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 15314: main/pa_socks.C, main/pa_sql_driver_manager.C,
! 15315: main/pa_status_provider.C, main/pa_string.C,
! 15316: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
! 15317: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
! 15318: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 15319: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 15320: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 15321: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 15322: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 15323: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 15324: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 15325: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 15326: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 15327: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 15328: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 15329: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
! 15330: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 15331: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 15332: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 15333: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 15334: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 15335: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 15336: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 15337: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
! 15338:
! 15339: 2002-02-07 paf
! 15340:
! 15341: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
! 15342:
! 15343: * configure, configure.in, src/include/pa_config_auto.h.in,
! 15344: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
! 15345: added yet another locking function: fcntl
! 15346:
! 15347: * config.sub: on cygwin configure passes it with strange i1586
! 15348: const, hacked it to mean i586
! 15349:
! 15350: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
! 15351: disabled $if reference due to conflicts with local variables
! 15352:
! 15353: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
! 15354: xdoc::set obsolete now, now xdoc::create, with both sences
! 15355:
! 15356: * operators.txt, src/classes/table.C, src/include/pa_array.h,
! 15357: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
! 15358: www/htdocs/auto.p, www/htdocs/index.html: table::create now //
! 15359: 'set' name obsolete now table clone.
! 15360:
! 15361: * operators.txt, src/classes/string.C,
! 15362: src/include/pa_config_fixed.h, src/main/compile.tab.C:
! 15363: ^int/double/string.format now can be called with normal []
! 15364: brackets, not stupid {} as it were implemented for some strange
! 15365: reason. retaining backward compatibility due to some
! 15366: already-implemented servers
! 15367:
! 15368: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
! 15369: main/compile.y, main/compile_tools.C, main/compile_tools.h:
! 15370: operators now detected by check at name_without_curly_rdive_read
! 15371: rule whether diving code constists only of
! 15372: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
! 15373: with OP_GET_ELEMENT_OR_OPERATOR to form
! 15374: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
! 15375:
! 15376: 2002-02-06 paf
! 15377:
! 15378: * configure, configure.in: prefix expanded, grr
! 15379:
! 15380: * operators.txt, src/classes/mail.C: mail:send config changed
! 15381:
! 15382: 2002-02-05 paf
! 15383:
! 15384: * operators.txt: regex options commented
! 15385:
! 15386: * src/main/: pa_exec.C: argv0 now correct
! 15387:
! 15388: * src/types/pa_vstatus.C: status:rusage 3
! 15389:
! 15390: * src/types/pa_vstatus.C: status:rusage 2
! 15391:
! 15392: * operators.txt: status:rusage described int operators
! 15393:
! 15394: * src/types/pa_vstatus.C: status:rusage 1
! 15395:
! 15396: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
! 15397: src/types/types.dsp: status:rusage
! 15398:
! 15399: * configure.in, operators.txt, src/classes/file.C,
! 15400: src/classes/op.C, src/include/pa_common.h,
! 15401: src/include/pa_config_includes.h, src/main/compile.tab.C,
! 15402: src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
! 15403: use non-blocking-exclusive-caches
! 15404:
! 15405: * src/main/pa_common.C: text file read mode on win32 adjusted
! 15406: [speed impact. was off for debugging purpose, but forgotten
! 15407: afterwards]
! 15408:
! 15409: 2002-02-01 paf
! 15410:
! 15411: * src/classes/op.C: file_write does EX lock after create, while
! 15412: file_read does SH after open, so there's a moment after create
! 15413: but before EX lock when read can sneak into, and read
! 15414: just-created-for-writing-and-not-yet-locked file, added a check
! 15415: for that in ^cache...read
! 15416:
! 15417: 2002-01-31 paf
! 15418:
! 15419: * src/main/: compile.y, compile.tab.C: disabled operator call after
! 15420: ^xxx:
! 15421:
! 15422: * src/main/: compile.tab.C, execute.C: made operators lookup first
! 15423: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
! 15424:
! 15425: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
! 15426: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 15427: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
! 15428: operators check 6.1 rewritten. now check is done at compile time
! 15429:
! 15430: * src/main/execute.C: operators check 5 floated up old error of
! 15431: staying in 'entered class/object' state after $a($a..) it
! 15432: prevented operators from being called thereafter
! 15433:
! 15434: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 15435: main/execute.C: operators check 4 floated up old error of staying
! 15436: in 'entered object' state after ^a.a(a) it prevented operators
! 15437: from being called thereafter
! 15438:
! 15439: * src/main/execute.C: operators check 3 floated up old error of
! 15440: staying in 'entered class' state after $a:a(a) it prevented
! 15441: operators from being called thereafter
! 15442:
! 15443: * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
! 15444: www/htdocs/index.html: operators check 2 floated up old error of
! 15445: staying in 'entered class' state after $a:a[a] it prevented
! 15446: operators from being called thereafter
! 15447:
! 15448: * src/main/execute.C, www/htdocs/index.html: operators check, thay
! 15449: mistakenly seen in $class:operator $object.operators contexts
! 15450:
! 15451: * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
! 15452: www/htdocs/index.html: now compiles under win32
! 15453:
! 15454: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
! 15455: src/classes/Makefile.am, src/main/Makefile.am,
! 15456: src/targets/cgi/Makefile.am,
! 15457: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
! 15458: src/types/Makefile.am: lowered indent.awk back to src/
! 15459:
! 15460: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
! 15461: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
! 15462: configure, configure.in, form.txt, ident.awk, install-sh,
! 15463: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
! 15464: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
! 15465: etc/parser3.charsets/Makefile.am,
! 15466: etc/parser3.charsets/koi8-r.cfg,
! 15467: etc/parser3.charsets/windows-1250.cfg,
! 15468: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
! 15469: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
! 15470: src/main/Makefile.am, src/targets/cgi/Makefile.am,
! 15471: src/targets/cgi/parser3.C, src/types/Makefile.am,
! 15472: www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
! 15473: www/htdocs/index.html, www/htdocs/parser-status.html,
! 15474: www/htdocs/people.dtd: moved etc&www out of src, moved
! 15475: configure&co out of src added windows-1250.cfg straightened
! 15476: installation scripts procedure made targets/cgi/parser3.C be
! 15477: dependant on ./configure --sysconfdir change
! 15478:
! 15479: 2002-01-30 paf
! 15480:
! 15481: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
! 15482: removed] those comments were a mistake, and prevented libltdl
! 15483: from function properly
! 15484:
! 15485: 2002-01-29 paf
! 15486:
! 15487: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
! 15488: creation [modified acinclude.m4 which were creating int into just
! 15489: assignment LIBTOOL=../libtool] added default system
! 15490: config&charsetts prepared 'make install', now it installs
! 15491: targets/cgi/parser3 into bin directory etc/parser3.conf &
! 15492: etc/parser3.charsets/* into $sysconfdir and
! 15493: $sysconfdir/parser3.charsets respectively
! 15494:
! 15495: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
! 15496: main/pa_globals.C: few forgotten ifdef XML added
! 15497:
! 15498: 2002-01-28 paf
! 15499:
! 15500: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
! 15501: removed
! 15502:
! 15503: * src/main/pa_exception.C: dom|generic error output fix
! 15504:
! 15505: * src/classes/xnode.C: xdoc.importNode 3 [check err]
! 15506:
! 15507: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
! 15508:
! 15509: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
! 15510: [fixed as_node helper func to accept docs]
! 15511:
! 15512: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
! 15513: xdoc.importNode 0
! 15514:
! 15515: * src/classes/xdoc.C: xdoc::set now untaints OK
! 15516:
! 15517: 2002-01-25 paf
! 15518:
! 15519: * src/main/: compile.tab.C, compile.y: #comment before @ after
! 15520: @SPECIAL now works OK
! 15521:
! 15522: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
! 15523:
! 15524: * src/main/pa_exec.C: max arg count now 10, and proper message on
! 15525: violation that added
! 15526:
! 15527: * src/classes/hash.C: unified hash::sql, now
! 15528: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
! 15529:
! 15530: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
! 15531: ^file:lock[filename]{code}
! 15532:
! 15533: * src/: classes/file.C, classes/op.C, classes/string.C,
! 15534: classes/table.C, classes/xdoc.C, include/pa_common.h,
! 15535: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
! 15536: to some pa_common funcs
! 15537:
! 15538: * src/: include/pa_charset.h, main/pa_globals.C:
! 15539: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
! 15540:
! 15541: * src/: include/pa_charset.h, main/pa_charset.C,
! 15542: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
! 15543: not stupid illegal define
! 15544:
! 15545: 2002-01-24 paf
! 15546:
! 15547: * src/include/pa_version.h: changed version number
! 15548:
! 15549: * src/: classes/hashfile.C, include/pa_db_table.h,
! 15550: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 15551: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 15552: main/pa_db_connection.C, main/pa_db_table.C,
! 15553: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
! 15554: hashfile without logfiles
! 15555:
! 15556: * src/: classes/hashfile.C, include/pa_db_table.h,
! 15557: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
! 15558: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
! 15559: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
! 15560: DB_INIT_TXN init bits, thus got rid of huge log files, which
! 15561: cluttered disk without huge need]
! 15562:
! 15563: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
! 15564: handy macro, which is strangly abscent in dome lib
! 15565:
! 15566: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
! 15567:
! 15568: * src/classes/xdoc.C: checked empty response
! 15569:
! 15570: * src/classes/xnode.C: xdoc.select fixed context node [were always
! 15571: /, not self node]
! 15572:
! 15573: * src/classes/xnode.C: xnode.select returns array always now, in
! 15574: case 'nothing found' returns empty array
! 15575:
! 15576: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
! 15577: be more tender with ctrl/c/v
! 15578:
! 15579: 2002-01-23 paf
! 15580:
! 15581: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
! 15582: substituted. // 2. when dom tree with entites goes under
! 15583: transform text nodes // got [erroreosly] cut on first
! 15584: entity occurance
! 15585:
! 15586: * src/types/pa_vdouble.h: double prec. todo: get rid of
! 15587: twice-converting
! 15588:
! 15589: * src/types/pa_vdouble.h: %.20E now float format when %g produced
! 15590: 'e' in output this is for regretful twice-converting here:
! 15591: $a(double value) when they write double falue they convert it to
! 15592: string first, thus %g were losing precesion.
! 15593:
! 15594: todo: think up some way to remove double->string string->double
! 15595: twice-converting
! 15596:
! 15597: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
! 15598: %.20E now default float format this is for regretful
! 15599: twice-converting here: $a(double value) when they write double
! 15600: falue they convert it to string first, thus %g were losing
! 15601: precesion.
! 15602:
! 15603: todo: think up some way to remove double->string string->double
! 15604: twice-converting
! 15605:
! 15606: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 15607: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
! 15608: reasons in comment inside
! 15609:
! 15610: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
! 15611: statically linked]
! 15612:
! 15613: * src/: include/pa_exception.h, main/compile.tab.C,
! 15614: main/pa_exception.C: removed exception va_list constructor. 1.
! 15615: not needed anymore 2. there were a conflict[causing errors]
! 15616: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
! 15617: never detected an ambiguilty here, compiling ctor(, "hello") into
! 15618: ctor(, va_list) which, of course, caused gpf
! 15619:
! 15620: * src/main/pa_globals.C: removed debug xslt messages
! 15621:
! 15622: 2002-01-22 paf
! 15623:
! 15624: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 15625: main/pa_globals.C: xsl stylesheet load: parsed entities, this
! 15626: helps compiling stylesheet properly. example: this refused to
! 15627: work, <b>«<xsl:value-of select="@title"
! 15628: />»</b> stranly worked only this way:
! 15629: <b>«<xsl:value-of select="@title" />»</b>
! 15630:
! 15631: docs says "set it to 1", never going into details, so I decided
! 15632: to try NOT to do that
! 15633:
! 15634: * src/classes/table.C: join behaived badly in case named tables
! 15635: structure mismatched: 0 strings sneaked into dest failing
! 15636: afterwards. replaced them with empty strings
! 15637:
! 15638: 2002-01-21 paf
! 15639:
! 15640: * src/main/pa_charset.C: checked empty transcoders in
! 15641: transcode_cstr|buf
! 15642:
! 15643: * src/classes/xdoc.C: xdoc::load error source = filespec
! 15644:
! 15645: * src/classes/xdoc.C: transform error source now
! 15646: stylesheet_filespec
! 15647:
! 15648: * src/: classes/xdoc.C, classes/xnode.C,
! 15649: include/pa_stylesheet_connection.h, main/pa_charset.C,
! 15650: main/pa_globals.C, main/pa_sql_driver_manager.C,
! 15651: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
! 15652: gnome
! 15653:
! 15654: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
! 15655: include/pa_globals.h, include/pa_stylesheet_connection.h,
! 15656: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
! 15657: xslt generic error 1
! 15658:
! 15659: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
! 15660: xml generic message 1
! 15661:
! 15662: * src/classes/table.C: ^table::load empty lines or #comments before
! 15663: headline
! 15664:
! 15665: * src/: include/pa_array.h, include/pa_globals.h,
! 15666: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
! 15667: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
! 15668: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
! 15669: errors 0
! 15670:
! 15671: 2002-01-16 paf
! 15672:
! 15673: * src/: classes/hash.C, classes/op.C, classes/string.C,
! 15674: classes/table.C, classes/void.C, classes/xdoc.C,
! 15675: include/pa_db_connection.h, include/pa_request.h,
! 15676: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 15677: include/pa_stylesheet_connection.h,
! 15678: include/pa_stylesheet_manager.h, main/pa_request.C,
! 15679: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 15680: targets/cgi/pool_storage.h: auto closers to sql_connection,
! 15681: stylesheet_connection auto destroyers to remaining gnome objects
! 15682:
! 15683: * src/classes/xdoc.C: few comments
! 15684:
! 15685: 2002-01-15 paf
! 15686:
! 15687: * src/classes/xdoc.C: xdoc file save string
! 15688:
! 15689: ready. todo: error handling
! 15690:
! 15691: * src/classes/xdoc.C: xdoc save rewritten using
! 15692: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
! 15693: result
! 15694:
! 15695: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
! 15696: started output options parsing
! 15697:
! 15698: 2002-01-14 paf
! 15699:
! 15700: * src/classes/xdoc.C: method
! 15701:
! 15702: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
! 15703: include/pa_pool.h, include/pa_stylesheet_connection.h,
! 15704: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
! 15705: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
! 15706: xslt transform0. TODO: use output options handle errors
! 15707:
! 15708: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
! 15709:
! 15710: 2002-01-11 paf
! 15711:
! 15712: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 15713: main/compile_tools.C, main/compile_tools.h, main/execute.C:
! 15714: partial logical && || evaluation
! 15715:
! 15716: * src/classes/xnode.C: xpath selectNodes
! 15717:
! 15718: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
! 15719: string/number/bool
! 15720:
! 15721: * src/classes/xnode.C: xpath selectNode 2
! 15722:
! 15723: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
! 15724: xpath selectNode 1
! 15725:
! 15726: 2002-01-10 paf
! 15727:
! 15728: * src/classes/xnode.C: xpath selectNode -100 [just written]
! 15729:
! 15730: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
! 15731: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
! 15732: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
! 15733: refcounter]
! 15734:
! 15735: 2001-12-29 paf
! 15736:
! 15737: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
! 15738: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
! 15739: glib works 0
! 15740:
! 15741: 2001-12-28 paf
! 15742:
! 15743: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
! 15744: main/pa_exception.C: started glib transcoders
! 15745:
! 15746: * src/main/pa_globals.C: renamed gdome to libgdome.dll
! 15747:
! 15748: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
! 15749: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
! 15750: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
! 15751: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
! 15752: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
! 15753: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
! 15754: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
! 15755: libs just compiled in. no refcounting no xpath no xslt yet
! 15756:
! 15757: 2001-12-27 paf
! 15758:
! 15759: * src/: include/pa_charset.h, include/pa_common.h,
! 15760: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
! 15761: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
! 15762: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
! 15763: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 15764: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
! 15765: from xalan&xerces, started the process. globals [initialization
! 15766: pool [charset update charset [transcodings vxnode vxdoc [DOM
! 15767: calls
! 15768:
! 15769: * src/classes/Makefile.am: going away from xalan&xerces, not needed
! 15770: anymore
! 15771:
! 15772: 2001-12-26 paf
! 15773:
! 15774: * src/: include/pa_charset.h, include/pa_charsets.h,
! 15775: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
! 15776: key globalized [bug]
! 15777:
! 15778: 2001-12-25 paf
! 15779:
! 15780: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
! 15781: main/pa_string.C: table set & append changed splitting languages,
! 15782: separators now can be clean AND as-is same to mail command line
! 15783: $MAIN:MAIL.progX arguments
! 15784:
! 15785: 2001-12-24 paf
! 15786:
! 15787: * src/classes/mail.C: one parted text messages - no multipart
! 15788: mime-type anymore. for convinient if $.attach-ments
! 15789:
! 15790: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
! 15791: main/pa_string.C: read from cache size check updated
! 15792:
! 15793: * src/main/: pa_string.C: String::join_chain another ugly bug :(
! 15794:
! 15795: 2001-12-21 paf
! 15796:
! 15797: * src/classes/date.C: date:sql-string now returns localtime
! 15798:
! 15799: * src/main/pa_request.C: $result in @main actually not working, to
! 15800: hell with it for now
! 15801:
! 15802: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 15803: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
! 15804: @postprocess @exception
! 15805:
! 15806: * src/main/execute.C: junction evaluation canceled - endless
! 15807: recursion detected
! 15808:
! 15809: 2001-12-19 paf
! 15810:
! 15811: * src/main/pa_charset.C: charset->charset transcoding via unicode
! 15812: intermediate
! 15813:
! 15814: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
! 15815:
! 15816: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
! 15817:
! 15818: * src/classes/op.C: ^cache keypath now relative
! 15819:
! 15820: * src/classes/mail.C: changed weighting prior to sort
! 15821:
! 15822: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
! 15823: were missing
! 15824:
! 15825: 2001-12-17 paf
! 15826:
! 15827: * src/main/pa_charset.C: ifndef XML were bad type
! 15828:
! 15829: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
! 15830: outdated unset services_pool
! 15831:
! 15832: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
! 15833: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
! 15834: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
! 15835:
! 15836: * src/main/untaint.C: allowed space in filespec
! 15837:
! 15838: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
! 15839:
! 15840: * src/classes/image.C: no govno
! 15841:
! 15842: * src/classes/image.C: govno
! 15843:
! 15844: 2001-12-16 paf
! 15845:
! 15846: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
! 15847:
! 15848: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
! 15849: charset_connection&manager replaced by charset&charsets
! 15850:
! 15851: * src/main/pa_charset.C: name_cstr 0
! 15852:
! 15853: * src/main/untaint.C: uri lang now knows about client/source
! 15854: charsets
! 15855:
! 15856: * src/: classes/file.C, classes/math.C, classes/op.C,
! 15857: classes/string.C, classes/table.C, classes/xdoc.C,
! 15858: include/pa_array.h, include/pa_cache_managers.h,
! 15859: include/pa_charset_connection.h, include/pa_charset_manager.h,
! 15860: include/pa_common.h, include/pa_db_connection.h,
! 15861: include/pa_db_manager.h, include/pa_db_table.h,
! 15862: include/pa_dictionary.h, include/pa_exception.h,
! 15863: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
! 15864: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
! 15865: include/pa_sapi.h, include/pa_socks.h,
! 15866: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 15867: include/pa_string.h, include/pa_stylesheet_connection.h,
! 15868: include/pa_stylesheet_manager.h, include/pa_table.h,
! 15869: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
! 15870: main/pa_charset.C, main/pa_charset_connection.C,
! 15871: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
! 15872: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 15873: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
! 15874: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
! 15875: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 15876: types/types.dsp: introducing Charset
! 15877:
! 15878: 2001-12-14 paf
! 15879:
! 15880: * src/: include/pa_request.h, include/pa_transcoder.h,
! 15881: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
! 15882: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
! 15883: uri lang
! 15884:
! 15885: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
! 15886:
! 15887: * src/targets/cgi/Makefile.am: -I../../pcre to .am
! 15888:
! 15889: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
! 15890: defalts_name global
! 15891:
! 15892: * src/: include/pa_charset_connection.h, include/pa_pool.h,
! 15893: include/pa_request.h, main/main.dsp,
! 15894: main/pa_charset_connection.C, main/pa_charset_manager.C,
! 15895: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
! 15896: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
! 15897: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
! 15898: changed charset model. now important: $request:charset
! 15899: $response:charset while $response:content-type.charset become
! 15900: unimportant [informational]
! 15901:
! 15902: 2001-12-13 paf
! 15903:
! 15904: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
! 15905:
! 15906: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
! 15907: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
! 15908: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
! 15909: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
! 15910: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
! 15911: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
! 15912:
! 15913: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
! 15914: auto_ptr part other way, because of stupid gcc 2.96
! 15915: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
! 15916: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
! 15917: FormatterListener] /usr/include/g++-3/memory:48:
! 15918: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
! 15919: _Tp1 = FormatterListener, _Tp = FormatterListener]
! 15920:
! 15921: * src/classes/xdoc.C: removed extra inc
! 15922:
! 15923: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
! 15924:
! 15925: * src/include/pa_types.h: msvc head debugging flag
! 15926:
! 15927: * src/classes/xdoc.C: freed up listener
! 15928:
! 15929: * src/classes/string.C: change msg '... code is not code'
! 15930:
! 15931: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
! 15932: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 15933: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
! 15934: [past/future prob]
! 15935:
! 15936: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
! 15937: include/pa_config_fixed.h, include/pa_db_manager.h,
! 15938: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
! 15939: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
! 15940:
! 15941: * src/: include/pa_config_fixed.h, main/pa_common.C,
! 15942: main/pa_string.C: removed signed mismatch warnings
! 15943:
! 15944: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
! 15945: 'expires' from header outputs
! 15946:
! 15947: * src/main/pa_string.C: string::recustruct erroreusly used outdated
! 15948: row ptr
! 15949:
! 15950: * src/classes/file.C: file::cgi bug, request_method were passed to
! 15951: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
! 15952:
! 15953: * src/classes/xdoc.C: lang list updated
! 15954:
! 15955: 2001-12-10 paf
! 15956:
! 15957: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
! 15958:
! 15959: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
! 15960: erase files like that, knowing their full name introducing //
! 15961: theoretical problem with, for instance, "_2B" and "." fragments,
! 15962: // they would yield the same // because
! 15963: need_file_encode('_')=false // but we need to delete such files
! 15964: somehow, getting names from ^index
! 15965:
! 15966: * src/main/pa_string.C: ^string.replace bug fixed [bad
! 15967: string::join_chank break]
! 15968:
! 15969: 2001-12-07 paf
! 15970:
! 15971: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
! 15972: include/pa_common.h, include/pa_config_auto.h.in,
! 15973: include/pa_config_fixed.h, include/pa_config_includes.h,
! 15974: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
! 15975: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
! 15976: types/pa_vhashfile.C: merged from r14_simple_cache
! 15977:
! 15978: * src/main/pa_string.C: stupid sparc architecture failed to access
! 15979: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
! 15980: lduh [ %i2 + 1 ], %l0
! 15981:
! 15982: bus error, fixed that
! 15983:
! 15984: * src/main/pa_string.C: strange string deserialize bug on
! 15985: client[pmts], a bit shortened,
! 15986:
! 15987: * src/include/pa_config_auto.h.in: makes
! 15988:
! 15989: * src/: include/pa_common.h, include/pa_config_fixed.h,
! 15990: include/pa_config_includes.h, main/pa_common.C: exclusive lock
! 15991: file write shared lock file read
! 15992:
! 15993: * src/: classes/op.C, include/pa_common.h,
! 15994: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
! 15995:
! 15996: 2001-12-06 paf
! 15997:
! 15998: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 15999: main/pa_request.C: #ifdef RESOURCES_DEBUG
! 16000:
! 16001: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
! 16002: info
! 16003:
! 16004: * src/classes/hashfile.C: removed transaction from ^cache
! 16005:
! 16006: 2001-12-05 paf
! 16007:
! 16008: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
! 16009: IIS5 there were a prob with illegal call check
! 16010:
! 16011: 2001-12-04 paf
! 16012:
! 16013: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 16014: main/pa_request.C: measures to log
! 16015:
! 16016: 2001-11-23 paf
! 16017:
! 16018: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
! 16019: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
! 16020: types/pa_vhashfile.C: merged from _0014, 1
! 16021:
! 16022: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
! 16023: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
! 16024: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
! 16025: ^cache(33) would change
! 16026:
! 16027: 0660 bits in file_write & hashfile create
! 16028:
! 16029: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
! 16030: after pa_string optimization]
! 16031:
! 16032: 2001-11-22 paf
! 16033:
! 16034: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
! 16035: table.offset[whence]
! 16036:
! 16037: * src/classes/op.C: process cstr(,connection)
! 16038:
! 16039: * src/classes/op.C: process now gets its body on current language,
! 16040: not as-is
! 16041:
! 16042: * src/main/untaint.C: ORIGINS mode removed UHTML
! 16043:
! 16044: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
! 16045: bit
! 16046:
! 16047: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
! 16048:
! 16049: 2001-11-21 paf
! 16050:
! 16051: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
! 16052: <xsl:output output options made identical to xsl:output
! 16053: attributes exclusion: cdata-section-elements what xalan can do
! 16054: but that not used now: it can escape and remove CDATA sections
! 16055:
! 16056: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
! 16057: produced by xslt
! 16058:
! 16059: * src/targets/cgi/parser3.C: removed debug cgi||1
! 16060:
! 16061: * src/main/: pa_string.C, untaint.C: cached some string::size() es
! 16062:
! 16063: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
! 16064: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
! 16065: default language for {code}, it happen to change it's language
! 16066: from CLEAN, so later refused to split by CLEAN \t
! 16067:
! 16068: 2001-11-20 paf
! 16069:
! 16070: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
! 16071: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
! 16072: bottom of dependeces, so that errors would popup quicklier, fixed
! 16073: line numbering in table::sql
! 16074:
! 16075: 2001-11-19 paf
! 16076:
! 16077: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
! 16078: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
! 16079: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
! 16080: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
! 16081: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
! 16082: at wcontext.write
! 16083:
! 16084: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
! 16085: _set_new_handler
! 16086:
! 16087: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
! 16088: set_new_handler in apache&isapi
! 16089:
! 16090: 2001-11-16 paf
! 16091:
! 16092: * src/targets/cgi/parser3.C: pool debug @ die
! 16093:
! 16094: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
! 16095: removed 8 bytes from String, 2 bytes from
! 16096: string::chunk::row::item
! 16097:
! 16098: * src/main/pa_string.C: removed 1+4 bytes from String
! 16099:
! 16100: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 16101: types/pa_vstring.C: removed 1+4 bytes from String
! 16102:
! 16103: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
! 16104: 0
! 16105:
! 16106: * src/: include/pa_globals.h, include/pa_string.h,
! 16107: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
! 16108: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
! 16109: targets/cgi/parser3.C: introducing estimating
! 16110: String::cstr_bufsize, 0
! 16111:
! 16112: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
! 16113:
! 16114: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
! 16115:
! 16116: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
! 16117: include/pa_pool.h: die in pool::fail
! 16118:
! 16119: 2001-11-15 paf
! 16120:
! 16121: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
! 16122: main/pa_exception.C, targets/cgi/parser3.C: exception with
! 16123: dynamic buffer re-back now with counter
! 16124:
! 16125: * src/: include/pa_exception.h, main/pa_exception.C: exception with
! 16126: static buffer back
! 16127:
! 16128: * src/targets/cgi/parser3.C: std::
! 16129:
! 16130: * src/: classes/classes.awk, include/pa_config_auto.h.in,
! 16131: include/pa_config_includes.h: setnewhandler check
! 16132:
! 16133: * src/include/pa_config_auto.h.in: makes
! 16134:
! 16135: * src/targets/cgi/parser3.C: set_new_handler started
! 16136:
! 16137: 2001-11-14 paf
! 16138:
! 16139: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
! 16140: was wrong
! 16141:
! 16142: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
! 16143: was wrong
! 16144:
! 16145: * src/main/pa_request.C: z
! 16146:
! 16147: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
! 16148: full returns win32 -1 solaris >buffer_size
! 16149:
! 16150: checked all that
! 16151:
! 16152: * src/classes/op.C: ^untaint{body} as-is default now
! 16153:
! 16154: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
! 16155: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
! 16156: with no_bad_constructors_try
! 16157:
! 16158: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
! 16159: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
! 16160: this: $bred[^string::length[]] $bred[^response::clear[]]
! 16161: $bred[^int::int[]]
! 16162:
! 16163: now VObject creation moved into overriden
! 16164: VClass::create_new_value, thus 0 from create_new_value means that
! 16165: class has no ctors
! 16166:
! 16167: 2001-11-13 paf
! 16168:
! 16169: * src/classes/classes.C: returned accedently removed if in foreach
! 16170: callbacks [when hash no-0-restructure]
! 16171:
! 16172: 2001-11-12 paf
! 16173:
! 16174: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
! 16175: passed as-is to method, xalan makes & into & itself
! 16176:
! 16177: * src/classes/date.C: date.roll parser2 alg used
! 16178:
! 16179: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
! 16180: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
! 16181: main/pa_dictionary.C, main/pa_hash.C,
! 16182: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
! 16183: now does not containt 0 values. put 0 actullay removes. no check
! 16184: on 0 value in foreach now required
! 16185:
! 16186: 2001-11-11 paf
! 16187:
! 16188: * src/sql/pa_sql_driver.h: removed extra constructor, doc
! 16189:
! 16190: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
! 16191:
! 16192: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
! 16193: driver initialize not const
! 16194:
! 16195: 2001-11-10 paf
! 16196:
! 16197: * src/main/pa_exec.C: doc
! 16198:
! 16199: 2001-11-09 paf
! 16200:
! 16201: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
! 16202: param properly
! 16203:
! 16204: * src/classes/string.C: string.save now does untainting before
! 16205: saving
! 16206:
! 16207: * src/main/pa_common.C: line endings fixing fixed last piece[was
! 16208: still cstr oriented]
! 16209:
! 16210: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
! 16211: line endings fixing got rid of cstr, now must work ok with post
! 16212: multipart
! 16213:
! 16214: * src/types/pa_vform.C: line endings fixed at post / multipart /
! 16215: not file also now
! 16216:
! 16217: 2001-11-08 paf
! 16218:
! 16219: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
! 16220: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
! 16221: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
! 16222: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
! 16223: main/pa_stylesheet_manager.C: restructured Cache manager to be
! 16224: simple parent, not second parent [gcc 2.96 strangly refused to
! 16225: call virtual from second parent]
! 16226:
! 16227: * src/: include/pa_common.h, main/Makefile.am,
! 16228: targets/cgi/pa_pool.C: makes
! 16229:
! 16230: * src/: include/pa_request.h, main/pa_request.C,
! 16231: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
! 16232: 'status' class enabler
! 16233:
! 16234: <Location /parser-status.html> ParserStatusAllowed </Location>
! 16235:
! 16236: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
! 16237: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
! 16238: include/pa_stylesheet_manager.h, main/main.dsp,
! 16239: main/pa_cache_managers.C, main/pa_charset_manager.C,
! 16240: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
! 16241: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 16242: types/pa_vstatus.h: cache_managers, maybe-expiring every request
! 16243: todo: apache 'status' class enabler
! 16244:
! 16245: 2001-11-05 paf
! 16246:
! 16247: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
! 16248: debug to normal
! 16249:
! 16250: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
! 16251: hence i removed skipping 0 values in hash::for_each-es we need to
! 16252: check cleaned cache items manually. few more checks.
! 16253:
! 16254: expiring to 0 time was wrong, changed to 'now' time
! 16255:
! 16256: * src/targets/cgi/parser3.C: read can return 0, that means sort of
! 16257: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
! 16258: on apache already done :)
! 16259:
! 16260: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
! 16261: skipping 0 values in hash::for_each-es we need to check cleaned
! 16262: cache items manually
! 16263:
! 16264: * src/main/: pa_db_connection.C, pa_db_table.C:
! 16265: parser_multithreaded check was wrong
! 16266:
! 16267: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 16268: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 16269: classes/hashfile.C, classes/image.C, classes/int.C,
! 16270: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
! 16271: classes/string.C, classes/table.C, classes/void.C,
! 16272: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 16273: include/pa_array.h, include/pa_charset_connection.h,
! 16274: include/pa_charset_manager.h, include/pa_common.h,
! 16275: include/pa_config_fixed.h, include/pa_config_includes.h,
! 16276: include/pa_db_connection.h, include/pa_db_manager.h,
! 16277: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
! 16278: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 16279: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 16280: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 16281: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 16282: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 16283: include/pa_stack.h, include/pa_string.h,
! 16284: include/pa_stylesheet_connection.h,
! 16285: include/pa_stylesheet_manager.h, include/pa_table.h,
! 16286: include/pa_threads.h, include/pa_types.h, main/compile.C,
! 16287: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
! 16288: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
! 16289: main/pa_charset_manager.C, main/pa_common.C,
! 16290: main/pa_db_connection.C, main/pa_db_manager.C,
! 16291: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
! 16292: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 16293: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 16294: main/pa_socks.C, main/pa_sql_driver_manager.C,
! 16295: main/pa_status_provider.C, main/pa_string.C,
! 16296: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
! 16297: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
! 16298: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 16299: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 16300: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 16301: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 16302: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 16303: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 16304: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 16305: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 16306: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 16307: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 16308: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 16309: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
! 16310: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
! 16311: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 16312: types/pa_vstateless_object.h, types/pa_vstatus.h,
! 16313: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
! 16314: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
! 16315: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 16316: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
! 16317: $status:db fixed used not initialized in db_connection & db_table
! 16318:
! 16319: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
! 16320: $status:charset
! 16321:
! 16322: * src/: classes/xdoc.C, include/pa_db_connection.h,
! 16323: include/pa_stylesheet_connection.h,
! 16324: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
! 16325: types/pa_vstatus.h: $status:stylesheet
! 16326:
! 16327: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
! 16328: include/pa_request.h, include/pa_sql_connection.h,
! 16329: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
! 16330: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
! 16331: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
! 16332: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
! 16333: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
! 16334: types/pa_vxnode.C, types/types.dsp: started status parser class
! 16335:
! 16336: 2001-11-01 paf
! 16337:
! 16338: * src/include/pa_config_auto.h.in: makes
! 16339:
! 16340: * src/main/pa_hash.C: removed old extra include
! 16341:
! 16342: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
! 16343: checks [for hp, there are such in math.h]
! 16344:
! 16345: * src/classes/op.C: ^for endless loop check strightened
! 16346:
! 16347: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
! 16348: behavior in native calls. it left unchanged, so ^for ^foreach &
! 16349: co can use r.root to write their i & key,value there
! 16350:
! 16351: * src/classes/op.C: detected for var storage bug, fixed.
! 16352: todo:foreach
! 16353:
! 16354: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
! 16355: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
! 16356: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
! 16357: changing of hash inside of foreach
! 16358:
! 16359: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
! 16360: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
! 16361: were hash.foreach
! 16362:
! 16363: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
! 16364: types/pa_vstring.C, types/pa_vstring.h:
! 16365: ^foreach[key|value]{body}[[separator]|{separator}]
! 16366:
! 16367: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
! 16368: types/pa_vcookie.C: ^hash.delete[key]
! 16369:
! 16370: 2001-10-31 paf
! 16371:
! 16372: * src/main/: compile.C, pa_common.C: completely empty file now
! 16373: considered "read", not ignored [not perfect trick used]
! 16374:
! 16375: * src/main/pa_common.C: simplier common ifdefs
! 16376:
! 16377: * src/main/pa_common.C: typing bug in common - bad ifdeff
! 16378:
! 16379: * src/main/pa_db_connection.C: z
! 16380:
! 16381: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
! 16382: lockdetector flags
! 16383: dbenv.lk_detect=DB_LOCK_RANDOM;
! 16384:
! 16385: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
! 16386: from accidental show [imagine user forgot @exception]
! 16387:
! 16388: * src/classes/table.C: ^table.save[[nameless|+append;]path]
! 16389:
! 16390: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 16391: classes/string.C, classes/xnode.C, include/pa_common.h,
! 16392: main/pa_common.C: ^string.save[[append;]path]
! 16393:
! 16394: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 16395: main/execute.C: \ in expression: int divide 10/3=3
! 16396:
! 16397: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
! 16398: inside of ^cache
! 16399:
! 16400: * src/: include/pa_threads.h, main/pa_db_connection.C,
! 16401: main/pa_db_table.C, targets/cgi/pa_threads.C,
! 16402: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
! 16403: needed
! 16404:
! 16405: 2001-10-30 paf
! 16406:
! 16407: * src/: classes/classes.dsp, main/main.dsp,
! 16408: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 16409: types/types.dsp: enabled debug incremental compile
! 16410:
! 16411: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
! 16412: form post data line endings not reformatted now.
! 16413:
! 16414: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
! 16415: now required [had bug when file= has no value]
! 16416:
! 16417: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
! 16418: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
! 16419: cstr(asis) default param removed
! 16420:
! 16421: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
! 16422:
! 16423: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
! 16424:
! 16425: * src/include/pa_dir.h: LOAD_DIR fixed
! 16426:
! 16427: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
! 16428: was broken} fix_line_breaks
! 16429:
! 16430: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
! 16431: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
! 16432: packed with #pragma pack
! 16433:
! 16434: * src/include/pa_config_auto.h.in: pragma detection
! 16435:
! 16436: 2001-10-29 paf
! 16437:
! 16438: * src/types/pa_wcontext.h: bitfield syntax stricter
! 16439:
! 16440: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
! 16441: string hash.puts
! 16442:
! 16443: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
! 16444:
! 16445: * src/include/pa_sql_connection.h: there were one wrong
! 16446: SQL_CONNECTION_FUNC_GUARDED [failed]
! 16447:
! 16448: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
! 16449: param.someday either ifdef or remove it
! 16450:
! 16451: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
! 16452:
! 16453: * src/main/untaint.C: optimizing returned after debugging
! 16454:
! 16455: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
! 16456: main/untaint.C: memory hunging #pragma pack(1)
! 16457:
! 16458: 16 419 844 13 169 394
! 16459:
! 16460: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 16461: targets/cgi/pa_pool.C: String size_t replace to uint in proper
! 16462: places [todo:Array]
! 16463:
! 16464: * src/: main/execute.C, targets/cgi/pa_pool.C,
! 16465: targets/cgi/parser3.dsp, types/pa_wcontext.h,
! 16466: types/pa_wwrapper.h: debugging memory WContext flags to bits
! 16467:
! 16468: total 5 652 652/158731 total 5 469 332/158731
! 16469:
! 16470: * src/: include/pa_array.h, main/pa_array.C: debugging memory
! 16471: Array:: without cache in get/put now
! 16472:
! 16473: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
! 16474: 18:25:27 2001] total 5 652 652/158731
! 16475:
! 16476: * src/: include/pa_string.h, main/pa_string.C,
! 16477: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
! 16478: now
! 16479:
! 16480: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
! 16481: 18:11:53 2001] total 5796092/158731
! 16482:
! 16483: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
! 16484: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
! 16485: key ref now
! 16486:
! 16487: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
! 16488: 17:11:17 2001] total 16867948/202658
! 16489:
! 16490: * src/: classes/file.C, classes/image.C, classes/string.C,
! 16491: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
! 16492: main/execute.C, main/pa_array.C, main/pa_common.C,
! 16493: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 16494: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
! 16495: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
! 16496: string::as_int/double now usually uses stack, not heap [200K out
! 16497: of 17M :)] VString(String&) not copies reference [29M -> 17M]
! 16498:
! 16499: * src/main/pa_sql_driver_manager.C: ping to have services [old
! 16500: hiding bug]
! 16501:
! 16502: * src/Makefile.am: .am order
! 16503:
! 16504: * src/: include/pa_array.h, include/pa_charset_manager.h,
! 16505: include/pa_db_connection.h, include/pa_db_manager.h,
! 16506: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
! 16507: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
! 16508: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
! 16509: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
! 16510: required "friend class"
! 16511:
! 16512: ../include/pa_request.h:51: friend declaration requires
! 16513: class-key, i.e. `friend class Temp_lang'
! 16514:
! 16515: * src/: include/pa_exception.h, include/pa_sql_connection.h,
! 16516: main/pa_exception.C, main/pa_sql_driver_manager.C,
! 16517: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
! 16518:
! 16519: the idea is to #1 jump to C++ some function to main body, where
! 16520: every function stack frame has exception unwind information and
! 16521: from there... #2 propagate_exception()
! 16522:
! 16523: 2001-10-28 paf
! 16524:
! 16525: * src/main/pa_db_connection.C: removed old consts
! 16526:
! 16527: * src/main/pa_db_connection.C: expire table [was accidently pasted
! 16528: with wrong type/cast]
! 16529:
! 16530: * src/main/: pa_db_connection.C, pa_db_table.C: exception
! 16531: translation
! 16532:
! 16533: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
! 16534: remember to build DB2 with -fexceptions!!!
! 16535:
! 16536: * src/main/pa_db_table.C: DB_RMW defed
! 16537:
! 16538: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
! 16539: include/pa_db_connection.h, include/pa_db_manager.h,
! 16540: include/pa_db_table.h, main/pa_db_connection.C,
! 16541: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
! 16542:
! 16543: 2001-10-27 paf
! 16544:
! 16545: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16546: include/pa_db_table.h, main/pa_db_connection.C,
! 16547: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
! 16548: types/pa_vhashfile.C: DB2 ifdefs
! 16549:
! 16550: * src/: classes/Makefile.am, include/pa_config_fixed.h,
! 16551: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
! 16552: makes with DB2
! 16553:
! 16554: * src/: include/pa_config_auto.h.in, main/Makefile.am,
! 16555: types/Makefile.am: makes db
! 16556:
! 16557: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
! 16558: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
! 16559: globals.C
! 16560:
! 16561: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16562: include/pa_db_table.h, main/pa_db_connection.C,
! 16563: main/pa_db_table.C: ^hashfile.clear[]
! 16564:
! 16565: * src/classes/classes.awk: no $ in var names
! 16566:
! 16567: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
! 16568: connection&table [forgotten calls]
! 16569:
! 16570: 2001-10-26 paf
! 16571:
! 16572: * src/main/pa_db_connection.C: db checkpoints
! 16573:
! 16574: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
! 16575: checkpoints
! 16576:
! 16577: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
! 16578: default. but entities still reparsed. todo: tothink
! 16579:
! 16580: * src/main/pa_db_connection.C: db recover mech 2
! 16581:
! 16582: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16583: include/pa_db_manager.h, include/pa_db_table.h,
! 16584: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
! 16585: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
! 16586: types/pa_vhashfile.h: db connections & tables now cached at
! 16587: create time & multithreaded
! 16588:
! 16589: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
! 16590: parsed_source
! 16591:
! 16592: * src/main/pa_db_connection.C: about to remove connection from
! 16593: vhashfile
! 16594:
! 16595: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
! 16596: transaction commit/rollback responsibility left to parent [as it
! 16597: sould - else there were a bug with double free]
! 16598:
! 16599: * src/include/pa_db_table.h: db: child transaction commit/rollback
! 16600: responsibility left to parent [as it sould - else there were a
! 16601: bug with double free]
! 16602:
! 16603: 2001-10-25 paf
! 16604:
! 16605: * src/: classes/hashfile.C, include/pa_common.h,
! 16606: include/pa_db_connection.h, include/pa_db_manager.h,
! 16607: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
! 16608: types/pa_vhashfile.C, types/pa_vhashfile.h,
! 16609: include/pa_db_table.h, main/pa_db_table.C: started db_home
! 16610: [multiple, cached] todo: autorecover [tried, but not succeded,
! 16611: yet]
! 16612:
! 16613: * src/include/pa_dir.h: ancient gpf on dir not found fixed
! 16614:
! 16615: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
! 16616: transaction parent passed
! 16617:
! 16618: 2001-10-24 parser
! 16619:
! 16620: * src/classes/Makefile.am: makes
! 16621:
! 16622: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
! 16623: isapi/pool_storage.h: pool_storage fixed
! 16624:
! 16625: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
! 16626: types/pa_vform.h: form fix_line_breaks
! 16627:
! 16628: * src/targets/cgi/pool_storage.h: makes
! 16629:
! 16630: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
! 16631: targets/cgi/pool_storage.h: makes
! 16632:
! 16633: * src/sql/pa_sql_driver.h: version
! 16634:
! 16635: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
! 16636: types/pa_vform.C, types/pa_vform.h: .am
! 16637:
! 16638: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
! 16639: this: DB_RMW Acquire write locks instead of read locks when doing
! 16640: the retrieval. Setting this flag may decrease the likelihood of
! 16641: deadlock during a read-modify-write cycle by immediately
! 16642: acquiring the write lock during the read part of the cycle so
! 16643: that another thread of control acquiring a read lock for the same
! 16644: item, in its own read-modify-write cycle, will not result in
! 16645: deadlock
! 16646:
! 16647: * src/targets/isapi/parser3isapi.dsp: doc
! 16648:
! 16649: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
! 16650:
! 16651: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
! 16652:
! 16653: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16654: main/pa_db_connection.C: hashfile expired deleted from db when
! 16655: get & iterate
! 16656:
! 16657: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
! 16658: expiring 1
! 16659:
! 16660: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
! 16661:
! 16662: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
! 16663: db_connection not bothers with key when not returning expired
! 16664: data
! 16665:
! 16666: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
! 16667: types/pa_vhashfile.C: db_cursor constructor public now
! 16668:
! 16669: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
! 16670: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
! 16671: stamped, todo: put_element analize
! 16672:
! 16673: * src/: include/pa_db_connection.h, include/pa_string.h,
! 16674: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
! 16675: serialize. todo stamp
! 16676:
! 16677: 2001-10-23 parser
! 16678:
! 16679: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
! 16680: classes/image.C, classes/mail.C, classes/response.C,
! 16681: classes/string.C, classes/table.C, classes/xdoc.C,
! 16682: include/pa_config_fixed.h, include/pa_db_connection.h,
! 16683: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
! 16684: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
! 16685: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
! 16686: types/pa_vtable.C: ^hashfile.hash[]
! 16687:
! 16688: * src/: classes/hashfile.C, classes/xdoc.C,
! 16689: include/pa_config_fixed.h, main/pa_db_manager.C,
! 16690: main/pa_globals.C: ifdefs so it compiled without db
! 16691:
! 16692: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16693: include/pa_db_manager.h, main/pa_db_connection.C,
! 16694: main/pa_db_manager.C, types/pa_vhashfile.h:
! 16695: ^hashfile.transaction{code} ^hashfile:clear[filename]
! 16696: ^hashfile.delete[key]
! 16697:
! 16698: 2001-10-22 parser
! 16699:
! 16700: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
! 16701: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
! 16702:
! 16703: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
! 16704: classes/xnode.C, include/pa_charset_connection.h,
! 16705: include/pa_db_connection.h, include/pa_db_manager.h,
! 16706: include/pa_exception.h, include/pa_sapi.h,
! 16707: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 16708: include/pa_stylesheet_connection.h,
! 16709: include/pa_stylesheet_manager.h,
! 16710: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 16711: main/pa_db_connection.C, main/pa_db_manager.C,
! 16712: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
! 16713: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 16714: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
! 16715: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
! 16716: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
! 16717: types/types.dsp: hashfile 0
! 16718:
! 16719: * src/types/pa_vhashfile.C: z
! 16720:
! 16721: * src/: classes/classes.dsp, classes/hashfile.C,
! 16722: include/pa_config_fixed.h, main/execute.C,
! 16723: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
! 16724: types/pa_vhashfile.h, types/types.dsp: hashfile -100
! 16725:
! 16726: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
! 16727:
! 16728: * src/: include/pa_exception.h, include/pa_request.h,
! 16729: main/execute.C, main/pa_exception.C, main/pa_request.C,
! 16730: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 16731: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
! 16732:
! 16733: 2001-10-19 parser
! 16734:
! 16735: * src/include/pa_pool.h: header
! 16736:
! 16737: * src/main/pa_pool.C: auto compiled on gcc
! 16738:
! 16739: * src/classes/image.C: comment
! 16740:
! 16741: * src/: include/pa_pool.h, main/pa_common.C: makes
! 16742:
! 16743: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 16744: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 16745: types/pa_vxnode.h: xnode clone got freed
! 16746:
! 16747: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
! 16748: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
! 16749: can free up xalandomstring resulting from pool::transcode
! 16750:
! 16751: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
! 16752: include/pa_config_fixed.h, include/pa_exception.h,
! 16753: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
! 16754: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
! 16755: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
! 16756: to c++ exceptions 1xml configure fixed to exclude xalan-patch
! 16757: from non-xml compile
! 16758:
! 16759: * src/main/pa_request.C: pool:: context - get_context
! 16760:
! 16761: * src/: classes/classes.h, classes/date.C, classes/double.C,
! 16762: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
! 16763: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
! 16764: classes/string.C, classes/table.C, classes/void.C,
! 16765: include/pa_config_fixed.h, include/pa_exception.h,
! 16766: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
! 16767: main/compile.C, main/compile_tools.C, main/execute.C,
! 16768: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
! 16769: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
! 16770: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 16771: main/pa_string.C, main/pa_table.C, main/untaint.C,
! 16772: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 16773: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
! 16774: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
! 16775: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
! 16776: types/pa_vstateless_class.h, types/pa_vtable.C,
! 16777: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
! 16778: exceptions 0
! 16779:
! 16780: * src/classes/classes.awk: $ removed
! 16781:
! 16782: 2001-10-18 parser
! 16783:
! 16784: * src/types/pa_vcookie.C: cookie:CLASS
! 16785:
! 16786: * src/main/main.dsp: project
! 16787:
! 16788: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
! 16789: set_document & ctor question "who owns document" solved
! 16790:
! 16791: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
! 16792:
! 16793: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
! 16794: main/pa_pool.C: encoding in dom creating funcs
! 16795:
! 16796: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
! 16797: be transformed now
! 16798:
! 16799: * src/classes/xdoc.C: dom created by create can be transformed now
! 16800:
! 16801: * src/classes/xdoc.C: z
! 16802:
! 16803: * src/classes/xdoc.C: comment
! 16804:
! 16805: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
! 16806: create now uses XercesDocumentBridge, appendChild&co now works
! 16807:
! 16808: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
! 16809: @ recompile
! 16810:
! 16811: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
! 16812: $origin @exception[
! 16813:
! 16814: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
! 16815: tag names forced to XML lang
! 16816:
! 16817: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
! 16818: leechy-found bugs in code&doc fixed
! 16819:
! 16820: 2001-10-17 parser
! 16821:
! 16822: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
! 16823: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
! 16824: n functionality preserved
! 16825:
! 16826: * src/types/pa_vimage.h: removed unused vimage::save
! 16827:
! 16828: 2001-10-16 parser
! 16829:
! 16830: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
! 16831:
! 16832: * src/classes/: xnode.C: removed few dom returns & changed op.txt
! 16833:
! 16834: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
! 16835:
! 16836: * src/classes/image.C: image.copy tolerance
! 16837:
! 16838: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
! 16839: ineffective, but works for small paleted image
! 16840:
! 16841: * src/types/pa_vimage.C: comment
! 16842:
! 16843: * src/classes/image.C: gd size/resize bugfix
! 16844:
! 16845: * src/: classes/classes.dsp, main/main.dsp,
! 16846: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 16847: types/types.dsp: ident >nul 2>&1
! 16848:
! 16849: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
! 16850: systems
! 16851:
! 16852: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
! 16853: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
! 16854:
! 16855: 2001-10-15 parser
! 16856:
! 16857: * src/main/execute.C: z
! 16858:
! 16859: * src/classes/: xdoc.C: !::create{qualifiedName}
! 16860:
! 16861: * src/types/pa_vxnode.C: document_type_node.
! 16862: !readonly attribute DOMString name
! 16863: !notation_node.
! 16864: !readonly attribute DOMString publicId
! 16865: !readonly attribute DOMString systemId
! 16866:
! 16867: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
! 16868: ::write badly passed string too transparently [failed to
! 16869: intercept it]
! 16870:
! 16871: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
! 16872: include/pa_request.h, main/pa_sql_driver_manager.C,
! 16873: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 16874: types/pa_vxnode.h: DOM1 major addtion, only few
! 16875: attributes/methods left
! 16876:
! 16877: 2001-10-13 parser
! 16878:
! 16879: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
! 16880: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
! 16881: in main handler
! 16882:
! 16883: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
! 16884: cleanups & frees order
! 16885:
! 16886: * src/types/pa_vcode_frame.h: couple comments
! 16887:
! 16888: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
! 16889: transparent enough to handle hash if creation&passing
! 16890:
! 16891: * src/: include/pa_config_fixed.h, main/execute.C,
! 16892: main/pa_exception.C: noticed that vcodeframe not transparent
! 16893: enough, would change now
! 16894:
! 16895: 2001-10-12 parser
! 16896:
! 16897: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
! 16898: fixed. initialization&free on each thread!
! 16899:
! 16900: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
! 16901: handling changed: now type of default param analized always, not
! 16902: only at problem time, thus helping early problem spotting
! 16903:
! 16904: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
! 16905: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
! 16906: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
! 16907: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
! 16908: multithread bug fixed. initialization&free on each thread!
! 16909:
! 16910: 2001-10-11 parser
! 16911:
! 16912: * src/classes/xnode.C: xnode.selectSingle now
! 16913:
! 16914: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
! 16915: include/pa_pool.h, include/pa_stylesheet_connection.h,
! 16916: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
! 16917: convertors out of Pool into Exception
! 16918:
! 16919: * src/main/pa_string.C: const
! 16920:
! 16921: * src/: include/pa_string.h, main/pa_string.C: restructured string:
! 16922: linked pieces of same language together prior to String::replace
! 16923:
! 16924: * src/classes/hash.C: !^hash.add[addme]
! 16925: !^hash.sub[subme]
! 16926: !^a.union[b] = new
! 16927: !^a.intersection[b] = new
! 16928: !^a.intersects[b] = bool
! 16929:
! 16930: * src/classes/hash.C: !^hash::append[append_from]
! 16931:
! 16932: * src/: classes/hash.C, types/pa_vhash.h:
! 16933: !^hash::create[[copy_from]]
! 16934:
! 16935: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
! 16936: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
! 16937: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
! 16938: fixed. got rid of empty_string, which caused errors - it hasnt
! 16939: exception but somebody[value.bark] tried to throw it on it's pool
! 16940:
! 16941: * src/include/pa_config_auto.h.in: makes
! 16942:
! 16943: 2001-10-10 parser
! 16944:
! 16945: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
! 16946:
! 16947: * src/main/: compile.tab.C, compile.y: ^a[
! 16948:
! 16949: @next_method << now unclosed ] would be reported here
! 16950:
! 16951: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
! 16952: compile error
! 16953:
! 16954: 2001-10-09 parser
! 16955:
! 16956: * src/: classes/Makefile.am, main/Makefile.am,
! 16957: targets/cgi/Makefile.am, types/Makefile.am: makes
! 16958:
! 16959: * src/classes/Makefile.am: makes
! 16960:
! 16961: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
! 16962: win32 errors intercepted [xalan transformer patched and
! 16963: incorporated]
! 16964:
! 16965: * src/: classes/classes.dsp, classes/xdoc.C,
! 16966: include/pa_stylesheet_connection.h, main/main.dsp,
! 16967: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 16968: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
! 16969: patches starting
! 16970:
! 16971: * src/classes/: string.C, table.C: ^string.save[file]
! 16972:
! 16973: * src/classes/: date.C, table.C: calendar moved to date
! 16974:
! 16975: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
! 16976: string/table] now
! 16977:
! 16978: * src/classes/: op.C, table.C: z
! 16979:
! 16980: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
! 16981: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
! 16982: types/pa_vxnode.h: table:menu & op for delims made allowed not to
! 16983: be code [be string..]
! 16984:
! 16985: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
! 16986: table.C: lots of
! 16987: params->as_int/double/as_string/as_junction/as_no_junction
! 16988: messages added
! 16989:
! 16990: 2001-10-08 parser
! 16991:
! 16992: * src/: classes/date.C, classes/image.C, classes/string.C,
! 16993: classes/table.C, classes/void.C, include/pa_request.h:
! 16994: params->as_int/double message added
! 16995:
! 16996: * src/classes/image.C: image:circle [and round arc] uses Bresenham
! 16997:
! 16998: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
! 16999: image:sector removed image:html internal "line-*" attribs
! 17000:
! 17001: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
! 17002: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
! 17003:
! 17004: * src/types/pa_vcookie.C: removing cookie made more netscape-like
! 17005: way
! 17006:
! 17007: * src/: classes/file.C, classes/form.C, main/pa_common.C,
! 17008: main/untaint.C: header untainting to UL_HTTP_HEADER,
! 17009: UL_MAIL_HEADER made nonforced [only tainted pieces]
! 17010:
! 17011: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
! 17012: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
! 17013: @ SAPI::log
! 17014:
! 17015: * src/main/untaint.C: \r to ' ' in origins mode
! 17016:
! 17017: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
! 17018: set]
! 17019:
! 17020: * src/: classes/xdoc.C, include/pa_config_fixed.h,
! 17021: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
! 17022: nonstandard liaison freed up
! 17023:
! 17024: 2001-10-07 parser
! 17025:
! 17026: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
! 17027: project
! 17028:
! 17029: 2001-10-05 parser
! 17030:
! 17031: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
! 17032: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
! 17033: from outputing to cerr. lots of "todos"
! 17034:
! 17035: * src/main/untaint.C: http_header tainting more gentle with
! 17036: enquoting now
! 17037:
! 17038: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
! 17039: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
! 17040: xml errorhandler. fixed string.replace a little, read @test
! 17041:
! 17042: * src/main/pa_string.C: found replace bug - first_that_starts(char
! 17043: *) does not have limit, and looks further eos, fixing....
! 17044:
! 17045: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
! 17046:
! 17047: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
! 17048:
! 17049: * src/main/: pa_charset_connection.C: ctype another mem clear
! 17050: bugfix
! 17051:
! 17052: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
! 17053: $result[^[$p^]z] now works fine
! 17054:
! 17055: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
! 17056: wrong. fixed it
! 17057:
! 17058: * src/main/pa_charset_connection.C: unicode zero pair at the beging
! 17059: of totable appered to be vital
! 17060:
! 17061: 2001-10-04 parser
! 17062:
! 17063: * src/classes/image.C: ^image.length[text]
! 17064:
! 17065: 2001-10-03 parser
! 17066:
! 17067: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
! 17068:
! 17069: * src/main/pa_request.C: restored pcre defaulting in request
! 17070: [mindlessly "optimized" yesterday] comment left
! 17071:
! 17072: 2001-10-02 parser
! 17073:
! 17074: * src/: main/pa_charset_manager.C,
! 17075: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
! 17076: needed
! 17077:
! 17078: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
! 17079: forgot non-xml pool.*charset needed
! 17080:
! 17081: * src/classes/table.C: # config comments fixed
! 17082:
! 17083: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
! 17084: charset_connection #comment now
! 17085:
! 17086: * src/: classes/classes.dsp, types/types.dsp: release projects
! 17087: options fixed to use release msvcrt lib
! 17088:
! 17089: * src/main/pa_charset_connection.C: pcre tables now const inside
! 17090: removed default - pcre handles that internally fixed bug on
! 17091: not-cleaning tables [previously was calloced, now member]
! 17092:
! 17093: * src/: include/pa_request.h, main/pa_charset_connection.C,
! 17094: main/pa_request.C, types/pa_vstring.h: pcre tables now const
! 17095: inside removed default - pcre handles that internally fixed bug
! 17096: on not-cleaning tables [previously was calloced, now member]
! 17097:
! 17098: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
! 17099: tested charset reload on file change @ apache version = OK tested
! 17100: freeing up prev encoding on adding new = OK
! 17101:
! 17102: 2001-10-01 parser
! 17103:
! 17104: * src/main/pa_charset_connection.C: removed entitify external hack
! 17105: [internal installed]
! 17106:
! 17107: * src/main/Makefile.am: makes+removed dtd
! 17108:
! 17109: * src/: include/pa_charset_connection.h,
! 17110: include/pa_charset_manager.h,
! 17111: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 17112: main/pa_charset_connection.C, main/pa_charset_manager.C,
! 17113: main/pa_request.C: charset loading & caching mech 0
! 17114:
! 17115: * src/: include/pa_stylesheet_connection.h,
! 17116: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 17117: main/pa_globals.C, main/pa_request.C: would make charset loading
! 17118: & caching mech now
! 17119:
! 17120: 2001-09-30 parser
! 17121:
! 17122: * src/main/pa_request.C: forgot to fill toTable
! 17123:
! 17124: * src/: include/pa_config_fixed.h, main/pa_request.C: started
! 17125: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
! 17126: failed on win32 for now..
! 17127:
! 17128: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
! 17129: now charsets table configuration variable is: CHARSETS
! 17130:
! 17131: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
! 17132: ctype with unicode 1. todo: no П entities on output somehow
! 17133:
! 17134: * src/: classes/file.C, classes/op.C, classes/string.C,
! 17135: include/pa_request.h, main/pa_request.C: started ctype with
! 17136: unicode values
! 17137:
! 17138: 2001-09-28 parser
! 17139:
! 17140: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
! 17141: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
! 17142: string passed AS-IS now
! 17143:
! 17144: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
! 17145: way of user-configuring... todo: implement
! 17146:
! 17147: 2001-09-27 parser
! 17148:
! 17149: * src/classes/table.C: table.sort changed to sort table itself
! 17150:
! 17151: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
! 17152: X^.getElementsByTagName[tagname] = array of xnode
! 17153: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
! 17154: nodes removed - regretfully not supported @ xalan. maybe someday
! 17155: would reimplement, if needed.
! 17156:
! 17157: win32build system: solved long waiting anti-non-started-apache
! 17158: problem
! 17159:
! 17160: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
! 17161: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 17162: types/types.dsp: win32 ident make system so not to rebuild
! 17163: library [ident.C.new]
! 17164:
! 17165: 2001-09-26 parser
! 17166:
! 17167: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
! 17168: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
! 17169: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 17170: types/pa_vxnode.C, types/types.dsp: z
! 17171:
! 17172: * src/classes/classes.C: forgot one non-xml check
! 17173:
! 17174: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
! 17175: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
! 17176:
! 17177: * src/targets/cgi/parser3.C: z
! 17178:
! 17179: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
! 17180: targets/isapi/parser3isapi.C: #ifdef SMTP
! 17181:
! 17182: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
! 17183: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 17184: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
! 17185: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
! 17186: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 17187: types/types.dsp: xdoc&xnode now
! 17188:
! 17189: * src/: classes/classes.C, classes/classes.awk,
! 17190: classes/classes.dsp, classes/classes.h, classes/date.C,
! 17191: classes/dnode.C, classes/dnode.h, classes/dom.C,
! 17192: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 17193: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 17194: classes/op.C, classes/response.C, classes/string.C,
! 17195: classes/table.C, classes/void.C, include/pa_array.h,
! 17196: include/pa_common.h, include/pa_config_fixed.h,
! 17197: include/pa_config_includes.h, include/pa_dictionary.h,
! 17198: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
! 17199: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
! 17200: include/pa_socks.h, include/pa_sql_connection.h,
! 17201: include/pa_sql_driver_manager.h, include/pa_stack.h,
! 17202: include/pa_string.h, include/pa_stylesheet_connection.h,
! 17203: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
! 17204: include/pa_xslt_stylesheet_manager.h, main/compile.C,
! 17205: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 17206: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
! 17207: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 17208: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
! 17209: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
! 17210: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
! 17211: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
! 17212: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
! 17213: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 17214: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
! 17215: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 17216: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
! 17217: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
! 17218: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 17219: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 17220: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
! 17221: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
! 17222: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 17223: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
! 17224: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
! 17225: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 17226: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
! 17227: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 17228: types/pa_vstateless_object.h, types/pa_vstring.C,
! 17229: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 17230: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 17231: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
! 17232: main.dsp splitted to main+classes+types along to .am
! 17233:
! 17234: * src/classes/Makefile.am: removed useless var
! 17235:
! 17236: * src/: classes/classes.cmd, main/main.dsp,
! 17237: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
! 17238: main.dsp
! 17239:
! 17240: 2001-09-25 parser
! 17241:
! 17242: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
! 17243: 1251 though, todo ICU
! 17244:
! 17245: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
! 17246: include/pa_stylesheet_connection.h, main/Makefile.am,
! 17247: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
! 17248: types/pa_vdom.h: xml configure makes
! 17249:
! 17250: 2001-09-24 parser
! 17251:
! 17252: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
! 17253: types/Makefile.am: makes
! 17254:
! 17255: * src/targets/cgi/Makefile.am: makefiles
! 17256:
! 17257: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
! 17258: started unix makes update
! 17259:
! 17260: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
! 17261: started unix makes update
! 17262:
! 17263: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
! 17264:
! 17265: * src/types/pa_value.h: z
! 17266:
! 17267: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
! 17268: bugs with usinge hash/table in expressions
! 17269:
! 17270: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
! 17271: resolved conflicts fixed [const]
! 17272:
! 17273: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
! 17274: classes/table.C, include/pa_request.h, include/pa_sapi.h,
! 17275: main/compile.C, main/compile.tab.C, main/compile.y,
! 17276: main/compile_tools.h, main/main.dsp, main/pa_common.C,
! 17277: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
! 17278: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
! 17279: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
! 17280: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
! 17281: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
! 17282: with before_xml [merge2 actually didn't happen - i've created
! 17283: tags on wrong branch. so this merge is in fact re-merge]
! 17284:
! 17285: 2001-09-21 parser
! 17286:
! 17287: * src/: main/main.dsp, targets/cgi/parser3.dsp,
! 17288: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
! 17289: produced "" in make file and sadly wrong interpreted on load]
! 17290:
! 17291: * src/: classes/classes.h, classes/hash.C, classes/op.C,
! 17292: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
! 17293: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
! 17294: include/pa_sql_driver_manager.h, include/pa_string.h,
! 17295: main/compile.tab.C, main/main.dsp, main/pa_common.C,
! 17296: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
! 17297: targets/isapi/parser3isapi.dsp: merged with before_xml
! 17298:
! 17299: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
! 17300: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
! 17301: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
! 17302: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
! 17303: main/pa_pool.C, main/pa_request.C,
! 17304: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
! 17305: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
! 17306: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 17307: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
! 17308: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
! 17309: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
! 17310: types/pa_vrequest.C, types/pa_vresponse.h,
! 17311: types/pa_vstateless_class.C, types/pa_vstring.C,
! 17312: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
! 17313: created new projects for sql drivers [planning to remove sql
! 17314: drivers from main cvs project] first, will join latest changes
! 17315:
! 17316: * src/classes/: dom.C: defaulted dom writing methods encoding to
! 17317: pool.get_charset
! 17318:
! 17319: * src/classes/dom.C: defaulted dom writing methods encoding to
! 17320: pool.get_charset
! 17321:
! 17322: * src/include/pa_pool.h: defaulted dom writing methods encoding to
! 17323: pool.get_charset
! 17324:
! 17325: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
! 17326: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
! 17327: methods encoding to pool.get_charset
! 17328:
! 17329: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
! 17330: transcoder were created right "unsupported encoding" message.
! 17331: not @ set time, but @ use time, so until xml output functions
! 17332: .string, .file, .save used - no encoding name check occur
! 17333:
! 17334: reduced transcode buffer size to 60 fixed pool cleanup - no
! 17335: registration needed, pools are officially destructured
! 17336:
! 17337: 2001-09-20 parser
! 17338:
! 17339: * src/classes/image.C: 20K preload on jpg measure [image::measure]
! 17340:
! 17341: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
! 17342: $MAIN:DEFAULTS.content-type[$.charset[here]]
! 17343:
! 17344: * src/: classes/dnode.C, classes/dom.C,
! 17345: include/pa_config_includes.h, include/pa_globals.h,
! 17346: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
! 17347: main/pa_pool.C, targets/cgi/parser3.dsp,
! 17348: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 17349: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
! 17350: Pool::transcode 0
! 17351:
! 17352: * src/classes/dom.C: dom. string save file moved output xml options
! 17353: to last param and made it optional
! 17354:
! 17355: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
! 17356: dnodes
! 17357: !$attributenode.specified = boolean
! 17358: true if the attribute received its value explicitly
! 17359: in the XML document,
! 17360: or if a value was assigned programatically with the
! 17361: setValue function.
! 17362: false if the attribute value came from the default value
! 17363: declared in the document's DTD.
! 17364: !$pinode.target = target of this processing instruction
! 17365: XML defines this as being the first token following the
! 17366: markup
! 17367: that begins the processing instruction.
! 17368: XPath:
! 17369: !^node.select[xpath/query/expression] = hash of 0->node0
! 17370: 1->node1
! 17371: !^node.select-single[xpath/query/expression] = first node if
! 17372: any
! 17373:
! 17374: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
! 17375: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
! 17376: some 'const's added
! 17377:
! 17378: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
! 17379: expression context now, there value = size and boolean value
! 17380: size!=0
! 17381:
! 17382: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
! 17383: can be used in expression context now, there value = size and
! 17384: boolean value size!=0
! 17385:
! 17386: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
! 17387: types/pa_vstring.h: dnode .file .string .save moved back to dom
! 17388: due to strange xalan bug
! 17389:
! 17390: 2001-09-18 parser
! 17391:
! 17392: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
! 17393: classes/image.C, classes/op.C, classes/table.C,
! 17394: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
! 17395: include/pa_sql_driver_manager.h, main/compile.C,
! 17396: main/compile.tab.C, main/compile.y, main/compile_tools.h,
! 17397: main/execute.C, main/pa_common.C, main/pa_request.C,
! 17398: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
! 17399: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 17400: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
! 17401: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 17402: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
! 17403: before_xml branch ^if(def $hash) now true only when
! 17404: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
! 17405:
! 17406: * src/: classes/op.C, main/execute.C: operators self changed to
! 17407: root ^for variable context changed to self
! 17408:
! 17409: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
! 17410: dnode 1
! 17411:
! 17412: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
! 17413: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
! 17414:
! 17415: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
! 17416: poly* fixed
! 17417:
! 17418: 2001-09-17 parser
! 17419:
! 17420: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
! 17421: types/pa_vdom.h: started dnode+dom
! 17422:
! 17423: dnode DOM methods: $node.name $node.value
! 17424: ...others...
! 17425:
! 17426: ^node.xpath[/rates/USD] = hash
! 17427: $hash[
! 17428: $.0[node0]
! 17429: $.1[node1]
! 17430: ]
! 17431:
! 17432: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
! 17433: applies to all linear primitives
! 17434:
! 17435: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
! 17436: include/pa_stylesheet_connection.h, main/main.dsp,
! 17437: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
! 17438: types/pa_vimage.h: started dnode DOM: $node.name
! 17439: $node.value ...others... ^node.xpath[/rates/USD] = hash
! 17440: dom(dnode)
! 17441:
! 17442: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
! 17443: main/compile.y, main/compile_tools.h, main/execute.C,
! 17444: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
! 17445: in expression compound($aa.zz.xx) names now can have minus '-' in
! 17446: name after '.'
! 17447:
! 17448: 2001-09-15 parser
! 17449:
! 17450: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
! 17451: image: $line-width ^line(...)[**** style]
! 17452:
! 17453: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
! 17454: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
! 17455: pool_storage - cleanups first, allocations second. apache wisely
! 17456: does just like that
! 17457:
! 17458: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
! 17459: rewritten using template, no bugs now
! 17460:
! 17461: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
! 17462: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
! 17463: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
! 17464: poorly started isapi pool_storage, would rewrite using template
! 17465: now
! 17466:
! 17467: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
! 17468: include/pa_stylesheet_connection.h, main/main.dsp,
! 17469: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
! 17470: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
! 17471: xalan objects freed up [introducing Pool::register_cleanup]
! 17472:
! 17473: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
! 17474: comments
! 17475:
! 17476: 2001-09-14 parser
! 17477:
! 17478: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
! 17479: z
! 17480:
! 17481: * src/: classes/dom.C, classes/file.C, classes/image.C,
! 17482: classes/mail.C, include/pa_common.h,
! 17483: include/pa_sql_driver_manager.h, include/pa_string.h,
! 17484: include/pa_stylesheet_connection.h,
! 17485: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 17486: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
! 17487: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
! 17488: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
! 17489: compiled&cached
! 17490:
! 17491: 2001-09-13 parser
! 17492:
! 17493: * src/: classes/dom.C, classes/file.C, classes/image.C,
! 17494: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
! 17495:
! 17496: * src/classes/dom.C: dom:file content-type(.method)
! 17497:
! 17498: * src/: include/pa_common.h, include/pa_globals.h,
! 17499: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
! 17500: string now more informative error messages
! 17501:
! 17502: * src/: include/pa_globals.h, include/pa_request.h,
! 17503: main/pa_request.C, targets/cgi/parser3.C,
! 17504: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
! 17505: ParserSiteConfig .../parser3.conf
! 17506:
! 17507: cgi&isapi looks for {configure|c:\windows}/parser3.conf
! 17508:
! 17509: 2001-09-12 parser
! 17510:
! 17511: * src/: classes/op.C, include/pa_sql_driver_manager.h,
! 17512: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
! 17513: precise error reporting: "connection string must start with
! 17514: protocol://" now
! 17515:
! 17516: * src/main/compile.tab.C: fixed - subname code parts actually []
! 17517: braced
! 17518:
! 17519: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
! 17520: lexer on LS_USER level did [] matching without setting nestage,
! 17521: introduced special LS_NAME_SQUARE_PART state
! 17522:
! 17523: 2001-09-11 parser
! 17524:
! 17525: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
! 17526: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
! 17527: languages+=xml
! 17528:
! 17529: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
! 17530:
! 17531: * src/classes/dom.C: ^dom:save/string/file[output options] output
! 17532: options: $.method[xml|html|text] detection fixed
! 17533:
! 17534: * src/types/pa_vdom.h: messages
! 17535:
! 17536: * src/classes/dom.C: ^dom:save/string/file[output options] output
! 17537: options: $.method[xml|html|text] detection fixed
! 17538:
! 17539: 2001-09-10 parser
! 17540:
! 17541: * src/classes/dom.C: ^dom:save/string/file[output options] output
! 17542: options: $.method[xml|html|text] $.encoding[windows-1251|...]
! 17543:
! 17544: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
! 17545: added]
! 17546:
! 17547: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
! 17548: ^dom.xslt[stylesheet filename] 0
! 17549:
! 17550: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
! 17551: ^dom.xslt[stylesheet filename] -1 doc is lying
! 17552:
! 17553: * src/classes/dom.C: ^dom.file[encoding] = file
! 17554:
! 17555: * src/classes/: dom.C: ^dom.string[encoding] 1
! 17556: ^dom.save[encoding;filename]
! 17557:
! 17558: * src/classes/dom.C: ^dom.string[] 0
! 17559:
! 17560: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
! 17561:
! 17562: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
! 17563: types/pa_vform.h: ^dom.save[b.xml] 0
! 17564:
! 17565: 2001-09-08 parser
! 17566:
! 17567: * src/types/pa_vform.C: $form:tables.name.field
! 17568:
! 17569: 2001-09-07 parser
! 17570:
! 17571: * src/classes/table.C: table:empty removed, superceded by ^if(def
! 17572: $table)...
! 17573:
! 17574: * src/targets/cgi/parser3.C: z
! 17575:
! 17576: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
! 17577: from '' to int/double is 0]
! 17578:
! 17579: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
! 17580: $table) is false when table is empty
! 17581:
! 17582: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
! 17583: !$form:tables $atable[$form:tables.a]
! 17584: ^atable.menu{a=$atable.element}[,]
! 17585:
! 17586: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
! 17587: types/pa_vform.h, types/pa_vhash.h: !$form:fields
! 17588:
! 17589: * src/: classes/dom.C, classes/table.C, main/main.dsp,
! 17590: types/pa_vdom.h, types/pa_vform.C: merged with successful start
! 17591: of dom
! 17592:
! 17593: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
! 17594: types/pa_vform.C, types/pa_vform.h: z
! 17595:
! 17596: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
! 17597: element [not last]
! 17598:
! 17599: * src/: classes/dom.C, classes/table.C, main/main.dsp,
! 17600: types/pa_vdom.h: introducing dom. dom:load[a.xml]
! 17601:
! 17602: 2001-09-06 parser
! 17603:
! 17604: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
! 17605: table with one column 'element' and two rows: 1 and 2
! 17606:
! 17607: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
! 17608: table with one column 'element' and two rows: 1 and 2
! 17609:
! 17610: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
! 17611: bad int/double conversions, and now $form:nonexistent.int(88)
! 17612: would return 88
! 17613:
! 17614: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
! 17615: types/pa_vhash.h: now there's special hash key '_default'
! 17616: [instead of ^_default method] $hash[ $.a[1] $.b[2]
! 17617: $._default[xx] ] $hash.c
! 17618:
! 17619: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
! 17620: fixed [thanks, fif], ^; were treated there non-literally
! 17621:
! 17622: * src/doc/doxygen.cfg: merged new default options from 1.2.10
! 17623: doxygen
! 17624:
! 17625: * src/: classes/image.C, classes/op.C, classes/string.C,
! 17626: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
! 17627: types/pa_vtable.C: few #ifndef DOXYGEN
! 17628:
! 17629: 2001-09-05 parser
! 17630:
! 17631: * src/classes/: string.C, table.C: sql options can be void [same as
! 17632: image:html the other day]
! 17633:
! 17634: * src/targets/cgi/Makefile.am: .am undo
! 17635:
! 17636: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 17637: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
! 17638: macro expantion on param, simply qoutes whatever passed, undone
! 17639:
! 17640: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 17641: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
! 17642: STRINGIZE(name) #name invented
! 17643:
! 17644: * src/: classes/op.C, include/pa_sql_driver_manager.h,
! 17645: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
! 17646: MAIN_SQL_DRIVERS_NAME "drivers"
! 17647:
! 17648: moved to be availible to all users
! 17649:
! 17650: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
! 17651: SQL_DRIVER_CREATE_FUNC_NAME
! 17652:
! 17653: * src/classes/mail.C: MAIN:MAIL check fixed
! 17654:
! 17655: 2001-09-04 parser
! 17656:
! 17657: * src/classes/image.C: image.html now can accept void params
! 17658:
! 17659: * src/targets/isapi/parser3isapi.C: z
! 17660:
! 17661: * src/targets/cgi/parser3.C: full_file_spec bug
! 17662:
! 17663: * src/targets/cgi/parser3.C: getenvcheck
! 17664:
! 17665: * src/targets/cgi/parser3.C: zz
! 17666:
! 17667: * src/targets/cgi/parser3.C: zzz
! 17668:
! 17669: * src/classes/date.C: date
! 17670:
! 17671: * src/classes/date.C: date:sql-string is now without ''
! 17672:
! 17673: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
! 17674: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
! 17675: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
! 17676:
! 17677: * src/include/pa_config_auto.h.in: makes
! 17678:
! 17679: 2001-09-03 parser
! 17680:
! 17681: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
! 17682:
! 17683: 2001-09-01 parser
! 17684:
! 17685: * src/classes/image.C: letter_spacing
! 17686:
! 17687: * src/classes/image.C: image: font params changed
! 17688:
! 17689: * src/classes/image.C: image: as_int as_string used
! 17690:
! 17691: * src/types/pa_vmethod_frame.h: $result[] now gets properly
! 17692: analized
! 17693:
! 17694: 2001-08-31 parser
! 17695:
! 17696: * src/targets/cgi/parser3.C: z
! 17697:
! 17698: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
! 17699: cygwin
! 17700:
! 17701: * src/classes/void.C: void:int/double += (default)
! 17702:
! 17703: * src/classes/image.C: image:font added space param image:font
! 17704: changed charwidth alg, added kerning const[for now]
! 17705:
! 17706: * src/classes/: string.C, table.C: string:int/double (defaults)
! 17707:
! 17708: 2001-08-29 parser
! 17709:
! 17710: * src/main/pa_exception.C: exception redundant debug info
! 17711:
! 17712: 2001-08-28 parser
! 17713:
! 17714: * src/classes/image.C: image error msgs
! 17715:
! 17716: * src/classes/image.C: image: gifsize little endian
! 17717:
! 17718: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
! 17719: doxygeneration
! 17720:
! 17721: * src/: classes/Makefile.am, main/Makefile.am,
! 17722: targets/cgi/Makefile.am, types/Makefile.am: .am-s
! 17723:
! 17724: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
! 17725: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
! 17726:
! 17727: * src/main/compile.C: NO_STRING_ORIGIN check2
! 17728:
! 17729: * src/classes/table.C: NO_STRING_ORIGIN check
! 17730:
! 17731: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
! 17732: storage class specifiers invalid in friend function declarations
! 17733:
! 17734: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
! 17735: main/untaint.C, targets/cgi/parser3.C,
! 17736: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
! 17737: case of limit
! 17738:
! 17739: * src/: classes/file.C, main/pa_common.C: file:move
! 17740: autocreate/remove dest/src dir
! 17741:
! 17742: * src/: classes/string.C, include/pa_dictionary.h,
! 17743: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
! 17744: main/untaint.C: pa_directory speeded up. moved zero 'from' check
! 17745: to directory constructor. string:replace
! 17746:
! 17747: 2001-08-27 parser
! 17748:
! 17749: * src/classes/image.C: fixed jpgsize alg
! 17750:
! 17751: * src/classes/image.C: fixed jpgsize alg
! 17752:
! 17753: * src/main/pa_exception.C: z
! 17754:
! 17755: * src/main/pa_common.C: removed debug info from pa_common
! 17756:
! 17757: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
! 17758: [auto.p from current dir loading]
! 17759:
! 17760: * src/: main/pa_common.C, main/pa_exception.C,
! 17761: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
! 17762: for solaris -lsocket
! 17763:
! 17764: 2001-08-24 parser
! 17765:
! 17766: * src/targets/cgi/parser3.C: not cgi extra \n 3
! 17767:
! 17768: * src/targets/cgi/parser3.C: not cgi extra \n 2
! 17769:
! 17770: * src/targets/cgi/parser3.C: not cgi extra \n
! 17771:
! 17772: * src/main/pa_sql_driver_manager.C: z
! 17773:
! 17774: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
! 17775: sql* removed services from disconnect - cross-request ideological
! 17776: probs.
! 17777:
! 17778: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
! 17779: cross-request ideological probs. oracle - fixed bug: cs
! 17780: allocated on request.pool and got freed before disconnect
! 17781:
! 17782: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
! 17783: mallocs fixed
! 17784:
! 17785: 2001-08-23 parser
! 17786:
! 17787: * src/classes/file.C: minor bug in file:save fixed
! 17788:
! 17789: * src/main/pa_sql_driver_manager.C: oracle: dlink
! 17790:
! 17791: 2001-08-22 parser
! 17792:
! 17793: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
! 17794: types/pa_vfile.h: file:load|save[text|binary;
! 17795:
! 17796: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
! 17797:
! 17798: 2001-08-21 parser
! 17799:
! 17800: * src/classes/: file.C, table.C: ^file:list
! 17801:
! 17802: 2001-08-20 parser
! 17803:
! 17804: * src/: main/compile.tab.C, main/compile.y,
! 17805: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
! 17806: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
! 17807: recousively caused problems: inc incremeted 123 literal!! fixed
! 17808:
! 17809: 2001-08-10 parser
! 17810:
! 17811: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
! 17812:
! 17813: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
! 17814: added
! 17815:
! 17816: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
! 17817: added
! 17818:
! 17819: * src/classes/table.C: table:sort restored [it was bad test :(]
! 17820:
! 17821: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
! 17822: ''
! 17823:
! 17824: * src/main/: pa_request.C: wanted to make const int
! 17825: MAX_EXECUTE_SECONDS=1;
! 17826:
! 17827: but couldnt, set_callback_and_alarm appeared to be not exported
! 17828: :(
! 17829:
! 17830: * src/main/pa_string.C: string.match hanged on. there were a hang
! 17831: check but it weren't wise enough
! 17832:
! 17833: @parse[dateString][tmp]
! 17834: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
! 17835: #end
! 17836:
! 17837: @main[] ^parse[2001-02-03]
! 17838:
! 17839: * src/classes/: table.C: table:sort now default desc
! 17840:
! 17841: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
! 17842: table.sort now creates new sorted table
! 17843:
! 17844: 2001-08-09 parser
! 17845:
! 17846: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
! 17847:
! 17848: * src/classes/hash.C: hash:_default now [was hash:default]
! 17849:
! 17850: * src/classes/op.C: case without switch check added
! 17851:
! 17852: * src/types/pa_vcookie.C: cookie name&value origins added, more
! 17853: precise $ORIGINS(1)
! 17854:
! 17855: * src/main/Makefile.am: .am
! 17856:
! 17857: * src/classes/void.C: void: int double copy/paste from int: bug
! 17858: fixed
! 17859:
! 17860: * src/classes/void.C: void: int double copy/paste from int: bug
! 17861: fixed
! 17862:
! 17863: 2001-08-07 parser
! 17864:
! 17865: * src/: classes/double.C, classes/int.C, classes/string.C,
! 17866: classes/table.C, include/pa_globals.h, main/pa_globals.C:
! 17867: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
! 17868: string, table
! 17869:
! 17870: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
! 17871: srand made working
! 17872:
! 17873: 2001-08-06 parser
! 17874:
! 17875: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
! 17876: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
! 17877: main/compile.tab.C, main/compile.y, main/pa_array.C,
! 17878: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
! 17879: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
! 17880:
! 17881: * src/main/pa_exec.C: exec win32 real filename
! 17882:
! 17883: * src/classes/file.C: exec stderr out
! 17884:
! 17885: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
! 17886:
! 17887: 2001-08-03 parser
! 17888:
! 17889: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
! 17890:
! 17891: 2001-08-02 parser
! 17892:
! 17893: * src/: classes/string.C, classes/table.C, include/pa_array.h,
! 17894: main/execute.C, main/pa_exec.C: introducing Array_iter
! 17895:
! 17896: * src/main/execute.C: detected quick_get recursion bug. changed to
! 17897: get@execute, but needs array iterator, separate from array to
! 17898: avoid it & use caching
! 17899:
! 17900: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
! 17901: bug fixed
! 17902:
! 17903: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
! 17904: main/execute.C, main/pa_globals.C: found another multithread bug
! 17905: in op.C (last, last global var killed) :)
! 17906:
! 17907: 2001-08-01 parser
! 17908:
! 17909: * src/: include/pa_dictionary.h, include/pa_globals.h,
! 17910: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
! 17911: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 17912: main/untaint.C: speeded up typo-html replacements. introducing
! 17913: Dictionary with first-char caching
! 17914:
! 17915: 2001-07-31 parser
! 17916:
! 17917: * src/types/Makefile.am: pa_vtable.C added to .am
! 17918:
! 17919: * src/main/compile.tab.C: added, so that could be compiled even on
! 17920: non-bison-enabled platforms
! 17921:
! 17922: 2001-07-28 parser
! 17923:
! 17924: * src/classes/table.C: table:hash always produces hash, when can't
! 17925: - empty
! 17926:
! 17927: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
! 17928: skipped \n
! 17929:
! 17930: 2001-07-27 parser
! 17931:
! 17932: * src/classes/: double.C, int.C, string.C: provided meaningful msg
! 17933: on int/double/string :sql without result and default
! 17934:
! 17935: 2001-07-26 parser
! 17936:
! 17937: * src/classes/op.C: fixed bad multithread bug with strangly global
! 17938: OP
! 17939:
! 17940: * src/main/compile.y: $man[$.age[zzz]] 0
! 17941:
! 17942: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
! 17943: creation syntax problem persists. restored $: for a while.
! 17944: thinking of $man[$.age[zzz]] syntax now
! 17945:
! 17946: * src/: classes/double.C, classes/int.C, classes/string.C,
! 17947: include/pa_opcode.h, main/compile.C, main/compile.y,
! 17948: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
! 17949: types/pa_vmethod_frame.h, types/pa_wcontext.h,
! 17950: types/pa_wwrapper.h: fixing :: realization #1
! 17951:
! 17952: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
! 17953: main/compile_tools.h, main/execute.C, main/pa_request.C,
! 17954: types/pa_vmethod_frame.h: introducing :: this is constructor call
! 17955: prefix. ordinary : remains for static accesses
! 17956:
! 17957: 2001-07-25 parser
! 17958:
! 17959: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
! 17960: fields 2. methods 3. columns
! 17961:
! 17962: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
! 17963: quote. optimized double&int tostring-s
! 17964:
! 17965: * src/main/: compile.C, compile.y, compile_tools.h: allowed
! 17966: whitespace before first method decl
! 17967:
! 17968: * src/classes/table.C: allowed nontable result in table:sql,
! 17969: results in empty table
! 17970:
! 17971: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
! 17972: lines before first method decl
! 17973:
! 17974: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
! 17975: types/pa_vtable.h: ^table.record[] now $table.fields
! 17976:
! 17977: * src/main/compile.y: $var[] is now empty string, not void
! 17978:
! 17979: * src/main/: compile.y, execute.C: $var[] is now empty string, not
! 17980: void
! 17981:
! 17982: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
! 17983: main/pa_globals.C: match replace code context moved to implicit
! 17984: $match context
! 17985:
! 17986: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
! 17987: main/compile_tools.h, main/execute.C: with killed, code storage
! 17988: introduced with former 'with' syntax
! 17989:
! 17990: 2001-07-24 parser
! 17991:
! 17992: * src/: main/compile.C, main/execute.C, main/pa_string.C,
! 17993: types/pa_value.h: first get_element, next get operator
! 17994:
! 17995: * src/main/compile.y: removed @end handling
! 17996:
! 17997: * src/main/: compile.C, compile.y: @end handling method2
! 17998:
! 17999: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
! 18000: file:move
! 18001:
! 18002: * src/main/pa_common.C: file_read close @ eof when imgsize bug
! 18003: fixed
! 18004:
! 18005: 2001-07-23 parser
! 18006:
! 18007: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
! 18008: driver
! 18009:
! 18010: * src/classes/hash.C: changed sql driver query interface
! 18011:
! 18012: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 18013: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
! 18014: changed sql driver query interface
! 18015:
! 18016: 2001-07-20 parser
! 18017:
! 18018: * src/types/pa_vrequest.C: X!$browser:type
! 18019:
! 18020: * src/: classes/file.C, classes/string.C, include/pa_string.h,
! 18021: main/execute.C, main/pa_string.C, types/pa_valiased.C,
! 18022: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
! 18023: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
! 18024: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
! 18025: types/pa_vobject.h, types/pa_vrequest.C,
! 18026: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
! 18027: ^class:method dynamic calls allowed. ^BASE.method call disabled.
! 18028: BASE element globally removed
! 18029:
! 18030: 2001-07-18 parser
! 18031:
! 18032: * src/classes/file.C: file:exec/cgi msg
! 18033:
! 18034: * src/classes/file.C: $file:exit-code renamed to 'status'
! 18035:
! 18036: * src/: classes/file.C, main/pa_exec.C: file:exec
! 18037:
! 18038: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
! 18039: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
! 18040: removed $id from *.in *.am
! 18041:
! 18042: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
! 18043: abbrevations
! 18044:
! 18045: * src/: classes/date.C, classes/mail.C, classes/math.C,
! 18046: classes/string.C, classes/table.C, include/pa_globals.h,
! 18047: include/pa_string.h, main/execute.C, main/pa_globals.C,
! 18048: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 18049: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
! 18050: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
! 18051: $ORIGINS(1) output tracing mode
! 18052:
! 18053: 2001-07-13 parser
! 18054:
! 18055: * src/: classes/double.C, classes/int.C, classes/string.C,
! 18056: include/pa_request.h, main/execute.C, main/pa_request.C:
! 18057: auto.p[@auto], /news/auto.p[no @auto], so that initializing
! 18058: second would not call first @auto
! 18059:
! 18060: * src/main/: execute.C, pa_request.C: order of MAIN parents was
! 18061: wrong, fixed
! 18062:
! 18063: 2001-07-12 parser
! 18064:
! 18065: * src/types/pa_value.h: pa_value.putelement modification of system
! 18066: classes prevented
! 18067:
! 18068: 2001-07-11 parser
! 18069:
! 18070: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
! 18071: table $piece
! 18072:
! 18073: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
! 18074: types/pa_vstateless_class.h: $file created by file:state +=
! 18075: .atime .mtime .ctime +found&fixed bug with exceptions on
! 18076: get_junction-created objects [they were on wrong pool]
! 18077:
! 18078: 2001-07-09 parser
! 18079:
! 18080: * src/main/untaint.C: qp wrong name
! 18081:
! 18082: * src/: classes/date.C, classes/string.C, classes/table.C,
! 18083: main/compile.y: date format 0
! 18084:
! 18085: 2001-07-07 parser
! 18086:
! 18087: * src/: classes/date.C, classes/table.C, include/pa_common.h,
! 18088: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
! 18089: roll table calendar
! 18090:
! 18091: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
! 18092: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
! 18093: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
! 18094: include/pa_request.h, main/main.dsp, types/pa_value.h,
! 18095: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
! 18096: string. todo: sql, calendar
! 18097:
! 18098: 2001-07-06 parser
! 18099:
! 18100: * src/: classes/math.C, include/pa_request.h, main/execute.C,
! 18101: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
! 18102:
! 18103: 2001-07-03 parser
! 18104:
! 18105: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
! 18106: classes/random.C, main/main.dsp: class random renamed to math,
! 18107: operators became methods
! 18108:
! 18109: * src/classes/op.C: pow sqrt
! 18110:
! 18111: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
! 18112:
! 18113: 2001-07-02 parser
! 18114:
! 18115: * src/classes/table.C: ^table.columns column renamed from 'name' to
! 18116: 'column'
! 18117:
! 18118: * src/classes/hash.C: ^hash.keys[]
! 18119:
! 18120: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
! 18121:
! 18122: * src/main/: compile.y, compile_tools.h: in expressions now allowed
! 18123: 'strings'
! 18124:
! 18125: 2001-06-29 parser
! 18126:
! 18127: * src/main/: execute.C: /0 %0 checkes ver 2
! 18128:
! 18129: * src/main/execute.C: /0 %0 checke
! 18130:
! 18131: * src/classes/Makefile.am: nothing - void
! 18132:
! 18133: * src/classes/table.C: empty strings @ sql
! 18134:
! 18135: 2001-06-28 parser
! 18136:
! 18137: * src/: classes/double.C, classes/file.C, classes/form.C,
! 18138: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 18139: classes/op.C, classes/random.C, classes/response.C,
! 18140: classes/string.C, classes/table.C, classes/void.C,
! 18141: main/compile.C, main/compile_tools.C, main/execute.C,
! 18142: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
! 18143: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 18144: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 18145: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 18146: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
! 18147: targets/isapi/parser3isapi.C, main/compile.y: */ static const
! 18148: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
! 18149: $";
! 18150:
! 18151: * src/: classes/double.C, classes/file.C, classes/form.C,
! 18152: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 18153: classes/op.C, classes/random.C, classes/response.C,
! 18154: classes/string.C, classes/table.C, classes/void.C,
! 18155: main/compile.C, main/compile.y, main/compile_tools.C,
! 18156: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
! 18157: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 18158: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 18159: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 18160: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
! 18161: targets/isapi/parser3isapi.C: static char *RCSId="$Id: ChangeLog,v 1.92 2013/10/29 16:21:27 moko Exp $";
! 18162:
! 18163: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
! 18164: $class:name: == ${class:name}:
! 18165:
! 18166: * src/classes/string.C: exactly one
! 18167:
! 18168: 2001-06-27 parser
! 18169:
! 18170: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
! 18171: types/pa_vvoid.h: nothing renamed to void
! 18172:
! 18173: * src/classes/op.C: ^switch ^case
! 18174:
! 18175: * src/main/compile.y: nothing renamed to void
! 18176:
! 18177: * src/: classes/hash.C, classes/table.C, main/compile.y,
! 18178: main/execute.C, main/main.dsp, main/pa_request.C,
! 18179: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
! 18180: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
! 18181: void
! 18182:
! 18183: * src/main/compile.y: lexer: $zzzz^zzzz were name part
! 18184:
! 18185: 2001-05-28 parser
! 18186:
! 18187: * src/doc/html2chm.cmd: removed >a
! 18188:
! 18189: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
! 18190: project options [some bugs]
! 18191:
! 18192: * src/doc/sources2html.cmd: z
! 18193:
! 18194: * src/: classes/classes.C, main/compile.C, main/compile.y,
! 18195: main/execute.C: operators are not in root class again
! 18196:
! 18197: 2001-05-24 parser
! 18198:
! 18199: * src/targets/cgi/parser3.dsp: project file
! 18200:
! 18201: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
! 18202: ^log ^exp
! 18203:
! 18204: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
! 18205: conversions in @exception[params]
! 18206:
! 18207: * src/main/pa_request.C: // no _ conversions in @exception[params]
! 18208:
! 18209: 2001-05-23 parser
! 18210:
! 18211: * src/main/pa_string.C: string cmp bug
! 18212:
! 18213: * src/classes/: mail.C, op.C: rem max 1000
! 18214:
! 18215: * src/: classes/op.C, main/compile.y: allow one empty line before
! 18216: LS_DEF_NAME
! 18217:
! 18218: 2001-05-22 parser
! 18219:
! 18220: * src/classes/op.C: if params code-required
! 18221:
! 18222: 2001-05-21 parser
! 18223:
! 18224: * src/types/pa_vstring.C: eoleof
! 18225:
! 18226: * src/classes/Makefile.am: .AM
! 18227:
! 18228: * src/classes/nothing.C: resultless ^sql moved to nothing:
! 18229:
! 18230: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
! 18231:
! 18232: * src/: classes/double.C, classes/nothing.C, classes/string.C,
! 18233: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
! 18234: types/pa_vunknown.h, classes/hash.C, main/compile.y,
! 18235: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
! 18236: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
! 18237: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
! 18238: 'nothing'
! 18239:
! 18240: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
! 18241: vstring::set_string
! 18242:
! 18243: * src/classes/: double.C, int.C, string.C: int,double;sql
! 18244:
! 18245: * src/: classes/hash.C, classes/int.C, classes/string.C,
! 18246: classes/table.C, include/pa_string.h, main/pa_string.C,
! 18247: types/pa_vstring.C, types/pa_vstring.h: started int:sql
! 18248:
! 18249: * src/: classes/classes.C, classes/hash.C, classes/op.C,
! 18250: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
! 18251: hash:sql moved to main trunc. operators.txt updated
! 18252:
! 18253: * src/classes/: hash.C, op.C, table.C: hash:sql
! 18254:
! 18255: * src/classes/op.C: z
! 18256:
! 18257: * src/: main/compile.C, classes/classes.C: 1
! 18258:
! 18259: * src/: classes/classes.C, main/compile.C, main/compile.y,
! 18260: main/execute.C: 0
! 18261:
! 18262: * src/main/execute.C: z
! 18263:
! 18264: * src/targets/cgi/parser3.C: z
! 18265:
! 18266: * src/targets/cgi/parser3.C: argv can be just "parser3". made
! 18267: site_auto_path "." in that case
! 18268:
! 18269: * src/targets/cgi/: parser3.C: z
! 18270:
! 18271: * src/main/pa_request.C: .am
! 18272:
! 18273: * src/: main/pa_request.C, targets/cgi/parser3.C:
! 18274: pcre_tables=pcre_default_tables;
! 18275:
! 18276: 2001-05-19 parser
! 18277:
! 18278: * src/main/pa_string.C: z
! 18279:
! 18280: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
! 18281: introducing String::cstr_bufsize, returns just size+1 for as_is
! 18282: target.
! 18283:
! 18284: * src/: main/untaint.C, targets/cgi/pa_pool.C,
! 18285: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
! 18286: used, 4* mem wasted
! 18287:
! 18288: * src/classes/string.C: root context in match replace body now
! 18289: unchanged
! 18290:
! 18291: * src/types/pa_value.h: parameter # 1 based
! 18292:
! 18293: * src/main/pa_common.C: common: actual filename '%s'
! 18294:
! 18295: * src/classes/string.C: z
! 18296:
! 18297: * src/classes/Makefile.am: classes/.am
! 18298:
! 18299: * src/classes/: Makefile.am: classes/.am
! 18300:
! 18301: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
! 18302: targets/cgi/pa_pool.C: classes/.am
! 18303:
! 18304: 2001-05-18 parser
! 18305:
! 18306: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
! 18307: pa_threads.C ins
! 18308:
! 18309: * src/targets/cgi/Makefile.am: .am pa_threads.C added
! 18310:
! 18311: 2001-05-17 parser
! 18312:
! 18313: * src/: classes/string.C, include/pa_config_fixed.h,
! 18314: include/pa_config_includes.h, main/compile.y,
! 18315: main/compile_tools.h, main/execute.C, main/pa_array.C,
! 18316: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
! 18317: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
! 18318: types/pa_vform.C: #include "pa_config_includes.h" removed from
! 18319: most .C
! 18320:
! 18321: * src/doc/html2chm.cmd: z
! 18322:
! 18323: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
! 18324: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
! 18325:
! 18326: * src/main/pa_sql_driver_manager.C: moved expiration to
! 18327: get_connection_from_cache
! 18328:
! 18329: * src/main/pa_sql_driver_manager.C: cache expiration bf
! 18330:
! 18331: * src/: classes/classes.h, include/pa_sql_connection.h,
! 18332: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
! 18333: cache expiration[use SQL_Driver::disconnect]
! 18334:
! 18335: * src/main/pa_table.C: table.locate current restored on "not found"
! 18336:
! 18337: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
! 18338: line no
! 18339:
! 18340: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 18341: ANTI_ENDLESS_EXECUTE_RECOURSION
! 18342:
! 18343: * src/: classes/op.C, include/pa_sql_connection.h,
! 18344: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
! 18345: sql/pa_sql_driver.h: fixed problem at last: 2connections own
! 18346: 1driver and set_services fight for driver::fservices. before fix
! 18347:
! 18348: * src/: classes/op.C, include/pa_config_fixed.h,
! 18349: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 18350: main/pa_sql_driver_manager.C: found problem at last: 2connections
! 18351: own 1driver and set_services fight for driver::fservices. before
! 18352: fix
! 18353:
! 18354: * src/: include/pa_config_fixed.h, include/pa_threads.h,
! 18355: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
! 18356: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
! 18357: pa_threads.C
! 18358:
! 18359: * src/include/pa_threads.h: removed targets/parser
! 18360:
! 18361: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
! 18362: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
! 18363: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
! 18364: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
! 18365: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
! 18366: headers
! 18367:
! 18368: * src/: classes/image.C, include/pa_sql_driver_manager.h,
! 18369: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
! 18370: order prevented sqlmanager to see MULTYTHREAD define
! 18371:
! 18372: * src/: include/pa_config_fixed.h, include/pa_threads.h,
! 18373: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
! 18374: put/gets
! 18375:
! 18376: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
! 18377: from hash.h
! 18378:
! 18379: * src/: classes/op.C, include/pa_sql_connection.h,
! 18380: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
! 18381: from cache ->set_services(&services);
! 18382:
! 18383: 2001-05-16 parser
! 18384:
! 18385: * src/targets/cgi/parser3.C: z
! 18386:
! 18387: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
! 18388: debug, #ifdefed some. would debug later, on more precise sample
! 18389: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
! 18390: $name.$tail[$tail!] $name.$tail } ok3
! 18391:
! 18392: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
! 18393: removed array debug. before vstring rebasing
! 18394:
! 18395: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
! 18396: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
! 18397: array debugged; adjusted
! 18398:
! 18399: * src/main/: pa_sql_driver_manager.C, pa_string.C:
! 18400: SQL_Driver_manager line no for connect/charset errors
! 18401:
! 18402: 2001-05-15 parser
! 18403:
! 18404: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
! 18405: main/pa_string.C: string+array made linear grows
! 18406:
! 18407: * src/: include/pa_string.h, main/pa_string.C,
! 18408: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
! 18409: grow lineary, not exponentialy
! 18410:
! 18411: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
! 18412: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
! 18413: with fullchunk cmps
! 18414:
! 18415: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
! 18416: 70041= 81
! 18417:
! 18418: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
! 18419: targets/cgi/parser3.C: detected huge mem allocation: size/times
! 18420: malloc 27809390/368771, calloc 3232/83. would test now
! 18421:
! 18422: * src/: classes/random.C, main/compile.y, main/execute.C,
! 18423: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
! 18424: numbered params had wrong name - for instance: bad error message
! 18425: in ^for[] bad body type. fixed
! 18426:
! 18427: 2001-05-14 parser
! 18428:
! 18429: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 18430: main/untaint.C: ^string.upper|lower[]
! 18431:
! 18432: 2001-05-11 parser
! 18433:
! 18434: * src/: classes/double.C, classes/image.C, classes/op.C,
! 18435: classes/string.C, classes/table.C, classes/unknown.C,
! 18436: main/execute.C, types/pa_value.h, types/pa_vbool.h,
! 18437: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
! 18438: types/pa_vunknown.h: op: MAX_LOOPS as_int
! 18439:
! 18440: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
! 18441: .dsp for win32tools
! 18442:
! 18443: 2001-05-11 paf
! 18444:
! 18445: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
! 18446: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
! 18447: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
! 18448: targets/isapi/kill.pl: moved win32 helpers to /win32tools
! 18449:
! 18450: 2001-05-10 paf
! 18451:
! 18452: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
! 18453: for C++, that's all
! 18454:
! 18455: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
! 18456: pa_config_includes.h: inline wonders
! 18457:
! 18458: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
! 18459: doc/doxygen.cmd: hash.C added
! 18460:
! 18461: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
! 18462:
! 18463: * src/main/compile.y: @end grammar: allowed zero strings in control
! 18464: menthod
! 18465:
! 18466: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
! 18467: pa_vstateless_object.h: changed priority: field before method
! 18468: lookup in vclass & vobject
! 18469:
! 18470: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
! 18471: grammar: priorities changes [lowerd && prior] vobject: now first
! 18472: fields, next methods
! 18473:
! 18474: 2001-05-08 paf
! 18475:
! 18476: * src/main/pa_table.C: table columnname2item on nameless ignored
! 18477: bark=false. fixed
! 18478:
! 18479: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
! 18480: types/pa_vmethod_frame.h: hash:default works at last!
! 18481:
! 18482: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
! 18483: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
! 18484: hash:default
! 18485:
! 18486: * src/classes/table.C: z
! 18487:
! 18488: * src/classes/table.C: table:hash always hash of hash now
! 18489:
! 18490: * src/classes/table.C: table:empty return bool now
! 18491:
! 18492: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
! 18493: include/pa_table.h, main/pa_table.C, types/pa_value.h,
! 18494: types/pa_vtable.h: table:hash
! 18495:
! 18496: * src/classes/table.C: table:record have name
! 18497:
! 18498: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
! 18499: returns vunknown
! 18500:
! 18501: * src/classes/: double.C, int.C, op.C, string.C:
! 18502: int,double,string:int[] double[] string:length[] results now have
! 18503: hames
! 18504:
! 18505: * src/: classes/op.C, classes/table.C, main/main.dsp,
! 18506: types/pa_vtable.h: removed table:find. table:locate and op:eval
! 18507: now return bool
! 18508:
! 18509: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
! 18510: in method checkparams again. fixed
! 18511:
! 18512: 2001-05-07 paf
! 18513:
! 18514: * src/doc/chm.cmd: cmd
! 18515:
! 18516: * src/: classes/image.C, classes/mail.C, classes/string.C,
! 18517: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
! 18518: types/pa_value.h: method reported errors on wrong pool
! 18519:
! 18520: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
! 18521: now
! 18522:
! 18523: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
! 18524: include/code.h, include/pa_opcode.h, main/compile.C,
! 18525: main/compile_tools.h, main/execute.C, types/pa_value.h,
! 18526: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 18527: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
! 18528: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
! 18529: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 18530: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 18531: types/pa_vrequest.h, types/pa_vresponse.h,
! 18532: types/pa_vstateless_class.h, types/pa_vstring.h,
! 18533: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
! 18534: types/pa_wwrapper.h: pa_code.h
! 18535:
! 18536: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
! 18537:
! 18538: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
! 18539: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
! 18540: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
! 18541: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
! 18542: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
! 18543: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
! 18544: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
! 18545: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
! 18546: types/pa_vtable.h: dox, split by not clean parts also
! 18547:
! 18548: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
! 18549: types/pa_vtable.h: table: fields, then methods. so to enable
! 18550: 'dir' fields & co. more
! 18551:
! 18552: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
! 18553: so to enable 'dir' fields & co.
! 18554:
! 18555: * src/main/compile.y: grammar: @end
! 18556:
! 18557: 2001-05-04 paf
! 18558:
! 18559: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
! 18560: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
! 18561:
! 18562: * src/: classes/classes.h, classes/double.C, classes/file.C,
! 18563: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
! 18564: classes/op.C, classes/random.C, classes/response.C,
! 18565: classes/string.C, classes/table.C, classes/unknown.C,
! 18566: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
! 18567: method dox
! 18568:
! 18569: 2001-05-03 paf
! 18570:
! 18571: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
! 18572: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
! 18573: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
! 18574: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
! 18575: doc/string.dox, doc/targets.dox, doc/value.dox,
! 18576: main/pa_request.C: dox splitted .dox files and added some
! 18577:
! 18578: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
! 18579:
! 18580: 2001-05-02 paf
! 18581:
! 18582: * src/classes/: image.C, table.C: table:dir result are not tainted
! 18583: by file_name language now
! 18584:
! 18585: 2001-04-28 paf
! 18586:
! 18587: * src/classes/classes.inc: removed classes.inc
! 18588:
! 18589: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
! 18590: from .am
! 18591:
! 18592: * src/classes/classes.awk: skipped classes in .awk
! 18593:
! 18594: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
! 18595: classes/classes.inc, classes/double.C, classes/file.C,
! 18596: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
! 18597: classes/string.C, classes/table.C, classes/unknown.C,
! 18598: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
! 18599: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
! 18600: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
! 18601: pa_methoded back to classes/classes.h
! 18602:
! 18603: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
! 18604:
! 18605: * src/: classes/Makefile.am, classes/classes.awk,
! 18606: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
! 18607: classes/ls.exe, main/bison.exe: classes.inc autogenerator
! 18608:
! 18609: * src/: classes/classes.C, classes/classes.h, classes/double.C,
! 18610: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
! 18611: classes/response.C, classes/string.C, classes/table.C,
! 18612: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
! 18613: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
! 18614: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
! 18615: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
! 18616: include|main/pa_methoded
! 18617:
! 18618: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
! 18619: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
! 18620:
! 18621: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
! 18622: moved some configured data to request::classes_conf moved some
! 18623: string crations from globals to M... [works]
! 18624:
! 18625: * src/: classes/form.C, classes/mail.C, classes/op.C,
! 18626: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
! 18627: main/pa_request.C: moved some configured data to
! 18628: request::classes_conf moved some string crations from globals to
! 18629: M...
! 18630:
! 18631: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
! 18632: about to move configured data to special request hash
! 18633:
! 18634: * src/: classes/classes.C, classes/classes.h, classes/file.C,
! 18635: classes/form.C, classes/mail.C, include/pa_request.h,
! 18636: main/pa_request.C: configure started
! 18637:
! 18638: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
! 18639: 2. todo: methoded-configure
! 18640:
! 18641: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
! 18642: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
! 18643: classes/_random.h, classes/_response.h, classes/_string.h,
! 18644: classes/_table.h, classes/_unknown.h, classes/classes.inc,
! 18645: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
! 18646: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
! 18647: classes/random.C, classes/response.C, classes/string.C,
! 18648: classes/table.C, classes/unknown.C, include/pa_globals.h,
! 18649: include/pa_request.h, main/compile.y, main/execute.C,
! 18650: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 18651: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 18652: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
! 18653: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
! 18654: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
! 18655: types/pa_vrequest.h, types/pa_vresponse.h,
! 18656: types/pa_vstateless_class.h, types/pa_vstring.h,
! 18657: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
! 18658: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
! 18659: methoded-configure
! 18660:
! 18661: * src/: classes/file.C, classes/table.C, main/compile.y,
! 18662: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
! 18663: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
! 18664: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
! 18665:
! 18666: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
! 18667: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
! 18668: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
! 18669: classes/random.C, classes/response.C, classes/string.C,
! 18670: classes/table.C, classes/unknown.C, include/pa_request.h,
! 18671: main/compile.y, main/execute.C, main/pa_globals.C,
! 18672: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
! 18673: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 18674: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
! 18675: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
! 18676: beautifying just compiled. todo: debug, configure
! 18677:
! 18678: 2001-04-27 paf
! 18679:
! 18680: * src/: classes/file.C, classes/image.C, classes/table.C,
! 18681: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
! 18682: beautifying -99
! 18683:
! 18684: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
! 18685: classes/_response.h, classes/_unknown.h, classes/classes.C,
! 18686: classes/classes.h, classes/double.C, classes/file.C,
! 18687: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
! 18688: classes/op.C, classes/random.C, classes/response.C,
! 18689: classes/string.C, include/pa_globals.h, main/main.dsp,
! 18690: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
! 18691: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
! 18692: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
! 18693: types/pa_vunknown.h: beautifying -100
! 18694:
! 18695: * src/main/compile.y: serge@ found @CLASS bug. fixed
! 18696:
! 18697: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
! 18698: classes/_op.h, classes/_random.h, classes/_table.h,
! 18699: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
! 18700: classes/op.C, classes/random.C, classes/response.C,
! 18701: classes/string.C, classes/table.C, classes/unknown.C,
! 18702: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
! 18703: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
! 18704: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
! 18705: beautifying
! 18706:
! 18707: 2001-04-26 paf
! 18708:
! 18709: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
! 18710:
! 18711: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
! 18712: documentation ++
! 18713:
! 18714: * src/: classes/_exec.h, doc/doxygen.cfg,
! 18715: include/pa_config_fixed.h, include/pa_config_includes.h,
! 18716: targets/cgi/pa_pool.C: code documentation ++
! 18717:
! 18718: * src/: classes/_image.h, classes/op.C, classes/random.C,
! 18719: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 18720: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
! 18721: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
! 18722: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 18723: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 18724: types/pa_vrequest.C, types/pa_vrequest.h,
! 18725: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
! 18726: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
! 18727: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
! 18728: code documentation ++
! 18729:
! 18730: * src/: classes/image.C, classes/mail.C, classes/string.C,
! 18731: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
! 18732: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
! 18733: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
! 18734: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 18735: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
! 18736: types/pa_vobject.h, types/pa_vstateless_class.h,
! 18737: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
! 18738:
! 18739: * src/main/: pa_request.C, pa_string.C: z
! 18740:
! 18741: * src/: include/pa_common.h, include/pa_types.h,
! 18742: main/pa_sql_driver_manager.C: module [and, guess, isapi]
! 18743: connection caching fixed. request-pooled-url were stored into
! 18744: global connectioncache
! 18745:
! 18746: 2001-04-25 paf
! 18747:
! 18748: * src/: doc/doxygen.cfg, doc/doxygen.txt,
! 18749: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
! 18750:
! 18751: * src/: include/code.h, include/pa_common.h, main/compile.y,
! 18752: main/execute.C, main/pa_common.C: -d
! 18753:
! 18754: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
! 18755: illegal call check a bit improved, but still under iis no mapping
! 18756: of dir with parser allowed!
! 18757:
! 18758: 2001-04-24 paf
! 18759:
! 18760: * src/targets/Makefile.am: apache module lib .am
! 18761:
! 18762: * src/main/pa_exec.C: windows32 buildCommand
! 18763:
! 18764: 2001-04-23 paf
! 18765:
! 18766: * src/targets/cgi/Makefile.am: win32 conditional
! 18767:
! 18768: * src/targets/cgi/Makefile.am: win32 conditional
! 18769:
! 18770: * src/targets/cgi/Makefile.am: liblink
! 18771:
! 18772: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
! 18773: vfile fields return type
! 18774:
! 18775: * src/types/pa_vfile.h: vfile fields return type
! 18776:
! 18777: * src/include/pa_config_auto.h.in: .h.in
! 18778:
! 18779: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
! 18780: types/Makefile: makefiles removed
! 18781:
! 18782: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
! 18783: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
! 18784:
! 18785: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
! 18786: [tested: i & g ]
! 18787:
! 18788: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
! 18789: @test noticed series in isapi, check how initialize_random_class
! 18790: is called! [must be called only once]
! 18791:
! 18792: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
! 18793: would not be 'unknown column'
! 18794:
! 18795: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
! 18796: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
! 18797:
! 18798: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
! 18799: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
! 18800: [now doesnt]
! 18801:
! 18802: * src/targets/cgi/parser3.C: cgi cmdline ver
! 18803:
! 18804: * src/targets/cgi/parser3.C: cgi /// @test disable
! 18805: /cgi-bin/parser3/auto.p
! 18806:
! 18807: * src/main/untaint.C: untaint without charset
! 18808:
! 18809: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
! 18810: main/pa_common.C: common: file_write /// @test mkdirs
! 18811: file_delete rmdirs
! 18812:
! 18813: * src/main/untaint.C: mail header only once to =?
! 18814:
! 18815: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
! 18816: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
! 18817: main/untaint.C: untaint - @test optimize whitespaces for
! 18818: all but 'html'
! 18819:
! 18820: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
! 18821: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
! 18822: main/untaint.C: untaint - @test mail-header
! 18823:
! 18824: 2001-04-20 paf
! 18825:
! 18826: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
! 18827: include/pa_request.h, include/pa_string.h, main/compile.y,
! 18828: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 18829: targets/cgi/parser3.C: $MAIN:LOCALE
! 18830:
! 18831: * src/main/untaint.C: z
! 18832:
! 18833: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
! 18834:
! 18835: 2001-04-19 paf
! 18836:
! 18837: * src/main/compile_tools.h: $a$b bugfix
! 18838:
! 18839: * src/targets/cgi/parser3.C: z
! 18840:
! 18841: * src/classes/file.C: z
! 18842:
! 18843: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
! 18844: done: header to $fields. waits for header '\' tricks
! 18845:
! 18846: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 18847: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
! 18848: changed urlencode here and in untaint.C to HTTP standard's " and
! 18849: \" mech
! 18850:
! 18851: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
! 18852: http://alx/~paf/ doesnt load /auto.p
! 18853:
! 18854: 2001-04-18 paf
! 18855:
! 18856: * src/main/pa_request.C: 1
! 18857:
! 18858: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
! 18859: linux @alx
! 18860:
! 18861: 2001-04-17 paf
! 18862:
! 18863: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
! 18864: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
! 18865: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
! 18866: enabled
! 18867:
! 18868: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
! 18869: classes/_exec.h, classes/_file.h, classes/_form.h,
! 18870: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
! 18871: classes/_random.h, classes/_response.h, classes/_string.h,
! 18872: classes/_table.h, classes/_unknown.h, classes/file.C,
! 18873: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
! 18874: include/pa_config_fixed.h, include/pa_config_includes.h,
! 18875: include/pa_hash.h, include/pa_sql_driver_manager.h,
! 18876: include/pa_version.h, main/Makefile.am, main/compile.y,
! 18877: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
! 18878: main/pa_sql_driver_manager.C, sql/Makefile.am,
! 18879: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
! 18880: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
! 18881: types/pa_vform.C, types/pa_vimage.h: exec @jav
! 18882:
! 18883: * src/: include/pa_sql_driver_manager.h,
! 18884: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 18885: types/pa_vimage.h: sql driver interface now has initialize(client
! 18886: .so)
! 18887:
! 18888: 2001-04-16 paf
! 18889:
! 18890: * src/Makefile.am: compile2 cygwin
! 18891:
! 18892: * src/: include/pa_config_includes.h, main/pa_exec.C,
! 18893: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
! 18894:
! 18895: * src/targets/cgi/Makefile.am: compile0 jav
! 18896:
! 18897: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
! 18898: classes/_exec.h, classes/_file.h, classes/_form.h,
! 18899: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
! 18900: classes/_random.h, classes/_response.h, classes/_string.h,
! 18901: classes/_table.h, classes/_unknown.h, classes/image.C,
! 18902: classes/mail.C, classes/op.C, classes/random.C,
! 18903: include/pa_config_fixed.h, include/pa_config_includes.h,
! 18904: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
! 18905: main/compile.y, main/pa_common.C, main/pa_exec.C,
! 18906: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
! 18907: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
! 18908: compile-1
! 18909:
! 18910: 2001-04-15 paf
! 18911:
! 18912: * src/classes/op.C: z
! 18913:
! 18914: * src/classes/table.C: table:empty +=process
! 18915:
! 18916: * src/types/pa_value.h: MethodParams !junction
! 18917:
! 18918: * src/: classes/_string.h, classes/double.C, classes/file.C,
! 18919: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
! 18920: classes/random.C, classes/response.C, classes/string.C,
! 18921: classes/table.C, classes/unknown.C, main/pa_request.C:
! 18922: MethodParams everywhere
! 18923:
! 18924: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
! 18925: types/pa_vmethod_frame.h: MethodParams in op.C
! 18926:
! 18927: 2001-04-12 paf
! 18928:
! 18929: * src/: classes/image.C, types/pa_vimage.h: image:font :text
! 18930:
! 18931: * src/: classes/_unknown.h, classes/unknown.C,
! 18932: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
! 18933: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
! 18934:
! 18935: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
! 18936:
! 18937: * src/classes/image.C: image:gif now does not have params
! 18938:
! 18939: * src/classes/image.C:
! 18940: image:line/fill/rectangle/bar/replace/polygon/polybar
! 18941:
! 18942: * src/: classes/image.C, classes/op.C, main/execute.C,
! 18943: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
! 18944: for var now written not to r.wcontext, but to r.root cleared
! 18945: "entered_object" state
! 18946:
! 18947: 2001-04-11 paf
! 18948:
! 18949: * src/classes/image.C: image:create image:load
! 18950:
! 18951: * src/: classes/image.C, main/main.dsp: gd with mem write + image
! 18952: just compiled
! 18953:
! 18954: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
! 18955: todo: gif without file
! 18956:
! 18957: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
! 18958: started porting to Pooled descendant
! 18959:
! 18960: * src/: classes/image.C, main/execute.C, main/main.dsp,
! 18961: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
! 18962: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
! 18963: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
! 18964:
! 18965: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
! 18966: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
! 18967: end. switching to python imaging lib
! 18968:
! 18969: * src/main/main.dsp: gd+smtp made separate libs
! 18970:
! 18971: * src/: include/pa_globals.h, include/pa_string.h,
! 18972: main/pa_common.C, main/pa_request.C, main/untaint.C,
! 18973: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
! 18974: length
! 18975:
! 18976: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
! 18977: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
! 18978: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
! 18979: UL_FILE_NAME of posted file name
! 18980:
! 18981: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
! 18982: post [broke when moved post read to core]
! 18983:
! 18984: 2001-04-10 paf
! 18985:
! 18986: * src/classes/image.C: image:html done
! 18987:
! 18988: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
! 18989:
! 18990: * src/classes/image.C: z
! 18991:
! 18992: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
! 18993: forgotten!
! 18994:
! 18995: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
! 18996: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 18997: types/pa_vimage.h: image:measure -90
! 18998:
! 18999: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
! 19000: classes/_int.h, classes/_mail.h, classes/_op.h,
! 19001: classes/_random.h, classes/_response.h, classes/_string.h,
! 19002: classes/_table.h, classes/file.C, classes/mail.C,
! 19003: include/pa_common.h, include/pa_globals.h, main/execute.C,
! 19004: main/main.dsp, main/pa_common.C, main/pa_globals.C,
! 19005: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
! 19006: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
! 19007: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
! 19008: compiled
! 19009:
! 19010: * src/classes/mail.C: minor bug with unclear from/to
! 19011:
! 19012: * src/classes/mail.C: sendmail unix skipping defaults
! 19013:
! 19014: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
! 19015: sendmail unix added defaults
! 19016:
! 19017: * src/classes/mail.C: unix sendmail compiled. todo:testing
! 19018:
! 19019: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
! 19020:
! 19021: 2001-04-09 paf
! 19022:
! 19023: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
! 19024: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
! 19025: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
! 19026: targets/isapi/parser3isapi.dsp: all targets exec
! 19027:
! 19028: * src/: include/pa_sapi.h, include/pa_string.h,
! 19029: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 19030: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
! 19031: args in apache:util.script
! 19032:
! 19033: * src/include/pa_string.h: written but not tested exec with env for
! 19034: unix
! 19035:
! 19036: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
! 19037: targets/cgi/parser3.C: exec win32 env
! 19038:
! 19039: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
! 19040: 0
! 19041:
! 19042: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
! 19043: main/execute.C, main/main.dsp, main/pa_globals.C,
! 19044: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
! 19045: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
! 19046:
! 19047: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
! 19048: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
! 19049:
! 19050: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
! 19051: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
! 19052:
! 19053: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
! 19054: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
! 19055: main/pa_common.C, main/pa_request.C, main/pa_string.C,
! 19056: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19057: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
! 19058: exec class just compiled. moved post read to request core
! 19059:
! 19060: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
! 19061: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
! 19062: main/pa_globals.C, targets/cgi/parser3.C,
! 19063: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
! 19064: are already read by vform
! 19065:
! 19066: 2001-04-08 paf
! 19067:
! 19068: * src/: classes/file.C, classes/mail.C, classes/string.C,
! 19069: include/pa_request.h, include/pa_string.h, main/pa_request.C:
! 19070: uuencode. string<<
! 19071:
! 19072: 2001-04-07 paf
! 19073:
! 19074: * src/classes/mail.C: z
! 19075:
! 19076: * src/classes/mail.C: z
! 19077:
! 19078: * src/classes/mail.C: ^mail[$attach
! 19079:
! 19080: * src/classes/mail.C: ^attach dead end
! 19081:
! 19082: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
! 19083: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19084: targets/isapi/parser3isapi.C: mail:send 1
! 19085:
! 19086: * src/: classes/mail.C, main/pa_request.C: z
! 19087:
! 19088: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
! 19089: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
! 19090: compiled
! 19091:
! 19092: * src/classes/mail.C: +=
! 19093:
! 19094: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
! 19095: prepared
! 19096:
! 19097: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
! 19098: include/pa_globals.h, include/pa_string.h, main/main.dsp,
! 19099: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 19100: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
! 19101:
! 19102: 2001-04-06 paf
! 19103:
! 19104: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
! 19105: main/pa_string.C: table:dir 1
! 19106:
! 19107: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
! 19108: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
! 19109:
! 19110: * src/: classes/_op.h, classes/_root.h, classes/op.C,
! 19111: classes/root.C, include/pa_globals.h, include/pa_request.h,
! 19112: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
! 19113: main/pa_request.C: renamed 'root' to 'op'
! 19114:
! 19115: * src/classes/: _op.h, op.C: renamed from 'root'
! 19116:
! 19117: * src/types/pa_valiased.C: another root inherititance skipped
! 19118:
! 19119: * src/main/: compile.C, compile.y, execute.C: operators are now not
! 19120: root methods of parent class. just 'ROOT' class
! 19121:
! 19122: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
! 19123: @office
! 19124:
! 19125: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
! 19126:
! 19127: 2001-04-05 paf
! 19128:
! 19129: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
! 19130: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
! 19131: constructor flag dropped at get_method_frame and remembered into
! 19132: method_frame
! 19133:
! 19134: * src/: classes/file.C, classes/root.C, classes/string.C,
! 19135: classes/table.C, main/pa_request.C: junction to code&expression
! 19136: in errors
! 19137:
! 19138: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 19139: main/pa_string.C, targets/isapi/parser3isapi.dsp:
! 19140: $LOCALE:ctype[Russian_Russia.1251]
! 19141:
! 19142: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
! 19143: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
! 19144: main/pa_table.C: hash now not thread-safe.
! 19145:
! 19146: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
! 19147: main/untaint.C: z
! 19148:
! 19149: * src/: classes/random.C, classes/root.C, classes/table.C,
! 19150: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
! 19151: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
! 19152: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
! 19153: types/pa_wcontext.h: sql quote. string untaint UL_SQL
! 19154:
! 19155: * src/: classes/table.C, include/pa_sql_connection.h,
! 19156: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
! 19157:
! 19158: * src/classes/table.C: select * from hren error contains statement
! 19159:
! 19160: * src/: classes/table.C, include/pa_sql_connection.h,
! 19161: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
! 19162: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
! 19163:
! 19164: * src/: classes/root.C, include/pa_sql_connection.h,
! 19165: include/pa_sql_driver.h, main/main.dsp,
! 19166: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
! 19167: services for conv memory & error reporting
! 19168:
! 19169: 2001-04-04 paf
! 19170:
! 19171: * src/doc/doxygen.cfg: z
! 19172:
! 19173: * src/include/pa_sql_driver.h: mysql connect
! 19174:
! 19175: * src/include/pa_sql_driver.h: mysql info
! 19176:
! 19177: * src/: classes/root.C, include/pa_sql_driver.h,
! 19178: include/pa_sql_driver_manager.h, main/main.dsp,
! 19179: main/pa_sql_driver_manager.C: more manager&connection&driver
! 19180:
! 19181: * src/sql/Makefile.am: forgot to add mysql client
! 19182:
! 19183: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
! 19184: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
! 19185: [forgot to add libltdl, added]
! 19186:
! 19187: * src/: Makefile.am, classes/root.C, classes/string.C,
! 19188: classes/table.C, include/pa_globals.h, include/pa_hash.h,
! 19189: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
! 19190: include/pa_string.h, include/pa_table.h, main/main.dsp,
! 19191: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
! 19192: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
! 19193: -1000 just compiled
! 19194:
! 19195: * src/: classes/random.C, classes/root.C, classes/table.C,
! 19196: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
! 19197: main/pa_request.C, types/pa_vclass.h: sql frame -10
! 19198:
! 19199: 2001-04-03 paf
! 19200:
! 19201: * src/types/pa_vform.C: z
! 19202:
! 19203: * src/: classes/string.C, types/pa_vform.C: string:match replace
! 19204: assigned lang
! 19205:
! 19206: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
! 19207: {}[]< empty []
! 19208:
! 19209: * src/: classes/file.C, classes/string.C, classes/table.C,
! 19210: include/pa_string.h, main/pa_common.C, main/pa_string.C,
! 19211: main/untaint.C: string:match replace 2. string.cstr(forced lang)
! 19212:
! 19213: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19214: string:match replace strange matches
! 19215:
! 19216: * src/classes/string.C: string:match replace 0
! 19217:
! 19218: * src/: classes/string.C, main/pa_string.C: string:match replace
! 19219: prepared 2
! 19220:
! 19221: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19222: string:match replace prepared
! 19223:
! 19224: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19225: string:match replace -11
! 19226:
! 19227: * src/: classes/string.C, include/pa_globals.h,
! 19228: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
! 19229: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
! 19230:
! 19231: * src/: classes/string.C, include/pa_globals.h,
! 19232: include/pa_string.h, main/main.dsp, main/pa_globals.C,
! 19233: main/pa_string.C: string:match [search] -1 just compiled
! 19234:
! 19235: * src/types/pa_vstring.C: z
! 19236:
! 19237: * src/: classes/double.C, classes/file.C, classes/form.C,
! 19238: classes/int.C, classes/response.C, classes/root.C,
! 19239: classes/string.C, classes/table.C, include/pa_string.h,
! 19240: main/pa_string.C: string:match -10 [frame]
! 19241:
! 19242: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
! 19243: main/pa_request.C: z
! 19244:
! 19245: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
! 19246: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
! 19247: todo/tests
! 19248:
! 19249: * src/include/pa_common.h: z
! 19250:
! 19251: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
! 19252: main/pa_request.C, targets/cgi/parser3.C,
! 19253: targets/isapi/parser3isapi.C, types/pa_vfile.C:
! 19254: content-disposition
! 19255:
! 19256: * src/: include/pa_common.h, include/pa_globals.h,
! 19257: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
! 19258: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
! 19259:
! 19260: * src/: include/pa_common.h, include/pa_request.h,
! 19261: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
! 19262: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
! 19263: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
! 19264: response:body
! 19265:
! 19266: * src/classes/table.C: table:append now uses string::split
! 19267:
! 19268: * src/classes/table.C: z
! 19269:
! 19270: * src/: classes/file.C, classes/root.C, classes/string.C,
! 19271: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
! 19272: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
! 19273: include/pa_string.h, main/execute.C, main/pa_string.C,
! 19274: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
! 19275: string::pos & cmp & piece bugs fixed. string::split new
! 19276: table:load separated from set table:set implemented with clean \n
! 19277: \t searches
! 19278:
! 19279: 2001-04-02 paf
! 19280:
! 19281: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
! 19282: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
! 19283: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
! 19284: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
! 19285: it in table:set/load
! 19286:
! 19287: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
! 19288: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
! 19289:
! 19290: * src/classes/random.C: random:generate 1
! 19291:
! 19292: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
! 19293: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 19294: types/pa_value.h: random:generate
! 19295:
! 19296: 2001-03-30 paf
! 19297:
! 19298: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
! 19299: todo: table flip and append. string::pos
! 19300:
! 19301: * src/: classes/double.C, classes/file.C, classes/int.C,
! 19302: classes/response.C, classes/root.C, classes/string.C,
! 19303: classes/table.C, main/compile.y, main/execute.C,
! 19304: types/pa_value.h, types/pa_vstateless_class.C,
! 19305: types/pa_vstateless_class.h: static|dynamic|any method
! 19306: registration
! 19307:
! 19308: * src/: classes/file.C, classes/table.C, include/pa_table.h,
! 19309: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
! 19310: table:flip
! 19311:
! 19312: 2001-03-29 paf
! 19313:
! 19314: * src/classes/string.C: string:xsplit forgot that they must result
! 19315: in 1 row N column [not vice versa]
! 19316:
! 19317: * src/classes/string.C: z
! 19318:
! 19319: * src/classes/string.C: string: rsplit
! 19320:
! 19321: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19322: string: lsplit
! 19323:
! 19324: * src/: classes/string.C, include/pa_string.h, main/execute.C,
! 19325: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
! 19326: lsplit -1
! 19327:
! 19328: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 19329: string: pos
! 19330:
! 19331: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19332: string: pos -1
! 19333:
! 19334: * src/: classes/string.C, classes/table.C, include/pa_string.h,
! 19335: main/compile.y, main/pa_request.C, main/pa_string.C,
! 19336: main/untaint.C: string: left right mid
! 19337:
! 19338: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
! 19339: main/compile_tools.h, main/main.dsp, types/pa_value.h,
! 19340: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
! 19341: and [;] are different now.
! 19342:
! 19343: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
! 19344: main/untaint.C: pool.request undone
! 19345:
! 19346: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
! 19347: main/untaint.C: pool.request
! 19348:
! 19349: 2001-03-28 paf
! 19350:
! 19351: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
! 19352: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 19353: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
! 19354: $request:browser [.type .version]; unknown.get_double now = 0.
! 19355:
! 19356: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
! 19357: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
! 19358: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
! 19359: types/pa_vform.C: file:load autodetection of mime-type by
! 19360: user-file-name
! 19361:
! 19362: * src/: classes/file.C, main/execute.C, main/pa_common.C,
! 19363: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
! 19364: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
! 19365:
! 19366: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
! 19367: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
! 19368: write. must be self.set
! 19369:
! 19370: * src/: classes/file.C, classes/root.C, classes/table.C,
! 19371: include/pa_table.h, main/pa_table.C: table:locate1, file:test
! 19372:
! 19373: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
! 19374: include/pa_table.h, main/pa_array.C, main/pa_table.C,
! 19375: types/pa_vtable.h: table:locate just compiled
! 19376:
! 19377: 2001-03-27 paf
! 19378:
! 19379: * src/main/: execute.C, pa_common.C: fixed r/w context of
! 19380: code-params2, fixed ntfs hardlink slow dir update
! 19381:
! 19382: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
! 19383: types/pa_wcontext.h: fixed r/w context of code-params
! 19384:
! 19385: * src/: classes/table.C, main/execute.C: about to change junction
! 19386: rcontext!!
! 19387:
! 19388: * src/: classes/double.C, classes/int.C, classes/root.C,
! 19389: classes/string.C, classes/table.C, main/compile_tools.C,
! 19390: main/execute.C, main/pa_request.C, main/untaint.C,
! 19391: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
! 19392: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
! 19393: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
! 19394: types/pa_vunknown.h: sort 0
! 19395:
! 19396: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
! 19397: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
! 19398: renamed to are_static_calls_disabled
! 19399:
! 19400: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
! 19401: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
! 19402: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
! 19403: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
! 19404:
! 19405: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
! 19406:
! 19407: * src/: classes/table.C, include/pa_common.h, main/compile.y:
! 19408: started table:sort fixed minor bug in #...^{
! 19409:
! 19410: * src/: classes/table.C, include/pa_common.h, main/compile.y,
! 19411: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
! 19412: decided to have as it were. stepped back. grammar: added 'in'
! 19413: 'is' 'lt'&co follow-space check
! 19414:
! 19415: 2001-03-26 paf
! 19416:
! 19417: * src/: classes/file.C, classes/root.C, classes/table.C,
! 19418: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
! 19419: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 19420: main/pa_table.C: moved ::save to pa_table. disabled @auto
! 19421: invocation in ^process
! 19422:
! 19423: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
! 19424:
! 19425: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
! 19426: main/pa_array.C: table:record
! 19427:
! 19428: * src/: main/untaint.C, targets/cgi/parser3.C,
! 19429: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 19430: targets/isapi/pool_storage.h, types/pa_valiased.h,
! 19431: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
! 19432: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
! 19433: types/pa_vtable.h: z
! 19434:
! 19435: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
! 19436: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
! 19437: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
! 19438: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
! 19439: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
! 19440: method realisations on 'self' validity - they now can simply
! 19441: assume that 'self' is V{Proper} .
! 19442:
! 19443: 2001-03-25 paf
! 19444:
! 19445: * src/main/untaint.C: z
! 19446:
! 19447: * src/main/: pa_request.C, untaint.C: moved default typo-table to
! 19448: lowlevel - it initialization could be skipped if failed in @auto.
! 19449: so that exception report would use some table
! 19450:
! 19451: * src/main/pa_request.C: table empty lines ignored. system-default
! 19452: content type assigned in output:result [can fail in main:auto and
! 19453: skipped normal defaults extraction]
! 19454:
! 19455: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
! 19456: bug
! 19457:
! 19458: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
! 19459: processing to table [except preliminary \r\n \r \n replacements
! 19460: to "\n"]
! 19461:
! 19462: * src/: classes/table.C, main/untaint.C: html-typo - decided to
! 19463: move all the processing to table
! 19464:
! 19465: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
! 19466: main/pa_table.C, main/untaint.C: returned table originating.
! 19467: useful for reporting typo table problems origin. think would be
! 19468: useful somewhere else
! 19469:
! 19470: * src/main/untaint.C: typo \r \r\n \n properly handled
! 19471:
! 19472: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
! 19473: include/pa_table.h, main/compile.y, main/compile_tools.C,
! 19474: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
! 19475: main/pa_string.C, main/pa_table.C, main/untaint.C,
! 19476: types/pa_vcookie.h: typo & typo-default
! 19477:
! 19478: 2001-03-24 paf
! 19479:
! 19480: * src/main/pa_common.C: z
! 19481:
! 19482: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 19483: targets/cgi/parser3.C: html-typo 2
! 19484:
! 19485: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
! 19486: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
! 19487: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
! 19488: main/execute.C, main/pa_array.C, main/pa_globals.C,
! 19489: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 19490: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 19491: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
! 19492: noticed double default content-type prob. run cgi.cmd tomorrow
! 19493: first html-typo sample. detected << problem: they become ltlt too
! 19494: fast
! 19495:
! 19496: * src/main/compile.y: z
! 19497:
! 19498: * src/main/: compile.y, compile_tools.h: #comment
! 19499:
! 19500: * src/: classes/file.C, classes/root.C, classes/table.C,
! 19501: include/pa_common.h, include/pa_request.h, main/compile.y,
! 19502: main/pa_common.C, main/pa_request.C, main/pa_string.C,
! 19503: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
! 19504: stringified
! 19505:
! 19506: * src/types/pa_valiased.C: decided to String-ify file_read
! 19507:
! 19508: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
! 19509: isapi/parser3isapi.dsp: cgi: sapi::log
! 19510:
! 19511: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
! 19512: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
! 19513: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
! 19514: error log experiments failed - cgi under iis got no access to
! 19515: log. registereventsource simply failed with 5(illegal call) code,
! 19516: while worked OK as standalone executable. isapi: used
! 19517: HSE_APPEND_LOG_PARAMETER feature
! 19518:
! 19519: * src/: include/pa_common.h, include/pa_globals.h,
! 19520: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 19521: targets/isapi/parser3isapi.C: fixed default content-type
! 19522: allocation storage
! 19523:
! 19524: * src/: include/pa_globals.h, include/pa_request.h,
! 19525: main/pa_globals.C, main/pa_request.C: z
! 19526:
! 19527: * src/: include/pa_array.h, include/pa_hash.h,
! 19528: include/pa_request.h, main/compile.y, main/pa_array.C,
! 19529: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
! 19530: types/pa_vcookie.C: cyclic uses ignored. defaulted default
! 19531: content-type
! 19532:
! 19533: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
! 19534: sanity
! 19535:
! 19536: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
! 19537: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
! 19538: away freeze mech. no danger now for you can't do
! 19539: ^request:process[@new-method[] body] trick anymore. still
! 19540: remains $some_instance.process[@new-method[] possibility] but
! 19541: would leave it as a feature. see index for sample
! 19542:
! 19543: * src/: include/pa_common.h, main/pa_common.C,
! 19544: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
! 19545: monkey every target
! 19546:
! 19547: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 19548: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
! 19549: types/pa_vform.C, types/pa_vform.h: auto.p monkey
! 19550:
! 19551: 2001-03-23 paf
! 19552:
! 19553: * src/: include/pa_pool.h, main/pa_request.C,
! 19554: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
! 19555: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 19556: targets/isapi/pool_storage.h: isapi: dumb pool storage
! 19557:
! 19558: * src/targets/isapi/pa_pool.C: decided to continue with extension
! 19559:
! 19560: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
! 19561: it would be better to rewrite as filter then to deal with pool
! 19562:
! 19563: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
! 19564: now like in cgi, not from APPL_PHYSICAL_PATH
! 19565:
! 19566: * src/: classes/root.C, classes/table.C, include/pa_common.h,
! 19567: include/pa_config_fixed.h, include/pa_config_includes.h,
! 19568: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
! 19569: include/pa_version.h, main/compile.y, main/execute.C,
! 19570: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
! 19571: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 19572: main/untaint.C, targets/cgi/parser3.C,
! 19573: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
! 19574: cgi: reinvent document_root and request_uri under iis. autoconf
! 19575: updated. introducing ap_config_includes
! 19576:
! 19577: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
! 19578:
! 19579: * src/targets/cgi/parser3.C: cgi: only one pool now
! 19580:
! 19581: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
! 19582: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
! 19583: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
! 19584: types/pa_venv.h, types/pa_vform.C: sapi made object
! 19585:
! 19586: * src/: include/pa_globals.h, main/pa_request.C,
! 19587: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19588: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
! 19589: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
! 19590:
! 19591: * src/: main/pa_request.C, targets/cgi/parser3.C,
! 19592: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
! 19593: isapi minor env beauty
! 19594:
! 19595: * src/: main/pa_request.C, targets/cgi/parser3.C,
! 19596: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
! 19597: isapi document_root 0
! 19598:
! 19599: 2001-03-22 paf
! 19600:
! 19601: * src/targets/isapi/parser3isapi.C: isapi keep-alive
! 19602:
! 19603: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
! 19604: isapi/parser3isapi.C: z
! 19605:
! 19606: * src/: include/pa_pool.h, main/pa_request.C,
! 19607: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
! 19608:
! 19609: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
! 19610: kill.pl: isapi added utils
! 19611:
! 19612: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
! 19613: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 19614: types/pa_vform.C: isapi 0
! 19615:
! 19616: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
! 19617: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19618: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
! 19619: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
! 19620: started isapi
! 19621:
! 19622: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
! 19623: some comments
! 19624:
! 19625: * src/: include/pa_globals.h, include/pa_request.h,
! 19626: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
! 19627: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
! 19628: parser_root_auto_path parser_site_auto_path
! 19629:
! 19630: * src/types/pa_vcookie.C: cookie attr decoded
! 19631:
! 19632: 2001-03-21 paf
! 19633:
! 19634: * src/targets/cgi/parser3.C: z
! 19635:
! 19636: * src/include/pa_globals.h: post. todo: config of auto.p path
! 19637:
! 19638: * src/: include/pa_globals.h, targets/cgi/parser3.C,
! 19639: types/pa_venv.h: in cookie & env. todo:post
! 19640:
! 19641: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
! 19642: classes/root.C, classes/table.C, include/pa_array.h,
! 19643: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
! 19644: include/pa_request.h, include/pa_string.h, main/Makefile.am,
! 19645: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
! 19646: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 19647: main/pa_table.C, main/untaint.C, targets/Makefile.am,
! 19648: targets/cgi/Makefile.am, targets/cgi/parser3.C,
! 19649: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
! 19650: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
! 19651: shifted apache branch on main trunc
! 19652:
! 19653: * src/: include/pa_common.h, include/pa_globals.h,
! 19654: include/pa_pool.h, include/pa_request.h, main/main.dsp,
! 19655: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
! 19656: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
! 19657: starting mod_parser3
! 19658:
! 19659: * src/targets/cgi/parser3.C: starting mod_parser3
! 19660:
! 19661: 2001-03-20 paf
! 19662:
! 19663: * src/: main/pa_common.C, targets/cgi/Makefile.am,
! 19664: targets/cgi/parser3.C: automake compiled and works. todo:make
! 19665: win32 ifdefs work and add ifdef unistd
! 19666:
! 19667: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
! 19668: main/Makefile.am, main/pa_common.C, main/pa_request.C,
! 19669: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
! 19670: z
! 19671:
! 19672: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
! 19673: main/execute.C, main/pa_common.C, types/Makefile.am: removing
! 19674: locking
! 19675:
! 19676: * src/: classes/Makefile.am, types/Makefile.am: z
! 19677:
! 19678: * src/: Makefile.am, classes/file.C, classes/root.C,
! 19679: classes/table.C, include/pa_array.h, include/pa_request.h,
! 19680: include/pa_string.h, main/Makefile.am, main/execute.C,
! 19681: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 19682: main/pa_string.C, main/untaint.C, targets/Makefile.am,
! 19683: targets/cgi/Makefile.am, targets/cgi/parser3.C,
! 19684: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
! 19685:
! 19686: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
! 19687: main/pa_request.C, types/pa_vfile.h: ^table:save
! 19688:
! 19689: * src/: classes/file.C, classes/table.C, include/pa_array.h,
! 19690: include/pa_common.h, include/pa_request.h, include/pa_string.h,
! 19691: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
! 19692: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
! 19693: types/pa_vform.h: z
! 19694:
! 19695: * src/include/pa_string.h: z
! 19696:
! 19697: * src/: classes/_request.h, classes/request.C, main/main.dsp,
! 19698: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
! 19699: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
! 19700: :Value
! 19701:
! 19702: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
! 19703: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
! 19704: :VStateless_object
! 19705:
! 19706: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
! 19707: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
! 19708: :VStateless_object
! 19709:
! 19710: * src/: main/main.dsp, targets/cgi/parser3.dsp,
! 19711: types/pa_valiased.C, types/pa_vform.h: commented VForm
! 19712:
! 19713: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
! 19714: types/pa_valiased.h, types/pa_value.h,
! 19715: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 19716: types/pa_vstateless_object.h: moved common get_element part from
! 19717: stateless object&class into VAliased
! 19718:
! 19719: * src/: classes/_env.h, classes/_table.h, classes/env.C,
! 19720: classes/table.C, main/execute.C, main/main.dsp,
! 19721: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 19722: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
! 19723: now :Value
! 19724:
! 19725: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
! 19726: main/execute.C, main/main.dsp, main/pa_globals.C,
! 19727: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
! 19728:
! 19729: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
! 19730: doxx
! 19731:
! 19732: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
! 19733: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
! 19734: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
! 19735: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
! 19736: and ^file:save
! 19737:
! 19738: 2001-03-19 paf
! 19739:
! 19740: * src/types/pa_vfile.C: z
! 19741:
! 19742: * src/: classes/file.C, classes/request.C, classes/table.C,
! 19743: include/pa_string.h, main/main.dsp, main/pa_pool.C,
! 19744: main/pa_request.C, main/untaint.C, types/pa_value.h,
! 19745: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
! 19746:
! 19747: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
! 19748: include/pa_string.h, include/pa_table.h, main/main.dsp,
! 19749: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
! 19750: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
! 19751: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
! 19752: classes/_file.h, classes/file.C, types/pa_vfile.C,
! 19753: types/pa_vfile.h: file class just compiled
! 19754:
! 19755: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
! 19756: include/pa_table.h, include/pa_types.h, main/execute.C,
! 19757: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
! 19758: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
! 19759: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
! 19760:
! 19761: * src/include/pa_pool.h: z
! 19762:
! 19763: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
! 19764: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
! 19765: Hash::Value to Val so to doxygen would finlly stop confusing
! 19766: those Value-s
! 19767:
! 19768: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
! 19769: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
! 19770: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
! 19771: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
! 19772: include/pa_types.h, main/compile.C, main/compile.y,
! 19773: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 19774: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
! 19775: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
! 19776: main/pa_request.C, main/pa_string.C, main/pa_table.C,
! 19777: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
! 19778:
! 19779: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
! 19780: derivates somehow unlinked. don't know why yet
! 19781:
! 19782: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
! 19783: include/pa_string.h, include/pa_threads.h, main/compile.C,
! 19784: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 19785: main/execute.C, main/pa_array.C, main/pa_common.C,
! 19786: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
! 19787: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 19788: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
! 19789:
! 19790: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
! 19791: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
! 19792: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
! 19793: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
! 19794: types/pa_vrequest.h: doc: detected Value derivates prob
! 19795:
! 19796: * src/include/pa_globals.h: z
! 19797:
! 19798: * src/: classes/_request.h, classes/request.C, include/code.h,
! 19799: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
! 19800: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
! 19801: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
! 19802: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
! 19803: main/execute.C, main/pa_pool.C, main/pa_request.C,
! 19804: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
! 19805: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
! 19806:
! 19807: 2001-03-18 paf
! 19808:
! 19809: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
! 19810: cookie: allowed access to hash-assigned
! 19811:
! 19812: * src/targets/cgi/parser3.C: z
! 19813:
! 19814: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
! 19815: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
! 19816: include/pa_types.h, main/main.dsp, main/pa_common.C,
! 19817: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
! 19818: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
! 19819: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 19820: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 19821: types/pa_vunknown.h: cookie class
! 19822:
! 19823: * src/main/pa_request.C: zero length output allowed
! 19824:
! 19825: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
! 19826: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
! 19827:
! 19828: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
! 19829: lang switch
! 19830:
! 19831: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
! 19832: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 19833: types/pa_value.h, types/pa_vhash.h:
! 19834: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
! 19835:
! 19836: * src/main/execute.C: z
! 19837:
! 19838: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
! 19839: targets/cgi/parser3.C: taint[uri
! 19840:
! 19841: * src/: classes/request.C, classes/response.C, classes/root.C,
! 19842: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
! 19843: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
! 19844: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
! 19845:
! 19846: * src/: classes/root.C, classes/string.C, include/pa_string.h,
! 19847: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 19848: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
! 19849: types/pa_vstateless_class.C: convinient string(pool, char *src,
! 19850: bool tainted) ctor
! 19851:
! 19852: * src/: include/pa_hash.h, include/pa_request.h,
! 19853: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
! 19854: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 19855: targets/cgi/parser3.C: proper @exceptions params tainting
! 19856:
! 19857: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
! 19858: response fields to header
! 19859:
! 19860: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
! 19861: z
! 19862:
! 19863: * src/: classes/_response.h, classes/response.C,
! 19864: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
! 19865: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
! 19866: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
! 19867: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
! 19868: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
! 19869: $response: 0 request::core exception rethrow
! 19870:
! 19871: 2001-03-16 paf
! 19872:
! 19873: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
! 19874: types/pa_vrequest.h: native method' class call with less params
! 19875: then needed error reporting
! 19876:
! 19877: * src/: classes/_request.h, classes/request.C,
! 19878: include/pa_globals.h, include/pa_request.h, main/execute.C,
! 19879: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 19880: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
! 19881: types/pa_vrequest.h: $request : query :uri
! 19882:
! 19883: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
! 19884: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
! 19885: types/pa_wcontext.h: $result
! 19886:
! 19887: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
! 19888:
! 19889: * src/: classes/double.C, include/code.h, main/compile.y,
! 19890: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
! 19891: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
! 19892:
! 19893: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
! 19894: main/compile.y, main/execute.C, types/pa_value.h,
! 19895: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
! 19896: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
! 19897: wcontext conflict
! 19898:
! 19899: * src/: main/execute.C, types/pa_value.h,
! 19900: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
! 19901: $string.field
! 19902:
! 19903: 2001-03-15 paf
! 19904:
! 19905: * src/main/pa_request.C: news sample
! 19906:
! 19907: * src/: main/compile.y, main/execute.C, main/pa_request.C,
! 19908: targets/cgi/parser3.C, types/pa_vstring.h: @exception
! 19909:
! 19910: * src/main/: compile.y, execute.C: z
! 19911:
! 19912: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
! 19913: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
! 19914: pre pre works
! 19915:
! 19916: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 19917: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
! 19918: fillfields just compiled
! 19919:
! 19920: 2001-03-14 paf
! 19921:
! 19922: * src/: include/pa_request.h, main/pa_request.C,
! 19923: targets/cgi/parser3.C: z
! 19924:
! 19925: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 19926: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
! 19927: types/pa_vstring.h: limits -1
! 19928:
! 19929: * src/: include/pa_globals.h, include/pa_request.h,
! 19930: include/pa_types.h, main/main.dsp, main/pa_globals.C,
! 19931: main/pa_request.C, targets/cgi/parser3.C,
! 19932: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
! 19933: request_info -1
! 19934:
! 19935: * src/: include/pa_globals.h, main/pa_globals.C,
! 19936: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19937: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
! 19938: vform_fields_fill
! 19939:
! 19940: * src/targets/cgi/parser3.C: # if MSVC
! 19941:
! 19942: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
! 19943: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
! 19944:
! 19945: * src/targets/cgi/parser3.C: z
! 19946:
! 19947: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
! 19948: include/pa_string.h, include/pa_types.h, main/compile.y,
! 19949: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 19950: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
! 19951: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
! 19952: types/pa_vunknown.h: global handler, exceptions in parser3
! 19953:
! 19954: 2001-03-13 paf
! 19955:
! 19956: * src/: classes/form.C, main/compile.y, main/core.C,
! 19957: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
! 19958: types/pa_vform.h, types/pa_vstateless_class.C,
! 19959: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
! 19960: instead
! 19961:
! 19962: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
! 19963: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
! 19964: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
! 19965: started cgi target
! 19966:
! 19967: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
! 19968: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
! 19969: before error show with parser
! 19970:
! 19971: * src/: classes/_form.h, classes/form.C, include/core.h,
! 19972: include/pa_request.h, main/core.C, main/pa_request.C,
! 19973: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
! 19974:
! 19975: * src/targets/cgi/: parser.dsp, parser3.dsp: z
! 19976:
! 19977: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
! 19978: parser3.C: renamed targets/ parser to cgi
! 19979:
! 19980: * src/: classes/double.C, classes/env.C, classes/int.C,
! 19981: classes/root.C, classes/string.C, classes/table.C,
! 19982: include/pa_request.h, types/pa_vhash.h: z
! 19983:
! 19984: * src/: classes/_env.h, classes/env.C, classes/root.C,
! 19985: include/core.h, include/pa_pool.h, include/pa_request.h,
! 19986: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
! 19987: main/pa_common.C, main/pa_request.C, types/pa_value.h,
! 19988: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
! 19989: [historical moment :)]
! 19990:
! 19991: * src/: include/code.h, include/pa_string.h, main/compile.y,
! 19992: main/execute.C, main/pa_string.C: 'value is type' expr operator
! 19993:
! 19994: * src/types/pa_venv.h: $ENV 1
! 19995:
! 19996: * src/main/execute.C: z
! 19997:
! 19998: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
! 19999: future methods of ENV constructor if
! 20000:
! 20001: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
! 20002: class
! 20003:
! 20004: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20005: classes/_root.h, classes/_string.h, classes/_table.h,
! 20006: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
! 20007: classes/string.C, classes/table.C, include/pa_request.h,
! 20008: main/compile.C, main/compile_tools.h, main/core.C,
! 20009: main/execute.C, main/main.dsp, main/pa_request.C,
! 20010: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
! 20011: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
! 20012: types/pa_vobject.h, types/pa_vstateless_class.C,
! 20013: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 20014: types/pa_wcontext.h: $ENV: re 0, stateless classes
! 20015:
! 20016: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20017: classes/_root.h, classes/_string.h, classes/_table.h,
! 20018: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
! 20019: classes/string.C, classes/table.C, include/pa_request.h,
! 20020: main/compile.C, main/compile_tools.h, main/core.C,
! 20021: main/execute.C, main/main.dsp, main/pa_request.C,
! 20022: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
! 20023: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
! 20024: types/pa_vobject.h, types/pa_vstateless_class.C,
! 20025: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 20026: types/pa_wcontext.h: $ENV: re 0, stateless classes
! 20027:
! 20028: * src/: include/pa_request.h, main/compile.C, main/execute.C,
! 20029: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
! 20030: yesterdays bad decision on execute_static_method
! 20031:
! 20032: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
! 20033:
! 20034: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20035: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
! 20036:
! 20037: * src/main/pa_request.C: z
! 20038:
! 20039: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
! 20040: include/pa_pool.h: skipped_restructure_exceptions_dead_end
! 20041:
! 20042: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
! 20043: include/pa_pool.h, main/pa_request.C:
! 20044: restructure_exceptions_dead_end
! 20045:
! 20046: * src/: classes/root.C, main/compile.y: ^if required junctions.
! 20047: allowed ; inside {} to break params
! 20048:
! 20049: * src/classes/root.C: ^eval
! 20050:
! 20051: * src/: classes/_string.h, classes/double.C, classes/int.C,
! 20052: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
! 20053: string ^format
! 20054:
! 20055: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
! 20056: 'bad' but not 'enough'
! 20057:
! 20058: * src/: classes/double.C, classes/root.C, classes/table.C,
! 20059: include/pa_common.h, include/pa_types.h, main/compile.y,
! 20060: main/pa_common.C, main/pa_request.C, main/untaint.C,
! 20061: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
! 20062: types/pa_wwrapper.h: think constructing flag as is is bad
! 20063:
! 20064: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20065: classes/string.C, classes/table.C, main/core.C, main/execute.C,
! 20066: types/pa_vint.h: ^for
! 20067:
! 20068: 2001-03-12 paf
! 20069:
! 20070: * src/classes/table.C: table ^empty
! 20071:
! 20072: * src/: classes/table.C, include/pa_table.h: table ^menu
! 20073:
! 20074: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
! 20075: ^offset ^line ^count
! 20076:
! 20077: * src/classes/root.C: ^round() ^floor() ^ceiling()
! 20078: ^abs() ^sign()
! 20079:
! 20080: * src/classes/: root.C, table.C: ^use
! 20081:
! 20082: * src/: classes/root.C, classes/table.C, include/pa_request.h,
! 20083: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
! 20084: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
! 20085: ^while. switched off wcontext.constructing after write(value) or
! 20086: auto-vhash-constructing
! 20087:
! 20088: * src/: classes/root.C, classes/table.C, include/pa_request.h,
! 20089: main/pa_request.C: fail_if_junction_ helper func
! 20090:
! 20091: * src/: classes/root.C, classes/table.C, include/pa_common.h,
! 20092: include/pa_request.h, main/execute.C, main/main.dsp,
! 20093: main/pa_common.C, main/pa_request.C: ^process error point by
! 20094: actual method_name, not source. ^load
! 20095:
! 20096: * src/types/pa_vtable.h: table: no, better with string in cells...
! 20097:
! 20098: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
! 20099: classes/_table.h, classes/table.C, main/untaint.C: z
! 20100:
! 20101: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
! 20102: include/pa_table.h, main/core.C, main/execute.C,
! 20103: main/pa_common.C, main/pa_request.C, main/pa_table.C,
! 20104: types/pa_value.h: table:set 0
! 20105:
! 20106: * src/: classes/root.C, include/core.h, include/pa_array.h,
! 20107: include/pa_request.h, include/pa_table.h, main/core.C,
! 20108: main/main.dsp, main/pa_request.C, main/pa_table.C,
! 20109: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 20110: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
! 20111: types/pa_vstring.h: freeze, ^table:create[] -1
! 20112:
! 20113: * src/: classes/root.C, types/pa_value.h: z
! 20114:
! 20115: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
! 20116: get_method in couple places optimizing them
! 20117:
! 20118: * src/classes/root.C: z
! 20119:
! 20120: * src/: classes/root.C, types/pa_vclass.h: process temp main
! 20121: zeroing
! 20122:
! 20123: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20124: classes/string.C, include/pa_common.h, include/pa_request.h,
! 20125: include/pa_string.h, include/pa_types.h, main/compile.C,
! 20126: main/compile.y, main/compile_tools.h, main/execute.C,
! 20127: main/pa_common.C, main/pa_request.C, types/pa_value.h,
! 20128: types/pa_vmframe.h: ^process. actual names to store param and
! 20129: check_actual_numbered_params for better place diagnostics
! 20130:
! 20131: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
! 20132: method-junctions bug fixed
! 20133:
! 20134: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
! 20135: pa_vstateless_object.h, pa_vstring.h: stateless_object
! 20136:
! 20137: 2001-03-11 paf
! 20138:
! 20139: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
! 20140: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
! 20141: VDouble VInt base now VObject_base - without fields
! 20142:
! 20143: * src/: classes/root.C, include/core.h, main/core.C: z
! 20144:
! 20145: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20146: classes/string.C, include/core.h, include/pa_hash.h,
! 20147: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
! 20148: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
! 20149:
! 20150: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20151: include/pa_request.h, main/execute.C: intercept_string
! 20152:
! 20153: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20154: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
! 20155:
! 20156: * src/: classes/double.C, classes/int.C, include/pa_request.h:
! 20157: ^inc-s(expr)
! 20158:
! 20159: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20160: classes/_root.h, classes/_string.h, classes/double.C,
! 20161: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
! 20162: include/code.h, include/core.h, include/pa_array.h,
! 20163: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
! 20164: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
! 20165: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
! 20166: include/pa_types.h, main/compile.C, main/compile.y,
! 20167: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 20168: main/execute.C, main/pa_array.C, main/pa_common.C,
! 20169: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
! 20170: main/pa_request.C, main/pa_string.C, main/pa_table.C,
! 20171: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 20172: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
! 20173: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
! 20174: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
! 20175: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
! 20176: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
! 20177:
! 20178: * src/: main/pa_request.C, types/pa_vhash.h: z
! 20179:
! 20180: * src/: include/core.h, include/pa_request.h, main/core.C,
! 20181: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
! 20182:
! 20183: * src/: include/pa_valiased.h, include/pa_value.h,
! 20184: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
! 20185: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
! 20186: include/pa_vjunction.h, include/pa_vmframe.h,
! 20187: include/pa_vobject.h, include/pa_vstring.h,
! 20188: include/pa_vunknown.h, include/pa_wcontext.h,
! 20189: include/pa_wwrapper.h, main/compile.y, main/core.C,
! 20190: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
! 20191: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
! 20192: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 20193: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
! 20194: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
! 20195: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
! 20196: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
! 20197: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
! 20198: include/
! 20199:
! 20200: 2001-03-10 paf
! 20201:
! 20202: * src/: include/core.h, include/pa_request.h, main/core.C,
! 20203: main/pa_request.C: run+auto=run
! 20204:
! 20205: * src/: classes/root.C, include/pa_request.h: minor if junction bug
! 20206:
! 20207: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20208: classes/_root.h, classes/_string.h, classes/double.C,
! 20209: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
! 20210: include/code.h, include/core.h, include/pa_array.h,
! 20211: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
! 20212: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
! 20213: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
! 20214: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
! 20215: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
! 20216: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
! 20217: include/pa_vjunction.h, include/pa_vmframe.h,
! 20218: include/pa_vobject.h, include/pa_vstring.h,
! 20219: include/pa_vunknown.h, include/pa_wcontext.h,
! 20220: include/pa_wwrapper.h, main/compile.C, main/compile.y,
! 20221: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 20222: main/execute.C, main/pa_array.C, main/pa_cframe.C,
! 20223: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
! 20224: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 20225: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
! 20226: main/pa_wcontext.C: sources header
! 20227:
! 20228: * src/main/pa_request.C: auto..
! 20229:
! 20230: * src/: include/pa_request.h, main/compile.C, main/compile.y,
! 20231: main/pa_request.C: auto tree0
! 20232:
! 20233: * src/: include/core.h, include/pa_request.h, main/compile.y,
! 20234: main/core.C, main/pa_request.C: names to core.C
! 20235:
! 20236: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
! 20237: include/pa_request.h, main/core.C, main/execute.C,
! 20238: main/pa_common.C, main/pa_request.C: root auto.p loaded
! 20239:
! 20240: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
! 20241: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
! 20242: main/compile_tools.C, main/compile_tools.h, main/execute.C:
! 20243: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
! 20244:
! 20245: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 20246: @auto[] realised. auto.p scan togo
! 20247:
! 20248: * src/: include/pa_request.h, main/execute.C: autocalc
! 20249: code-junctions result now have names
! 20250:
! 20251: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20252: classes/string.C, include/pa_request.h, include/pa_string.h,
! 20253: include/pa_wcontext.h, main/compile.y, main/execute.C,
! 20254: main/pa_string.C, main/pa_wcontext.C: tainting 0
! 20255:
! 20256: * src/classes/env.C: env:file/line
! 20257:
! 20258: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
! 20259: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
! 20260: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
! 20261: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
! 20262: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 20263: main/execute.C, main/main.dsp, main/pa_cframe.C,
! 20264: main/pa_request.C, main/pa_wcontext.C: const fight finished
! 20265:
! 20266: * src/include/pa_vclass.h: const fight to go
! 20267:
! 20268: * src/: classes/_env.h, classes/env.C, classes/root.C,
! 20269: include/pa_request.h, include/pa_vclass.h, main/core.C,
! 20270: main/main.dsp: env0
! 20271:
! 20272: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
! 20273: classes/_string.h, classes/double.C, classes/int.C,
! 20274: classes/root.C, classes/string.C, include/pa_request.h,
! 20275: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
! 20276: include/pa_wcontext.h, main/core.C, main/main.dsp,
! 20277: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
! 20278: main/pa_wcontext.C: ^lang prepare0
! 20279:
! 20280: 2001-03-09 paf
! 20281:
! 20282: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
! 20283: construct proper naming
! 20284:
! 20285: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
! 20286: classes/double.C, classes/int.C, classes/root.C,
! 20287: classes/string.C, include/code.h, include/pa_value.h,
! 20288: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
! 20289: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
! 20290: main/compile.y, main/compile_tools.C, main/core.C,
! 20291: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
! 20292: and ^double[]. fixed expr type
! 20293:
! 20294: * src/: classes/root.C, include/pa_request.h, main/execute.C:
! 20295: ^string.length[]
! 20296:
! 20297: 2001-03-08 paf
! 20298:
! 20299: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
! 20300:
! 20301: * src/: include/pa_vclass.h, include/pa_vstring.h,
! 20302: include/pa_wcontext.h, main/compile.y, main/core.C,
! 20303: main/execute.C, main/main.dsp: dead end: vstring can't be
! 20304: derivated from vobject
! 20305:
! 20306: * src/: include/pa_vclass.h, include/pa_vhash.h,
! 20307: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
! 20308:
! 20309: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
! 20310: remained clone conseqs
! 20311:
! 20312: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
! 20313:
! 20314: * src/main/pa_vclass.C: wow! vclass were out of vcs
! 20315:
! 20316: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
! 20317: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
! 20318: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
! 20319: include/pa_vobject.h, include/pa_vstring.h,
! 20320: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
! 20321: main/execute.C: withoud cloning. didn't need it actually, params
! 20322: got passed from out unnamed ewpool
! 20323:
! 20324: * src/: include/pa_vdouble.h, include/pa_vhash.h,
! 20325: include/pa_vjunction.h, include/pa_vobject.h,
! 20326: include/pa_vunknown.h, main/compile.y: cloning dead end
! 20327:
! 20328: * src/: include/pa_bool.h, include/pa_double.h,
! 20329: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
! 20330: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
! 20331: include/pa_vjunction.h, include/pa_vmframe.h,
! 20332: include/pa_vobject.h, include/pa_vstring.h,
! 20333: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
! 20334: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
! 20335: to give params proper names
! 20336:
! 20337: * src/main/pa_wcontext.C: z
! 20338:
! 20339: * src/: include/pa_vmframe.h, main/execute.C: added names to
! 20340: unknown values in get_element and unfilled params. removed wrong
! 20341: name change in get_element
! 20342:
! 20343: * src/main/execute.C: z
! 20344:
! 20345: * src/main/execute.C: fixed problems calling operators in
! 20346: constructors
! 20347:
! 20348: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
! 20349: detected problems calling operators in constructors
! 20350:
! 20351: * src/: classes/root.C, include/pa_request.h, main/execute.C:
! 20352: autocalc def to string
! 20353:
! 20354: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
! 20355: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
! 20356:
! 20357: * src/classes/root.C: added root.c
! 20358:
! 20359: * src/: include/pa_request.h, include/pa_value.h,
! 20360: include/pa_vcframe.h, include/pa_vmframe.h,
! 20361: include/pa_wcontext.h, main/compile.C, main/compile.y,
! 20362: main/core.C, main/execute.C, main/pa_cframe.C,
! 20363: main/pa_wcontext.C: 'if' just compiled
! 20364:
! 20365: * src/: include/pa_vbool.h, include/pa_vdouble.h,
! 20366: include/pa_vjunction.h, include/pa_vmframe.h,
! 20367: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
! 20368: main/pa_wcontext.C: z
! 20369:
! 20370: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
! 20371: main/core.C, main/execute.C, main/main.dsp: z. detected probs
! 20372: with parameter names in operator methods
! 20373:
! 20374: * src/main/compile.y: minor renamings in .y
! 20375:
! 20376: * src/: include/pa_request.h, main/compile.C, main/compile.y,
! 20377: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
! 20378: @BASE. changed 'RUN' assignment mech
! 20379:
! 20380: * src/main/execute.C: z
! 20381:
! 20382: * src/: include/code.h, main/compile.y, main/compile_tools.C,
! 20383: main/compile_tools.h, main/execute.C: made class: dynamic, not
! 20384: static. so to enable runtime ^use
! 20385:
! 20386: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
! 20387:
! 20388: * src/: include/code.h, main/compile.y, main/compile_tools.C,
! 20389: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
! 20390:
! 20391: * src/main/execute.C: root root in code-junction
! 20392:
! 20393: 2001-03-07 paf
! 20394:
! 20395: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
! 20396: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
! 20397:
! 20398: * src/: include/pa_stack.h, include/pa_value.h,
! 20399: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
! 20400: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
! 20401: fixed rwcontext of {} params up
! 20402:
! 20403: * src/main/: compile.y, compile_tools.h: ^func(params)
! 20404:
! 20405: * src/main/compile.y: .y priorities syntax shaped up a bit
! 20406:
! 20407: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
! 20408: include/pa_vunknown.h, main/compile.y, main/execute.C,
! 20409: main/pa_hash.C: expr def in -f
! 20410:
! 20411: * src/main/: compile.y, execute.C: expr calls
! 20412:
! 20413: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
! 20414: fixed
! 20415:
! 20416: * src/main/compile.y: expr quoted code
! 20417:
! 20418: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
! 20419: support0
! 20420:
! 20421: * src/main/compile.y: expr string comparisons 0
! 20422:
! 20423: * src/: include/pa_string.h, main/compile.y, main/execute.C,
! 20424: main/pa_string.C: just compiled lt&co
! 20425:
! 20426: * src/main/execute.C: ^var.menu{$field} problem detected. that
! 20427: $field not a $var.field
! 20428:
! 20429: 2001-03-06 paf
! 20430:
! 20431: * src/main/compile.y: .y expr visible-shorter
! 20432:
! 20433: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
! 20434: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
! 20435: logical
! 20436:
! 20437: * src/: include/pa_vstring.h, main/compile.y: problems with
! 20438: skipping whitespace in yylex
! 20439:
! 20440: * src/include/pa_vbool.h: forgot this
! 20441:
! 20442: * src/: include/code.h, main/compile.y, main/execute.C: without
! 20443: string ops in expressions 0
! 20444:
! 20445: * src/: include/pa_value.h, include/pa_vdouble.h,
! 20446: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
! 20447: main/execute.C, main/main.dsp: !~
! 20448:
! 20449: * src/: include/pa_vcframe.h, include/pa_vclass.h,
! 20450: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
! 20451: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
! 20452: include/pa_vunknown.h, include/pa_wcontext.h,
! 20453: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
! 20454: main/compile_tools.h, main/execute.C: +-*/
! 20455:
! 20456: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
! 20457: main/compile_tools.h: grammar-1.1 $a(z) $a=0
! 20458:
! 20459: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
! 20460: main/execute.C: expr grammar-1 2*2=4.000000 :)
! 20461:
! 20462: * src/main/compile.y: expr grammar-1
! 20463:
! 20464: * src/main/compile.y: expr lexx1
! 20465:
! 20466: * src/main/: compile.y, execute.C, main.dsp: z
! 20467:
! 20468: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
! 20469: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
! 20470: main/execute.C: expr lex0 exec-1
! 20471:
! 20472: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
! 20473:
! 20474: 2001-02-26 paf
! 20475:
! 20476: * src/main/compile.y: max_string in yyerror bug fix
! 20477:
! 20478: 2001-02-25 paf
! 20479:
! 20480: * src/: include/pa_value.h, include/pa_vmframe.h,
! 20481: include/pa_wcontext.h, main/execute.C: VAliased3
! 20482:
! 20483: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
! 20484:
! 20485: * src/main/execute.C: VAliased1
! 20486:
! 20487: * src/: include/pa_request.h, include/pa_value.h,
! 20488: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
! 20489: VAliased0
! 20490:
! 20491: * src/: include/pa_pool.h, include/pa_request.h,
! 20492: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
! 20493: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
! 20494: VAliased just compiled
! 20495:
! 20496: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
! 20497: include/pa_vobject.h, main/execute.C: alias dead end
! 20498:
! 20499: * src/: include/pa_value.h, include/pa_vclass.h,
! 20500: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
! 20501: main/main.dsp: no not get fields into interm VFielded class.
! 20502: fields & staticfields 1
! 20503:
! 20504: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
! 20505: include/pa_vobject.h, include/pa_wcontext.h,
! 20506: include/pa_wwrapper.h, main/core.C, main/execute.C,
! 20507: main/main.dsp: would now get fields into interm VFielded class
! 20508:
! 20509: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
! 20510: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
! 20511: include/pa_wcontext.h, main/compile.y, main/core.C,
! 20512: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
! 20513: main/pa_wcontext.C: virtuals2
! 20514:
! 20515: * src/main/compile.y: : 1
! 20516:
! 20517: * src/main/compile.y: rethought to $class:static.field.subfield
! 20518:
! 20519: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
! 20520: $class:element
! 20521:
! 20522: * src/: include/pa_value.h, include/pa_vmframe.h,
! 20523: include/pa_wwrapper.h, main/compile.y, main/execute.C,
! 20524: main/pa_wcontext.C: before execute class calls rewrite
! 20525:
! 20526: * src/: include/pa_request.h, main/compile.C, main/core.C: default
! 20527: name RUN, also alias
! 20528:
! 20529: * src/main/compile.y: escaping bug
! 20530:
! 20531: * src/: include/pa_request.h, include/pa_value.h,
! 20532: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
! 20533: main/core.C, main/execute.C, main/pa_common.C: vobject1
! 20534:
! 20535: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
! 20536: include/pa_vmframe.h, include/pa_vobject.h,
! 20537: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
! 20538: main/compile_tools.h, main/execute.C: ^class:method() just
! 20539: compiled
! 20540:
! 20541: 2001-02-24 paf
! 20542:
! 20543: * src/main/main.dsp: no bison -d
! 20544:
! 20545: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
! 20546: class' err msg wrong
! 20547:
! 20548: * src/main/compile.y: z
! 20549:
! 20550: * src/main/: compile.y, core.C: yylex need some @special lines adj
! 20551:
! 20552: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
! 20553: main/compile.y, main/compile_tools.h, main/core.C: modules0
! 20554:
! 20555: * src/: include/pa_vclass.h, main/core.C: z
! 20556:
! 20557: * src/: include/pa_value.h, include/pa_vclass.h,
! 20558: include/pa_vobject.h, main/main.dsp: vobject00
! 20559:
! 20560: * src/main/pa_array.C: minor bug in expanding very small arrays.
! 20561: 60% from 1 were 0
! 20562:
! 20563: * src/: include/pa_value.h, include/pa_wcontext.h,
! 20564: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
! 20565: as bad as you've named it: wcontext.value() was not a perfect
! 20566: idea
! 20567:
! 20568: * src/main/execute.C: codeframe1
! 20569:
! 20570: * src/: include/pa_value.h, include/pa_vcframe.h,
! 20571: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
! 20572: include/pa_vjunction.h, include/pa_vmframe.h,
! 20573: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
! 20574: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
! 20575: just compiled
! 20576:
! 20577: * src/: include/pa_vframe.h, main/compile.y: found junction
! 20578: ideology @: ^x{$a()) must construct current wcontext element, so
! 20579: smart wcontext handling needed
! 20580:
! 20581: * src/main/compile.y: fixed grammar bugs in constructor/params
! 20582: klinch
! 20583:
! 20584: * src/main/: compile.y, execute.C: fixed empty constructor
! 20585: optimized empty case. failed on calls - produced empty string
! 20586: param
! 20587:
! 20588: * src/main/compile.y: fixed last \n macrotemplate strip bug
! 20589:
! 20590: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
! 20591: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
! 20592: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 20593: main/execute.C: code junctions0. something wrong with last \n
! 20594: macrotemplate strip
! 20595:
! 20596: * src/: include/pa_value.h, main/compile.C, main/core.C,
! 20597: main/pa_value.C: minor error reporting format beautifyings
! 20598:
! 20599: * src/: include/pa_value.h, include/pa_vclass.h,
! 20600: include/pa_vframe.h, main/core.C, main/execute.C,
! 20601: main/pa_value.C: get_method RIP. junctions everywhere. call with
! 20602: junctions0
! 20603:
! 20604: 2001-02-23 paf
! 20605:
! 20606: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
! 20607: pa_wwrapper.h: lara came, can't work, sorry :(
! 20608:
! 20609: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
! 20610: junction
! 20611:
! 20612: * src/: include/pa_vframe.h, include/pa_vunknown.h,
! 20613: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
! 20614: main/execute.C, main/main.dsp, main/pa_value.C: call0
! 20615:
! 20616: * src/: include/pa_hash.h, include/pa_value.h,
! 20617: include/pa_wcontext.h, main/core.C, main/execute.C,
! 20618: main/main.dsp, main/pa_hash.C: started call. store param, vframe
! 20619: done
! 20620:
! 20621: * src/include/pa_wcontext.h: z
! 20622:
! 20623: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
! 20624: wrong grammar in complex constructor case
! 20625:
! 20626: * src/main/: compile.y, execute.C: empty constructor bug fixed
! 20627:
! 20628: * src/main/execute.C: with result rwpool
! 20629:
! 20630: * src/: include/pa_value.h, main/core.C, main/execute.C,
! 20631: main/main.dsp: value named
! 20632:
! 20633: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
! 20634: strign 2 value in 2 places in execute
! 20635:
! 20636: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
! 20637: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
! 20638: wcontext.put_element when wcontext fvalue==0
! 20639:
! 20640: 2001-02-22 paf
! 20641:
! 20642: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
! 20643: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
! 20644: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
! 20645:
! 20646: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
! 20647: erroreos checkout
! 20648:
! 20649: * src/: include/pa_request.h, main/compile.y: $self.put(val)
! 20650:
! 20651: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
! 20652: main/compile_tools.h, main/pa_array.C: $self.get
! 20653:
! 20654: * src/main/: compile.C, compile.y, compile_tools.C: z
! 20655:
! 20656: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
! 20657: bit. finished now.
! 20658:
! 20659: * src/main/compile.y: $: finished
! 20660:
! 20661: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
! 20662:
! 20663: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
! 20664: main/execute.C: OP_STRING better then some xxx _VALUE
! 20665:
! 20666: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
! 20667: main/compile_tools.C, main/compile_tools.h, main/execute.C:
! 20668: string to vstring it .y all
! 20669:
! 20670: * src/: include/pa_request.h, include/pa_stack.h,
! 20671: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
! 20672: all
! 20673:
! 20674: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
! 20675: precise parse error line:col
! 20676:
! 20677: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
! 20678: main/pa_hash.C, main/pa_pool.C: TRY...
! 20679:
! 20680: * src/: include/pa_exception.h, include/pa_pool.h,
! 20681: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
! 20682: main/compile.C, main/compile.y, main/compile_tools.C,
! 20683: main/core.C, main/pa_array.C, main/pa_exception.C,
! 20684: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
! 20685: main/pa_table.C: removed exception from request
! 20686:
! 20687: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
! 20688: some forgotten
! 20689:
! 20690: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
! 20691: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
! 20692: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
! 20693: get/put simple vars to VClass works0
! 20694:
! 20695: * src/: include/pa_array.h, include/pa_wcontext.h,
! 20696: main/pa_string.C: in process, but found that exceptions are too
! 20697: global
! 20698:
! 20699: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
! 20700: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
! 20701: main/execute.C, main/pa_string.C: write_value write_string 0 it
! 20702: seems wcontext must write strings regardles of fvalue!=0
! 20703:
! 20704: 2001-02-21 paf
! 20705:
! 20706: * src/main/execute.C: tired :)
! 20707:
! 20708: * src/main/: compile.C, compile.y, execute.C: store0
! 20709:
! 20710: * src/: include/compile.h, include/execute.h, include/pa_array.h,
! 20711: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
! 20712: include/pa_wcontext.h, main/compile.C, main/compile.y,
! 20713: main/execute.C, main/main.dsp, main/pa_array.C,
! 20714: main/pa_request.C: get put -1 [just compiled]
! 20715:
! 20716: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
! 20717: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
! 20718: main/main.dsp, main/pa_request.C: request core methods0
! 20719:
! 20720: * src/: include/compile.h, include/pa_array.h, main/compile.C,
! 20721: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
! 20722: execute
! 20723:
! 20724: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
! 20725: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
! 20726: methods and one_big_piece. now compile returns array<method*>
! 20727:
! 20728: * src/main/compile.y: more straightforward yylex[end]
! 20729:
! 20730: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
! 20731: string.operator==(char*)
! 20732:
! 20733: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
! 20734: main/execute.C, main/pa_array.C: after array.const get wonders
! 20735:
! 20736: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
! 20737: pa_string.h, pa_value.h: struck with const array.gets
! 20738:
! 20739: * src/main/: execute.C: z
! 20740:
! 20741: * src/main/: compile.y, execute.C: z
! 20742:
! 20743: * src/main/: compile.C, compile.y, compile_tools.h: error
! 20744: processing in eval & yyerror so it wouldn't cause memleaks.
! 20745:
! 20746: * src/main/: compile.C, compile.y: failed to add absolute precies
! 20747: parse error positions. leaving RIGHTMOST position as
! 20748: @file[line:col]
! 20749:
! 20750: * src/: include/compile.h, main/compile.C, main/compile.y,
! 20751: main/compile_tools.h: line numbers needed. would add them to .y
! 20752: now internally. externally it's not as precise as needed
! 20753:
! 20754: * src/: include/code.h, include/pa_types.h, main/compile.C,
! 20755: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 20756: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
! 20757: compiler works ok
! 20758:
! 20759: 2001-02-20 paf
! 20760:
! 20761: * src/main/: compile.C, compile.y, compile_tools.C,
! 20762: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
! 20763: not perfect
! 20764:
! 20765: * src/: include/code.h, include/compile.h, include/execute.h,
! 20766: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
! 20767: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 20768: main/compile.C, main/compile.y, main/compile_tools.C,
! 20769: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
! 20770: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
! 20771: main/pa_string.C, main/pa_table.C: bison[yacc] first time
! 20772: compiled. execute=dump for now
! 20773:
! 20774: * src/main/core.C: core rewrite using yacc investigations now will
! 20775: be compile[yacc]/execute[opcodes]
! 20776:
! 20777: 2001-02-15 paf
! 20778:
! 20779: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
! 20780: rewrite as turing machine? for it seems it would be it's too many
! 20781: ifs with this syntax now
! 20782:
! 20783: 2001-02-14 paf
! 20784:
! 20785: * src/main/core.C: get_params 1
! 20786:
! 20787: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
! 20788: :( ]
! 20789:
! 20790: * src/main/core.C: varios breaks
! 20791:
! 20792: * src/main/core.C: get names 3
! 20793:
! 20794: * src/main/core.C: get names 2
! 20795:
! 20796: * src/main/core.C: get names 1
! 20797:
! 20798: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
! 20799: names 0
! 20800:
! 20801: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
! 20802: text repassing2 operator static vars
! 20803:
! 20804: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
! 20805: main/pa_string.C: process text repassing
! 20806:
! 20807: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
! 20808: module:calls changes
! 20809:
! 20810: 2001-02-13 paf
! 20811:
! 20812: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
! 20813: ^class:calls[] started
! 20814:
! 20815: * src/: include/pa_value.h, main/core.C: z
! 20816:
! 20817: * src/main/core.C: operators : and self. prefixes
! 20818:
! 20819: * src/main/core.C: z
! 20820:
! 20821: * src/: include/pa_string.h, main/pa_string.C: String_iterator
! 20822: tested
! 20823:
! 20824: * src/: include/pa_string.h, main/pa_string.C: String_iterator
! 20825: optimized
! 20826:
! 20827: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
! 20828: would change privates to better support optimization
! 20829:
! 20830: * src/: include/pa_string.h, main/pa_string.C:
! 20831: String_iterator::skip_to todo:optimize
! 20832:
! 20833: 2001-02-12 paf
! 20834:
! 20835: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
! 20836: String_iterator
! 20837:
! 20838: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
! 20839: comments
! 20840:
! 20841: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
! 20842: self/methodref joined
! 20843:
! 20844: 2001-02-11 paf
! 20845:
! 20846: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
! 20847: main/main.dsp: core started. core.C, context&value .h
! 20848:
! 20849: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 20850: include/pa_string.h, main/main.dsp, main/pa_array.C,
! 20851: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
! 20852:
! 20853: 2001-01-30 paf
! 20854:
! 20855: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
! 20856: comments
! 20857:
! 20858: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
! 20859: main/pa_pool.C: moved pa_pool.C to be target specific
! 20860:
! 20861: * src/: include/pa_exception.h, include/pa_pool.h,
! 20862: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
! 20863: to & changes
! 20864:
! 20865: * src/: include/pa_exception.h, include/pa_pool.h,
! 20866: include/pa_request.h, include/pa_table.h, main/pa_array.C,
! 20867: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
! 20868: re-associated. that's much better even removed 'die' necessety
! 20869:
! 20870: * src/: include/pa_error.h, include/pa_exception.h,
! 20871: include/pa_pool.h, include/pa_request.h, main/main.dsp,
! 20872: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
! 20873: targets/Makefile.am: lowered targets/parser into subdir, added
! 20874: parser_Pool(Pool) failed to add. would think..
! 20875:
! 20876: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
! 20877: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
! 20878: main/pa_string.C, main/pa_table.C: Table more like C++ style
! 20879: hence lots of 'const'
! 20880:
! 20881: * src/: include/pa_error.h, include/pa_request.h,
! 20882: include/pa_string.h, include/pa_table.h, main/pa_error.C,
! 20883: main/pa_table.C: Error fixed
! 20884:
! 20885: 2001-01-29 paf
! 20886:
! 20887: * src/: include/pa_array.h, include/pa_common.h,
! 20888: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
! 20889: include/pa_request.h, include/pa_string.h, include/pa_table.h,
! 20890: main/Makefile.am, main/pa_array.C, main/pa_common.C,
! 20891: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
! 20892:
! 20893: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 20894: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 20895: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
! 20896: main/pa_string.C, main/pa_table.C: Request Error Table
! 20897:
! 20898: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
! 20899: templates"
! 20900:
! 20901: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
! 20902: main/main.dsp, main/pa_array.C: templates failed no template
! 20903: specializations [VC6], no library auto instantation [VC6, GNU c++
! 20904: 2.95.2-6 from latest cygwin]
! 20905:
! 20906: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 20907: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 20908: main/main.dsp, main/pa_array.C, main/pa_string.C,
! 20909: main/pa_table.C: Table started would test template Array now
! 20910:
! 20911: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
! 20912: String originating
! 20913:
! 20914: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
! 20915: main/pa_hash.C: made local Hash-es not thread safe=quicker by
! 20916: SYNCHRONIZED(thread_safe)
! 20917:
! 20918: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
! 20919: parts to top
! 20920:
! 20921: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
! 20922: main/pa_threads.C: decided on one global_mutex, like PHP as I can
! 20923: see: needed only in global Hash now, made Hash:: put/get
! 20924: SYNCHRONIZED
! 20925:
! 20926: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
! 20927: main/pa_threads.C: added pa_threads
! 20928:
! 20929: Mutex
! 20930:
! 20931: * src/include/pa_hash.h: some comments
! 20932:
! 20933: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
! 20934: Array& operator += (Array& src)
! 20935:
! 20936: * src/main/pa_array.C: expand not convinient, would rewrite
! 20937:
! 20938: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
! 20939: (Array& src)
! 20940:
! 20941: rethought, would change now
! 20942:
! 20943: 2001-01-27 paf
! 20944:
! 20945: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
! 20946: caching
! 20947:
! 20948: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 20949: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
! 20950: cache rethought to chunk caching
! 20951:
! 20952: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 20953: include/pa_string.h, main/main.dsp, main/pa_array.C,
! 20954: main/pa_hash.C, main/pa_string.C: Array 0
! 20955:
! 20956: * src/main/pa_string.C: String::operator ==
! 20957:
! 20958: * src/main/pa_hash.C: String(&String)
! 20959:
! 20960: * src/main/pa_hash.C: added pa_hash.C [forgotten]
! 20961:
! 20962: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
! 20963: main/main.dsp, main/pa_string.C: uint, and added pa_types &
! 20964: pa_hash[forgotten]
! 20965:
! 20966: 2001-01-26 paf
! 20967:
! 20968: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
! 20969: removed templates [vc++ suxx]
! 20970:
! 20971: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
! 20972: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
! 20973:
! 20974: * src/include/: pa_pool.h, pa_string.h: pa_pool split
! 20975:
! 20976: * src/main/: main.dsp, pa_string.C: $Id: ChangeLog,v 1.92 2013/10/29 16:21:27 moko Exp $ check
! 20977:
! 20978: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id: ChangeLog,v 1.92 2013/10/29 16:21:27 moko Exp $
! 20979: check
! 20980:
! 20981: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
! 20982: dynamic row_count
! 20983:
! 20984: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
! 20985: main/main.dsp, main/pa_pool.C, main/pa_string.C,
! 20986: targets/Makefile.am: Initial revision
! 20987:
! 20988: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
! 20989: main/main.dsp, main/pa_pool.C, main/pa_string.C,
! 20990: targets/Makefile.am: creating parser3 module
! 20991:
E-mail: