Annotation of parser3/ChangeLog, revision 1.86
1.86 ! moko 1: 2012-07-29 moko
! 2:
! 3: * tests/285.html, src/main/execute.C, tests/results/285.processed:
! 4: result should be pushed after VMethodFrame destructor is called,
! 5: as it deletes junctions from stack params (fixes issue #868)
! 6:
! 7: 2012-07-23 moko
! 8:
! 9: * INSTALL, README: buildall script usage documented, other outdated
! 10: info updated.
! 11:
! 12: * buildall-with-xml, buildall-without-xml: replaced by buildall
! 13:
! 14: 2012-07-21 moko
! 15:
! 16: * buildall: glib does not compile when threads are disabled...
! 17:
! 18: * src/types/pa_vmail.C: g_assertion fixes for empty input
! 19:
! 20: * src/types/pa_vmail.C: yet another fix (strange GPF on object
! 21: unref, can't unref nested objects)
! 22:
! 23: * src/types/pa_vmail.C: another check added
! 24:
! 25: 2012-07-19 moko
! 26:
! 27: * buildall: usage added
! 28:
! 29: * buildall: new buildall script that unites buildall-with-xml,
! 30: buildall-without-xml, --with-apache and --with-mailreceive
! 31:
! 32: * configure.in: support for static gmime and dynamic glib linking.
! 33: fixes for FreeBSD
! 34:
! 35: 2012-07-17 moko
! 36:
! 37: * configure.in: --with-mailreceive replaced
! 38: --with-static-mailreceive and --with-shared-mailreceive pathlink
! 39: removed
! 40:
! 41: 2012-07-16 moko
! 42:
! 43: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
! 44: capitalized, content now decoded and text content converted to
! 45: $request:charset. all properties are accessed by functions, this
! 46: ready for dynamic load.
! 47:
! 48: 2012-06-28 moko
! 49:
! 50: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
! 51: 32 bit
! 52:
! 53: 2012-06-27 moko
! 54:
! 55: * buildall-with-xml, buildall-without-xml: fetch requires -p for
! 56: passive ftp
! 57:
! 58: * src/lib/ltdl/ltdl.vcproj: release build fixed
! 59:
! 60: * configure.in: 3.4.2 RC -> 3.4.2
! 61:
! 62: 2012-06-22 moko
! 63:
! 64: * src/types/pa_vfile.C: returned empty mode to stated files (issue
! 65: #815)
! 66:
! 67: * tests/: 284.html, results/284.processed: output options test
! 68: (feature #265)
! 69:
! 70: 2012-06-22 misha
! 71:
! 72: * tests/215.html: - little changes
! 73:
! 74: 2012-06-21 moko
! 75:
! 76: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
! 77: types/pa_vxdoc.h: output_options returned and used (bugfix for
! 78: feature #265)
! 79:
! 80: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
! 81: breaks long .*, default 10M restored. (issue #216)
! 82:
! 83: * tests/: 283.html, results/283.processed: test for issue #815
! 84: added
! 85:
! 86: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
! 87: again, cstrm not required.
! 88:
! 89: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
! 90: Win32 and broken FreeBSD (issue #45)
! 91:
! 92: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
! 93:
! 94: * src/main/pa_string.C: warnings war
! 95:
! 96: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
! 97: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
! 98: main/pa_socks.C, targets/apache/pa_threads.C,
! 99: targets/apache13core/pa_threads.C, targets/isapi/pa_threads.C,
! 100: targets/isapi/parser3isapi.C, types/pa_vstatus.C: compilation
! 101: under cygwin fixed
! 102:
! 103: 2012-06-19 moko
! 104:
! 105: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
! 106: Windows fixed
! 107:
! 108: * parser3.sln: removed antique pcre_ctype
! 109:
! 110: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
! 111:
! 112: * src/include/pa_config_fixed.h: undefined reference to
! 113: __imp__pcre_* fix for Windows
! 114:
! 115: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
! 116: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
! 117: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
! 118: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
! 119: define fixed
! 120:
! 121: 2012-06-18 moko
! 122:
! 123: * src/classes/memcached.C: flush -> clear
! 124:
! 125: * src/classes/memcached.C: memcached does not support quotes even
! 126: in server name
! 127:
! 128: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 129: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
! 130: called on open to check servers existance. $.key(true) syntax
! 131: now supported
! 132:
! 133: 2012-06-17 moko
! 134:
! 135: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
! 136: cleanup
! 137:
! 138: * src/classes/table.C, tests/282.cfg, tests/282.html,
! 139: tests/results/282.processed: encloser at the EOF bug fixed,
! 140: incorrectly enclosed data now processed more logicaly (fixes
! 141: #339)
! 142:
! 143: 2012-06-15 moko
! 144:
! 145: * buildall-without-xml: sync with buildall-with-xml
! 146:
! 147: * buildall-with-xml: download auto-detected between fetch and curl
! 148:
! 149: * configure.in: --with-gc and --with-pcre now also processed
! 150: correctly
! 151:
! 152: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
! 153: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
! 154: should be run on rol1 using automake / aclocal (GNU automake)
! 155: 1.11.1 autoconf (GNU Autoconf) 2.68
! 156:
! 157: * configure.in: new PARSER_VERSION logic
! 158:
! 159: * src/include/pa_version.h: new pa_version.h logic
! 160:
! 161: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 162: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
! 163: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
! 164: feols_normalized -> fis_text_content set_binary added
! 165:
! 166: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
! 167:
! 168: 2012-06-15 misha
! 169:
! 170: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 171: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
! 172: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
! 173: ^file::create[text;content] EOLs in content now is normalized. (
! 174: new feature: #815 )
! 175:
! 176: 2012-06-15 moko
! 177:
! 178: * configure.in: --disable-version-update added to disable version
! 179: update with host information (for debian package) whitespace
! 180: optimized
! 181:
! 182: * configure.in: version changed to 3.4.2 RC no-pic added for
! 183: libtool
! 184:
! 185: * src/include/pa_version.h: Nice pa_version.h default. Please keep
! 186: it.
! 187:
! 188: 2012-06-14 moko
! 189:
! 190: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
! 191: tests/results/281.processed: "hash flocked" error removed for
! 192: safe operations like ^h._count[] ( new feature: #335 )
! 193:
! 194: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
! 195:
! 196: * buildall-with-xml, buildall-without-xml: --with-static -> --with
! 197:
! 198: * configure.in: --with-static/shared xml replaced with --with-xml,
! 199: xml compilation check added
! 200:
! 201: * configure.in: --with-static/shared-gc, --with-static-pcre are
! 202: replaced with --with-gc and --with-pcre test for pcre linking
! 203: added
! 204:
! 205: 2012-06-13 moko
! 206:
! 207: * configure.in: apxs2 check optimized
! 208:
! 209: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
! 210: .la, includes optimized
! 211:
! 212: * buildall-with-xml: --with-pic looks better for -fPIC
! 213:
! 214: * configure.in: switched to convenience library in static linking
! 215:
! 216: * src/targets/apache/Makefile.am: switched to convenience library
! 217: usage to avoid libtool warnings
! 218:
! 219: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
! 220: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
! 221: smtp/Makefile.am: switched to convenience library usage
! 222:
! 223: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
! 224:
! 225: * src/targets/apache/Makefile.am: updated for libtool usage
! 226:
! 227: * bin/auto.p.dist.in: .cfg removed from charset names.
! 228:
! 229: * buildall-without-xml: --with-included-ltdl added
! 230:
! 231: * buildall-without-xml: sync with buildall-with-xml
! 232:
! 233: * buildall-with-xml: --with-included-ltdl added $cflags added for
! 234: -fPIC for x64 $download added for wget success check added
! 235:
! 236: * buildall-without-xml: --with-dynamic-stdcpp removed
! 237:
! 238: * configure.in: disable-static returned
! 239:
! 240: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
! 241: LIBTOOLFLAGS
! 242:
! 243: 2012-06-12 moko
! 244:
! 245: * configure.in, src/targets/cgi/Makefile.am: disable-static not
! 246: compatible with LIBTOOLFLAGS for unknown reasons
! 247:
! 248: * buildall-with-xml: --with-dynamic-stdcpp removed
! 249:
! 250: * configure.in: static/dynamic -lstdc++ linking option removed
! 251: apxs2 check added
! 252:
! 253: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
! 254: option removed
! 255:
! 256: 2012-06-10 moko
! 257:
! 258: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
! 259: added
! 260:
! 261: * src/targets/cgi/pp3.cmd: old PAF stuff
! 262:
! 263: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
! 264: beauty
! 265:
! 266: * depcomp: from libtool 2.4.2
! 267:
! 268: * configure.in: ltdl directory removed, it has correct Makefile.in
! 269:
! 270: 2012-06-09 moko
! 271:
! 272: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
! 273: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
! 274: autogenerated files updated after libtool update
! 275:
! 276: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
! 277: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
! 278: config_auto.h.in, config_fixed.h, configure, configure.ac,
! 279: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
! 280: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
! 281: config/compile, config/config.guess, config/config.sub,
! 282: config/depcomp, config/install-sh, config/ltmain.sh,
! 283: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
! 284: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
! 285: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
! 286: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
! 287: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
! 288: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
! 289: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
! 290: m4/lt~obsolete.m4: libtool updated to version 2.4.2
! 291:
! 292: * configure.in: preparation for new libtool
! 293:
! 294: * configure.in: Some beauty added :)
! 295:
! 296: * src/targets/apache/Makefile.am: := -> =
! 297:
! 298: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
! 299: again. :)
! 300:
! 301: * src/include/pa_config_includes.h, configure.in: limits.h added,
! 302: previously was taken from pcre_internal.h. :)
! 303:
! 304: * src/lib/pcre/Makefile.am: config.h returned
! 305:
! 306: * src/lib/pcre/config.h: still need this. :)
! 307:
! 308: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
! 309:
! 310: * configure.in: --with-charsets removed; --with-mysql-client & co
! 311: removed
! 312:
! 313: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
! 314: now in parser tree, no need to copy
! 315:
! 316: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
! 317: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
! 318: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
! 319: debian/patches/101_pcre.patch - local copy of pcre_internal.h
! 320: extracts now used old trash removed
! 321:
! 322: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
! 323: rare charsets/drivers are commented, sql driver quessing removed
! 324: (debian/patches/103_auto_p.patch)
! 325:
! 326: * etc/parser3.charsets/Makefile.am: charsets now in share
! 327: (debian/patches/104_automake.patch) + all charsets are copied
! 328:
! 329: * buildall-with-xml, buildall-without-xml: curl option removed +
! 330: extra arguments now supported
! 331:
! 332: 2012-06-08 misha
! 333:
! 334: * src/classes/table.C: - one params.as_hash usage was rolled back:
! 335: the 2nd option in ^table.hash[] could be hash or table so
! 336: .as_hash will throw an exception when table option is specified
! 337:
! 338: * src/: classes/curl.C, classes/file.C, classes/hash.C,
! 339: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
! 340: classes/table.C, classes/void.C, classes/xdoc.C,
! 341: include/pa_exception.h, types/pa_vmethod_frame.C,
! 342: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
! 343: and improved (whitespaces are allowed as empty options) -
! 344: MethodParams::as_table is added - above methods are used for
! 345: parsing methods' options ( new feature: #9 )
! 346:
! 347: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
! 348: to vclass. now class fields can be accessible as a hash:
! 349: $h[^hash::create[$asd:CLASS]]
! 350:
! 351: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
! 352: have get_fields method so their fields can be accessed with
! 353: ^reflection:fields[...] & ^reflection:field[...]
! 354:
! 355: 2012-06-06 misha
! 356:
! 357: * tests/280.html: - tests for
! 358: ^reflection:method[obj-or-class;method],
! 359: ^reflection:field[obj-or-class;field] and
! 360: ^reflection:fields[obj-or-class] are added
! 361:
! 362: 2012-06-05 misha
! 363:
! 364: * src/classes/reflection.C: - ^reflection:method[class or
! 365: object;method name] and ^reflection:field[class or object;field
! 366: name] are added
! 367:
! 368: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
! 369: is used
! 370:
! 371: * src/types/pa_method.h: - Method::as_vjunction method is added
! 372:
! 373: 2012-06-05 moko
! 374:
! 375: * src/targets/Makefile.am: cgi now build with apache module
! 376:
! 377: * src/classes/memcached.C: flish ttl fixed
! 378:
! 379: 2012-06-04 moko
! 380:
! 381: * src/classes/json.C, src/classes/op.C, tests/279.html,
! 382: tests/results/279.processed: ^json:parse[] now supports $.taint
! 383: option (new feature #833)
! 384:
! 385: 2012-06-04 misha
! 386:
! 387: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
! 388: - search_stop method was moved from pa_vcookie.C to pa_common.C
! 389:
! 390: 2012-06-03 misha
! 391:
! 392: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
! 393: cookies are parced and stored into $.cookies ( new feature: #31 )
! 394:
! 395: 2012-05-30 misha
! 396:
! 397: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
! 398: incomplete class into a scope while @USE is found
! 399:
! 400: * src/main/compile.y: - add incomplete class into a scope while
! 401: @USE and @CLASS instructions are found ( bugfix: #838 )
! 402:
! 403: 2012-05-30 moko
! 404:
! 405: * src/types/pa_vclass.C, tests/278.html,
! 406: tests/results/278.processed: removed "property has no getter
! 407: method" exception when GET_DEFAULT present (fixes #269)
! 408:
! 409: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
! 410: $._default
! 411:
! 412: 2012-05-29 moko
! 413:
! 414: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
! 415: uninitialized values usage (new feature: #154)
! 416:
! 417: 2012-05-28 moko
! 418:
! 419: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
! 420: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
! 421: src/types/pa_vdate.h, src/types/pa_vdouble.h,
! 422: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
! 423: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 424: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 425: tests/results/277.processed, src/types/pa_vtable.h,
! 426: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
! 427: ^json:string[$o; $.default[$method]] implemented for VObject (new
! 428: feature #803)
! 429:
! 430: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
! 431: tests/results/277.processed: json numbers are now treated as
! 432: double ( new feature: #834 )
! 433:
! 434: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
! 435: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
! 436: added for out of range checks, zero division in vint/vdouble
! 437: check added ( fixes #832 )
! 438:
! 439: * tests/: 275.html, results/275.processed: tests for pa_atoui added
! 440: ( fixes #832 )
! 441:
! 442: 2012-05-28 misha
! 443:
! 444: * buildall-with-xml: - --without-lzma option is added to libxml2
! 445: configure
! 446:
! 447: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
! 448: added - tests for unsupported values for options $.file, $.table
! 449: and $.date are added
! 450:
! 451: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
! 452: accepts "stat" $.file[] option's value in addition to existed
! 453: "text" and "base64" ( new feature: #835 )
! 454:
! 455: * tests/276.html: - test for
! 456: ^reflection:delete[$object-or-class;field-name]
! 457:
! 458: * src/classes/reflection.C: -
! 459: ^reflection:delete[$object-or-class;field-name] is added ( new
! 460: feature: #268 )
! 461:
! 462: 2012-05-27 misha
! 463:
! 464: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
! 465:
! 466: 2012-05-24 misha
! 467:
! 468: * src/include/pa_common.h: - method lastposafter was removed
! 469:
! 470: * src/classes/file.C: - use strrpbrk & rskipchars instead of
! 471: lastposafter - ^file:dirname[] & Co proper handle windows file
! 472: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
! 473: work as *nix commands
! 474:
! 475: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
! 476:
! 477: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
! 478: rskipchars were added
! 479:
! 480: * tests/270.html: - more tests for ^file:find[]
! 481:
! 482: * tests/065.html: - more tests for ^file:dirname[] & Co
! 483:
! 484: * src/include/pa_version.h: - must be "win32" here. it is
! 485: auto-generated on *nix
! 486:
! 487: 2012-05-24 moko
! 488:
! 489: * src/classes/math.C: ^math:convert[] now supports uint32 and
! 490: throws overflow exception ( new feature: #830 )
! 491:
! 492: * tests/: 275.html, results/275.processed: test for ^math:convert[]
! 493: uint32 support and overflow added ( new feature: #830 )
! 494:
! 495: 2012-05-23 moko
! 496:
! 497: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
! 498: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
! 499: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
! 500: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
! 501: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
! 502: types/pa_vregex.h, types/pa_vstateless_class.C,
! 503: types/pa_vstateless_class.h, types/pa_vstring.h,
! 504: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
! 505: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
! 506: "return string as-is" removed from as_expr_result. ( new feature:
! 507: #831 )
! 508:
! 509: * tests/results/244.processed: test changed after bug #782 fix
! 510: commited
! 511:
! 512: * tests/results/229.processed: test results for bug #782 commited
! 513:
! 514: * tests/: 254.html, results/254.processed: uid now just compared,
! 515: not printed. :)
! 516:
! 517: 2012-05-20 moko
! 518:
! 519: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
! 520: feature: #341 )
! 521:
! 522: * tests/: 254.html, results/254.processed: test for
! 523: ^reflection:uid[] added
! 524:
! 525: * tests/: 254.html, results/254.processed: test for
! 526: ^reflection:uid[$obj] added
! 527:
! 528: 2012-05-17 misha
! 529:
! 530: * src/main/untaint.C: - do not replace ' char by _26 while
! 531: exploding filespec-tainting ( new feature: #829 )
! 532:
! 533: 2012-05-12 moko
! 534:
! 535: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
! 536: not.
! 537:
! 538: 2012-05-08 moko
! 539:
! 540: * src/types/pa_vmethod_frame.h: bug #782 fixed
! 541:
! 542: * tests/229.html: test for bug #782
! 543:
! 544: * tests/results/259.processed, src/main/pa_request.C,
! 545: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 546: src/types/pa_vstring.h, src/types/pa_vvoid.C,
! 547: src/types/pa_vvoid.h: feature #154 - first empty param now
! 548: string; defined locals are empty strings; $STRICT-VARS(true)
! 549: added
! 550:
! 551: 2012-04-27 moko
! 552:
! 553: * src/targets/apache/Makefile.am:
! 554: ../../lib/memcached/libmemcached.a added
! 555:
! 556: 2012-04-27 misha
! 557:
! 558: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
! 559: ( #827 )
! 560:
! 561: 2012-04-25 moko
! 562:
! 563: * src/: classes/json.C, classes/memcached.C,
! 564: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
! 565: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
! 566: implemented.
! 567:
! 568: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
! 569:
! 570: 2012-04-23 moko
! 571:
! 572: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 573: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
! 574: types/pa_vmemcached.h: open allows options hash for new
! 575: memcached(options) function
! 576:
! 577: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
! 578: not appended
! 579:
! 580: 2012-04-21 moko
! 581:
! 582: * src/classes/curl.C: '' added. :)
! 583:
! 584: * src/classes/classes.vcproj: new curl.h location
! 585:
! 586: * src/classes/curl.C: verbose output redirection from stderr to
! 587: file curl option added
! 588:
! 589: 2012-04-20 moko
! 590:
! 591: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
! 592: contains what we need from curl, #ifdef HAVE_CURL removed
! 593:
! 594: * configure, configure.in, src/classes/Makefile.am,
! 595: src/include/pa_config_auto.h.in, src/include/pa_version.h,
! 596: src/lib/Makefile.am, src/lib/curl/Makefile.am,
! 597: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
! 598: configure option
! 599:
! 600: 2012-04-19 moko
! 601:
! 602: * src/: classes/double.C, classes/inet.C, classes/int.C,
! 603: classes/string.C, lib/gc/include/gc_allocator.h,
! 604: types/pa_vform.C: PVS-Studio detected errors fixes, unused
! 605: options from sql_result_string removed. (closes issue #468)
! 606:
! 607: * src/types/pa_vmemcached.C: empty string fix
! 608:
! 609: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
! 610: pa_vstring.C, pa_vstring.h: serialization helpers moved to
! 611: pa_vmemcached.C
! 612:
! 613: 2012-04-18 moko
! 614:
! 615: * src/targets/apache/mod_parser3.c: "Parser3 module requires
! 616: apache2-mpm-prefork" error displayed in threaded mpm.
! 617:
! 618: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
! 619: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
! 620: installed (issue #354)
! 621:
! 622: 2012-04-16 moko
! 623:
! 624: * src/types/pa_vmemcached.C: call to memcached_result_create and
! 625: memcached_result_free removed
! 626:
! 627: 2012-04-14 moko
! 628:
! 629: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
! 630:
! 631: * src/types/pa_vmemcached.C: check_key added and used
! 632:
! 633: 2012-04-13 moko
! 634:
! 635: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
! 636: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
! 637: Serialization_data now added and used, VString now serialized
! 638: with languages into memcached.
! 639:
! 640: 2012-03-28 moko
! 641:
! 642: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
! 643: lib/memcached/pa_memcached.h: result lengths added
! 644:
! 645: 2012-03-27 moko
! 646:
! 647: * src/types/pa_vmemcached.C: strdup added
! 648:
! 649: 2012-03-24 moko
! 650:
! 651: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
! 652: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
! 653: types/pa_vmemcached.h: memcached: mget, flush, fttl added
! 654:
! 655: 2012-03-20 moko
! 656:
! 657: * configure, configure.in: Makefiles.in updated for memcached
! 658:
! 659: * src/targets/cgi/Makefile.am: cleanup
! 660:
! 661: * src/: types/Makefile.am, types/pa_vmemcached.C,
! 662: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
! 663:
! 664: * src/: classes/Makefile.am, classes/memcached.C,
! 665: lib/memcached/Makefile.am, lib/memcached/constants.h,
! 666: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
! 667: lib/memcached/types.h, lib/Makefile.am: memcached initial
! 668:
! 669: 2012-03-16 moko
! 670:
! 671: * src/main/execute.C: ident now works under Linux + ident displays
! 672: filenames (closes issue #818)
! 673:
! 674: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
! 675: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
! 676: pa_vmethod_frame_local.h removed
! 677:
! 678: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
! 679: classes/classes.h, classes/curl.C, classes/date.C,
! 680: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 681: classes/hashfile.C, classes/image.C, classes/inet.C,
! 682: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
! 683: classes/memory.C, classes/op.C, classes/reflection.C,
! 684: classes/regex.C, classes/response.C, classes/string.C,
! 685: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 686: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 687: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 688: include/pa_config_fixed.h, include/pa_config_includes.h,
! 689: include/pa_dictionary.h, include/pa_dir.h,
! 690: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 691: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
! 692: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 693: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
! 694: include/pa_request_charsets.h, include/pa_request_info.h,
! 695: include/pa_sapi.h, include/pa_socks.h,
! 696: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 697: include/pa_stack.h, include/pa_string.h,
! 698: include/pa_stylesheet_connection.h,
! 699: include/pa_stylesheet_manager.h, include/pa_table.h,
! 700: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 701: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 702: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 703: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
! 704: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
! 705: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
! 706: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 707: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
! 708: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 709: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 710: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
! 711: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
! 712: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 713: main/pa_string.C, main/pa_stylesheet_connection.C,
! 714: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 715: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
! 716: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
! 717: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
! 718: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
! 719: targets/apache13/mod_parser3.c, targets/apache13/pa_httpd.h,
! 720: targets/apache13core/mod_parser3_core.C,
! 721: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
! 722: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
! 723: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 724: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 725: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 726: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 727: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 728: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
! 729: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 730: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
! 731: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 732: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
! 733: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
! 734: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
! 735: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 736: types/pa_vmethod_frame_global.h, types/pa_vmethod_frame_local.h,
! 737: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
! 738: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 739: types/pa_vresponse.C, types/pa_vresponse.h,
! 740: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 741: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 742: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 743: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
! 744: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 745: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 746: types/pa_wcontext.h, types/pa_wwrapper.h: ident now works under
! 747: Linux + ident displays filenames (closes issue #818) Copyright
! 748: updated
! 749:
! 750: 2012-03-13 moko
! 751:
! 752: * src/main/pa_string.C: compilation fix for feature #741
! 753:
! 754: 2012-03-09 misha
! 755:
! 756: * tests/193.html: - tests for ^string:base64[encoded] are updated
! 757:
! 758: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
! 759: now detects invalid base64 chars in the middle of encoded stricg
! 760: ( new feature: #55 )
! 761:
! 762: * src/include/pa_exception.h: - new exception type for base64
! 763: decoding is added
! 764:
! 765: 2012-03-06 misha
! 766:
! 767: * tests/274.html: - tests for ^date::today[] and
! 768: ^date.sql-string[datetime|date|time] are added
! 769:
! 770: * src/classes/date.C: - constructor ^date::today[] is added ( new
! 771: feature: #811 ) - ^date.sql-string[] now can accept one param --
! 772: strings "datetime", "date" or "time" - comments tidying up
! 773:
! 774: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
! 775: date and time
! 776:
! 777: 2012-03-03 misha
! 778:
! 779: * tests/193.html: - tests for
! 780: ^string:base64[encoded;$.strict(true)] are added
! 781:
! 782: * tests/results/auto.p: - try-catch operator is added
! 783:
! 784: * src/: classes/file.C, classes/string.C, include/pa_common.h,
! 785: main/pa_common.C: - $.strict(true|false) option is added to
! 786: base64 decode methods ( new feature: #55 )
! 787:
! 788: * src/main/pa_common.C: - base64 decode memory usage was decreased
! 789: ( new feature: #819 )
! 790:
! 791: 2012-02-28 moko
! 792:
! 793: * src/classes/hash.C: ident test
! 794:
! 795: 2012-02-27 misha
! 796:
! 797: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
! 798:
! 799: 2012-01-08 misha
! 800:
! 801: * tests/273.html: - tests for ^string.replace[from;to] are added
! 802:
! 803: * src/: classes/string.C, include/pa_dictionary.h,
! 804: main/pa_dictionary.C, main/pa_string.C: -
! 805: ^string.replace[from;to] is added ( new feature: #741 ) -
! 806: ^string.replace[one subst here] is slightly optimized
! 807:
! 808: 2011-12-07 misha
! 809:
! 810: * src/classes/table.C: - $t[^table::create{$empty}] now creates
! 811: named table with one empty column ( bugfix: #63 )
! 812:
! 813: 2011-11-30 misha
! 814:
! 815: * src/classes/json.C: - it's possible to set user's method for
! 816: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
! 817: #763 )
! 818:
! 819: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
! 820:
! 821: 2011-11-23 misha
! 822:
! 823: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 824: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
! 825: types/pa_vfile.h, types/pa_vform.C: - constructor
! 826: ^file::create[mode;filename;content[;options]] now accepts binary
! 827: mode and file-content - new constructor's format:
! 828: ^file::create[string-or-file-content[;$.name[filename]
! 829: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
! 830: feature: #65 )
! 831:
! 832: * src/: include/pa_request.h, main/pa_request.C: - new method
! 833: mime_type_of(const String*) is added
! 834:
! 835: * src/include/pa_exception.h: - new exception constant
! 836: FILE_NAME_MUST_BE_SPECIFIED is added
! 837:
! 838: * src/classes/table.C: - bug with negative offset transformed into
! 839: a feature. it means pointing to a row from the end of the table (
! 840: new feature: #810 )
! 841:
! 842: 2011-11-19 misha
! 843:
! 844: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
! 845: â ìåòîäå _select ( new feature: #810 )
! 846:
! 847: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
! 848: options were specified together is simplified
! 849:
! 850: 2011-11-12 misha
! 851:
! 852: * src/main/pa_request.C: - forgotten fix for escaping filename in
! 853: HTTP content-disposition header (a part of bug #361 )
! 854:
! 855: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
! 856: checks for ancestors' classes as well ( new feature: #456 )
! 857:
! 858: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
! 859: "without cycle" now have types "parser.break" and
! 860: "parser.continue" instead of "parser.runtime" ( new feature: #799
! 861: )
! 862:
! 863: 2011-11-11 misha
! 864:
! 865: * tests/results/: 099.processed, 100.processed, 205.processed,
! 866: 237.processed: - since bug #361 was fixed the content of filename
! 867: in HTTP headers is quoted
! 868:
! 869: * tests/results/270.processed: - result for test 270
! 870:
! 871: * tests/: 065.html, results/065.processed: - more tests for
! 872: ^file:basename[] & Co were added
! 873:
! 874: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
! 875:
! 876: * tests/270.html: - tests for ^file:find[] are added
! 877:
! 878: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
! 879: using option $.charset. option $.engoding is still supported but
! 880: these options can not be specified together
! 881:
! 882: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
! 883: comparation charset name with string "UTF-8" ( bugfix: #759 )
! 884:
! 885: 2011-10-11 misha
! 886:
! 887: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
! 888: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
! 889: #622)
! 890:
! 891: 2011-09-30 misha
! 892:
! 893: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
! 894: exception "saving stat-ed file" ( bugfix: #395 )
! 895:
! 896: 2011-05-30 misha
! 897:
! 898: * src/classes/string.C: - fixed bug which was added with
! 899: params.as_hash into string:sql
! 900:
! 901: 2011-05-29 misha
! 902:
! 903: * src/types/pa_value.C: - filename in content-disposition header
! 904: must be quoted ( bugfix: #361 )
! 905:
! 906: 2011-05-27 misha
! 907:
! 908: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
! 909: created file
! 910:
! 911: * src/classes/: hash.C, mail.C: - little tunning with get_hash
! 912: usage
! 913:
! 914: * src/include/pa_exception.h: - one more string for exception was
! 915: added
! 916:
! 917: 2011-05-25 misha
! 918:
! 919: * tests/269.html: - tests for checking input params in some dom
! 920: methods
! 921:
! 922: * src/classes/: xdoc.C, xnode.C: - validation of some input params
! 923: was added. it isn't possible not wo create xdoc with invalid
! 924: tagName. ( bugfix: #160 )
! 925:
! 926: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
! 927: string "data must be string" was mover from pa_exception.h to
! 928: pa_xml_exception.h
! 929:
! 930: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
! 931: as_xmlncname, as_xmlname and as_xmlnsuri were added
! 932:
! 933: * src/main/pa_xml_exception.C: - XmlException accepts more options
! 934:
! 935: * src/include/pa_xml_exception.h: - XmlException accepts more
! 936: options - XML-related exception's strings were added
! 937:
! 938: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
! 939: output_options were removed)
! 940:
! 941: 2011-05-19 misha
! 942:
! 943: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
! 944: params.as_hash is used more while parsing methods hash-options
! 945:
! 946: 2011-05-18 misha
! 947:
! 948: * operators.txt: - info about json-serialization of xdoc was added
! 949:
! 950: * tests/256.html: - tests for json-serialization xdoc were added
! 951:
! 952: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
! 953:
! 954: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 955: classes/json.C, classes/xdoc.C: - now json:string can serialize
! 956: xdoc-objects. options (the same as ^xdoc.string[]) could be
! 957: specified in $.xdoc[] ( new feature: #265 )
! 958:
! 959: 2011-05-15 misha
! 960:
! 961: * tests/268.html: - tests for ^table.count[with options] were added
! 962:
! 963: * src/classes/table.C: - method ^table.count[] now can accept
! 964: options ( new feature: #93 ): ^table.count[column] returns number
! 965: of columns for named table; ^table.count[cells] returns number of
! 966: cells in the current row; ^table.count[] & ^table.count[rows]
! 967: return number of rows in a table.
! 968:
! 969: * tests/267.html: - test for checking switch/case in boolean mode
! 970: was added
! 971:
! 972: * src/classes/op.C: - if switch's or case's value is bool, they are
! 973: compared as bool values, not as double values: new feature: #351
! 974:
! 975: 2011-05-06 misha
! 976:
! 977: * tests/242.html: - EOL before EOF was added
! 978:
! 979: * tests/169.html: - tests for splitting empty string and void were
! 980: added
! 981:
! 982: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
! 983: returned table with one empty cell)
! 984:
! 985: 2011-04-03 misha
! 986:
! 987: * src/include/pa_version.h, configure.in: - version in head was
! 988: changed to 3.4.2b
! 989:
! 990: 2011-03-30 misha
! 991:
! 992: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
! 993: as well ( new feature #294 )
! 994:
! 995: 2011-03-29 misha
! 996:
! 997: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
! 998: limited to approx. 6 MB. previous limits were too big for real
! 999: life. bugfix: #216
! 1000:
! 1001: 2011-03-04 moko
! 1002:
! 1003: * etc/parser3.charsets/cp866.cfg: Conforms to
! 1004: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
! 1005:
! 1006: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
! 1007: vlalek@
! 1008:
! 1009: 2011-02-22 misha
! 1010:
! 1011: * src/include/pa_charset.h, operators.txt: - some methods mustn't
! 1012: be under #ifdef XML or parser can't be compiled without xml
! 1013: support
! 1014:
! 1015: 2011-02-21 misha
! 1016:
! 1017: * src/targets/apache/: Makefile.am: - mention
! 1018: ApacheModuleParser3.vcproj was removed
! 1019:
! 1020: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
! 1021: removed)
! 1022:
! 1023: 2011-02-20 misha
! 1024:
! 1025: * tests/: 266.html, 266.p: - tests for checking $.inherited and
! 1026: $.overridden in ^reflection:method_info[...] were added
! 1027:
! 1028: * src/classes/reflection.C: - beautifying result of
! 1029: ^reflection:method_info[] ($.overridden/inherited)
! 1030:
! 1031: 2011-02-18 misha
! 1032:
! 1033: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
! 1034: and pa_isalnum instead of isalpha and isalnum - bug with
! 1035: redundand quoting lowercased latin chars while building email
! 1036: body was fixed
! 1037:
! 1038: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
! 1039: added (they check for latin chars only)
! 1040:
! 1041: 2011-02-16 misha
! 1042:
! 1043: * src/main/pa_charset.C: - bugfix: in some cases the calculating
! 1044: string size for transcoding gave too small value (should ever
! 1045: look for availability char in dest charset inspite of the char
! 1046: size)
! 1047:
! 1048: 2011-02-04 moko
! 1049:
! 1050: * tests/223.html: header values now not url-encoded (issue #195)
! 1051:
! 1052: 2011-02-01 misha
! 1053:
! 1054: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
! 1055:
! 1056: 2011-01-31 misha
! 1057:
! 1058: * src/main/pa_request.C: - throw exception if param file_name in
! 1059: use_file is empty
! 1060:
! 1061: 2011-01-08 moko
! 1062:
! 1063: * src/classes/curl.C: compilations errors fixed
! 1064:
! 1065: 2010-12-29 moko
! 1066:
! 1067: * tests/: 265.html, results/265.processed: test for issue #200
! 1068: added
! 1069:
! 1070: * src/main/pa_string.C: empty regex result check added (fixes issue
! 1071: #200)
! 1072:
! 1073: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
! 1074:
! 1075: * tests/results/223.processed: header values now not url-encoded
! 1076: (issue #195)
! 1077:
! 1078: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
! 1079: main/untaint.C: L_HTTP_HEADER now used in http headers values,
! 1080: pa_http_safe_header_name added for headers names (fixes bug #195)
! 1081:
! 1082: 2010-12-18 misha
! 1083:
! 1084: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
! 1085: => pa-include
! 1086:
! 1087: 2010-11-28 moko
! 1088:
! 1089: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
! 1090:
! 1091: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
! 1092: -> pa
! 1093:
! 1094: * configure.in: apr -> pa
! 1095:
! 1096: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
! 1097:
! 1098: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
! 1099: classes/Makefile.am, types/Makefile.am: apr -> pa
! 1100:
! 1101: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
! 1102: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
! 1103: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
! 1104: apr-include/Makefile.am, pa-include/pa_apr.h,
! 1105: pa-include/pa_errno.h, pa-include/pa_file_info.h,
! 1106: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
! 1107: pa-include/pa_strings.h: apr -> pa (apache2 module apr name
! 1108: conflict resolved)
! 1109:
! 1110: * src/lib/sdbm/apr-include/: pa_apr.h, pa_errno.h, pa_file_info.h,
! 1111: pa_file_io.h, pa_sdbm.h, pa_strings.h: moved to other directory
! 1112:
! 1113: * src/lib/sdbm/apr-include/: apr.h, apr_errno.h, apr_file_info.h,
! 1114: apr_file_io.h, apr_pools.h, apr_sdbm.h, apr_strings.h, pa_apr.h,
! 1115: pa_errno.h, pa_file_info.h, pa_file_io.h, pa_sdbm.h,
! 1116: pa_strings.h, apu.h: apr -> pa
! 1117:
! 1118: 2010-11-27 misha
! 1119:
! 1120: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
! 1121: libbz2
! 1122:
! 1123: 2010-11-26 misha
! 1124:
! 1125: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
! 1126: warnings removed
! 1127:
! 1128: 2010-11-25 moko
! 1129:
! 1130: * operators.txt: $.indent(true)
! 1131:
! 1132: * operators.txt: another bugfix. :)
! 1133:
! 1134: * operators.txt: bugfix. :)
! 1135:
! 1136: * buildall-with-xml: libxml2-2.7.8 + with-apache
! 1137:
! 1138: 2010-11-24 moko
! 1139:
! 1140: * configure: apxs support
! 1141:
! 1142: * configure.in: apxs support -Bstatic gc removed for OS X
! 1143:
! 1144: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
! 1145:
! 1146: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
! 1147: THREAD_LOCAL usage
! 1148:
! 1149: * src/: classes/curl.C, include/pa_config_includes.h,
! 1150: main/pa_globals.C: THREAD_LOCAL defined and used
! 1151:
! 1152: 2010-11-23 moko
! 1153:
! 1154: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
! 1155: should be passed to pa_sleep, and only fractional part (bugfix:
! 1156: #188)
! 1157:
! 1158: * src/targets/apache/mod_parser3.c: 1.3 compatibility
! 1159:
! 1160: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
! 1161: GC_dont_gc=1, as in cgi version
! 1162:
! 1163: * src/targets/apache/mod_parser3.c: warning war
! 1164:
! 1165: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
! 1166: pa_httpd.h: version removed, some trash removed
! 1167:
! 1168: * src/targets/apache/mod_parser3.c: version removed (we don't want
! 1169: to show it), warning war
! 1170:
! 1171: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
! 1172: pa_httpd.h: parser_status_allowed removed + merge config
! 1173: functions removed (override is the default) + beauty
! 1174:
! 1175: * src/: include/pa_request.h, main/pa_request.C,
! 1176: targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
! 1177: targets/isapi/parser3isapi.C: option to hide $status used in
! 1178: apache module removed
! 1179:
! 1180: 2010-11-18 moko
! 1181:
! 1182: * operators.txt: $.table[compact] added for ^json:string[]
! 1183:
! 1184: 2010-11-16 moko
! 1185:
! 1186: * src/targets/apache/mod_parser3.c: some cleanup done
! 1187:
! 1188: * src/main/untaint.C: bugfix: first, second String::Body argument
! 1189: is hashcode; second, info.fragment_begin is original, not
! 1190: resulting length
! 1191:
! 1192: * src/classes/file.C: new feature: $.stdin now untainted
! 1193:
! 1194: * tests/results/264.processed: new feature: $.stdin[] now untainted
! 1195:
! 1196: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
! 1197:
! 1198: * src/classes/op.C: ^apply-taint[] method added
! 1199:
! 1200: * tests/: 264.html, results/264.processed: ^apply-taint[] test
! 1201: added; $.stdin untaint test added
! 1202:
! 1203: 2010-11-15 moko
! 1204:
! 1205: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
! 1206: removed
! 1207:
! 1208: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
! 1209: pa_httpd.h: 2x2 calculated under apache2. :)
! 1210:
! 1211: 2010-11-13 moko
! 1212:
! 1213: * src/targets/apache/mod_parser3.c: initial changes to build module
! 1214: with apache 2.x includes
! 1215:
! 1216: * src/targets/apache/: Makefile.am, mod_parser3.c,
! 1217: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
! 1218: united apache 1.3 / apache 2.x DSO module
! 1219:
! 1220: 2010-11-09 moko
! 1221:
! 1222: * src/types/pa_method.h: check added to dissallow @method[name;*]
! 1223: syntax
! 1224:
! 1225: * tests/: 263.html, results/263.processed: test from method[*args]
! 1226: added
! 1227:
! 1228: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
! 1229: number of params can now be passed to a method declared with *arg
! 1230:
! 1231: 2010-11-06 moko
! 1232:
! 1233: * src/classes/table.C: formating fixed. :)
! 1234:
! 1235: * src/classes/table.C: closes #4: ^table.select now supports
! 1236: $.limit(), $.offset, $.reverse() options
! 1237:
! 1238: * tests/: 262.html, results/262.processed: test for ^table:select
! 1239: with options added (feature #4)
! 1240:
! 1241: * src/include/pa_array.h: remove function added
! 1242:
! 1243: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
! 1244: object in get_element/put_element, using static one.
! 1245:
! 1246: 2010-11-04 moko
! 1247:
! 1248: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
! 1249: options is passed
! 1250:
! 1251: * tests/: 256.html, results/256.processed: $.table[compact] feature
! 1252: now tested; k and p in handler now tested.
! 1253:
! 1254: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
! 1255: $.table[compact] feature added
! 1256:
! 1257: * src/classes/json.C: key is now passed to handler in
! 1258: value_json_string; ^json:string result now process tainting
! 1259: inside and returns clean string, related to issue #153
! 1260:
! 1261: * src/main/untaint.C: bugfix: charset can be null (in
! 1262: ^string:save[] as example), thus check is added
! 1263:
! 1264: 2010-10-31 moko
! 1265:
! 1266: * src/classes/string.C: error message changed (fixes issue #149)
! 1267:
! 1268: 2010-10-29 moko
! 1269:
! 1270: * src/main/pa_http.C: ":port" is now added to "Host:" header if
! 1271: port is not default (fixes issue #155); exception on invalid port
! 1272: added.
! 1273:
! 1274: * src/main/untaint.C: '*' is now not urlencoded to allow header
! 1275: "Accept: */*" to be passed
! 1276:
! 1277: 2010-10-28 moko
! 1278:
! 1279: * src/classes/curl.C: bugfix: detect_charset() was throwing
! 1280: exception on unknown charset even if response_charset was
! 1281: specified
! 1282:
! 1283: 2010-10-27 moko
! 1284:
! 1285: * src/classes/string.C: ^string.append removed for void
! 1286: compatibility
! 1287:
! 1288: 2010-10-26 moko
! 1289:
! 1290: * src/classes/json.C: libjson supports array at top level, we too
! 1291: (GPF fixed)
! 1292:
! 1293: 2010-10-25 moko
! 1294:
! 1295: * tests/: 253.html, results/253.processed: libjson supports array
! 1296: at top level, parser now supports it as well.
! 1297:
! 1298: * tests/261.html, tests/results/261.processed,
! 1299: src/types/pa_vstring.h: empty string is now void compatible
! 1300: (allows $empty.key)
! 1301:
! 1302: 2010-10-22 misha
! 1303:
! 1304: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
! 1305: while adding additional expires checkout)
! 1306:
! 1307: * tests/030.html: - test for session cookie was added
! 1308:
! 1309: 2010-10-21 moko
! 1310:
! 1311: * src/: classes/string.C, classes/void.C, main/execute.C,
! 1312: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
! 1313: string (feature #111)
! 1314:
! 1315: * tests/: 261.html, results/261.processed: checks void from string
! 1316: inheritance (feature #111)
! 1317:
! 1318: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
! 1319: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
! 1320: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
! 1321: now true by default
! 1322:
! 1323: 2010-10-17 moko
! 1324:
! 1325: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
! 1326: upload now uses binary blocks instead of L_FILE_POST tainting.
! 1327: (bugfix: #128)
! 1328:
! 1329: * tests/: 223.html, results/223.processed: binary file upload test
! 1330: added, GPF (issue #128) also checked in this test
! 1331:
! 1332: 2010-10-13 misha
! 1333:
! 1334: * tests/260.html: - test for math:convert
! 1335:
! 1336: * src/classes/math.C: - error in math:convert was fixed
! 1337:
! 1338: * operators.txt: - info about
! 1339: ^math:convert[number](from-base;to-base) was added
! 1340:
! 1341: * src/classes/math.C: - method
! 1342: ^math:convert[number](from-base;to-base) for converting number
! 1343: represention from one base to another was added ( new feature:
! 1344: #23 )
! 1345:
! 1346: 2010-10-13 moko
! 1347:
! 1348: * src/main/compile.tab.C: [] now is empty string, not void
! 1349:
! 1350: * src/main/compile.y: [] now is empty string, not void
! 1351:
! 1352: * src/types/pa_vvoid.h: void now passed as parameter
! 1353:
! 1354: * tests/: 259.html, results/259.processed: to test difference
! 1355: between void and empty string (see ticket #111)
! 1356:
! 1357: * tests/results/152.processed: $sEmpty[] is now empty string, not
! 1358: void
! 1359:
! 1360: * tests/256.html: $s[$void] is no longer empty string
! 1361:
! 1362: * tests/254.html: empty string is no longer void
! 1363:
! 1364: 2010-10-12 misha
! 1365:
! 1366: * src/types/pa_vcookie.C: - check if $.expires value can be
! 1367: converted to date during cookies set up ( bugfix: #104 )
! 1368:
! 1369: * tests/041.html: - more tests for ^table.locate were added
! 1370:
! 1371: * src/classes/table.C: - ^table.locate[field;value;options] didn't
! 1372: work ( bugfix: #129 ) - exception comment for incorrect options
! 1373: ^table.locate[field;value;options] was fixed
! 1374:
! 1375: 2010-10-10 moko
! 1376:
! 1377: * src/: classes/reflection.C, main/execute.C: constructor returning
! 1378: another object feature returned
! 1379:
! 1380: * tests/results/258.processed: test result updated as constructor
! 1381: returning another object feature returned
! 1382:
! 1383: * tests/: 258.html, results/258.processed: test for constructor
! 1384: returning another object
! 1385:
! 1386: 2010-10-08 misha
! 1387:
! 1388: * tests/257.html: - whitespaces after @METACOMMANDS and their
! 1389: options shouldn't cause exceptions any longer
! 1390:
! 1391: 2010-10-06 moko
! 1392:
! 1393: * src/classes/: hash.C, table.C: length from sql server is now
! 1394: ignored, as sql string can contain 0x00 inside (bugfix: #119)
! 1395:
! 1396: 2010-10-02 misha
! 1397:
! 1398: * operators.txt: - the X mark was removed from ^cache[file]. it is
! 1399: usable to delete cache file.
! 1400:
! 1401: 2010-10-02 moko
! 1402:
! 1403: * tests/: 253.html, results/253.processed: hook_key added for key
! 1404: checking
! 1405:
! 1406: * src/classes/json.C: null key bug fixed
! 1407:
! 1408: 2010-09-29 misha
! 1409:
! 1410: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
! 1411:
! 1412: 2010-09-25 moko
! 1413:
! 1414: * src/classes/json.C: small fixed
! 1415:
! 1416: * tests/results/: 253.processed, 255.processed: just updated
! 1417:
! 1418: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
! 1419: results/255.processed: charset transcode test added for
! 1420: json:parse
! 1421:
! 1422: 2010-09-24 moko
! 1423:
! 1424: * src/types/pa_value.h: warning war :)
! 1425:
! 1426: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
! 1427: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
! 1428: ^json:string
! 1429:
! 1430: 2010-09-22 moko
! 1431:
! 1432: * src/main/pa_charset.C: parser charset tables declare only
! 1433: white-space before 0x20, thus adding the missing chars
! 1434:
! 1435: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
! 1436: to http://unicode.org/Public/MAPPINGS/VENDORS/
! 1437:
! 1438: 2010-09-21 misha
! 1439:
! 1440: * src/main/compile.y: - some semicolons were added (VS2010 don't
! 1441: want to compile grammar if they are absent)
! 1442:
! 1443: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
! 1444:
! 1445: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
! 1446:
! 1447: * src/main/main.vcproj: - path to bison is changed
! 1448:
! 1449: 2010-09-21 moko
! 1450:
! 1451: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
! 1452: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
! 1453: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
! 1454:
! 1455: 2010-09-20 misha
! 1456:
! 1457: * src/types/pa_vtable.C: - add EOLs while json-serializing table
! 1458:
! 1459: * src/classes/json.C: - add EOL while json-serializing hash
! 1460:
! 1461: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
! 1462: compilers don't like 'ES'.
! 1463:
! 1464: 2010-09-17 misha
! 1465:
! 1466: * operators.txt: - info about json class was added
! 1467:
! 1468: * src/classes/json.C: - ^json:string[object]
! 1469:
! 1470: * src/: include/pa_request.h, main/pa_request.C: - stuff for
! 1471: preventing infinite recursion while executing json:string was
! 1472: added
! 1473:
! 1474: * src/include/pa_string.h: - method append_quoted was added
! 1475:
! 1476: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
! 1477: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
! 1478: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
! 1479: was added to Value & Co
! 1480:
! 1481: * src/classes/date.C: - methods get_gmt_string and get_sql_string
! 1482: were used
! 1483:
! 1484: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
! 1485: were added
! 1486:
! 1487: 2010-09-10 moko
! 1488:
! 1489: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
! 1490: die_or_abort (backport from 3.4.1)
! 1491:
! 1492: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
! 1493: die_or_abort (bugfix: #106)
! 1494:
! 1495: 2010-09-09 moko
! 1496:
! 1497: * src/classes/json.C: warning war. :)
! 1498:
! 1499: 2010-09-08 misha
! 1500:
! 1501: * src/lib/json/Makefile.am: - additional include directories were
! 1502: added (for pa_memory.h and gc.h)
! 1503:
! 1504: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
! 1505: compile as C++ instead default - additional include directory was
! 1506: added (for gc.h)
! 1507:
! 1508: * src/types/pa_vform.C: - little code reformating
! 1509:
! 1510: * src/classes/file.C: - $.content-type option now can be specified
! 1511: in ^file::create ( new feature: #102 )
! 1512:
! 1513: 2010-09-08 moko
! 1514:
! 1515: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
! 1516: pa_malloc/pa_free
! 1517:
! 1518: 2010-09-07 moko
! 1519:
! 1520: * tests/results/254.processed: VStateless_class:put_element
! 1521: exception was fixed
! 1522:
! 1523: * src/types/: pa_value.h, pa_vstateless_class.h: now
! 1524: VStateless_class:put_element barks self.type, not this.type
! 1525: (bugfix: #105)
! 1526:
! 1527: 2010-09-06 moko
! 1528:
! 1529: * src/classes/reflection.C: bugfix: new String() is required for
! 1530: exception handling
! 1531:
! 1532: * tests/: 254.html, results/254.processed: test modified
! 1533:
! 1534: 2010-09-05 moko
! 1535:
! 1536: * tests/: 254.html, results/254.processed: ^reflection:copy test
! 1537: added
! 1538:
! 1539: * src/: classes/reflection.C, include/pa_request.h:
! 1540: ^reflection:copy implemented (new feature: #100)
! 1541:
! 1542: 2010-09-03 moko
! 1543:
! 1544: * src/lib/json/JSON_parser.C: c++ compatiblity
! 1545:
! 1546: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
! 1547: option testing added
! 1548:
! 1549: 2010-09-02 moko
! 1550:
! 1551: * src/classes/json.C: $.distinct[first|last|all] added
! 1552:
! 1553: 2010-09-01 moko
! 1554:
! 1555: * tests/results/253.processed: json test result
! 1556:
! 1557: * tests/: 253.html, 253_json.txt: json test added
! 1558:
! 1559: * src/classes/json.C: json.C update to actual version + hash key
! 1560: creation bugfix
! 1561:
! 1562: 2010-08-31 misha
! 1563:
! 1564: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
! 1565: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
! 1566: src/lib/Makefile.am, src/classes/Makefile.am,
! 1567: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
! 1568: json library was added
! 1569:
! 1570: 2010-08-30 moko
! 1571:
! 1572: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 1573: types/pa_vobject.C: cosmetic optimization in
! 1574: request:execute_method usage
! 1575:
! 1576: * src/: include/pa_charset.h, main/pa_charset.C: small
! 1577: optimization, just to decrease number of lines. :)
! 1578:
! 1579: 2010-08-27 misha
! 1580:
! 1581: * src/classes/op.C: - taint[json] was added
! 1582:
! 1583: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
! 1584: were added
! 1585:
! 1586: * src/main/pa_exec.C: - warning fix was rolled back.
! 1587:
! 1588: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
! 1589: include/pa_string.h: - taint[json] was added - escaping was
! 1590: slightly modified
! 1591:
! 1592: 2010-08-25 misha
! 1593:
! 1594: * src/classes/file.C: - typo in file:sql exception was fixed
! 1595:
! 1596: * src/main/pa_exec.C: - warning about declared and not used
! 1597: variable forced_allow was removed
! 1598:
! 1599: 2010-08-14 misha
! 1600:
! 1601: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
! 1602: were removed
! 1603:
! 1604: 2010-08-11 moko
! 1605:
! 1606: * tests/: 249.html, results/249.processed: default setter and
! 1607: anti-recursive default getter test added
! 1608:
! 1609: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
! 1610: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
! 1611: types/pa_vobject.h, types/pa_vstateless_class.C,
! 1612: types/pa_vstateless_class.h: default setter support +
! 1613: anti-recursive default getter support ( new feature: #13 )
! 1614:
! 1615: * src/include/pa_hash.h: optimization: threshold member removed
! 1616: from hash, reducing sizeof(hash)
! 1617:
! 1618: 2010-08-10 misha
! 1619:
! 1620: * tests/196.html: - junction-method was added to the test
! 1621:
! 1622: * tests/248.html: - ups. typo :)
! 1623:
! 1624: * tests/248.html: - test for checking .match with 4 params
! 1625:
! 1626: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
! 1627: 247_windows1251.txt: - test for "transcode file from utf-8 to
! 1628: $request:charset during loading if the BOM code is detected"
! 1629:
! 1630: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
! 1631: $request:charset during loading if the BOM code is detected ( new
! 1632: feature: #98 )
! 1633:
! 1634: 2010-08-05 misha
! 1635:
! 1636: * src/classes/image.C: - ^image.replace now can accept only 2
! 1637: params. in this case the whole image is affected ( new feature:
! 1638: #95 )
! 1639:
! 1640: 2010-08-04 misha
! 1641:
! 1642: * tests/246.html: - test tor ^hash._at[] was added
! 1643:
! 1644: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
! 1645: #53 )
! 1646:
! 1647: * src/include/pa_hash.h: - methods for accessing the first and the
! 1648: last values of ordered hash were added (first_value and
! 1649: last_value)
! 1650:
! 1651: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
! 1652: (similar to others file's methods):
! 1653: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
! 1654: #68 )
! 1655:
! 1656: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
! 1657:
! 1658: 2010-08-01 moko
! 1659:
! 1660: * src/classes/op.C: to correctly process $result[] in code, called
! 1661: from ^process
! 1662:
! 1663: * tests/245.html: $result in ^process[] test added
! 1664:
! 1665: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
! 1666: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
! 1667: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
! 1668: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
! 1669: caller, self) op_call(VMethodFrame &frame, bool constructing)
! 1670: removed, construct(class,method) added
! 1671:
! 1672: * tests/results/: 192.processed, 244.processed: request::construct
! 1673: added
! 1674:
! 1675: * tests/: 244.html, 245.html, results/244.processed,
! 1676: results/245.processed: object creation exceptions and ^process
! 1677: tests added
! 1678:
! 1679: 2010-07-28 misha
! 1680:
! 1681: * tests/make_tests.cmd: - win32 EOLs
! 1682:
! 1683: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
! 1684: tests on Win32 were added (The system timezone should be GMT+3)
! 1685:
! 1686: 2010-07-26 misha
! 1687:
! 1688: * tests/: 212.html, results/212.processed: - sizes were removed
! 1689: mecause they could be different on different OSs
! 1690:
! 1691: * tests/065.html: - make it "win32 friendly"
! 1692:
! 1693: 2010-07-25 misha
! 1694:
! 1695: * src/main/compile.y: - all EOLs between methods are removed during
! 1696: compilation ( new feature: #47 )
! 1697:
! 1698: * tests/results/149.processed: - prepare tests to trim trailing
! 1699: methods' EOLs
! 1700:
! 1701: * tests/149.html: - prepare tests to trim trailing methods' EOLs
! 1702:
! 1703: * tests/: results/006.processed, results/014.processed, 006.html,
! 1704: 014.html, 022.html: - prepare tests to trim trailing methods'
! 1705: EOLs
! 1706:
! 1707: * tests/: 059.html, 071.html, 149.html, results/059.processed,
! 1708: results/071.processed, results/022.processed: - prepare tests to
! 1709: trim trailing methods' EOLs
! 1710:
! 1711: * tests/: results/073.processed, results/109.processed,
! 1712: results/142.processed, results/144.processed,
! 1713: results/149.processed, 073.html, 096.html, 109.html, 142.html,
! 1714: 144.html: - prepare tests to trim trailing methods' EOLs
! 1715:
! 1716: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
! 1717: 149.html, 152.html, results/096.processed, results/107.processed,
! 1718: results/109.processed, results/142.processed,
! 1719: results/144.processed: - prepare tests to trim trailing methods'
! 1720: EOLs
! 1721:
! 1722: 2010-07-24 moko
! 1723:
! 1724: * tests/results/: 156.processed, 224.processed: fix for #54 changed
! 1725: the hash order in this test
! 1726:
! 1727: * tests/014.html: to check hash order, hash no is longer sorted
! 1728: before print
! 1729:
! 1730: * src/include/pa_hash.h: hash copy constructor now keeps order
! 1731: (bugfix: #54)
! 1732:
! 1733: 2010-07-23 moko
! 1734:
! 1735: * tests/results/224.processed: @auto[] is no longer inherited
! 1736:
! 1737: * src/types/pa_vstateless_class.C, tests/227.html,
! 1738: tests/results/227.processed: @auto[] is no longer inherited
! 1739: (bugfix: #57)
! 1740:
! 1741: 2010-07-22 misha
! 1742:
! 1743: * src/classes/table.C: - don't skip comment lines during
! 1744: table::load if encloser or separator is set as '#' ( new feature:
! 1745: #30 )
! 1746:
! 1747: * src/targets/cgi/parser3.C: - don't run as cgi if
! 1748: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
! 1749: #12 )
! 1750:
! 1751: * src/classes/file.C: - set PARSER_VARSION env before external
! 1752: script executing
! 1753:
! 1754: 2010-07-13 misha
! 1755:
! 1756: * tests/058.html: - test for suppressing @border was added - test
! 1757: for user attribute was added
! 1758:
! 1759: * tests/results/186.processed: unescaping from \uXXXX
! 1760:
! 1761: * tests/186.html: unescaping from \uXXXX
! 1762:
! 1763: * tests/: 239.html, results/239.processed: method call type
! 1764:
! 1765: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
! 1766: $junction_method.CLASS_NAME (+CLASS)
! 1767:
! 1768: 2010-07-07 misha
! 1769:
! 1770: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
! 1771: *nix
! 1772:
! 1773: 2010-07-05 misha
! 1774:
! 1775: * src/: classes/curl.C, classes/file.C, classes/hash.C,
! 1776: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
! 1777: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
! 1778: comment strings "options must be hash", "options must be hash,
! 1779: not code" and "called with invalid option" were replaced by
! 1780: constatns - exception comment string "invalid option passed" was
! 1781: replaced by "called with invalid option" (now in different
! 1782: methods are the same exception comment string)
! 1783:
! 1784: * src/include/pa_exception.h: - more exception strings were defined
! 1785:
! 1786: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 1787: types/pa_vstateless_class.h: - now we can define possible
! 1788: method's call type ( new feature: #5 ) 1.
! 1789: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
! 1790: methods 2. @static:method[params] (only static keyword could be
! 1791: used here) -- for specified methods
! 1792:
! 1793: * src/main/pa_common.C: - junction points should not be deleted on
! 1794: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
! 1795: cleanup
! 1796:
! 1797: 2010-07-03 misha
! 1798:
! 1799: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
! 1800: results/158.processed, results/160.processed,
! 1801: results/161.processed, results/162.processed,
! 1802: results/163.processed: - prepare tests to trim trailing methods'
! 1803: EOLs
! 1804:
! 1805: * tests/results/169.processed: - prepare tests to trim trailing
! 1806: methods' EOLs
! 1807:
! 1808: * tests/results/: 168.processed, 169.processed: - prepare tests to
! 1809: trim trailing methods' EOLs
! 1810:
! 1811: * tests/: results/170.processed, results/167.processed,
! 1812: results/168.processed, results/169.processed, 167.html, 168.html,
! 1813: 169.html: - prepare tests to trim trailing methods' EOLs
! 1814:
! 1815: * tests/: results/170.processed, results/171.processed,
! 1816: results/172.processed, results/173.processed,
! 1817: results/174.processed, results/175.processed, 170.html, 171.html,
! 1818: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
! 1819: trailing methods' EOLs
! 1820:
! 1821: * tests/: results/176.processed, results/180.processed,
! 1822: results/184.processed, results/185.processed,
! 1823: results/191.processed, results/192.processed,
! 1824: results/196.processed, results/197.processed,
! 1825: results/198.processed, 176.html, 180.html, 184.html, 185.html,
! 1826: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
! 1827: to trim trailing methods' EOLs
! 1828:
! 1829: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
! 1830: results/199.processed, results/208.processed,
! 1831: results/209.processed, results/213.processed,
! 1832: results/214.processed: - prepare tests to trim trailing methods'
! 1833: EOLs
! 1834:
! 1835: 2010-06-29 misha
! 1836:
! 1837: * tests/: 220.html, 218.html, results/218.processed,
! 1838: results/215.processed, results/217.processed, 215.html, 217.html:
! 1839: - prepare tests to trim trailing methods' EOLs
! 1840:
! 1841: * tests/: results/224.processed, 224.html, 223.html,
! 1842: results/223.processed, results/220.processed: - prepare tests to
! 1843: trim trailing methods' EOLs
! 1844:
! 1845: * tests/results/: 226.processed, 230.processed: - prepare tests to
! 1846: trim trailing methods' EOLs
! 1847:
! 1848: * tests/: 229.html, results/229.processed: - prepare tests to trim
! 1849: trailing methods' EOLs
! 1850:
! 1851: * tests/: 232.html, 235.html, results/232.processed,
! 1852: results/235.processed, 226.html, 227.html, 228.html, 230.html,
! 1853: results/226.processed, results/227.processed,
! 1854: results/228.processed, results/230.processed: - prepare tests to
! 1855: trim trailing methods' EOLs
! 1856:
! 1857: 2010-06-16 moko
! 1858:
! 1859: * tests/: 229.html, results/229.processed: elseif now supported in
! 1860: ^if
! 1861:
! 1862: * src/classes/op.C: new feature: #56 elseif now supported in ^if
! 1863:
! 1864: 2010-06-03 misha
! 1865:
! 1866: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
! 1867: instead of memcopy for overlaped regions
! 1868:
! 1869: 2010-05-25 misha
! 1870:
! 1871: * src/main/pa_common.C: - wanring about unused vars was removed
! 1872:
! 1873: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
! 1874: get_method_filename was moved to execute.C
! 1875:
! 1876: 2010-05-23 misha
! 1877:
! 1878: * src/main/pa_request.C: - more accurate detection of method's file
! 1879:
! 1880: 2010-05-22 misha
! 1881:
! 1882: * src/classes/reflection.C: - bugfix: core during detection of
! 1883: .file if filespec isn't detected successfully
! 1884:
! 1885: 2010-05-20 misha
! 1886:
! 1887: * src/main/pa_request.C: - fix in get_method_filename
! 1888:
! 1889: * src/include/pa_request.h: - new feature: #24 -- searching
! 1890: included file in @USE/^use is changed. if its filespec doesn't
! 1891: start from '/' it will be searched in caller file directory
! 1892:
! 1893: * src/classes/reflection.C: - ^reflection:method_info returns file
! 1894: where the method is defined
! 1895:
! 1896: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
! 1897: classes/op.C: - new feature: #24 -- searching included file in
! 1898: @USE/^use is changed. if its filespec doesn't start from '/' it
! 1899: will be searched in caller file directory
! 1900:
! 1901: * src/: classes/file.C, include/pa_common.h: - method lastposafter
! 1902: is moved to pa_common.h
! 1903:
! 1904: 2010-05-18 misha
! 1905:
! 1906: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
! 1907: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
! 1908: cookie parser decode \uXXXX as well as %uXXXX
! 1909:
! 1910: 2010-05-17 misha
! 1911:
! 1912: * src/classes/curl.C: beauty: - unused param is removed in method
! 1913: _curl_version_action - some spaces were removed or replaced by
! 1914: tabs
! 1915:
! 1916: * src/classes/table.C: - bugfix: #72 core with empty value during
! 1917: ^table.hash[...;name_of_the_last_column][$.type[string]]
! 1918:
! 1919: 2010-05-16 misha
! 1920:
! 1921: * src/classes/curl.C: new: #61 more curl options were added
! 1922: (contributed by Sumo)
! 1923:
! 1924: 2010-04-29 pretender
! 1925:
! 1926: * src/main/pa_string.C: fixes #63 Split result from empty string
! 1927: now empty string.
! 1928:
! 1929: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
! 1930: string type.
! 1931:
! 1932: 2010-04-28 pretender
! 1933:
! 1934: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 1935: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
! 1936: macrodefinition removed
! 1937:
! 1938: 2010-04-19 pretender
! 1939:
! 1940: * src/main/execute.C: fixes #60 Stacktrace now contains info for
! 1941: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
! 1942:
! 1943: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
! 1944: fixes #64 Now file.missing exception generates in unsafe mode to.
! 1945:
! 1946: * src/classes/file.C: fixes #48 Now not throw "not save environment
! 1947: variable" exception in grpunlim version.
! 1948:
! 1949: 2010-04-05 misha
! 1950:
! 1951: * src/classes/string.C: - new feature: 4th param was added to
! 1952: match. if specified its value is returned in case of nothing was
! 1953: found
! 1954:
! 1955: 2010-04-01 misha
! 1956:
! 1957: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
! 1958: multiple execution of /a/b/auto.p
! 1959:
! 1960: 2010-03-19 misha
! 1961:
! 1962: * src/main/execute.C: - core in $table1.$table2 was fixed
! 1963:
! 1964: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
! 1965:
! 1966: 2010-01-27 misha
! 1967:
! 1968: * src/main/pa_common.C: - bugfix: there are no excaption.type if
! 1969: trying to open file by path /existing-file/non-exixting-file
! 1970:
! 1971: 2010-01-26 misha
! 1972:
! 1973: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
! 1974: was added (returns file)
! 1975:
! 1976: 2009-12-22 misha
! 1977:
! 1978: * src/classes/curl.C: - method 'option' was renamed to 'options' -
! 1979: now parser doesn't have class curl if it was built without it
! 1980:
! 1981: 2009-12-15 misha
! 1982:
! 1983: * configure.in: - little cheat with curl include dir was added
! 1984:
! 1985: 2009-12-05 misha
! 1986:
! 1987: * src/classes/curl.C: - some fixes
! 1988:
! 1989: 2009-12-04 misha
! 1990:
! 1991: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
! 1992: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
! 1993: buildall-with-xml, buildall-without-xml, configure.in: - curl
! 1994: class was added
! 1995:
! 1996: * src/include/pa_hash.h: - hash-iterator was added
! 1997:
! 1998: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
! 1999: was added to pcre
! 2000:
! 2001: 2009-11-27 misha
! 2002:
! 2003: * src/classes/image.C: - don't add @border attribute to output of
! 2004: ^image.html[] if it was specified by user with empty value
! 2005:
! 2006: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
! 2007: root element and we are trying to access .documentElement
! 2008:
! 2009: 2009-11-11 misha
! 2010:
! 2011: * src/classes/table.C: - in ^table.flip[] look at number of columns
! 2012: instead of number of items in first row for named tables
! 2013:
! 2014: 2009-11-10 misha
! 2015:
! 2016: * operators.txt: - info about hash-options in ^file::create was
! 2017: added
! 2018:
! 2019: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
! 2020: added
! 2021:
! 2022: 2009-11-09 misha
! 2023:
! 2024: * buildall-with-xml: - moving to libxml 2.7.6
! 2025:
! 2026: * tests/236.html: - tests for comparations cords with functions
! 2027: were added
! 2028:
! 2029: * src/include/pa_string.h: - optimisation: cacheing of cstr was
! 2030: added
! 2031:
! 2032: * src/main/pa_http.C: - little optimisation
! 2033:
! 2034: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
! 2035: GPF mallocs + stringstream (table.save)
! 2036:
! 2037: * src/classes/file.C: - file::create now accepts 4th param: options
! 2038: with $.charset
! 2039:
! 2040: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
! 2041: bug in cord (comparation cords with functions was buggy)
! 2042:
! 2043: 2009-11-06 misha
! 2044:
! 2045: * src/main/pa_string.C: - bugfix: calculation string.length
! 2046: sometimes was buggy
! 2047:
! 2048: * src/classes/string.C: - bugfix: Temp_value_element wasn't
! 2049: destroyed if exception occured during match/replace
! 2050:
! 2051: * src/: main/pa_charset.C, include/pa_charset.h: - method
! 2052: lengthUTF8Char was added
! 2053:
! 2054: * src/classes/op.C: - clean tainting lang was added for user's
! 2055: usage
! 2056:
! 2057: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
! 2058: fixed: checkouts are required after GC_MALLOC
! 2059:
! 2060: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
! 2061:
! 2062: * operators.txt: - actually, there is no ^untaint[xml] in
! 2063: file::create
! 2064:
! 2065: 2009-10-15 misha
! 2066:
! 2067: * tests/: 235.html, 235_attach.txt: - tests for preparing email
! 2068: were added
! 2069:
! 2070: * tests/234.html: - more tests for checking ^taint[uri] escaping
! 2071: were added
! 2072:
! 2073: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
! 2074: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
! 2075: hacking: for dealing with transcoding+^taint[uri]
! 2076: transcode_and_untaint was replaced by untaint_and_transcode
! 2077:
! 2078: 2009-10-13 misha
! 2079:
! 2080: * tests/: 121.html, results/121.processed: - test transcoding +
! 2081: url-escaping now
! 2082:
! 2083: * tests/results/auto.p: - more helpers' methods were added
! 2084:
! 2085: * src/main/pa_globals.C: - die instead of abort
! 2086:
! 2087: 2009-10-06 misha
! 2088:
! 2089: * src/main/pa_common.C: - don't allocate memory during
! 2090: capitalization if input string is already capitalized
! 2091:
! 2092: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
! 2093:
! 2094: * src/targets/: cgi/parser3.C, apache13core/mod_parser3_core.C: -
! 2095: pass pre-capitalized headers - don't use format function because
! 2096: it calls malloc
! 2097:
! 2098: * src/include/pa_common.h: - more capitalized headers were added
! 2099:
! 2100: * src/main/pa_common.C: - in safe mode clear executable bits during
! 2101: file writing
! 2102:
! 2103: 2009-10-05 misha
! 2104:
! 2105: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
! 2106:
! 2107: 2009-10-03 misha
! 2108:
! 2109: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
! 2110: ^img.text[] & ^img.length[] can work in utf-8 now
! 2111:
! 2112: * src/: include/pa_charset.h, main/pa_charset.C: - class
! 2113: UTF8_string_iterator was added
! 2114:
! 2115: * src/classes/image.C: - respect utf-8 when calculate alphabet
! 2116: length
! 2117:
! 2118: * src/classes/mail.C: - check from before get message.cstr
! 2119:
! 2120: 2009-10-02 misha
! 2121:
! 2122: * tests/233.html: - test for image.font, image.length, image.text
! 2123: with text in utf-8 were added
! 2124:
! 2125: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
! 2126:
! 2127: * buildall-with-xml, buildall-without-xml: - comment about gc
! 2128: version for freebsd 4 was added
! 2129:
! 2130: 2009-10-01 misha
! 2131:
! 2132: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
! 2133: terminator) - read_pipe were slightly optimized
! 2134:
! 2135: 2009-09-28 misha
! 2136:
! 2137: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
! 2138: removed
! 2139:
! 2140: * src/types/pa_vmail.C: - forgot about space after ':'
! 2141:
! 2142: * src/types/pa_vmail.C: - escape filenames while preparing mail
! 2143: body - small simplifications
! 2144:
! 2145: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
! 2146: inout params like pa_base64
! 2147:
! 2148: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
! 2149: option $.debug-print(1) was added to mail:send - changes for
! 2150: using uue_encode which uses less memory
! 2151:
! 2152: * src/main/pa_common.C: - pa_base64_encode uses less memory now
! 2153:
! 2154: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
! 2155: memory now
! 2156:
! 2157: 2009-09-26 misha
! 2158:
! 2159: * src/types/pa_vmail.C: - default encoding now is base64
! 2160:
! 2161: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
! 2162:
! 2163: 2009-09-25 misha
! 2164:
! 2165: * src/types/pa_vmail.C: - capitalization of headers was added to
! 2166: sending mail as well
! 2167:
! 2168: * buildall-with-xml: - catalog package was removed from libxml
! 2169:
! 2170: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
! 2171: win32 absolute path
! 2172:
! 2173: * src/include/pa_common.h: - one more capitalized header was added
! 2174:
! 2175: 2009-09-22 misha
! 2176:
! 2177: * INSTALL: - comment about building just httpd binary while
! 2178: building apache module was added
! 2179:
! 2180: * src/targets/apache13/p3runConfigure.in: - INCLUDES added so
! 2181: problem with finding pa_httpd.h should be fixed now
! 2182:
! 2183: 2009-09-21 misha
! 2184:
! 2185: * buildall-with-xml: - moving to the latest versions of xml libs:
! 2186: libxml 2.7.4 and libxslt 1.1.25
! 2187:
! 2188: 2009-09-20 misha
! 2189:
! 2190: * src/targets/apache13/p3runConfigure.in: - path fo pcre libs was
! 2191: fixed
! 2192:
! 2193: 2009-09-19 misha
! 2194:
! 2195: * tests/231.html: - test for encoding cookie in win-1251
! 2196:
! 2197: 2009-09-18 misha
! 2198:
! 2199: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
! 2200: object] were added
! 2201:
! 2202: * operators.txt: - info about method ^reflection:fields[class or
! 2203: object] was added
! 2204:
! 2205: * src/classes/reflection.C: - method ^reflection:fields[class or
! 2206: object] was added
! 2207:
! 2208: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
! 2209: methods get_fields were added
! 2210:
! 2211: * tests/232.html: - tests for @GET[name]
! 2212:
! 2213: * src/classes/table.C: - some changes in handling hash-options for
! 2214: creare, join and locate
! 2215:
! 2216: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
! 2217: defined with option: the type of requested value
! 2218:
! 2219: 2009-09-17 misha
! 2220:
! 2221: * tests/212.html: - tests for .pattern and .options were added
! 2222:
! 2223: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
! 2224: $regex.options were added
! 2225:
! 2226: 2009-09-11 misha
! 2227:
! 2228: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
! 2229: rewrited. it checks not just one case of sending cookies during
! 2230: file::load[http], but also sending headers and fields (including
! 2231: files)
! 2232:
! 2233: 2009-09-10 misha
! 2234:
! 2235: * src/main/untaint.C: - workaround in file-spec lang for old Macs
! 2236: was removed => now parser can open files with Russian 'r' in
! 2237: filename
! 2238:
! 2239: * src/main/untaint.C: - bugfix: client charset whould be analized
! 2240: while escaping cookies but now source charset
! 2241:
! 2242: * src/main/pa_http.C: - bugfix: the values of http headers didn't
! 2243: ^tainted[uri] so it was possible to make request with incorrect
! 2244: http header
! 2245:
! 2246: * src/main/pa_http.C: - capitalization of http headers during
! 2247: file::load[http was slightly changes - bugfix: all headers which
! 2248: parser sends during file::load[http should be transcoded and only
! 2249: then escaped
! 2250:
! 2251: * src/main/untaint.C: - a bit more comments were added
! 2252:
! 2253: * src/classes/: file.C, string.C: - types where changes (minus 2
! 2254: warnings)
! 2255:
! 2256: * src/include/pa_common.h: - 2 capitalized strings for making http
! 2257: headers during file::load[http were added
! 2258:
! 2259: 2009-09-08 misha
! 2260:
! 2261: * operators.txt: - changes in file.save and string.save were added
! 2262:
! 2263: * tests/: 230.html, 230.txt: - tests for checking options in
! 2264: file.save and string.save were added
! 2265:
! 2266: * src/main/pa_request.C: - http headers names, which are passed to
! 2267: SAPI::add_header_attribute are lowercased now (it'll be
! 2268: capitalized in that method)
! 2269:
! 2270: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
! 2271: classes/string.C: - file_write accepts Request_charsets and asked
! 2272: charset and cound transcode content before writing - string.save
! 2273: and file.save have option $.charset now
! 2274:
! 2275: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
! 2276: classes/xdoc.C: - file_write accepts Request_charsets and asked
! 2277: charset and cound transcode content before writing
! 2278:
! 2279: * src/include/pa_exception.h: - new exception comment string was
! 2280: defined
! 2281:
! 2282: 2009-09-07 misha
! 2283:
! 2284: * src/main/compile.y: - grammar $name\ name stops now for regex
! 2285: sub-pattern\s
! 2286:
! 2287: 2009-09-04 misha
! 2288:
! 2289: * src/main/pa_http.C: - capitalization of http headers during
! 2290: file::load[http was implemented
! 2291:
! 2292: 2009-09-03 misha
! 2293:
! 2294: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
! 2295: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
! 2296: types/pa_vmail.C, targets/apache13core/mod_parser3_core.C,
! 2297: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: - back to
! 2298: storing response http headers in lowercase - capitalize them
! 2299: during output
! 2300:
! 2301: 2009-08-31 misha
! 2302:
! 2303: * src/classes/table.C: - allow call with any brackets (it could be
! 2304: useful in methods with explict result declaration)
! 2305:
! 2306: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
! 2307: correctly if $request:charset==koi8-r
! 2308:
! 2309: 2009-08-30 misha
! 2310:
! 2311: * src/: include/pa_common.h, main/pa_request.C: - http headers were
! 2312: changed: content-type => Content-type and so on
! 2313:
! 2314: * src/classes/file.C, src/include/pa_common.h,
! 2315: src/include/pa_request.h, src/main/pa_http.C,
! 2316: src/main/pa_request.C, src/types/pa_vcookie.C,
! 2317: src/types/pa_vmail.C,
! 2318: src/targets/apache13core/mod_parser3_core.C,
! 2319: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 2320: tests/results/001.processed, tests/results/002.processed,
! 2321: tests/results/003.processed, tests/results/004.processed,
! 2322: tests/results/005.processed, tests/results/006.processed,
! 2323: tests/results/007.processed, tests/results/008.processed,
! 2324: tests/results/009.processed, tests/results/010.processed,
! 2325: tests/results/011.processed, tests/results/012.processed,
! 2326: tests/results/013.processed, tests/results/014.processed,
! 2327: tests/results/015.processed, tests/results/016.processed,
! 2328: tests/results/017.processed, tests/results/018.processed,
! 2329: tests/results/019.processed, tests/results/020.processed,
! 2330: tests/results/021.processed, tests/results/022.processed,
! 2331: tests/results/023.processed, tests/results/024.processed,
! 2332: tests/results/025.processed, tests/results/026.processed,
! 2333: tests/results/027.processed, tests/results/028.processed,
! 2334: tests/results/029.processed, tests/results/030.processed,
! 2335: tests/results/031.processed, tests/results/032.processed,
! 2336: tests/results/033.processed, tests/results/034.processed,
! 2337: tests/results/035.processed, tests/results/036.processed,
! 2338: tests/results/037.processed, tests/results/038.processed,
! 2339: tests/results/039.processed, tests/results/040.processed,
! 2340: tests/results/041.processed, tests/results/042.processed,
! 2341: tests/results/043.processed, tests/results/044.processed,
! 2342: tests/results/045.processed, tests/results/046.processed,
! 2343: tests/results/047.processed, tests/results/048.processed,
! 2344: tests/results/049.processed, tests/results/050.processed,
! 2345: tests/results/051.processed, tests/results/052.processed,
! 2346: tests/results/053.processed, tests/results/054.processed,
! 2347: tests/results/055.processed, tests/results/056.processed,
! 2348: tests/results/057.processed, tests/results/058.processed,
! 2349: tests/results/059.processed, tests/results/060.processed,
! 2350: tests/results/061.processed, tests/results/062.processed,
! 2351: tests/results/063.processed, tests/results/064.processed,
! 2352: tests/results/065.processed, tests/results/066.processed,
! 2353: tests/results/067.processed, tests/results/068.processed,
! 2354: tests/results/069.processed, tests/results/070.processed,
! 2355: tests/results/071.processed, tests/results/072.processed,
! 2356: tests/results/073.processed, tests/results/074.processed,
! 2357: tests/results/075.processed, tests/results/076.processed,
! 2358: tests/results/077.processed, tests/results/078.processed,
! 2359: tests/results/079.processed, tests/results/080.processed,
! 2360: tests/results/081.processed, tests/results/082.processed,
! 2361: tests/results/083.processed, tests/results/084.processed,
! 2362: tests/results/085.processed, tests/results/086.processed,
! 2363: tests/results/087.processed, tests/results/088.processed,
! 2364: tests/results/089.processed, tests/results/090.processed,
! 2365: tests/results/091.processed, tests/results/092.processed,
! 2366: tests/results/093.processed, tests/results/094.processed,
! 2367: tests/results/095.processed, tests/results/096.processed,
! 2368: tests/results/097.processed, tests/results/098.processed,
! 2369: tests/results/099.processed, tests/results/100.processed,
! 2370: tests/results/101.processed, tests/results/102.processed,
! 2371: tests/results/103.processed, tests/results/104.processed,
! 2372: tests/results/105.processed, tests/results/106.processed,
! 2373: tests/results/107.processed, tests/results/108.processed,
! 2374: tests/results/109.processed, tests/results/110.processed,
! 2375: tests/results/111.processed, tests/results/112.processed,
! 2376: tests/results/113.processed, tests/results/114.processed,
! 2377: tests/results/115.processed, tests/results/116.processed,
! 2378: tests/results/117.processed, tests/results/118.processed,
! 2379: tests/results/119.processed, tests/results/120.processed,
! 2380: tests/results/121.processed, tests/results/122.processed,
! 2381: tests/results/123.processed, tests/results/124.processed,
! 2382: tests/results/125.processed, tests/results/126.processed,
! 2383: tests/results/127.processed, tests/results/128.processed,
! 2384: tests/results/129.processed, tests/results/130.processed,
! 2385: tests/results/131.processed, tests/results/132.processed,
! 2386: tests/results/133.processed, tests/results/134.processed,
! 2387: tests/results/135.processed, tests/results/136.processed,
! 2388: tests/results/138.processed, tests/results/139.processed,
! 2389: tests/results/140.processed, tests/results/141.processed,
! 2390: tests/results/142.processed, tests/results/143.processed,
! 2391: tests/results/144.processed, tests/results/145.processed,
! 2392: tests/results/146.processed, tests/results/147.processed,
! 2393: tests/results/148.processed, tests/results/149.processed,
! 2394: tests/results/150.processed, tests/results/151.processed,
! 2395: tests/results/152.processed, tests/results/153.processed,
! 2396: tests/results/154.processed, tests/results/155.processed,
! 2397: tests/results/156.processed, tests/results/157.processed,
! 2398: tests/results/158.processed, tests/results/159.processed,
! 2399: tests/results/160.processed, tests/results/161.processed,
! 2400: tests/results/162.processed, tests/results/163.processed,
! 2401: tests/results/164.processed, tests/results/165.processed,
! 2402: tests/results/166.processed, tests/results/167.processed,
! 2403: tests/results/168.processed, tests/results/169.processed,
! 2404: tests/results/170.processed, tests/results/171.processed,
! 2405: tests/results/172.processed, tests/results/173.processed,
! 2406: tests/results/174.processed, tests/results/175.processed,
! 2407: tests/results/176.processed, tests/results/177.processed,
! 2408: tests/results/178.processed, tests/results/179.processed,
! 2409: tests/results/180.processed, tests/results/181.processed,
! 2410: tests/results/182.processed, tests/results/183.processed,
! 2411: tests/results/184.processed, tests/results/185.processed,
! 2412: tests/results/186.processed, tests/results/187.processed,
! 2413: tests/results/188.processed, tests/results/189.processed,
! 2414: tests/results/190.processed, tests/results/191.processed,
! 2415: tests/results/192.processed, tests/results/193.processed,
! 2416: tests/results/194.processed, tests/results/195.processed,
! 2417: tests/results/196.processed, tests/results/197.processed,
! 2418: tests/results/198.processed, tests/results/199.processed,
! 2419: tests/results/200.processed, tests/results/201.processed,
! 2420: tests/results/202.processed, tests/results/203.processed,
! 2421: tests/results/204.processed, tests/results/205.processed,
! 2422: tests/results/206.processed, tests/results/207.processed,
! 2423: tests/results/208.processed, tests/results/209.processed,
! 2424: tests/results/210.processed, tests/results/211.processed,
! 2425: tests/results/212.processed, tests/results/213.processed,
! 2426: tests/results/214.processed, tests/results/215.processed,
! 2427: tests/results/216.processed, tests/results/217.processed,
! 2428: tests/results/218.processed, tests/results/219.processed,
! 2429: tests/results/220.processed, tests/results/221.processed,
! 2430: tests/results/222.processed, tests/results/223.processed,
! 2431: tests/results/224.processed, tests/results/225.processed,
! 2432: tests/results/226.processed, tests/results/227.processed,
! 2433: tests/results/228.processed, tests/results/229.processed: - http
! 2434: headers were changed: content-type => Content-type and so on
! 2435:
! 2436: 2009-08-27 misha
! 2437:
! 2438: * src/: main/pa_random.C, include/pa_random.h,
! 2439: targets/cgi/parser3.C: - year was updated :)
! 2440:
! 2441: 2009-08-26 misha
! 2442:
! 2443: * tests/: 224.html, 224.p: - test for creating of parser object
! 2444: using constructor without params - little bugfix in test
! 2445:
! 2446: * src/main/compile_tools.h: - bugfix: should't call autouse while
! 2447: checking existed class while processing partial option
! 2448:
! 2449: * src/classes/reflection.C: - bugfix: core when creating object
! 2450: with reflection and constructor doesn't have params
! 2451:
! 2452: 2009-08-24 misha
! 2453:
! 2454: * tests/229.html: - tests for checking the number of parameters
! 2455: were added
! 2456:
! 2457: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
! 2458: number of method's parameters wasn't checked correctly (the bug
! 2459: was introduced in 3.4.0)
! 2460:
! 2461: 2009-08-22 misha
! 2462:
! 2463: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
! 2464: transcoded, but tainted pieces are escaped only when
! 2465: content-type==url-encoding
! 2466:
! 2467: * tests/228.html: - test for checking
! 2468: ^file::load[http://...;$.body[]]
! 2469:
! 2470: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
! 2471: post charset was too early (charsets is empty at this moment)
! 2472:
! 2473: 2009-08-21 misha
! 2474:
! 2475: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
! 2476: main/untaint.C: - some fixes with transcode+untaint
! 2477:
! 2478: 2009-08-15 misha
! 2479:
! 2480: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
! 2481: was increaced to 100 (was 50)
! 2482:
! 2483: * tests/227.html: - test for checking overriding properties in
! 2484: static classes was added
! 2485:
! 2486: * tests/: 226.html, 226.p: - test for @autoload[] was added
! 2487:
! 2488: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
! 2489: main/execute.C, main/pa_request.C, classes/reflection.C: -
! 2490: autouse was implemented
! 2491:
! 2492: 2009-08-14 misha
! 2493:
! 2494: * src/classes/reflection.C: - outdated checkout was removed
! 2495:
! 2496: * src/classes/reflection.C: - optimization - method ^dynamical was
! 2497: added.
! 2498:
! 2499: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
! 2500: types/pa_vstateless_class.h, main/execute.C: - optimization
! 2501:
! 2502: * src/types/pa_vclass.C: - exception if base on sytem class
! 2503:
! 2504: 2009-08-12 misha
! 2505:
! 2506: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
! 2507: pa_vstateless_class.h: - little optimisation
! 2508:
! 2509: 2009-08-11 misha
! 2510:
! 2511: * tests/224.html: - method_params => method_info - checking for
! 2512: $.inherited
! 2513:
! 2514: * src/classes/reflection.C, operators.txt: - method method_params
! 2515: was renamed to method_info and now it returns class name, if
! 2516: method was defined in ancestor
! 2517:
! 2518: * tests/225.html: - tests for cheching properties in hierarhical
! 2519: classes were added
! 2520:
! 2521: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
! 2522: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 2523: main/compile.y, main/execute.C, classes/classes.C: - problems
! 2524: with properties in new classes implementation were fixed
! 2525:
! 2526: 2009-08-10 misha
! 2527:
! 2528: * src/main/execute.C: - now constructor shouldn't be defined in
! 2529: class. it could be defined in parent.
! 2530:
! 2531: 2009-08-09 misha
! 2532:
! 2533: * src/classes/reflection.C: - ^reflection:methods doesn't return
! 2534: base's methods
! 2535:
! 2536: 2009-08-08 misha
! 2537:
! 2538: * src/: classes/classes.h, classes/date.C, classes/file.C,
! 2539: classes/form.C, classes/hash.C, classes/hashfile.C,
! 2540: classes/image.C, classes/mail.C, classes/op.C,
! 2541: classes/reflection.C, classes/regex.C, classes/string.C,
! 2542: classes/table.C, classes/xdoc.C, classes/xnode.C,
! 2543: classes/xnode.h, include/pa_hash.h, main/execute.C,
! 2544: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
! 2545: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 2546: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 2547: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 2548: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
! 2549: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 2550: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 2551: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 2552: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
! 2553: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
! 2554: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
! 2555: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 2556: types/pa_vresponse.C, types/pa_vresponse.h,
! 2557: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 2558: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 2559: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
! 2560: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
! 2561: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 2562: types/pa_wwrapper.h, types/types.vcproj: - new classes
! 2563: implementation
! 2564:
! 2565: * buildall-with-xml, buildall-without-xml: - gc has a bug if
! 2566: USE_MUNMAP is used. so it is disabled as a workaround.
! 2567:
! 2568: 2009-08-05 misha
! 2569:
! 2570: * src/: main/pa_common.C, include/pa_common.h: - not needed
! 2571: parameter was removed
! 2572:
! 2573: * src/main/pa_http.C: - bugfix: error was during detecting
! 2574: content-type of file which was loaded by http
! 2575:
! 2576: 2009-08-01 misha
! 2577:
! 2578: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
! 2579: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
! 2580: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
! 2581: can't be disabled with defines any longer
! 2582:
! 2583: 2009-07-29 misha
! 2584:
! 2585: * src/classes/reflection.C, tests/results/224.processed: - for
! 2586: native methods with any call type now returned empty call_type
! 2587: value
! 2588:
! 2589: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
! 2590: classes/table.C, include/pa_hash.h, include/pa_request.h,
! 2591: main/pa_request.C: - break in cycles was optimized
! 2592:
! 2593: * INSTALL: - more defines were described
! 2594:
! 2595: 2009-07-28 misha
! 2596:
! 2597: * operators.txt: - some changes in information about reflection
! 2598: class
! 2599:
! 2600: * tests/: 224.html, 224.p: - tests for reflection class
! 2601:
! 2602: * src/classes/reflection.C: - some bugs were fixed, method classes
! 2603: was added, refactoring
! 2604:
! 2605: 2009-07-26 misha
! 2606:
! 2607: * src/classes/classes.vcproj: - reflection class wass added to
! 2608: project
! 2609:
! 2610: * operators.txt: - information about reflection class was added
! 2611:
! 2612: * src/classes/reflection.C: - class was redesigned
! 2613:
! 2614: 2009-07-24 misha
! 2615:
! 2616: * src/classes/: Makefile.am, reflection.C: - class reflection was
! 2617: added
! 2618:
! 2619: * src/types/pa_vstateless_class.h: - method for reflection method's
! 2620: in classes was added
! 2621:
! 2622: 2009-07-22 misha
! 2623:
! 2624: * src/main/compile_tools.h: - bugfix: $object.$var was
! 2625: over-optimized. it failed if $object1.$object2.field
! 2626:
! 2627: 2009-07-16 misha
! 2628:
! 2629: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
! 2630: lib/cord/cordxtra.c, lib/cord/include/cord.h,
! 2631: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
! 2632: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
! 2633: one more arg: length of cord
! 2634:
! 2635: 2009-07-15 misha
! 2636:
! 2637: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
! 2638: tainted in ^file::load[http://...;$.cookies[]]
! 2639:
! 2640: * src/classes/: op.C, regex.C, string.C: - new string with
! 2641: exception was used
! 2642:
! 2643: * src/include/pa_exception.h: - new string with exception was added
! 2644:
! 2645: * tests/223.html: - test for checking cookie-encoding during
! 2646: ^file::load[http was added
! 2647:
! 2648: * tests/: 221.html, 222.html: - tests for checking type of
! 2649: $table.fields.field were added
! 2650:
! 2651: * src/types/pa_vtable.C: - not used var decl was removed
! 2652:
! 2653: * src/include/pa_string.h: - use cached string length in Body::mid.
! 2654: it improves speed of match with brackets in pattern
! 2655:
! 2656: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
! 2657: outside
! 2658:
! 2659: 2009-07-14 misha
! 2660:
! 2661: * src/types/pa_vtable.C: - $table.fields.a return string even if
! 2662: column is empty (sometime returned void) - $table.fields was
! 2663: added for nameless tables
! 2664:
! 2665: * src/targets/cgi/getopt.c: - one warning resolved
! 2666:
! 2667: * src/main/pa_string.C: - potentian bug fixed
! 2668:
! 2669: * src/classes/op.C: - small optimization in taint/untaint
! 2670:
! 2671: 2009-07-13 misha
! 2672:
! 2673: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
! 2674: added
! 2675:
! 2676: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
! 2677: souldn't add the attribut to output
! 2678:
! 2679: 2009-07-11 misha
! 2680:
! 2681: * src/targets/: apache13/ApacheModuleParser3.vcproj,
! 2682: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: - stack size was
! 2683: increaced to 2MB (default=1MB)
! 2684:
! 2685: 2009-07-08 misha
! 2686:
! 2687: * src/main/pa_string.C: - link to UTF-8 description was added
! 2688:
! 2689: * src/include/pa_hash.h: - hash keeps element's order in more
! 2690: places (ex: ._keys[])
! 2691:
! 2692: * tests/220.html: - test for checking order of elements in hash in
! 2693: foreach was added
! 2694:
! 2695: * tests/172.html: - small changes in printing hash
! 2696:
! 2697: * tests/129.html: - small changes in printing hash
! 2698:
! 2699: * src/: include/pa_common.h, include/pa_hash.h,
! 2700: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
! 2701: types/pa_vmethod_frame.h: - hash now keeps order of elements
! 2702:
! 2703: * tests/014.html: - small changes in printing hash
! 2704:
! 2705: 2009-07-07 misha
! 2706:
! 2707: * src/classes/op.C: - new taint language "parser-code" was added
! 2708:
! 2709: * tests/219.html: - test for auto untaint parser code in process
! 2710: was added
! 2711:
! 2712: * src/classes/op.C: - tainted pieces in body of process are
! 2713: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
! 2714:
! 2715: * src/: include/pa_string.h, main/untaint.C: - new language
! 2716: L_PARSER_CODE for auto-untaint in process was added
! 2717:
! 2718: * src/: classes/file.C, classes/hash.C, classes/image.C,
! 2719: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
! 2720: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
! 2721: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
! 2722: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
! 2723: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
! 2724: code cleanup
! 2725:
! 2726: 2009-07-06 misha
! 2727:
! 2728: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
! 2729: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
! 2730: deleted. taint_cstr[m] and untaint_cstr[m] should be used
! 2731:
! 2732: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
! 2733: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
! 2734: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
! 2735: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
! 2736: should be used
! 2737:
! 2738: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
! 2739: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
! 2740: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
! 2741: untaint_cstr[m] should be used
! 2742:
! 2743: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
! 2744: deleted. taint_cstr[m] and untaint_cstr[m] should be used
! 2745:
! 2746: * tests/218.html: - test for checking automatic file-spec-taint was
! 2747: added
! 2748:
! 2749: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
! 2750: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
! 2751: classes/file.C, classes/hash.C, classes/image.C,
! 2752: classes/string.C, classes/table.C, classes/void.C,
! 2753: classes/xdoc.C: - optimizations and simplification of
! 2754: string.cstr(...)
! 2755:
! 2756: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
! 2757: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
! 2758: - optimizations and simplification of string.cstr(...)
! 2759:
! 2760: 2009-07-04 misha
! 2761:
! 2762: * tests/217.html: - test for recursion detection was added
! 2763:
! 2764: * src/: types/types.vcproj, main/main.vcproj,
! 2765: classes/classes.vcproj,
! 2766: targets/apache13/ApacheModuleParser3.vcproj,
! 2767: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 2768: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: -
! 2769: RuntimeTypeInfo was removed from .vcproj
! 2770:
! 2771: * src/types/pa_wwrapper.h: - dynamic_cast was removed
! 2772:
! 2773: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
! 2774: uploading files and case-insensitive http-method were added
! 2775:
! 2776: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
! 2777: tainted pattern in ^file:list[] was added
! 2778:
! 2779: 2009-07-03 misha
! 2780:
! 2781: * src/: classes/classes.vcproj, main/main.vcproj,
! 2782: types/types.vcproj, targets/cgi/parser3.vcproj,
! 2783: targets/apache13/ApacheModuleParser3.vcproj,
! 2784: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 2785: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
! 2786: for dynamic_cast) - little options changes
! 2787:
! 2788: * src/main/pa_http.C: - file::load[http works now with uploading
! 2789: files _and_ changing $.charset
! 2790:
! 2791: 2009-06-29 misha
! 2792:
! 2793: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
! 2794: while creating pattern
! 2795:
! 2796: 2009-06-25 misha
! 2797:
! 2798: * src/classes/image.C, operators.txt: - options' names for
! 2799: ^image.font were changed to $.space, $.width and $spacing -
! 2800: default space width now == gif's width
! 2801:
! 2802: 2009-06-24 misha
! 2803:
! 2804: * tests/215.html: - tests for $file.mode were added
! 2805:
! 2806: * operators.txt: - added info about $file.mode and changes in
! 2807: ^image.font[
! 2808:
! 2809: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
! 2810: param now could be omited - third param now could be hash (with
! 2811: all widths options: $.space-width, $.letter-width) - it's
! 2812: possible to specify tracking ($.letter-space)
! 2813:
! 2814: * src/classes/file.C: - file objects now could have mode field
! 2815: (text|binary)
! 2816:
! 2817: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
! 2818:
! 2819: 2009-06-23 misha
! 2820:
! 2821: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
! 2822: trim can work with utf-8 chars now
! 2823:
! 2824: 2009-06-20 misha
! 2825:
! 2826: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
! 2827: was implemented
! 2828:
! 2829: * src/classes/table.C: - string length cacheing was implemented
! 2830:
! 2831: * src/include/pa_string.h: - string length cacheing was implemented
! 2832:
! 2833: 2009-06-17 misha
! 2834:
! 2835: * src/main/execute.C: - value param was removed from
! 2836: WContext::WContext
! 2837:
! 2838: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
! 2839: pa_wwrapper.h: - value param was removed from WContext::WContext
! 2840: - field wcontext was removed from VCodeFrame (using fparent
! 2841: instead)
! 2842:
! 2843: * tests/214.html: - test with hash copying
! 2844:
! 2845: 2009-06-16 misha
! 2846:
! 2847: * tests/: 062.html, results/062.processed: - evaluation hardcoded
! 2848: strings doesn't work in expression anymore
! 2849:
! 2850: * src/main/execute.C: - less calls for get_constructing() - little
! 2851: refactoring
! 2852:
! 2853: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
! 2854: include/pa_request.h: - less calls for get_constructing()
! 2855:
! 2856: * src/classes/: hash.C, hashfile.C: - fixed bug which was
! 2857: introduced with OPTIMIZE_SINGLE_STRING optimization
! 2858:
! 2859: 2009-06-14 misha
! 2860:
! 2861: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 2862: classes/hashfile.C, classes/image.C, classes/regex.C,
! 2863: classes/table.C, classes/xdoc.C, classes/xnode.h,
! 2864: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
! 2865: types/pa_vstateless_class.h, main/execute.C: - create object for
! 2866: storing object's fields only for parser objects
! 2867:
! 2868: 2009-06-13 misha
! 2869:
! 2870: * buildall-with-xml, buildall-without-xml: - new option was added
! 2871: for building GC (it slightly reduces memory usage)
! 2872:
! 2873: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
! 2874: single string write
! 2875:
! 2876: * src/main/execute.C: - bytecode optimization of ^class:constructor
! 2877: - optimization of single string write
! 2878:
! 2879: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
! 2880: - bytecode optimization of ^class:constructor
! 2881:
! 2882: 2009-06-09 misha
! 2883:
! 2884: * src/targets/cgi/parser3.C: - type size_t was changed to int in
! 2885: main (better compatibility)
! 2886:
! 2887: 2009-06-08 misha
! 2888:
! 2889: * src/main/compile.y: - I've forgot to commit it :(
! 2890:
! 2891: 2009-06-07 misha
! 2892:
! 2893: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
! 2894: WITH_READ and WITH_ROOT
! 2895:
! 2896: * src/main/: compile.y, compile_tools.C, compile_tools.h,
! 2897: execute.C: - more optimizations for WITH_SELF, WITH_READ and
! 2898: WITH_ROOT - little refactoring
! 2899:
! 2900: 2009-06-06 misha
! 2901:
! 2902: * tests/213.html: - tests for 3rd match string-param were added
! 2903:
! 2904: * src/classes/string.C: - 3rd match param could be string now
! 2905:
! 2906: * src/main/: compile.y, compile_tools.h: - much more bytecode's
! 2907: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
! 2908: GET_OBJECT_ELEMENT
! 2909:
! 2910: 2009-06-05 misha
! 2911:
! 2912: * src/main/pa_http.C: - bugfix: content-length was not calculated
! 2913: if $.body was specified
! 2914:
! 2915: 2009-06-04 misha
! 2916:
! 2917: * src/classes/op.C: - optimizing write_assign_lang in connect
! 2918:
! 2919: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
! 2920:
! 2921: * src/main/execute.C: - little refactoring - optimizing
! 2922: write_assign_lang in taint/untaint
! 2923:
! 2924: * src/include/pa_opcode.h: - little refactoring
! 2925:
! 2926: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
! 2927: main/compile_tools.h, main/execute.C: - optimizations for
! 2928: $self.field, ^self.method, $self.field[...] and $self.field(...)
! 2929: were added
! 2930:
! 2931: 2009-06-03 misha
! 2932:
! 2933: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
! 2934:
! 2935: 2009-06-02 misha
! 2936:
! 2937: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
! 2938: include/pa_opcode.h: - refactoring in last optimizations
! 2939: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
! 2940: now but code is much easy and it is ready for further
! 2941: improvements.
! 2942:
! 2943: 2009-05-27 misha
! 2944:
! 2945: * src/: types/pa_junction.h, types/pa_vjunction.C,
! 2946: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
! 2947: changed in destructing junctions
! 2948:
! 2949: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
! 2950: String:Body
! 2951:
! 2952: 2009-05-26 misha
! 2953:
! 2954: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
! 2955: one method detect_charset was deleted - bug was fixed in this
! 2956: method (error while detecting charset in content_type withot last
! 2957: ';')
! 2958:
! 2959: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
! 2960: once
! 2961:
! 2962: 2009-05-25 misha
! 2963:
! 2964: * src/classes/file.C: - bugfix: file::exec didn't work after
! 2965: optimizing of helper_length
! 2966:
! 2967: 2009-05-24 misha
! 2968:
! 2969: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
! 2970: were added - little refactoring
! 2971:
! 2972: * src/main/execute.C: - core while printing in debug log
! 2973: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
! 2974: optimisations were added
! 2975:
! 2976: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
! 2977: were added
! 2978:
! 2979: 2009-05-23 misha
! 2980:
! 2981: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
! 2982: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
! 2983: CORD_cat optimization
! 2984:
! 2985: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
! 2986: - call constr optimisation under separate define now
! 2987:
! 2988: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
! 2989: in $b should be string, not void
! 2990:
! 2991: * src/main/compile.y: - little fix for rem-cut optimisation
! 2992:
! 2993: * src/: include/pa_opcode.h, main/compile_tools.C,
! 2994: main/compile_tools.h, main/execute.C: - optimisations for
! 2995: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
! 2996:
! 2997: * INSTALL: - description of some #defined were added
! 2998:
! 2999: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
! 3000: before 1st access (memory usage is reduced if don't access to
! 3001: .text field)
! 3002:
! 3003: * src/include/pa_array.h: - array grows step now not static (it
! 3004: reduces numbers of reallocs)
! 3005:
! 3006: 2009-05-20 misha
! 3007:
! 3008: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
! 3009: $.b(2), $c[d] and $.e[f] was added
! 3010:
! 3011: * src/main/: compile.y, compile_tools.C, compile_tools.h,
! 3012: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
! 3013: $.e[f] was added
! 3014:
! 3015: * src/main/execute.C: - debug printing moved in defines
! 3016:
! 3017: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
! 3018: and little refactoring for OP_GET_OBJECT_ELEMENT +
! 3019: OP_GET_OBJECT_VAR_ELEMENT optimisation
! 3020:
! 3021: 2009-05-19 misha
! 3022:
! 3023: * src/main/: compile.y, compile_tools.C, compile_tools.h,
! 3024: execute.C: - $a.$b & ^a.$b bytecode optimisation
! 3025:
! 3026: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
! 3027: ^a.$b optimisation)
! 3028:
! 3029: * src/main/compile.y: - compiler now generate new opcodes:
! 3030: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
! 3031: ^a.b - compiler now cut off ^rem{ with all content ; any number
! 3032: of params }
! 3033:
! 3034: * src/main/execute.C: - code for handle new opcodes
! 3035: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
! 3036:
! 3037: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
! 3038: added for LA2V and LA2S
! 3039:
! 3040: * src/include/pa_opcode.h: - new defines which can be used for
! 3041: disable some bytecode optimisation and new opcodes were added
! 3042:
! 3043: 2009-05-17 misha
! 3044:
! 3045: * src/lib/cord/cordxtra.c: - bugfix.
! 3046:
! 3047: * tests/212.html: - .size[] and .study_size[] were added to tests
! 3048:
! 3049: * operators.txt: - info about regex class was added
! 3050:
! 3051: * tests/212.html: - tests for regex class were added
! 3052:
! 3053: 2009-05-16 misha
! 3054:
! 3055: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
! 3056: gc7.1
! 3057:
! 3058: * tests/022.html: - test for ^file:list[path;] (empty second param)
! 3059: was added
! 3060:
! 3061: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
! 3062: param) should work
! 3063:
! 3064: 2009-05-15 misha
! 3065:
! 3066: * src/classes/table.C: - automatically disable stringstream usage
! 3067: on freebsd4
! 3068:
! 3069: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
! 3070: scope
! 3071:
! 3072: * tests/211.html: - test with different types of access to hash was
! 3073: added
! 3074:
! 3075: * tests/210.html: - test which checks for loosing tainting in
! 3076: hash's keys was added
! 3077:
! 3078: * tests/208.html: - some parser work added. or stime == 0 %-)
! 3079:
! 3080: * src/lib/cord/cordbscs.c: - little hack was added to cord
! 3081:
! 3082: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
! 3083:
! 3084: * src/include/pa_version.h, configure.in: - moko have made a lot of
! 3085: optimisations for increacing version number more dramatically :)
! 3086:
! 3087: * src/classes/date.C: - little refactoring: use constructor which
! 3088: accepts formated string
! 3089:
! 3090: * src/: include/pa_string.h, main/pa_string.C: - String constructor
! 3091: which can print formatted string was added
! 3092:
! 3093: 2009-05-14 misha
! 3094:
! 3095: * src/include/pa_string.h: - type was fixed
! 3096:
! 3097: * src/: classes/hashfile.C, classes/op.C,
! 3098: include/pa_cache_managers.h, include/pa_charset.h,
! 3099: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
! 3100: include/pa_request.h, include/pa_sql_driver_manager.h,
! 3101: include/pa_string.h, include/pa_stylesheet_manager.h,
! 3102: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
! 3103: main/pa_charsets.C, main/pa_string.C,
! 3104: main/pa_stylesheet_connection.C, types/pa_value.h,
! 3105: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 3106: types/pa_vobject.C, types/pa_vstateless_class.C,
! 3107: types/pa_vstateless_class.h: - hash_code caching was implemented
! 3108: (seaches should be faster now)
! 3109:
! 3110: * src/: classes/file.C, classes/hash.C, classes/image.C,
! 3111: classes/string.C, classes/table.C, include/pa_string.h,
! 3112: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
! 3113: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
! 3114: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
! 3115: types/pa_vrequest.C: - String constructors don't have that stupid
! 3116: true/false param which means 'tainted'. they accept lang instead.
! 3117:
! 3118: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
! 3119: with OPTIMIZE_RESULT
! 3120:
! 3121: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
! 3122: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
! 3123:
! 3124: 2009-05-13 misha
! 3125:
! 3126: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
! 3127: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
! 3128: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 3129: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
! 3130: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
! 3131: main/pa_common.C, main/pa_request.C, main/pa_string.C,
! 3132: include/pa_string.h, classes/date.C, classes/file.C,
! 3133: classes/hash.C, classes/image.C, classes/string.C,
! 3134: classes/table.C, classes/xdoc.C: - result optimisation -
! 3135: helper_length parameter removed from string constructors
! 3136:
! 3137: 2009-05-11 misha
! 3138:
! 3139: * tests/209.html: - tests for ^hash::create[hash] were added
! 3140:
! 3141: * tests/208.html: - tests for $status:rusage, $status:memory,
! 3142: ^memory:compact[] were added
! 3143:
! 3144: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
! 3145: log10 were added
! 3146:
! 3147: * tests/206.html: - test for try with finally was added
! 3148:
! 3149: 2009-05-10 misha
! 3150:
! 3151: * tests/205.html: - test for ^file::create[...] was added
! 3152:
! 3153: * tests/204.html: - test for ^response:clear[] was added
! 3154:
! 3155: * tests/038.html: - tests for trigonometric functions were added
! 3156:
! 3157: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
! 3158: added - more tests for .add, .sub, .union, .intersects and
! 3159: .intersections
! 3160:
! 3161: * tests/065.html: - test for ^file:dirname was added
! 3162:
! 3163: * tests/030.html: - test for $cookie:fields was added
! 3164:
! 3165: * tests/203.html: - test for ^h._keys[column name] was added
! 3166:
! 3167: * tests/201.html: - tests for .trim were added
! 3168:
! 3169: * tests/202.html: - tests for last-day,
! 3170: date:calendar[type](YYYY;MM;DD) were added
! 3171:
! 3172: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
! 3173: .offset[type](N) were added
! 3174:
! 3175: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
! 3176: and .pos[c](N) were added
! 3177:
! 3178: * tests/141.html: - test for math:sha1 was added
! 3179:
! 3180: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
! 3181:
! 3182: 2009-05-09 misha
! 3183:
! 3184: * src/main/compile.y: - rollback
! 3185:
! 3186: 2009-05-05 misha
! 3187:
! 3188: * src/main/pa_exec.C: - little optimisation: somewhere length() was
! 3189: replaced by is_empty()
! 3190:
! 3191: * src/: include/pa_string.h, main/pa_charset.C: - little
! 3192: optimisation: somewhere length() was replaced by is_empty()
! 3193:
! 3194: * src/classes/table.C: - little optimisation: somewhere length()
! 3195: was replaced by is_empty()
! 3196:
! 3197: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
! 3198: classes/op.C, classes/table.C, main/pa_exception.C: - little
! 3199: optimisation: somewhere length() was replaced by is_empty()
! 3200:
! 3201: 2009-05-04 misha
! 3202:
! 3203: * src/: types/pa_method.h, types/pa_vstateless_class.C,
! 3204: types/pa_vstateless_class.h, main/execute.C,
! 3205: include/pa_request.h, classes/hash.C, classes/op.C,
! 3206: classes/table.C: - more optimisations were added: some operators
! 3207: don't switch write context anylonger
! 3208:
! 3209: 2009-05-01 misha
! 3210:
! 3211: * src/main/compile.y: - slightly more opcode optimisations for
! 3212: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
! 3213:
! 3214: * src/main/execute.C: - simplifying process for getters
! 3215:
! 3216: 2009-04-30 misha
! 3217:
! 3218: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
! 3219:
! 3220: * tests/results/199.processed: - test for checking $result into
! 3221: ^rem was added
! 3222:
! 3223: * tests/199.html: - test for checking $result into ^rem was added
! 3224:
! 3225: * tests/: 022.html, 096.html: - þsort after :list was asses (on
! 3226: some OS it returns list in different order)
! 3227:
! 3228: * src/: include/pa_array.h, include/pa_request.h,
! 3229: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
! 3230: changes in stack impl - get_element() optimisation: 3rd param
! 3231: removed - bugfix: problems with reading empty input param -
! 3232: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
! 3233:
! 3234: * tests/results/198.processed: - test for reading empty local var
! 3235: was added
! 3236:
! 3237: * tests/198.html: - test for reading empty local var was added
! 3238:
! 3239: 2009-04-29 misha
! 3240:
! 3241: * src/main/compile.y: - bugfix: couldn't compile because
! 3242: OP_VALUE__GET_ELEMENT should be unde #ifdef
! 3243:
! 3244: * src/: include/pa_array.h, include/pa_opcode.h,
! 3245: include/pa_request.h, main/compile.y, main/execute.C,
! 3246: main/pa_request.C, types/pa_vmethod_frame.C,
! 3247: types/pa_vmethod_frame.h: - we can work without opcode
! 3248: OP_STORE_PARAM, so it was removed
! 3249:
! 3250: 2009-04-28 misha
! 3251:
! 3252: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
! 3253: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
! 3254: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
! 3255: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
! 3256: 4.
! 3257: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
! 3258:
! 3259: * src/main/compile_tools.h: - new stuff for op-codes optimisation
! 3260:
! 3261: * src/: main/pa_string.C, classes/string.C: - !length() =>
! 3262: is_empty()
! 3263:
! 3264: 2009-04-27 misha
! 3265:
! 3266: * src/types/pa_vregex.h: - back explicit vars initialisation
! 3267:
! 3268: 2009-04-24 misha
! 3269:
! 3270: * src/classes/string.C: - ups. typo fixed
! 3271:
! 3272: * src/main/execute.C: - more replacements '*new VBool' to
! 3273: 'VBool::get' - checks for ^break[], ^continue[] and
! 3274: parser.interrupted were optimised
! 3275:
! 3276: * src/classes/string.C: - number of params.count() calls was
! 3277: slightly reduced
! 3278:
! 3279: 2009-04-23 misha
! 3280:
! 3281: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
! 3282: make it x64 friendly
! 3283:
! 3284: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
! 3285: parser is x64 friendly now
! 3286:
! 3287: 2009-04-22 misha
! 3288:
! 3289: * src/types/pa_vhashfile.C: - coder friendly exception about
! 3290: exceeding record size was added
! 3291:
! 3292: * src/classes/file.C: - use vregex object instead of direct calls
! 3293: methods from pcre lib
! 3294:
! 3295: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
! 3296: classes/string.C: - use vregex object instead of direct calls
! 3297: methods from pcre lib
! 3298:
! 3299: * src/: include/pa_common.h, main/pa_common.C: - method
! 3300: print_pcre_exec_error_text was moved to class vregex
! 3301:
! 3302: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
! 3303: was added
! 3304:
! 3305: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
! 3306: - class vregex was added
! 3307:
! 3308: 2009-04-21 misha
! 3309:
! 3310: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
! 3311:
! 3312: * src/: types/pa_junction.h, types/pa_value.C,
! 3313: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
! 3314: types/pa_wcontext.h, main/execute.C, classes/op.C: -
! 3315: junction-optimisation (destructors)
! 3316:
! 3317: * src/include/pa_array.h: - free under if now
! 3318:
! 3319: 2009-04-19 misha
! 3320:
! 3321: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
! 3322:
! 3323: 2009-04-18 misha
! 3324:
! 3325: * src/include/pa_version.h:
! 3326: :q :
! 3327:
! 3328: CV:
! 3329: ----------------------------------------------------------------------
! 3330:
! 3331: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
! 3332: refactoring
! 3333:
! 3334: * src/: include/pa_array.h, include/pa_hash.h,
! 3335: types/pa_vmethod_frame.h: - destructors under #ifdef now
! 3336:
! 3337: * src/include/pa_memory.h: - define for using destructors was added
! 3338:
! 3339: * src/: types/pa_method.h, types/pa_vstateless_class.C,
! 3340: main/execute.C: - some junctions will be cached now
! 3341:
! 3342: * src/include/pa_hash.h: - hash destructor frees pairs now
! 3343:
! 3344: * src/include/pa_array.h: - inline was added to destructor
! 3345:
! 3346: * src/types/pa_method.h: - comment was changed
! 3347:
! 3348: 2009-04-17 misha
! 3349:
! 3350: * src/: include/pa_array.h, include/pa_hash.h,
! 3351: types/pa_vmethod_frame.h: - destructors were added
! 3352:
! 3353: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
! 3354: renamed to always_use_result
! 3355:
! 3356: * src/main/: compile.y, compile_tools.h: - rollback changes in
! 3357: compiler: full backward compatibility is better
! 3358:
! 3359: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
! 3360: result in var's hash
! 3361:
! 3362: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
! 3363: optimisation in method_frame
! 3364:
! 3365: * src/include/pa_array.h: - optimisation in array (allocate
! 3366: elements only when needed)
! 3367:
! 3368: * src/types/pa_vresponse.C: - check for $response:headers field
! 3369: before looking at custom fields
! 3370:
! 3371: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
! 3372: not needed to check existance var with name 'result' in var's
! 3373: hash
! 3374:
! 3375: * src/main/compile.y: - compiler was changed: now it detects
! 3376: writings to $result and set flag writo_to_result in method
! 3377:
! 3378: * src/classes/string.C: - little optimisation: no needed to write
! 3379: number with lang
! 3380:
! 3381: * src/main/pa_charset.C: - methods readChar and skipChar which is
! 3382: used for read utf8-strings were renamed - is_escaped was renamed
! 3383: to isEscaped (to the same name convention)
! 3384:
! 3385: * src/: types/pa_method.h, main/compile_tools.h: - flag
! 3386: write_to_result added. compiler get this info from code.
! 3387:
! 3388: 2009-04-16 misha
! 3389:
! 3390: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
! 3391: String only before 1st write
! 3392:
! 3393: * src/include/pa_string.h: - not needed template removed
! 3394:
! 3395: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
! 3396: types/pa_vjunction.C, types/pa_vproperty.C,
! 3397: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
! 3398: main/pa_request.C, classes/bool.C, classes/double.C,
! 3399: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
! 3400: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
! 3401: bool objects)
! 3402:
! 3403: 2009-04-15 misha
! 3404:
! 3405: * src/lib/cord/cordxtra.c: - more optimisation
! 3406:
! 3407: * src/: include/pa_string.h, main/untaint.C: - String::append
! 3408: optimisation
! 3409:
! 3410: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
! 3411: then get and can sometime be used)
! 3412:
! 3413: * src/main/pa_string.C: - String::length optimisation
! 3414:
! 3415: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
! 3416: these methods read different strings
! 3417:
! 3418: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
! 3419: fresult_initial_void removed + some optimisation - if $result
! 3420: defined we don't write to context anymore
! 3421:
! 3422: * src/main/pa_charset.C: - readChar => skipChar (in this place we
! 3423: need just skip char)
! 3424:
! 3425: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 3426: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
! 3427: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
! 3428:
! 3429: * src/types/pa_vvoid.h: - added get() method for retreave one
! 3430: instance
! 3431:
! 3432: 2009-04-11 misha
! 3433:
! 3434: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
! 3435:
! 3436: * tests/197.html: - test for parser://test in xml was added
! 3437:
! 3438: * src/classes/string.C: - small optimisation
! 3439:
! 3440: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
! 3441: optimisation
! 3442:
! 3443: 2009-04-10 misha
! 3444:
! 3445: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
! 3446: to pcre-7.8
! 3447:
! 3448: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
! 3449:
! 3450: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
! 3451: added
! 3452:
! 3453: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
! 3454: $request:CLASS_NAME were added
! 3455:
! 3456: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
! 3457: were added
! 3458:
! 3459: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
! 3460: $env:CLASS_NAME were added
! 3461:
! 3462: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
! 3463: '@todo' now
! 3464:
! 3465: * src/targets/cgi/parser3.C: - size_t -> int for calming down
! 3466: compirer
! 3467:
! 3468: * src/main/pa_string.C: - little code cleanup
! 3469:
! 3470: * src/main/pa_common.C: - describe one more UTF-8 related error
! 3471: during PCRE compile/execute
! 3472:
! 3473: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
! 3474: normalizing todo-comments: '@todo' now
! 3475:
! 3476: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
! 3477:
! 3478: * src/main/pa_charset.C: - type changed for making compiler happy
! 3479:
! 3480: 2009-03-10 misha
! 3481:
! 3482: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
! 3483: in main()
! 3484:
! 3485: 2009-02-01 misha
! 3486:
! 3487: * src/main/pa_http.C: - bugfix: double CRLF before the end of
! 3488: boundary
! 3489:
! 3490: 2009-01-25 misha
! 3491:
! 3492: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
! 3493:
! 3494: * src/classes/file.C: - more changes for parsing different number
! 3495: of params for file::load
! 3496:
! 3497: * tests/193.html: - tests for exception while base64-decode binary
! 3498: to string was added
! 3499:
! 3500: * tests/192.html: - tests for file::load with different number of
! 3501: options
! 3502:
! 3503: * src/classes/math.C: - ups. forgot '+1'
! 3504:
! 3505: * src/: classes/table.C, classes/file.C, include/pa_common.h,
! 3506: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
! 3507: main/pa_http.C: - ^file::load[...;http://...;] now can post files
! 3508: (new option $.encode[multipart-form/data] should be specified) -
! 3509: $.method[] option for file::load now is not case-sensitive
! 3510:
! 3511: * src/: include/pa_string.h, main/untaint.C: - for file post the
! 3512: new taint language L_FILE_POST was added
! 3513:
! 3514: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
! 3515: main/main.vcproj, classes/math.C, include/Makefile.am: - some
! 3516: stuff was moved to separate files
! 3517:
! 3518: 2009-01-23 misha
! 3519:
! 3520: * src/classes/math.C: - little optimisation in ^math:sha1[] -
! 3521: spaces to tabs were converted
! 3522:
! 3523: 2009-01-12 misha
! 3524:
! 3525: * src/main/pa_http.C: - value of $.method[] option force uppercased
! 3526: now
! 3527:
! 3528: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 3529: types/pa_vform.C, types/pa_vmail.C: - some constants changed
! 3530: their names
! 3531:
! 3532: * src/main/pa_common.C: - changes in formating
! 3533:
! 3534: * src/: classes/file.C, main/pa_http.C,
! 3535: targets/apache13core/mod_parser3_core.C: - some constants changed
! 3536: their names
! 3537:
! 3538: * src/include/pa_http.h: - some spaces were converted to tabs
! 3539:
! 3540: * src/include/pa_common.h: - some constants changed their names
! 3541:
! 3542: * src/classes/file.C: - fixed 4-th paramether for file::load -
! 3543: little code rewriting
! 3544:
! 3545: * src/types/pa_vfile.C: - little code rewriting
! 3546:
! 3547: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
! 3548: types/pa_value.h: - some formating changes
! 3549:
! 3550: * src/include/pa_common.h: - some formating spaces transformed to
! 3551: tabs
! 3552:
! 3553: * src/classes/string.C: - exception while base64-decode binary to a
! 3554: string
! 3555:
! 3556: 2009-01-11 misha
! 3557:
! 3558: * configure.in: - version changed to 3.3.1b
! 3559:
! 3560: 2008-09-05 misha
! 3561:
! 3562: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
! 3563: release_3_3_0 on 2008-09-05 10:59:35 +0000
! 3564:
! 3565: 2008-09-04 misha
! 3566:
! 3567: * tests/: 130.html, 131.html: - these exceptions not typeless
! 3568: anymore
! 3569:
! 3570: * src/classes/op.C: - exception with 'invalid taint language' not
! 3571: typeless anylonger
! 3572:
! 3573: * src/classes/image.C: - some exceptions while operations with
! 3574: image not typeless anymore
! 3575:
! 3576: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
! 3577: main/pa_exec.C, main/pa_http.C: - some exceptions while
! 3578: operations with files not typeless anymore
! 3579:
! 3580: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
! 3581: types/pa_vdate.h: - exceptions while checking date range not
! 3582: typeless anymore
! 3583:
! 3584: * src/include/pa_exception.h: - exception type string for invalid
! 3585: date range was added
! 3586:
! 3587: 2008-09-03 misha
! 3588:
! 3589: * src/: classes/file.C, main/pa_string.C: - exception while pce
! 3590: operations not typeless anymore
! 3591:
! 3592: * src/include/pa_exception.h: - exception type for pce operations
! 3593: was added
! 3594:
! 3595: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
! 3596: and .CLASS_NAME insite classes
! 3597:
! 3598: * src/classes/table.C: - don't save table header whiile
! 3599: ^table.save[append;filename] if file exists
! 3600:
! 3601: 2008-09-02 misha
! 3602:
! 3603: * src/main/compile.y, src/main/compile_tools.h,
! 3604: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
! 3605: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
! 3606: renamed to partial and it login changed: we must mark class as
! 3607: partial for allow their modifications in future.
! 3608:
! 3609: 2008-08-29 misha
! 3610:
! 3611: * tests/results/022.processed: - testing taint[regex] in mask for
! 3612: file:list
! 3613:
! 3614: * tests/022.html: - testing taint[regex] in mask for file:list
! 3615:
! 3616: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
! 3617: for file:list was added
! 3618:
! 3619: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
! 3620: file:list
! 3621:
! 3622: 2008-08-26 misha
! 3623:
! 3624: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
! 3625: last derived object
! 3626:
! 3627: * src/classes/image.C: - many strings "image.format" replaced by
! 3628: IMAGE_FORMAT constant string - handle GPS info while parse exif -
! 3629: understand some more exif tags
! 3630:
! 3631: * src/include/pa_exception.h: - string "image.format" was added
! 3632:
! 3633: 2008-08-21 misha
! 3634:
! 3635: * src/: main/pa_string.C, classes/file.C: - use method for print
! 3636: pcre_exec text error
! 3637:
! 3638: * src/main/pa_common.C: - method for print pcre_exec text error was
! 3639: added
! 3640:
! 3641: * src/include/pa_common.h: - method declaration for print pcre_exec
! 3642: text error was added
! 3643:
! 3644: 2008-08-19 misha
! 3645:
! 3646: * src/main/execute.C: - bugfix: opcodes must be in separate
! 3647: namespace while debug execution as well
! 3648:
! 3649: * tests/: 015.html, results/015.processed: - test for escaping some
! 3650: parser chars was added
! 3651:
! 3652: 2008-08-18 misha
! 3653:
! 3654: * tests/: 190.html, 190.p, results/190.processed: - test for
! 3655: $caller.self.field + default getter in one class was added
! 3656:
! 3657: * tests/: 189.html, results/189.processed: - test for
! 3658: ^date::create[date object]
! 3659:
! 3660: * tests/: 188.html, results/188.processed: - tests for match with
! 3661: UTF-8 strings
! 3662:
! 3663: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
! 3664: ^string.match[]
! 3665:
! 3666: * ChangeLog: - parser 3.3.0 beta13
! 3667:
! 3668: 2008-08-15 misha
! 3669:
! 3670: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
! 3671: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
! 3672: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
! 3673: dftables.c: - old PCRE files removed
! 3674:
! 3675: * src/lib/pcre/config.h: - configuration for PCRE library
! 3676:
! 3677: * src/targets/: apache13core/ApacheModuleParser3Core.vcproj,
! 3678: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: - use PCRE library
! 3679: from win32\pcre instead of parser3\src\lib\pcre
! 3680:
! 3681: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
! 3682: library and set flag UTF8 if $request:charset is UTF-8
! 3683:
! 3684: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
! 3685: include/pa_config_fixed.h: - moved to new PCRE library
! 3686:
! 3687: * src/: main/main.vcproj, types/types.vcproj,
! 3688: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
! 3689: win32\pcre instead of parser3\src\lib\pcre
! 3690:
! 3691: * src/: include/pa_opcode.h, include/pa_operation.h,
! 3692: main/compile.C, main/compile.y, main/compile_tools.C,
! 3693: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
! 3694: opcodes were moved to separate namespace
! 3695:
! 3696: 2008-08-14 misha
! 3697:
! 3698: * src/types/pa_vstateless_class.C: - newline at the end missed
! 3699:
! 3700: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
! 3701: tainting
! 3702:
! 3703: 2008-08-11 misha
! 3704:
! 3705: * tests/: 187.html, 187.p, results/187.processed: - tests for
! 3706: $caller.self, $caller.self.field and $caller.self.field[value]
! 3707: were added
! 3708:
! 3709: * src/types/pa_vmethod_frame.h: - still need to check 'self'
! 3710: runtime as well (for $caller.self)
! 3711:
! 3712: 2008-07-25 misha
! 3713:
! 3714: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
! 3715: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
! 3716: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
! 3717: tests with international characters
! 3718:
! 3719: 2008-07-23 misha
! 3720:
! 3721: * src/main/pa_http.C: - escape $cookies as %uXXXX while
! 3722: file::load[...;http://
! 3723:
! 3724: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
! 3725: now everywhere in separate namespace
! 3726:
! 3727: * src/types/pa_vmethod_frame.h: - looking for caller before looking
! 3728: for vars
! 3729:
! 3730: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
! 3731: can be escaped by '^'
! 3732:
! 3733: 2008-07-22 misha
! 3734:
! 3735: * src/classes/string.C, tests/186.html: - names changes:
! 3736: escape=>js-escape, unescape=>js-unescape
! 3737:
! 3738: 2008-07-21 misha
! 3739:
! 3740: * tests/results/186.processed: - test for string escape/unescape
! 3741:
! 3742: * tests/186.html: - test for string escape/unescape
! 3743:
! 3744: * src/classes/string.C: - string has escape and unescape methods
! 3745: now
! 3746:
! 3747: * src/: include/pa_string.h, main/pa_string.C: - escape method was
! 3748: added
! 3749:
! 3750: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
! 3751: method-layers added (with different params)
! 3752:
! 3753: 2008-07-18 misha
! 3754:
! 3755: * tests/results/185.processed: - test for ^str.pos[substr](offset)
! 3756: was added
! 3757:
! 3758: * tests/185.html: - test for ^str.pos[sub](offset) added
! 3759:
! 3760: * src/classes/string.C, src/classes/void.C, operators.txt: -
! 3761: ^string.pos[substr](offset) -- 2nd param accepted now
! 3762:
! 3763: * src/main/pa_string.C: - .pos works fine with offset for utf-8
! 3764: strings
! 3765:
! 3766: 2008-07-17 misha
! 3767:
! 3768: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
! 3769: helper length added for mid for small optimisation
! 3770:
! 3771: 2008-07-16 misha
! 3772:
! 3773: * tests/: 185.html, results/185.processed: - tests for
! 3774: length/left/right/mid/pos with utf-8 strings
! 3775:
! 3776: * src/classes/string.C: - left/right/mid/length/pos works fine for
! 3777: utf-8 strings
! 3778:
! 3779: * src/main/untaint.C: - comments removed
! 3780:
! 3781: * src/: include/pa_string.h, main/pa_string.C,
! 3782: include/pa_charset.h, main/pa_charset.C: - methods for working
! 3783: with pos/mid for strings in utf-8 were added
! 3784:
! 3785: 2008-07-15 misha
! 3786:
! 3787: * tests/: 184.html, results/184.processed: - test for case body as
! 3788: expression: $var(^switch(1){^case(1)(true)..})
! 3789:
! 3790: * src/classes/op.C: - case body can be expression now:
! 3791: $var(^switch(1){^case(1)(true)..})
! 3792:
! 3793: * tests/: results/183.processed, 183.html: - added test for testing
! 3794: new cookie encoding (%uXXXX)
! 3795:
! 3796: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
! 3797: decoding for backward compatibility they decoded from %XX in
! 3798: request:charset too
! 3799:
! 3800: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
! 3801: - cookie class now decode cookies before first access after last
! 3802: request:charset changing (as form class).
! 3803:
! 3804: * src/main/pa_charset.C: - added method escape for escaping cookies
! 3805: as %uXXXX - before transcode calculate required space for dest
! 3806: string. it reduce mem usage for transcode
! 3807:
! 3808: * src/include/pa_charset.h: - added method escape for escaping
! 3809: cookies as %uXXXX
! 3810:
! 3811: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
! 3812: was added. will used for escaping cookies as %uXXXX
! 3813:
! 3814: * src/include/pa_common.h: - escape method has new option for skip
! 3815: converting '+' to a space char
! 3816:
! 3817: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
! 3818: transcode - escape method has new option for skip converting '+'
! 3819: to a space char
! 3820:
! 3821: 2008-07-08 misha
! 3822:
! 3823: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
! 3824: (no UE if more then 1 case matches anylonger) - optimization:
! 3825: doing searching.as_string() || searching.as_double() only once
! 3826:
! 3827: 2008-07-04 misha
! 3828:
! 3829: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
! 3830: now ^date::create[date object] works
! 3831:
! 3832: * src/classes/string.C: - left and right added as aliases for start
! 3833: and end in ^string.trim[]
! 3834:
! 3835: 2008-07-03 misha
! 3836:
! 3837: * src/classes/file.C: - allow $.limit for file::sql as well
! 3838:
! 3839: * src/classes/file.C: - allow $.offset option for file::sql - force
! 3840: send limit=1 to query for use sql specifics authomatically
! 3841:
! 3842: * src/classes/: hash.C, string.C, table.C: - don't throw exception
! 3843: if $.limit value if empty. autoconvert it as everywere
! 3844:
! 3845: 2008-07-02 misha
! 3846:
! 3847: * configure.in: - time to change version number to 3.3.0 %-)
! 3848:
! 3849: * src/include/pa_version.h: - time to change version number to
! 3850: 3.3.0 %-)
! 3851:
! 3852: 2008-06-26 misha
! 3853:
! 3854: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
! 3855: $.limit(0) fixes
! 3856:
! 3857: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
! 3858: - $.limit(0) fixes
! 3859:
! 3860: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
! 3861: new API)
! 3862:
! 3863: * src/: include/pa_sql_driver_manager.h,
! 3864: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
! 3865: classes/op.C: - document_root added
! 3866:
! 3867: * src/main/compile.tab.C: - error message was changed
! 3868:
! 3869: 2008-06-25 misha
! 3870:
! 3871: * src/main/compile.y: - error message was changed
! 3872:
! 3873: 2008-06-24 misha
! 3874:
! 3875: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
! 3876:
! 3877: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
! 3878: tests for @OPTIONS\nappend
! 3879:
! 3880: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
! 3881:
! 3882: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
! 3883:
! 3884: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
! 3885:
! 3886: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
! 3887: compile.y
! 3888:
! 3889: 2008-06-17 misha
! 3890:
! 3891: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
! 3892: compilation: ^if(default){true. it's incorrect. must be
! 3893: exception}
! 3894:
! 3895: 2008-06-16 misha
! 3896:
! 3897: * tests/: 181.ent, 181.html, results/181.processed: - test for
! 3898: checking external reference loading with 'http://localhost'
! 3899: prefix while creating xdoc
! 3900:
! 3901: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
! 3902: ^math:long2ip[] and ^math:ip2long[]
! 3903:
! 3904: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
! 3905: added which use scalar stateless class method when user object
! 3906: used in scalar context - use get_scalar_value when user object
! 3907: requested in scalar context
! 3908:
! 3909: * src/main/pa_common.C: - size must be int but not size_t or we
! 3910: can't compare with 0 sprintf result
! 3911:
! 3912: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 3913: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
! 3914: with internal switch between local/global vars
! 3915:
! 3916: * src/types/pa_vclass.C: - register scalar if method @GET[] was
! 3917: specified
! 3918:
! 3919: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
! 3920: pa_vstateless_object.h: - stateless class and object now has
! 3921: private scalar field and getter/setter for working with it
! 3922:
! 3923: * src/classes/math.C: - methods math:long2ip & math:ip2long were
! 3924: moved to inet static class
! 3925:
! 3926: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
! 3927: class added (^inet:aton[IP], ^inet:ntoa(number))
! 3928:
! 3929: * tests/: 180.html, results/180.processed: - tests for
! 3930: ^math:long2ip(long) and ^math:ip2long[IP]
! 3931:
! 3932: * src/classes/math.C: - ^math:ip2long[IP] added
! 3933:
! 3934: 2008-06-11 misha
! 3935:
! 3936: * src/main/pa_xml_io.C: - use file_read_text again because of we
! 3937: need cut BOM code and remove DOS newline chars. but don't
! 3938: transcode it anyway.
! 3939:
! 3940: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
! 3941: main/pa_http.C: - option for disable transcoding while file_read
! 3942: and file_read_text added
! 3943:
! 3944: 2008-06-10 misha
! 3945:
! 3946: * tests/: 179.html, 179.p, results/179.processed: - test for many
! 3947: classes in 1 file
! 3948:
! 3949: * src/main/: compile.C, compile_tools.h: - compile return list of
! 3950: classes now.
! 3951:
! 3952: * src/main/: compile.y, compile.tab.C: - compile return list of
! 3953: classes now. internals.
! 3954:
! 3955: * src/main/pa_request.C: - compile return list of classes now. try
! 3956: call @conf and @auto for each returned class
! 3957:
! 3958: * src/include/pa_request.h: - compile return list of classes now
! 3959:
! 3960: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
! 3961: return list of classes when compile buf)
! 3962:
! 3963: 2008-06-07 misha
! 3964:
! 3965: * src/main/pa_request.C: - constructing VRequest object with 3rd
! 3966: param -- form
! 3967:
! 3968: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
! 3969: 3rd param: form. needed for get post_charset
! 3970:
! 3971: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
! 3972: added
! 3973:
! 3974: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
! 3975: types/pa_vform.C, types/pa_vform.h: - some polish
! 3976:
! 3977: 2008-06-06 misha
! 3978:
! 3979: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
! 3980: charset and decode chars from it but not from response:charset
! 3981:
! 3982: * src/main/pa_http.C: - detect_charset moved out of here
! 3983:
! 3984: * src/: include/pa_common.h, main/pa_common.C: - more helpers
! 3985: methods moved here - unescape_chars accepn one charset now
! 3986:
! 3987: * src/main/pa_http.C: - new constants used - don't allow
! 3988: $.content-type in ^file::load[;http://;$.method[POST]] - add
! 3989: charset info while ^file::load[;http://;$.method[POST]] - option
! 3990: $.omit-post-charset(true) added to ^file::load[;http://] for
! 3991: disabling charset during post
! 3992:
! 3993: * src/types/pa_vform.C: - new constants used
! 3994:
! 3995: * src/include/pa_common.h: - some constants were added
! 3996:
! 3997: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
! 3998: instead of StrEqNc
! 3999:
! 4000: * src/main/pa_common.C: - new method for caseless search
! 4001: c-substring in c-string - use isxdigit instead of is_hex_digit
! 4002:
! 4003: * src/include/pa_common.h: - new method for caseless search
! 4004: c-substring in c-string
! 4005:
! 4006: 2008-06-05 misha
! 4007:
! 4008: * tests/results/178.processed: - test for testing default getter
! 4009:
! 4010: * tests/178.html: - test for testing default getter
! 4011:
! 4012: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
! 4013: for test for testing default getter
! 4014:
! 4015: * src/main/execute.C: - default getter soul
! 4016:
! 4017: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
! 4018: requested objects' field not found
! 4019:
! 4020: * src/types/pa_vclass.C: - register default getter if defined - get
! 4021: default getter if requested field not found
! 4022:
! 4023: * src/types/pa_vstateless_object.h: - method get_default_getter was
! 4024: added
! 4025:
! 4026: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
! 4027: pointer to default getter and methods for get/set it were added
! 4028:
! 4029: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
! 4030: auto_name field (for default getter)
! 4031:
! 4032: 2008-06-04 misha
! 4033:
! 4034: * src/main/pa_xml_io.C: - load external xml in binary mode (no
! 4035: transcoding, no cutting BOM code, no fixing line breaks) and get
! 4036: it to libxml "as is"
! 4037:
! 4038: 2008-06-03 misha
! 4039:
! 4040: * src/main/pa_common.C: - use store_Char instead of
! 4041: transcodeCharFromUTF8
! 4042:
! 4043: * src/: include/pa_charset.h, main/pa_charset.C: - method
! 4044: store_Char added, transcodeCharFromUTF8 -- removed
! 4045:
! 4046: 2008-06-02 misha
! 4047:
! 4048: * tests/: results/177.processed, 177.html: - test for checking
! 4049: .[acm]date after local ^file::load[] was added
! 4050:
! 4051: * tests/: results/176.processed, 176.html: - test for checking
! 4052: @OPTION\locals + @method[vars][locals] added
! 4053:
! 4054: * tests/results/auto.p: - CLASS_PATH specified for checking use
! 4055:
! 4056: 2008-05-30 misha
! 4057:
! 4058: * src/main/: compile.y, compile.tab.C: - changes in compiler:
! 4059: @OPTION\nlocals + @method[vars][;locals;] were added
! 4060:
! 4061: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
! 4062: moved to separate method op_code - switch from VMethodFrame to
! 4063: VMethodFrameGlobal + VMethodFrameLocal
! 4064:
! 4065: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
! 4066: was moved to separate method op_code
! 4067:
! 4068: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
! 4069: VMethodFrame now
! 4070:
! 4071: * src/types/pa_vstateless_class.h: - stateless class have bool flag
! 4072: all_vars_local as well
! 4073:
! 4074: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
! 4075: pa_vmethod_frame_local.h, Makefile.am: - who children for
! 4076: VMethodFrame were added: one (global) works as VMethodFrame
! 4077: before and second (local) write all vars in self vars scope
! 4078:
! 4079: * src/types/pa_method.h: - method has bool flag all_vars_local now
! 4080:
! 4081: 2008-05-29 misha
! 4082:
! 4083: * tests/: 129.html, results/129.processed: - more tests for
! 4084: ^table.hash[]
! 4085:
! 4086: * src/classes/hash.C: - ^hash::sql has a new option:
! 4087: $.type[hash|string|table] as ^table.hash[] one.
! 4088:
! 4089: * src/classes/op.C: - ^try has 3rd param now: finally code which
! 4090: executed anyway after try or catch section
! 4091:
! 4092: 2008-05-27 misha
! 4093:
! 4094: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
! 4095: must not fail if $.distinct(1) wasn't specified
! 4096:
! 4097: 2008-05-26 misha
! 4098:
! 4099: * src/classes/op.C: - allow ^throw[my type]
! 4100:
! 4101: 2008-05-22 misha
! 4102:
! 4103: * configure.in, configure: - version number updated to 3.2.4b
! 4104:
! 4105: * src/classes/: op.C, string.C: - trim format string before
! 4106: eval/format
! 4107:
! 4108: * tests/: results/175.processed, 175.html: - more tests for
! 4109: different format strings in .format[]
! 4110:
! 4111: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
! 4112: as well (not only %XX)
! 4113:
! 4114: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
! 4115: charset specified - checks for format before print number
! 4116: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
! 4117: (instead of tabs) removed
! 4118:
! 4119: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
! 4120: charset specified
! 4121:
! 4122: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
! 4123: char in requested charset from utf code was added
! 4124:
! 4125: 2008-05-19 misha
! 4126:
! 4127: * tests/: 174.html, results/174.processed: - test for
! 4128: ^hashfile.cleanup[] added
! 4129:
! 4130: * src/classes/hashfile.C: - optimization: don't create any key or
! 4131: value variable if it's name weren't specified
! 4132: (^hf.foreach[;v]{...})
! 4133:
! 4134: 2008-05-16 misha
! 4135:
! 4136: * src/classes/hash.C: - optimization: don't create any key variable
! 4137: if variable name wasn't specified (^h.foreach[;v]{...})
! 4138:
! 4139: 2008-05-15 misha
! 4140:
! 4141: * src/classes/op.C: - small changes
! 4142:
! 4143: * src/classes/hashfile.C: - code reformating (as hash.foreach)
! 4144:
! 4145: * src/classes/hash.C: - calculate var_context once before foreach
! 4146:
! 4147: 2008-05-14 misha
! 4148:
! 4149: * src/classes/hashfile.C: - incorrect vars context calculation for
! 4150: ^hashfile.foreach[;]{} fixed
! 4151:
! 4152: * src/classes/: hash.C, table.C: - little optimisation
! 4153:
! 4154: * src/classes/file.C: - bugfix: double absolute path while loading
! 4155: file
! 4156:
! 4157: * tests/: 174.html, results/174.processed: - tests for hashfile
! 4158: were added
! 4159:
! 4160: * buildall-with-xml: - moving to libxslt 1.1.24
! 4161:
! 4162: 2008-04-30 misha
! 4163:
! 4164: * src/classes/file.C: - stat file while loading (local only) so
! 4165: .adate, .mdate and .cdate available without additional ::stat
! 4166:
! 4167: 2008-04-28 misha
! 4168:
! 4169: * src/classes/file.C: - $.name and $.content-type available for
! 4170: stated file
! 4171:
! 4172: 2008-04-14 misha
! 4173:
! 4174: * src/targets/cgi/parser3.C: - new year in copyright %-)
! 4175:
! 4176: * src/include/pa_version.h: - new version number in head
! 4177:
! 4178: 2008-04-10 misha
! 4179:
! 4180: * tests/: 080.html, results/080.processed: - cut '0' from
! 4181: exponential part because of on diff OS it differ (20 or 020 for
! 4182: ex)
! 4183:
! 4184: * tests/: 119.html, results/119.processed: - check for encoding
! 4185: while creating xdoc
! 4186:
! 4187: 2008-04-09 misha
! 4188:
! 4189: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
! 4190:
! 4191: * src/main/pa_common.C: - comment added
! 4192:
! 4193: * src/classes/date.C: - little refactoring
! 4194:
! 4195: 2008-04-07 misha
! 4196:
! 4197: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
! 4198: style of ^table.save[]: prepare one big string and sabe it at
! 4199: once. it's safe on freebsd 4.x but use much more memory.
! 4200:
! 4201: * buildall-with-xml, buildall-without-xml: - option
! 4202: --disable-stringstream added (under comment. use it on freebsd
! 4203: 4.x)
! 4204:
! 4205: 2008-02-22 misha
! 4206:
! 4207: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
! 4208: specified together in file::load[;http] - get back transcoding
! 4209: $.body[] in file::load[;http]
! 4210:
! 4211: 2008-02-21 misha
! 4212:
! 4213: * src/classes/date.C: - ^date.gmt-string[] was added
! 4214:
! 4215: * src/types/pa_value.C: - method for output date in RFC 822 format
! 4216: moved to pa_common.h
! 4217:
! 4218: * src/include/pa_common.h: - method for output date in RFC 822
! 4219: format moved here from pa_value.C
! 4220:
! 4221: * src/types/pa_vmail.C: - fixed core in sending mail with
! 4222: attachment in simple mode ($.file[file here]) introduced in 3.2.2
! 4223:
! 4224: 2008-02-20 misha
! 4225:
! 4226: * src/main/pa_http.C: - transcode $.headers before escaping into
! 4227: specified charset while ^file::load[...;http://...] (L_URI
! 4228: instead of L_HTTP_HEADER) - $.cookies param available in
! 4229: ^file::load[;http://...] now (but we don't parse set-cookies from
! 4230: response yet) (cookies not transcoded as common $cookies)
! 4231:
! 4232: 2008-02-19 misha
! 4233:
! 4234: * src/main/pa_request.C: - rollback: we mustn't force taint
! 4235: $response:field values because in this case
! 4236: $response:locateion[http://...] don't works.
! 4237:
! 4238: 2008-02-15 misha
! 4239:
! 4240: * src/classes/op.C: - little refactoring
! 4241:
! 4242: * src/main/pa_http.C: - taint names of $.headers for load[;http
! 4243:
! 4244: * src/main/pa_request.C: - force taint values of $response:field
! 4245:
! 4246: 2008-02-14 misha
! 4247:
! 4248: * src/main/pa_request.C: - $response:field transcoded to
! 4249: $response:charset before escaping now
! 4250:
! 4251: * src/main/pa_http.C: - some outdated comments removed
! 4252:
! 4253: * src/classes/date.C: - lastdat -> last-day
! 4254:
! 4255: * src/classes/date.C: - ^date:lastday(year;month) and
! 4256: ^date.lastday[] were added - little code refactoring - comments
! 4257: changes
! 4258:
! 4259: * tests/: 159.html, results/159.processed: - test for number of
! 4260: days in February
! 4261:
! 4262: * src/types/pa_value.C: - fixes in code formatting
! 4263:
! 4264: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
! 4265: and comments
! 4266:
! 4267: 2008-02-13 misha
! 4268:
! 4269: * src/main/pa_common.C: - bugfix for february at leap year
! 4270:
! 4271: 2008-01-28 misha
! 4272:
! 4273: * tests/: 160.html, results/160.processed: - more test for cache
! 4274: added
! 4275:
! 4276: * src/classes/op.C: - bugfix: cache body executed twice if contains
! 4277: unhandled exception
! 4278:
! 4279: 2008-01-25 misha
! 4280:
! 4281: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
! 4282: bug when hashfile became inavailable after memory:compact)
! 4283:
! 4284: * src/lib/sdbm/: apr-include/apr_strings.h, apr_strings.C: -
! 4285: +arp_malloc
! 4286:
! 4287: 2008-01-22 misha
! 4288:
! 4289: * src/classes/table.C: - little refactiring and exception texts
! 4290: changes in method ^table.hash[]
! 4291:
! 4292: * src/types/pa_vcookie.C: - link to cookie specification changed
! 4293:
! 4294: 2008-01-21 misha
! 4295:
! 4296: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
! 4297: file::exec/cgi
! 4298:
! 4299: * src/classes/file.C: - bugfix: core while processing headers if
! 4300: executed cgi script don't return content
! 4301:
! 4302: 2008-01-18 misha
! 4303:
! 4304: * buildall-with-xml: - move to libxml2 version 2.6.31
! 4305:
! 4306: * src/include/pa_version.h, configure.in: - version number updated
! 4307: to '3.2.3b'
! 4308:
! 4309: 2007-12-28 misha
! 4310:
! 4311: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
! 4312: hash.contains
! 4313:
! 4314: 2007-12-27 misha
! 4315:
! 4316: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
! 4317: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
! 4318: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
! 4319: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
! 4320: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
! 4321: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
! 4322: src/targets/apache13/ApacheModuleParser3.vcproj,
! 4323: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 4324: src/targets/cgi/parser3.vcproj,
! 4325: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
! 4326: back to VS2003 because of Apache 1.3 module can't work if it was
! 4327: built in VS 2005. with cgi all file so VS2003 project files can
! 4328: be easy converted to the new format.
! 4329:
! 4330: 2007-12-04 misha
! 4331:
! 4332: * src/types/pa_vcode_frame.h: - changes in comment
! 4333:
! 4334: 2007-11-29 misha
! 4335:
! 4336: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
! 4337: intercept strings any longer
! 4338:
! 4339: * tests/: 173.html, results/173.processed: - tests for
! 4340: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
! 4341: but not in main code frame
! 4342:
! 4343: * tests/: 172.html, results/172.processed: - more tests for pass
! 4344: objects from code frames
! 4345:
! 4346: 2007-11-27 misha
! 4347:
! 4348: * tests/: 152.html, results/152.processed: - tests for converting
! 4349: strings 'true'/'false' to bool were added
! 4350:
! 4351: * tests/152.html: - added checks for converting strings
! 4352: 'true'/'false' to bool
! 4353:
! 4354: * src/classes/string.C: - ^srting.bool[] now can convert to bool
! 4355: not only strings with numbers but with values 'true'/'false' as
! 4356: well
! 4357:
! 4358: * src/targets/: cgi/parser3.C, apache13core/mod_parser3_core.C,
! 4359: isapi/parser3isapi.C: - buffer size for parser3.log increased
! 4360:
! 4361: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
! 4362:
! 4363: * src/include/pa_common.h: - remove_crlf return cstring size now
! 4364:
! 4365: * src/include/pa_types.h: - constant with buffer size for
! 4366: parser3.log added
! 4367:
! 4368: 2007-11-16 misha
! 4369:
! 4370: * tests/cat.sh: - script for tests for file::exec/cgi
! 4371:
! 4372: * tests/171.html: - tests for file::exec/cgi
! 4373:
! 4374: * tests/results/171.processed: - tests results for file::exec/cgi
! 4375:
! 4376: 2007-11-15 misha
! 4377:
! 4378: * src/main/pa_exec.C: - fixed incorrect exec code for unix
! 4379:
! 4380: * src/classes/file.C: - .body must be set before analyzing cgi
! 4381: headers
! 4382:
! 4383: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
! 4384: only if exec/cgi return anything.
! 4385:
! 4386: 2007-11-14 misha
! 4387:
! 4388: * operators.txt: - info about new text|binary option for
! 4389: file::exec/cgi was added
! 4390:
! 4391: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
! 4392: ^file:exec[[text|binary];script;...]
! 4393:
! 4394: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
! 4395: classes/string.C, classes/table.C: - more text strings moved to
! 4396: the one place
! 4397:
! 4398: 2007-11-09 misha
! 4399:
! 4400: * src/types/pa_vrequest.C: - $request:argv must be taint
! 4401:
! 4402: * ChangeLog: - $request:argv [patch from Sumo]
! 4403:
! 4404: * operators.txt: - $request:argv
! 4405:
! 4406: * src/: include/pa_request_info.h, types/pa_vrequest.C,
! 4407: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
! 4408:
! 4409: 2007-10-25 misha
! 4410:
! 4411: * buildall-with-xml, buildall-without-xml: - options preparations
! 4412: for ./configure rewrited
! 4413:
! 4414: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
! 4415: error occure in unhandled_exception finally fixed
! 4416:
! 4417: 2007-10-23 misha
! 4418:
! 4419: * tests/: 170.html, results/170.processed: - test for
! 4420: @method[][result]
! 4421:
! 4422: * operators.txt: - added info about node.prefix and
! 4423: node.namespaceURI
! 4424:
! 4425: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
! 4426:
! 4427: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
! 4428: added for node and attribute
! 4429:
! 4430: 2007-10-22 misha
! 4431:
! 4432: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
! 4433:
! 4434: * src/main/pa_request.C: - added const content-transfer-encoding
! 4435:
! 4436: * src/include/pa_request.h: - added const content-transfer-encoding
! 4437: - ups. constants must be in lowercase (for search)
! 4438:
! 4439: * src/types/pa_vmail.C: - more constants used -
! 4440: content-transfer-encoding: 8bit added
! 4441:
! 4442: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
! 4443:
! 4444: * src/include/pa_request.h: - more constants
! 4445:
! 4446: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
! 4447: ommit anymore if $.content-disposition was specified - little
! 4448: refactoring
! 4449:
! 4450: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
! 4451:
! 4452: 2007-10-17 misha
! 4453:
! 4454: * operators.txt: - info about
! 4455: table::create[nameless]{data}[>options<] was added
! 4456:
! 4457: * src/main/: compile.tab.C, compile.y: - if error occure while
! 4458: compile method don't put this method in methods table anymore.
! 4459: in other case the parser coredumped if @unhandled_exception
! 4460: method can't be compiled because of parser.compile error.
! 4461:
! 4462: * src/main/execute.C: - little code reformating
! 4463:
! 4464: * src/main/pa_request.C: - little code reformating - comment
! 4465: changed
! 4466:
! 4467: 2007-10-16 misha
! 4468:
! 4469: * tests/: 035.html, results/035.processed: - tests
! 4470: table::create[]{}[options] added
! 4471:
! 4472: * src/classes/table.C: - table::create[]{} now accept 3rd param:
! 4473: options (only $.seperator[] yet)
! 4474:
! 4475: 2007-10-10 misha
! 4476:
! 4477: * src/classes/table.C: - some contstants moved to pa_common.h -
! 4478: some code changes
! 4479:
! 4480: 2007-10-02 misha
! 4481:
! 4482: * src/main/pa_uue.C: - memory usage during uuencode reduced more
! 4483: then three time as much. but base64 encoding method still use
! 4484: less memory anyway.
! 4485:
! 4486: 2007-09-17 misha
! 4487:
! 4488: * operators.txt: - added info about $cookie:fields
! 4489:
! 4490: * src/types/pa_vcookie.C: - $cookie:fields available now
! 4491:
! 4492: * src/classes/hash.C: - some stuff for use with .for_each moved to
! 4493: common
! 4494:
! 4495: * src/include/pa_common.h: - some stuff for use with .for_each
! 4496: moved here
! 4497:
! 4498: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
! 4499:
! 4500: 2007-09-14 misha
! 4501:
! 4502: * buildall-with-xml: - new xml libs again =)
! 4503:
! 4504: 2007-08-28 misha
! 4505:
! 4506: * operators.txt: - texts about ^table.columns[[column name]] and
! 4507: ^string.split[...][v][column name] were added
! 4508:
! 4509: * tests/: 168.html, 169.html, results/168.processed,
! 4510: results/169.processed: - tests for ^table.columns[[column name]]
! 4511: and ^string.split[...][v][column name] were added
! 4512:
! 4513: * src/classes/table.C: - new option ^table.columns[[column name]]
! 4514: was added
! 4515:
! 4516: * src/classes/string.C: - new option ^string.split[...;v;[column
! 4517: name]]
! 4518:
! 4519: * src/include/pa_exception.h: - error text message for
! 4520: ^hash._keys[], ^table.columns[] and ^string.split[]
! 4521:
! 4522: 2007-08-27 misha
! 4523:
! 4524: * src/main/untaint.C: - try to fix coredump on unix if print to
! 4525: body ^taint[sql][something] outside of connect
! 4526:
! 4527: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
! 4528: outside of connect
! 4529:
! 4530: * buildall-with-xml, buildall-without-xml: - strip parser3 was
! 4531: added (commented by default)
! 4532:
! 4533: 2007-08-20 misha
! 4534:
! 4535: * operators.txt: - comment about new method ^node.hasAttributes[]
! 4536: was added
! 4537:
! 4538: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
! 4539: duplicated exception text strings were removed
! 4540:
! 4541: * src/include/pa_exception.h: - more exception text strings moved
! 4542: here
! 4543:
! 4544: * src/classes/table.C: - some duplicate exceptions' text strings
! 4545: removed
! 4546:
! 4547: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
! 4548: xdoc.C, xnode.C: - some duplicate exceptions' text strings
! 4549: removed
! 4550:
! 4551: * src/include/pa_exception.h: - some exception text strings movet
! 4552: to pa_exception
! 4553:
! 4554: * tests/: 149.html, results/149.processed: - test for
! 4555: ^xnode.hasAttributes[] was added - some code changes
! 4556:
! 4557: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
! 4558: added
! 4559:
! 4560: 2007-08-17 misha
! 4561:
! 4562: * tests/: results/006.processed, results/059.processed, 006.html,
! 4563: 059.html: - more tests for match
! 4564:
! 4565: * tests/: 129.html, results/129.processed: - tests for
! 4566: ^table.hash[...][$.type[string|hash|table]] added
! 4567:
! 4568: * src/targets/cgi/parser3.C: - little syntax changes
! 4569:
! 4570: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
! 4571: syntax changes
! 4572:
! 4573: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
! 4574: messages in parser3.log switched off by default. If someone
! 4575: really still need it: use $SIGPIPE(1)
! 4576:
! 4577: 2007-08-08 misha
! 4578:
! 4579: * buildall-with-xml, buildall-without-xml: - remove libs source
! 4580: files by default since now
! 4581:
! 4582: 2007-08-07 misha
! 4583:
! 4584: * buildall-without-xml: - some option syntax changes
! 4585:
! 4586: * buildall-with-xml: - compile libxml2 without http support - some
! 4587: option syntax changes
! 4588:
! 4589: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
! 4590:
! 4591: 2007-08-06 misha
! 4592:
! 4593: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
! 4594:
! 4595: * tests/: 160.html, results/160.processed: - cache test was
! 4596: rewrited
! 4597:
! 4598: 2007-07-06 misha
! 4599:
! 4600: * tests/: 153.html, results/153.processed: - added test for
! 4601: ^math:sha1[string]
! 4602:
! 4603: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
! 4604: transcoded
! 4605:
! 4606: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
! 4607: were added
! 4608:
! 4609: 2007-06-28 misha
! 4610:
! 4611: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
! 4612: some incorrect chars
! 4613:
! 4614: 2007-06-19 misha
! 4615:
! 4616: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
! 4617: were moved on top because of gcc 4 had a problems during
! 4618: building.
! 4619:
! 4620: 2007-06-18 misha
! 4621:
! 4622: * tests/results/019.processed: - new image commited
! 4623:
! 4624: 2007-06-09 misha
! 4625:
! 4626: * src/classes/: op.C, table.C: - in while and table.select method
! 4627: as_expression used now
! 4628:
! 4629: * src/types/pa_vmethod_frame.h: - method as_expression was added
! 4630:
! 4631: 2007-06-08 misha
! 4632:
! 4633: * tests/: 166.html, results/166.processed: - test for
! 4634: ^match[...][n]
! 4635:
! 4636: * tests/: 165.html, results/165.processed: - tests for loops
! 4637:
! 4638: * src/lib/cord/include/private/cord_pos.h: - back to origin value
! 4639: because of no speed/memory optimisation but some proglems with
! 4640: long cycles occure
! 4641:
! 4642: 2007-06-06 misha
! 4643:
! 4644: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
! 4645: ^table.select(true) and ^table.select(1) didn't works because of
! 4646: awaiting junction-param only. fixed.
! 4647:
! 4648: 2007-05-24 misha
! 4649:
! 4650: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
! 4651: with 0.5 secs interval
! 4652:
! 4653: * src/classes/op.C: - cache was rewrited. I hope it works with
! 4654: locking system now on unix
! 4655:
! 4656: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
! 4657: system locks which wait till other threads release it but try get
! 4658: lock, if fail wait 1 sec and make 10 attempts.
! 4659:
! 4660: * src/include/pa_os.h: - consts for blocking locks + some comments
! 4661: were added
! 4662:
! 4663: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
! 4664: opening files
! 4665:
! 4666: * src/classes/table.C: - changes in includes. if unclude <sstream>
! 4667: after our classes on unix it can't be build
! 4668:
! 4669: * src/types/pa_vhashfile.C: - not needed code removed
! 4670:
! 4671: 2007-05-23 misha
! 4672:
! 4673: * src/: classes/file.C, classes/op.C, main/pa_common.C,
! 4674: include/pa_common.h: - cosmetic changes
! 4675:
! 4676: 2007-05-18 misha
! 4677:
! 4678: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
! 4679: often. it's give some speed increasing
! 4680:
! 4681: * tests/results/160.processed: - returned time corrected
! 4682:
! 4683: * tests/160.html: - time increased because on unix 1 mean nothing
! 4684: :(
! 4685:
! 4686: * operators.txt: - added info about ^hash.contain[key]
! 4687:
! 4688: * src/classes/hash.C: - added ^hash.contain[key]
! 4689:
! 4690: * src/include/pa_hash.h: - added method for checking key exists in
! 4691: hash
! 4692:
! 4693: 2007-05-07 misha
! 4694:
! 4695: * src/include/pa_string.h: - was compilation error during build on
! 4696: freebsd4
! 4697:
! 4698: 2007-05-03 misha
! 4699:
! 4700: * src/classes/table.C: - option $.type[hash|string|table] was added
! 4701: for ^table.hash[]
! 4702:
! 4703: * src/classes/file.C: - comment removed
! 4704:
! 4705: 2007-04-26 misha
! 4706:
! 4707: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
! 4708: real files doesn't opened in place anymore
! 4709:
! 4710: 2007-04-24 misha
! 4711:
! 4712: * src/classes/math.C: - I thought one more time and remove lg(N) :)
! 4713:
! 4714: * src/include/pa_exception.h: "static" removed
! 4715:
! 4716: 2007-04-23 misha
! 4717:
! 4718: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
! 4719:
! 4720: * src/classes/math.C: added: - ^math:ln(N) (the same as
! 4721: ^math:log(N)) - ^math:lg(N)
! 4722:
! 4723: * tests/: 097.html, results/097.processed: - charsets converstion
! 4724: during ^file::load[text;http://...] added
! 4725:
! 4726: * tests/: 164.html, results/164.processed: - check for set expires
! 4727: as a date
! 4728:
! 4729: * tests/: 164.html, results/164.processed: - test for hashfile
! 4730:
! 4731: * src/classes/hashfile.C: - little comment changes
! 4732:
! 4733: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
! 4734: access
! 4735:
! 4736: * src/: classes/date.C, classes/double.C, classes/file.C,
! 4737: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
! 4738: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
! 4739: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 4740: classes/xnode.h, include/pa_request.h, main/execute.C,
! 4741: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 4742: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
! 4743: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
! 4744: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
! 4745: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
! 4746: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
! 4747: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 4748: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
! 4749: "parser.runtime" strings were removed
! 4750:
! 4751: * src/classes/hashfile.C: - with .clear[] called files_delete()
! 4752: now.
! 4753:
! 4754: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
! 4755:
! 4756: * src/include/pa_exception.h: - string constant with
! 4757: "parser.runtime" text was added
! 4758:
! 4759: 2007-04-20 misha
! 4760:
! 4761: * operators.txt: - some comments changing
! 4762:
! 4763: * operators.txt: - added info about .^hashfile.release[],
! 4764: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
! 4765:
! 4766: * configure: =cheching for unsetenv
! 4767:
! 4768: * src/classes/hashfile.C: - ^hashfile.cleanup[],
! 4769: ^hashfile.release[] were added
! 4770:
! 4771: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
! 4772: ^string.match[][] understand new option now: return number of
! 4773: matches but not table wit results
! 4774:
! 4775: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
! 4776: reopen now
! 4777:
! 4778: * src/classes/op.C: - bug. must be false
! 4779:
! 4780: * configure.in: - checking for unsetenv was added
! 4781:
! 4782: * src/types/pa_vform.C: - some comments
! 4783:
! 4784: 2007-04-18 misha
! 4785:
! 4786: * buildall-with-xml: moving to libxml2-2.6.28
! 4787:
! 4788: * buildall-with-xml, buildall-without-xml: added commented lines
! 4789: with --disable-safe-mode option
! 4790:
! 4791: * operators.txt: - info about $form:files
! 4792:
! 4793: 2007-04-17 misha
! 4794:
! 4795: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
! 4796: $form:files was added
! 4797:
! 4798: * tests/: 163.html, results/163.processed: removing auto format
! 4799:
! 4800: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
! 4801:
! 4802: 2007-04-16 misha
! 4803:
! 4804: * tests/: 163.html, results/163.processed: - test for .int[],
! 4805: floor, round, ceiling and .format[]
! 4806:
! 4807: * src/classes/file.C: - little optimization for getting args in
! 4808: exec/cgi
! 4809:
! 4810: 2007-04-13 misha
! 4811:
! 4812: * src/classes/file.C: - arguments for file::exec/cgi can be
! 4813: specified now as s table with one column
! 4814:
! 4815: 2007-03-27 misha
! 4816:
! 4817: * tests/: 162.html, results/162.processed: - test for
! 4818: ^table.select(^condition[$t])
! 4819:
! 4820: * tests/results/auto.p: - load windows-1251 charset for some tests
! 4821:
! 4822: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
! 4823:
! 4824: * tests/: results/161.processed, 161.html, 161_utf8.txt,
! 4825: 161_windows1251.txt: - added test for
! 4826: ^file::load[text;/local/file.txt;$.charset[...]]
! 4827:
! 4828: * tests/: results/013.processed, 013.html: - added test for
! 4829: checking $._default value while hash modifications
! 4830:
! 4831: * tests/: 160.html, results/160.processed: - add test for
! 4832: ^cache[key](secs){code}, ^cache[] and ^cache(0)
! 4833:
! 4834: 2007-03-22 misha
! 4835:
! 4836: * src/include/pa_common.h: - "charset" string defined for
! 4837: ^file::load[text;/local.txt] and ^table::load[/table.txt]
! 4838:
! 4839: * src/main/: pa_common.C, pa_http.C: - $.charset option for
! 4840: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
! 4841: added - not needed transcodes were removed from
! 4842: ^file::load[...;http://...]
! 4843:
! 4844: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
! 4845: added
! 4846:
! 4847: * src/classes/date.C: - date.week was fixed
! 4848:
! 4849: * operators.txt: - added info about date.weekyear
! 4850:
! 4851: * tests/: 159.html, results/159.processed: - tests for date.week
! 4852: and date.weekyear added
! 4853:
! 4854: 2007-03-15 misha
! 4855:
! 4856: * src/classes/table.C: - enclose column numbers for nameless tables
! 4857: as well
! 4858:
! 4859: 2007-03-14 misha
! 4860:
! 4861: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
! 4862:
! 4863: * src/classes/table.C: - table.save optimization: now required much
! 4864: less memory
! 4865:
! 4866: 2007-03-13 misha
! 4867:
! 4868: * tests/results/: 158.processed, 158.processes: - tests for
! 4869: table.save/table.load
! 4870:
! 4871: * tests/: 158.html, results/158.processes: - tests for
! 4872: table.save/table.load
! 4873:
! 4874: * buildall-with-xml: libxml2: --without-ftp --without-docbook
! 4875:
! 4876: * buildall-with-xml: - pattern needed now for building
! 4877:
! 4878: * tests/results/097.processed: - added test results for xdoc::load
! 4879: & xdoc::load[http://...]
! 4880:
! 4881: * tests/097.html: - added test for xdoc::load
! 4882:
! 4883: 2007-03-12 misha
! 4884:
! 4885: * tests/: 107.html, results/107.processed: - added test for xpath
! 4886: '//man'
! 4887:
! 4888: 2007-03-01 misha
! 4889:
! 4890: * tests/: 097.html, results/097.processed: - added test for
! 4891: creating xdoc from file
! 4892:
! 4893: * tests/: results/157.processed, 157.html: - added test for
! 4894: file:move
! 4895:
! 4896: 2007-02-28 misha
! 4897:
! 4898: * src/classes/xdoc.C: - another attempt
! 4899:
! 4900: * src/classes/xdoc.C: - roll back last changes for a while
! 4901:
! 4902: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
! 4903:
! 4904: * src/classes/file.C: - under lock we create non-exist dir anyway
! 4905:
! 4906: * tests/results/099.processed: - ever send content-disposition to
! 4907: client with file
! 4908:
! 4909: * tests/157.html: + test for file:copy
! 4910:
! 4911: 2007-02-26 misha
! 4912:
! 4913: * src/classes/file.C: - some similar strings moved to #define
! 4914: instead of to be copy/pasted many times
! 4915:
! 4916: * src/types/pa_vfile.h: - class name string ("file") moved to
! 4917: #define
! 4918:
! 4919: 2007-02-20 misha
! 4920:
! 4921: * bin/auto.p.dist.in: - added lines for sqlite
! 4922:
! 4923: * configure.in: - added some strings for sqlite detection
! 4924:
! 4925: 2007-02-19 misha
! 4926:
! 4927: * operators.txt: - some comments changes
! 4928:
! 4929: * buildall-with-xml, buildall-without-xml: - some modifications
! 4930:
! 4931: 2007-02-17 misha
! 4932:
! 4933: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
! 4934:
! 4935: * src/main/pa_request.C: - damn, i forgot to commit it while I
! 4936: change console behaviour
! 4937:
! 4938: 2007-02-12 misha
! 4939:
! 4940: * src/targets/cgi/parser3.C: - don't print headers if
! 4941: $console:line[data] was used during cgi execution.
! 4942:
! 4943: * src/types/pa_vconsole.h: - console class have bool flag now which
! 4944: marked as 'true' if class was used.
! 4945:
! 4946: * tests/: 152.html, results/152.processed: - more types was added
! 4947: to test 152
! 4948:
! 4949: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
! 4950: adding 'bool' (^if($image){} caused exception)
! 4951:
! 4952: 2007-02-09 misha
! 4953:
! 4954: * tests/: 152.html, results/152.processed: - test alightly updated
! 4955:
! 4956: * tests/: 152.html, results/152.processed: - test rewrited
! 4957:
! 4958: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
! 4959: bugfix. I broke xdoc & xnode in expression
! 4960:
! 4961: 2007-02-08 misha
! 4962:
! 4963: * tests/: 152.html, results/152.processed: - add test for checking
! 4964: 'def' for void, string, bool, int & double
! 4965:
! 4966: 2007-02-07 misha
! 4967:
! 4968: * operators.txt: - ^file:base64[filespec] was added
! 4969:
! 4970: * tests/results/153.processed: - result test for
! 4971: ^file:base64[filespec] was updated
! 4972:
! 4973: * tests/153.html: - test for ^file:base64[filespec] was added
! 4974:
! 4975: * src/types/pa_vconsole.h: - little optimization
! 4976:
! 4977: * src/classes/file.C: - ^file:base64[filespec]
! 4978:
! 4979: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
! 4980:
! 4981: * src/include/pa_common.h: - declarations for
! 4982: ^file:base64[filespec]
! 4983:
! 4984: * src/types/pa_vcookie.C: - little optimization
! 4985:
! 4986: 2007-02-06 misha
! 4987:
! 4988: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
! 4989: were temporary commented
! 4990:
! 4991: * src/types/pa_vbool.h: - bugfix
! 4992:
! 4993: * tests/156.html: - added test for bool cookie
! 4994:
! 4995: * src/types/pa_vcookie.h: - not needed string "cookie" removed
! 4996:
! 4997: * tests/: 155.html, results/155.processed: - added test for check
! 4998: $.encloser[] option for table save/load
! 4999:
! 5000: * tests/: 153.html, 154.html, todo.txt: - two more tests added
! 5001:
! 5002: 2007-02-05 misha
! 5003:
! 5004: * tests/results/152.processed: - newline at the end was missed
! 5005:
! 5006: * tests/results/141.processed: - math:md5 must be lowercased
! 5007:
! 5008: * src/targets/cgi/parser3.C: - 2007 in help ;)
! 5009:
! 5010: 2007-02-03 misha
! 5011:
! 5012: * tests/results/: 150.processed, 151.processed, 152.processed: -
! 5013: test for bool added and some content length fixes
! 5014:
! 5015: * tests/152.html: - test for bool added
! 5016:
! 5017: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
! 5018:
! 5019: * operators.txt: - info bool class was added
! 5020:
! 5021: * src/: classes/Makefile.am, classes/bool.C,
! 5022: classes/classes.vcproj, classes/double.C, classes/int.C,
! 5023: classes/string.C, classes/void.C, classes/xnode.C,
! 5024: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
! 5025: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
! 5026: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
! 5027: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 5028: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
! 5029: types/types.vcproj: - bool class was added
! 5030:
! 5031: * src/main/pa_request.C: - fix
! 5032:
! 5033: 2007-01-18 misha
! 5034:
! 5035: * src/: main/pa_string.C, classes/string.C: - return table during
! 5036: ^string.match[][] even if no matched found.
! 5037:
! 5038: 2006-12-20 misha
! 5039:
! 5040: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
! 5041: http://www.parser.ru/forum/?id=55598 ]
! 5042:
! 5043: 2006-12-19 misha
! 5044:
! 5045: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
! 5046: details: http://www.parser.ru/forum/?id=52359
! 5047:
! 5048: * src/main/pa_request.C: - always set content-disposition for
! 5049: $response:body[hash here]. more details:
! 5050: http://www.parser.ru/forum/?id=52130
! 5051:
! 5052: 2006-12-07 misha
! 5053:
! 5054: * operators.txt: - added info about bool params in cookie set
! 5055:
! 5056: * src/types/pa_vcookie.C: - bool param in cookies available now
! 5057: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
! 5058: ]
! 5059:
! 5060: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
! 5061: was added
! 5062:
! 5063: 2006-12-02 misha
! 5064:
! 5065: * src/classes/file.C: - file_block_read used instead of native read
! 5066:
! 5067: * src/main/pa_common.C: - added file_block_read with read error
! 5068: detection - file_block_read used instead of native read
! 5069:
! 5070: * src/include/pa_common.h: - added file_block_read declaration
! 5071:
! 5072: 2006-12-01 misha
! 5073:
! 5074: * operators.txt: - info about $var.CLASS_NAME was added
! 5075:
! 5076: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
! 5077: $var.CLASS_NAME added
! 5078:
! 5079: * operators.txt: - added info about ^file:copy[]
! 5080:
! 5081: * src/classes/file.C: - ^file:copy[from;fo] was added
! 5082:
! 5083: 2006-11-20 misha
! 5084:
! 5085: * src/classes/date.C: - bug fix :)
! 5086:
! 5087: 2006-11-17 misha
! 5088:
! 5089: * src/include/pa_common.h: - array in crc32 calculation was changed
! 5090: to static
! 5091:
! 5092: * src/main/pa_common.C: - little optimization in getMonthDays -
! 5093: small changes in crc32 calculation
! 5094:
! 5095: * src/classes/date.C: - not needed code was removed
! 5096:
! 5097: 2006-11-16 misha
! 5098:
! 5099: * src/types/pa_vmail.C: - fix missed brakes
! 5100:
! 5101: * src/types/pa_vmail.C: - mail:send now set content-type:
! 5102: multipart/related instead of multipart/mixed if file have
! 5103: $.content-id[]
! 5104:
! 5105: 2006-11-15 misha
! 5106:
! 5107: * src/types/pa_vdouble.h: abs -> fabs
! 5108:
! 5109: 2006-11-14 misha
! 5110:
! 5111: * operators.txt: - added info about ^file.md5[] and
! 5112: ^file:md5[file-name]
! 5113:
! 5114: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
! 5115: added
! 5116:
! 5117: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
! 5118: FILE_BUFFER_SIZE
! 5119:
! 5120: * src/classes/math.C: - hex_string was moved to pa_common.h
! 5121:
! 5122: * src/include/pa_common.h: - hex_string was moved from math.C -
! 5123: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
! 5124:
! 5125: * src/types/pa_vdouble.h: - incorrect frac detection with negative
! 5126: values was fixed
! 5127:
! 5128: 2006-11-13 misha
! 5129:
! 5130: * operators.txt: - added info about ^math:crc32[string],
! 5131: ^file:crc32[file-name] & ^file.crc32[]
! 5132:
! 5133: * src/classes/math.C: - added ^math:crc32[string]
! 5134:
! 5135: * src/classes/file.C: - some comments were changed - added
! 5136: ^file:crc32[file-name] and ^file.crc32[]
! 5137:
! 5138: * src/: include/pa_common.h, main/pa_common.C: - some functions for
! 5139: crc32 calculation added
! 5140:
! 5141: 2006-11-03 misha
! 5142:
! 5143: * src/include/pa_array.h: - not needed variable removed
! 5144:
! 5145: * tests/: 150.html, 151.html, results/150.processed,
! 5146: results/151.processed: - 2 tests were added
! 5147:
! 5148: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
! 5149: with $.reverse(1) were fixed
! 5150:
! 5151: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
! 5152: query converted to $.charset during ^file::load[http://...]
! 5153:
! 5154: 2006-11-02 misha
! 5155:
! 5156: * src/include/pa_table.h: ups. forget '=' char
! 5157:
! 5158: * src/include/pa_table.h: - one more fix in
! 5159: .locate[...][$.reverse(1)]
! 5160:
! 5161: 2006-11-01 misha
! 5162:
! 5163: * src/classes/math.C: - bug fix, details:
! 5164: http://www.parser.ru/forum/?id=53360
! 5165:
! 5166: * src/include/pa_table.h: - bug fix during ^table.locate( condition
! 5167: false for all records )[$.reverse(1)]
! 5168:
! 5169: * src/main/pa_http.C: - second param for this mid method is length
! 5170: but not end_index so this method has error and can't detect
! 5171: charsets in next content-types: Content-type: text/html;
! 5172: charset="windows-1251" Content-type: text/html;
! 5173: charset="windows-1251"; Content-type: text/html;
! 5174: charset=windows-1251;
! 5175:
! 5176: only Content-type: text/html; charset=windows-1251 was fine
! 5177:
! 5178: 2006-10-31 misha
! 5179:
! 5180: * src/classes/file.C: - empty args in file::exec removed now
! 5181:
! 5182: 2006-09-11 misha
! 5183:
! 5184: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
! 5185: replaced to table::create - some changes in text/code formatting
! 5186:
! 5187: 2006-09-03 paf
! 5188:
! 5189: * src/classes/file.C: proper tainting of
! 5190: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
! 5191:
! 5192: 2006-06-09 paf
! 5193:
! 5194: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
! 5195:
! 5196: * src/classes/table.C: formatting
! 5197:
! 5198: * src/classes/table.C: incorporated patch from misha: Sent:
! 5199: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
! 5200: ignoring string options for ^table.save[]
! 5201:
! 5202: * src/classes/hash.C: incorporated patch from misha Sent:
! 5203: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
! 5204: $hash._default disappear while
! 5205:
! 5206: * operators.txt: ^mail:send[ $.file1[ $.value[file]
! 5207: $.format[!uue|!base64] << new base64 option. default uue ] ]
! 5208:
! 5209: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
! 5210: PM Subject: patch for base64 in ^mail:send[] %-)
! 5211:
! 5212: 2006-04-09 paf
! 5213:
! 5214: * src/main/compile.tab.C: ` change compiled
! 5215:
! 5216: * gnu.vcproj, operators.txt, parser3.sln,
! 5217: src/classes/classes.vcproj, src/classes/file.C,
! 5218: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
! 5219: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
! 5220: src/classes/xnode.C, src/include/pa_array.h,
! 5221: src/include/pa_config_fixed.h, src/include/pa_dir.h,
! 5222: src/include/pa_memory.h, src/include/pa_request.h,
! 5223: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
! 5224: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
! 5225: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 5226: src/lib/pcre/pcre_dftables.vcproj,
! 5227: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
! 5228: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
! 5229: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
! 5230: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 5231: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
! 5232: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
! 5233: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
! 5234: src/main/pa_stylesheet_manager.C,
! 5235: src/targets/apache13/ApacheModuleParser3.vcproj,
! 5236: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 5237: src/targets/apache13core/pa_threads.C, src/targets/cgi/getopt.c,
! 5238: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
! 5239: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
! 5240: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
! 5241: src/types/pa_value.h, src/types/pa_vcookie.C,
! 5242: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
! 5243: src/types/pa_vmail.C, src/types/pa_vresponse.C,
! 5244: src/types/pa_vstatus.C, src/types/types.vcproj,
! 5245: tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
! 5246: ^break[] ^continue[], in ^for, ^while, ^menu,
! 5247: ^hash/hashfile.foreach
! 5248:
! 5249: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
! 5250: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
! 5251: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
! 5252: src/classes/xnode.C, src/include/pa_array.h,
! 5253: src/include/pa_config_fixed.h, src/include/pa_dir.h,
! 5254: src/include/pa_memory.h, src/include/pa_request.h,
! 5255: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
! 5256: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
! 5257: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 5258: src/lib/pcre/pcre_dftables.vcproj,
! 5259: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
! 5260: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
! 5261: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
! 5262: src/main/pa_cache_managers.C, src/main/pa_charset.C,
! 5263: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
! 5264: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
! 5265: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
! 5266: src/main/pa_stylesheet_manager.C,
! 5267: src/targets/apache13/ApacheModuleParser3.vcproj,
! 5268: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 5269: src/targets/apache13core/pa_threads.C, src/targets/cgi/getopt.c,
! 5270: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
! 5271: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
! 5272: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
! 5273: src/types/pa_value.h, src/types/pa_vcookie.C,
! 5274: src/types/pa_vmail.C, src/types/pa_vresponse.C,
! 5275: src/types/pa_vstatus.C, src/types/types.vcproj,
! 5276: tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
! 5277: switched to VS2005 (projects and object<info explicitly
! 5278: typed>.for_each(, info)) + $response:field[] setting void means
! 5279: removing + grammar $name` name stops now, for mysql `$field` +
! 5280: started ^break[] ^continue[], in ^for. TODO: to other iterators
! 5281: (while, menu, foreach) + all log messages += [uri=, method=, cl=]
! 5282:
! 5283: * buildall-with-xml: merged . ftp paths update
! 5284:
! 5285: * buildall-with-xml: . ftp paths update
! 5286:
! 5287: 2006-03-04 paf
! 5288:
! 5289: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
! 5290: checks++ [thanks to Igor Zinkovsky for detailed report]
! 5291:
! 5292: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
! 5293: Igor Zinkovsky for detailed report]
! 5294:
! 5295: 2006-03-01 paf
! 5296:
! 5297: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
! 5298: \n to ' ' in
! 5299:
! 5300: 2006-02-18 paf
! 5301:
! 5302: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
! 5303: \n to ' ' in
! 5304:
! 5305: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
! 5306:
! 5307: 2006-02-03 paf
! 5308:
! 5309: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
! 5310: base64
! 5311:
! 5312: * src/main/pa_common.C: ! bugfix: decoding from base64
! 5313:
! 5314: 2006-01-20 paf
! 5315:
! 5316: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
! 5317: economy fix
! 5318:
! 5319: * src/classes/: table.C: merged from HEAD ! bugfix
! 5320: ^table.save[$.encloser-s now handled properly
! 5321:
! 5322: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
! 5323: handled properly
! 5324:
! 5325: 2006-01-19 paf
! 5326:
! 5327: * buildall-with-xml, buildall-without-xml: merged from HEAD !
! 5328: libgc:USE_MUNMAP activates merging of free memory blocks which
! 5329: helps a lot in our case: after transform we want
! 5330: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
! 5331:
! 5332: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
! 5333: economy fix
! 5334:
! 5335: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
! 5336: activates merging of free memory blocks which helps a lot in our
! 5337: case: after transform we want CORD(main.result)->cstr[big
! 5338: malloc]->transcode[big malloc]
! 5339:
! 5340: 2006-01-17 paf
! 5341:
! 5342: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
! 5343: before reading them. got rid of reallocs = became quicker and
! 5344: less fragmentated
! 5345:
! 5346: 2005-12-29 paf
! 5347:
! 5348: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
! 5349: configure, configure.in, src/include/pa_version.h,
! 5350: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
! 5351: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
! 5352: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
! 5353: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
! 5354: src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
! 5355:
! 5356: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
! 5357: packaged when 'make dist', so do configure companion files in
! 5358: src/lib/ltdl
! 5359:
! 5360: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
! 5361: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
! 5362: missing: . now config_auto.h is created with configure [were
! 5363: constant]
! 5364:
! 5365: * INSTALL: . references to documentation and some clarification
! 5366:
! 5367: * buildall-with-xml, buildall-without-xml: . farawell doc
! 5368: indication
! 5369:
! 5370: * Makefile.am: . dist+=buildall*
! 5371:
! 5372: 2005-12-28 paf
! 5373:
! 5374: * configure: . 3.2.1
! 5375:
! 5376: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
! 5377: simplify build process, see INSTALL
! 5378:
! 5379: 2005-12-26 paf
! 5380:
! 5381: * configure: ver
! 5382:
! 5383: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
! 5384: version
! 5385:
! 5386: 2005-12-21 paf
! 5387:
! 5388: * src/main/compile.tab.C, src/main/main.vcproj,
! 5389: www/htdocs/_bug.html: . win32: grammar is now compiled with bison
! 5390: 1.875b, it reports unexpected token names
! 5391:
! 5392: 2005-12-19 paf
! 5393:
! 5394: * src/main/compile.tab.C, src/types/pa_vxnode.h,
! 5395: www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
! 5396: holds a link to xmlNode to prevent premature gc(xmlNode)
! 5397:
! 5398: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
! 5399: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
! 5400: src/main/main.vcproj, src/main/pa_globals.C,
! 5401: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 5402: src/targets/cgi/parser3.vcproj,
! 5403: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
! 5404: configure, configure.in, src/include/pa_version.h: . killing
! 5405: gdome [what a relief]
! 5406:
! 5407: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
! 5408: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
! 5409: run_parser.sh, results/001.processed, results/002.processed,
! 5410: results/003.processed, results/004.processed,
! 5411: results/005.processed, results/006.processed,
! 5412: results/008.processed, results/009.processed,
! 5413: results/010.processed, results/011.processed,
! 5414: results/012.processed, results/013.processed,
! 5415: results/014.processed, results/015.processed,
! 5416: results/016.processed, results/017.processed,
! 5417: results/018.processed, results/020.processed,
! 5418: results/021.processed, results/022.processed,
! 5419: results/023.processed, results/024.processed,
! 5420: results/025.processed, results/026.processed,
! 5421: results/027.processed, results/028.processed,
! 5422: results/029.processed, results/030.processed,
! 5423: results/031.processed, results/032.processed,
! 5424: results/033.processed, results/034.processed,
! 5425: results/035.processed, results/036.processed,
! 5426: results/037.processed, results/038.processed,
! 5427: results/039.processed, results/040.processed,
! 5428: results/041.processed, results/042.processed,
! 5429: results/043.processed, results/044.processed,
! 5430: results/045.processed, results/046.processed,
! 5431: results/047.processed, results/048.processed,
! 5432: results/049.processed, results/050.processed,
! 5433: results/051.processed, results/052.processed,
! 5434: results/053.processed, results/054.processed,
! 5435: results/055.processed, results/056.processed,
! 5436: results/057.processed, results/058.processed,
! 5437: results/059.processed, results/060.processed,
! 5438: results/061.processed, results/062.processed,
! 5439: results/063.processed, results/064.processed,
! 5440: results/065.processed, results/066.processed,
! 5441: results/067.processed, results/068.processed,
! 5442: results/069.processed, results/070.processed,
! 5443: results/071.processed, results/072.processed,
! 5444: results/073.processed, results/074.processed,
! 5445: results/075.processed, results/076.processed,
! 5446: results/077.processed, results/078.processed,
! 5447: results/079.processed, results/080.processed,
! 5448: results/081.processed, results/082.processed,
! 5449: results/083.processed, results/084.processed,
! 5450: results/085.processed, results/086.processed,
! 5451: results/087.processed, results/088.processed,
! 5452: results/089.processed, results/090.processed,
! 5453: results/091.processed, results/092.processed,
! 5454: results/093.processed, results/094.processed,
! 5455: results/095.processed, results/096.processed,
! 5456: results/097.processed, results/099.processed,
! 5457: results/100.processed, results/101.processed,
! 5458: results/102.processed, results/104.processed,
! 5459: results/105.processed, results/106.processed,
! 5460: results/107.processed, results/108.processed,
! 5461: results/109.processed, results/110.processed,
! 5462: results/111.processed, results/112.processed,
! 5463: results/113.processed, results/114.processed,
! 5464: results/115.processed, results/117.processed,
! 5465: results/119.processed, results/120.processed,
! 5466: results/121.processed, results/122.processed,
! 5467: results/123.processed, results/124.processed,
! 5468: results/125.processed, results/126.processed,
! 5469: results/127.processed, results/128.processed,
! 5470: results/129.processed, results/130.processed,
! 5471: results/131.processed, results/132.processed,
! 5472: results/133.processed, results/134.processed,
! 5473: results/135.processed, results/136.processed,
! 5474: results/138.processed, results/139.processed,
! 5475: results/140.processed, results/141.processed,
! 5476: results/142.processed, results/143.processed,
! 5477: results/144.processed, results/145.processed,
! 5478: results/146.processed, results/147.processed,
! 5479: results/148.processed, results/149.processed, results/auto.p: .
! 5480: now works if we turn off default auto.p
! 5481:
! 5482: * configure: . makes
! 5483:
! 5484: * src/types/pa_vxnode.C: . less warnings
! 5485:
! 5486: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
! 5487: tests/145.html, tests/149.html, tests/descript.ion,
! 5488: tests/outputs/d.cmd, tests/results/142.processed,
! 5489: tests/results/143.processed, tests/results/144.processed,
! 5490: tests/results/145.processed, tests/results/146.processed,
! 5491: tests/results/147.processed, tests/results/148.processed,
! 5492: tests/results/149.processed, www/htdocs/_bug.html: . removed
! 5493: .nodeValue from all node types other than 5 (grabbed piece from
! 5494: gdome)
! 5495:
! 5496: * tests/: 137.html, results/137.processed: . not handled this case
! 5497: yet. code does not hang from inserting parent into child,
! 5498: considering thing minor issue -- nodes are removed from source
! 5499: anyway, don't know why shold that be an error after all
! 5500:
! 5501: * src/targets/cgi/parser3.C: . style
! 5502:
! 5503: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
! 5504: xdoc too [were barking "not element"]
! 5505:
! 5506: 2005-12-16 paf
! 5507:
! 5508: * tests/146.html, tests/147.html, tests/148.html,
! 5509: www/htdocs/_bug.html: . more tests
! 5510:
! 5511: * src/classes/xnode.C: . also bark on possible errors
! 5512:
! 5513: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
! 5514: props
! 5515:
! 5516: * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
! 5517: (confused it with ^call[] case)
! 5518:
! 5519: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
! 5520: main/compile.y: merged from HEAD ! fixed overoptimized
! 5521: ^call(false) case. (confused it with ^call[] case)
! 5522:
! 5523: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
! 5524: ^call(false) case. (confused it with ^call[] case)
! 5525:
! 5526: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
! 5527:
! 5528: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
! 5529: results/001.processed, results/002.processed,
! 5530: results/003.processed, results/004.processed,
! 5531: results/005.processed, results/006.processed,
! 5532: results/008.processed, results/009.processed,
! 5533: results/010.processed, results/011.processed,
! 5534: results/012.processed, results/013.processed,
! 5535: results/014.processed, results/015.processed,
! 5536: results/016.processed, results/017.processed,
! 5537: results/018.processed, results/019.processed,
! 5538: results/020.processed, results/021.processed,
! 5539: results/022.processed, results/023.processed,
! 5540: results/024.processed, results/025.processed,
! 5541: results/026.processed, results/027.processed,
! 5542: results/028.processed, results/029.processed,
! 5543: results/030.processed, results/031.processed,
! 5544: results/032.processed, results/033.processed,
! 5545: results/034.processed, results/035.processed,
! 5546: results/036.processed, results/037.processed,
! 5547: results/038.processed, results/039.processed,
! 5548: results/040.processed, results/041.processed,
! 5549: results/042.processed, results/043.processed,
! 5550: results/044.processed, results/045.processed,
! 5551: results/046.processed, results/047.processed,
! 5552: results/048.processed, results/049.processed,
! 5553: results/050.processed, results/051.processed,
! 5554: results/052.processed, results/053.processed,
! 5555: results/054.processed, results/055.processed,
! 5556: results/056.processed, results/057.processed,
! 5557: results/058.processed, results/059.processed,
! 5558: results/060.processed, results/061.processed,
! 5559: results/062.processed, results/063.processed,
! 5560: results/064.processed, results/065.processed,
! 5561: results/066.processed, results/067.processed,
! 5562: results/068.processed, results/069.processed,
! 5563: results/070.processed, results/071.processed,
! 5564: results/072.processed, results/073.processed,
! 5565: results/074.processed, results/075.processed,
! 5566: results/076.processed, results/077.processed,
! 5567: results/078.processed, results/079.processed,
! 5568: results/080.processed, results/081.processed,
! 5569: results/082.processed, results/083.processed,
! 5570: results/084.processed, results/085.processed,
! 5571: results/086.processed, results/087.processed,
! 5572: results/088.processed, results/089.processed,
! 5573: results/090.processed, results/091.processed,
! 5574: results/092.processed, results/093.processed,
! 5575: results/094.processed, results/095.processed,
! 5576: results/096.processed, results/097.processed,
! 5577: results/099.processed, results/101.processed,
! 5578: results/102.processed, results/104.processed,
! 5579: results/105.processed, results/106.processed,
! 5580: results/107.processed, results/108.processed,
! 5581: results/109.processed, results/110.processed,
! 5582: results/111.processed, results/112.processed,
! 5583: results/113.processed, results/114.processed,
! 5584: results/115.processed, results/116.processed,
! 5585: results/117.processed, results/118.processed,
! 5586: results/119.processed, results/120.processed,
! 5587: results/121.processed, results/122.processed,
! 5588: results/123.processed, results/124.processed,
! 5589: results/125.processed, results/126.processed,
! 5590: results/127.processed, results/128.processed,
! 5591: results/129.processed, results/130.processed,
! 5592: results/131.processed, results/132.processed,
! 5593: results/133.processed, results/134.processed,
! 5594: results/135.processed, results/136.processed,
! 5595: results/137.processed, results/138.processed,
! 5596: results/139.processed, results/140.processed,
! 5597: results/141.processed: . refreshed old tests, made them work
! 5598: without auto.p (in utf8) . things noted: . gif got encoded
! 5599: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
! 5600: some strange year)
! 5601:
! 5602: * INSTALL: . revived linux libgc fix
! 5603:
! 5604: * INSTALL, configure.in, src/lib/Makefile.am,
! 5605: src/lib/patches/Makefile.am, src/lib/patches/gdome2.patch: .
! 5606: sweetest part [no glib/gdome in INSTALL and patches]
! 5607:
! 5608: * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 5609: src/include/pa_charset.h, src/include/pa_config_includes.h,
! 5610: src/include/pa_globals.h, src/include/pa_memory.h,
! 5611: src/include/pa_request.h, src/include/pa_xml_exception.h,
! 5612: src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
! 5613: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
! 5614: src/lib/cord/cordxtra.c, src/main/compile.tab.C,
! 5615: src/main/pa_charset.C, src/main/pa_globals.C,
! 5616: src/main/pa_memory.C, src/main/pa_request.C,
! 5617: src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
! 5618: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 5619: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 5620: www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
! 5621: gdome
! 5622:
! 5623: 2005-12-13 paf
! 5624:
! 5625: * src/main/: pa_request.C: merged from HEAD ! when code in
! 5626: @unhandled_exception thrown another exception, print correct
! 5627: origin (earlier code in catch of exception inside of
! 5628: @unhandled_exception grabbed parent_frame(original_exception)
! 5629: origin and printed it, instead of true origin)
! 5630:
! 5631: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
! 5632: another exception, print correct origin (earlier code in catch of
! 5633: exception inside of @unhandled_exception grabbed
! 5634: parent_frame(original_exception) origin and printed it, instead
! 5635: of true origin)
! 5636:
! 5637: 2005-12-09 paf
! 5638:
! 5639: * INSTALL: . updated INSTALL doc to work around linux stack base
! 5640: detection problem, due to change in gc6.4 code
! 5641:
! 5642: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
! 5643: ignored in ^string.matched :(
! 5644:
! 5645: * src/main/pa_string.C: ! regex tainting were ignored in
! 5646: ^string.matched :(
! 5647:
! 5648: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
! 5649: src/doc/html/.htaccess, src/doc/html/index.htm,
! 5650: src/include/pa_config_fixed.h, src/include/pa_version.h,
! 5651: src/lib/patches/Makefile.am, src/lib/patches/gc.patch,
! 5652: src/main/compile.y, src/main/compile_tools.h,
! 5653: src/main/pa_charset.C, src/main/pa_common.C,
! 5654: src/main/pa_globals.C, src/main/pa_string.C,
! 5655: src/targets/apache13core/mod_parser3_core.C,
! 5656: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
! 5657: src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
! 5658: www/htdocs/auto.p: . merged latest fixes from 3.2.0
! 5659:
! 5660: 2005-12-08 paf
! 5661:
! 5662: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
! 5663: 500 chars now handled OK [were wrapped on 500th char according to
! 5664: rfc, but sendmail failed to unwrap it properly]
! 5665:
! 5666: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
! 5667: handled OK [were wrapped on 500th char according to rfc, but
! 5668: sendmail failed to unwrap it properly]
! 5669:
! 5670: * src/targets/isapi/parser3isapi.C: . less warnings
! 5671:
! 5672: * src/targets/isapi/parser3isapi.C: . undone some strange change
! 5673: since 3.1.5
! 5674:
! 5675: * src/targets/: apache13core/mod_parser3_core.C,
! 5676: isapi/parser3isapi.C: . merged from 3.1.5 release link fixes
! 5677:
! 5678: * src/classes/date.C, src/include/pa_config_fixed.h,
! 5679: src/main/compile.tab.C, src/main/compile.y,
! 5680: src/main/compile_tools.h, src/main/pa_charset.C,
! 5681: src/main/pa_common.C, src/main/pa_globals.C,
! 5682: src/main/pa_string.C, src/targets/cgi/getopt.c,
! 5683: www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
! 5684: less warnings
! 5685:
! 5686: * src/include/pa_config_fixed.h: . removed outdated string origins
! 5687: [in current storage scheme there's no place for them. someday we
! 5688: can add third CORD to store origins and special version of parser
! 5689: which stores origins there [separate binary]]
! 5690:
! 5691: * src/lib/patches/gc.patch: - incorporated into gc6.2
! 5692:
! 5693: 2005-12-07 paf
! 5694:
! 5695: * src/targets/: apache13core/mod_parser3_core.C,
! 5696: isapi/parser3isapi.C: . now links in release mode
! 5697:
! 5698: * src/include/pa_version.h: makefiles
! 5699:
! 5700: * src/include/pa_version.h: . not beta
! 5701:
! 5702: * configure, configure.in, src/include/pa_version.h: not beta
! 5703:
! 5704: 2005-12-06 paf
! 5705:
! 5706: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
! 5707: [some details here http://i2/tasks/edit/?id=4869912143891354460]
! 5708: decided to undo the change ^call[$void] passes void. now it will
! 5709: pass empty string again.
! 5710:
! 5711: * src/main/: compile.tab.C, compile.y: . version readded
! 5712:
! 5713: * src/classes/op.C: . in this version there is no ^switch[$nothing]
! 5714: = ^switch[void] problem
! 5715:
! 5716: 2005-12-01 paf
! 5717:
! 5718: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
! 5719: caused ^case[string] to be coerced to double since searching
! 5720: value were not string (it was vvoid)
! 5721:
! 5722: * src/classes/op.C: . bugfix ^switch[$void_value] caused
! 5723: ^case[string] to be coerced to double since searching value were
! 5724: not string (it was vvoid)
! 5725:
! 5726: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
! 5727: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
! 5728:
! 5729: 2005-11-30 paf
! 5730:
! 5731: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
! 5732: win32 must putenv("TZ="), on unix works only putenv("TZ")
! 5733:
! 5734: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
! 5735: putenv("TZ="), on unix works only putenv("TZ")
! 5736:
! 5737: * INSTALL: . xml libs versions updated
! 5738:
! 5739: * src/main/pa_globals.C: //20051130 trying to remove this, author
! 5740: claims that fixed a lot there // 20040920 for now both
! 5741: workarounds needed. wait for new libxml/xsl versions
! 5742:
! 5743: 2005-11-28 paf
! 5744:
! 5745: * src/classes/table.C: merged from HEAD: ! nameless table has
! 5746: columns==0
! 5747:
! 5748: * src/classes/table.C: ! nameless table has columns==0
! 5749:
! 5750: * src/main/pa_http.C: merged from HEAD: ! status line check made
! 5751: earlier [was totally wrong]
! 5752:
! 5753: * src/main/pa_http.C: ! status line check made earlier [was totally
! 5754: wrong]
! 5755:
! 5756: 2005-11-25 paf
! 5757:
! 5758: * src/include/pa_array.h: -this reduces speed(table::load) strange.
! 5759: undoing for now...
! 5760:
! 5761: * src/include/pa_version.h: -this reduces speed(table::load),
! 5762: strange. undoing
! 5763:
! 5764: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
! 5765:
! 5766: * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
! 5767: ^while(){}[SEPARATOR]
! 5768:
! 5769: * src/include/pa_array.h: + optimistics added: all arrays (table
! 5770: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
! 5771: this speeds things up and saves memory a LOT! (not noticed
! 5772: negative effect on syntetic tests, future will tell...)
! 5773:
! 5774: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
! 5775: changed gc_malloc implementation, which obscured profiling
! 5776:
! 5777: * src/classes/table.C: merged from HEAD: + optimized
! 5778: table::load/sql, now row ArrayString-s allocated with
! 5779: columns.count() elements and don't always grow from
! 5780: count=3[realloc,realloc]
! 5781:
! 5782: * src/classes/table.C: + optimized table::load/sql, now row
! 5783: ArrayString-s allocated with columns.count() elements and don't
! 5784: always grow from count=3[realloc,realloc]
! 5785:
! 5786: * src/classes/table.C: merged from HEAD: . ^table.save unused
! 5787: buffer after save
! 5788:
! 5789: * src/classes/table.C: . ^table.save unused buffer after save
! 5790:
! 5791: 2005-11-24 paf
! 5792:
! 5793: * configure.in: . merged glib2-config patch
! 5794:
! 5795: * configure.in: + trying to find glib2-config
! 5796:
! 5797: * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
! 5798: src/main/pa_common.C, src/main/pa_request.C,
! 5799: www/htdocs/_bug.html: merged from HEAD: ! changed
! 5800: file/dir_readable to simple file/dir_exist, this would help in
! 5801: situations "class not found because .p file has bad rights" << in
! 5802: that case error would be explicit "access denied to 'this' file"
! 5803:
! 5804: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
! 5805:
! 5806: * src/: classes/file.C, include/pa_common.h, main/execute.C,
! 5807: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
! 5808: to simple file/dir_exist, this would help in situations "class
! 5809: not found because .p file has bad rights" << in that case error
! 5810: would be explicit "access denied to 'this' file"
! 5811:
! 5812: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
! 5813: include/pa_http.h, main/Makefile.am, main/main.vcproj,
! 5814: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
! 5815: ^file::exec/cgi[script;$.charset[changed]
! 5816: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
! 5817: encoded in $.charset charset
! 5818:
! 5819: * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
! 5820: www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
! 5821: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
! 5822: encoded in $.charset charset
! 5823:
! 5824: * src/: include/Makefile.am, include/pa_common.h,
! 5825: include/pa_http.h, main/Makefile.am, main/main.vcproj,
! 5826: main/pa_common.C, main/pa_http.C: . extracted http:// into
! 5827: separate file [preparation for
! 5828: ^file::cgi[script;$.form[$.field1[]
! 5829:
! 5830: 2005-11-22 paf
! 5831:
! 5832: * src/: include/pa_version.h, main/compile.tab.C: makefiles
! 5833:
! 5834: * acinclude.m4, configure.in: . merged underquting fixes
! 5835:
! 5836: * src/include/pa_config_auto.h.in: configure+makes
! 5837:
! 5838: * src/classes/op.C: . overmerged a little
! 5839:
! 5840: * src/main/compile.tab.C: Makefile
! 5841:
! 5842: * src/main/: pa_common.C: . less gcc warnings
! 5843:
! 5844: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
! 5845: now reports original exception if we have no old cache
! 5846:
! 5847: * src/classes/op.C, www/htdocs/_bug.html: +
! 5848: $exception.handled[cache] now reports original exception if we
! 5849: have no old cache
! 5850:
! 5851: * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
! 5852: www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
! 5853: << escapes these: \^$.[]|()?*+{}
! 5854:
! 5855: * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
! 5856: www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
! 5857: \^$.[]|()?*+{}
! 5858:
! 5859: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
! 5860: getenv-ed variable, which does not work both on win32&unix.
! 5861: copied old TZ value now
! 5862:
! 5863: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
! 5864: stored pointer to getenv-ed variable, which does not work both on
! 5865: win32&unix. copied old TZ value now
! 5866:
! 5867: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
! 5868: getenv-ed variable, which does not work both on win32&unix.
! 5869: copied old TZ value now
! 5870:
! 5871: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
! 5872: access to internal hash
! 5873:
! 5874: * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
! 5875: $response:headers access to internal hash
! 5876:
! 5877: * src/targets/: apache13core/mod_parser3_core.C,
! 5878: isapi/parser3isapi.C: merged from HEAD: +
! 5879: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
! 5880: isapi] this reduces number of "GC Warning: Repeated allocation of
! 5881: very large block" messages to only important onces
! 5882:
! 5883: * src/targets/apache13core/mod_parser3_core.C,
! 5884: src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
! 5885: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
! 5886: isapi] this reduces number of "GC Warning: Repeated allocation of
! 5887: very large block" messages to only important onces
! 5888:
! 5889: * src/classes/string.C: merged from HEAD: + removed limitation on
! 5890: ^string/int/double:sql{}[$.default[({param style})] ]
! 5891:
! 5892: * src/classes/string.C: + removed limitation on
! 5893: ^string/int/double:sql{}[$.default[({param style})] ]
! 5894:
! 5895: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
! 5896: with ?params or $.form option" limitation
! 5897:
! 5898: * src/main/pa_common.C: + removed "use either uri with ?params or
! 5899: $.form option" limitation
! 5900:
! 5901: * src/classes/file.C, src/classes/string.C,
! 5902: src/include/pa_common.h, src/main/pa_common.C,
! 5903: www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
! 5904: ^file::base64[encoded] decode
! 5905:
! 5906: * src/classes/file.C, src/classes/string.C,
! 5907: src/include/pa_common.h, src/main/pa_common.C,
! 5908: www/htdocs/_bug.html: + ^file.base64[] encode +
! 5909: ^file::base64[encoded] decode
! 5910:
! 5911: * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
! 5912: ^string.base64[] encode + ^string:base64[encoded] decode
! 5913:
! 5914: * src/classes/string.C, src/include/pa_common.h,
! 5915: src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
! 5916: encode + ^string.base64[] decode
! 5917:
! 5918: 2005-11-21 paf
! 5919:
! 5920: * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
! 5921: ^file::create[text;file.xml;^untaint[xml]{data}]
! 5922:
! 5923: * src/classes/file.C, www/htdocs/_bug.html: +
! 5924: ^file::create[text;file.xml;^untaint[xml]{data}]
! 5925:
! 5926: * src/main/pa_request.C: ! merged: $response:body[file] now
! 5927: differes from :download, it does not return content-disposition
! 5928: at all now [previusely it returned valueless content-disposition]
! 5929:
! 5930: * src/main/pa_request.C: ! $response:body[file] now differes from
! 5931: :download, it does not return content-disposition at all now
! 5932: [previusely it returned valueless content-disposition]
! 5933:
! 5934: * src/main/: compile.tab.C, compile.y: ! overoptimized void
! 5935: literals, reverted to just vvod, recreating empty array with each
! 5936: void_value token. that's absolutely needed, since that array
! 5937: grows
! 5938:
! 5939: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
! 5940: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
! 5941: types/pa_vmethod_frame.h: + merged: expression literals:
! 5942: true/false. ^format[$.indent(true)]
! 5943:
! 5944: * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
! 5945: src/types/pa_vbool.h, src/types/pa_vdouble.h,
! 5946: src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
! 5947: www/htdocs/_bug.html: + expression literals: true/false.
! 5948: ^format[$.indent(true)]
! 5949:
! 5950: * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
! 5951: src/types/types.vcproj, www/htdocs/_bug.html,
! 5952: www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
! 5953: "3.1.5beta (compiled on i386-pc-win32)"
! 5954:
! 5955: * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
! 5956: src/types/types.vcproj, www/htdocs/_bug.html: +
! 5957: $env:PARSER_VERSION reports "3.1.5beta (compiled on
! 5958: i386-pc-win32)"
! 5959:
! 5960: 2005-11-18 paf
! 5961:
! 5962: * src/classes/: double.C, int.C: ! ^int/double:sql{select
! 5963: null}[$.default(123)] will now return default value
! 5964:
! 5965: * www/htdocs/_bug.html: + ^cache[] << returns current cache
! 5966: expiration time
! 5967:
! 5968: * src/classes/op.C: + merged ^cache[] << returns current cache
! 5969: expiration time
! 5970:
! 5971: * src/classes/op.C: + ^cache[] << returns current cache expiration
! 5972: time
! 5973:
! 5974: * src/classes/table.C: ! merged ^table::create[not'nameless';
! 5975: failed << Exception.problem_source pointed to local var!
! 5976:
! 5977: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
! 5978: Exception.problem_source pointed to local var!
! 5979:
! 5980: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
! 5981: now loads VFile.ptr!=0, so such files can be saved now
! 5982:
! 5983: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
! 5984: loads VFile.ptr!=0, so such files can be saved now
! 5985:
! 5986: * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
! 5987: ! merged: file:list now sees .xxx files, only . and .. now
! 5988: removed from list [were removed all .*]
! 5989:
! 5990: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
! 5991: .. now removed from list [were removed all .*]
! 5992:
! 5993: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
! 5994: open error now checked, were not :( [stole that piece from apache
! 5995: 1.3 sources]
! 5996:
! 5997: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
! 5998: checked, were not :( [stole that piece from apache 1.3 sources]
! 5999:
! 6000: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
! 6001: untainting of @main result if returned by $result or
! 6002: $response:body
! 6003:
! 6004: * src/main/pa_request.C: ! ensured proper untainting of @main
! 6005: result if returned by $result or $response:body
! 6006:
! 6007: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
! 6008: issue: now tries to guess content-length and allocates one big
! 6009: piece if possible [regretfully gc_realloc works as malloc+free,
! 6010: leaving lots of holes behind]
! 6011:
! 6012: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
! 6013: fixed file load memory issue: now tries to guess content-length
! 6014: and allocates one big piece if possible [regretfully gc_realloc
! 6015: works as malloc+free, leaving lots of holes behind]
! 6016:
! 6017: 2005-11-16 paf
! 6018:
! 6019: * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
! 6020: src/main/compile.tab.C, src/main/pa_common.C,
! 6021: www/htdocs/_bug.html: merged to HEAD: ! table::save with
! 6022: enclosers now doubles them: "->"" ! table::save/load do not
! 6023: remove elements from options hash
! 6024:
! 6025: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
! 6026: [were overoptimized ^if(double_literal), compiler confused
! 6027: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
! 6028:
! 6029: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
! 6030: [were overoptimized ^if(double_literal), compiler confused
! 6031: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
! 6032:
! 6033: * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
! 6034: src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
! 6035: enclosers now doubles them: "->"" ! table::save/load do not
! 6036: remove elements from options hash
! 6037:
! 6038: 2005-11-03 paf
! 6039:
! 6040: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
! 6041: compilation, not all makefiles liked that
! 6042:
! 6043: 2005-08-30 paf
! 6044:
! 6045: * src/classes/op.C: merge . speedup check of [DEFAULT]
! 6046:
! 6047: * src/classes/op.C: . speedup check of [DEFAULT]
! 6048:
! 6049: 2005-08-26 paf
! 6050:
! 6051: * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
! 6052: merged + date.week
! 6053:
! 6054: * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
! 6055: date.week
! 6056:
! 6057: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
! 6058: complains about bad!=nameless
! 6059:
! 6060: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
! 6061: about bad!=nameless
! 6062:
! 6063: * src/classes/: hash.C, string.C, table.C, void.C: merged !
! 6064: optional options were allowed to be empty. were checked
! 6065: if(is_string), changed to !defined||is_string to allow void
! 6066:
! 6067: * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
! 6068: src/classes/hash.C, src/classes/string.C, src/classes/table.C,
! 6069: src/classes/void.C: ! optional options were allowed to be empty.
! 6070: were checked if(is_string), changed to !defined||is_string to
! 6071: allow void
! 6072:
! 6073: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
! 6074: as_junction where they needed as_int/double, so failed with
! 6075: recent "(const) now no junction" optimization
! 6076:
! 6077: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
! 6078: merged ! many classes/* used as_junction where they needed
! 6079: as_int/double, so failed with recent "(const) now no junction"
! 6080: optimization
! 6081:
! 6082: * src/classes/double.C, src/classes/int.C, src/classes/math.C,
! 6083: src/classes/op.C, src/classes/string.C, src/classes/table.C,
! 6084: src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
! 6085: www/htdocs/_bug.html: ! many classes/* used as_junction where
! 6086: they needed as_int/double, so failed with recent "(const) now no
! 6087: junction" optimization
! 6088:
! 6089: 2005-08-24 paf
! 6090:
! 6091: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
! 6092: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
! 6093: stripped it
! 6094:
! 6095: 2005-08-09 paf
! 6096:
! 6097: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
! 6098: not cleared
! 6099:
! 6100: * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
! 6101: transcodes env fine
! 6102:
! 6103: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 6104: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 6105: classes/hashfile.C, classes/image.C, classes/int.C,
! 6106: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 6107: classes/response.C, classes/string.C, classes/table.C,
! 6108: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 6109: include/pa_array.h, include/pa_cache_managers.h,
! 6110: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 6111: include/pa_config_fixed.h, include/pa_config_includes.h,
! 6112: include/pa_dictionary.h, include/pa_dir.h,
! 6113: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 6114: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
! 6115: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
! 6116: include/pa_request_charsets.h, include/pa_request_info.h,
! 6117: include/pa_sapi.h, include/pa_socks.h,
! 6118: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 6119: include/pa_stack.h, include/pa_string.h,
! 6120: include/pa_stylesheet_connection.h,
! 6121: include/pa_stylesheet_manager.h, include/pa_table.h,
! 6122: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 6123: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 6124: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 6125: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
! 6126: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
! 6127: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
! 6128: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 6129: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 6130: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
! 6131: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
! 6132: main/pa_sql_driver_manager.C, main/pa_string.C,
! 6133: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
! 6134: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
! 6135: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
! 6136: targets/apache13/mod_parser3.c,
! 6137: targets/apache13core/mod_parser3_core.C,
! 6138: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
! 6139: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
! 6140: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 6141: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 6142: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 6143: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 6144: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 6145: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 6146: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 6147: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
! 6148: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 6149: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
! 6150: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
! 6151: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 6152: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.h,
! 6153: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 6154: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 6155: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 6156: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 6157: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 6158: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
! 6159: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 6160: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
! 6161: 2005
! 6162:
! 6163: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
! 6164: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
! 6165: speedup consequent checks in vmethod_frame
! 6166:
! 6167: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
! 6168: not cleared
! 6169:
! 6170: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
! 6171: params: 50 max (were 10)
! 6172:
! 6173: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
! 6174: params: 50 max (were 10)
! 6175:
! 6176: * src/types/pa_value.h, src/types/pa_vdouble.h,
! 6177: src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
! 6178: src/types/pa_vvoid.C, src/types/pa_vvoid.h,
! 6179: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 6180: www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
! 6181: inside now is void (were: empty string) ! simplified (double)
! 6182: speedup consequent checks in vmethod_frame
! 6183:
! 6184: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
! 6185: optimized constants in expressions vstring->vdouble + optimized
! 6186: ^call(vdouble), no junction creation, no calls later
! 6187:
! 6188: 2005-08-08 paf
! 6189:
! 6190: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
! 6191: integrated
! 6192:
! 6193: * bin/auto.p.dist.in: . apache bad 404 handling workaround
! 6194: integrated
! 6195:
! 6196: * src/main/compile.tab.C, src/main/compile.y,
! 6197: src/main/compile_tools.C, src/main/compile_tools.h,
! 6198: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
! 6199: merged + optimized constants in expressions vstring->vdouble +
! 6200: optimized ^call(vdouble), no junction creation, no calls later
! 6201:
! 6202: * src/types/pa_vdouble.h: merged . double values without fractional
! 6203: part now default printed as %.0f instead of %g
! 6204:
! 6205: * src/types/pa_vdouble.h: . double values without fractional part
! 6206: now default printed as %.0f instead of %g
! 6207:
! 6208: * www/htdocs/: _bug.html, _bug.xml: . merged ! second
! 6209: hashfile::open would cause an exception
! 6210:
! 6211: * src/classes/hashfile.C: . merged ! second hashfile::open would
! 6212: cause an exception
! 6213:
! 6214: * src/classes/hashfile.C: ! second hashfile::open would cause an
! 6215: exception
! 6216:
! 6217: * src/classes/classes.h, src/main/execute.C,
! 6218: src/types/pa_junction.h, src/types/pa_value.h,
! 6219: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 6220: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
! 6221: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 6222: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
! 6223: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 6224: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
! 6225: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 6226: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 6227: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 6228: src/types/pa_vstateless_class.C,
! 6229: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
! 6230: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 6231: src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
! 6232: . merged VJunction(new Junction) optimization from 3.1.4
! 6233:
! 6234: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
! 6235: types/pa_vstateless_class.C: + optimized new VJunction(new
! 6236: Junction(params)) to new VJunction(params), thousands of mallocs
! 6237: removed
! 6238:
! 6239: 2005-08-05 paf
! 6240:
! 6241: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
! 6242: types/pa_vdouble.h, types/pa_vmethod_frame.C,
! 6243: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
! 6244: creation, no calls later
! 6245:
! 6246: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 6247: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 6248: classes/hashfile.C, classes/image.C, classes/int.C,
! 6249: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 6250: classes/response.C, classes/string.C, classes/table.C,
! 6251: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 6252: include/pa_array.h, include/pa_cache_managers.h,
! 6253: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 6254: include/pa_config_fixed.h, include/pa_config_includes.h,
! 6255: include/pa_dictionary.h, include/pa_dir.h,
! 6256: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 6257: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
! 6258: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
! 6259: include/pa_request_charsets.h, include/pa_request_info.h,
! 6260: include/pa_sapi.h, include/pa_socks.h,
! 6261: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 6262: include/pa_stack.h, include/pa_string.h,
! 6263: include/pa_stylesheet_connection.h,
! 6264: include/pa_stylesheet_manager.h, include/pa_table.h,
! 6265: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 6266: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 6267: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 6268: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
! 6269: lib/smtp/smtp.h, main/compile.C, main/compile.y,
! 6270: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 6271: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 6272: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
! 6273: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 6274: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
! 6275: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 6276: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
! 6277: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
! 6278: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
! 6279: targets/apache13/mod_parser3.c,
! 6280: targets/apache13core/mod_parser3_core.C,
! 6281: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
! 6282: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
! 6283: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 6284: types/pa_method.h, types/pa_value.C, types/pa_value.h,
! 6285: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
! 6286: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 6287: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 6288: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 6289: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
! 6290: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
! 6291: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 6292: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 6293: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 6294: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 6295: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 6296: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 6297: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 6298: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 6299: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 6300: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
! 6301: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 6302: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h: .
! 6303: 2005 ;)
! 6304:
! 6305: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
! 6306: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
! 6307: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
! 6308: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
! 6309: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 6310: targets/apache13/ApacheModuleParser3.vcproj,
! 6311: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 6312: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
! 6313: optimized constants in expressions vstring->vdouble
! 6314:
! 6315: 2005-07-29 paf
! 6316:
! 6317: * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
! 6318: messages a bit
! 6319:
! 6320: * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
! 6321: getter can now be overridden
! 6322:
! 6323: * src/main/execute.C, src/types/pa_vclass.C,
! 6324: src/types/pa_vobject.C, www/htdocs/_bug.p,
! 6325: www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
! 6326: not replaced in case $derived:field[put] + property setter can
! 6327: now be overridden
! 6328:
! 6329: * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
! 6330: "ctor must be declared in class being created"
! 6331:
! 6332: 2005-07-28 paf
! 6333:
! 6334: * configure, configure.in, src/classes/classes.h,
! 6335: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
! 6336: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
! 6337: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
! 6338: src/classes/xnode.h, src/include/pa_hash.h,
! 6339: src/include/pa_version.h, src/main/execute.C,
! 6340: src/types/Makefile.am, src/types/pa_method.h,
! 6341: src/types/pa_value.h, src/types/pa_vclass.C,
! 6342: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 6343: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
! 6344: src/types/pa_vcookie.h, src/types/pa_vhash.h,
! 6345: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
! 6346: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
! 6347: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 6348: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
! 6349: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 6350: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 6351: src/types/pa_vstateless_class.h,
! 6352: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
! 6353: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 6354: src/types/pa_wwrapper.h, www/htdocs/.htaccess,
! 6355: www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
! 6356: www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
! 6357: dynamic_fields_join
! 6358:
! 6359: * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
! 6360: src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
! 6361: src/types/pa_method.h, src/types/pa_value.h,
! 6362: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 6363: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
! 6364: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 6365: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
! 6366: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 6367: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 6368: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 6369: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 6370: src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
! 6371: src/types/pa_vvoid.h, src/types/pa_vxnode.C,
! 6372: src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
! 6373: www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
! 6374: put_element('replace' param), and restored its checks in
! 6375: vobject.put_element->static fields | dynamic properties
! 6376:
! 6377: 2005-07-27 paf
! 6378:
! 6379: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
! 6380: is some old code containing @set_name $name
! 6381:
! 6382: * src/types/pa_vobject.h: . fixed warning
! 6383:
! 6384: * configure, configure.in, src/include/pa_version.h,
! 6385: src/types/Makefile.am: 3.2.0beta started
! 6386:
! 6387: * src/classes/xnode.C, src/include/pa_hash.h,
! 6388: src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
! 6389: www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
! 6390: www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
! 6391: false. regretfully reverted them all to checks
! 6392:
! 6393: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
! 6394: classes/op.C, main/execute.C, types/pa_method.h,
! 6395: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 6396: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 6397: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
! 6398: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
! 6399: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 6400: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 6401: types/pa_vstateless_object.h, types/pa_vvoid.h,
! 6402: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
! 6403: joined_dynamic_fields: removed unused param from put_method
! 6404: (returned to 3 params)
! 6405:
! 6406: * src/include/pa_hash.h, src/types/pa_vclass.C,
! 6407: src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
! 6408: joined_dynamic_fields: dynamic get/set works with overriding
! 6409: props [alpha2]
! 6410:
! 6411: * src/types/pa_vclass.C, www/htdocs/_bug.html:
! 6412: joined_dynamic_fields: dynamic get/set works [alfa]
! 6413:
! 6414: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
! 6415: classes/op.C, include/pa_hash.h, main/execute.C,
! 6416: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
! 6417: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 6418: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
! 6419: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
! 6420: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 6421: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 6422: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 6423: types/pa_vstateless_object.h, types/pa_vvoid.h,
! 6424: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
! 6425: joined_dynamic_fields: just compiled
! 6426:
! 6427: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 6428: classes/hashfile.C, classes/image.C, classes/table.C,
! 6429: classes/xdoc.C, classes/xnode.h, main/execute.C,
! 6430: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
! 6431: types/pa_vstateless_class.h: joined_dynamic_fields: started
! 6432:
! 6433: * src/types/pa_vobject.C: . object setters [only started, does not
! 6434: work yet]
! 6435:
! 6436: * src/include/pa_hash.h, src/types/pa_vclass.C,
! 6437: src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
! 6438: . object setters [only started, does not work yet]
! 6439:
! 6440: 2005-07-26 paf
! 6441:
! 6442: * src/include/pa_request.h, src/main/execute.C,
! 6443: www/htdocs/_bug.html: . properties: set works [alpha2]. for
! 6444: classes. todo: for objects
! 6445:
! 6446: * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
! 6447: src/types/pa_value.h, src/types/pa_vclass.C,
! 6448: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 6449: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
! 6450: src/types/pa_vcookie.h, src/types/pa_vhash.h,
! 6451: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
! 6452: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
! 6453: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 6454: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 6455: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 6456: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
! 6457: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 6458: src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
! 6459: works [alpha1]
! 6460:
! 6461: 2005-07-25 paf
! 6462:
! 6463: * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
! 6464: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 6465: www/htdocs/_bug.html: . properties: started, get works [alpha1,
! 6466: other approach]
! 6467:
! 6468: * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
! 6469: www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
! 6470: get works [alpha2]
! 6471:
! 6472: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
! 6473: pa_vstateless_class.h: . properties: started, get works [alpha]
! 6474:
! 6475: 2005-07-15 paf
! 6476:
! 6477: * src/: classes/classes.h, classes/op.C, main/execute.C,
! 6478: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
! 6479: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 6480: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 6481: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
! 6482: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
! 6483: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 6484: types/pa_vresponse.C, types/pa_vresponse.h,
! 6485: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 6486: types/pa_vstateless_object.h, types/pa_vvoid.h,
! 6487: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
! 6488: types/pa_wwrapper.h, types/types.vcproj: + started property
! 6489: [getters work but think of changing them too to precaching]
! 6490:
! 6491: 2005-07-08 paf
! 6492:
! 6493: * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
! 6494: $response:body[nonfile] caused gpf
! 6495:
! 6496: 2005-06-28 paf
! 6497:
! 6498: * src/: classes/file.C, main/untaint.C: ! string invariant violated
! 6499: in passing empty strings to file::exec/cgi environment
! 6500:
! 6501: 2005-06-06 paf
! 6502:
! 6503: * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
! 6504: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
! 6505: www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
! 6506: now DO process $.bind option
! 6507:
! 6508: 2005-05-24 paf
! 6509:
! 6510: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
! 6511: $.limit] now work again [support was broken in 3.1.4]
! 6512:
! 6513: * src/: main/pa_string.C, classes/op.C: . steps toward removing
! 6514: ALL_INTERIOR_POINTERS
! 6515:
! 6516: 2005-05-12 paf
! 6517:
! 6518: * configure: 3.1.5beta
! 6519:
! 6520: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
! 6521:
! 6522: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
! 6523: $.limit] now work again [support was broken in 3.1.4]
! 6524:
! 6525: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
! 6526: line-width [was refusing to fill if line-width >1, thanks to
! 6527: Seras <seras@pinxit.lt> for repro case
! 6528:
! 6529: 2005-04-25 paf
! 6530:
! 6531: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
! 6532: correctly
! 6533:
! 6534: 2005-04-19 paf
! 6535:
! 6536: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
! 6537: in VString violating invariant!!
! 6538:
! 6539: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
! 6540: getenv("TZ")==null
! 6541:
! 6542: 2005-04-08 paf
! 6543:
! 6544: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
! 6545: bugfix: when there is no char in charset one byte produces 6
! 6546: (ÿ <<max). increased buffer size!
! 6547:
! 6548: 2005-03-23 paf
! 6549:
! 6550: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
! 6551: ^date.sql-string now takes TZ into account
! 6552:
! 6553: 2005-03-16 paf
! 6554:
! 6555: * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
! 6556: src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
! 6557:
! 6558: * src/types/pa_vhash.C: . warning about eof eol
! 6559:
! 6560: 2005-02-17 paf
! 6561:
! 6562: * operators.txt, src/classes/op.C: + operator ^sleep(double
! 6563: seconds)
! 6564:
! 6565: 2005-02-02 paf
! 6566:
! 6567: * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
! 6568: needless includes
! 6569:
! 6570: 2005-01-31 paf
! 6571:
! 6572: * src/types/pa_vmail.C: change: $.partX now always 1... change:
! 6573: $.partNoNumber now alias to $.part1
! 6574:
! 6575: * src/types/pa_vmail.C: change: incoming letter part contains
! 6576: "content-disposition" header with any value? now considering that
! 6577: part to be "file#" [for text/plain text/html were $.text#
! 6578: $.html#]
! 6579:
! 6580: * INSTALL: updatet to latest working versions available
! 6581:
! 6582: 2005-01-20 paf
! 6583:
! 6584: * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
! 6585: version
! 6586:
! 6587: 2005-01-19 paf
! 6588:
! 6589: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
! 6590: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
! 6591: couple warnings in parser3.C
! 6592:
! 6593: 2004-12-23 paf
! 6594:
! 6595: * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
! 6596: connect string, rsplit @
! 6597:
! 6598: * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
! 6599: file::cgi/exec now set current dir to directory of script (when
! 6600: shbang used), not to directory of its interpreter
! 6601:
! 6602: * src/include/pa_version.h: compiled on win32...
! 6603:
! 6604: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
! 6605: we need more hspace
! 6606:
! 6607: * configure, configure.in, src/include/pa_version.h: configured
! 6608: host to pa_version. will be displayed everywhere
! 6609:
! 6610: * src/main/pa_request.C, www/htdocs/_bug.html: new:
! 6611: @unhandled_exception can prevent exception from being logged by
! 6612: setting $exception.handled(1)
! 6613:
! 6614: * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
! 6615: ^file::sql{query}[[options]] options: $.name[file name]
! 6616: $.content-type[application/what]
! 6617:
! 6618: * src/include/pa_common.h, src/main/pa_common.C,
! 6619: src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
! 6620: hashfile::open now creates dir for new file
! 6621:
! 6622: * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
! 6623: www/htdocs/_bug.html: bugfix: table->hash now regards _default
! 6624:
! 6625: * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
! 6626: method junction was created by accessing $name_of_method it
! 6627: acquired bad self=closest methodframe; instead of proper self
! 6628: (current class)
! 6629:
! 6630: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
! 6631: empty string from hashfile produced bad cord
! 6632:
! 6633: 2004-12-10 paf
! 6634:
! 6635: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
! 6636: subsequent failures though defined in .h
! 6637:
! 6638: * src/main/pa_common.C: comment on volatile
! 6639:
! 6640: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
! 6641: alarm function were not used since the beginning due to stupid
! 6642: error [setsigjmp were not checked in configure.in]
! 6643:
! 6644: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
! 6645: unix too
! 6646:
! 6647: * src/main/pa_common.C: http: exception status of send/recv errors
! 6648: change to most probable http.timeout
! 6649:
! 6650: * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
! 6651: connection $.timeout option now works [setsockopt on
! 6652: send/receive]
! 6653:
! 6654: 2004-12-08 paf
! 6655:
! 6656: * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
! 6657: www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
! 6658: cstr-ed knowing mail charset, and untainting uri lang now knows
! 6659: proper charset
! 6660:
! 6661: 2004-11-24 paf
! 6662:
! 6663: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
! 6664:
! 6665: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
! 6666: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
! 6667:
! 6668: 2004-11-12 paf
! 6669:
! 6670: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
! 6671: [since 3.0.4]
! 6672:
! 6673: 2004-11-09 paf
! 6674:
! 6675: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
! 6676: writes basics to c:\parser3.log
! 6677:
! 6678: 2004-10-21 paf
! 6679:
! 6680: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
! 6681: tainted strings [were returning clean onces]
! 6682:
! 6683: 2004-10-15 paf
! 6684:
! 6685: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
! 6686: cycles(i=1; i=2), which was wrong, now does ONE
! 6687:
! 6688: 2004-10-12 paf
! 6689:
! 6690: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
! 6691:
! 6692: 2004-10-07 paf
! 6693:
! 6694: * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
! 6695: src/main/pa_globals.C, www/htdocs/.htaccess,
! 6696: www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
! 6697: PA_RELEASE_ASSERTS enables release asserts
! 6698:
! 6699: * src/: main/pa_string.C, include/pa_string.h: debugger help:
! 6700: String.dump() to stdout in detailed form [were String.v() in
! 6701: short form]
! 6702:
! 6703: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
! 6704: \t\r\n as @#| and truncates long char sequences less
! 6705:
! 6706: 2004-10-06 paf
! 6707:
! 6708: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
! 6709: win32 beauty: socket errors properly decoded
! 6710:
! 6711: 2004-10-05 paf
! 6712:
! 6713: * src/: include/pa_request.h, main/pa_request.C: bugfix:
! 6714: request::configure_user/admin done always, even if no
! 6715: file-to-process useful in @unhandled_exception [say, if they
! 6716: would want to mail by SMTP something]
! 6717:
! 6718: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
! 6719: now performed prior to file loading [and @auto executing] thus
! 6720: making $cookie:value available in @auto and in
! 6721: @unhandled_exception when IIS is configured to run interpreter
! 6722: even if no file exist
! 6723:
! 6724: 2004-09-20 paf
! 6725:
! 6726: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
! 6727: somewhere where it should have called xmlMalloc and it calls
! 6728: xmlFree when it should have not called it. inserted two
! 6729: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
! 6730: xmlFree just ignored. put away a testcase, maybe someday libxml
! 6731: author would fix all that. until that day: we have SLOW garbage
! 6732: collecting when many xml objects are alive hint: do
! 6733: ^memory:compact[] before xdoc::create
! 6734:
! 6735: 2004-09-17 paf
! 6736:
! 6737: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
! 6738: error from 3.0.8 version]
! 6739:
! 6740: 2004-09-14 paf
! 6741:
! 6742: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
! 6743: part bugfix: hashfile.foreach iterated only part if hashfile were
! 6744: modified inside
! 6745:
! 6746: 2004-09-13 paf
! 6747:
! 6748: * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
! 6749: ^eval($s) now parsed OK [were as octal]
! 6750:
! 6751: * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
! 6752: reproduced $hashfile.key[$novalue] bug [reported by motorin],
! 6753: inserted safety-check
! 6754:
! 6755: * src/types/pa_vhashfile.C: change: empty keys now error in parser
! 6756: [not something obscure from sdbm lib]
! 6757:
! 6758: * src/lib/sdbm/apr-include/apr.h, src/types/pa_vhashfile.C,
! 6759: www/htdocs/_bug.html: bugfix: error numbers now from errno.h =
! 6760: strerror now returnes something and we can properly report that
! 6761: to client
! 6762:
! 6763: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
! 6764: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
! 6765:
! 6766: * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
! 6767: outputted as-is [tainted as-is] this helps //[space][newline] to
! 6768: remain as-is and not be unnecessary optimized away [ruining
! 6769: javascript]
! 6770:
! 6771: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
! 6772: [tainted as-is] this helps //[space][newline] to remain as-is and
! 6773: not be unnecessary optimized away [ruining javascript]
! 6774:
! 6775: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
! 6776: [tainted as-is]
! 6777:
! 6778: * src/classes/mail.C: bugfix: typo error
! 6779:
! 6780: 2004-09-09 paf
! 6781:
! 6782: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
! 6783: separators bugfix: loads header with endings \r\n\r\n and \n\n
! 6784: (bloody yandex.server)
! 6785:
! 6786: 2004-09-06 paf
! 6787:
! 6788: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
! 6789: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
! 6790: encoded
! 6791:
! 6792: 2004-09-01 paf
! 6793:
! 6794: * src/types/pa_vmail.C: change: multipart/mixed changed to
! 6795: multipart/related outlook express have no problems showing
! 6796: unrelated attachments. todo: someday figure out a way of
! 6797: multipart/mixed multipart/related text/html
! 6798: image/xxx application/octet-stream << true attachments
! 6799:
! 6800: * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
! 6801: ^mail:send[$.file[$.content-disposition can be overriden new:
! 6802: empty mail header fields removed from letter
! 6803:
! 6804: * src/classes/mail.C, src/include/pa_config_fixed.h,
! 6805: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
! 6806: www/htdocs/_bug.html: new: ^mail:send[ $.file[
! 6807: $.any[header]
! 6808:
! 6809: 2004-08-30 paf
! 6810:
! 6811: * src/include/pa_config_fixed.h, src/main/pa_common.C,
! 6812: www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
! 6813:
! 6814: * src/main/pa_common.C: beauty: do not bother with charset
! 6815: detection when ^file::load[binary
! 6816:
! 6817: 2004-08-27 paf
! 6818:
! 6819: * src/main/pa_common.C: hack: for yandex.server http server
! 6820:
! 6821: 2004-08-18 paf
! 6822:
! 6823: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
! 6824: possibly-chunked response
! 6825:
! 6826: 2004-08-17 paf
! 6827:
! 6828: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
! 6829: $f.content-type now = that of http response
! 6830:
! 6831: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
! 6832: $f.content-type now = that of http response
! 6833:
! 6834: 2004-08-03 paf
! 6835:
! 6836: * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
! 6837: can be replaced by output [forgot to allocate proper buffer,
! 6838: oracle _server_ died with kgepop: no error frame to pop to for
! 6839: error 21500 message]
! 6840:
! 6841: 2004-07-30 paf
! 6842:
! 6843: * src/include/pa_request.h, src/main/pa_request.C,
! 6844: src/targets/apache13core/mod_parser3_core.C,
! 6845: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 6846: www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
! 6847: release mode reported properly parser exception in exception
! 6848: handler WERE mistakenly reported as system exception, without
! 6849: details [in apache & isapi] +some beauty in exception text
! 6850:
! 6851: * src/include/pa_exception.h, src/main/pa_request.C,
! 6852: src/targets/cgi/parser3.C, www/htdocs/.htaccess,
! 6853: www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
! 6854: release mode reported properly parser exception in exception
! 6855: handler WERE mistakenly reported as system exception, without
! 6856: details
! 6857:
! 6858: * src/main/execute.C: beauty: simplified system exception handling
! 6859:
! 6860: 2004-07-29 paf
! 6861:
! 6862: * src/classes/table.C, www/htdocs/_bug.html: bugfix:
! 6863: ^table.save[export.csv;$.separator[^;]] now works fine [separator
! 6864: were ignored, and \t used unconditionally]
! 6865:
! 6866: * src/types/Makefile.am: added vhash.c
! 6867:
! 6868: 2004-07-28 paf
! 6869:
! 6870: * src/: classes/date.C, classes/image.C, classes/math.C,
! 6871: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
! 6872: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
! 6873: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
! 6874: failed on russian letters
! 6875:
! 6876: * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
! 6877: src/main/pa_common.C: bugfix: isspace((unsigned char)c)
! 6878: everywhere. failed on russian letters
! 6879:
! 6880: * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
! 6881: passwed as 'currentDirectory' parameter to CreateProcess
! 6882:
! 6883: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
! 6884: as 'currentDirectory' parameter to CreateProcess
! 6885:
! 6886: 2004-07-27 paf
! 6887:
! 6888: * src/targets/cgi/parser3.vcproj: beauty: win32:
! 6889: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
! 6890: from release somewhere [to help searching for unhandled system
! 6891: exceptions]
! 6892:
! 6893: * src/types/pa_vdate.h: check: for invalid datetime after temporary
! 6894: TZ shift
! 6895:
! 6896: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
! 6897: but also in ctor
! 6898:
! 6899: 2004-07-26 paf
! 6900:
! 6901: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
! 6902: src/main/pa_request.C, src/types/pa_vfile.h,
! 6903: src/types/pa_vhash.C, src/types/pa_vhash.h,
! 6904: src/types/types.vcproj, www/htdocs/_bug.html: new:
! 6905: $response:body/download[ $.file[name on disk] $.name[of
! 6906: file for user] $.mdate[date of last-modified. default from
! 6907: directory] ]
! 6908:
! 6909: * src/classes/file.C: moving file:send somewhere else..
! 6910:
! 6911: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
! 6912: targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
! 6913: targets/isapi/parser3isapi.C: patched: ^file:send by Victor
! 6914: Fedoseev <vvf_ru@mail.ru> todo: turn it to $response:download[
! 6915: $.filename[filename] $.option[] ,, ]
! 6916:
! 6917: * src/classes/file.C: beauty: invalid mode thoroughly reported
! 6918:
! 6919: 2004-07-21 paf
! 6920:
! 6921: * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
! 6922: header values now splitted to several lines
! 6923:
! 6924: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
! 6925:
! 6926: note: ms outlook[!express] shows only first 255 characters of
! 6927: subject
! 6928:
! 6929: 2004-07-15 paf
! 6930:
! 6931: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
! 6932: off]
! 6933:
! 6934: 2004-07-14 paf
! 6935:
! 6936: * src/classes/table.C: bugfix: $.bind values now got untainted
! 6937: according to lang [were: as-is]
! 6938:
! 6939: 2004-07-07 paf
! 6940:
! 6941: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
! 6942: checked that
! 6943:
! 6944: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
! 6945: now untainted according to their languages. were: as-is.
! 6946: EVERYWHERE
! 6947:
! 6948: * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
! 6949: www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
! 6950: now untainted according to their languages. were: as-is.
! 6951: EVERYWHERE
! 6952:
! 6953: * src/main/pa_exec.C: bufix: on unix environment string now
! 6954: untainted according to their languages. were: as-is. on win32:
! 6955: ok
! 6956:
! 6957: * parser3.vssscc: ...would not go unnoticed
! 6958:
! 6959: * src/main/pa_charset.C, www/htdocs/.htaccess,
! 6960: www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
! 6961: fails. in case on input appears nonutf, those bytes will be
! 6962: printed in %HH form. that can be easily decoded/recovered.
! 6963:
! 6964: this form is quite noticable, and hopefully would not go noticed
! 6965:
! 6966: 2004-07-06 paf
! 6967:
! 6968: * src/main/pa_exec.C: bufix: on unix environment string now
! 6969: untainted according to their languages. were: as-is. on win32:
! 6970: ok
! 6971:
! 6972: 2004-07-01 paf
! 6973:
! 6974: * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
! 6975: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
! 6976: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 6977: src/lib/pcre/pcre_dftables.vcproj,
! 6978: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
! 6979: src/main/main.vcproj,
! 6980: src/targets/apache13/ApacheModuleParser3.vcproj,
! 6981: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 6982: src/targets/cgi/parser3.vcproj,
! 6983: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
! 6984: www/htdocs/.htaccess: win32: option: global optimization ON
! 6985:
! 6986: * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
! 6987: libxml: life requires to do xdoc::create{invalid chars} standard
! 6988: disables chars less then \x20, except tab, cr, lf.
! 6989:
! 6990: changed tainting so that those become '!'
! 6991:
! 6992: 2004-06-25 paf
! 6993:
! 6994: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
! 6995: int on odd address [prev bugfix failed due to superwize
! 6996: optimizer, which turned memcpy into same 'ld' asm command]
! 6997:
! 6998: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
! 6999: int on odd address
! 7000:
! 7001: 2004-06-23 paf
! 7002:
! 7003: * www/htdocs/_bug.html: checked: oracle: various ways of returning
! 7004: error from stored proc. bad: no way of knowing which exactly
! 7005: user-defined exception were thrown. good:
! 7006: raise_application_error can return error message number and
! 7007: string FINE good: PRAGMA EXCEPTION_INIT works good too
! 7008:
! 7009: 2004-06-22 paf
! 7010:
! 7011: * src/sql/pa_sql_driver.h: note: about possible optimization
! 7012:
! 7013: * www/htdocs/_bug.html: checked: in out variables OK
! 7014:
! 7015: * operators.txt, src/classes/hash.C, src/classes/memory.C,
! 7016: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 7017: src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
! 7018: ^void:sql{call paf(:a)}[ $.bind[
! 7019: $.a[2] ] ] output variables work. todo:
! 7020: check in out variables
! 7021:
! 7022: 2004-06-18 paf
! 7023:
! 7024: * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
! 7025: src/classes/table.C, src/classes/void.C,
! 7026: src/include/pa_globals.h, src/include/pa_sql_connection.h,
! 7027: src/main/compile.tab.C, src/sql/pa_sql_driver.h,
! 7028: www/htdocs/.htaccess, www/htdocs/_bug.html: started:
! 7029: ^void:sql{call paf(:a)}[ $.bind[
! 7030: $.a[2] ] ] input variables work.
! 7031: todo:output
! 7032:
! 7033: * src/targets/cgi/parser3.C: bugfix: iis specific
! 7034: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
! 7035: /_bug.html?404;http://hpsv/test/
! 7036: --------------------------------------------------------------------------------
! 7037: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
! 7038: --------------------------------------------------------------------------------
! 7039: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
! 7040:
! 7041: 2004-06-16 paf
! 7042:
! 7043: * src/targets/cgi/parser3.C: new: iis specific
! 7044: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
! 7045: $request:query
! 7046: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
! 7047: $form:fields IIS-STATUS="404"
! 7048: IIS-DOCUMENT="http://server/_bug.html" f="v"
! 7049:
! 7050: todo: isapi too
! 7051:
! 7052: 2004-05-26 paf
! 7053:
! 7054: * src/include/pa_version.h: 3.1.3
! 7055:
! 7056: * operators.txt: beauty: removed outdated level 'table'
! 7057:
! 7058: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
! 7059:
! 7060: * src/main/pa_string.C: beauty: removed 3 warnings
! 7061:
! 7062: * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
! 7063: www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
! 7064: level 'table'
! 7065:
! 7066: 2004-05-25 paf
! 7067:
! 7068: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
! 7069: implementation. mistery: how anything worked
! 7070:
! 7071: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
! 7072: changed, it is now safe to use url if pointers to it are stored
! 7073: to gc mem
! 7074:
! 7075: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
! 7076: unknown errors reported and not cause SIGSEGV now
! 7077:
! 7078: 2004-05-24 paf
! 7079:
! 7080: * src/targets/apache13/p3runConfigure.in: bugfix: smtp added
! 7081:
! 7082: * src/include/pa_string.h, src/lib/cord/cordbscs.c,
! 7083: src/lib/cord/include/cord.h, www/htdocs/_bug.html,
! 7084: src/lib/cord/cordxtra.c: cancel: more speed, less memory:
! 7085: CORD_chars_block originally intended to ... it was good that
! 7086: CORD_chars_block were not used: it consumes more memory [and,
! 7087: might be slow too] undoing that. [and removed that func so that
! 7088: it would not confuse parser developer in future]
! 7089:
! 7090: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
! 7091: less memory: CORD_chars_block originally intended to
! 7092: speedup/reduce mem usage were forgotten, and were used stupid
! 7093: CORD_chars
! 7094:
! 7095: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
! 7096:
! 7097: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
! 7098: BIGENDIAN processors space-conserving mech failed, causing
! 7099: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
! 7100: (1|2|3));
! 7101:
! 7102: 2004-05-14 paf
! 7103:
! 7104: * src/types/Makefile.am, src/types/pa_vvoid.C,
! 7105: src/types/pa_vvoid.h, src/types/types.vcproj,
! 7106: www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
! 7107: bugfix: void now has vfile value, and $response:body[] works OK
! 7108:
! 7109: 2004-05-12 paf
! 7110:
! 7111: * src/types/pa_vbool.h, src/types/pa_vhash.h,
! 7112: src/types/pa_vhashfile.h, src/types/pa_vtable.h,
! 7113: www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
! 7114: $bool) now equals ^if($bool) and shaped up other sources to use
! 7115: is_defined() {return as_bool();} along VBool
! 7116:
! 7117: 2004-05-11 paf
! 7118:
! 7119: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
! 7120: referencing to local objects
! 7121:
! 7122: * src/classes/mail.C, src/include/pa_exec.h,
! 7123: src/main/compile.tab.C, src/types/pa_vmail.C,
! 7124: src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
! 7125: www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
! 7126:
! 7127: 2004-04-15 paf
! 7128:
! 7129: * src/classes/date.C: merged: beauty: unused var removed
! 7130:
! 7131: * src/classes/date.C: beauty: unused var removed
! 7132:
! 7133: * src/include/: pa_exec.h: bugfix: interface without pointer
! 7134: provoked bug
! 7135:
! 7136: 2004-04-09 paf
! 7137:
! 7138: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
! 7139:
! 7140: * src/types/pa_vform.C: bugfix: form:imap were incorrect
! 7141:
! 7142: 2004-04-08 paf
! 7143:
! 7144: * src/classes/date.C: new: ^date::create[y-m-d
! 7145: h-M-s>>.milliseconds<<] now allowed, ignored so far
! 7146:
! 7147: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
! 7148:
! 7149: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
! 7150: to consult default catalog [usually, that file belongs to other
! 7151: user/group]
! 7152:
! 7153: 2004-04-06 paf
! 7154:
! 7155: * src/main/pa_common.C: beauty: gcc warning removed
! 7156:
! 7157: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
! 7158: accept that trick, trying other
! 7159:
! 7160: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
! 7161: bugfix: step3 to fix explicit result problem
! 7162:
! 7163: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
! 7164: bugfix: step2 to fix explicit result problem
! 7165:
! 7166: * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
! 7167: bugfix: step1 to fix explicit result problem
! 7168:
! 7169: * operators.txt, src/classes/string.C: new: ^string.append[string]
! 7170:
! 7171: * src/include/pa_opcode.h, src/main/compile.tab.C,
! 7172: src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
! 7173: attempt_check_call_in_explicit_result_mode: failed
! 7174:
! 7175: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
! 7176: http://i.p.a.ddress gethostbyaddr added [on some platforms
! 7177: gethostbyname failed with such 'domains'] now checked properly,
! 7178: were: needless reverse/forward dns lookup
! 7179:
! 7180: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
! 7181: http://i.p.a.ddress gethostbyaddr added [on some platforms
! 7182: gethostbyname failed with such 'domains'] now checked properly,
! 7183: were: needless reverse/forward dns lookup
! 7184:
! 7185: * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
! 7186: www/htdocs/_bug.html: reimplemented: @method[][result] means "no
! 7187: string output here" moved to lexical level [on grammar level it
! 7188: were too difficult]
! 7189:
! 7190: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
! 7191: src/main/compile.y, src/main/compile_tools.h,
! 7192: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 7193: www/htdocs/.htaccess, www/htdocs/_bug.html: new:
! 7194: @method[][result] means "no string output here", implemented part
! 7195: of that idea: compiler throws away string literal generation
! 7196: code. and barks nonwhitespace chars
! 7197:
! 7198: * operators.txt: truth: removed comment about $ORIGIN
! 7199:
! 7200: 2004-04-05 paf
! 7201:
! 7202: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
! 7203: src/include/pa_version.h, src/main/pa_common.C,
! 7204: src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
! 7205: www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
! 7206:
! 7207: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
! 7208: Konstantin Tomashevitch [mailto:konst@design.ru]
! 7209:
! 7210: * src/doc/html2chm.cmd: beauty: no need in bg here
! 7211:
! 7212: * src/doc/sources2html.cmd: beauty: same window, in bg it
! 7213: interfered with FAR console
! 7214:
! 7215: * configure, configure.in: 3.1.3
! 7216:
! 7217: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
! 7218:
! 7219: * src/main/pa_common.C: removed warning
! 7220:
! 7221: * src/include/pa_version.h: 3.1.3
! 7222:
! 7223: 2004-04-02 paf
! 7224:
! 7225: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
! 7226:
! 7227: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
! 7228: allows to specify where to put parser log file
! 7229:
! 7230: 2004-04-01 paf
! 7231:
! 7232: * src/classes/table.C: bugfix: bugfix: table::load last line
! 7233: without tab and enter were ignored
! 7234:
! 7235: * src/: include/pa_cache_managers.h, include/pa_globals.h,
! 7236: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
! 7237: main/pa_socks.C, targets/apache13/mod_parser3.c,
! 7238: targets/apache13/pa_httpd.h,
! 7239: targets/apache13core/mod_parser3_core.C, targets/cgi/parser3.C,
! 7240: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
! 7241: bugfix: sql connections now are disconnected
! 7242:
! 7243: 2004-03-30 paf
! 7244:
! 7245: * src/classes/table.C: bugfix: table::load last line without tab
! 7246: and enter were ignored
! 7247:
! 7248: * src/classes/table.C: bufix: if last table lines were commented,
! 7249: gpfed
! 7250:
! 7251: * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
! 7252: src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
! 7253: src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
! 7254: src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
! 7255: src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
! 7256: src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
! 7257: src/doc/value.dox, src/include/pa_version.h,
! 7258: src/main/pa_cache_managers.C,
! 7259: src/main/pa_stylesheet_connection.C,
! 7260: src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
! 7261: www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
! 7262: 3.1.2, changed version to 3.1.3beta
! 7263:
! 7264: 2004-03-29 paf
! 7265:
! 7266: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
! 7267: causes gpf
! 7268:
! 7269: * src/doc/: ClassExample1.dox, ClassExample2.dox,
! 7270: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
! 7271: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
! 7272: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
! 7273: value.dox: translated to english
! 7274:
! 7275: 2004-03-25 paf
! 7276:
! 7277: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
! 7278: parser3project dependency removed
! 7279:
! 7280: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
! 7281: bugfix: refused to compile without xml
! 7282:
! 7283: * src/types/pa_vform.C: beauty: removed warning
! 7284:
! 7285: * src/classes/classes.vcproj: merged bugfix: now all compiles in
! 7286: any folder [removed last ;) folder dependency]
! 7287:
! 7288: * src/classes/classes.vcproj: bugfix: now all compiles in any
! 7289: folder [removed last ;) folder dependency]
! 7290:
! 7291: * src/include/pa_version.h: release
! 7292:
! 7293: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
! 7294:
! 7295: * src/classes/table.C: beauty: comment& more meaningful error
! 7296: message
! 7297:
! 7298: * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
! 7299: column} now produces $.hash[$.column_value1(true) ... ] [were
! 7300: producing some strang thing]
! 7301:
! 7302: 2004-03-23 paf
! 7303:
! 7304: * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
! 7305: bugfix: ^image.polyline and http status line parsing checked
! 7306: number of columns in table [user reported an assert]
! 7307:
! 7308: * operators.txt: example: on hashfile
! 7309:
! 7310: * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
! 7311: www/htdocs/_bug.html: bugfix: junction reattach now actually
! 7312: reattaches a junction to new wcontext [were only assigning it to
! 7313: junction, which caused junction tracking to loose junction, and
! 7314: it's context were not killed, and it tried to process in invalid
! 7315: context, gpf]
! 7316:
! 7317: * src/targets/cgi/parser3.C: debug helper added
! 7318:
! 7319: 2004-03-19 paf
! 7320:
! 7321: * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
! 7322: messages removed duplicate "type(type)" in braces
! 7323:
! 7324: 2004-03-10 paf
! 7325:
! 7326: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
! 7327: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 7328: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 7329: www/htdocs/_bug.html: new: refined solution to
! 7330: search-in-namespaces problem:
! 7331: $xdoc.search-namespaces.x[http://pif.design.ru/]
! 7332: $nodes[^xdoc.select[//x:second]]
! 7333:
! 7334: * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
! 7335: www/htdocs/_bug.xml: new: xnode.select*[xpath
! 7336: expression][[NAMESPACES HASH]] allows to search for info in
! 7337: namespaces
! 7338:
! 7339: $nodes[^xdoc.select[//x:second][
! 7340: $.x[http://pif.design.ru/] ]]
! 7341:
! 7342: 2004-03-09 paf
! 7343:
! 7344: * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
! 7345: www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
! 7346: new: ^file::load[...][options] $.form[
! 7347: !$.field1[string]
! 7348: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
! 7349: ] !$.body[string]
! 7350:
! 7351: GET ?here notGET(POST, HEAD, others) in content-type:
! 7352: application/x-www-form-urlencoded
! 7353:
! 7354: todo: upload files ability
! 7355:
! 7356: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
! 7357: properly, done
! 7358:
! 7359: 2004-03-05 paf
! 7360:
! 7361: * operators.txt, src/main/pa_common.C: new: file::load[;http://
! 7362: GET/POST $.form[$.fields started, not tested yet
! 7363: todo:$.field[table] for multiple values
! 7364:
! 7365: * operators.txt: new: http:// options $.user $.password basic
! 7366: authorization
! 7367:
! 7368: * src/main/pa_common.C: beauty: link to rtf added
! 7369:
! 7370: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
! 7371: www/htdocs/_bug.html: new: http:// options $.user $.password
! 7372: basic authorization
! 7373:
! 7374: * src/main/pa_common.C: beauty: removed needless vars
! 7375:
! 7376: * operators.txt: new: pgsql option [like that recently added to
! 7377: oracle driver] ClientCharset=parser-charset <<
! 7378: charset in which parser thinks client works
! 7379:
! 7380: * src/sql/pa_sql_driver.h: beauty: important warning added
! 7381:
! 7382: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
! 7383: char!
! 7384:
! 7385: * etc/parser3.charsets/windows-1251.cfg: typo
! 7386:
! 7387: * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
! 7388: recently added to oracle driver]
! 7389: ClientCharset=parser-charset << charset in which parser thinks
! 7390: client works
! 7391:
! 7392: 2004-03-04 paf
! 7393:
! 7394: * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
! 7395: recently added to oracle driver]
! 7396: ClientCharset=parser-charset << charset in which parser thinks
! 7397: client works
! 7398:
! 7399: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
! 7400: cached, sql transcoding now goes faster
! 7401:
! 7402: * operators.txt: new: mysql option [like that recently added to
! 7403: oracle driver] ClientCharset=parser-charset <<
! 7404: charset in which parser thinks client works
! 7405:
! 7406: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
! 7407: typo error
! 7408:
! 7409: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
! 7410: chars commented
! 7411:
! 7412: 2004-03-03 paf
! 7413:
! 7414: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
! 7415: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
! 7416:
! 7417: 2004-03-02 paf
! 7418:
! 7419: * operators.txt: new[update typo]: !^void.left(n)
! 7420: nothing !^void.right(n) nothing !^void.mid(p[;n])
! 7421: nothing
! 7422:
! 7423: * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
! 7424: !^void.left(n) nothing !^void.right(n) nothing
! 7425: !^void.pos(p[;n]) nothing
! 7426:
! 7427: * operators.txt, src/classes/file.C, src/include/pa_string.h,
! 7428: www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
! 7429: query result must be one row with columns: first: data
! 7430: second: file name third: content-type
! 7431:
! 7432: * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
! 7433: www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
! 7434: properly escaped string, which can be passed to request now this
! 7435: for mysql only. it's up to parser sql driver to fix zeros
! 7436: properly
! 7437:
! 7438: * INSTALL: note: added on building apache with this option:
! 7439: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
! 7440:
! 7441: * www/htdocs/_bug.html: feature:
! 7442: oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
! 7443: names got transcoded to $request:charset too [were only column
! 7444: data]
! 7445:
! 7446: * src/targets/apache13/p3runConfigure.in: @LIBS@ mainly to include
! 7447: -lm to apache
! 7448:
! 7449: 2004-03-01 paf
! 7450:
! 7451: * src/targets/: apache13core/mod_parser3_core.C,
! 7452: isapi/parser3isapi.C: new: apache module & isapi extension
! 7453: memory:compact befor processingrequest
! 7454:
! 7455: * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
! 7456: ^hash._keys[>>name<<] to call sole column of result
! 7457:
! 7458: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
! 7459: src/lib/gd/gif.h, www/htdocs/_bug.html: new:
! 7460: ^image.pixel(x;y)[(color)] get/set pixel color
! 7461:
! 7462: * src/classes/image.C, src/types/pa_vimage.C,
! 7463: src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
! 7464: less checks [were ugly impl]
! 7465:
! 7466: * src/classes/string.C, www/htdocs/_bug.html: bugfix:
! 7467: ^string.left/right/mid with negative values now considered bad
! 7468:
! 7469: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
! 7470:
! 7471: * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
! 7472: www/htdocs/_bug.xsl: bugfix: boolean output options now have
! 7473: unified defaults [after transform
! 7474: indent/omit-xml-declaration/standalone 'default' erroreously
! 7475: meant 'true']
! 7476:
! 7477: * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
! 7478: added [on some platforms gethostbyname failed with such
! 7479: 'domains']
! 7480:
! 7481: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
! 7482: added [on some platforms gethostbyname failed with such
! 7483: 'domains']
! 7484:
! 7485: * src/include/pa_config_auto.h.in: no select check, no define
! 7486:
! 7487: * src/classes/string.C: feature: ^string.trim both parameters may
! 7488: be empty-strings, meaning kind=both chars=whitespaces
! 7489:
! 7490: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
! 7491: exist
! 7492:
! 7493: * src/classes/string.C: check: trim 'chars' must not be empty,
! 7494: exception if it is
! 7495:
! 7496: * src/classes/string.C: changed: ^string.trim [] << both,
! 7497: whitespaces [start|both|end] << kind, whitespaces
! 7498: [start|both|end;chars] full
! 7499:
! 7500: 2004-02-27 paf
! 7501:
! 7502: * operators.txt, src/classes/string.C, src/main/pa_string.C,
! 7503: www/htdocs/_bug.html: new method:
! 7504: ^string.trim[start|both|end[;chars]] default 'chars' --
! 7505: whitespace chars finished
! 7506:
! 7507: * operators.txt, src/classes/string.C, src/include/pa_string.h,
! 7508: src/main/pa_string.C, www/htdocs/_bug.html: new method:
! 7509: ^string.trim[start|both|end[;chars]] default 'chars' --
! 7510: whitespace chars started, only start works
! 7511:
! 7512: * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
! 7513: xdoc::create+save != xdoc.transform&no<xsl:output>+save
! 7514:
! 7515: * src/main/compile.C: bugfix: line numbers after
! 7516: ^process{}[$.line(-10]] can be negative, allowed to print they as
! 7517: signed
! 7518:
! 7519: * src/main/untaint.C: speed: there's no \n chars in output
! 7520: [normally], so no need to optimize them they could be retrived
! 7521: from databases, though. but 1. should be replaced 2. if not
! 7522: optimized, no harm done
! 7523:
! 7524: * www/htdocs/: _bug.html, _bug.txt: just test:
! 7525: file::load[text;http:// $.text utf-8 signature, line ends OK
! 7526: http://i2/tasks/edit/?id=4629476859594276758
! 7527:
! 7528: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
! 7529: ^file::exec/cgi could return invalid status & zombie child can
! 7530: remain for short period until process exists [very bad in
! 7531: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
! 7532:
! 7533: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
! 7534: malicious SMTP server to attack as by returning too long status
! 7535: responses http://i2/tasks/edit/?id=4629448401140924947
! 7536:
! 7537: 2004-02-26 paf
! 7538:
! 7539: * operators.txt: feature: ^process...{CODE}[now has options] which
! 7540: are $.main[to what to rename @main] $.file[file,
! 7541: from which (user says) goes that CODE] $.lineno(line
! 7542: number in that file, where CODE starts. may be negative)
! 7543:
! 7544: * operators.txt, src/classes/op.C, src/include/pa_request.h,
! 7545: src/main/compile.C, src/main/compile_tools.h,
! 7546: src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
! 7547: www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
! 7548: which are $.main[to what to rename @main]
! 7549: $.file[file, from which (user says) goes that CODE]
! 7550: $.lineno(line number in that file, where CODE starts. may be
! 7551: negative)
! 7552:
! 7553: 2004-02-25 paf
! 7554:
! 7555: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
! 7556: old @charsetsdir@ recently erased from configure.in]
! 7557:
! 7558: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
! 7559: produces hash of column=>1
! 7560:
! 7561: * www/htdocs/: _bug.html, _bug.xsl: xhtml: 	 as resutl of
! 7562: <xsl:attribute>[tab] is OK
! 7563:
! 7564: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
! 7565: with incomplete errno constants set
! 7566:
! 7567: 2004-02-24 paf
! 7568:
! 7569: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
! 7570: "man select"
! 7571:
! 7572: * src/main/pa_os.C: beauty: <0 better then ==-1
! 7573:
! 7574: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
! 7575:
! 7576: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
! 7577:
! 7578: * src/classes/Makefile.am: smtp on unix: steps to work on unix
! 7579:
! 7580: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
! 7581: unix: steps to work on unix [extracted 'to']
! 7582:
! 7583: * src/classes/mail.C: smtp on unix: steps to work on unix
! 7584:
! 7585: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
! 7586:
! 7587: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
! 7588: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
! 7589: unix [testing on solaris]
! 7590:
! 7591: 2004-02-20 paf
! 7592:
! 7593: * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
! 7594: removed, thanks to egr for pointing that out
! 7595:
! 7596: * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
! 7597: attr="&#digital_entity;" bug fixed again [same solution,
! 7598: mistanenly removed one line]
! 7599:
! 7600: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
! 7601: fixed again [same solution, mistanenly removed one line]
! 7602:
! 7603: 2004-02-19 paf
! 7604:
! 7605: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
! 7606: date::create from bad datetime in spring daylightsaving hole now
! 7607: OK for all platforms [on some platforms it failed]
! 7608:
! 7609: * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
! 7610: beauty: date::create[bad date time in daylightsaving hole] now
! 7611: throws error
! 7612:
! 7613: * src/classes/date.C: comment: mistake fixed
! 7614:
! 7615: 2004-02-18 paf
! 7616:
! 7617: * www/htdocs/_bug.html: beauty: coder can override save/file
! 7618: encoding by specifying it in xsl:output or in save/file
! 7619: hash-options
! 7620:
! 7621: * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
! 7622: save/file encoding by specifying it in xsl:output or in save/file
! 7623: hash-options
! 7624:
! 7625: * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
! 7626: renderes in $request:charset, but in header puts
! 7627: $response:charset todo: make that default only so that coder
! 7628: could override that
! 7629:
! 7630: * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
! 7631: $request:charset, but in header puts $response:charset todo: make
! 7632: that default only so that coder could override that
! 7633:
! 7634: * src/classes/xdoc.C, src/include/pa_charset.h,
! 7635: www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
! 7636: now renderes in $request:charset, but in header puts
! 7637: $response:charset todo: make that default only so that coder
! 7638: could override that
! 7639:
! 7640: * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
! 7641: doctype-public/system forcly turns off omit-xml-declaration
! 7642:
! 7643: * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
! 7644: feature: reimplemented xhtml output, see /.xsl for sample
! 7645:
! 7646: 2004-02-17 paf
! 7647:
! 7648: * src/classes/xdoc.C: beauty: needless helper class removed
! 7649:
! 7650: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
! 7651: copied extra time
! 7652:
! 7653: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
! 7654: part of libxml
! 7655:
! 7656: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
! 7657: libxml to do the work] <xsl:output method="html"
! 7658: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
! 7659: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
! 7660: />
! 7661:
! 7662: * src/classes/xdoc.C: beauty: no <meta ... charset generated
! 7663:
! 7664: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
! 7665: caused assertion
! 7666:
! 7667: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
! 7668: could hang. now such add does nothing, sub clears $hash
! 7669:
! 7670: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
! 7671: not made quoted-printable
! 7672:
! 7673: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
! 7674: string invariant
! 7675:
! 7676: 2004-02-16 paf
! 7677:
! 7678: * src/main/pa_globals.C: bugfix: xml errors copy from library now
! 7679: cleared [were not cleared properly]
! 7680:
! 7681: 2004-02-13 paf
! 7682:
! 7683: * src/include/pa_version.h: prerelease
! 7684:
! 7685: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
! 7686: used, introducing dependencies timestamp check
! 7687:
! 7688: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 7689: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
! 7690: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
! 7691: .xsl.stamp now not used, introducing dependencies timestamp check
! 7692:
! 7693: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
! 7694:
! 7695: 2004-02-12 paf
! 7696:
! 7697: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
! 7698: ruined empty <input type=file> submits. parser thought there were
! 7699: nameless empty file and $form:field got value of type 'file'
! 7700:
! 7701: * INSTALL: --without-threads
! 7702:
! 7703: * src/include/pa_sapi.h: 2004
! 7704:
! 7705: 2004-02-11 paf
! 7706:
! 7707: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 7708: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 7709: classes/hashfile.C, classes/image.C, classes/int.C,
! 7710: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 7711: classes/response.C, classes/string.C, classes/table.C,
! 7712: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 7713: include/pa_array.h, include/pa_cache_managers.h,
! 7714: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 7715: include/pa_config_fixed.h, include/pa_config_includes.h,
! 7716: include/pa_dictionary.h, include/pa_dir.h,
! 7717: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 7718: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
! 7719: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
! 7720: include/pa_request_charsets.h, include/pa_request_info.h,
! 7721: include/pa_socks.h, include/pa_sql_connection.h,
! 7722: include/pa_sql_driver_manager.h, include/pa_stack.h,
! 7723: include/pa_string.h, include/pa_stylesheet_connection.h,
! 7724: include/pa_stylesheet_manager.h, include/pa_table.h,
! 7725: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 7726: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 7727: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 7728: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
! 7729: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
! 7730: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
! 7731: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 7732: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 7733: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
! 7734: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
! 7735: main/pa_sql_driver_manager.C, main/pa_string.C,
! 7736: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 7737: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
! 7738: sql/pa_sql_driver.h, targets/apache13/mod_parser3.c,
! 7739: targets/apache13core/mod_parser3_core.C,
! 7740: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
! 7741: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 7742: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
! 7743: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 7744: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 7745: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 7746: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 7747: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 7748: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
! 7749: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 7750: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 7751: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 7752: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 7753: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 7754: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 7755: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 7756: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 7757: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 7758: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 7759: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 7760: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
! 7761:
! 7762: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
! 7763: debug version of gc.dll
! 7764:
! 7765: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 7766: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
! 7767: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
! 7768: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
! 7769: targets/apache13/ApacheModuleParser3.vcproj,
! 7770: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
! 7771: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
! 7772: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
! 7773: processes
! 7774:
! 7775: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
! 7776: main/pa_globals.C,
! 7777: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 7778: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 7779: types/types.vcproj: continued changes to reflect libxml xsl new
! 7780: folders
! 7781:
! 7782: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 7783: lib/smtp/smtp.vcproj, main/main.vcproj,
! 7784: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
! 7785: to reflect libxml xsl new folders
! 7786:
! 7787: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
! 7788: lib/smtp/smtp.vcproj, main/main.vcproj,
! 7789: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 7790: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 7791: types/types.vcproj: started changes to reflect libxml xsl new
! 7792: folders
! 7793:
! 7794: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
! 7795: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
! 7796: src/main/compile.tab.C, src/main/main.vcproj,
! 7797: src/main/pa_globals.C,
! 7798: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 7799: src/targets/cgi/parser3.vcproj,
! 7800: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
! 7801: www/htdocs/.htaccess: started changes to reflect libxml xsl new
! 7802: folders
! 7803:
! 7804: 2004-02-10 paf
! 7805:
! 7806: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
! 7807: compile. recommened latest libxml up to date
! 7808:
! 7809: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
! 7810: pattern compilation errors", on which spent 4 hours worktime. use
! 7811: versions higher than that. recommended now latest up to date
! 7812:
! 7813: 2004-02-06 paf
! 7814:
! 7815: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
! 7816: beauty: unified destructing style
! 7817:
! 7818: * src/main/untaint.C: beauty: removed old def/ifdef
! 7819:
! 7820: * src/main/untaint.C: beauty: coredump @unknown untaint language
! 7821: now
! 7822:
! 7823: 2004-02-03 paf
! 7824:
! 7825: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
! 7826: targets/isapi/parser3isapi.C, types/pa_value.C,
! 7827: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
! 7828: then %ld/%lu
! 7829:
! 7830: * src/main/pa_common.C: typo: %l -> %u
! 7831:
! 7832: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
! 7833: in attributes or documents-results of transform now not xx;
! 7834:
! 7835: * src/classes/xnode.C: memleaks found: not fixed yet. todo
! 7836:
! 7837: * src/main/pa_charset.C: bugfix: forgot to undo some
! 7838:
! 7839: * src/main/pa_charset.C: beauty: uncomment
! 7840: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
! 7841: libraries
! 7842:
! 7843: 2004-02-02 paf
! 7844:
! 7845: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
! 7846: $cookie:example[ $.value[value] $.path[/there/] ]
! 7847:
! 7848: $cookie:example[ $.value[] $.expires[session]
! 7849: $.path[/there/] $.domain[test.com] ]
! 7850:
! 7851: * src/types/pa_vform.C: bugfix: empty values with
! 7852: enctype=multipart/form-data now produce entries in $form:tables
! 7853: <form method=post enctype=multipart/form-data> <input type=hidden
! 7854: name=a> <input type=hidden name=b>
! 7855:
! 7856: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
! 7857: <hr> <pre>$request:body
! 7858:
! 7859: 2004-01-30 paf
! 7860:
! 7861: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
! 7862: or documents-results of transform now not xx;
! 7863:
! 7864: * src/classes/date.C: bugfix: ^date::create[invalid fields now
! 7865: produce exception.
! 7866:
! 7867: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
! 7868: bugfix: ^date::create[invalid fields now produce exception.
! 7869:
! 7870: * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
! 7871: ^date::create[invalid year] now produces exception. todo: check
! 7872: other fields
! 7873:
! 7874: 2004-01-29 paf
! 7875:
! 7876: * src/include/pa_memory.h: typo error
! 7877:
! 7878: * src/targets/apache13core/mod_parser3_core.C: bugfix: old style
! 7879: new used
! 7880:
! 7881: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
! 7882: more byte then specified, then zeroed it << useless and
! 7883: potentially harmful(could gpf)
! 7884:
! 7885: 2004-01-22 paf
! 7886:
! 7887: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
! 7888:
! 7889: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
! 7890: optimization
! 7891:
! 7892: * src/main/untaint.C: bugfix: whitespace now optimized properly
! 7893: [were bug: ^taint[1 & 2]="1 &2"
! 7894:
! 7895: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
! 7896: errors
! 7897:
! 7898: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
! 7899: overflow
! 7900:
! 7901: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
! 7902: error-reporting code * in parser-error reporting code [when no
! 7903: @unhandled_exception defined]
! 7904:
! 7905: fixed in one place: my *snprintf override
! 7906:
! 7907: 2004-01-13 paf
! 7908:
! 7909: * operators.txt: typo erro
! 7910:
! 7911: 2003-12-25 paf
! 7912:
! 7913: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
! 7914: garbled [pieces after zero bytes were removed]
! 7915:
! 7916: 2003-12-22 paf
! 7917:
! 7918: * src/include/Makefile.am: bugfix: removed from dist:
! 7919: src/include/pa_config_auto.h which were configured for
! 7920: make-dist-platform and badly updated proper config file in target
! 7921: [when .tar used for updating existing source tree]
! 7922:
! 7923: * ChangeLog, operators.txt, src/classes/op.C,
! 7924: src/include/pa_sql_connection.h,
! 7925: src/include/pa_sql_driver_manager.h,
! 7926: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
! 7927: www/htdocs/.htaccess: feature: sql introducing ability to
! 7928: transcode charsets
! 7929:
! 7930: 2003-12-19 paf
! 7931:
! 7932: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
! 7933: error message
! 7934:
! 7935: * src/main/pa_charset.C: bugfix: memory for charsethandler
! 7936: structure for libxml now allocated properly
! 7937:
! 7938: 2003-12-17 paf
! 7939:
! 7940: * src/types/pa_vfile.C: beauty: removed outdated cast
! 7941:
! 7942: * src/main/pa_common.C: bugfix: empty http response caused gpf
! 7943:
! 7944: * src/include/pa_string.h: bugfix: removed too strong a assert
! 7945:
! 7946: * src/main/pa_globals.C: bugfix: removed false warning [warning:
! 7947: unreported xmlGenericErrors]
! 7948:
! 7949: 2003-12-15 paf
! 7950:
! 7951: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
! 7952: works}
! 7953:
! 7954: 2003-12-11 paf
! 7955:
! 7956: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
! 7957: id
! 7958: !$status:tid thread id
! 7959:
! 7960: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
! 7961: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
! 7962: bugfix(solaris): removed dependency on object initialization
! 7963: order [one more place]
! 7964:
! 7965: * src/: classes/file.C, classes/mail.C, classes/op.C,
! 7966: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
! 7967: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
! 7968: understand that
! 7969:
! 7970: * src/: classes/file.C, classes/mail.C, classes/op.C,
! 7971: classes/xdoc.C, include/pa_cache_managers.h,
! 7972: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 7973: include/pa_stylesheet_manager.h, main/pa_request.C,
! 7974: main/pa_stylesheet_manager.C, types/pa_vimage.C,
! 7975: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
! 7976: ctor call [relying on implicit String::Body(cstr) call]
! 7977:
! 7978: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
! 7979: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
! 7980: object initialization order [two places]
! 7981:
! 7982: 2003-12-10 paf
! 7983:
! 7984: * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
! 7985: $status:sql.cache back << time now ok
! 7986:
! 7987: * operators.txt, src/main/pa_sql_driver_manager.C,
! 7988: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
! 7989: operational
! 7990:
! 7991: * ChangeLog, operators.txt, src/classes/xdoc.C,
! 7992: src/include/pa_charset.h, src/include/pa_sql_connection.h,
! 7993: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
! 7994: src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
! 7995: $status:sql.cache back operational
! 7996:
! 7997: 2003-12-02 paf
! 7998:
! 7999: * src/types/pa_vmail.C: bugfix:
! 8000: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
! 8001: as-is forced]
! 8002:
! 8003: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
! 8004: exceptions out of libxml callbacks: reimplemented error handling
! 8005: of http://localhost, parser://method and safemode check callbacks
! 8006:
! 8007: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
! 8008: [merged from HEAD]
! 8009:
! 8010: * src/classes/image.C: nothing: comment removed
! 8011:
! 8012: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
! 8013: addresses to int
! 8014:
! 8015: 2003-12-01 paf
! 8016:
! 8017: * src/main/pa_xml_io.C: bugfix: typo
! 8018:
! 8019: * src/main/pa_globals.C: bugfix: win32: compile prob
! 8020:
! 8021: * src/classes/xdoc.C: bugfix: typo
! 8022:
! 8023: * src/main/pa_xml_io.C: todo: safe mode check not to throw
! 8024: exception
! 8025:
! 8026: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
! 8027:
! 8028: 2003-11-28 paf
! 8029:
! 8030: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
! 8031: all xml documents read
! 8032:
! 8033: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
! 8034:
! 8035: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 8036: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
! 8037: replaced original open mech of xdoc::create & co to use libxml
! 8038: open, so that this would work for root document todo: safe mode
! 8039: checks to libxml: ideally to some 1 point
! 8040:
! 8041: * src/main/pa_xml_io.C: comment
! 8042:
! 8043: * operators.txt, src/main/pa_xml_io.C: leading / in
! 8044: http://parser[abscent params]
! 8045:
! 8046: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
! 8047: works. todo: maybe replace original open mech of xdoc::create &
! 8048: co to use libxml open, so that this would work for root document
! 8049:
! 8050: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
! 8051: "parser://method/params/here"> <test> &test^; </test> }]
! 8052:
! 8053: ^taint[^xdoc.string[]]
! 8054:
! 8055: @method[param] <!ENTITY test
! 8056: "test-entity-value+$form:user+$param!">
! 8057:
! 8058: 2003-11-27 paf
! 8059:
! 8060: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
! 8061:
! 8062: * src/classes/date.C: bugfix: typo error
! 8063:
! 8064: 2003-11-26 paf
! 8065:
! 8066: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
! 8067: src/main/Makefile.am, src/main/main.vcproj,
! 8068: src/main/pa_globals.C, src/main/pa_request.C,
! 8069: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
! 8070: xml errors to hash<thread_id,error> reorganization: xml io moved
! 8071: to pa_xml_io.C/h
! 8072:
! 8073: * src/types/pa_value.h: warnings: --
! 8074:
! 8075: 2003-11-25 paf
! 8076:
! 8077: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
! 8078: whatever)
! 8079:
! 8080: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
! 8081: a, (c?x:y, z)
! 8082:
! 8083: * src/main/untaint.C: bugfix: consequences of not reading this
! 8084: comment: CORD_pos_chars_left /* Number of characters in cache.
! 8085: <= 0 ==> none */
! 8086:
! 8087: * src/include/pa_array.h: removed needless checks
! 8088:
! 8089: 2003-11-24 paf
! 8090:
! 8091: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
! 8092: removed limit: now $form:xxx can be accessed anytime, even in
! 8093: @auto/conf [and request/response:charset still can be changed
! 8094: anytime]
! 8095:
! 8096: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
! 8097: now not transcodes response body
! 8098:
! 8099: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
! 8100: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
! 8101: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
! 8102: $xdoc.firstChild.firstChild.nodeValue[different]
! 8103: ^taint[^xdoc.string[]]
! 8104:
! 8105: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
! 8106: workaround: static Hash::allocates -> static Hash_allocates
! 8107:
! 8108: 2003-11-21 paf
! 8109:
! 8110: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
! 8111: src/include/pa_config_auto.h.in,
! 8112: src/targets/apache13/p3runConfigure.in,
! 8113: src/targets/cgi/Makefile.am, src/types/Makefile.am: rearrange:
! 8114: gd&smtp moved to src/lib
! 8115:
! 8116: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
! 8117:
! 8118: * src/classes/mail.C: bugfix: typo
! 8119:
! 8120: * parser3.sln, src/classes/Makefile.am, src/classes/gd/Makefile.am,
! 8121: src/classes/gd/gd.vcproj, src/classes/gd/gif.C,
! 8122: src/classes/gd/gif.h, src/classes/gd/gifio.C,
! 8123: src/classes/gd/mtables.h, src/classes/smtp/Makefile.am,
! 8124: src/classes/smtp/comms.C, src/classes/smtp/smtp.C,
! 8125: src/classes/smtp/smtp.h, src/classes/smtp/smtp.vcproj,
! 8126: src/lib/Makefile.am, src/lib/gd/Makefile.am,
! 8127: src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
! 8128: src/lib/gd/gifio.C, src/lib/gd/mtables.h,
! 8129: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
! 8130: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
! 8131: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
! 8132:
! 8133: * src/main/pa_exec.C: bug in safe mode
! 8134:
! 8135: * src/include/Makefile.am: pa_xml_exception.h
! 8136:
! 8137: * src/targets/apache13core/: ApacheModuleParser3Core.vcproj,
! 8138: Makefile.am, mod_parser3.C, mod_parser3_core.C: renamed
! 8139: mod_parser3 to mod_parser3_core to help DOXYGEN
! 8140:
! 8141: * src/targets/: apache13/ApacheModuleParser3.vcproj,
! 8142: isapi/parser3isapi.C: more warnings --
! 8143:
! 8144: 2003-11-20 paf
! 8145:
! 8146: * src/: classes/math.C, classes/op.C, classes/string.C,
! 8147: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
! 8148: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
! 8149: --
! 8150:
! 8151: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
! 8152: more warnings --
! 8153:
! 8154: * src/classes/xdoc.C: more warnings --
! 8155:
! 8156: * src/classes/: date.C, image.C, xdoc.C: more warnings --
! 8157:
! 8158: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
! 8159: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
! 8160:
! 8161: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 8162: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
! 8163: classes/table.C, classes/gd/gif.C, classes/gd/gifio.C,
! 8164: include/pa_cache_managers.h, include/pa_stylesheet_connection.h,
! 8165: main/pa_request.C, types/pa_vdate.h, types/pa_vhashfile.C,
! 8166: types/pa_vimage.h, types/pa_vmethod_frame.C,
! 8167: types/pa_vmethod_frame.h: more warnings --
! 8168:
! 8169: * src/main/: execute.C, pa_request.C: old forgotten todo: when
! 8170: can't report problem (undefined @unhandled_exception) problem
! 8171: source string were not reported
! 8172:
! 8173: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 8174: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 8175: classes/hashfile.C, classes/image.C, classes/int.C,
! 8176: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
! 8177: classes/response.C, classes/string.C, classes/table.C,
! 8178: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 8179: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 8180: classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
! 8181: include/pa_array.h, include/pa_cache_managers.h,
! 8182: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 8183: include/pa_config_fixed.h, include/pa_dictionary.h,
! 8184: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
! 8185: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
! 8186: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 8187: include/pa_request.h, include/pa_request_charsets.h,
! 8188: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
! 8189: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 8190: include/pa_stack.h, include/pa_string.h,
! 8191: include/pa_stylesheet_connection.h,
! 8192: include/pa_stylesheet_manager.h, include/pa_table.h,
! 8193: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 8194: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 8195: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
! 8196: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 8197: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 8198: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
! 8199: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 8200: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
! 8201: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 8202: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 8203: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
! 8204: sql/pa_sql_driver.h, targets/apache13/mod_parser3.c,
! 8205: targets/apache13/pa_httpd.h, targets/apache13core/mod_parser3.C,
! 8206: targets/apache13core/pa_threads.C, targets/cgi/pa_threads.C,
! 8207: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
! 8208: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 8209: types/pa_method.h, types/pa_value.C, types/pa_value.h,
! 8210: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
! 8211: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
! 8212: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 8213: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 8214: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 8215: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 8216: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 8217: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 8218: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 8219: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 8220: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 8221: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 8222: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 8223: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 8224: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 8225: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 8226: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 8227: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
! 8228: const IDENT
! 8229:
! 8230: * src/: include/pa_array.h, include/pa_pool.h,
! 8231: include/pa_request.h, include/pa_string.h, include/pa_table.h,
! 8232: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
! 8233: types/pa_wcontext.h: more warnings --
! 8234:
! 8235: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
! 8236: classes/file.C, classes/hash.C, classes/hashfile.C,
! 8237: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 8238: classes/memory.C, classes/op.C, classes/string.C,
! 8239: classes/table.C, classes/xdoc.C, classes/xnode.C,
! 8240: classes/gd/gif.h, classes/smtp/comms.C, classes/smtp/smtp.C,
! 8241: classes/smtp/smtp.h, classes/smtp/smtp.vcproj,
! 8242: include/pa_config_includes.h, include/pa_operation.h,
! 8243: include/pa_sql_connection.h, include/pa_table.h,
! 8244: include/pa_types.h, lib/ltdl/config_fixed.h,
! 8245: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
! 8246: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
! 8247: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
! 8248: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
! 8249: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
! 8250: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
! 8251: main/pa_string.C, main/pa_table.C,
! 8252: targets/apache13/ApacheModuleParser3.vcproj,
! 8253: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 8254: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
! 8255: types/pa_value.h, types/pa_vconsole.h, types/pa_vdate.h,
! 8256: types/pa_vfile.h, types/pa_vhashfile.C, types/pa_vimage.C,
! 8257: types/pa_vimage.h, types/pa_vmail.C, types/pa_vobject.C,
! 8258: types/pa_vstateless_class.h, types/pa_vtable.C,
! 8259: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
! 8260: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
! 8261: on all projects (except libltdl=off & libsdbm=level3) found
! 8262: several unitialized vars
! 8263:
! 8264: 2003-11-19 paf
! 8265:
! 8266: * src/classes/op.C: more ansi C++ comp
! 8267:
! 8268: * operators.txt, src/classes/op.C, src/include/pa_request.h,
! 8269: src/main/pa_request.C: ^cache[...]{body}{catch block with
! 8270: $exception.handled[cache] meaning "get expired cache, if any.
! 8271: else error"}
! 8272:
! 8273: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
! 8274: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
! 8275: ^cache[...]{body}{catch code with $exception.cache field}
! 8276:
! 8277: 2003-11-12 paf
! 8278:
! 8279: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
! 8280: [copy/paste bug]
! 8281:
! 8282: 2003-11-11 paf
! 8283:
! 8284: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
! 8285: failed]
! 8286:
! 8287: * bin/auto.p.dist.in: colno
! 8288:
! 8289: 2003-11-10 paf
! 8290:
! 8291: * src/types/pa_vconsole.h: flush
! 8292:
! 8293: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
! 8294: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
! 8295: read/write [for nntp]
! 8296:
! 8297: * operators.txt: mysql: transaction support: ?autocommit=0
! 8298:
! 8299: * operators.txt: comment: updated
! 8300:
! 8301: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
! 8302: serialize version and exipire now removes entries
! 8303:
! 8304: * operators.txt: ^hashfile.delete[] removes files altogether [and
! 8305: dir, if could]
! 8306:
! 8307: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
! 8308: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
! 8309: removes files altogether [and dir, if could]
! 8310:
! 8311: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
! 8312: nonexistent pair. .c coded that that was error. fixed
! 8313:
! 8314: * src/types/pa_vhashfile.C: sdbm: exception type change to
! 8315: file.access [regretfull can't split it to different exceptions
! 8316: without modifying sdbm source wich would prefer not to]
! 8317:
! 8318: 2003-11-07 paf
! 8319:
! 8320: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 8321: classes/hashfile.C, classes/image.C, classes/table.C,
! 8322: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
! 8323: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
! 8324: main/execute.C, main/main.vcproj, main/pa_pool.C,
! 8325: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
! 8326: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
! 8327: types/pa_vstateless_class.h: resurrected: pool idea. now only for
! 8328: destructing objects at request processing end
! 8329:
! 8330: 2003-11-06 paf
! 8331:
! 8332: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
! 8333: updates
! 8334:
! 8335: * parser3.sln, src/targets/apache13/p3runConfigure.in,
! 8336: src/targets/cgi/Makefile.am: .vcproj & .am updated to include
! 8337: sdbm
! 8338:
! 8339: * src/include/: pa_config_includes.h, pa_version.h: our
! 8340: replacements of max& co only for cpp
! 8341:
! 8342: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
! 8343: apr-impl/apr_file_io.C, apr-impl/apr_pools.C,
! 8344: apr-impl/apr_strings.C: move to upper dir, .am updated
! 8345:
! 8346: * tests/todo.txt: hashfile: done
! 8347:
! 8348: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
! 8349: expiration [time in value. todo: move time to key]
! 8350:
! 8351: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
! 8352:
! 8353: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
! 8354: to do that in foreach, no errors, but surely wrong]
! 8355:
! 8356: * operators.txt, src/types/pa_vhashfile.C,
! 8357: src/types/pa_vhashfile.h: hashfile: clear and proper locking
! 8358:
! 8359: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
! 8360: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
! 8361: foreach
! 8362:
! 8363: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
! 8364: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
! 8365:
! 8366: * operators.txt, src/classes/hashfile.C,
! 8367: src/lib/sdbm/apr-impl/apr_file_io.C, src/types/pa_vhashfile.C,
! 8368: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
! 8369:
! 8370: * src/include/pa_memory.h, src/lib/sdbm/apr-impl/apr_file_io.C,
! 8371: src/targets/cgi/parser3.C, src/types/pa_value.C,
! 8372: src/types/pa_value.h, src/types/pa_vcookie.C,
! 8373: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
! 8374: www/htdocs/.htaccess: hashfile implemented get/put [raw]
! 8375:
! 8376: * src/: classes/op.C, main/pa_os.C: just linked
! 8377:
! 8378: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
! 8379: XmlException changes
! 8380:
! 8381: * src/: include/pa_charset.h, include/pa_globals.h,
! 8382: include/pa_stylesheet_connection.h, main/pa_exception.C:
! 8383: XmlException changes
! 8384:
! 8385: * src/lib/sdbm/: sdbm.c, sdbm.vcproj, apr-include/apr_pools.h: just
! 8386: compiled
! 8387:
! 8388: * src/lib/sdbm/apr-impl/apr_file_io.C: file ops done
! 8389:
! 8390: * src/: include/pa_common.h, include/pa_exception.h,
! 8391: main/main.vcproj, main/pa_common.C,
! 8392: lib/sdbm/apr-impl/apr_file_io.C, lib/sdbm/apr-impl/apr_pools.C,
! 8393: include/pa_os.h, include/pa_xml_exception.h, main/pa_os.C,
! 8394: lib/sdbm/sdbm.vcproj, main/pa_xml_exception.C: locking move to
! 8395: pa_os [along with pa_sleep] apr-impl locking done
! 8396:
! 8397: * configure, configure.in, operators.txt, parser3.sln,
! 8398: src/classes/classes.vcproj, src/classes/hashfile.C,
! 8399: src/classes/xdoc.C, src/classes/gd/gd.vcproj,
! 8400: src/classes/smtp/smtp.vcproj, src/include/pa_config_fixed.h,
! 8401: src/include/pa_exception.h, src/include/pa_globals.h,
! 8402: src/include/pa_memory.h, src/include/pa_version.h,
! 8403: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
! 8404: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
! 8405: src/lib/sdbm/apr-impl/apr_strings.C,
! 8406: src/lib/sdbm/apr-include/apr.h,
! 8407: src/lib/sdbm/apr-include/apr_errno.h,
! 8408: src/lib/sdbm/apr-include/apr_file_info.h,
! 8409: src/lib/sdbm/apr-include/apr_file_io.h,
! 8410: src/lib/sdbm/apr-include/apr_pools.h,
! 8411: src/lib/sdbm/apr-include/apr_sdbm.h,
! 8412: src/lib/sdbm/apr-include/apr_strings.h,
! 8413: src/lib/sdbm/apr-include/apu.h, src/main/compile.tab.C,
! 8414: src/main/main.vcproj, src/main/pa_charset.C,
! 8415: src/targets/apache13/ApacheModuleParser3.vcproj,
! 8416: src/targets/apache13/mod_parser3.c,
! 8417: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 8418: src/targets/cgi/parser3.vcproj, src/types/Makefile.am,
! 8419: src/types/pa_vhash.C, src/types/pa_vhashfile.C,
! 8420: src/types/pa_vhashfile.h, src/types/pa_vxnode.h,
! 8421: src/types/types.vcproj, www/htdocs/.htaccess: hashfile: started
! 8422: again with sdbm from apache
! 8423:
! 8424: 2003-11-05 paf
! 8425:
! 8426: * src/: classes/classes.vcproj, classes/gd/gd.vcproj,
! 8427: classes/smtp/smtp.vcproj, include/pa_config_fixed.h,
! 8428: main/main.vcproj, targets/apache13/ApacheModuleParser3.vcproj,
! 8429: targets/apache13/mod_parser3.c,
! 8430: targets/apache13core/ApacheModuleParser3Core.vcproj,
! 8431: targets/cgi/parser3.vcproj: not has to be in \parser3project dir
! 8432: anymore
! 8433:
! 8434: * src/main/pa_charset.C: bugfix: had broken binary search [copied
! 8435: thoughtlessly from xalan]
! 8436:
! 8437: * src/lib/sdbm/apr-include/: apr.h, apr_errno.h, apr_file_io.h,
! 8438: apr_pools.h, apr_strings.h, apu.h: started porting: grabbed some
! 8439: parts of apr headers
! 8440:
! 8441: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
! 8442: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
! 8443: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
! 8444:
! 8445: * src/main/helpers/CaseFolding.txt:
! 8446: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
! 8447:
! 8448: 2003-11-04 paf
! 8449:
! 8450: * operators.txt: comment: ^mail:send[$.options[
! 8451:
! 8452: * src/classes/table.C: compiled on unix
! 8453:
! 8454: * src/classes/Makefile.am: classes.C to rebuild last
! 8455:
! 8456: * src/classes/mail.C: compiled on unix
! 8457:
! 8458: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
! 8459: src/types/pa_vmail.h: !^mail:send[
! 8460: $.options[unix: string to append to sendmail command
! 8461: line]
! 8462:
! 8463: * operators.txt, src/classes/table.C, src/main/pa_string.C,
! 8464: tests/todo.txt: ^table.save[... $.separator[^#09]
! 8465: $.encloser["] <nothing> by default
! 8466:
! 8467: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
! 8468: !$.separator[^#09] !$.encloser["] <nothing> by
! 8469: default
! 8470:
! 8471: 2003-11-03 paf
! 8472:
! 8473: * operators.txt, src/classes/table.C, src/main/pa_common.C:
! 8474: ^table::load[; options: !$.column-separator[^#09]
! 8475: !$.column-encloser["]
! 8476:
! 8477: * operators.txt, src/include/pa_config_fixed.h,
! 8478: src/types/pa_vrequest.C: $request:document-root
! 8479:
! 8480: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
! 8481: [already included into uri=xxx]
! 8482:
! 8483: * operators.txt, src/classes/image.C, tests/todo.txt,
! 8484: www/htdocs/auto.p: ^image.gif[filename] for $response:download
! 8485:
! 8486: * src/classes/date.C: minor precaution
! 8487:
! 8488: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
! 8489: !^date.unix-timestamp[]
! 8490:
! 8491: 2003-10-30 paf
! 8492:
! 8493: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
! 8494: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
! 8495:
! 8496: * src/targets/apache13core/Makefile.am: gc include dir added,
! 8497: thanks to Victor Fedoseev for finding
! 8498:
! 8499: * src/classes/: date.C, image.C: improvement diagnostics:
! 8500: $now[^date::create[$undefined]] now is error
! 8501:
! 8502: * src/main/pa_common.C: read errors would now be reported 'actually
! 8503: read -1 bytes'
! 8504:
! 8505: 2003-10-24 paf
! 8506:
! 8507: * Makefile.am, src/classes/Makefile.am,
! 8508: src/classes/smtp/Makefile.am, src/lib/cord/Makefile.am,
! 8509: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
! 8510: src/main/Makefile.am, src/targets/apache13/Makefile.am,
! 8511: src/targets/apache13core/Makefile.am,
! 8512: src/targets/cgi/Makefile.am, src/targets/isapi/Makefile.am:
! 8513: .dsp/w -> .vcproj/sln
! 8514:
! 8515: 2003-10-22 paf
! 8516:
! 8517: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
! 8518:
! 8519: 2003-10-21 paf
! 8520:
! 8521: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
! 8522: fixed: string.match[g] without <'> option produced columns with
! 8523: NULL's, which gpf'ed at table.save time
! 8524:
! 8525: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
! 8526: recoursion' message with intensive throw-catches fixed: incorrect
! 8527: name and line (one name upper then needed) in error message about
! 8528: problems inside try block
! 8529:
! 8530: 2003-10-10 paf
! 8531:
! 8532: * src/include/pa_string.h, src/main/compile.tab.C,
! 8533: www/htdocs/.htaccess: CORD_chr does not check offset argument for
! 8534: validity did that in String::Body::pos myself
! 8535: http://i2/tasks/edit/?id=4577425257580789777
! 8536:
! 8537: 2003-10-07 paf
! 8538:
! 8539: * src/main/: compile.tab.C, compile.y: ^if ( better error:
! 8540: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
! 8541:
! 8542: 2003-10-03 paf
! 8543:
! 8544: * parser3.sln, src/include/pa_dictionary.h,
! 8545: src/main/pa_dictionary.C, src/main/pa_string.C,
! 8546: src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
! 8547: optimized by precalculating cstr&length
! 8548:
! 8549: 2003-10-02 paf
! 8550:
! 8551: * src/classes/op.C, src/include/pa_request.h,
! 8552: src/include/pa_stack.h, src/main/execute.C,
! 8553: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 8554: src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
! 8555: ^throw context were saved/restored incompletely
! 8556: http://www.parser.ru/forum/?id=21484
! 8557:
! 8558: 2003-09-30 paf
! 8559:
! 8560: * src/targets/: apache13/mod_parser3.c, apache13/pa_httpd.h,
! 8561: apache13core/mod_parser3.C: content-type now changes
! 8562:
! 8563: * src/main/pa_string.C: string::replace bug fix [were ignoring
! 8564: occurrances after lang-mismatched
! 8565:
! 8566: 2003-09-29 paf
! 8567:
! 8568: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
! 8569: helper
! 8570:
! 8571: * src/main/pa_string.C: string::serialize bug fix with
! 8572: zero-terminator
! 8573:
! 8574: * src/classes/table.C: ^nameless_table.save column row now has no
! 8575: \t at the end
! 8576:
! 8577: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 8578: @postprocess now takes $response:body/download
! 8579:
! 8580: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
! 8581: error message
! 8582:
! 8583: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
! 8584:
! 8585: * src/classes/table.C: bugfix: flip: must produce nameless
! 8586: http://i2/tasks/edit/?id=4573405524674081244
! 8587:
! 8588: * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
! 8589: mailreceive.eml, mailreceive.html, operators.p,
! 8590: parser-status.html, people.dtd, some.p: removing old tests
! 8591:
! 8592: * src/include/pa_charset.h, src/main/pa_charset.C,
! 8593: src/main/pa_string.C, src/main/helpers/simple_folding.pl,
! 8594: www/htdocs/auto.p: utf-8 upper/lower
! 8595:
! 8596: * src/main/pa_common.C: bugfix: utf signature were not ignored due
! 8597: to typo error http://i2/tasks/edit/?id=4573354650786434584
! 8598:
! 8599: 2003-09-26 paf
! 8600:
! 8601: * src/main/untaint.C: removed needless field
! 8602:
! 8603: * src/main/untaint.C: removed needless const
! 8604:
! 8605: * src/include/pa_string.h, src/main/pa_common.C,
! 8606: src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
! 8607: fixed [omited one-char cases]
! 8608:
! 8609: * src/include/pa_stack.h: bugfix: before collecting garbage,
! 8610: runtime-executor stack were cleared... BADLY
! 8611:
! 8612: * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
! 8613: ^stirng.replace code used old param-convention on langs.append,
! 8614: fixed that search fo the like, found none
! 8615:
! 8616: * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
! 8617: www/htdocs/.htaccess: string::serialize/deserialize implemented
! 8618: Language enum assigned meaningful letters [more convinient for
! 8619: debugging. read warning before adding/changing anything]
! 8620:
! 8621: 2003-09-25 paf
! 8622:
! 8623: * src/: include/pa_string.h, include/pa_version.h,
! 8624: main/pa_string.C, main/untaint.C: templates and anonymous unions
! 8625: differences on unix
! 8626:
! 8627: * parser3.sln, src/classes/file.C, src/classes/image.C,
! 8628: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
! 8629: src/classes/xdoc.C, src/classes/xnode.C,
! 8630: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 8631: src/include/pa_charsets.h, src/include/pa_common.h,
! 8632: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
! 8633: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
! 8634: src/include/pa_table.h, src/lib/cord/cordbscs.c,
! 8635: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
! 8636: src/lib/cord/include/cord.h, src/main/compile.tab.C,
! 8637: src/main/compile_tools.h, src/main/pa_charset.C,
! 8638: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
! 8639: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 8640: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
! 8641: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
! 8642: src/types/pa_vmail.C, src/types/pa_vmath.C,
! 8643: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
! 8644: src/types/pa_vxnode.C, www/htdocs/.htaccess:
! 8645: string_fragments_to_cord merged to HEAD
! 8646:
! 8647: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
! 8648: functions aligned to that of eeparser3 look
! 8649:
! 8650: * src/lib/cord/cordprnt.c: removed warnings
! 8651:
! 8652: 2003-09-24 paf
! 8653:
! 8654: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 8655: classes/op.C, classes/xdoc.C, classes/xnode.C,
! 8656: include/pa_cache_managers.h, include/pa_charset.h,
! 8657: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
! 8658: include/pa_sql_driver_manager.h, include/pa_string.h,
! 8659: include/pa_stylesheet_manager.h, include/pa_table.h,
! 8660: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
! 8661: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
! 8662: main/pa_sql_driver_manager.C, main/pa_string.C,
! 8663: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
! 8664: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
! 8665: types/pa_vstateless_class.h, types/pa_vstatus.C,
! 8666: types/pa_vxnode.C: v() functions of String::Body,
! 8667: String::Languages and String itself StringBody->String::Body
! 8668:
! 8669: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 8670: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
! 8671: never optimized anything. todo: somehow speed up harder cases:
! 8672: concatenationA+concatenationB when last block of A and first of B
! 8673: contain same letters
! 8674:
! 8675: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 8676: lib/cord/include/cord.h: langs: speed up by joining adjucent
! 8677: blocks of same char [CORD_append_block]
! 8678:
! 8679: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 8680: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
! 8681: save space by extending blocks when appending block with c ==
! 8682: lastblock.c
! 8683:
! 8684: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
! 8685: working yet :( but more working &understood :)
! 8686:
! 8687: * src/: classes/table.C, include/pa_string.h,
! 8688: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
! 8689:
! 8690: 2003-09-23 paf
! 8691:
! 8692: * src/main/untaint.C: $a[ok!] $a works!
! 8693:
! 8694: * src/main/untaint.C: something even more works :)
! 8695:
! 8696: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 8697: something more works :)
! 8698:
! 8699: * src/: include/pa_string.h, lib/cord/cordbscs.c,
! 8700: lib/cord/cordxtra.c: something already works :)
! 8701:
! 8702: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
! 8703: serialize&deserialize
! 8704:
! 8705: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
! 8706: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
! 8707: main/untaint.C: main idea implemented, details left
! 8708:
! 8709: 2003-09-22 paf
! 8710:
! 8711: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
! 8712:
! 8713: * src/classes/xnode.C: copy/paste comment bugfix
! 8714:
! 8715: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
! 8716: allocator returns 0, just die.
! 8717: http://i2/tasks/edit/?id=4570798492410259445
! 8718:
! 8719: * src/classes/xdoc.C: copy/paste comment bugfix
! 8720:
! 8721: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
! 8722: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
! 8723: xnode: getAttributeNS setAttributeNS removeAttributeNS
! 8724: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
! 8725:
! 8726: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
! 8727: chars due to bitwise operation signed-char error]
! 8728:
! 8729: 2003-09-19 paf
! 8730:
! 8731: * src/types/pa_wcontext.C: output message: more practical
! 8732: suggestion
! 8733:
! 8734: * src/targets/apache13/mod_parser3.c: now compiles on MSVC7
! 8735:
! 8736: * src/main/pa_common.C, operators.txt: merged
! 8737: $f[^file::load[binary;http://...]] $f.tables
! 8738:
! 8739: 2003-09-02 paf
! 8740:
! 8741: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
! 8742: flush stdout without referencing 'stdout' symbol. to hell with
! 8743: non-ansi libraries without 'stdout' symbol
! 8744:
! 8745: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
! 8746: unix (users reported problems with some old libc)
! 8747:
! 8748: * src/types/pa_vdate.h: forgot initializer
! 8749:
! 8750: * src/targets/apache13/mod_parser3.c: çàáûòîå èçìåíåíèå
! 8751:
! 8752: 2003-09-01 paf
! 8753:
! 8754: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
! 8755: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
! 8756: zone]
! 8757:
! 8758: * src/targets/apache13/: Makefile.am, mod_parser3.c: merged with
! 8759: 3.1.0: renamed to .c [lowercase] to correspond to runconfigure.
! 8760: added files to fix 'make dist'
! 8761:
! 8762: * src/targets/apache13/: Makefile.am, mod_parser3.C, mod_parser3.c:
! 8763: renamed to .c [lowercase] to correspond to runconfigure. added
! 8764: files to fix 'make dist'
! 8765:
! 8766: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
! 8767:
! 8768: 2003-08-19 paf
! 8769:
! 8770: * src/targets/apache13/mod_parser3.c: .c
! 8771:
! 8772: * src/targets/apache13/mod_parser3.C: .c
! 8773:
! 8774: * src/targets/: apache13/mod_parser3.C, apache13/pa_httpd.h,
! 8775: apache13core/mod_parser3.C: apache module compiled on MSVC7
! 8776:
! 8777: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
! 8778: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
! 8779: simplified a little
! 8780:
! 8781: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
! 8782: [lost fix from 3.0.8]
! 8783:
! 8784: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
! 8785: visible here }
! 8786:
! 8787: bug fix
! 8788:
! 8789: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
! 8790:
! 8791: * src/main/compile.tab.C: initialized couple of variables about
! 8792: which user reported runtime problems when parser were compiled
! 8793: with VC7, warning level4. study shows that later in bison
! 8794: they've fixed that. would migrate to latest bison someday
! 8795:
! 8796: * src/types/pa_vmail.C: turned off recoding in gmime (were still
! 8797: recoding headers)
! 8798:
! 8799: * src/types/pa_vmail.C: works as before, same charset problems:
! 8800: gmime recodes to UTF-8 only headers, not body. so not recoding
! 8801: anything for now
! 8802:
! 8803: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
! 8804: problems with body
! 8805:
! 8806: * src/types/pa_vmail.C: mail_receive just compiled
! 8807:
! 8808: 2003-08-18 paf
! 8809:
! 8810: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
! 8811: main/main.vcproj, types/types.vcproj: win32: continued process
! 8812: detaching from \parser3project directory
! 8813:
! 8814: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
! 8815: src/classes/gd/gd.dsp, src/classes/smtp/smtp.dsp,
! 8816: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
! 8817: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
! 8818: src/lib/pcre/pcre_dftables.dsp,
! 8819: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
! 8820: src/targets/apache13/ApacheModuleParser3.dsp,
! 8821: src/targets/apache13core/ApacheModuleParser3Core.dsp,
! 8822: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
! 8823: src/types/types.dsp: moved to MSVC 7
! 8824:
! 8825: * gnu.vcproj.vspscc, parser3.vssscc,
! 8826: src/classes/classes.vcproj.vspscc,
! 8827: src/classes/gd/gd.vcproj.vspscc,
! 8828: src/classes/smtp/smtp.vcproj.vspscc,
! 8829: src/lib/cord/cord.vcproj.vspscc,
! 8830: src/lib/ltdl/libltdl.vcproj.vspscc,
! 8831: src/lib/md5/md5.vcproj.vspscc,
! 8832: src/lib/pcre/pcre_dftables.vcproj.vspscc,
! 8833: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
! 8834: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
! 8835: src/targets/apache13/ApacheModuleParser3.vcproj.vspscc,
! 8836: src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc,
! 8837: src/targets/isapi/parser3isapi.vcproj.vspscc,
! 8838: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
! 8839: moved to MSVC 7
! 8840:
! 8841: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
! 8842: src/classes/gd/gd.vcproj, src/classes/smtp/smtp.vcproj,
! 8843: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
! 8844: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
! 8845: src/lib/pcre/pcre_dftables.vcproj,
! 8846: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
! 8847: src/targets/apache13/ApacheModuleParser3.vcproj,
! 8848: src/targets/apache13core/ApacheModuleParser3Core.vcproj,
! 8849: src/targets/cgi/parser3.vcproj,
! 8850: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
! 8851: new VS project files
! 8852:
! 8853: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
! 8854: .NET to detect Jalindi Igloo capabilities.
! 8855:
! 8856: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
! 8857: src/classes/classes.awk, src/doc/footer.htm,
! 8858: src/include/pa_config_fixed.h, src/include/pa_version.h,
! 8859: src/lib/Makefile.am, src/main/compile.tab.C,
! 8860: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
! 8861: src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
! 8862: merged 3.1.0 latest changes
! 8863:
! 8864: 2003-08-15 paf
! 8865:
! 8866: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
! 8867: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
! 8868:
! 8869: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
! 8870: non-ascii <yyy> now encoded correctly
! 8871:
! 8872: 2003-07-29 paf
! 8873:
! 8874: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
! 8875: dist
! 8876:
! 8877: * src/types/pa_vmail.C: just started --with-mail-receive
! 8878:
! 8879: 2003-07-28 paf
! 8880:
! 8881: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
! 8882: dependence in src/classes, src/lib/gc now in dist
! 8883:
! 8884: * src/main/pa_string.C: ^cache bug fix [were not working at all]
! 8885:
! 8886: 2003-07-25 paf
! 8887:
! 8888: * src/doc/footer.htm: year
! 8889:
! 8890: 2003-07-24 paf
! 8891:
! 8892: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
! 8893: fix
! 8894:
! 8895: * src/include/pa_version.h: release
! 8896:
! 8897: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
! 8898:
! 8899: * ChangeLog, src/classes/classes.dsp, src/classes/gd/gd.dsp,
! 8900: src/classes/smtp/smtp.dsp, src/main/main.dsp,
! 8901: src/main/pa_globals.C,
! 8902: src/targets/apache13core/ApacheModuleParser3Core.dsp,
! 8903: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
! 8904: src/types/types.dsp: cvs: getting rid of win32xml pseudo project
! 8905:
! 8906: * src/: main/compile.tab.C, main/pa_memory.C,
! 8907: targets/apache13/pa_httpd.h: moved tempate_gc to HEAD
! 8908:
! 8909: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
! 8910: configure.in, operators.txt, parser3.dsw,
! 8911: etc/parser3.charsets/koi8-r.cfg,
! 8912: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
! 8913: src/classes/classes.C, src/classes/classes.awk,
! 8914: src/classes/classes.dsp, src/classes/classes.h,
! 8915: src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 8916: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
! 8917: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 8918: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
! 8919: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 8920: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 8921: src/classes/gd/Makefile.am, src/classes/gd/gd.dsp,
! 8922: src/classes/gd/gif.C, src/classes/gd/gif.h,
! 8923: src/classes/gd/gifio.C, src/classes/smtp/comms.C,
! 8924: src/classes/smtp/smtp.C, src/classes/smtp/smtp.dsp,
! 8925: src/classes/smtp/smtp.h, src/doc/exception.dox,
! 8926: src/doc/index.dox, src/doc/memory.dox, src/doc/string.dox,
! 8927: src/include/Makefile.am, src/include/pa_array.h,
! 8928: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 8929: src/include/pa_charsets.h, src/include/pa_common.h,
! 8930: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
! 8931: src/include/pa_config_includes.h, src/include/pa_dictionary.h,
! 8932: src/include/pa_dir.h, src/include/pa_exception.h,
! 8933: src/include/pa_exec.h, src/include/pa_globals.h,
! 8934: src/include/pa_hash.h, src/include/pa_memory.h,
! 8935: src/include/pa_opcode.h, src/include/pa_operation.h,
! 8936: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
! 8937: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
! 8938: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
! 8939: src/include/pa_sapi.h, src/include/pa_socks.h,
! 8940: src/include/pa_sql_connection.h,
! 8941: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
! 8942: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
! 8943: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
! 8944: src/include/pa_threads.h, src/include/pa_types.h,
! 8945: src/include/pa_uue.h, src/lib/Makefile.am,
! 8946: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
! 8947: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
! 8948: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
! 8949: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
! 8950: src/lib/cord/include/ec.h,
! 8951: src/lib/cord/include/private/Makefile.am,
! 8952: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
! 8953: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
! 8954: src/lib/md5/pa_md5c.c, src/lib/patches/Makefile.am,
! 8955: src/lib/patches/gc.patch, src/lib/patches/gdome2.patch,
! 8956: src/lib/patches/libxml2.patch, src/lib/patches/libxslt.patch,
! 8957: src/lib/pcre/pcre.h, src/lib/pcre/pcre_parser_ctype.c,
! 8958: src/main/Makefile.am, src/main/compile.C, src/main/compile.tab.C,
! 8959: src/main/compile.y, src/main/compile_tools.C,
! 8960: src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
! 8961: src/main/pa_array.C, src/main/pa_cache_managers.C,
! 8962: src/main/pa_charset.C, src/main/pa_charsets.C,
! 8963: src/main/pa_common.C, src/main/pa_dictionary.C,
! 8964: src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
! 8965: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
! 8966: src/main/pa_request.C, src/main/pa_socks.C,
! 8967: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 8968: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
! 8969: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
! 8970: src/targets/Makefile.am,
! 8971: src/targets/apache13/ApacheModuleParser3.dsp,
! 8972: src/targets/apache13/Makefile.am,
! 8973: src/targets/apache13/mod_parser3.C,
! 8974: src/targets/apache13/p3runConfigure.in,
! 8975: src/targets/apache13/pa_md5c.c, src/targets/apache13/pa_pool.C,
! 8976: src/targets/apache13/pa_threads.C,
! 8977: src/targets/apache13core/ApacheModuleParser3Core.dsp,
! 8978: src/targets/apache13core/Makefile.am,
! 8979: src/targets/apache13core/mod_parser3.C,
! 8980: src/targets/apache13core/pa_threads.C,
! 8981: src/targets/cgi/Makefile.am, src/targets/cgi/getopt.c,
! 8982: src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
! 8983: src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
! 8984: src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
! 8985: src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
! 8986: src/targets/isapi/pa_pool.C, src/targets/isapi/pa_threads.C,
! 8987: src/targets/isapi/parser3isapi.C,
! 8988: src/targets/isapi/parser3isapi.dsp,
! 8989: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
! 8990: src/types/pa_junction.h, src/types/pa_method.h,
! 8991: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
! 8992: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 8993: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 8994: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 8995: src/types/pa_vdouble.h, src/types/pa_venv.h,
! 8996: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
! 8997: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
! 8998: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 8999: src/types/pa_vint.h, src/types/pa_vjunction.h,
! 9000: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
! 9001: src/types/pa_vmath.h, src/types/pa_vmemory.h,
! 9002: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 9003: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 9004: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 9005: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 9006: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 9007: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 9008: src/types/pa_vstatus.h, src/types/pa_vstring.C,
! 9009: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 9010: src/types/pa_vtable.h, src/types/pa_vvoid.h,
! 9011: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 9012: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 9013: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 9014: src/types/pa_wwrapper.h, src/types/types.dsp,
! 9015: www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
! 9016: moved tempate_gc to HEAD
! 9017:
! 9018: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
! 9019: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
! 9020: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
! 9021: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
! 9022: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
! 9023: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
! 9024: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
! 9025: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
! 9026: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
! 9027: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
! 9028: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
! 9029: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
! 9030: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
! 9031: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
! 9032: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
! 9033: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
! 9034: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
! 9035: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
! 9036: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
! 9037: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
! 9038: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
! 9039: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
! 9040: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
! 9041: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
! 9042: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
! 9043: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
! 9044: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
! 9045: outputs/create-dir, results/001.processed, results/002.processed,
! 9046: results/003.processed, results/004.processed,
! 9047: results/005.processed, results/006.processed,
! 9048: results/007.processed, results/008.processed,
! 9049: results/009.processed, results/010.processed,
! 9050: results/011.processed, results/012.processed,
! 9051: results/013.processed, results/014.processed,
! 9052: results/015.processed, results/016.processed,
! 9053: results/017.processed, results/018.processed,
! 9054: results/019.processed, results/020.processed,
! 9055: results/021.processed, results/022.processed,
! 9056: results/023.processed, results/024.processed,
! 9057: results/025.processed, results/026.processed,
! 9058: results/027.processed, results/028.processed,
! 9059: results/029.processed, results/030.processed,
! 9060: results/031.processed, results/032.processed,
! 9061: results/033.processed, results/034.processed,
! 9062: results/035.processed, results/036.processed,
! 9063: results/037.processed, results/038.processed,
! 9064: results/039.processed, results/040.processed,
! 9065: results/041.processed, results/042.processed,
! 9066: results/043.processed, results/044.processed,
! 9067: results/045.processed, results/046.processed,
! 9068: results/047.processed, results/048.processed,
! 9069: results/049.processed, results/050.processed,
! 9070: results/051.processed, results/052.processed,
! 9071: results/053.processed, results/054.processed,
! 9072: results/055.processed, results/056.processed,
! 9073: results/057.processed, results/058.processed,
! 9074: results/059.processed, results/060.processed,
! 9075: results/061.processed, results/062.processed,
! 9076: results/063.processed, results/064.processed,
! 9077: results/065.processed, results/066.processed,
! 9078: results/067.processed, results/068.processed,
! 9079: results/069.processed, results/070.processed,
! 9080: results/071.processed, results/072.processed,
! 9081: results/073.processed, results/074.processed,
! 9082: results/075.processed, results/076.processed,
! 9083: results/077.processed, results/078.processed,
! 9084: results/079.processed, results/080.processed,
! 9085: results/081.processed, results/082.processed,
! 9086: results/083.processed, results/084.processed,
! 9087: results/085.processed, results/086.processed,
! 9088: results/087.processed, results/088.processed,
! 9089: results/089.processed, results/090.processed,
! 9090: results/091.processed, results/092.processed,
! 9091: results/093.processed, results/094.processed,
! 9092: results/095.processed, results/096.processed,
! 9093: results/097.processed, results/098.processed,
! 9094: results/099.processed, results/100.processed,
! 9095: results/101.processed, results/102.processed,
! 9096: results/103.processed, results/104.processed,
! 9097: results/105.processed, results/106.processed,
! 9098: results/107.processed, results/108.processed,
! 9099: results/109.processed, results/110.processed,
! 9100: results/111.processed, results/112.processed,
! 9101: results/113.processed, results/114.processed,
! 9102: results/115.processed, results/116.processed,
! 9103: results/117.processed, results/118.processed,
! 9104: results/119.processed, results/120.processed,
! 9105: results/121.processed, results/122.processed,
! 9106: results/123.processed, results/124.processed,
! 9107: results/125.processed, results/126.processed,
! 9108: results/127.processed, results/128.processed,
! 9109: results/129.processed, results/130.processed,
! 9110: results/131.processed, results/132.processed,
! 9111: results/133.processed, results/134.processed,
! 9112: results/135.processed, results/136.processed,
! 9113: results/137.processed, results/138.processed,
! 9114: results/139.processed, results/140.processed,
! 9115: results/141.processed: merged(copied) to HEAD from template_gc
! 9116:
! 9117: * src/targets/: apache13/ApacheModuleParser3.dsp, cgi/parser3.dsp,
! 9118: isapi/parser3isapi.dsp: more step towards \parser3project not
! 9119: having to be in root
! 9120:
! 9121: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 9122: targets/apache13/ApacheModuleParser3.dsp,
! 9123: targets/apache13/pa_md5c.c: apache module compiled [were minor
! 9124: unnecessary changes in lib/md5 interface]
! 9125:
! 9126: * src/include/pa_version.h: release
! 9127:
! 9128: * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
! 9129: relative paths to xml&gc libs
! 9130:
! 9131: * src/classes/math.C: merged uuid bugfix
! 9132:
! 9133: * tests/: 141.html, results/141.processed: fixed bug with
! 9134: too-small-a-buffer
! 9135:
! 9136: * src/classes/math.C: uuid bugfix
! 9137:
! 9138: * tests/: 141.html, Makefile, results/005.processed,
! 9139: results/030.processed, results/075.processed,
! 9140: results/078.processed: to reflect date format change (were -
! 9141: become ' ')
! 9142:
! 9143: * src/classes/math.C: uuid bugfix
! 9144:
! 9145: * parser3.dsw, src/main/pa_globals.C,
! 9146: src/targets/apache13/ApacheModuleParser3.dsp,
! 9147: www/htdocs/.htaccess: few paths for libxml debug/release changes
! 9148:
! 9149: * src/lib/md5/pa_md5c.c: PA_ -> pa_
! 9150:
! 9151: 2003-07-23 paf
! 9152:
! 9153: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
! 9154: renamed a little [to move to comman naming conv]
! 9155:
! 9156: * src/targets/apache13/Makefile.am: proper dependence to rebuild
! 9157: p3conf from .in
! 9158:
! 9159: * src/targets/: Makefile.am, apache13/Makefile.am,
! 9160: apache13/p3runConfigure.in, apache13/pa_httpd.h,
! 9161: apache13core/Makefile.am: apache13 splitted to simplify apache
! 9162: build
! 9163:
! 9164: * src/targets/apache13/hook/: Makefile.am, mod_parser3.c: not
! 9165: needed now
! 9166:
! 9167: * src/targets/: apache13/ApacheModuleParser3.dsp,
! 9168: apache13/mod_parser3.c, apache13/mod_parser3_main.C,
! 9169: apache13/pa_httpd.h, apache13/pa_threads.C,
! 9170: apache13core/ApacheModuleParser3Core.dsp,
! 9171: apache13core/mod_parser3.C, apache13core/pa_threads.C: splitted
! 9172: apache to two projects to simplify separate c/c++ compilation
! 9173:
! 9174: * src/targets/apache13/mod_parser3.c: started splitting mod_parser3
! 9175: into two parts: C and C++
! 9176:
! 9177: * src/targets/apache13/mod_parser3.c: started splitting mod_parser3
! 9178: into two parts: C and C++
! 9179:
! 9180: * src/targets/apache13/: Makefile.am, mod_parser3.C,
! 9181: ApacheModuleParser3.dsp, mod_parser3_main.C, pa_httpd.h,
! 9182: pa_md5c.c: started splitting mod_parser3 into two parts: C and
! 9183: C++
! 9184:
! 9185: * src/targets/apache13/pa_threads.C: decided to support
! 9186: multithreading in apache module only on win32 see that apache
! 9187: 1.3.28 supports it only in win32+netware...
! 9188:
! 9189: * src/lib/patches/gc.patch: this bug remains even in
! 9190: latest-at-the-moment: gc6.2alpha6 just reported to hans
! 9191:
! 9192: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
! 9193: main/pa_request.C, main/pa_sql_driver_manager.C,
! 9194: main/pa_stylesheet_manager.C,
! 9195: targets/apache13/ApacheModuleParser3.dsp,
! 9196: targets/isapi/parser3isapi.dsp: stack top_index() fixed
! 9197:
! 9198: * src/main/pa_globals.C: minor style changes
! 9199:
! 9200: * src/: classes/op.C, include/pa_sql_connection.h: connection
! 9201: closing/caching fixed [connections were not closed/put to cache]
! 9202:
! 9203: * src/targets/apache13/: ApacheModuleParser3.dsp, mod_parser3.C:
! 9204: updated to new sapi interface
! 9205:
! 9206: 2003-07-22 paf
! 9207:
! 9208: * INSTALL: gc part updated stightly
! 9209:
! 9210: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
! 9211: new sapi interface
! 9212:
! 9213: * src/classes/file.C: comment on OS
! 9214:
! 9215: * src/main/pa_string.C: removed reduntant invariant check [there is
! 9216: one deeper in cord lib]
! 9217:
! 9218: * src/main/pa_exec.C: on win32 bugfix in handling shbang
! 9219:
! 9220: * src/main/pa_memory.C: out of memory is no longer coredump
! 9221:
! 9222: * INSTALL: disable-threads adviced
! 9223:
! 9224: 2003-07-21 paf
! 9225:
! 9226: * src/classes/Makefile.am: removed circular dependency on classes.C
! 9227:
! 9228: * src/classes/file.C: file::exec/cgi environment variables now must
! 9229: be UPPERCASE and A-Z 0-9 _-
! 9230:
! 9231: * src/classes/file.C: env passing fixed
! 9232:
! 9233: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
! 9234:
! 9235: * src/main/pa_common.C: http:// CRLF now
! 9236:
! 9237: 2003-07-02 paf
! 9238:
! 9239: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
! 9240: fields to reflect their real meaning
! 9241:
! 9242: 2003-06-27 paf
! 9243:
! 9244: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
! 9245: include/pa_hash.h, main/pa_charset.C: merged from HEAD
! 9246: file::exec/cgi .charset
! 9247:
! 9248: 2003-06-26 paf
! 9249:
! 9250: * ChangeLog, src/classes/file.C, src/classes/hash.C,
! 9251: src/classes/image.C, src/classes/op.C, src/classes/string.C,
! 9252: src/classes/table.C, www/htdocs/.htaccess: fixed several
! 9253: uninitialized local structures. notably ^hash.foreach now
! 9254: inserts delimiters properly [were inserting it before first body]
! 9255:
! 9256: 2003-06-24 paf
! 9257:
! 9258: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
! 9259:
! 9260: 2003-06-20 paf
! 9261:
! 9262: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
! 9263: src/main/pa_globals.C: introducing
! 9264: $f[^file::load[binary;http://...]] $f.tables
! 9265:
! 9266: 2003-06-06 paf
! 9267:
! 9268: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
! 9269: table. [were method lookup: inconsistent]
! 9270:
! 9271: 2003-06-02 paf
! 9272:
! 9273: * src/include/pa_memory.h: empty string clone fixed to return
! 9274: writable memory
! 9275:
! 9276: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
! 9277: were not appended] which violated string invariant
! 9278:
! 9279: 2003-05-30 paf
! 9280:
! 9281: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
! 9282: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
! 9283:
! 9284: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
! 9285: GMT ; RFC 822, updated by RFC 1123
! 9286:
! 9287: * src/: classes/file.C, classes/form.C,
! 9288: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 9289: targets/isapi/parser3isapi.C: initialized request_info properly
! 9290:
! 9291: * src/classes/xnode.C: found minor bug, commended for future
! 9292:
! 9293: 2003-05-28 paf
! 9294:
! 9295: * src/classes/form.C: request_info.content_length can't be <0,
! 9296: size_t for some time
! 9297:
! 9298: 2003-05-26 paf
! 9299:
! 9300: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
! 9301: forgotten <0 changed to !=STRING_NOT_FOUND
! 9302:
! 9303: * src/classes/math.C: merged ffffu from HEAD
! 9304:
! 9305: 2003-05-11 paf
! 9306:
! 9307: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
! 9308:
! 9309: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
! 9310: premature doc free. transformed document had xmlDoc reference
! 9311: stored to non-gc-memory (libgdome) added holding-reference
! 9312:
! 9313: 2003-04-29 paf
! 9314:
! 9315: * src/main/pa_globals.C: started digging on double free. on win32
! 9316: found that that's perfectly normal.
! 9317:
! 9318: 2003-04-25 paf
! 9319:
! 9320: * src/classes/table.C: table.join bug fix [bad limit check]
! 9321:
! 9322: * src/classes/math.C: merged from HEAD: simpiler hash_string
! 9323:
! 9324: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
! 9325: print anything. changed to quicker and simplier code
! 9326:
! 9327: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
! 9328: strict a check]
! 9329:
! 9330: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
! 9331:
! 9332: 2003-04-24 paf
! 9333:
! 9334: * src/include/pa_table.h: too strict assert loosened
! 9335:
! 9336: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
! 9337: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
! 9338: report
! 9339:
! 9340: 2003-04-21 paf
! 9341:
! 9342: * src/targets/cgi/Makefile.am: pp3 added to .am
! 9343:
! 9344: * src/main/pa_globals.C: pcre memory management changed to use GC
! 9345: memory
! 9346:
! 9347: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
! 9348: xmlMallocAtomic [author agreed to my suggestion], used that
! 9349:
! 9350: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
! 9351:
! 9352: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
! 9353: types/pa_vmail.C: attributed_meaning_to_string added
! 9354: L_UNSPECIFIED piece which was sortof OK, but violated string
! 9355: invariant [assertion barked on that] changed to L_PASS_APPEND,
! 9356: made that param obligatory
! 9357:
! 9358: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
! 9359: fixed [assert helped]
! 9360:
! 9361: * src/include/pa_string.h: assert added [looking for bug]
! 9362:
! 9363: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
! 9364: names on Win32 considered disk-global
! 9365:
! 9366: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
! 9367: considered disk-global
! 9368:
! 9369: 2003-04-18 paf
! 9370:
! 9371: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
! 9372: filenames
! 9373:
! 9374: * src/main/untaint.C: enabled '~' letter in filenames
! 9375:
! 9376: 2003-04-16 paf
! 9377:
! 9378: * src/classes/file.C: small bug introduced in autoptr times fixed
! 9379:
! 9380: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
! 9381: HEAD
! 9382:
! 9383: * src/classes/table.C: fix: gcc reported tiny error
! 9384:
! 9385: 2003-04-15 paf
! 9386:
! 9387: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
! 9388: src/lib/md5/pa_md5c.c, tests/141.html,
! 9389: tests/results/141.processed, www/htdocs/.htaccess: merged from
! 9390: head ^math:uuid[] ^math:uid64[] ^math:md5[string]
! 9391:
! 9392: test added: 141.html
! 9393:
! 9394: * operators.txt, src/classes/math.C: ^math:uid64[]
! 9395:
! 9396: * src/classes/math.C: ^math:uuid[]
! 9397:
! 9398: * operators.txt, src/classes/math.C: ^math:uuid[]
! 9399:
! 9400: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
! 9401: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
! 9402:
! 9403: * operators.txt, src/classes/file.C, src/include/pa_common.h,
! 9404: src/include/pa_config_fixed.h, src/main/pa_common.C:
! 9405: ^file::load[mode;name; $.offset $.limit
! 9406:
! 9407: 2003-04-14 paf
! 9408:
! 9409: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
! 9410: started ^math:md5
! 9411:
! 9412: * src/classes/table.C, src/include/pa_array.h,
! 9413: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
! 9414: tests/results/140.processed: table $.reverse option works in
! 9415: create&co table $.distinct[tables] bug fix merged
! 9416:
! 9417: * src/: classes/table.C, include/pa_table.h: table
! 9418: $.distinct[tables] bug fixed
! 9419:
! 9420: * src/classes/table.C: more warnings
! 9421:
! 9422: * src/include/pa_array.h, src/include/pa_table.h,
! 9423: src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
! 9424: table::set_current, moved them back to table::locate implemented
! 9425: table::create/join ñ $.reverse
! 9426:
! 9427: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
! 9428: removed checks in table::set_current, moved them back to
! 9429: table::locate
! 9430:
! 9431: 2003-04-11 paf
! 9432:
! 9433: * operators.txt, src/classes/date.C, src/classes/table.C,
! 9434: src/include/pa_array.h, src/include/pa_common.h,
! 9435: src/include/pa_config_includes.h, src/include/pa_string.h,
! 9436: src/include/pa_table.h, src/main/pa_request.C,
! 9437: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 9438: src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
! 9439: before_append_array_limit_sense_change to
! 9440: after_append_array_limit_sense_change
! 9441:
! 9442: * src/classes/table.C: typo
! 9443:
! 9444: * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
! 9445: src/classes/table.C, src/include/pa_array.h,
! 9446: src/include/pa_common.h, src/include/pa_config_includes.h,
! 9447: src/include/pa_globals.h, src/include/pa_table.h,
! 9448: src/main/pa_array.C, src/main/pa_globals.C,
! 9449: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 9450: src/main/pa_string.C, src/main/pa_table.C:
! 9451: append_array_limit_sense_change locate accepts options same as
! 9452: create new option: $.reverse(1) [do not work in table::create]
! 9453:
! 9454: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
! 9455: (stat xxx,
! 9456:
! 9457: * src/classes/: table.C: typo
! 9458:
! 9459: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
! 9460: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
! 9461: results/130.processed, results/131.processed,
! 9462: results/132.processed, results/133.processed,
! 9463: results/134.processed, results/135.processed,
! 9464: results/136.processed, results/137.processed,
! 9465: results/138.processed, results/139.processed: added few mustfail
! 9466: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
! 9467: date/time 132.html mustfail: access to junction outside of
! 9468: context 133.html mustfail: access to junction outside of context,
! 9469: case version 134.html mustfail: hash: adding a key inside of
! 9470: foreach 135.html mustfail: modifying system class 136.html
! 9471: mustfail: $.name outside of $hash[here] 137.html mustfail:
! 9472: appendChild without import 138.html mustfail: invalid encoding
! 9473: inside of xml 139.html mustfail: bad XPath
! 9474:
! 9475: * operators.txt, src/classes/table.C, tests/084.html,
! 9476: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
! 9477: tests/129.html, tests/results/125.processed,
! 9478: tests/results/126.processed, tests/results/127.processed,
! 9479: tests/results/128.processed, tests/results/129.processed: merged
! 9480: from HEAD ^table.hash[key][$.distinct[tables]]
! 9481:
! 9482: maked appropriate tests [changed one old nonconforming]
! 9483:
! 9484: * operators.txt, src/classes/table.C:
! 9485: ^table.hash[key][$.distinct[tables]]
! 9486:
! 9487: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
! 9488: merged fix for found very old xml (dom) bug: were passing
! 9489: domString objects and later ERROREOUSLY freed them
! 9490:
! 9491: * src/lib/patches/gdome2.patch: const
! 9492:
! 9493: * src/lib/patches/gdome2.patch: less xml, couple dup were valid
! 9494:
! 9495: * src/lib/patches/gdome2.patch: removed bad lines
! 9496:
! 9497: * src/lib/patches/gdome2.patch: context-style
! 9498:
! 9499: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
! 9500: src/lib/patches/Makefile.am, src/lib/patches/gdome2.patch,
! 9501: src/main/pa_charset.C: re-added libgdome patch. regretfully
! 9502: libgdome bug can not be worked around
! 9503:
! 9504: 2003-04-10 paf
! 9505:
! 9506: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
! 9507: found very old xml (dom) bug: were passing domString objects and
! 9508: later ERROREOUSLY freed them
! 9509:
! 9510: * src/doc/string.dox, src/include/pa_memory.h,
! 9511: src/include/pa_string.h, src/lib/cord/cordbscs.c,
! 9512: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
! 9513: tests/123.html, tests/124.html, tests/results/001.processed,
! 9514: tests/results/002.processed, tests/results/003.processed,
! 9515: tests/results/004.processed, tests/results/005.processed,
! 9516: tests/results/006.processed, tests/results/008.processed,
! 9517: tests/results/009.processed, tests/results/010.processed,
! 9518: tests/results/011.processed, tests/results/012.processed,
! 9519: tests/results/013.processed, tests/results/014.processed,
! 9520: tests/results/015.processed, tests/results/016.processed,
! 9521: tests/results/017.processed, tests/results/018.processed,
! 9522: tests/results/020.processed, tests/results/021.processed,
! 9523: tests/results/022.processed, tests/results/023.processed,
! 9524: tests/results/024.processed, tests/results/025.processed,
! 9525: tests/results/026.processed, tests/results/027.processed,
! 9526: tests/results/028.processed, tests/results/029.processed,
! 9527: tests/results/030.processed, tests/results/031.processed,
! 9528: tests/results/032.processed, tests/results/033.processed,
! 9529: tests/results/034.processed, tests/results/035.processed,
! 9530: tests/results/036.processed, tests/results/037.processed,
! 9531: tests/results/038.processed, tests/results/039.processed,
! 9532: tests/results/040.processed, tests/results/041.processed,
! 9533: tests/results/042.processed, tests/results/043.processed,
! 9534: tests/results/044.processed, tests/results/045.processed,
! 9535: tests/results/046.processed, tests/results/047.processed,
! 9536: tests/results/048.processed, tests/results/049.processed,
! 9537: tests/results/050.processed, tests/results/051.processed,
! 9538: tests/results/052.processed, tests/results/053.processed,
! 9539: tests/results/054.processed, tests/results/055.processed,
! 9540: tests/results/056.processed, tests/results/057.processed,
! 9541: tests/results/058.processed, tests/results/059.processed,
! 9542: tests/results/060.processed, tests/results/061.processed,
! 9543: tests/results/062.processed, tests/results/063.processed,
! 9544: tests/results/064.processed, tests/results/065.processed,
! 9545: tests/results/066.processed, tests/results/067.processed,
! 9546: tests/results/068.processed, tests/results/069.processed,
! 9547: tests/results/070.processed, tests/results/071.processed,
! 9548: tests/results/072.processed, tests/results/073.processed,
! 9549: tests/results/074.processed, tests/results/075.processed,
! 9550: tests/results/076.processed, tests/results/077.processed,
! 9551: tests/results/078.processed, tests/results/079.processed,
! 9552: tests/results/080.processed, tests/results/081.processed,
! 9553: tests/results/082.processed, tests/results/083.processed,
! 9554: tests/results/084.processed, tests/results/085.processed,
! 9555: tests/results/086.processed, tests/results/087.processed,
! 9556: tests/results/088.processed, tests/results/089.processed,
! 9557: tests/results/090.processed, tests/results/091.processed,
! 9558: tests/results/092.processed, tests/results/093.processed,
! 9559: tests/results/094.processed, tests/results/095.processed,
! 9560: tests/results/096.processed, tests/results/097.processed,
! 9561: tests/results/101.processed, tests/results/102.processed,
! 9562: tests/results/104.processed, tests/results/105.processed,
! 9563: tests/results/106.processed, tests/results/107.processed,
! 9564: tests/results/108.processed, tests/results/109.processed,
! 9565: tests/results/110.processed, tests/results/111.processed,
! 9566: tests/results/112.processed, tests/results/113.processed,
! 9567: tests/results/114.processed, tests/results/115.processed,
! 9568: tests/results/116.processed, tests/results/117.processed,
! 9569: tests/results/118.processed, tests/results/119.processed,
! 9570: tests/results/120.processed, tests/results/121.processed,
! 9571: tests/results/122.processed, tests/results/123.processed,
! 9572: tests/results/124.processed: new convention: char* never 0.
! 9573: assert in cord on that
! 9574:
! 9575: * src/main/pa_charset.C: couple more asserts
! 9576:
! 9577: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
! 9578: speedup
! 9579:
! 9580: * src/main/pa_charset.C: couple assertions on fantastic situations
! 9581: added [may be those is the case now?]
! 9582:
! 9583: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
! 9584: that's memory from gc_malloc, not from g_malloc :(, but would
! 9585: hope]
! 9586:
! 9587: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
! 9588: that's memory from gc_malloc, not from g_malloc :(, but would
! 9589: hope]
! 9590:
! 9591: * src/main/pa_charset.C: checked custom malloc for returning 0
! 9592:
! 9593: 2003-04-09 paf
! 9594:
! 9595: * src/classes/date.C: merged ^date.roll changes
! 9596:
! 9597: * src/classes/date.C: ^date.roll bug fix
! 9598:
! 9599: * src/classes/date.C: ^date.roll now throws less errors: month
! 9600: shifts handles end of month situation by reducing day number
! 9601: hour-hole shift reduces hour to recover
! 9602:
! 9603: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
! 9604: Sort by function time
! 9605:
! 9606: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
! 9607: http:// $.charset[] param done
! 9608:
! 9609: * tests/: 122.html, results/122.processed: 122 date test <= and ==
! 9610: added [after volatile fix. passes on win&intel-solaris]
! 9611:
! 9612: 2003-04-08 paf
! 9613:
! 9614: * src/: classes/file.C, classes/op.C, classes/table.C,
! 9615: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
! 9616: include/pa_common.h, include/pa_request_charsets.h,
! 9617: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 9618: main/pa_exec.C, main/pa_request.C, main/untaint.C,
! 9619: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
! 9620: types/pa_vresponse.C: started http:// $.charset[] param and
! 9621: http response charset detection just compiled. todo:test
! 9622:
! 9623: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
! 9624:
! 9625: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 9626: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
! 9627: types/pa_vmail.C: changed transcode param converntion along with
! 9628: string creating convention -- all strings are zero-terminated,
! 9629: this allowed to fix one remaining String("123", 2) case
! 9630:
! 9631: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 9632: classes/op.C, classes/string.C, classes/table.C,
! 9633: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
! 9634: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
! 9635: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
! 9636: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
! 9637: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
! 9638: violated String::invariant. started fixing [not compiled now]
! 9639:
! 9640: * src/classes/string.C, src/include/pa_string.h,
! 9641: src/lib/cord/cordbscs.c, src/main/compile.tab.C,
! 9642: src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
! 9643: src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
! 9644: style improvements & optimizations
! 9645:
! 9646: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
! 9647: :(]
! 9648:
! 9649: * src/main/untaint.C: removed redundant & in CORD_pos param passing
! 9650: [for it's a pointer really]
! 9651:
! 9652: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
! 9653: 'n' param. worked that around
! 9654:
! 9655: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
! 9656: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
! 9657: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
! 9658: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
! 9659: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
! 9660:
! 9661: Thanks for the bug report and patch.
! 9662:
! 9663: I hadn't looked at this code in a while. Reading it now, it
! 9664: seems to me that the tests should also be ">= MAX_DEPTH" to
! 9665: comply with the invariant, though that may not matter a lot. I
! 9666: changed that, too.
! 9667:
! 9668: Hans
! 9669:
! 9670: 2003-04-07 paf
! 9671:
! 9672: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
! 9673: merged from head:safe mode error message now includes numbers
! 9674:
! 9675: * src/main/execute.C: n-th attempt to make a=a work with double.
! 9676: problem: as_double returns it's result in fp-register compiler
! 9677: optimizes access to that register after b->as_double, and just
! 9678: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
! 9679: from memory. _SAME_ double values do not match here. when
! 9680: forced to REload fp-register, values do match.
! 9681:
! 9682: tried to make them volatile.
! 9683:
! 9684: * src/main/execute.C: n-th attempt to make a=a work with double.
! 9685: problem: as_double returns it's result in fp-register compiler
! 9686: optimizes access to that register after b->as_double, and just
! 9687: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
! 9688: from memory. _SAME_ double values do not match here. when
! 9689: forced to REload fp-register, values do match.
! 9690:
! 9691: tried to make them volatile.
! 9692:
! 9693: * src/types/pa_vobject.h: small style change
! 9694:
! 9695: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
! 9696:
! 9697: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
! 9698: mode error message now includes numbers
! 9699:
! 9700: * src/main/untaint.C, src/targets/cgi/parser3.C,
! 9701: www/htdocs/.htaccess: unknown untaint lang now causes death
! 9702:
! 9703: 2003-04-04 paf
! 9704:
! 9705: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
! 9706: incorportated pa_exec patch by From: "Victor Fedoseev"
! 9707: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
! 9708: Sent: Thursday, January 23, 2003 9:14 AM
! 9709:
! 9710: huge speedup on ^file::cgi with big result
! 9711:
! 9712: * src/classes/table.C: sort table with 0 rows bug fixed
! 9713:
! 9714: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
! 9715: fix http://i2/tasks/edit/?id=4493701604654042676
! 9716:
! 9717: @main[] $with_default[ $.a[1] $._default[default from
! 9718: with_default] ] ^show[$with_default]
! 9719:
! 9720: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
! 9721: =$to_add_to.xxx=<br>
! 9722:
! 9723: ^show[$to_add_to]
! 9724:
! 9725: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
! 9726: ^show[$cloned]
! 9727:
! 9728: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
! 9729:
! 9730: } <hr>
! 9731:
! 9732: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
! 9733: http://i2/tasks/edit/?id=4493701604654042676
! 9734:
! 9735: @main[] $with_default[ $.a[1] $._default[default from
! 9736: with_default] ] ^show[$with_default]
! 9737:
! 9738: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
! 9739: =$to_add_to.xxx=<br>
! 9740:
! 9741: ^show[$to_add_to]
! 9742:
! 9743: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
! 9744: ^show[$cloned]
! 9745:
! 9746: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
! 9747:
! 9748: } <hr>
! 9749:
! 9750: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
! 9751: http://i2/tasks/edit/?id=4507350336410850921
! 9752:
! 9753: * src/classes/xdoc.C: memory allocation func bugfix
! 9754: http://i2/tasks/edit/?id=4499303470368629745
! 9755:
! 9756: * src/classes/math.C: allowed random 1...
! 9757:
! 9758: * src/classes/math.C: allowed random 0..
! 9759:
! 9760: * src/main/pa_globals.C: exif mem leak
! 9761: http://i2/tasks/edit/?id=4480590323629807263
! 9762:
! 9763: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 9764: classes/smtp/smtp.dsp, main/main.dsp, targets/cgi/parser3.dsp,
! 9765: types/pa_vmail.C, types/types.dsp: buf fix
! 9766: http://i2/tasks/edit/?id=4493946731322521294
! 9767: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
! 9768:
! 9769: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 9770: classes/smtp/smtp.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
! 9771: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
! 9772: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
! 9773: links to xml libs made relative, no need to unpack parser3project
! 9774: to /parser3project.
! 9775:
! 9776: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
! 9777: column more precise - tab handling bug fixed
! 9778:
! 9779: * src/main/: compile.tab.C, compile.y: more understandable error
! 9780: message in case @CLASS with more then one line inside
! 9781:
! 9782: * src/targets/cgi/parser3.C: more understandable error message in
! 9783: case of errors in @unhandled_exception
! 9784:
! 9785: 2003-04-03 paf
! 9786:
! 9787: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
! 9788: src/main/compile.tab.C, src/main/compile.y,
! 9789: src/main/compile_tools.C, src/main/compile_tools.h,
! 9790: src/main/execute.C, src/main/pa_request.C: debug info format
! 9791: simplified, now it's: OP_VALUE Operation::Origin << here value*
! 9792:
! 9793: higher limits: file number (max: 255) line number (max:
! 9794: 64535) column number (max: 255)
! 9795:
! 9796: * src/classes/math.C: top limit
! 9797:
! 9798: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
! 9799: precise parse error position in case of
! 9800:
! 9801: ^bug ]
! 9802:
! 9803: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
! 9804: changed to realities, and passed [bug fixed]
! 9805:
! 9806: * src/: classes/op.C, include/pa_request.h, main/compile.C,
! 9807: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 9808: main/compile_tools.h, main/pa_request.C: introducing
! 9809: ^process...[main-method-alias]
! 9810:
! 9811: * src/: classes/date.C, classes/image.C, classes/op.C,
! 9812: classes/string.C, classes/table.C, classes/xdoc.C,
! 9813: types/pa_vmethod_frame.h: MethodParams& now [methods without
! 9814: params receive zero reference, but they are expected not to look
! 9815: there]
! 9816:
! 9817: * operators.txt, src/classes/date.C, src/classes/double.C,
! 9818: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
! 9819: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 9820: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
! 9821: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 9822: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
! 9823: src/main/execute.C, src/types/pa_method.h: MethodParams& now
! 9824: [methods without params receive zero reference, but they are
! 9825: expected not to look there]
! 9826:
! 9827: * operators.txt, src/classes/op.C, src/include/pa_request.h,
! 9828: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
! 9829: ^process...[filename] useful for better error reporting
! 9830: [file/line/col]
! 9831:
! 9832: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
! 9833: types/pa_vstring.h: slightly improved error messages text: 1. is
! 9834: '%s', it 2. method undefined in case of ^void[]
! 9835:
! 9836: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
! 9837: include/pa_types.h, main/execute.C, main/pa_request.C: exception
! 9838: handling done. now we have error columns todo: test it
! 9839:
! 9840: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
! 9841: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
! 9842:
! 9843: this makes life easier: were: bad stack order -- were in
! 9844: exception catch unwind order, which didn't match execution order
! 9845:
! 9846: @main[] ^try{ ^first[] }{ ^throw[c;3] }
! 9847:
! 9848: @first[] ^throw[a;1]
! 9849:
! 9850: showed throw a first throw b try
! 9851:
! 9852: which is no good
! 9853:
! 9854: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
! 9855: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
! 9856: trace reset after handled exception [old bug fixed]
! 9857:
! 9858: * src/main/: compile.tab.C, compile.y: parse position old bug
! 9859: fixed. position reporting made precise [both, in parse erros and
! 9860: runtime errors]
! 9861:
! 9862: 2003-04-02 paf
! 9863:
! 9864: * src/: include/pa_operation.h, include/pa_request.h,
! 9865: main/compile.C, main/compile.tab.C, main/compile.y,
! 9866: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 9867: main/pa_exception.C, main/pa_request.C: debug info: started
! 9868: using. todo:complete
! 9869:
! 9870: * src/classes/op.C, src/include/pa_operation.h,
! 9871: src/include/pa_request.h, src/main/compile.C,
! 9872: src/main/compile.tab.C, src/main/compile.y,
! 9873: src/main/compile_tools.C, src/main/compile_tools.h,
! 9874: src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
! 9875: prepared debug info todo:use it
! 9876:
! 9877: * src/include/pa_operation.h: strange mistake fixed: forgot to
! 9878: return Operation class->union after switching from autoptrs.
! 9879:
! 9880: * tests/: Makefile, results/108.processed, results/117.processed:
! 9881: meta considered OK [it's up to coder now to remove it not needed]
! 9882:
! 9883: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
! 9884: Dictionary constructor when moved to gc]
! 9885:
! 9886: * src/main/pa_common.C: uncommented http:// file loading
! 9887:
! 9888: * src/classes/gd/gif.h, src/include/pa_array.h, src/main/execute.C,
! 9889: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
! 9890: fix [gdGrowingBuf]
! 9891:
! 9892: * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
! 9893: patches
! 9894:
! 9895: * src/lib/patches/Makefile.am: not patches now
! 9896:
! 9897: * src/lib/patches/libxml2.patch: found a way of dealing with
! 9898: charset tables without patching library [price: imposed limit of
! 9899: 10 user-defined charsets, but limit can be easily increased]
! 9900:
! 9901: * src/lib/patches/libxslt.patch: decided against patching -- one
! 9902: can remove that header in @postprocess, if he/she wants to
! 9903:
! 9904: * src/lib/patches/gdome2.patch: starting in gdome 0.7.4 this is no
! 9905: longer needed [author applied my patch]
! 9906:
! 9907: * configure, src/include/pa_config_auto.h.in,
! 9908: src/main/pa_charset.C: --enable-assertions autoconf-ed
! 9909:
! 9910: * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
! 9911: file loading
! 9912:
! 9913: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
! 9914: xdoc::create/load
! 9915:
! 9916: * src/: classes/form.C, classes/hash.C, classes/image.C,
! 9917: classes/string.C, classes/table.C, classes/void.C,
! 9918: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 9919: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
! 9920: String::String(str,helper_length) are checked. found/fixed one
! 9921: place: $request:body now zero-terminated,
! 9922:
! 9923: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 9924: main/compile_tools.C, main/execute.C, types/pa_value.h,
! 9925: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
! 9926: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
! 9927: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 9928: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
! 9929: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
! 9930: types/pa_vxnode.h: more locally scoped vars in execute (more
! 9931: easily optimizable)
! 9932:
! 9933: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
! 9934: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
! 9935:
! 9936: * src/: include/pa_array.h, include/pa_stack.h,
! 9937: include/pa_string.h, main/compile_tools.C, main/main.dsp,
! 9938: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
! 9939: become assertion iterator in methodframe filler
! 9940:
! 9941: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
! 9942: targets/cgi/parser3.C: array::get/put inlined
! 9943:
! 9944: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
! 9945: gc_substitute_memory_management_functions +installed CORD_oom
! 9946: function
! 9947:
! 9948: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
! 9949: src/include/pa_config_includes.h, src/include/pa_string.h,
! 9950: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
! 9951: src/targets/cgi/parser3.C: converted debug hacks to ANSI
! 9952: assertions started configure.in --enable-assertions
! 9953:
! 9954: 2003-04-01 paf
! 9955:
! 9956: * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
! 9957: src/main/pa_memory.C, src/targets/cgi/parser3.C,
! 9958: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
! 9959: src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
! 9960: down: gdome uses glib memory, and stores last pointer to xmlDoc
! 9961: there, gc misses that and collects valid memory fixed by
! 9962: remembering xmlDoc from dom object in xdoc. todo: do something
! 9963: with premature free of xdoc with xnodes/node values referring
! 9964: into it
! 9965:
! 9966: * src/classes/: mail.C: typo fix
! 9967:
! 9968: * src/: classes/gd/Makefile.am, main/pa_memory.C: bug() to set bpt
! 9969: in (memory.c) some .am changes
! 9970:
! 9971: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
! 9972: main/pa_memory.C: moved memory debugging to global level: to
! 9973: pa_gc_malloc
! 9974:
! 9975: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
! 9976: debugging showed no errors. todo: debug parser memory
! 9977:
! 9978: * src/targets/cgi/: parser3.C, parser3.dsp: more build
! 9979: configurations
! 9980:
! 9981: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 9982: classes/smtp/smtp.dsp, include/pa_config_fixed.h,
! 9983: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
! 9984: targets/apache13/ApacheModuleParser3.dsp,
! 9985: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 9986: types/types.dsp: prepared xml-static configuration
! 9987:
! 9988: 2003-03-31 paf
! 9989:
! 9990: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
! 9991: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 9992: www/htdocs/.htaccess: started xml lib memory debugging, simple
! 9993: checks failed: it seems that library does realloc(bad ptr), and
! 9994: recording those ptrs in heap [for debugging] was bad: heap
! 9995: situation changes = everything works fine
! 9996:
! 9997: * src/: main/pa_charset.C, include/pa_charset.h: worked around
! 9998: xmlRegisterCharEncodingHandler limitation [currently imposed
! 9999: limit of 10 user-defined charsets]
! 10000:
! 10001: 2003-03-28 paf
! 10002:
! 10003: * src/main/execute.C: execution stack copied to local register
! 10004: variable, removed lots [~2e7) of memory accesses
! 10005:
! 10006: 2003-03-27 paf
! 10007:
! 10008: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
! 10009: works in debug, but fails in release todo: fix that
! 10010:
! 10011: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
! 10012: targets/cgi/parser3.C: forgot to merge XML memory funcs
! 10013: replacement from gc branch
! 10014:
! 10015: * src/main/pa_exec.C: introducing append_help_length [radical
! 10016: improvement here]
! 10017:
! 10018: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
! 10019: 'not recommened' in gc.h, on win32 noticed no difference]
! 10020:
! 10021: * src/include/pa_array.h: returned checked array get [were disabled
! 10022: for debugging] result:not slower [don't understand that, it were
! 10023: INLINED] todo: find out a way of inlining it!
! 10024:
! 10025: * src/: include/pa_string.h, lib/gc/include/gc.h,
! 10026: lib/gc/include/gc_fake.h, main/compile.tab.C,
! 10027: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
! 10028: convention changed: all resulting strings are zero-terminated
! 10029:
! 10030: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 10031: classes/string.C, classes/table.C, classes/void.C,
! 10032: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
! 10033: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
! 10034: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
! 10035: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
! 10036: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
! 10037: types/pa_vfile.C, types/pa_vmail.C: introducing
! 10038: append_help_length [radical improvement here]
! 10039:
! 10040: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
! 10041: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
! 10042: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
! 10043: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
! 10044: even slower
! 10045:
! 10046: * src/: classes/string.C, classes/table.C, include/pa_array.h,
! 10047: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
! 10048: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
! 10049: clients of &get(): most to use non-ref version, some[in tight
! 10050: places] to get_unchecked_ref
! 10051:
! 10052: * src/doc/memory.dox: forgot to add
! 10053:
! 10054: * src/classes/classes.dsp, src/classes/memory.C,
! 10055: src/classes/xdoc.C, src/classes/gd/gd.dsp,
! 10056: src/classes/smtp/smtp.dsp, src/include/pa_array.h,
! 10057: src/include/pa_request.h, src/include/pa_stack.h,
! 10058: src/include/pa_string.h, src/lib/cord/cord.dsp,
! 10059: src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
! 10060: src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
! 10061: src/main/compile.y, src/main/compile_tools.C,
! 10062: src/main/compile_tools.h, src/main/main.dsp,
! 10063: src/main/pa_string.C, src/targets/cgi/parser3.C,
! 10064: src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
! 10065: src/types/pa_vmethod_frame.C, src/types/types.dsp,
! 10066: www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
! 10067: Stack::pop wiping removed [moved to separate func] other Array &
! 10068: removed
! 10069:
! 10070: 2003-03-26 paf
! 10071:
! 10072: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
! 10073: classes/table.C, classes/gd/gd.dsp, classes/smtp/smtp.dsp,
! 10074: include/pa_array.h, include/pa_charset.h, include/pa_stack.h,
! 10075: include/pa_string.h, include/pa_table.h, lib/cord/cord.dsp,
! 10076: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, lib/pcre/pcre.dsp,
! 10077: main/compile.tab.C, main/compile.y, main/main.dsp,
! 10078: main/pa_charset.C, main/pa_common.C, main/pa_exec.C,
! 10079: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 10080: main/pa_table.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 10081: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 10082: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
! 10083: pre-evaluated .count() in some places
! 10084:
! 10085: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 10086: classes/smtp/smtp.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
! 10087: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
! 10088: types/types.dsp: .dsp profiling updated
! 10089:
! 10090: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 10091: classes/smtp/smtp.dsp, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
! 10092: lib/md5/md5.dsp, main/main.dsp, targets/cgi/parser3.dsp,
! 10093: types/types.dsp: started profiling
! 10094:
! 10095: * src/: classes/classes.dsp, classes/smtp/smtp.dsp,
! 10096: lib/cord/cord.dsp, main/compile.tab.C, main/compile_tools.h,
! 10097: main/main.dsp, targets/cgi/parser3.dsp,
! 10098: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
! 10099: use lib/gc,lib/cord
! 10100:
! 10101: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
! 10102: src/classes/math.C, src/classes/op.C, src/classes/gd/gif.C,
! 10103: src/classes/gd/gif.h, src/classes/smtp/smtp.h,
! 10104: src/include/pa_common.h, src/include/pa_config_auto.h.in,
! 10105: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
! 10106: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
! 10107: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
! 10108: src/include/pa_version.h, src/lib/Makefile.am,
! 10109: src/lib/cord/Makefile.am, src/lib/cord/include/Makefile.am,
! 10110: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
! 10111: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
! 10112: src/targets/apache13/p3runConfigure.in,
! 10113: src/targets/cgi/Makefile.am, src/types/Makefile.am,
! 10114: src/types/pa_vclass.h, src/types/pa_vcookie.h,
! 10115: src/types/pa_vform.h, src/types/pa_vhash.h,
! 10116: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
! 10117: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
! 10118: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
! 10119: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
! 10120: funcs ported pa_exec
! 10121:
! 10122: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
! 10123:
! 10124: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
! 10125: bundled gc includes
! 10126:
! 10127: * src/classes/op.C, src/include/pa_array.h,
! 10128: src/include/pa_sql_connection.h, src/include/pa_string.h,
! 10129: src/include/pa_version.h, src/main/compile.tab.C,
! 10130: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
! 10131: src/main/pa_exception.C, src/main/pa_request.C,
! 10132: src/main/pa_string.C, src/targets/cgi/parser3.C,
! 10133: src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
! 10134: bugfixes [while testing first real site (aval)]
! 10135:
! 10136: 2003-03-25 paf
! 10137:
! 10138: * operators.txt, src/main/pa_sql_driver_manager.C,
! 10139: src/types/pa_vstatus.C: $status.memory used free since_compact
! 10140: process
! 10141:
! 10142: * src/: include/pa_sql_connection.h, main/pa_globals.C,
! 10143: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
! 10144:
! 10145: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
! 10146:
! 10147: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
! 10148: src/types/pa_value.h, src/types/pa_vfile.h,
! 10149: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 10150: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
! 10151: tests/results/121.processed: untaint.C L_URI
! 10152:
! 10153: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
! 10154: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
! 10155: src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
! 10156: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
! 10157:
! 10158: * tests/results/109.processed: it was a bug in parser. updated 109
! 10159: test result
! 10160:
! 10161: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
! 10162:
! 10163: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
! 10164: tests/results/107.processed: fixed dom language [values are now
! 10165: considered tainted. it was a bug in parser. updated 107 test
! 10166: result
! 10167:
! 10168: * src/classes/xdoc.C: fixed transform params
! 10169:
! 10170: * src/: include/pa_stylesheet_manager.h,
! 10171: main/pa_stylesheet_manager.C: fixed stylesheet caching
! 10172:
! 10173: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
! 10174: overloads for structure handling
! 10175:
! 10176: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
! 10177: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
! 10178: StringBody(0) ambiguilty, introducting static
! 10179: StringBody::Format(int)
! 10180:
! 10181: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
! 10182: linked
! 10183:
! 10184: * src/types/pa_vxdoc.C: vxdoc compiled
! 10185:
! 10186: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
! 10187: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
! 10188: finalizers isntalled
! 10189:
! 10190: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
! 10191: doc/exception.dox, doc/index.dox, include/pa_charset.h,
! 10192: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
! 10193: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
! 10194: compiled todo: xnode.C / finalizers
! 10195:
! 10196: * src/doc/string.dox: updated: new string internals
! 10197:
! 10198: 2003-03-24 paf
! 10199:
! 10200: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 10201: include/pa_charset.h, include/pa_config_fixed.h,
! 10202: include/pa_request.h, include/pa_stylesheet_connection.h,
! 10203: include/pa_stylesheet_manager.h, main/pa_charset.C,
! 10204: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
! 10205: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
! 10206: types/pa_vxnode.h: started XML
! 10207:
! 10208: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
! 10209:
! 10210: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 10211: include/pa_string.h, main/pa_common.C,
! 10212: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
! 10213:
! 10214: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 10215: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
! 10216: main/pa_request.C, main/pa_sql_driver_manager.C,
! 10217: types/pa_vimage.h: size_t pos everywhere checks changed to check
! 10218: for eq STRING_NOT_FOUND
! 10219:
! 10220: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
! 10221: optimize bit implemented
! 10222:
! 10223: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
! 10224: String::ArrayFragment::append_positions fixed
! 10225:
! 10226: * src/: classes/table.C, classes/gd/gif.h, include/pa_string.h,
! 10227: main/pa_string.C: String::this_starts fixed
! 10228:
! 10229: * src/main/pa_string.C, tests/Makefile: string::pos fixed
! 10230:
! 10231: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
! 10232: hashcode implemented fully, including per-char callback [it can
! 10233: be - substr CORD node]
! 10234:
! 10235: * src/: classes/gd/gif.h, classes/gd/gifio.C, include/pa_array.h,
! 10236: main/compile.tab.C: gif encoding rewritten to rewalloc with
! 10237: 100byte buf ahead
! 10238:
! 10239: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
! 10240: src/classes/gd/gif.h, src/classes/gd/gifio.C,
! 10241: src/include/pa_string.h, src/main/compile.tab.C,
! 10242: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
! 10243: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
! 10244: CORD_ec [bad] would rewrite as realloc now
! 10245:
! 10246: * src/: classes/date.C, classes/file.C, classes/form.C,
! 10247: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
! 10248: classes/gd/gifio.C, include/pa_cache_managers.h,
! 10249: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
! 10250: include/pa_sql_driver_manager.h, include/pa_table.h,
! 10251: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
! 10252: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
! 10253: targets/apache13/mod_parser3.C, targets/isapi/parser3isapi.C,
! 10254: types/pa_value.C, types/pa_value.h, types/pa_vmail.C,
! 10255: types/pa_vmethod_frame.C, types/pa_vstateless_class.h: 2*2 worked
! 10256: :)
! 10257:
! 10258: * parser3.dsw, src/classes/date.C, src/classes/file.C,
! 10259: src/include/pa_exec.h, src/include/pa_string.h,
! 10260: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
! 10261: passed OK
! 10262:
! 10263: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 10264: types/pa_value.C: all linked todo: debug
! 10265:
! 10266: * src/: classes/mail.C, classes/smtp/smtp.C, main/pa_request.C,
! 10267: targets/cgi/parser3.C, types/pa_vstateless_class.C: all compiled.
! 10268: todo:link
! 10269:
! 10270: * src/types/pa_wcontext.C: pa_wcontext.C compiled
! 10271:
! 10272: * src/types/pa_vtable.C: pa_vtable.C compiled
! 10273:
! 10274: * src/types/pa_vstring.C: pa_vstring.C compiled
! 10275:
! 10276: * src/types/pa_vstatus.C: pa_vstatus.C compiled
! 10277:
! 10278: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
! 10279: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
! 10280: pa_vstateless_class.C, pa_vstateless_class.h:
! 10281: pa_vstateless_class.C compiled
! 10282:
! 10283: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
! 10284: types/pa_vmath.C: pa_vmail.C compiled
! 10285:
! 10286: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
! 10287:
! 10288: * src/types/pa_vform.C: pa_vform.C compiled
! 10289:
! 10290: * src/types/pa_vfile.C: pa_vfile.C compiled
! 10291:
! 10292: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
! 10293: pa_vstateless_class.C: pa_vcookie.C compiled
! 10294:
! 10295: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
! 10296: types/pa_vhash.h: pa_value.C compiled
! 10297:
! 10298: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
! 10299: classes.lib main.lib compiled
! 10300:
! 10301: * src/classes/void.C: void.C compiled
! 10302:
! 10303: * src/: classes/string.C, classes/table.C, include/pa_string.h,
! 10304: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
! 10305: compiled
! 10306:
! 10307: * src/: classes/string.C, include/pa_request.h,
! 10308: include/pa_string.h, main/pa_string.C: string.C compiled
! 10309:
! 10310: * src/: classes/op.C, classes/string.C, classes/table.C,
! 10311: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
! 10312: main/pa_request.C, main/pa_string.C: op.C compiled
! 10313:
! 10314: * src/classes/: math.C, op.C: math.C compiled
! 10315:
! 10316: * src/: classes/mail.C, classes/string.C, classes/table.C,
! 10317: classes/smtp/smtp.C, classes/smtp/smtp.h, types/pa_vmail.h:
! 10318: mail.C compiled
! 10319:
! 10320: * src/classes/: int.C, table.C: int.C compiled
! 10321:
! 10322: * src/: classes/hash.C, classes/image.C, classes/string.C,
! 10323: classes/table.C, include/pa_memory.h, include/pa_string.h,
! 10324: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
! 10325: compiled
! 10326:
! 10327: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 10328: classes/void.C, classes/xdoc.C, include/pa_request.h,
! 10329: include/pa_sql_connection.h: hash.C compiled
! 10330:
! 10331: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
! 10332: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
! 10333: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 10334: classes/math.C, classes/op.C, classes/response.C,
! 10335: classes/string.C, classes/table.C, classes/void.C,
! 10336: classes/xdoc.C, classes/xnode.C, classes/gd/gif.C,
! 10337: classes/gd/gifio.C, include/pa_memory.h, include/pa_request.h,
! 10338: include/pa_sapi.h, include/pa_string.h, main/pa_string.C,
! 10339: types/pa_vdate.h, types/pa_vmethod_frame.h: file.C table.C
! 10340: compiled
! 10341:
! 10342: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
! 10343: main/untaint.C: main.lib compiled
! 10344:
! 10345: 2003-03-21 paf
! 10346:
! 10347: * src/: classes/op.C, include/pa_cache_managers.h,
! 10348: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 10349: include/pa_stylesheet_manager.h, main/pa_exception.C,
! 10350: main/pa_globals.C, main/pa_sql_driver_manager.C,
! 10351: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
! 10352: compiled
! 10353:
! 10354: * src/: classes/hash.C, classes/image.C, classes/op.C,
! 10355: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
! 10356: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
! 10357: main/compile.C, main/pa_common.C, main/pa_request.C,
! 10358: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
! 10359: pa_request.C compiled
! 10360:
! 10361: * src/: classes/hash.C, classes/mail.C, classes/op.C,
! 10362: include/pa_request.h, main/execute.C, main/pa_request.C,
! 10363: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
! 10364: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
! 10365: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 10366: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
! 10367: compiled
! 10368:
! 10369: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
! 10370: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
! 10371: on unix
! 10372:
! 10373: * src/: include/pa_charset.h, include/pa_charsets.h,
! 10374: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
! 10375: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
! 10376: pa_charsets.C compiled
! 10377:
! 10378: * src/: classes/image.C, classes/mail.C, classes/op.C,
! 10379: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
! 10380: main/compile.y, main/execute.C, main/pa_common.C,
! 10381: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
! 10382: types/pa_vcode_frame.h, types/pa_vimage.h,
! 10383: types/pa_vmethod_frame.h: execute.C compiled
! 10384:
! 10385: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 10386: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 10387: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 10388: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
! 10389: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 10390: classes/gd/gifio.C, include/pa_cache_managers.h,
! 10391: include/pa_charsets.h, include/pa_common.h, include/pa_exec.h,
! 10392: include/pa_memory.h, include/pa_operation.h,
! 10393: include/pa_request.h, include/pa_sapi.h,
! 10394: include/pa_sql_driver_manager.h, include/pa_string.h,
! 10395: include/pa_stylesheet_connection.h,
! 10396: include/pa_stylesheet_manager.h, include/pa_table.h,
! 10397: main/compile.C, main/compile.tab.C, main/compile.y,
! 10398: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 10399: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 10400: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
! 10401: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
! 10402: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 10403: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 10404: types/pa_method.h, types/pa_value.C, types/pa_value.h,
! 10405: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
! 10406: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 10407: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 10408: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 10409: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 10410: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 10411: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 10412: types/pa_vmath.h, types/pa_vmethod_frame.C,
! 10413: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 10414: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 10415: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 10416: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 10417: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 10418: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 10419: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 10420: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 10421: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
! 10422: [C++ CORD wrapper]
! 10423:
! 10424: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
! 10425:
! 10426: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
! 10427: $file::exec/cgi[script; $.charset[this is script's charset]
! 10428:
! 10429: command line, env values, input got transcoded before call
! 10430: stdout, stderr got transcoded after call
! 10431:
! 10432: * src/classes/file.C: ^file::exec/cgi now does not pass post data
! 10433: by default. use: ^file::exec[...;$.stdin[$request.body]
! 10434:
! 10435: * src/main/pa_common.C: } typo bug fix
! 10436:
! 10437: * src/main/pa_common.C: } typo bug fix
! 10438:
! 10439: 2003-03-20 paf
! 10440:
! 10441: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
! 10442: main/untaint.C: cord bug fix, but still errors todo: clear out
! 10443:
! 10444: * src/include/pa_string.h: more tests
! 10445:
! 10446: * src/main/pa_string.C: string.pos fixed
! 10447:
! 10448: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
! 10449: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
! 10450: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
! 10451: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
! 10452: replaces
! 10453:
! 10454: * src/: classes/image.C, include/pa_dictionary.h,
! 10455: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
! 10456: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
! 10457: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
! 10458: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
! 10459:
! 10460: * src/include/pa_string.h: warning
! 10461:
! 10462: * src/include/pa_string.h: this_starts fixed
! 10463:
! 10464: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
! 10465: new String ctor & append params convention
! 10466:
! 10467: * src/: classes/file.C, classes/hash.C, classes/image.C,
! 10468: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
! 10469: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
! 10470: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
! 10471: main/pa_exception.C, main/pa_exec.C,
! 10472: main/pa_sql_driver_manager.C, main/pa_string.C,
! 10473: main/pa_stylesheet_manager.C, main/untaint.C,
! 10474: targets/isapi/parser3isapi.C, types/pa_vimage.C,
! 10475: types/pa_vmail.C: more tests OK
! 10476:
! 10477: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
! 10478: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
! 10479: gc/exit runned OK
! 10480:
! 10481: * src/types/pa_vmail.C: another naming problem: should not name
! 10482: vars like that: unpredictable close caused problems with later
! 10483: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
! 10484: descriptors missing on startup: stdin; Bad file number
! 10485:
! 10486: todo: find out why so many filters(stream) here. probably wrong?
! 10487:
! 10488: * src/: include/pa_dictionary.h, include/pa_string.h,
! 10489: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
! 10490: main/untaint.C: test compiled
! 10491:
! 10492: * src/: classes/image.C, classes/mail.C, classes/math.C,
! 10493: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
! 10494: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
! 10495: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
! 10496: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
! 10497: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
! 10498: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
! 10499: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
! 10500: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
! 10501: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
! 10502:
! 10503: * parser3.dsw, src/classes/file.C, src/classes/image.C,
! 10504: src/classes/op.C, src/classes/string.C, src/classes/table.C,
! 10505: src/classes/xdoc.C, src/classes/xnode.C, src/classes/gd/gifio.C,
! 10506: src/include/pa_common.h, src/include/pa_memory.h,
! 10507: src/include/pa_request.h, src/include/pa_request_charsets.h,
! 10508: src/include/pa_sql_connection.h, src/include/pa_string.h,
! 10509: src/main/compile.tab.C, src/main/execute.C,
! 10510: src/main/pa_charset.C, src/main/pa_common.C,
! 10511: src/main/pa_exception.C, src/main/pa_exec.C,
! 10512: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 10513: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
! 10514: src/sql/pa_sql_driver.h, src/targets/apache13/mod_parser3.C,
! 10515: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 10516: src/types/pa_value.C, src/types/pa_vcode_frame.h,
! 10517: src/types/pa_vcookie.C, src/types/pa_venv.h,
! 10518: src/types/pa_vform.C, src/types/pa_vmail.C,
! 10519: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 10520: src/types/pa_vobject.C, src/types/pa_vresponse.C,
! 10521: src/types/pa_vstatus.C, src/types/pa_vstring.C,
! 10522: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 10523: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
! 10524: pa_common.C [done, without http for now]
! 10525:
! 10526: 2003-03-19 paf
! 10527:
! 10528: * src/: classes/date.C, classes/form.C, classes/hash.C,
! 10529: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
! 10530: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
! 10531: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
! 10532: include/pa_string.h, include/pa_table.h, main/compile.C,
! 10533: main/compile_tools.C, main/execute.C, main/pa_charset.C,
! 10534: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
! 10535: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
! 10536: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 10537: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
! 10538: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
! 10539: types/pa_vstateless_class.h, types/pa_vtable.C,
! 10540: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
! 10541: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 10542: types/pa_wwrapper.h: started test
! 10543:
! 10544: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
! 10545: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
! 10546:
! 10547: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
! 10548: include/pa_string.h, main/pa_string.C: string compiled todo: test
! 10549: it
! 10550:
! 10551: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
! 10552: classes/gd/gd.dsp, classes/smtp/smtp.dsp, include/pa_array.h,
! 10553: include/pa_common.h, include/pa_dictionary.h,
! 10554: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
! 10555: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
! 10556: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
! 10557: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
! 10558: types/pa_vmethod_frame.h, types/types.dsp: string
! 10559: reimplementation with cord+array<fragment>: 70%
! 10560:
! 10561: 2003-03-18 paf
! 10562:
! 10563: * src/: classes/date.C, classes/file.C, classes/form.C,
! 10564: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
! 10565: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
! 10566: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
! 10567: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
! 10568: can ignore lang in cmp and pos really, but would
! 10569: split properly!
! 10570:
! 10571: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
! 10572: cord part made parser/src/lib: it's not compiled into libgc by
! 10573: default
! 10574:
! 10575: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
! 10576: src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 10577: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
! 10578: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 10579: src/classes/op.C, src/classes/response.C, src/classes/string.C,
! 10580: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 10581: src/classes/xnode.C, src/classes/xnode.h, src/classes/gd/gd.dsp,
! 10582: src/classes/gd/gif.C, src/classes/gd/gif.h,
! 10583: src/classes/gd/gifio.C, src/classes/smtp/smtp.C,
! 10584: src/classes/smtp/smtp.dsp, src/classes/smtp/smtp.h,
! 10585: src/include/Makefile.am, src/include/pa_cache_managers.h,
! 10586: src/include/pa_charset.h, src/include/pa_charsets.h,
! 10587: src/include/pa_common.h, src/include/pa_dictionary.h,
! 10588: src/include/pa_exception.h, src/include/pa_exec.h,
! 10589: src/include/pa_globals.h, src/include/pa_hash.h,
! 10590: src/include/pa_memory.h, src/include/pa_pool.h,
! 10591: src/include/pa_request.h, src/include/pa_request_charsets.h,
! 10592: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
! 10593: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
! 10594: src/include/pa_stylesheet_connection.h,
! 10595: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
! 10596: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
! 10597: src/main/compile.C, src/main/compile.tab.C,
! 10598: src/main/compile_tools.C, src/main/compile_tools.h,
! 10599: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
! 10600: src/main/pa_charsets.C, src/main/pa_common.C,
! 10601: src/main/pa_dictionary.C, src/main/pa_exception.C,
! 10602: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
! 10603: src/main/pa_pool.C, src/main/pa_request.C,
! 10604: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 10605: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
! 10606: src/main/pa_uue.C, src/main/untaint.C,
! 10607: src/targets/apache13/mod_parser3.C, src/targets/cgi/parser3.C,
! 10608: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
! 10609: src/types/pa_junction.h, src/types/pa_method.h,
! 10610: src/types/pa_value.C, src/types/pa_value.h,
! 10611: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 10612: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 10613: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 10614: src/types/pa_vdouble.h, src/types/pa_venv.h,
! 10615: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
! 10616: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
! 10617: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 10618: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
! 10619: src/types/pa_vmath.C, src/types/pa_vmath.h,
! 10620: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 10621: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 10622: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 10623: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 10624: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 10625: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 10626: src/types/pa_vstatus.h, src/types/pa_vstring.C,
! 10627: src/types/pa_vstring.h, src/types/pa_vtable.C,
! 10628: src/types/pa_vtable.h, src/types/pa_vvoid.h,
! 10629: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 10630: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 10631: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 10632: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
! 10633: gc: PA_Object done lots of replacements also
! 10634:
! 10635: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
! 10636: gc logging
! 10637:
! 10638: 2003-03-17 paf
! 10639:
! 10640: * src/classes/date.C, src/classes/file.C, src/classes/form.C,
! 10641: src/classes/image.C, src/classes/mail.C, src/classes/op.C,
! 10642: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
! 10643: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
! 10644: src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
! 10645: src/include/pa_types.h, src/main/compile.C,
! 10646: src/main/compile.tab.C, src/main/execute.C,
! 10647: src/main/pa_charset.C, src/main/pa_common.C,
! 10648: src/main/pa_exception.C, src/main/pa_exec.C,
! 10649: src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
! 10650: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
! 10651: src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
! 10652: src/main/untaint.C, src/targets/cgi/pa_pool.C,
! 10653: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 10654: src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
! 10655: src/types/pa_vdouble.h, src/types/pa_vfile.C,
! 10656: src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
! 10657: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 10658: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 10659: www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
! 10660:
! 10661: 2003-03-13 paf
! 10662:
! 10663: * src/: include/pa_sql_driver_manager.h,
! 10664: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
! 10665: called
! 10666:
! 10667: * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
! 10668: src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
! 10669: src/main/pa_request.C, src/targets/cgi/parser3.C,
! 10670: src/types/pa_value.C, src/types/pa_value.h,
! 10671: src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
! 10672: src/types/pa_vstatus.C, src/types/types.dsp,
! 10673: www/htdocs/.htaccess: set_base, set_derived simplified [counter
! 10674: leaks fixed]
! 10675:
! 10676: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
! 10677: src/types/types.dsp: incorporated status class patch From:
! 10678: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
! 10679: 2003 8:14 AM
! 10680:
! 10681: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
! 10682: Win32 specific: QuotaPeakNonPagedPoolUsage
! 10683: QuotaPeakPagedPoolUsage PeakPagefileUsage]
! 10684:
! 10685: 2003-03-12 paf
! 10686:
! 10687: * configure, configure.in, src/lib/ltdl/configure,
! 10688: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
! 10689: lib/ltdl/Makefile now created by /configure.in only [were by
! 10690: lib/ltdl/configure.in OVERWRITE]
! 10691:
! 10692: * configure, configure.in, src/targets/apache13/p3runConfigure.in,
! 10693: src/targets/cgi/Makefile.am: libstdc++ linkage fixed for g++
! 10694: 3.2.2
! 10695:
! 10696: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
! 10697: on using privately declared class [fixed]
! 10698:
! 10699: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
! 10700: 3.2 rightliy complained on using privately declared class [fixed]
! 10701:
! 10702: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
! 10703: sigpipe before request constructor now causes death
! 10704:
! 10705: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
! 10706: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
! 10707: not cause exception in exception handler
! 10708:
! 10709: * configure, configure.in, src/targets/apache13/p3runConfigure.in,
! 10710: src/targets/cgi/Makefile.am: configure now default links
! 10711: libstdc++ statically. that can be overriden by
! 10712: --with-dynamic-stdcpp
! 10713:
! 10714: 2003-03-11 paf
! 10715:
! 10716: * src/main/compile.tab.C, src/main/compile.y,
! 10717: src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
! 10718: src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
! 10719: necessity of libstdc++
! 10720:
! 10721: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
! 10722:
! 10723: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
! 10724:
! 10725: 2003-03-08 paf
! 10726:
! 10727: * tests/Makefile: make install & co
! 10728:
! 10729: * src/: include/pa_request.h, classes/op.C: removing
! 10730: vclass,object.h -> pa_request.h dependency
! 10731:
! 10732: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
! 10733: main/pa_request.C: removing vform,response,cookie.h ->
! 10734: pa_request.h dependency
! 10735:
! 10736: * src/include/pa_request.h: removing vmail.h -> pa_request.h
! 10737: dependency [testing...]
! 10738:
! 10739: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
! 10740: return 0; fixed
! 10741:
! 10742: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
! 10743: types/pa_vmail.h: vmail.C received just compiled [not tested]
! 10744:
! 10745: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
! 10746:
! 10747: * src/main/pa_request.C: forgotten: ifdef XML
! 10748:
! 10749: * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
! 10750:
! 10751: * src/targets/cgi/parser3.C: todo: move to latest xml version on
! 10752: win32 and run memleak tests again
! 10753:
! 10754: * src/targets/cgi/parser3.C: charsets: see some strange things with
! 10755: old xml lib-- it's internal memory handling has faults
! 10756:
! 10757: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
! 10758: problems when transcode from charset A to A.
! 10759:
! 10760: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
! 10761: todo: still problems when transcode from charset A to A.
! 10762:
! 10763: * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
! 10764: src/classes/table.C, src/include/pa_array.h,
! 10765: src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
! 10766: src/types/pa_vmail.h, www/htdocs/.htaccess,
! 10767: www/htdocs/index.html: started full-scale-site-test [~
! 10768: http://parser.ru sources]
! 10769:
! 10770: some fixes
! 10771:
! 10772: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
! 10773: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
! 10774: 117.html, 118.html, 119.html, 120.html, results/109.processed,
! 10775: results/110.processed, results/111.processed,
! 10776: results/112.processed, results/113.processed,
! 10777: results/114.processed, results/115.processed,
! 10778: results/116.processed, results/117.processed,
! 10779: results/118.processed, results/119.processed,
! 10780: results/120.processed: xml: tests 109 dom create/show 110 xpath
! 10781: selectSingle 111 xdoc.create from tainted & 112
! 10782: xdoc.create/output with russian attr value 113 xpath
! 10783: selectString/Number 114 dom attributes.count 115 xpath selectBool
! 10784: 116 output media-type change 117 transform by dom stylesheet 118
! 10785: empty transform result 119 dom setAttribute 120 nbsp letter
! 10786: output
! 10787:
! 10788: =END OF PREPARED XML TESTS=
! 10789:
! 10790: 2003-03-07 paf
! 10791:
! 10792: * src/classes/xdoc.C, src/include/pa_charset.h,
! 10793: src/include/pa_stylesheet_connection.h, tests/108.html,
! 10794: tests/108.xsl, tests/results/108.processed: xml: test 108
! 10795: transform with params [bugs fixed]
! 10796:
! 10797: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
! 10798: from copy/paste bug
! 10799:
! 10800: * src/classes/xdoc.C, src/include/pa_charset.h,
! 10801: src/include/pa_request.h, src/main/execute.C,
! 10802: src/main/pa_charset.C, src/main/pa_exception.C,
! 10803: src/main/pa_globals.C, src/main/pa_request.C,
! 10804: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 10805: src/types/pa_vxnode.C, tests/107.html,
! 10806: tests/results/107.processed: xml: test: 107 bug fixes
! 10807:
! 10808: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 10809: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 10810: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
! 10811:
! 10812: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
! 10813: string
! 10814:
! 10815: * src/include/pa_charset.h, src/main/pa_charset.C,
! 10816: www/htdocs/.htaccess: xml: charset two mem alloc functions used
! 10817: for different cases [libxml, libxsl]
! 10818:
! 10819: * src/classes/classes.C: fixed: prevent system classes from
! 10820: modification to lock ALL the classes, not only directly used
! 10821:
! 10822: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
! 10823: linked
! 10824:
! 10825: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
! 10826:
! 10827: 2003-03-06 paf
! 10828:
! 10829: * src/classes/xdoc.C: xdoc.C 50%
! 10830:
! 10831: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
! 10832: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
! 10833: main/pa_globals.C, main/pa_request.C,
! 10834: main/pa_stylesheet_manager.C: xnode.C compiled
! 10835:
! 10836: * src/: include/pa_stylesheet_connection.h,
! 10837: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
! 10838: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
! 10839:
! 10840: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
! 10841: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
! 10842: xml: stylesheet&manager STARTED
! 10843:
! 10844: * src/: include/pa_globals.h, main/pa_charset.C,
! 10845: main/pa_exception.C, main/pa_globals.C: xml: exceptions
! 10846:
! 10847: * src/: include/pa_charset.h, include/pa_config_fixed.h,
! 10848: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
! 10849: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
! 10850: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
! 10851: charsets
! 10852:
! 10853: * tests/023.html: in some cases it rounded up badly. postponing
! 10854: solution of that problem, making more simple test
! 10855:
! 10856: * tests/: 058_paf2000.png, results/058.processed: .png added with
! 10857: -kb now
! 10858:
! 10859: * src/include/pa_charset.h, src/include/pa_charsets.h,
! 10860: src/main/pa_charset.C, src/main/pa_charsets.C,
! 10861: www/htdocs/.htaccess: charset_utf8 declaration moved to
! 10862: charsets.C
! 10863:
! 10864: 2003-03-05 paf
! 10865:
! 10866: * src/classes/string.C, src/include/pa_string.h,
! 10867: src/main/pa_string.C, tests/105.html,
! 10868: tests/results/105.processed: String::match bug fixed
! 10869:
! 10870: * src/classes/op.C, src/main/main.dsp, tests/104.html,
! 10871: tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
! 10872: added [does int3 in debug build on win32]
! 10873:
! 10874: * tests/: 057.html, results/057.processed: test bug fixed
! 10875:
! 10876: * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
! 10877: global.xsl, index.html, mailreceive.eml, mailreceive.html,
! 10878: operators.p, parser-status.html, people.dtd, some.p: removed old
! 10879: tests
! 10880:
! 10881: * src/targets/: apache13/p3runConfigure.in, cgi/Makefile.am: linker
! 10882: needed more tricks to link OK
! 10883:
! 10884: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
! 10885: missing
! 10886:
! 10887: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
! 10888: forgotten files added to Makes
! 10889:
! 10890: * ltmain.sh: ltmain.sh added
! 10891:
! 10892: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
! 10893: change undone ;(
! 10894:
! 10895: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
! 10896: made static
! 10897:
! 10898: * src/: classes/math.C, classes/op.C, classes/string.C,
! 10899: main/pa_exec.C, targets/apache13/Makefile.am,
! 10900: targets/cgi/Makefile.am: gcc more happy. todo:make linker happy
! 10901:
! 10902: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
! 10903: env param made optional
! 10904:
! 10905: 2003-03-04 paf
! 10906:
! 10907: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
! 10908: types/pa_vimage.h: number of gcc compiler bugs fixed
! 10909:
! 10910: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
! 10911: results/103.processed: tests: 103 image.copy transparence test
! 10912:
! 10913: * src/main/execute.C, tests/101.html, tests/102.html,
! 10914: tests/results/101.processed, tests/results/102.processed: tests:
! 10915: 101 method/variable name conflict test 102 form fields change
! 10916: should not not change anything [bug fix]
! 10917:
! 10918: * tests/: 057.html, 099.html, 100.html, results/057.processed,
! 10919: results/099.processed, results/100.processed: tests: 57 date
! 10920: create 2002: added 99,100 response:body/download
! 10921:
! 10922: * src/classes/image.C, tests/098.html, tests/098font.gif,
! 10923: tests/results/098.processed: test: 98 image font text [bug fixed]
! 10924:
! 10925: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
! 10926: tests/results/097.processed: test: 97 file::load http:// [bugs
! 10927: fixed]
! 10928:
! 10929: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
! 10930: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
! 10931: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
! 10932: image EXIF [bug fixed]
! 10933:
! 10934: * src/classes/table.C, src/main/execute.C, tests/061.dat,
! 10935: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
! 10936: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
! 10937: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
! 10938: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
! 10939: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
! 10940: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
! 10941: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
! 10942: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
! 10943: tests/094.html, tests/095.html, tests/results/061.processed,
! 10944: tests/results/062.processed, tests/results/063.processed,
! 10945: tests/results/064.processed, tests/results/065.processed,
! 10946: tests/results/066.processed, tests/results/067.processed,
! 10947: tests/results/068.processed, tests/results/069.processed,
! 10948: tests/results/070.processed, tests/results/071.processed,
! 10949: tests/results/072.processed, tests/results/073.processed,
! 10950: tests/results/074.processed, tests/results/075.processed,
! 10951: tests/results/076.processed, tests/results/077.processed,
! 10952: tests/results/078.processed, tests/results/080.processed,
! 10953: tests/results/081.processed, tests/results/082.processed,
! 10954: tests/results/083.processed, tests/results/084.processed,
! 10955: tests/results/085.processed, tests/results/086.processed,
! 10956: tests/results/087.processed, tests/results/088.processed,
! 10957: tests/results/089.processed, tests/results/090.processed,
! 10958: tests/results/091.processed, tests/results/092.processed,
! 10959: tests/results/093.processed, tests/results/094.processed,
! 10960: tests/results/095.processed, tests/079.html,
! 10961: tests/results/079.processed: tests: 61 file::stat size 62
! 10962: string->int autoconvert 63 double .int,dec,div,mul 64 date
! 10963: compare 65 file: basename,justname,justext 66 math:crypt 67
! 10964: string.match simple on long 68 string.match normalized simple on
! 10965: long 69 string.int 70 file::stat content-type 71 table.join 72
! 10966: hash parameter conditional pass 73 date daylightsaving,yearday 74
! 10967: date arithmetics 75 response date values/attributes 76 string.pos
! 10968: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
! 10969: with local 80 scientific numeric literal in string autoconvert 81
! 10970: xor: logical and numerical 82 for delims 83 menu delims 84
! 10971: table.hash distinct 85 long string replace 86 throw+catch
! 10972: current language preserve 87 bit shifts 88 junction tests +
! 10973: $caller test 89 hash.foreach selfmodification 90 int/void to int
! 10974: 91 $caller test 92 junction is + def junction tests 93 $caller
! 10975: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
! 10976:
! 10977: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
! 10978: fixed] 60 string eq string [bug fixed]
! 10979:
! 10980: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
! 10981: 058.html, 058_paf2000.png, 059.html, 060.html,
! 10982: results/053.processed, results/054.processed,
! 10983: results/055.processed, results/056.processed,
! 10984: results/057.processed, results/058.processed,
! 10985: results/059.processed, results/060.processed: test: 53
! 10986: string.replace 54 junctions 55 table.hash 56 call indirect 57
! 10987: date.create[string] 58 image.measure[png]
! 10988:
! 10989: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
! 10990: outputs/051.processed, results/052.processed: test: 52
! 10991: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
! 10992: task: fix that
! 10993:
! 10994: 2003-03-03 paf
! 10995:
! 10996: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
! 10997: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
! 10998: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
! 10999: outputs/049.processed, outputs/050.processed,
! 11000: outputs/051.processed, results/001.processed,
! 11001: results/002.processed, results/003.processed,
! 11002: results/005.processed, results/006.processed,
! 11003: results/008.processed, results/009.processed,
! 11004: results/011.processed, results/012.processed,
! 11005: results/013.processed, results/014.processed,
! 11006: results/015.processed, results/016.processed,
! 11007: results/017.processed, results/020.processed,
! 11008: results/021.processed, results/022.processed,
! 11009: results/024.processed, results/025.processed,
! 11010: results/026.processed, results/027.processed,
! 11011: results/028.processed, results/029.processed,
! 11012: results/030.processed, results/031.processed,
! 11013: results/049.processed, results/050.processed,
! 11014: results/051.processed, results/043.processed,
! 11015: results/044.processed, results/045.processed,
! 11016: results/046.processed, results/047.processed,
! 11017: results/048.processed: tests: 43,44,45 date rolls 46
! 11018: autoevaluating junction 47 table.select 48 name with subvar 49
! 11019: hash-creating switch 50 process 51 started parent/child, works as
! 11020: it were but it were NOT GOOD, created separate task to fix that
! 11021:
! 11022: * tests/: 042.html, results/042.processed: test: 42
! 11023: exception.handled
! 11024:
! 11025: * tests/: 041.html, results/041.processed: test: 41 table.locate by
! 11026: expression
! 11027:
! 11028: * tests/: 040.html, results/040.processed: test: 39 method result
! 11029: of type table 40 method param junction auto evaluate
! 11030:
! 11031: * tests/: 039.html, results/039.processed: test: 37 method result
! 11032: of type table
! 11033:
! 11034: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
! 11035: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
! 11036: tests/038.html, tests/results/033.processed,
! 11037: tests/results/034.processed, tests/results/035.processed,
! 11038: tests/results/036.processed, tests/results/037.processed,
! 11039: tests/results/038.processed: tests: 33 string.replace 34
! 11040: string.upper 35 table created 36 local/global vars with juntions
! 11041: 37 table clone 38 math PI & number formatting
! 11042:
! 11043: math class registring typo fixed
! 11044:
! 11045: * src/classes/op.C, src/include/pa_request.h,
! 11046: src/include/pa_string.h, src/main/execute.C,
! 11047: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
! 11048: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
! 11049: tests/032.html, tests/results/032.processed: uchar changed to
! 11050: String_UL in all places [was not everywhere] untaint test: 032
! 11051:
! 11052: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
! 11053: tests/results/004.processed, www/htdocs/.htaccess,
! 11054: tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
! 11055: line key, now testing using .sh file with SERVER_SOFTWARE=xxx
! 11056:
! 11057: 2003-02-26 paf
! 11058:
! 11059: * src/main/execute.C, src/types/pa_vstateless_class.h,
! 11060: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
! 11061: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
! 11062: tests/results/024.processed, tests/results/025.processed,
! 11063: tests/results/026.processed, tests/results/027.processed,
! 11064: tests/results/028.processed, tests/results/029.processed,
! 11065: tests/results/030.processed, tests/results/031.processed: fixed
! 11066: bug with name_cstr mutable CharPtr more tests
! 11067:
! 11068: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
! 11069: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 11070: targets/isapi/parser3isapi.C: SAPI::abort << abort. die now just
! 11071: exits
! 11072:
! 11073: * src/classes/classes.awk, src/classes/classes.h,
! 11074: src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 11075: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
! 11076: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
! 11077: src/classes/op.C, src/classes/response.C, src/classes/string.C,
! 11078: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 11079: src/classes/xnode.C, src/include/pa_memory.h,
! 11080: src/include/pa_sapi.h, src/targets/apache13/mod_parser3.C,
! 11081: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 11082: src/types/pa_venv.h, src/types/pa_vform.C, tests/015.html,
! 11083: tests/016.html, tests/017.html, tests/018.html, tests/019.html,
! 11084: tests/019paf2001.gif, tests/020.html, tests/021.html,
! 11085: tests/022.html, tests/023.html, tests/022_dir/a.html,
! 11086: tests/022_dir/b.txt, tests/022_dir/c.htm,
! 11087: tests/results/015.processed, tests/results/016.processed,
! 11088: tests/results/017.processed, tests/results/018.processed,
! 11089: tests/results/019.processed, tests/results/020.processed,
! 11090: tests/results/021.processed, tests/results/022.processed,
! 11091: tests/results/023.processed: methoded_array now contains all Mxxx
! 11092: classes SAPI::get_env now returns info on pool more tests
! 11093:
! 11094: * src/include/pa_array.h, src/include/pa_hash.h,
! 11095: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
! 11096: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
! 11097: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
! 11098: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
! 11099: tests/014.html, tests/Makefile, tests/outputs/create-dir,
! 11100: tests/results/001.processed, tests/results/002.processed,
! 11101: tests/results/003.processed, tests/results/004.processed,
! 11102: tests/results/005.processed, tests/results/006.processed,
! 11103: tests/results/007.processed, tests/results/008.processed,
! 11104: tests/results/009.processed, tests/results/010.processed,
! 11105: tests/results/011.processed, tests/results/012.processed,
! 11106: tests/results/013.processed, tests/results/014.processed,
! 11107: www/htdocs/tests/001.html, www/htdocs/tests/002.html,
! 11108: www/htdocs/tests/003.html, www/htdocs/tests/004.html,
! 11109: www/htdocs/tests/005.html, www/htdocs/tests/006.html,
! 11110: www/htdocs/tests/007.html, www/htdocs/tests/008.html,
! 11111: www/htdocs/tests/009.html, www/htdocs/tests/010.html,
! 11112: www/htdocs/tests/011.html, www/htdocs/tests/Makefile,
! 11113: www/htdocs/tests/outputs/processed_go_here.txt,
! 11114: www/htdocs/tests/results/001.processed,
! 11115: www/htdocs/tests/results/002.processed,
! 11116: www/htdocs/tests/results/003.processed,
! 11117: www/htdocs/tests/results/004.processed,
! 11118: www/htdocs/tests/results/005.processed,
! 11119: www/htdocs/tests/results/006.processed,
! 11120: www/htdocs/tests/results/007.processed,
! 11121: www/htdocs/tests/results/008.processed,
! 11122: www/htdocs/tests/results/009.processed,
! 11123: www/htdocs/tests/results/010.processed,
! 11124: www/htdocs/tests/results/011.processed: hash cloning fixed
! 11125:
! 11126: 2003-02-25 paf
! 11127:
! 11128: * src/main/pa_common.C: typo fixed
! 11129:
! 11130: 2003-02-24 paf
! 11131:
! 11132: * www/htdocs/tests/Makefile: make clean added
! 11133:
! 11134: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
! 11135: [one remained]
! 11136:
! 11137: * src/include/pa_request.h, src/main/execute.C,
! 11138: www/htdocs/tests/011.html, www/htdocs/tests/Makefile,
! 11139: www/htdocs/tests/results/010.processed,
! 11140: www/htdocs/tests/results/011.processed: few bad get_string(0)
! 11141: [should have been get_string(&pool)] todo: check other such calls
! 11142:
! 11143: * src/main/compile.tab.C, src/main/execute.C, src/types/pa_vfile.h,
! 11144: www/htdocs/tests/010.html,
! 11145: www/htdocs/tests/results/010.processed: test10, bad lookups
! 11146:
! 11147: xxx* xxx=smartptr.get(); << is bad style, after ";" original
! 11148: object got destructed, and xxx points to sky
! 11149:
! 11150: * www/htdocs/tests/: 009.html, results/009.processed: test9, table
! 11151: to hash
! 11152:
! 11153: * www/htdocs/tests/: 008.html, results/008.processed: test8, if
! 11154: /ifdef "0"
! 11155:
! 11156: * www/htdocs/tests/: 007.html, results/007.processed: test7
! 11157:
! 11158: * ChangeLog, src/classes/string.C, www/htdocs/tests/006.html,
! 11159: www/htdocs/tests/results/006.processed: match bug fixed
! 11160:
! 11161: * src/types/pa_vmail.C: body [text/html] transcoded to
! 11162: $.charset[specified] now
! 11163:
! 11164: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
! 11165: which failed to handle sigsetjmp+throw: crashed inside of
! 11166: pre-throw code. rewritten simplier [though duplicating
! 11167: closesocket code]
! 11168:
! 11169: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
! 11170: which failed to handle sigsetjmp+throw: crashed inside of
! 11171: pre-throw code. rewritten simplier [though duplicating
! 11172: closesocket code]
! 11173:
! 11174: 2003-02-21 paf
! 11175:
! 11176: * www/htdocs/tests/: Makefile, results/001.processed,
! 11177: results/002.processed, results/003.processed,
! 11178: results/004.processed, results/005.processed,
! 11179: outputs/processed_go_here.txt: first 5 tests ready
! 11180:
! 11181: * www/htdocs/tests/Makefile: more quiet
! 11182:
! 11183: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
! 11184: www/htdocs/tests/001.html, www/htdocs/tests/002.html,
! 11185: www/htdocs/tests/003.html, www/htdocs/tests/004.html,
! 11186: www/htdocs/tests/005.html, www/htdocs/tests/1.html,
! 11187: www/htdocs/tests/2.html, www/htdocs/tests/3.html,
! 11188: www/htdocs/tests/4.html, www/htdocs/tests/Makefile,
! 11189: www/htdocs/tests/results/1.html, www/htdocs/tests/results/2.html,
! 11190: www/htdocs/tests/results/3.html: $cookie:name[$.expires[date <<
! 11191: can be now]]
! 11192:
! 11193: written makefile with regression tests [raw]
! 11194:
! 11195: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
! 11196: tests' only [it's not forcing CGI mode now] now use -H to output
! 11197: CGI header when parser used in command line [useful for tests
! 11198: also]
! 11199:
! 11200: * src/targets/cgi/parser3.C, www/htdocs/tests/4.html: MAKE_TEST
! 11201: environment variable switches on CGI mode, and is used in
! 11202: regression tests
! 11203:
! 11204: * src/include/pa_request.h, src/main/pa_request.C,
! 11205: src/targets/cgi/parser3.C, src/types/pa_vcookie.h,
! 11206: src/types/pa_venv.h, www/htdocs/tests/4.html,
! 11207: www/htdocs/tests/results/3.html: env fixed
! 11208:
! 11209: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
! 11210: handling pa_*
! 11211:
! 11212: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
! 11213: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
! 11214: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
! 11215: memory handling files
! 11216:
! 11217: * www/htdocs/tests/: 1.html, 2.html, 3.html, results/1.html,
! 11218: results/2.html: started regression tests todo: write a makefile
! 11219: target to "make tests"
! 11220:
! 11221: * src/main/pa_array.C: pool::format_integer terminator fixed
! 11222:
! 11223: * src/main/execute.C, src/targets/cgi/parser3.C,
! 11224: www/htdocs/autoptr.html: release mode now compiles OK test to
! 11225: show benefits of free
! 11226:
! 11227: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 11228: classes/op.C, classes/xdoc.C, classes/gd/gif.C, classes/gd/gif.h,
! 11229: main/pa_charset.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
! 11230: main/pa_stylesheet_manager.C, types/pa_vimage.C,
! 11231: types/pa_vxdoc.h: fixed all cstr's that must use pool [as the one
! 11232: in ^process]
! 11233:
! 11234: * src/classes/op.C: fixed process. sould now check for all cstr's
! 11235: -- some must use pool [as the one in ^process]
! 11236:
! 11237: 2003-02-20 paf
! 11238:
! 11239: * src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 11240: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
! 11241: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
! 11242: src/classes/response.C, src/classes/string.C,
! 11243: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 11244: src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
! 11245: src/types/pa_value.C, src/types/pa_vmethod_frame.h,
! 11246: www/htdocs/autoptr.html: string cmp fixed
! 11247:
! 11248: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
! 11249: values passed OK now
! 11250:
! 11251: 2003-02-19 paf
! 11252:
! 11253: * src/: classes/form.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
! 11254: include/pa_charset.h, include/pa_pool.h, main/pa_charset.C,
! 11255: main/pa_exception.C, main/pa_request.C,
! 11256: main/pa_stylesheet_manager.C,
! 11257: targets/apache13/ApacheModuleParser3.dsp, targets/cgi/parser3.C,
! 11258: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
! 11259: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
! 11260: all remaning leaks resulted from pooled::malloc calls [excluding
! 11261: in gd -- planning complete rewrite extremely ugly code]
! 11262:
! 11263: * src/targets/: apache13/pa_pool.C, isapi/pa_pool.C,
! 11264: isapi/pool_storage.h: removed unneeded files
! 11265:
! 11266: 2003-02-17 paf
! 11267:
! 11268: * src/: classes/date.C, classes/double.C, classes/file.C,
! 11269: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 11270: classes/response.C, classes/string.C, classes/table.C,
! 11271: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
! 11272: include/pa_stylesheet_connection.h,
! 11273: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
! 11274: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
! 11275: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
! 11276: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
! 11277: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
! 11278: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
! 11279: of unitialized simple-typed field
! 11280:
! 11281: * src/: classes/classes.C, classes/classes.h, main/execute.C,
! 11282: main/pa_charset.C, main/pa_request.C: another bug of unitialized
! 11283: simple-typed field fixed. todo: find&kill all like that one
! 11284:
! 11285: * src/: main/execute.C, targets/cgi/pa_pool.C,
! 11286: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
! 11287: debug output fixed
! 11288:
! 11289: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
! 11290: main/pa_request.C: stack-stored items need extra .ref to prevent
! 11291: object_ptr from delete[them]
! 11292:
! 11293: * src/: classes/date.C, classes/op.C, classes/table.C,
! 11294: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
! 11295: include/pa_charset.h, main/Makefile.am, main/main.dsp,
! 11296: main/pa_charset.C, main/pa_common.C,
! 11297: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 11298: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 11299: targets/isapi/parser3isapi.C, types/pa_vmail.C: fixed more leaks
! 11300: resulted from pooled::malloc calls
! 11301:
! 11302: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
! 11303: couple mem leaks rusulted from old pooled::malloc usage.
! 11304: todo:find more like those
! 11305:
! 11306: * src/main/: compile.C, compile_tools.C: 2*2!
! 11307:
! 11308: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
! 11309: stackItem fixed [there were no string on stack before]
! 11310:
! 11311: * src/: main/execute.C, main/pa_request.C,
! 11312: types/pa_vmethod_frame.C: first letters out OK
! 11313:
! 11314: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
! 11315: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
! 11316: main/pa_string.C, main/untaint.C, types/pa_value.h,
! 11317: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
! 11318: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
! 11319: type not initialized with zeros :( while class fields of class
! 11320: types initialized with default constructors. learn C++
! 11321:
! 11322: * src/: classes/classes.awk, classes/double.C, classes/file.C,
! 11323: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
! 11324: classes/math.C, classes/xdoc.C, classes/xnode.C,
! 11325: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
! 11326: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
! 11327:
! 11328: 2003-02-14 paf
! 11329:
! 11330: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
! 11331: 13 link errors
! 11332:
! 11333: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
! 11334: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
! 11335: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 11336: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
! 11337: errors :)
! 11338:
! 11339: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
! 11340: classes/hash.C, classes/mail.C, classes/op.C,
! 11341: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
! 11342: main/pa_common.C, main/pa_request.C,
! 11343: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 11344: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
! 11345: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
! 11346:
! 11347: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
! 11348: classes/table.C, include/pa_common.h, include/pa_globals.h,
! 11349: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
! 11350: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
! 11351: types/pa_vint.h, types/types.dsp: op compiled
! 11352:
! 11353: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
! 11354: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
! 11355: main/untaint.C, types/pa_vtable.h: string, response compiled
! 11356:
! 11357: 2003-02-07 paf
! 11358:
! 11359: * src/: classes/table.C, types/pa_vtable.h: table compiled
! 11360:
! 11361: 2003-02-06 paf
! 11362:
! 11363: * src/: classes/mail.C, classes/smtp/smtp.h, include/pa_request.h,
! 11364: main/pa_request.C: mail compiled
! 11365:
! 11366: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
! 11367: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
! 11368: types/pa_vfile.h, types/pa_vimage.h: image compiled
! 11369:
! 11370: * src/classes/: file.C, form.C: form compiled
! 11371:
! 11372: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
! 11373: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
! 11374: types/pa_vfile.C, types/pa_vfile.h: file compiled
! 11375:
! 11376: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
! 11377: types/pa_vmath.h: math compiled [win32]
! 11378:
! 11379: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
! 11380: types/pa_vstring.h: hash compiled
! 11381:
! 11382: 2003-02-04 paf
! 11383:
! 11384: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
! 11385: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
! 11386: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
! 11387: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
! 11388: types/pa_vhash.h: hash 50% compiled
! 11389:
! 11390: * src/: classes/date.C, classes/file.C, classes/hash.C,
! 11391: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
! 11392: classes/string.C, classes/table.C, classes/xdoc.C,
! 11393: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
! 11394: main/pa_string.C: date compiled
! 11395:
! 11396: * src/classes/: classes.dsp, double.C: double compiled
! 11397:
! 11398: * src/: classes/date.C, classes/double.C, classes/file.C,
! 11399: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
! 11400: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
! 11401: classes/string.C, classes/table.C, classes/void.C,
! 11402: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
! 11403: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
! 11404: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
! 11405: compiled
! 11406:
! 11407: * src/: classes/date.C, classes/double.C, classes/file.C,
! 11408: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 11409: classes/math.C, classes/op.C, classes/response.C,
! 11410: classes/string.C, classes/table.C, classes/void.C,
! 11411: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 11412: classes/smtp/smtp.C, classes/smtp/smtp.h, types/pa_vvoid.h: void
! 11413: compiled :)
! 11414:
! 11415: * src/: classes/gd/gif.C, include/pa_globals.h,
! 11416: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 11417: main/pa_common.C, main/pa_dir.C, main/pa_exception.C,
! 11418: main/pa_exec.C, main/pa_globals.C, main/pa_pool.C,
! 11419: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_uue.C,
! 11420: main/untaint.C, types/pa_value.C, types/pa_vcookie.C,
! 11421: types/pa_vfile.C, types/pa_vimage.C, types/pa_vmath.C,
! 11422: types/pa_vrequest.C, types/pa_vresponse.C,
! 11423: types/pa_vstateless_class.C, types/pa_vstatus.C,
! 11424: types/pa_vstring.C, types/pa_vtable.C, types/pa_wcontext.C,
! 11425: types/types.dsp: removed stupid value_includes.h
! 11426:
! 11427: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
! 11428: trying to remove stupid value_includes.h
! 11429:
! 11430: * src/main/pa_exec.C: pa_exec compiled on win32
! 11431:
! 11432: * src/main/pa_exec.C: libmain.a compiled on six [unix]
! 11433:
! 11434: * src/: include/pa_globals.h, include/pa_request.h,
! 11435: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
! 11436: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
! 11437: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
! 11438: types/pa_vrequest.C, types/pa_vstateless_class.C,
! 11439: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
! 11440:
! 11441: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
! 11442: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
! 11443: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
! 11444:
! 11445: * src/: include/pa_array.h, include/pa_config_includes.h,
! 11446: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
! 11447: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
! 11448: compiled
! 11449:
! 11450: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
! 11451: name conflicts)
! 11452:
! 11453: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
! 11454: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
! 11455: yelds "virtual memory exhausted" while trying to compile
! 11456: execute.C [eating up to 127MB]
! 11457:
! 11458: 2003-02-03 paf
! 11459:
! 11460: * src/: include/pa_config_includes.h, include/pa_hash.h,
! 11461: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
! 11462: main/pa_common.C, types/pa_value.C, types/pa_value.h,
! 11463: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
! 11464: types/pa_vint.h, types/pa_vjunction.h,
! 11465: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
! 11466: started gcc compiling pa_common compiled
! 11467:
! 11468: * src/: include/pa_exception.h, include/pa_pool.h,
! 11469: main/pa_exception.C: exception gcc change #1
! 11470:
! 11471: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
! 11472: compile _P identifier. it replaced it to some strange 0x0000040
! 11473:
! 11474: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
! 11475:
! 11476: * src/types/pa_vtable.C: vtable compiled
! 11477:
! 11478: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
! 11479:
! 11480: * src/: include/pa_cache_managers.h, main/pa_request.C,
! 11481: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
! 11482:
! 11483: * src/types/pa_vstateless_class.C: vstateless_class compiled
! 11484:
! 11485: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
! 11486:
! 11487: * src/types/pa_vrequest.C: vrequest compiled
! 11488:
! 11489: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
! 11490: pa_vobject.C, pa_vobject.h: vobject compiled
! 11491:
! 11492: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
! 11493: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 11494: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
! 11495: compiled
! 11496:
! 11497: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
! 11498:
! 11499: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
! 11500: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
! 11501: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
! 11502: compiled
! 11503:
! 11504: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 11505: main.lib - 0 error(s), 0 warning(s)
! 11506:
! 11507: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 11508: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
! 11509:
! 11510: 2003-01-31 paf
! 11511:
! 11512: * src/: include/pa_array.h, include/pa_operation.h,
! 11513: include/pa_request.h, main/execute.C, main/main.dsp,
! 11514: types/pa_vjunction.h: started last file from main library:
! 11515: execute
! 11516:
! 11517: * src/: include/pa_request.h, include/pa_sapi.h,
! 11518: main/compile.tab.C, main/compile.y, main/compile_tools.h,
! 11519: main/pa_request.C, targets/apache13/mod_parser3.C,
! 11520: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 11521: types/pa_vfile.C, types/pa_vfile.h, types/pa_vhash.h: pa_request
! 11522: compiled
! 11523:
! 11524: * src/: classes/op.C, classes/string.C, include/pa_common.h,
! 11525: include/pa_globals.h, include/pa_request.h,
! 11526: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
! 11527: main/execute.C, main/main.dsp, main/pa_common.C,
! 11528: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 11529: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
! 11530: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
! 11531: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 11532: types/types.dsp: most pa_request compiled
! 11533:
! 11534: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 11535: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 11536: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 11537: classes/op.C, classes/response.C, classes/string.C,
! 11538: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 11539: classes/xnode.h, classes/gd/gif.C, classes/gd/gif.h,
! 11540: classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 11541: classes/smtp/smtp.h, include/pa_array.h,
! 11542: include/pa_cache_managers.h, include/pa_charset.h,
! 11543: include/pa_charsets.h, include/pa_common.h,
! 11544: include/pa_config_fixed.h, include/pa_config_includes.h,
! 11545: include/pa_dictionary.h, include/pa_dir.h,
! 11546: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 11547: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
! 11548: include/pa_pool.h, include/pa_request.h,
! 11549: include/pa_request_charsets.h, include/pa_request_info.h,
! 11550: include/pa_sapi.h, include/pa_socks.h,
! 11551: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 11552: include/pa_stack.h, include/pa_string.h,
! 11553: include/pa_stylesheet_connection.h,
! 11554: include/pa_stylesheet_manager.h, include/pa_table.h,
! 11555: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 11556: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
! 11557: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
! 11558: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
! 11559: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
! 11560: main/compile.C, main/compile.tab.C, main/compile.y,
! 11561: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 11562: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
! 11563: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 11564: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 11565: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
! 11566: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 11567: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 11568: main/untaint.C, sql/pa_sql_driver.h,
! 11569: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
! 11570: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 11571: targets/cgi/getopt.c, targets/cgi/getopt.h,
! 11572: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 11573: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 11574: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 11575: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 11576: types/pa_value.C, types/pa_value.h, types/pa_value_includes.h,
! 11577: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
! 11578: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 11579: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 11580: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 11581: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 11582: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 11583: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 11584: types/pa_vmath.h, types/pa_vmethod_frame.C,
! 11585: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 11586: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 11587: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 11588: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 11589: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 11590: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 11591: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 11592: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 11593: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
! 11594:
! 11595: * ChangeLog, src/classes/classes.h, src/classes/op.C,
! 11596: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 11597: src/include/pa_charsets.h, src/include/pa_common.h,
! 11598: src/include/pa_dictionary.h, src/include/pa_exception.h,
! 11599: src/include/pa_exec.h, src/include/pa_pool.h,
! 11600: src/include/pa_request.h, src/include/pa_sapi.h,
! 11601: src/include/pa_sql_connection.h,
! 11602: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
! 11603: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
! 11604: src/main/compile.tab.C, src/main/compile_tools.C,
! 11605: src/main/compile_tools.h, src/main/main.dsp,
! 11606: src/main/pa_charset.C, src/main/pa_charsets.C,
! 11607: src/main/pa_common.C, src/main/pa_dictionary.C,
! 11608: src/main/pa_exception.C, src/main/pa_exec.C,
! 11609: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
! 11610: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
! 11611: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
! 11612: src/types/pa_vclass.h, src/types/pa_vcookie.C,
! 11613: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 11614: src/types/pa_vdouble.h, src/types/pa_venv.h,
! 11615: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
! 11616: src/types/pa_vhash.h, src/types/pa_vimage.C,
! 11617: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
! 11618: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
! 11619: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
! 11620: src/types/pa_vobject.C, src/types/pa_vobject.h,
! 11621: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 11622: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 11623: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 11624: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
! 11625: src/types/pa_vstring.h, src/types/pa_vtable.h,
! 11626: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
! 11627: src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
! 11628: www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
! 11629:
! 11630: 2003-01-30 paf
! 11631:
! 11632: * src/: classes/gd/gif.h, include/pa_charset.h,
! 11633: include/pa_request.h, include/pa_sql_driver_manager.h,
! 11634: main/compile.tab.C, main/compile.y, main/compile_tools.h,
! 11635: main/pa_request.C, types/pa_vobject.h, types/pa_vstatus.h:
! 11636: grammar compiled
! 11637:
! 11638: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
! 11639: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
! 11640: types/pa_vhash.h, types/pa_vmethod_frame.h,
! 11641: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 11642: types/types.dsp: vstateless_class compiled
! 11643:
! 11644: * src/main/compile.C: compile compiled
! 11645:
! 11646: * src/: include/pa_array.h, include/pa_operation.h,
! 11647: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
! 11648: main/pa_table.C: compile_tools compiled
! 11649:
! 11650: * src/: include/pa_operation.h, main/compile.y,
! 11651: main/compile_tools.C, main/compile_tools.h: started
! 11652: compile_tools. vagues ideas of how to free compiled code
! 11653:
! 11654: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
! 11655: main/main.dsp, types/pa_value.C, types/pa_value.h,
! 11656: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
! 11657: compiled
! 11658:
! 11659: 2003-01-29 paf
! 11660:
! 11661: * src/: include/pa_globals.h, include/pa_request.h,
! 11662: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 11663: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
! 11664: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
! 11665: compiled
! 11666:
! 11667: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
! 11668: now
! 11669:
! 11670: * src/: classes/gd/gd.dsp, classes/gd/gif.h, classes/gd/gifio.C,
! 11671: include/pa_array.h, include/pa_exception.h, include/pa_pool.h,
! 11672: main/pa_exception.C: gd compiled
! 11673:
! 11674: * src/: classes/gd/gif.C, classes/gd/gif.h, types/pa_vfile.C,
! 11675: types/pa_vfile.h, types/pa_vimage.C, types/pa_vimage.h: gd
! 11676: compiled
! 11677:
! 11678: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
! 11679: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
! 11680: types/pa_vfile.h: vfile compiled
! 11681:
! 11682: * src/: include/pa_common.h, include/pa_globals.h,
! 11683: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
! 11684: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 11685: types/pa_vform.C, types/pa_vform.h: vcookie compiled
! 11686:
! 11687: * src/: include/pa_exception.h, main/pa_cache_managers.C,
! 11688: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
! 11689: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
! 11690: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 11691: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
! 11692:
! 11693: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
! 11694: main/main.dsp, main/untaint.C: more compiled
! 11695:
! 11696: * src/: include/pa_charsets.h, include/pa_request.h,
! 11697: include/pa_request_info.h, include/pa_string.h,
! 11698: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
! 11699: types/pa_vresponse.h: vrequest compiled
! 11700:
! 11701: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
! 11702: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
! 11703: pa_vresponse.h, pa_wcontext.h: vrequest compiled
! 11704:
! 11705: * src/: classes/classes.h, include/pa_charset.h,
! 11706: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
! 11707: include/pa_request.h, include/pa_string.h, main/main.dsp,
! 11708: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
! 11709: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
! 11710: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
! 11711: types/pa_vrequest.C, types/pa_vrequest.h,
! 11712: types/pa_vstateless_class.h, types/pa_vstring.h,
! 11713: types/pa_vvoid.h: vrequest,vdouble,vint compiled
! 11714:
! 11715: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
! 11716: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
! 11717: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
! 11718: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
! 11719: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 11720: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
! 11721: types/pa_vobject.h, types/pa_vstateless_class.h,
! 11722: types/pa_vstateless_object.h, types/pa_vstatus.h,
! 11723: types/pa_vstring.h, types/types.dsp: vmath compiled
! 11724:
! 11725: 2003-01-28 paf
! 11726:
! 11727: * src/: classes/classes.h, classes/date.C, classes/file.C,
! 11728: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
! 11729: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
! 11730: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
! 11731: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
! 11732: compile_tools
! 11733:
! 11734: * src/: include/pa_charset.h, include/pa_exception.h,
! 11735: include/pa_request.h, include/pa_string.h, main/untaint.C:
! 11736: untaint compiled
! 11737:
! 11738: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
! 11739: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
! 11740: more compiled. struck with string::store_to needing to know
! 11741: source/client charsets
! 11742:
! 11743: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
! 11744: types/pa_vfile.h: uue compiled
! 11745:
! 11746: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
! 11747: table compiled
! 11748:
! 11749: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
! 11750: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
! 11751:
! 11752: * src/: include/pa_charset.h, main/pa_charset.C,
! 11753: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
! 11754: introduced]
! 11755:
! 11756: * src/: classes/date.C, include/pa_charset.h,
! 11757: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
! 11758: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
! 11759: pa_charsets compiled
! 11760:
! 11761: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
! 11762: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
! 11763:
! 11764: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
! 11765: common compiled
! 11766:
! 11767: * src/: include/pa_charsets.h, main/pa_charsets.C,
! 11768: main/pa_sql_driver_manager.C: pa_charsets compiled
! 11769:
! 11770: * src/: include/pa_array.h, include/pa_charset.h,
! 11771: include/pa_charsets.h, include/pa_pool.h,
! 11772: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 11773: include/pa_stack.h, include/pa_string.h,
! 11774: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
! 11775: sql_driver_manager compiled
! 11776:
! 11777: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
! 11778: letter i with two dots added to koi, all ukranian letters added
! 11779: to win1251.
! 11780:
! 11781: typographic simbol 0xb9 deleted from win1251 [strange one & were
! 11782: abscent from koi]
! 11783:
! 11784: 2003-01-27 paf
! 11785:
! 11786: * src/: include/pa_exception.h, include/pa_sql_connection.h,
! 11787: include/pa_sql_driver_manager.h, include/pa_string.h,
! 11788: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
! 11789: sql/pa_sql_driver.h: paused on sql_manager
! 11790:
! 11791: * src/: include/pa_cache_managers.h, include/pa_pool.h,
! 11792: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 11793: include/pa_stack.h, main/pa_sql_driver_manager.C,
! 11794: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
! 11795:
! 11796: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
! 11797: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 11798: include/pa_table.h, main/pa_sql_driver_manager.C,
! 11799: main/pa_table.C: table compiled
! 11800:
! 11801: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
! 11802: cache_managers compiled
! 11803:
! 11804: * src/: include/pa_array.h, include/pa_charset.h,
! 11805: include/pa_pool.h, main/pa_charset.C: charset compiled
! 11806:
! 11807: * src/: include/pa_pool.h, main/pa_common.C: common compiled
! 11808:
! 11809: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
! 11810: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
! 11811: main/pa_string.C, types/pa_value.C, types/pa_value.h,
! 11812: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
! 11813: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
! 11814:
! 11815: 2003-01-24 paf
! 11816:
! 11817: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
! 11818: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
! 11819: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
! 11820: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
! 11821: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
! 11822: types/pa_vint.h, types/pa_vjunction.h,
! 11823: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 11824: types/pa_vstatus.h, types/pa_vstring.h: more patched
! 11825:
! 11826: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
! 11827: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
! 11828: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
! 11829: main/pa_string.C, main/pa_table.C: string compiled
! 11830:
! 11831: * src/: include/pa_array.h, include/pa_common.h,
! 11832: include/pa_dictionary.h, include/pa_exception.h,
! 11833: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
! 11834: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
! 11835: main/pa_string.C: dictionary compiled
! 11836:
! 11837: 2003-01-23 paf
! 11838:
! 11839: * src/: include/pa_array.h, include/pa_common.h,
! 11840: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
! 11841: include/pa_request.h, include/pa_string.h, main/pa_common.C,
! 11842: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
! 11843: types/pa_value.h: resurrected pool in new sense: now it's
! 11844: factory, producing&accounting memory chunks for read[autofree]
! 11845: buffers
! 11846:
! 11847: * src/: include/pa_array.h, include/pa_exception.h,
! 11848: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
! 11849: main/pa_exception.C, main/pa_table.C: table compiled
! 11850:
! 11851: * src/: classes/image.C, classes/op.C, include/pa_array.h,
! 11852: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
! 11853: include/pa_pool.h, include/pa_pragma_pack_begin.h,
! 11854: include/pa_pragma_pack_end.h, include/pa_sapi.h,
! 11855: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 11856: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
! 11857: main/pa_table.C: aint that easy
! 11858:
! 11859: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 11860: main/main.dsp: continued with Hash
! 11861:
! 11862: * src/main/pa_common.C: connect_string allocated on heap[wes on
! 11863: stack] now. and exception can be reported OK now [can be reported
! 11864: outside of pro c with that stack]
! 11865:
! 11866: 2003-01-22 paf
! 11867:
! 11868: * src/: include/pa_array.h, include/pa_charset.h,
! 11869: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
! 11870: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
! 11871: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
! 11872: base: contains references_count. auto_ptr template calls
! 11873: add_ref/release
! 11874:
! 11875: 2003-01-21 paf
! 11876:
! 11877: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 11878: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 11879: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 11880: classes/op.C, classes/response.C, classes/string.C,
! 11881: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 11882: classes/xnode.h, classes/gd/gif.C, classes/gd/gif.h,
! 11883: classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 11884: classes/smtp/smtp.h, include/pa_array.h,
! 11885: include/pa_cache_managers.h, include/pa_charset.h,
! 11886: include/pa_charsets.h, include/pa_common.h,
! 11887: include/pa_config_fixed.h, include/pa_config_includes.h,
! 11888: include/pa_dictionary.h, include/pa_dir.h,
! 11889: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 11890: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 11891: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 11892: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 11893: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 11894: include/pa_stack.h, include/pa_string.h,
! 11895: include/pa_stylesheet_connection.h,
! 11896: include/pa_stylesheet_manager.h, include/pa_table.h,
! 11897: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 11898: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 11899: lib/pcre/pcre_parser_ctype.c, main/compile.C,
! 11900: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 11901: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
! 11902: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 11903: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 11904: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
! 11905: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 11906: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 11907: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
! 11908: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
! 11909: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 11910: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 11911: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 11912: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 11913: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 11914: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
! 11915: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 11916: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
! 11917: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 11918: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 11919: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
! 11920: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
! 11921: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 11922: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 11923: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 11924: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 11925: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 11926: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 11927: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 11928: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 11929: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 11930: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
! 11931: 2002->2003
! 11932:
! 11933: 2003-01-16 paf
! 11934:
! 11935: * src/classes/gd/gif.C, www/htdocs/index.html: image.copy fixed
! 11936: transparent resampling
! 11937:
! 11938: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
! 11939: src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
! 11940: $.any-status(1)
! 11941:
! 11942: * operators.txt, src/include/pa_config_fixed.h,
! 11943: src/main/pa_common.C, www/htdocs/index.html: http request now
! 11944: return status. and not fail on status!=200
! 11945:
! 11946: 2003-01-15 paf
! 11947:
! 11948: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
! 11949:
! 11950: 2003-01-14 paf
! 11951:
! 11952: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
! 11953: mkinstalldirs: removed some ancient files [they in / really]
! 11954:
! 11955: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
! 11956: regretfully needed patch in two places. in config_fixed.h made
! 11957: stubs for lib to compile in MSVC
! 11958:
! 11959: 2003-01-13 paf
! 11960:
! 11961: * config.guess, config.sub, ltmain.sh: removed last piece of
! 11962: configure.in(libtool) hacks
! 11963:
! 11964: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
! 11965: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
! 11966: ltdl.h: moved to latest libtool (1.4.3)
! 11967:
! 11968: 2003-01-10 paf
! 11969:
! 11970: * src/lib/ltdl/: configure, configure.in: PROG_NM
! 11971:
! 11972: * src/: lib/patches/Makefile.am,
! 11973: lib/patches/libgdome_cpp_syntax1.patch,
! 11974: lib/patches/libgdome_cpp_syntax2.patch,
! 11975: lib/patches/libgdome_morestatic.patch,
! 11976: lib/patches/libxml_error_column_tab.patch,
! 11977: lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch,
! 11978: lib/patches/libxml_transcoder_context1.patch,
! 11979: lib/patches/libxml_transcoder_context2.patch,
! 11980: lib/patches/libxml_transcoder_context3.patch,
! 11981: lib/patches/libxml_transcoder_context4.patch,
! 11982: lib/patches/libxslt_html_output_no_charset_meta.patch,
! 11983: main/pa_globals.C: moved to latest xml lib versions, changed
! 11984: patches. libxml2 >= 2.5.1
! 11985: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
! 11986: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
! 11987: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
! 11988:
! 11989: * INSTALL: moved to latest versions of xml libs libxml2 >=
! 11990: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
! 11991: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
! 11992: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
! 11993:
! 11994: * src/lib/patches/libxslt.patch: moved to libxslt 1.0.23. still
! 11995: need a patch which suppresses htmlSetMetaEncoding calls
! 11996:
! 11997: * src/lib/patches/libxml2.patch: moved to libxml2 2.5.1, only these
! 11998: patches left: * fixing \t chars to spaces in error position
! 11999: reporting * adding context to conversion functions
! 12000:
! 12001: * src/lib/patches/gdome2.patch: moved to gdome 0.7.2, one extern
! 12002: const patch left; making some strings more static still needed.
! 12003: Paolo said that he would incorporate this patch in upcoming
! 12004: version of gdome.
! 12005:
! 12006: 2003-01-09 paf
! 12007:
! 12008: * INSTALL: xml,xslt,gdome lib urls updated
! 12009:
! 12010: * config.guess, config.sub, missing, mkinstalldirs,
! 12011: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
! 12012: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
! 12013: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
! 12014: 1.7.2
! 12015:
! 12016: * depcomp: moving to automake 1.7.2
! 12017:
! 12018: 2002-12-27 paf
! 12019:
! 12020: * src/include/pa_version.h: 0007
! 12021:
! 12022: * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
! 12023: src/doc/pooled.dox, www/htdocs/index.html: removed outdated
! 12024: parts, made links to language docs
! 12025:
! 12026: * src/include/pa_config_auto.h.in: comment
! 12027:
! 12028: 2002-12-26 paf
! 12029:
! 12030: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
! 12031: not contain trailing / fixed.
! 12032:
! 12033: * INSTALL: changing SAFE_MODE politics
! 12034:
! 12035: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
! 12036:
! 12037: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
! 12038:
! 12039: 2002-12-25 paf
! 12040:
! 12041: * src/main/pa_globals.C: optimized-xml
! 12042:
! 12043: * src/main/pa_globals.C: optimized-as-is
! 12044:
! 12045: 2002-12-24 paf
! 12046:
! 12047: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
! 12048: fixed [were really called with zero size when .html?a=&b=]
! 12049:
! 12050: * src/classes/mail.C: $MAIL in @conf now invalid when configured
! 12051: with --with-sendmail
! 12052:
! 12053: * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
! 12054: [old always-pipe-error fixed]
! 12055:
! 12056: 2002-12-23 paf
! 12057:
! 12058: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
! 12059: ignoring parameters & were storing only string with default
! 12060: expires
! 12061:
! 12062: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
! 12063: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
! 12064: December 23, 2002 4:22 AM Subject: bug â
! 12065: Charset::transcode_buf2xchar
! 12066:
! 12067: 2002-12-20 paf
! 12068:
! 12069: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
! 12070: non-cgi [script] runs
! 12071:
! 12072: 2002-12-19 paf
! 12073:
! 12074: * INSTALL: --without-iconv recommended [it crashes on some systems
! 12075: [tested on elik]] moreover, it's not needed there [parser
! 12076: registers charsets itself]
! 12077:
! 12078: * INSTALL: --without-iconv recommended [it crashes on some systems
! 12079: [tested on elik]]
! 12080:
! 12081: * operators.txt, src/include/pa_globals.h,
! 12082: src/include/pa_request.h, src/main/pa_globals.C,
! 12083: src/main/pa_request.C, www/htdocs/index.html: $response:download
! 12084:
! 12085: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
! 12086: compiler [win32]].
! 12087:
! 12088: 2002-12-18 paf
! 12089:
! 12090: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
! 12091:
! 12092: 2002-12-17 paf
! 12093:
! 12094: * src/targets/cgi/parser3.C: merged die&iis changes
! 12095:
! 12096: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
! 12097: to exit(1) 2. more flexible iilegal call check
! 12098:
! 12099: 2002-12-16 paf
! 12100:
! 12101: * ltmain.sh: some automakes silly insist on having this handy
! 12102:
! 12103: * src/main/untaint.C: filespec russian small 'r' changed to latin
! 12104: 'p' bug fix
! 12105:
! 12106: 2002-12-15 paf
! 12107:
! 12108: * src/main/untaint.C: filespec russian small 'r' changed to latin
! 12109: 'p'
! 12110:
! 12111: * configure.in, src/classes/smtp/smtp.C,
! 12112: src/include/pa_config_auto.h.in, src/main/compile.C,
! 12113: src/main/pa_common.C: merged small changes from branch 6 to HEAD
! 12114:
! 12115: * src/: main/compile.C, classes/smtp/smtp.C: removed warning
! 12116:
! 12117: * src/main/pa_common.C: ftruncate having checked
! 12118:
! 12119: * configure.in, src/include/pa_version.h: new version
! 12120:
! 12121: 2002-12-14 paf
! 12122:
! 12123: * www/htdocs/index.html: exception type fixed
! 12124:
! 12125: * src/classes/table.C: removed unnecessary code
! 12126:
! 12127: * src/sql/pa_sql_driver.h: exception type fixed
! 12128:
! 12129: 2002-12-09 paf
! 12130:
! 12131: * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
! 12132: error
! 12133:
! 12134: * src/targets/cgi/parser3.C: ::die now tries to write core dump
! 12135:
! 12136: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
! 12137: tries to write core dump
! 12138:
! 12139: * src/targets/: apache13/mod_parser3.C, cgi/parser3.C: ::die now
! 12140: tries to write core dump
! 12141:
! 12142: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 12143: classes/void.C, main/pa_sql_driver_manager.C,
! 12144: sql/pa_sql_driver.h: changed exception handling mech in sql
! 12145: handlers #2
! 12146:
! 12147: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
! 12148: exception handling mech in sql handlers
! 12149:
! 12150: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
! 12151: handlers
! 12152:
! 12153: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 12154: classes/void.C, main/pa_sql_driver_manager.C,
! 12155: sql/pa_sql_driver.h: changed exception handling mech in sql
! 12156: handlers
! 12157:
! 12158: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
! 12159: to write makefile which used libtool to install things, which is
! 12160: not needed
! 12161:
! 12162: 2002-12-06 paf
! 12163:
! 12164: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
! 12165: $hash.fields -- pseudo field to make 'hash' more like 'table'
! 12166:
! 12167: 2002-12-05 paf
! 12168:
! 12169: * src/classes/mail.C, src/classes/smtp/smtp.C,
! 12170: src/types/pa_vmail.C, src/types/pa_vmail.h,
! 12171: www/htdocs/index.html: smtp cc/bcc OK now
! 12172:
! 12173: * src/classes/smtp/smtp.C, src/main/untaint.C,
! 12174: www/htdocs/index.html: mail header closed properly
! 12175:
! 12176: * src/classes/smtp/smtp.C, src/main/pa_common.C,
! 12177: src/main/untaint.C, src/types/pa_vmail.C, www/htdocs/index.html:
! 12178: mail header ',' allowed. still bugs in smtp [only one
! 12179: receiptient works, cc, bcc ignored now, and MAILED ;)]
! 12180:
! 12181: [strncpy killed, memnchr used]
! 12182:
! 12183: * src/main/pa_table.C: table-copy now current=0
! 12184:
! 12185: * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
! 12186: wow! found/fixed bug in lowlevel proc
! 12187:
! 12188: * src/targets/cgi/parser3.C: more checks on
! 12189: http://domain/parser.cgi start [maybe some getenv returns "",
! 12190: checked that now
! 12191:
! 12192: * src/targets/cgi/parser3.C: more checks on
! 12193: http://domain/parser.cgi start [maybe some getenv returns "",
! 12194: checked that now
! 12195:
! 12196: * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
! 12197: made unbuffered [so that out-of-mem errors reached log]
! 12198:
! 12199: * src/classes/mail.C, src/targets/cgi/parser3.C,
! 12200: src/types/pa_vmail.C, www/htdocs/index.html: mail:send
! 12201: MIME-Version default
! 12202:
! 12203: * src/main/main.dsp: pa_version included into main.dsp
! 12204:
! 12205: * src/classes/smtp/smtp.C, www/htdocs/index.html: smtp line ends
! 12206: fixed. now \r\n [not \r]. some smtp servers [win32] leave \n
! 12207: intact, and some clients [bat] fail to show letter correctly
! 12208:
! 12209: 2002-12-04 paf
! 12210:
! 12211: * src/types/pa_vform.C: $form:field string value cut by premature 0
! 12212:
! 12213: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
! 12214: www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
! 12215: lib/ltdl Win32 changes. s
! 12216:
! 12217: * src/classes/classes.awk: more strict *.C$
! 12218:
! 12219: * gnu.dsp: restored
! 12220:
! 12221: * configure.in, gnu.dsp, src/lib/Makefile.am,
! 12222: src/lib/libltdl/Makefile.am, src/lib/libltdl/README,
! 12223: src/lib/libltdl/acinclude.m4, src/lib/libltdl/config.guess,
! 12224: src/lib/libltdl/config.h, src/lib/libltdl/config.sub,
! 12225: src/lib/libltdl/config_auto.h.in, src/lib/libltdl/config_fixed.h,
! 12226: src/lib/libltdl/configure, src/lib/libltdl/configure.in,
! 12227: src/lib/libltdl/install-sh, src/lib/libltdl/libltdl.dsp,
! 12228: src/lib/libltdl/ltdl.c, src/lib/libltdl/ltdl.h,
! 12229: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
! 12230: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
! 12231: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
! 12232: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
! 12233: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
! 12234: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
! 12235: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
! 12236: now created with /configure, not ltdl/configure, so it does have
! 12237: no problems with automake. ltdl/configure
! 12238: AC_OUTPUT(Makefile<<removed)
! 12239:
! 12240: 2002-12-02 paf
! 12241:
! 12242: * operators.txt: removed outdated status:db
! 12243:
! 12244: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
! 12245: src/main/pa_common.C, src/main/pa_request.C,
! 12246: src/types/pa_vcookie.C, src/types/pa_vmail.C,
! 12247: www/htdocs/index.html: http header lang of tainted parts becomes
! 12248: http-header
! 12249:
! 12250: 2002-11-29 paf
! 12251:
! 12252: * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
! 12253: operators.txt: exif dates now objects of type date
! 12254:
! 12255: * src/classes/image.C: file.seek removed [it were used in image.C
! 12256: only, and for parser user this means that jpeg image has bad
! 12257: size in fragment's header] now used image.format
! 12258:
! 12259: * src/include/pa_common.h, src/main/pa_common.C,
! 12260: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 12261: www/htdocs/index.html: http:// param values now handled exactly
! 12262: like $response:header values. e.g. can be hash [can have
! 12263: subattributes] & contain date values.
! 12264:
! 12265: * src/main/pa_common.C, www/htdocs/index.html: http:// param values
! 12266: lang forced URI
! 12267:
! 12268: * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
! 12269: partes now %xx
! 12270:
! 12271: 2002-11-28 paf
! 12272:
! 12273: * www/htdocs/index.html: doc samples
! 12274:
! 12275: * operators.txt: http.timeout
! 12276:
! 12277: * src/classes/image.C, www/htdocs/index.html: ^image.length now
! 12278: counts interchar space. plus space after last char
! 12279:
! 12280: * www/htdocs/index.html: regexp syntax xxx$ speed-up experiments
! 12281:
! 12282: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
! 12283:
! 12284: * src/classes/image.C: ^image.font width measurer now scans full
! 12285: height [were -1]
! 12286:
! 12287: * configure.in, src/lib/libltdl/configure,
! 12288: src/lib/libltdl/configure.in: stopped double libltdl/Makefile
! 12289: generation
! 12290:
! 12291: * src/classes/image.C, www/htdocs/index.html: ^image.text now
! 12292: outputs one pixel HIGHER chars [one top horizontal line of 1pixel
! 12293: height were missing]
! 12294:
! 12295: * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
! 12296: stupid compiler allowed 'false' to go into (Hash *) parameter
! 12297:
! 12298: 2002-11-27 paf
! 12299:
! 12300: * src/include/pa_globals.h, src/main/pa_globals.C,
! 12301: src/main/pa_request.C, src/types/pa_vmail.C,
! 12302: www/htdocs/index.html: response:body[file] if file nows it's
! 12303: name now returns content-disposition: >>attachment<<
! 12304:
! 12305: * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
! 12306: font file-size now properly reported
! 12307:
! 12308: 2002-11-26 paf
! 12309:
! 12310: * src/main/pa_request.C: fixed lang in reponse header
! 12311:
! 12312: * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
! 12313: @read text
! 12314:
! 12315: * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
! 12316: http:// response status!=200 made exception: http.status with
! 12317: source=bad status#
! 12318:
! 12319: 2002-11-25 paf
! 12320:
! 12321: * configure.in, src/classes/image.C,
! 12322: src/include/pa_config_auto.h.in,
! 12323: src/include/pa_config_includes.h, src/main/Makefile.am,
! 12324: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
! 12325: const void related probs fixed
! 12326:
! 12327: * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
! 12328: fields now UPPERCASE
! 12329:
! 12330: $file[^file::load[http://there]] $file.SERVER
! 12331:
! 12332: * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
! 12333: src/include/pa_common.h, src/main/pa_common.C,
! 12334: src/main/pa_request.C, www/htdocs/index.html: checked http
! 12335: options [invalid onces now reported] made default user-agent: paf
! 12336:
! 12337: * operators.txt, src/classes/file.C, src/classes/table.C,
! 12338: src/classes/xdoc.C, src/include/pa_common.h,
! 12339: src/include/pa_globals.h, src/main/pa_common.C,
! 12340: src/main/pa_globals.C, src/main/pa_request.C,
! 12341: src/types/pa_vfile.C, src/types/pa_vfile.h,
! 12342: www/htdocs/index.html: table/xdoc/file::load now understand
! 12343: http:// prefix and additional params, sample:
! 12344: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
! 12345: $.USER-AGENT[parser3] ]]
! 12346:
! 12347: 2002-11-22 paf
! 12348:
! 12349: * src/classes/image.C, src/include/pa_globals.h,
! 12350: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
! 12351: src/types/pa_vimage.h, www/htdocs/.htaccess,
! 12352: www/htdocs/index.html, operators.txt: $image.exif support
! 12353: $image.exif.DateTime & co
! 12354:
! 12355: 2002-11-21 paf
! 12356:
! 12357: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
! 12358: _PASS_APPENDED)
! 12359:
! 12360: * src/classes/image.C: jpeg size measure fixed: were badly skipping
! 12361: EXIF information [were big block and it's size were considered
! 12362: negative :(]
! 12363:
! 12364: * operators.txt, src/classes/image.C, src/include/pa_common.h,
! 12365: src/main/pa_common.C, src/types/pa_vmail.C,
! 12366: www/htdocs/index.html: image.measure internals rewritten. no
! 12367: there's reader.seek, and all's ready for EXIF extraction [now we
! 12368: fail to measure files with EXIF info]
! 12369:
! 12370: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
! 12371: O_TRUNC truncates even exclusevely write-locked file [thanks to
! 12372: Igor Milyakov <virtan@rotabanner.com> for discovering]
! 12373:
! 12374: 2002-11-20 paf
! 12375:
! 12376: * src/targets/cgi/parser3.C: logging @signal += query_string
! 12377:
! 12378: * configure.in, src/include/pa_config_auto.h.in,
! 12379: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
! 12380: comment
! 12381:
! 12382: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
! 12383:
! 12384: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 12385: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
! 12386: currently processed document SIGPIPE >> interrupts request
! 12387: processing [exception = DB rollback]
! 12388:
! 12389: * src/main/pa_exec.C: comment
! 12390:
! 12391: * src/main/pa_exec.C: pa_exec: data written only if size>0
! 12392:
! 12393: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
! 12394: << disable HTTP-POST repassing
! 12395:
! 12396: * src/: include/pa_config_fixed.h, main/pa_common.C,
! 12397: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
! 12398: pipe read errors now checked
! 12399:
! 12400: 2002-11-19 paf
! 12401:
! 12402: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
! 12403: CGI: Illegal call
! 12404:
! 12405: 2002-11-01 paf
! 12406:
! 12407: * src/main/execute.C: comment
! 12408:
! 12409: 2002-10-31 paf
! 12410:
! 12411: * src/main/execute.C: found out why, checked that for now. todo:
! 12412: find out a way for that user could do that
! 12413:
! 12414: * www/htdocs/: base.p, derived.p, index.html: this example creates
! 12415: base object, which is wrong, todo: find out why
! 12416:
! 12417: * src/types/pa_vstateless_object.h: object put replaces static
! 12418: parent if any
! 12419:
! 12420: * src/types/pa_vobject.C: object put replaces static parent if any
! 12421:
! 12422: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
! 12423: src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
! 12424: src/main/pa_request.C, src/types/pa_value.h,
! 12425: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 12426: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 12427: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 12428: src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
! 12429: src/types/pa_vform.h, src/types/pa_vhash.h,
! 12430: src/types/pa_vimage.h, src/types/pa_vmail.C,
! 12431: src/types/pa_vmail.h, src/types/pa_vmath.h,
! 12432: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 12433: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 12434: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 12435: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 12436: src/types/pa_vstateless_class.h,
! 12437: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 12438: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 12439: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 12440: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 12441: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 12442: src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
! 12443: www/htdocs/index.html: static fix merged
! 12444:
! 12445: * src/: main/compile.tab.C, types/pa_vobject.C: killed
! 12446: $virtual_fields in dynamic, but one can reach derived
! 12447: static[class] variable from base
! 12448:
! 12449: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
! 12450: types/pa_vobject.C, types/pa_vobject.h,
! 12451: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
! 12452: statics, left $virtual_fields in dynamic
! 12453:
! 12454: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
! 12455: one can't remember derivates in base class: there's so many of
! 12456: them. also there can be no virtual method calls in static
! 12457: classes
! 12458:
! 12459: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
! 12460: src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
! 12461: src/types/pa_value.h, src/types/pa_vclass.C,
! 12462: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 12463: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 12464: src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
! 12465: src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
! 12466: src/types/pa_vimage.h, src/types/pa_vmail.C,
! 12467: src/types/pa_vmail.h, src/types/pa_vmath.h,
! 12468: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 12469: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 12470: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 12471: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
! 12472: src/types/pa_vstateless_class.h,
! 12473: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 12474: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 12475: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 12476: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 12477: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 12478: src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
! 12479: www/htdocs/index.html: static call $self fixed
! 12480:
! 12481: * src/main/execute.C: comment
! 12482:
! 12483: * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
! 12484: www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
! 12485: www/htdocs/operators.p, www/htdocs/some.p:
! 12486: ^process[$caller.self]{...} now compiles to last derived object
! 12487: part of that 'self'
! 12488:
! 12489: 2002-10-30 paf
! 12490:
! 12491: * www/htdocs/: derived.p, some.p: include method overriding tested
! 12492: OK
! 12493:
! 12494: 2002-10-29 paf
! 12495:
! 12496: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
! 12497: re-passing [iis to blame]
! 12498:
! 12499: * src/classes/string.C: changed string.save to pass current sql
! 12500: connection to cstr thus one can ^connect[some server]{
! 12501: $s[insert into table x (x) values (^taint[sql]{value})]
! 12502: ^s.save[some.sql] } and he'd get in some.sql file code with
! 12503: properly escaped. [tried in mssql->mysql export->import of
! 12504: binary data]
! 12505:
! 12506: 2002-10-28 paf
! 12507:
! 12508: * www/htdocs/: index.html: bad email handling test
! 12509:
! 12510: * src/www/htdocs/templates/: _document.xslt, symbols.ent: removed
! 12511:
! 12512: 2002-10-25 paf
! 12513:
! 12514: * src/types/pa_vresponse.C: case insensitive response user fields
! 12515: get/put
! 12516:
! 12517: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
! 12518: types/pa_vresponse.C: saving for maybe-future
! 12519:
! 12520: 2002-10-23 paf
! 12521:
! 12522: * operators.txt, src/classes/table.C: ^table.hash{code}...
! 12523: ^table.hash(expr)...
! 12524:
! 12525: * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
! 12526: trimBoth-ed
! 12527:
! 12528: 2002-10-22 paf
! 12529:
! 12530: * src/types/: pa_vform.C, pa_vform.h: removed needless
! 12531: VForm::Append...(...Value)
! 12532:
! 12533: * src/main/execute.C: $.name outside of $name[...] checked
! 12534:
! 12535: * src/main/: compile.tab.C, compile.y: lexer changed to fix
! 12536: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
! 12537:
! 12538: 2002-10-21 paf
! 12539:
! 12540: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
! 12541: $form:qtail $form:imap.x/y
! 12542:
! 12543: * operators.txt, src/types/pa_vform.C: $form:nameless =
! 12544: "?value&...", "...&value&...", "...&value"
! 12545:
! 12546: * operators.txt, src/types/pa_vform.C: $form:image-map
! 12547:
! 12548: * operators.txt, src/classes/file.C, www/htdocs/index.html:
! 12549: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
! 12550:
! 12551: 2002-10-17 paf
! 12552:
! 12553: * src/main/: compile.tab.C, compile.y: operators precedence changed
! 12554: a little: logical not and bitwise negation precedence made
! 12555: highest, << and >> bitshits precedence made equal [were << higher
! 12556: than >>]
! 12557:
! 12558: * src/classes/op.C: exception handling fixed [were bad with
! 12559: contexts]
! 12560:
! 12561: 2002-10-16 paf
! 12562:
! 12563: * www/htdocs/index.html: bad compile to system class test
! 12564:
! 12565: * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
! 12566: src/main/pa_request.C, www/htdocs/index.html,
! 12567: www/htdocs/derived.p: Request::self considered equal to
! 12568: VMethodFrame::self, and removed, Request::get_self() mapped to
! 12569: VMethodFrame.self()
! 12570:
! 12571: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
! 12572: $hash in open field now gives old good error meesage
! 12573:
! 12574: 2002-10-15 paf
! 12575:
! 12576: * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
! 12577: $junction){was true}{now false} use ^if($junction is
! 12578: junction){was and now true}
! 12579:
! 12580: * src/classes/xdoc.C, src/classes/xnode.C,
! 12581: src/include/pa_charset.h, src/include/pa_pool.h,
! 12582: src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
! 12583: www/htdocs/index.html: xml->parser strings now have origin, which
! 12584: points to place where value left xml library and came to parser:
! 12585: place of dom field extraction/call
! 12586:
! 12587: * src/classes/op.C, src/include/pa_opcode.h,
! 12588: src/include/pa_request.h, src/main/compile.tab.C,
! 12589: src/main/compile.y, src/main/execute.C,
! 12590: src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
! 12591: pieces of old code allowing $junction.xxx at compile time
! 12592:
! 12593: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
! 12594: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
! 12595: objects also considered [were only classes]
! 12596:
! 12597: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
! 12598: src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
! 12599: www/htdocs/index.html: ^process[CLASS]{body} now executed with
! 12600: CLASS self. [ (request&method_frame).self temporarily changed
! 12601: ]
! 12602:
! 12603: * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
! 12604: www/htdocs/operators.p: method_frame now always changed, with no
! 12605: exception to native calls. for&foreach changed to use
! 12606: method_frame.caller for their var's name context
! 12607:
! 12608: * src/main/execute.C, src/targets/cgi/parser3.C,
! 12609: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 12610: www/htdocs/operators.p: compiling to system classes disabled
! 12611:
! 12612: * www/htdocs/: derived.p, index.html: test of ^process from
! 12613: operator called from user class
! 12614:
! 12615: * operators.txt, src/classes/op.C, www/htdocs/operators.p:
! 12616: ^process[$caller.CLASS]{code-string} added
! 12617:
! 12618: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
! 12619: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
! 12620: src/types/Makefile.am, src/types/pa_vjunction.C,
! 12621: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
! 12622: src/types/types.dsp, www/htdocs/operators.p: removed
! 12623: $junction.get $junction.set[] introducing $caller
! 12624:
! 12625: * src/types/pa_value.h: removed outdated comments. doxygen would
! 12626: find them lower by inheritance tree
! 12627:
! 12628: * src/types/pa_vjunction.C: ident
! 12629:
! 12630: 2002-10-14 paf
! 12631:
! 12632: * src/classes/op.C: process compiles to code's class class
! 12633:
! 12634: * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
! 12635: src/include/pa_request.h, src/main/compile.C,
! 12636: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 12637: src/main/pa_request.C, src/types/pa_vstateless_class.h,
! 12638: www/htdocs/index.html: operators now main-class-methods
! 12639:
! 12640: * src/classes/op.C, src/include/pa_request.h,
! 12641: www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
! 12642: has better stack trace [has "call" & co there]
! 12643:
! 12644: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 12645: operators @auto now executed in MAIN context
! 12646:
! 12647: * src/main/execute.C: operator execution context now = MAIN, not
! 12648: closest stack frame
! 12649:
! 12650: @touchit[] $i[after]
! 12651:
! 12652: ----t.html $i[before] << local ^touchit[] $i << now 'before',
! 12653: were 'after'
! 12654:
! 12655: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
! 12656: 'after'
! 12657:
! 12658: * src/main/execute.C: comment
! 12659:
! 12660: * src/types/pa_vclass.C, src/types/pa_vobject.h,
! 12661: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
! 12662: www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
! 12663: resurrected [wes killed in action]
! 12664:
! 12665: * src/types/pa_vxnode.C: misreplace fixed
! 12666:
! 12667: * configure, configure.in, src/include/pa_config_auto.h.in,
! 12668: src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
! 12669: $status:rusage.tv_secs/usecs introduced
! 12670:
! 12671: 2002-10-09 paf
! 12672:
! 12673: * src/classes/double.C, src/classes/int.C, src/classes/string.C,
! 12674: www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
! 12675: failes on empty string [or uses (default)]
! 12676:
! 12677: 2002-10-08 paf
! 12678:
! 12679: * src/main/untaint.C: mail header quoted printable changed after
! 12680: RFC reread
! 12681:
! 12682: * operators.txt: plan on ^if(method
! 12683:
! 12684: * src/types/pa_vxnode.C: misreplace
! 12685:
! 12686: * src/lib/patches/Makefile.am: forgot libgdome_morestatic.patch
! 12687:
! 12688: 2002-09-24 paf
! 12689:
! 12690: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
! 12691:
! 12692: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
! 12693: mailreceive would compile on freebsd now
! 12694:
! 12695: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
! 12696: configure, configure.in, src/include/pa_config_auto.h.in,
! 12697: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
! 12698: mailreceive would compile on freebsd now
! 12699:
! 12700: * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
! 12701: file spec language changed: now there are only few chars are
! 12702: untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
! 12703: SPACES now enabled, one should use ^untaint[uri]{...} now]
! 12704:
! 12705: 2. $list[^file:list[dir]] now returns simply tainted names in
! 12706: $list.name, not tainted as filespec
! 12707:
! 12708: @russianindex[] #dir with files with russian-lang names
! 12709: $where[dir]
! 12710:
! 12711: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
! 12712: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
! 12713:
! 12714: 2002-09-23 paf
! 12715:
! 12716: * src/types/pa_vdouble.h: double->int round added
! 12717:
! 12718: * src/classes/date.C: date bug fix, now
! 12719: round(floatDays*secondsPerDay)
! 12720:
! 12721: * src/classes/date.C: date bug fix, now
! 12722: round(floatDays*secondsPerDay)
! 12723:
! 12724: 2002-09-20 paf
! 12725:
! 12726: * src/main/execute.C, www/htdocs/index.html: code junction calls
! 12727: disabled [before: code was compiled in such a way, that there
! 12728: were no code-junctions in OP_CALL]
! 12729:
! 12730: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
! 12731:
! 12732: @badjunctioncallinside[code] ^code[]
! 12733:
! 12734: * src/main/compile.tab.C, src/main/compile.y,
! 12735: www/htdocs/index.html: changed grammer on junction expanding to
! 12736: include ^junction.method
! 12737:
! 12738: * src/main/pa_common.C: -d "DIR/" now true
! 12739:
! 12740: * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
! 12741: sets $request:charset as internal xdoc encoding, and after
! 12742: decoding attributes set by dom functions now encoded OK, not as
! 12743: digital entities
! 12744:
! 12745: * src/classes/xdoc.C: empty transform result, being taken as file
! 12746: now returns empty file, not raises stupid error about "stat-ed
! 12747: file"
! 12748:
! 12749: * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
! 12750: modification of existing keys allowed
! 12751:
! 12752: * src/types/types.dsp: introducing $junction.get/put(1) one can
! 12753: write iterators now:
! 12754:
! 12755: ^user-foreach[key;value]{$key=$value<br>}
! 12756:
! 12757: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
! 12758: $code.value($i*2) $code }
! 12759:
! 12760: * src/main/compile_tools.h: mistype
! 12761:
! 12762: * src/targets/: apache13/Makefile.am, cgi/Makefile.am: binaries now
! 12763: depend on makefiles, thus taking linking options configure
! 12764: changes into account [were: ignoring]
! 12765:
! 12766: * src/types/: pa_vjunction.C, Makefile.am: introducing
! 12767: $junction.get/put(1) one can write iterators now:
! 12768:
! 12769: ^user-foreach[key;value]{$key=$value<br>}
! 12770:
! 12771: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
! 12772: $code.value($i*2) $code }
! 12773:
! 12774: * src/include/pa_opcode.h, src/include/pa_request.h,
! 12775: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 12776: src/main/main.dsp, src/targets/cgi/parser3.dsp,
! 12777: src/types/pa_vjunction.h, www/htdocs/.htaccess,
! 12778: www/htdocs/index.html: introducing $junction.get/put(1) one can
! 12779: write iterators now:
! 12780:
! 12781: ^user-foreach[key;value]{$key=$value<br>}
! 12782:
! 12783: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
! 12784: $code.value($i*2) $code }
! 12785:
! 12786: 2002-09-19 paf
! 12787:
! 12788: * Makefile.am: new: make commit
! 12789:
! 12790: * aclocal.m4: forced to be older
! 12791:
! 12792: 2002-09-18 paf
! 12793:
! 12794: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
! 12795: src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
! 12796: >> int shifts
! 12797:
! 12798: * src/: include/pa_common.h, include/pa_request.h,
! 12799: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
! 12800: - now this - fatal error
! 12801:
! 12802: * src/classes/file.C, www/htdocs/index.html,
! 12803: www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
! 12804: now] so that one can pass binary data there
! 12805:
! 12806: * src/classes/date.C, src/classes/double.C, src/classes/file.C,
! 12807: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
! 12808: src/classes/mail.C, src/classes/op.C, src/classes/response.C,
! 12809: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 12810: src/classes/xdoc.C, src/classes/xnode.C,
! 12811: src/include/pa_request.h, www/htdocs/index.html: pa_request
! 12812: contexts made privated, plus get_{self/method_frame} to read.
! 12813: Request_context_saver used in ^try to save flang too. [were not
! 12814: saved]
! 12815:
! 12816: * src/types/pa_vresponse.C: header value chains joined before
! 12817: output, this should help $.subject[$var $var] from being
! 12818: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
! 12819:
! 12820: 2002-09-17 paf
! 12821:
! 12822: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
! 12823: removed changes, operators executed with calling self. lots of
! 12824: code with ^include code relies on defined/defining self variables
! 12825:
! 12826: $a[1] ^include[print_a.p] print_a.p: $a
! 12827:
! 12828: ^include[set_a.p] a=$a set_a.p: $a[1]
! 12829:
! 12830: * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
! 12831: src/types/pa_value.C, src/types/pa_value.h,
! 12832: src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
! 12833: www/htdocs/operators.p: operators now executed with MAIN self.
! 12834: it's for ^include sake, too strong a change
! 12835:
! 12836: * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
! 12837: made place for ^process to compile it's code to in case of no
! 12838: self
! 12839:
! 12840: * src/main/execute.C, www/htdocs/index.html: found ancient param to
! 12841: Junction, removed. allowed passing self to native_code_operators
! 12842: [for ^process to work, she needs self]
! 12843:
! 12844: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
! 12845: types/pa_vstateless_class.h: found ancient param to Junction,
! 12846: removed. allowed passing self to native_code_operators [for
! 12847: ^process to work, she needs self]
! 12848:
! 12849: * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
! 12850: src/types/pa_value.h, src/types/pa_vmethod_frame.h,
! 12851: src/types/pa_vstateless_class.h, www/htdocs/index.html,
! 12852: www/htdocs/operators.p: allowed Request.self to be 0, checked
! 12853: that in VMethodFrame get/put and $self.
! 12854:
! 12855: * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
! 12856: table::sql options table::create copy options options checked,
! 12857: wrong option now fatal error
! 12858:
! 12859: * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
! 12860: [were missing words on pieces boundaries]
! 12861:
! 12862: * bin/auto.p.dist.in: strange \n
! 12863:
! 12864: * configure, configure.in: .so now detected [can be .sl on hpux,
! 12865: .dll on cygwin, .so in other cases)
! 12866:
! 12867: * configure, configure.in, bin/auto.p.dist.in: .so now detected
! 12868: [can be .sl on hpux, .dll on cygwin, .so in other cases)
! 12869:
! 12870: * operators.txt, src/classes/hash.C, src/classes/table.C,
! 12871: src/include/pa_globals.h, src/main/pa_globals.C,
! 12872: www/htdocs/index.html: table.sql hash::sql flag to allow
! 12873: duplicate keys [$.distinct(1/0)] first record taken [were last]
! 12874:
! 12875: * src/classes/hash.C, src/classes/table.C,
! 12876: src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
! 12877: hash::sql duplicate keys now errors
! 12878:
! 12879: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
! 12880:
! 12881: * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
! 12882: menu/for delims bug fixed [were ,2,3]
! 12883:
! 12884: 2002-09-16 paf
! 12885:
! 12886: * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
! 12887: can be both unix & dos. and they can be unix [\n\n] on win when
! 12888: 'use CGI' used, it causes stdout to be binary. now detected
! 12889: closest header break.
! 12890:
! 12891: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
! 12892: closed right
! 12893:
! 12894: 2002-09-13 paf
! 12895:
! 12896: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
! 12897: src/main/compile_tools.h, www/htdocs/index.html: (expression
! 12898: #comment)
! 12899:
! 12900: (multiline expression #comment line2 #comment )
! 12901:
! 12902: (expression #comment with (brackets) comment) << OK
! 12903:
! 12904: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
! 12905: www/htdocs/index.html: !| bitwise !|| numerical xor now
! 12906: [preparing for expression #comments]
! 12907:
! 12908: * src/main/compile.tab.C, src/main/compile.y,
! 12909: www/htdocs/index.html: @method[$name] now parse error
! 12910:
! 12911: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
! 12912: cheched in pa_socks.C
! 12913:
! 12914: * configure, configure.in, src/include/pa_config_auto.h.in:
! 12915: HAVE_WINSOCK_H created in configure.in
! 12916:
! 12917: * src/main/compile.tab.C, src/main/compile.y,
! 12918: src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
! 12919: clean [were mistakenly tainted & that worked bad with opera --
! 12920: 'happily' that worked OK with msie]
! 12921:
! 12922: 2002-09-12 paf
! 12923:
! 12924: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
! 12925: VClass get_element now first looks to fields, next to methods &
! 12926: co todo: the rest reason: more speed
! 12927:
! 12928: * src/main/untaint.C: quoted printable encoding stops before
! 12929: \s*<...>$
! 12930:
! 12931: * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
! 12932: now =20 and encoding stops before <...>$
! 12933:
! 12934: 2002-09-11 paf
! 12935:
! 12936: * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
! 12937: www/htdocs/index.html: while fixing (
! 12938: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
! 12939: forgot to check users of those funcs. not all were using that
! 12940: return value convention
! 12941:
! 12942: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
! 12943: windows-1254 added
! 12944:
! 12945: 2002-09-10 paf
! 12946:
! 12947: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
! 12948: VCodeFrame parent param were specified badly
! 12949:
! 12950: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
! 12951: WWrapper which used in constructing objects(second param to sql
! 12952: method) ^...sql{}[$.default{code}] now has parent, wich helps
! 12953: code in hash to survivi
! 12954:
! 12955: * src/: include/pa_request.h, main/execute.C: removed redundant
! 12956: param to execute [stack said 'thanks']
! 12957:
! 12958: * src/: classes/op.C, main/execute.C, types/pa_value.C,
! 12959: types/pa_value.h, types/pa_vcode_frame.h,
! 12960: types/pa_vmethod_frame.h, types/pa_wcontext.C,
! 12961: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
! 12962: responsibility to wcontext
! 12963:
! 12964: * src/classes/file.C: decided not to log exec's with stderr, that
! 12965: could be warnings, and it's up to scritper to log/show them
! 12966:
! 12967: * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
! 12968: double:sql badly called write_assign_lang, not write_no_lang,
! 12969: thus doing unnecessary double/string converstion, which were
! 12970: loosing time&precesion
! 12971:
! 12972: * src/main/pa_charset.C, src/types/pa_vmail.C,
! 12973: www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
! 12974: returned bad value in case of unfinished in buffer processing,
! 12975: causing accidental transcode stop [in case that source enc !=
! 12976: utf-8 & there is incomplete utf-8 sequence at the end of
! 12977: 16000block iside of libxml lib] tfm readed & code updated
! 12978:
! 12979: 2002-09-04 paf
! 12980:
! 12981: * configure: makes with sjlj
! 12982:
! 12983: * INSTALL, src/include/pa_config_fixed.h,
! 12984: src/include/pa_sql_connection.h,
! 12985: src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
! 12986: -with-sjlj-exceptions define checked. on win32 it made default
! 12987:
! 12988: * src/include/pa_config_auto.h.in: sjlj define
! 12989:
! 12990: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
! 12991: can not work with longjump/throw pair, and one must switch that
! 12992: on there. todo: detect that automatically]
! 12993:
! 12994: * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
! 12995: checks of xnode.elements. now, for instance, if element does not
! 12996: have any attributes, $xnode.attributes is void, not error
! 12997:
! 12998: 2002-09-02 paf
! 12999:
! 13000: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
! 13001: www/htdocs/index.html: removed double_result, didn't help
! 13002:
! 13003: * src/main/execute.C: double_result made to move that var away from
! 13004: hungry g++ optimizer (-O2), before: it were optimized and
! 13005: comparison operators worked badly
! 13006:
! 13007: * src/types/pa_vdate.h: removed debug
! 13008:
! 13009: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
! 13010:
! 13011: * src/main/execute.C: fixed numeric < & co so that thay now use
! 13012: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
! 13013: unknown reason.
! 13014:
! 13015: 2002-08-29 paf
! 13016:
! 13017: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
! 13018: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
! 13019: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
! 13020: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
! 13021: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
! 13022: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
! 13023: src/types/types.dsp, www/htdocs/index.html: junction_cleaner
! 13024: moved to auto VMethodFrame [called less frequent, allowed to
! 13025: remove ugly Junction.change_context-s from many places, switch,
! 13026: mail:send..html{}, ..] request.root renamed to method_frame [more
! 13027: easyreading] ancient {...PUSH/POPs...} changed to stack vars
! 13028: [speed up]
! 13029:
! 13030: 2002-08-28 paf
! 13031:
! 13032: * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
! 13033: $cookie:name << now tainted
! 13034:
! 13035: * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
! 13036: delete when $cookie:name[$.value[]]
! 13037:
! 13038: * operators.txt, src/classes/string.C, www/htdocs/derived.p,
! 13039: www/htdocs/index.html: ^string.split[delim[;options]]
! 13040:
! 13041: 2002-08-27 paf
! 13042:
! 13043: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
! 13044:
! 13045: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
! 13046: www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
! 13047: delimiter
! 13048:
! 13049: * INSTALL: recommended latest gmime 1.0.5
! 13050:
! 13051: 2002-08-26 paf
! 13052:
! 13053: * configure, configure.in, src/targets/apache13/Makefile.am,
! 13054: src/targets/apache13/hook/mod_parser3.c: apache13/hook added to
! 13055: make dist.
! 13056:
! 13057: 2002-08-23 paf
! 13058:
! 13059: * src/include/pa_common.h, src/main/pa_common.C,
! 13060: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 13061: www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
! 13062: accessible [due to bad rights or whatever] it's error now
! 13063:
! 13064: 2002-08-21 paf
! 13065:
! 13066: * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
! 13067: "base class". compiled as if here they named base class
! 13068:
! 13069: * Makefile.am: can use: make happy equals to make update install
! 13070:
! 13071: * src/main/compile.tab.C, src/main/compile.y,
! 13072: src/main/compile_tools.C, src/main/compile_tools.h,
! 13073: www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
! 13074: "base class". compiled as if here they named base class
! 13075:
! 13076: * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
! 13077: bug, [were wrong string cloning constructor]
! 13078:
! 13079: * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
! 13080: www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
! 13081:
! 13082: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
! 13083: src/types/pa_vfile.C, src/types/pa_vmail.C,
! 13084: www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
! 13085: $mail.received.file.value.content-type fixed
! 13086:
! 13087: 2002-08-20 paf
! 13088:
! 13089: * src/classes/file.C, www/htdocs/index.html: fixed language of
! 13090: file:file result
! 13091:
! 13092: * operators.txt, src/classes/void.C, www/htdocs/index.html:
! 13093: ^void.pos[...] = -1 merged from 3.0.0005
! 13094:
! 13095: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
! 13096:
! 13097: * operators.txt, src/classes/void.C, www/htdocs/index.html:
! 13098: ^void.length[] = 0 merged from 3.0.0005
! 13099:
! 13100: * src/classes/void.C, operators.txt: ^void.length[] = 0
! 13101:
! 13102: 2002-08-19 paf
! 13103:
! 13104: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
! 13105: work now
! 13106:
! 13107: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
! 13108: error in xnode, which were not catched in xdoc]
! 13109:
! 13110: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
! 13111: prepared: // validate each document after load/create (?)
! 13112: //xmlDoValidityCheckingDefaultValue = 1;
! 13113:
! 13114: 2002-08-15 paf
! 13115:
! 13116: * src/classes/classes.h, www/htdocs/index.html: write to static var
! 13117: caused useless Exception, introduced Methoded::put_element wich
! 13118: consumes those
! 13119:
! 13120: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
! 13121: src/types/pa_vcookie.C, src/types/pa_vdate.h,
! 13122: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 13123: www/htdocs/index.html: $response:field[date]
! 13124: $response:field[$.xxx[date]]
! 13125:
! 13126: * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
! 13127: src/classes/void.C, src/include/pa_sql_connection.h,
! 13128: www/htdocs/index.html: fixed source of ^hash::sql{bad}
! 13129:
! 13130: * operators.txt: $request:body unprecessed POST request body
! 13131:
! 13132: * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
! 13133: unprecessed POST request
! 13134:
! 13135: * src/types/pa_value.h, src/types/pa_vdate.h,
! 13136: src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
! 13137: src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
! 13138: field not found", 0, &aname)
! 13139:
! 13140: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
! 13141: src/include/pa_request.h, src/main/pa_pool.C,
! 13142: src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
! 13143: planning/preparing_to $request:body r.post_data now const
! 13144:
! 13145: * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
! 13146: src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
! 13147: src/types/pa_vhash.h, src/types/pa_vobject.C,
! 13148: src/types/pa_vobject.h, src/types/pa_vtable.h,
! 13149: www/htdocs/index.html: instead of type() checking everywhere used
! 13150: Value.as now user descendants can be used in params.
! 13151:
! 13152: VObject::as_*, is_defined now taken from bases. xtable(table)
! 13153: ^if($xtable) now OK
! 13154:
! 13155: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
! 13156: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
! 13157: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
! 13158:
! 13159: 2002-08-14 paf
! 13160:
! 13161: * src/classes/xnode.h, src/main/execute.C,
! 13162: src/targets/cgi/parser3.dsp, src/types/pa_value.h,
! 13163: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 13164: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
! 13165: src/types/pa_vcookie.h, src/types/pa_vdate.h,
! 13166: src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
! 13167: src/types/pa_vform.h, src/types/pa_vhash.h,
! 13168: src/types/pa_vimage.h, src/types/pa_vmail.C,
! 13169: src/types/pa_vmail.h, src/types/pa_vmath.h,
! 13170: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 13171: src/types/pa_vobject.h, src/types/pa_vrequest.C,
! 13172: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
! 13173: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
! 13174: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 13175: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 13176: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 13177: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 13178: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 13179: src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
! 13180: VObject & VClass
! 13181:
! 13182: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
! 13183:
! 13184: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
! 13185: removed fixopt stupidity. on stupid linux use cd /document/root
! 13186: ../cgi/parser3 script
! 13187:
! 13188: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
! 13189: params, splitting them by space, excluding argv[0], argv[argc-1]
! 13190:
! 13191: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
! 13192: fixopt.h: fixopt now preprocesses command line params, splitting
! 13193: them by space, excluding argv[0], argv[argc-1]
! 13194:
! 13195: * src/targets/cgi/parser3.C: -f config file
! 13196:
! 13197: * src/targets/cgi/parser3.C, www/htdocs/auto.p,
! 13198: www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
! 13199:
! 13200: 2002-08-13 paf
! 13201:
! 13202: * src/types/pa_vobject.C, www/htdocs/derived.p,
! 13203: www/htdocs/index.html: allow override parent variables, useful
! 13204: for form descendants [in vobject too, were in vclass]
! 13205:
! 13206: * src/types/pa_vclass.C, www/htdocs/index.html: allow override
! 13207: parent variables, useful for form descendants
! 13208:
! 13209: * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
! 13210: form[vclass]fields can be overwritten in derived(table)
! 13211:
! 13212: * src/: classes/form.C, classes/mail.C, classes/op.C,
! 13213: classes/xnode.h, include/pa_request.h, main/execute.C,
! 13214: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
! 13215: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 13216: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
! 13217: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 13218: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
! 13219: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 13220: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
! 13221: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 13222: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 13223: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
! 13224: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
! 13225: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 13226: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
! 13227: Value::get_element(..., bool looking_down) [needed to exclude
! 13228: endless recoursion]
! 13229:
! 13230: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
! 13231: fix bug with put endless recoursion todo: check 'as'
! 13232:
! 13233: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
! 13234: reorganized modules todo: fix bug with put endless recoursion
! 13235: todo: check 'as'
! 13236:
! 13237: * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
! 13238: fields can be overwritten in derived(table)
! 13239:
! 13240: * www/htdocs/derived.p: sample: dont convinient that table fields
! 13241: can be overridden
! 13242:
! 13243: * src/types/pa_vobject.h, www/htdocs/derived.p,
! 13244: www/htdocs/index.html: derived classes can have fields of their
! 13245: own now
! 13246:
! 13247: * src/classes/table.C, src/types/pa_vtable.C,
! 13248: src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
! 13249: on using non-created table
! 13250:
! 13251: * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
! 13252: src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
! 13253: src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
! 13254: src/main/pa_request.C, src/types/pa_value.h,
! 13255: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
! 13256: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 13257: src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
! 13258: src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
! 13259: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 13260: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
! 13261: src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
! 13262: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 13263: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 13264: src/types/pa_vstateless_class.h,
! 13265: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
! 13266: src/types/pa_vstatus.h, src/types/pa_vstring.h,
! 13267: src/types/pa_vtable.C, src/types/pa_vtable.h,
! 13268: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
! 13269: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
! 13270: src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
! 13271: now looking down/up tree todo: fix error message on
! 13272: non-constructed parents
! 13273:
! 13274: 2002-08-12 paf
! 13275:
! 13276: * src/types/pa_vstateless_class.h,
! 13277: src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
! 13278: derived OK
! 13279:
! 13280: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
! 13281: thorough testing
! 13282:
! 13283: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
! 13284: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
! 13285: types/pa_vobject.h, types/pa_vstateless_class.h,
! 13286: types/pa_vstateless_object.h, types/pa_wcontext.h,
! 13287: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
! 13288: ^base:create[] dynamic call rewritten todo: thorough testing
! 13289:
! 13290: * www/htdocs/: base.p, derived.p: not good - along upward-virtual
! 13291: call self eq child
! 13292:
! 13293: * src/types/pa_value.h, src/types/pa_vclass.h,
! 13294: src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
! 13295: VObject ctor now instantates base class, remembers it and saves
! 13296: child in parent VObject.get_class now returns last child =
! 13297: downward virtual calls OK
! 13298:
! 13299: * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
! 13300: src/types/pa_vdate.h, src/types/pa_vdouble.h,
! 13301: src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
! 13302: src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
! 13303: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
! 13304: src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
! 13305: src/types/pa_vtable.h, src/types/pa_vxdoc.h,
! 13306: src/types/pa_vxnode.h, src/types/pa_wcontext.h,
! 13307: src/types/types.dsp, www/htdocs/index.html: killed VAliased
! 13308: [redundant], moved $CLASS to VObject only [parser class instance]
! 13309:
! 13310: * bin/auto.p.dist.in: more like in dist on parser.ru
! 13311:
! 13312: * bin/auto.p.dist.in: fixed sendmail default comment
! 13313:
! 13314: * src/main/pa_request.C: $response:body[file] content-type check
! 13315: fixed [were bad when content-type is hash]
! 13316:
! 13317: 2002-08-09 paf
! 13318:
! 13319: * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
! 13320: src/types/pa_vobject.h, src/types/pa_vxdoc.h,
! 13321: www/htdocs/index.html: started as()
! 13322:
! 13323: 2002-08-08 paf
! 13324:
! 13325: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
! 13326: src/main/pa_globals.C, www/htdocs/index.html: year column in
! 13327: month calendar [week year]
! 13328:
! 13329: * src/main/execute.C, www/htdocs/index.html: error reporting on
! 13330: object writes to MAIN improved [were ruind with fixing
! 13331: $obj[^if(1){$obj}] ]
! 13332:
! 13333: * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
! 13334: $date.yearday $date.daylightsaving
! 13335:
! 13336: * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
! 13337: www/htdocs/index.html: in letter texts one can use tainted data
! 13338: now. only she must specify the language.
! 13339:
! 13340: ^mail:send[ $.from[paf@mail.design.ru]
! 13341: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
! 13342: $.text[^taint[uri][ìîñêâà]=] ]
! 13343:
! 13344: * www/htdocs/index.html: ^process now prints more precise origin
! 13345:
! 13346: * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
! 13347: www/htdocs/index.html: ^process now prints more precise origin
! 13348:
! 13349: * src/include/pa_string.h, www/htdocs/index.html:
! 13350: String::first_char now not fails on empty strings ^if(-f '') now
! 13351: ok and in 3 other places.
! 13352:
! 13353: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
! 13354: String::first_char now not fails on empty strings ^if(-f '') now
! 13355: ok and in 3 other places.
! 13356:
! 13357: 2002-08-07 paf
! 13358:
! 13359: * src/classes/string.C, src/main/pa_string.C,
! 13360: www/htdocs/index.html: ^string.mid(0;bad) fixed
! 13361:
! 13362: * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
! 13363: fixed
! 13364:
! 13365: * src/main/execute.C, src/types/pa_vcode_frame.h,
! 13366: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
! 13367: src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
! 13368: www/htdocs/index.html: vcodeframe were mistakenly not completely
! 13369: transparent to object writes. $hash[^if(1){$hash}] now works
! 13370:
! 13371: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
! 13372: now erasing cache file [there were bad check on that]
! 13373:
! 13374: * src/classes/classes.dsp, src/classes/table.C,
! 13375: src/classes/gd/gd.dsp, src/classes/smtp/smtp.dsp,
! 13376: src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
! 13377: src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
! 13378: .dsp now named 'Debug'
! 13379:
! 13380: * etc/parser3.charsets/Makefile.am: all included into dist
! 13381:
! 13382: * operators.txt, src/classes/mail.C: exception_type email.send
! 13383:
! 13384: * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
! 13385: exception_type email.format
! 13386:
! 13387: * src/types/pa_vmail.C, www/htdocs/global.xsl,
! 13388: www/htdocs/index.html: mail:send empty email checked
! 13389:
! 13390: 2002-08-06 paf
! 13391:
! 13392: * operators.txt, src/classes/table.C, src/include/pa_array.h,
! 13393: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
! 13394: www/htdocs/index.html: ^table::create[$source;$.options]
! 13395: ^table::join[$source;$.options]
! 13396:
! 13397: * operators.txt, src/classes/hash.C, src/classes/string.C,
! 13398: src/classes/table.C, www/htdocs/index.html: sql options can be
! 13399: string now ^xxx:sql{...}[ # $.default() }
! 13400:
! 13401: * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
! 13402: case fields
! 13403:
! 13404: * src/classes/file.C, src/include/pa_globals.h,
! 13405: src/main/pa_globals.C, src/main/pa_request.C,
! 13406: src/types/pa_vfile.C, src/types/pa_vfile.h,
! 13407: www/htdocs/index.html: $file.content-type [instead of .mime-type]
! 13408: now works for file::stat also
! 13409:
! 13410: * src/main/pa_request.C, www/htdocs/index.html: case insensitive
! 13411: mime_type_of
! 13412:
! 13413: * bin/auto.p.dist.in: jpeg
! 13414:
! 13415: 2002-08-05 paf
! 13416:
! 13417: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
! 13418:
! 13419: * src/types/pa_vmail.C: file buffer relocated to parser heap
! 13420:
! 13421: * operators.txt: comment on date:calendar week column
! 13422:
! 13423: * src/main/pa_common.C: write checked
! 13424:
! 13425: * src/main/: pa_common.C: write checked
! 13426:
! 13427: * src/classes/date.C: +1 buf size for stupid snprintfs
! 13428:
! 13429: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
! 13430: month calendar week column [ISO 8601 Week Numbers]
! 13431:
! 13432: 2002-08-02 paf
! 13433:
! 13434: * src/: include/pa_config_fixed.h, main/pa_string.C,
! 13435: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
! 13436: DEBUG*
! 13437:
! 13438: * configure, configure.in, src/include/pa_version.h: release
! 13439: 3_0_0005
! 13440:
! 13441: * bin/auto.p.dist.in: unhandled_exception comments
! 13442:
! 13443: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
! 13444: multipart post fixed
! 13445:
! 13446: * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
! 13447: src/types/pa_vform.C: response transcoded source->client only
! 13448: when text/* or simple onoverridden $response:body
! 13449:
! 13450: 2002-08-01 paf
! 13451:
! 13452: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 13453: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 13454: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 13455: classes/op.C, classes/response.C, classes/string.C,
! 13456: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 13457: classes/xnode.h, classes/gd/gif.C, classes/gd/gif.h,
! 13458: classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 13459: classes/smtp/smtp.h, include/pa_array.h,
! 13460: include/pa_cache_managers.h, include/pa_charset.h,
! 13461: include/pa_charsets.h, include/pa_common.h,
! 13462: include/pa_config_fixed.h, include/pa_dictionary.h,
! 13463: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
! 13464: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
! 13465: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
! 13466: include/pa_socks.h, include/pa_sql_connection.h,
! 13467: include/pa_sql_driver_manager.h, include/pa_stack.h,
! 13468: include/pa_string.h, include/pa_stylesheet_connection.h,
! 13469: include/pa_stylesheet_manager.h, include/pa_table.h,
! 13470: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 13471: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 13472: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
! 13473: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 13474: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
! 13475: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 13476: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 13477: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
! 13478: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 13479: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 13480: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
! 13481: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
! 13482: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 13483: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 13484: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
! 13485: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 13486: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 13487: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
! 13488: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
! 13489: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 13490: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 13491: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 13492: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 13493: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 13494: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
! 13495: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 13496: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 13497: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 13498: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 13499: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 13500: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 13501: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 13502: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 13503: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
! 13504:
! 13505: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
! 13506: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
! 13507: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 13508: classes/math.C, classes/op.C, classes/response.C,
! 13509: classes/string.C, classes/table.C, classes/void.C,
! 13510: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 13511: classes/gd/gd.dsp, classes/gd/gif.C, classes/gd/gif.h,
! 13512: classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 13513: classes/smtp/smtp.dsp, classes/smtp/smtp.h, include/pa_array.h,
! 13514: include/pa_cache_managers.h, include/pa_charset.h,
! 13515: include/pa_charsets.h, include/pa_common.h,
! 13516: include/pa_config_fixed.h, include/pa_config_includes.h,
! 13517: include/pa_dictionary.h, include/pa_dir.h,
! 13518: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 13519: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 13520: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 13521: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 13522: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 13523: include/pa_stack.h, include/pa_string.h,
! 13524: include/pa_stylesheet_connection.h,
! 13525: include/pa_stylesheet_manager.h, include/pa_table.h,
! 13526: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 13527: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
! 13528: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 13529: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
! 13530: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 13531: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 13532: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
! 13533: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
! 13534: main/pa_sql_driver_manager.C, main/pa_string.C,
! 13535: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 13536: main/untaint.C, sql/pa_sql_driver.h,
! 13537: targets/apache13/ApacheModuleParser3.dsp,
! 13538: targets/apache13/mod_parser3.C, targets/apache13/pa_md5c.c,
! 13539: targets/apache13/pa_pool.C, targets/apache13/pa_threads.C,
! 13540: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 13541: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 13542: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 13543: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 13544: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
! 13545: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
! 13546: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
! 13547: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 13548: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
! 13549: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 13550: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 13551: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 13552: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
! 13553: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 13554: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 13555: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 13556: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 13557: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 13558: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 13559: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 13560: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 13561: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp,
! 13562: Makefile.am, classes/Makefile.am, classes/gd/Makefile.am,
! 13563: main/Makefile.am, targets/apache13/Makefile.am,
! 13564: targets/cgi/Makefile.am, types/Makefile.am: ident.C* removed
! 13565:
! 13566: * operators.txt, src/classes/file.C, src/main/pa_request.C,
! 13567: www/cgi-bin/parser3.log: file:find[/can/do/this/now.txt]
! 13568:
! 13569: * src/targets/cgi/parser3.C: usage to stdout now
! 13570:
! 13571: 2002-07-31 paf
! 13572:
! 13573: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
! 13574:
! 13575: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
! 13576: default "postmaster"
! 13577:
! 13578: * src/classes/mail.C, src/classes/smtp/smtp.C,
! 13579: src/types/pa_vmail.C, www/cgi-bin/parser3.log: mail from/to now
! 13580: must be. -f postmaster now default sendmail key word
! 13581: "postmaster" replaced to $.from
! 13582:
! 13583: 2002-07-30 paf
! 13584:
! 13585: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
! 13586: src/targets/cgi/parser3.C: removed pa_config_paths.h
! 13587:
! 13588: * src/main/pa_charset.C: comment
! 13589:
! 13590: * src/main/pa_charset.C, www/cgi-bin/parser3.log,
! 13591: www/htdocs/auto.p: UTF-8 to 1byte charset convert, no char in
! 13592: table, &#decimal;
! 13593:
! 13594: * src/main/pa_request.C: comment
! 13595:
! 13596: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
! 13597: paragraf]
! 13598:
! 13599: 2002-07-11 paf
! 13600:
! 13601: * src/main/pa_exec.C: build command line badly added params twice
! 13602: [and first time without ' ']. double wrong. fixed.
! 13603:
! 13604: * src/main/pa_exec.C: invalid .exe caused error message with params
! 13605: wich parser did not provide = reported badly. fixed that.
! 13606:
! 13607: * src/classes/mail.C: $MAIL[ # xxx ]
! 13608:
! 13609: now ok
! 13610:
! 13611: * operators.txt: plan: sql detailed exception
! 13612:
! 13613: 2002-07-01 paf
! 13614:
! 13615: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
! 13616: [MForm.configure_admin were called when request.main_class ==0
! 13617:
! 13618: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
! 13619:
! 13620: * src/classes/form.C: content_length type fix
! 13621:
! 13622: 2002-06-30 paf
! 13623:
! 13624: * src/classes/mail.C: merged from 4
! 13625:
! 13626: * src/classes/mail.C: restored $MAIL
! 13627:
! 13628: 2002-06-28 paf
! 13629:
! 13630: * configure, configure.in: removed paths.h
! 13631:
! 13632: * configure, src/include/pa_version.h,
! 13633: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
! 13634: merged, makes updated
! 13635:
! 13636: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
! 13637: src/include/pa_charset.h, src/include/pa_config_fixed.h,
! 13638: src/include/pa_pool.h, src/include/pa_version.h,
! 13639: src/main/pa_charset.C, src/main/pa_pool.C,
! 13640: src/targets/apache13/ApacheModuleParser3.dsp,
! 13641: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
! 13642: src/types/pa_vmail.C, www/cgi-bin/parser3.log,
! 13643: www/htdocs/index.html: merged latest updates to head
! 13644:
! 13645: 2002-06-27 paf
! 13646:
! 13647: * src/targets/: apache13/ApacheModuleParser3.dsp, cgi/parser3.dsp,
! 13648: isapi/parser3isapi.dsp: post-build not error now
! 13649:
! 13650: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
! 13651: src/include/pa_config_fixed.h, src/include/pa_pool.h,
! 13652: src/main/pa_charset.C, src/main/pa_pool.C,
! 13653: www/cgi-bin/parser3.log, www/htdocs/index.html:
! 13654: ^xdoc::create[[uri]]... base uri for document being created,
! 13655: imports and other relative file names would be relative to this
! 13656: uri default uri=path_translated
! 13657:
! 13658: * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
! 13659: bug workaround
! 13660:
! 13661: 2002-06-26 paf
! 13662:
! 13663: * configure, configure.in, src/include/pa_version.h:
! 13664: release_3_0_0004
! 13665:
! 13666: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
! 13667: 0 now
! 13668:
! 13669: * src/targets/cgi/parser3.C, www/cgi-bin/parser3.log:
! 13670: /cgi-bin/parser empty filename checked
! 13671:
! 13672: 2002-06-25 paf
! 13673:
! 13674: * www/cgi-bin/parser3.log, www/htdocs/index.html,
! 13675: src/main/pa_string.C: emtpy string, or string of whitespaces
! 13676: considered bad number now
! 13677:
! 13678: * www/: cgi-bin/parser3.log, htdocs/index.html:
! 13679: ^xdoc.transform[xdoc <<can be now
! 13680:
! 13681: * operators.txt, src/classes/xdoc.C, www/cgi-bin/parser3.log,
! 13682: www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
! 13683:
! 13684: * operators.txt, src/classes/string.C, www/htdocs/index.html:
! 13685: ^string.normalize [old name: optimize
! 13686:
! 13687: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
! 13688: library configured
! 13689:
! 13690: * src/main/pa_request.C: configure_admin forced if no @conf
! 13691:
! 13692: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
! 13693: src/types/pa_vmail.C, www/cgi-bin/parser3.log,
! 13694: www/htdocs/index.html: ^math:crypt updated to generate random
! 13695: salt when needed and to call system crypt() if not $apr1$ prefix
! 13696:
! 13697: 2002-06-24 paf
! 13698:
! 13699: * INSTALL: --with-static/shared-mailreceive described
! 13700:
! 13701: * src/include/pa_config_fixed.h: ssize_t fixed
! 13702:
! 13703: * configure, configure.in, src/include/pa_config_auto.h.in,
! 13704: src/targets/apache13/p3runConfigure.in,
! 13705: src/targets/cgi/Makefile.am, src/types/Makefile.am,
! 13706: src/types/pa_vmail.C: $mail:received makes update
! 13707:
! 13708: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
! 13709: WITH_MAILRECEIVE
! 13710:
! 13711: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
! 13712:
! 13713: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
! 13714: option, for $mail:receive
! 13715:
! 13716: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
! 13717: introducting $message:received ^mail:send rewritten with backward
! 13718: comp
! 13719:
! 13720: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 13721: classes/smtp/smtp.dsp, main/main.dsp, main/pa_globals.C,
! 13722: targets/apache13/ApacheModuleParser3.dsp,
! 13723: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 13724: types/types.dsp: win32xml win32mailreceive pseudomodules paths
! 13725: now
! 13726:
! 13727: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
! 13728: src/include/pa_charset.h, src/include/pa_config_fixed.h,
! 13729: src/include/pa_request.h, src/include/pa_string.h,
! 13730: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
! 13731: src/main/pa_globals.C, src/main/pa_request.C,
! 13732: src/main/pa_string.C, src/main/pa_uue.C,
! 13733: src/targets/apache13/mod_parser3.C, src/targets/cgi/Makefile.am,
! 13734: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 13735: src/targets/isapi/parser3isapi.C, src/types/pa_vform.C,
! 13736: src/types/pa_vform.h, src/types/types.dsp,
! 13737: www/cgi-bin/parser3.log, www/htdocs/index.html: uue to separate
! 13738: file introducting $message:received ^mail:send rewritten with
! 13739: backward comp
! 13740:
! 13741: 2002-06-21 paf
! 13742:
! 13743: * src/: lib/Makefile.am, lib/md5/pa_md5.h,
! 13744: targets/apache13/p3runConfigure.in, targets/apache13/pa_md5c.c:
! 13745: lib restructure apache .am & co changes
! 13746:
! 13747: * src/targets/apache13/pa_md5c.c: moved libltdl and pcre to libs/
! 13748: added libs/md5 which is linked to non-apache targets
! 13749: ^math:crypt[password;$apr1$salt]
! 13750:
! 13751: * configure, configure.in, src/lib/libltdl/install-sh,
! 13752: src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
! 13753: src/targets/cgi/Makefile.am: lib restructure .in and .am files
! 13754: appropriate changes
! 13755:
! 13756: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
! 13757: pcre to libs/ added libs/md5 which is linked to non-apache
! 13758: targets ^math:crypt[password;$apr1$salt]
! 13759:
! 13760: * INSTALL, configure.in, operators.txt, parser3.dsw,
! 13761: src/Makefile.am, src/classes/Makefile.am,
! 13762: src/classes/classes.dsp, src/classes/math.C,
! 13763: src/lib/libltdl/Makefile.am, src/lib/libltdl/README,
! 13764: src/lib/libltdl/acinclude.m4, src/lib/libltdl/config.h,
! 13765: src/lib/libltdl/config_auto.h.in, src/lib/libltdl/config_fixed.h,
! 13766: src/lib/libltdl/configure, src/lib/libltdl/configure.in,
! 13767: src/lib/libltdl/libltdl.dsp, src/lib/libltdl/ltdl.c,
! 13768: src/lib/libltdl/ltdl.h, src/lib/md5/Makefile.am,
! 13769: src/lib/patches/Makefile.am,
! 13770: src/lib/patches/libgdome_cpp_syntax1.patch,
! 13771: src/lib/patches/libgdome_cpp_syntax2.patch,
! 13772: src/lib/patches/libgdome_morestatic.patch,
! 13773: src/lib/patches/libxml_error_column_tab.patch,
! 13774: src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch,
! 13775: src/lib/patches/libxml_transcoder_context1.patch,
! 13776: src/lib/patches/libxml_transcoder_context2.patch,
! 13777: src/lib/patches/libxml_transcoder_context3.patch,
! 13778: src/lib/patches/libxml_transcoder_context4.patch,
! 13779: src/lib/patches/libxslt_html_output_no_charset_meta.patch,
! 13780: src/lib/pcre/LICENCE, src/lib/pcre/Makefile.am,
! 13781: src/lib/pcre/README, src/lib/pcre/Tech.Notes,
! 13782: src/lib/pcre/dftables.c, src/lib/pcre/get.c,
! 13783: src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
! 13784: src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
! 13785: src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
! 13786: src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
! 13787: src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
! 13788: src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
! 13789: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
! 13790: src/lib/pcre/pcre_parser_ctype.dsp,
! 13791: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
! 13792: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
! 13793: src/main/compile.tab.C, src/main/main.dsp,
! 13794: src/patches/Makefile.am, src/patches/libgdome_cpp_syntax1.patch,
! 13795: src/patches/libgdome_cpp_syntax2.patch,
! 13796: src/patches/libgdome_morestatic.patch,
! 13797: src/patches/libxml_error_column_tab.patch,
! 13798: src/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch,
! 13799: src/patches/libxml_transcoder_context1.patch,
! 13800: src/patches/libxml_transcoder_context2.patch,
! 13801: src/patches/libxml_transcoder_context3.patch,
! 13802: src/patches/libxml_transcoder_context4.patch,
! 13803: src/patches/libxslt_html_output_no_charset_meta.patch,
! 13804: src/pcre/LICENCE, src/pcre/Makefile.am, src/pcre/README,
! 13805: src/pcre/Tech.Notes, src/pcre/dftables.c, src/pcre/get.c,
! 13806: src/pcre/ibm-1250.ucm, src/pcre/ibm-1251.ucm,
! 13807: src/pcre/ibm-1257.ucm, src/pcre/internal.h,
! 13808: src/pcre/maketables.c, src/pcre/pcre-2_08.tar.gz,
! 13809: src/pcre/pcre.3, src/pcre/pcre.3.html, src/pcre/pcre.3.txt,
! 13810: src/pcre/pcre.c, src/pcre/pcre.dsp, src/pcre/pcre.h,
! 13811: src/pcre/pcre_dftables.dsp, src/pcre/pcre_parser_ctype.c,
! 13812: src/pcre/pcre_parser_ctype.dsp, src/pcre/ruspart_win2koi.pl,
! 13813: src/pcre/study.c, src/pcre/win-koi.tab,
! 13814: src/targets/apache13/ApacheModuleParser3.dsp,
! 13815: src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
! 13816: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
! 13817: src/types/Makefile.am, src/types/types.dsp,
! 13818: www/cgi-bin/parser3.log, www/htdocs/.htaccess,
! 13819: www/htdocs/index.html, src/lib/Makefile.am: moved libltdl and
! 13820: pcre to libs/ added libs/md5 which is linked to non-apache
! 13821: targets ^math:crypt[password;$apr1$salt]
! 13822:
! 13823: 2002-06-20 paf
! 13824:
! 13825: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
! 13826: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
! 13827: src/doc/doxygen.cfg, src/include/pa_globals.h,
! 13828: src/include/pa_request.h, src/main/execute.C,
! 13829: src/main/pa_request.C, src/targets/apache13/mod_parser3.C,
! 13830: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 13831: src/types/pa_vmethod_frame.h, www/htdocs/auto.p,
! 13832: www/htdocs/index.html: marged latest HEAD updates, mainly
! 13833: file:justname&co & @auto/conf[filespec
! 13834:
! 13835: * operators.txt, src/classes/file.C, www/cgi-bin/parser3.log,
! 13836: www/htdocs/auto.p, www/htdocs/index.html:
! 13837: !^file:dirname[/a/some.tar.gz]=/a
! 13838: !^file:dirname[/a/b/]=/a
! 13839: !^file:basename[/a/some.tar.gz]=some.tar.gz
! 13840: !^file:justname[/a/some.tar.gz]=some.tar
! 13841: !^file:justext[/a/some.tar.gz]=gz
! 13842:
! 13843: * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
! 13844: src/main/pa_request.C, src/types/pa_vmethod_frame.h,
! 13845: www/cgi-bin/parser3.log, www/htdocs/auto.p,
! 13846: www/htdocs/index.html: introducing @conf/auto[filespec]
! 13847:
! 13848: * bin/auto.p.dist.in: <noindex>
! 13849:
! 13850: * configure: parser3.conf renamed to auto.p autoconf changes
! 13851:
! 13852: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
! 13853: bin/auto.p.dist.in, src/doc/doxygen.cfg,
! 13854: src/include/pa_globals.h, src/targets/apache13/mod_parser3.C,
! 13855: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 13856: www/htdocs/auto.p, www/htdocs/index.html: parser3.conf renamed to
! 13857: auto.p
! 13858:
! 13859: 2002-06-18 paf
! 13860:
! 13861: * configure, configure.in, src/include/pa_version.h: version to
! 13862: configure.in
! 13863:
! 13864: * INSTALL: reflected .conf.dist dir change
! 13865:
! 13866: * Makefile.am, configure, configure.in, bin/Makefile.am,
! 13867: etc/parser3.charsets/Makefile.am, src/classes/smtp/Makefile.am:
! 13868: parser3.conf.dist moved to bin, .in & *.am updated
! 13869:
! 13870: * src/classes/file.C: strncasecmp
! 13871:
! 13872: * src/classes/file.C: strcasecmp
! 13873:
! 13874: * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
! 13875: bin/parser3.conf.dist [moved from etc
! 13876:
! 13877: * src/classes/file.C, www/cgi-bin/parser3.log:
! 13878: ^file::exec[script;$.bad error case insensitive check now
! 13879:
! 13880: * src/classes/file.C, www/cgi-bin/parser3.log,
! 13881: www/htdocs/index.html: ^file::exec[script;$.bad now error, not
! 13882: skip
! 13883:
! 13884: * configure, configure.in, src/include/pa_pool.h,
! 13885: src/include/pa_types.h: pack configure.in detection simplified.
! 13886: figured out that gcc on sparc not that stupid as thought
! 13887: previously: on sparc: when it sees packed class it modifies it's
! 13888: field-access-code to byte operations [stb, ldub] instead of 4byte
! 13889: operations [st, lduh] so packed must be all parts of packed
! 13890: class, i.e. it's parents&fields(classes). for now it's only
! 13891: String that packed and what was wrong is that it's parent -
! 13892: Pooled, were not packed. fixed that.
! 13893:
! 13894: 2002-06-14 paf
! 13895:
! 13896: * operators.txt: more precise xml-to-text options
! 13897:
! 13898: * operators.txt, src/types/pa_vxnode.C: xnode
! 13899: attribute_node.name/value xnode pi.node.data
! 13900:
! 13901: 2002-06-12 paf
! 13902:
! 13903: * configure, configure.in, src/targets/cgi/Makefile.am,
! 13904: src/targets/cgi/parser3.C: removed root conf define creation
! 13905:
! 13906: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
! 13907: src/include/pa_globals.h, src/include/pa_request.h,
! 13908: src/main/compile.tab.C, src/main/pa_globals.C,
! 13909: src/main/pa_request.C, src/targets/apache13/mod_parser3.C,
! 13910: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 13911: www/cgi-bin/parser3.log: parser3.conf now one and only
! 13912:
! 13913: * src/classes/mail.C: sendmail -ti [default now]
! 13914:
! 13915: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
! 13916: to be strings. for convinient #ing
! 13917:
! 13918: * src/include/pa_globals.h, src/include/pa_request.h,
! 13919: src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
! 13920: www/cgi-bin/parser3.log: @rootconf [were @conf]
! 13921:
! 13922: * src/include/pa_globals.h, src/include/pa_request.h,
! 13923: src/main/main.dsp, src/main/pa_globals.C, src/main/pa_request.C,
! 13924: www/cgi-bin/parser3.log: @conf
! 13925:
! 13926: 2002-06-11 paf
! 13927:
! 13928: * src/classes/file.C: check simplified
! 13929:
! 13930: * src/classes/file.C, src/targets/cgi/parser3.dsp,
! 13931: src/targets/isapi/parser3isapi.C, www/cgi-bin/parser3.log,
! 13932: www/htdocs/.htaccess, www/htdocs/index.html: suexec env keys
! 13933: filter plus CGI_ as valid prefix
! 13934:
! 13935: * src/classes/file.C, src/include/pa_request.h,
! 13936: src/include/pa_sapi.h, src/targets/apache13/mod_parser3.C,
! 13937: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
! 13938: www/cgi-bin/parser3.log, www/htdocs/index.html: file::exec/cgi to
! 13939: pass HTTP_ vars introducing SAPI::environment
! 13940:
! 13941: 2002-06-10 paf
! 13942:
! 13943: * operators.txt, src/classes/op.C, src/include/pa_common.h,
! 13944: src/main/pa_common.C: lock failures reported now
! 13945:
! 13946: * src/main/compile_tools.C, www/cgi-bin/parser3.log,
! 13947: www/htdocs/index.html: ^if(" 1 "){y} bug fixed optimization
! 13948: string->double @ compile time were not-enough-checking...
! 13949:
! 13950: * src/main/compile.tab.C, src/main/pa_string.C,
! 13951: www/cgi-bin/parser3.log, www/htdocs/index.html: whitespace after
! 13952: number in autoconvert now ignored
! 13953:
! 13954: * src/types/pa_vform.C, src/types/pa_vform.h,
! 13955: www/htdocs/index.html: $form: not determined yet check
! 13956:
! 13957: * src/classes/mail.C: mail netscape attachment name fixed. todo:
! 13958: $response:body content-type:name
! 13959:
! 13960: * configure, configure.in: hpux check, nsl link, no socket
! 13961:
! 13962: * operators.txt: old merge conflict removed
! 13963:
! 13964: * configure, configure.in: pack even address access on sparc&co
! 13965: arch checked in configure
! 13966:
! 13967: * configure, src/include/pa_version.h: makes
! 13968:
! 13969: * configure, configure.in, src/include/pa_version.h: makes
! 13970:
! 13971: * src/main/untaint.C: (bug#2) mail subject got always prepended
! 13972: with charset even when all letters were 7bit one
! 13973:
! 13974: * src/main/pa_common.C: merged fixed -d (bug)
! 13975:
! 13976: * src/main/pa_common.C: fixed -d (bug)
! 13977:
! 13978: 2002-06-04 paf
! 13979:
! 13980: * src/targets/apache13/: mod_parser3.C: fixed .dsp-s along with
! 13981: reorganized cvs modules dirs structure
! 13982:
! 13983: 2002-06-03 paf
! 13984:
! 13985: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
! 13986: src/classes/classes.dsp, src/classes/gd/gd.dsp,
! 13987: src/classes/smtp/smtp.dsp, src/main/compile.tab.C,
! 13988: src/main/main.dsp, src/main/pa_globals.C,
! 13989: src/targets/apache13/ApacheModuleParser3.dsp,
! 13990: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
! 13991: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
! 13992: www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
! 13993: modules dirs structure
! 13994:
! 13995: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 13996: classes/smtp/smtp.dsp, main/compile.tab.C, main/main.dsp,
! 13997: main/pa_globals.C, targets/apache13/ApacheModuleParser3.dsp,
! 13998: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 13999: types/types.dsp: reorganized cvs modules
! 14000:
! 14001: 2002-05-28 paf
! 14002:
! 14003: * src/targets/cgi/parser3.C: info.uri now ""
! 14004:
! 14005: 2002-05-17 paf
! 14006:
! 14007: * src/classes/: table.C: ^table.save << checked empty
! 14008: pre/match/post columns
! 14009:
! 14010: 2002-05-16 paf
! 14011:
! 14012: * src/classes/image.C, www/cgi-bin/parser3.log,
! 14013: www/htdocs/index.html: image::measure can png now
! 14014:
! 14015: 2002-05-15 paf
! 14016:
! 14017: * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log,
! 14018: www/htdocs/index.html: ^date::create[%H:%M[:%S]] added
! 14019:
! 14020: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
! 14021:
! 14022: * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log,
! 14023: www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
! 14024: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
! 14025:
! 14026: 2002-05-14 paf
! 14027:
! 14028: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
! 14029:
! 14030: 2002-05-07 paf
! 14031:
! 14032: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
! 14033: src/classes/gd/gd.dsp, src/classes/smtp/smtp.dsp,
! 14034: src/include/pa_globals.h, src/include/pa_request.h,
! 14035: src/include/pa_table.h, src/main/compile.tab.C,
! 14036: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
! 14037: src/main/pa_request.C, src/main/pa_table.C, src/pcre/pcre.dsp,
! 14038: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
! 14039: src/targets/isapi/parser3isapi.dsp,
! 14040: src/targets/isapi/pool_storage.h, src/types/types.dsp,
! 14041: www/htdocs/parser-status.html: Table name2number field now &.
! 14042: main_method_name now on Request pool rather on global_pool
! 14043: [Junction+VJunction created on same pool as name = were created
! 14044: on global pool, causing mem leaks]
! 14045:
! 14046: * src/classes/classes.dsp, src/classes/op.C, src/classes/gd/gd.dsp,
! 14047: src/classes/smtp/smtp.dsp, src/include/pa_globals.h,
! 14048: src/include/pa_request.h, src/include/pa_table.h,
! 14049: src/main/compile.tab.C, src/main/compile.y, src/main/main.dsp,
! 14050: src/main/pa_globals.C, src/main/pa_request.C,
! 14051: src/main/pa_table.C, src/pcre/pcre.dsp,
! 14052: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
! 14053: src/targets/isapi/parser3isapi.dsp,
! 14054: src/targets/isapi/pool_storage.h, src/types/types.dsp,
! 14055: www/htdocs/parser-status.html: Table name2number field now &.
! 14056: main_method_name now on Request pool rather on global_pool
! 14057: [Junction+VJunction created on same pool as name = were created
! 14058: on global pool, causing mem leaks]
! 14059:
! 14060: 2002-05-06 paf
! 14061:
! 14062: * src/: main/pa_globals.C, targets/cgi/parser3.C,
! 14063: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
! 14064: 100*40 bytes per request memory leak [nonpool malloc in globals]
! 14065:
! 14066: * src/: main/pa_globals.C, targets/cgi/parser3.C,
! 14067: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
! 14068: 100*40 bytes per request memory leak [nonpool malloc in globals]
! 14069:
! 14070: 2002-04-30 paf
! 14071:
! 14072: * configure, src/include/pa_version.h: version now not b
! 14073:
! 14074: * src/targets/cgi/parser3.C, www/cgi-bin/parser3.log,
! 14075: www/htdocs/global.xsl, www/htdocs/index.html: request.uri now
! 14076: never 0
! 14077:
! 14078: 2002-04-29 paf
! 14079:
! 14080: * configure.in: removed b
! 14081:
! 14082: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
! 14083: Exception::comment/type checked in (), no there's no empty
! 14084: type/comment by default
! 14085:
! 14086: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
! 14087: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
! 14088: src/doc/value.dox, src/include/pa_exception.h,
! 14089: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
! 14090: 0001
! 14091:
! 14092: 2002-04-26 paf
! 14093:
! 14094: * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
! 14095: www/cgi-bin/parser3.log, www/htdocs/index.html: doxygen dot image
! 14096: size reduced
! 14097:
! 14098: 2002-04-25 paf
! 14099:
! 14100: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
! 14101: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
! 14102: now that took into account
! 14103:
! 14104: * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log:
! 14105: ^date::create[2002-12-33 01:03:04]
! 14106:
! 14107: * ChangeLog, operators.txt, src/classes/date.C,
! 14108: www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
! 14109:
! 14110: * ChangeLog: updated changelog
! 14111:
! 14112: * www/: cgi-bin/parser3.log, htdocs/index.html: sample of 'using
! 14113: junction out of context'
! 14114:
! 14115: * src/classes/table.C, www/cgi-bin/parser3.log,
! 14116: www/htdocs/.htaccess, www/htdocs/index.html: removed restriction
! 14117: on column count to ^table.hash to work, now must be >0 [were >1]
! 14118:
! 14119: 2002-04-24 paf
! 14120:
! 14121: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 14122: classes/smtp/smtp.dsp, main/compile.tab.C, main/main.dsp,
! 14123: pcre/pcre.dsp, pcre/pcre_dftables.dsp,
! 14124: pcre/pcre_parser_ctype.dsp,
! 14125: targets/apache13/ApacheModuleParser3.dsp, targets/cgi/parser3.C,
! 14126: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 14127: types/types.dsp: MSVC profile targets
! 14128:
! 14129: 2002-04-23 paf
! 14130:
! 14131: * operators.txt, src/classes/string.C, www/cgi-bin/parser3.log,
! 14132: www/htdocs/index.html: int/double/string:sql{}[$.default{code}]
! 14133: fixed [were barking: "junction used outside of context"]
! 14134:
! 14135: 2002-04-22 paf
! 14136:
! 14137: * types.txt, src/classes/string.C, src/include/pa_string.h,
! 14138: src/main/pa_string.C, src/types/pa_vstring.C,
! 14139: src/types/pa_vstring.h: ^string.optimize[]
! 14140:
! 14141: * src/: include/pa_globals.h, include/pa_table.h,
! 14142: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
! 14143: table template
! 14144:
! 14145: * src/classes/: string.C: optimize removed from string
! 14146: .left/right/pos
! 14147:
! 14148: * src/main/execute.C, www/cgi-bin/parser3.log: rolled back to
! 14149: before_killing_userjunction_contexts
! 14150:
! 14151: * src/main/execute.C, www/cgi-bin/parser3.log,
! 14152: www/htdocs/index.html: user junctions context killed
! 14153:
! 14154: * src/main/execute.C, www/cgi-bin/parser3.log,
! 14155: www/htdocs/index.html: junctions to local contexts got
! 14156: cleanized&checked later
! 14157:
! 14158: 2002-04-19 paf
! 14159:
! 14160: * src/classes/string.C, src/include/pa_request.h,
! 14161: src/include/pa_string.h, src/main/pa_request.C,
! 14162: src/main/pa_string.C, src/types/pa_vstring.C,
! 14163: src/types/pa_vstring.h, www/cgi-bin/parser3.log,
! 14164: www/htdocs/index.html: string now optimized prior to .left .right
! 14165: .mid .pos .match when that is profitable, and always before
! 14166: .replace when $ORIGINS(1) optimization disabled economy from not
! 14167: wasting mem on lots of strings which occur by lots of String:mid
! 14168: calls to get parts of source string between found_occurances
! 14169:
! 14170: * src/classes/file.C: ovector now local economy: 16 bytes per
! 14171: ^file:list
! 14172:
! 14173: * src/: include/pa_globals.h, include/pa_table.h,
! 14174: main/pa_globals.C, main/pa_string.C: String::match table columns
! 14175: globalized, not created @ each ^match anymore economy:
! 14176: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
! 14177:
! 14178: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
! 14179: removed from each String::match replace iteration, and made
! 14180: stacked sizeof(VTable)=12bytes economy on each replace code
! 14181:
! 14182: * src/doc/footer.htm: 2001,
! 14183:
! 14184: * src/classes/string.C, src/include/pa_string.h,
! 14185: src/main/pa_string.C, www/htdocs/index.html: string.match[][']
! 14186: option enables generation of $match.prematch .match .postmatch
! 14187: columns
! 14188:
! 14189: * src/main/pa_string.C: String::match options analized without
! 14190: cstr-ing them now
! 14191:
! 14192: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
! 14193: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
! 14194: config updated to doxygen 1.2.15, created helper which fixes
! 14195: minor bugs in chm project files & htm tree. changed extension to
! 14196: .htm
! 14197:
! 14198: 2002-04-18 paf
! 14199:
! 14200: * src/doc/doxygen.cfg: .chi generation disabled
! 14201:
! 14202: * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
! 14203: src/classes/xnode.h, src/types/pa_vxdoc.C,
! 14204: www/cgi-bin/parser3.log, www/htdocs/index.html: xdoc(xnode) now
! 14205: fully - fields&methods
! 14206:
! 14207: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
! 14208: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
! 14209: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
! 14210: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
! 14211: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
! 14212: types/pa_vresponse.h, types/pa_vstateless_class.h,
! 14213: types/pa_vstateless_object.h, types/pa_vstatus.h,
! 14214: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
! 14215: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
! 14216: VStateless_class to VObject
! 14217:
! 14218: * src/main/pa_request.C, src/types/pa_valiased.h,
! 14219: src/types/pa_vstateless_class.h,
! 14220: src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
! 14221: www/cgi-bin/parser3.log, www/htdocs/index.html:
! 14222: VStateless_string_object speicalized light version of
! 14223: VStateless_object
! 14224:
! 14225: * src/classes/op.C: ^throw comment param made optional
! 14226:
! 14227: * src/types/pa_valiased.C, src/types/pa_valiased.h,
! 14228: src/types/pa_vclass.h, src/types/pa_vobject.h,
! 14229: src/types/pa_wcontext.C, www/cgi-bin/parser3.log,
! 14230: www/htdocs/index.html: VAliased get/set alias now virtual and
! 14231: implemented down in VClass, fclass_alias removed,
! 14232:
! 14233: * src/types/pa_value.C: forced to cut that from .h because of
! 14234: VStateless_class usage [undefined in .h]
! 14235:
! 14236: * src/include/pa_opcode.h, src/main/compile.tab.C,
! 14237: src/main/compile.y, src/main/compile_tools.C,
! 14238: src/main/compile_tools.h, src/main/execute.C,
! 14239: src/main/pa_request.C, src/types/pa_vmethod_frame.h,
! 14240: www/cgi-bin/parser3.log, www/htdocs/index.html:
! 14241: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to stack
! 14242: [no more heap waste on each CALL]
! 14243:
! 14244: * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
! 14245: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
! 14246: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
! 14247: src/classes/math.C, src/classes/op.C, src/classes/response.C,
! 14248: src/classes/string.C, src/classes/table.C, src/classes/void.C,
! 14249: src/classes/xnode.C, src/include/pa_globals.h,
! 14250: src/include/pa_request.h, src/main/execute.C,
! 14251: src/main/pa_globals.C, src/main/pa_request.C,
! 14252: src/types/Makefile.am, src/types/pa_value.h,
! 14253: src/types/pa_vdouble.h, src/types/pa_vform.C,
! 14254: src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
! 14255: src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
! 14256: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
! 14257: src/types/pa_wwrapper.h, src/types/types.dsp,
! 14258: www/cgi-bin/parser3.log, www/htdocs/index.html: removed
! 14259: Value::fname
! 14260:
! 14261: 2002-04-17 paf
! 14262:
! 14263: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
! 14264: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
! 14265: doc/pooled.dox, doc/string.dox, doc/targets.dox,
! 14266: include/pa_pool.h, include/pa_types.h: dox updated to current
! 14267: state, PTHROW freshen to throw & co
! 14268:
! 14269: * src/types/pa_vhash.h: vstring wrong parent fixed
! 14270:
! 14271: * src/classes/op.C: taint local result var bug fixed
! 14272:
! 14273: 2002-04-16 paf
! 14274:
! 14275: * asm.txt, form.txt, lang.txt, sql.txt, www/cgi-bin/parser3.log:
! 14276: removed outdated. see in Attic asm.txt as most interesting
! 14277:
! 14278: * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
! 14279: www/htdocs/index.html: removed check, preventing content-length:
! 14280: 0 from appearing
! 14281:
! 14282: * src/main/execute.C, www/htdocs/index.html: $result in @main now
! 14283: taken into account as in usual functions
! 14284:
! 14285: * src/doc/postbuild.txt, src/main/execute.C,
! 14286: www/cgi-bin/parser3.log, www/htdocs/index.html: $result in
! 14287: @postprocess & @unhandled_exception now taken into account as in
! 14288: usual functions
! 14289:
! 14290: * src/doc/postbuild.txt: instructions on post .html build
! 14291:
! 14292: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
! 14293:
! 14294: * src/classes/file.C, src/main/pa_exec.C, www/cgi-bin/parser3.log,
! 14295: www/htdocs/index.html: stderr of execs mark as tainted
! 14296:
! 14297: * src/main/pa_request.C: uri in error log
! 14298:
! 14299: * www/cgi-bin/parser3.log: cheched date:create(days) param for
! 14300: validity [later were assumed valid and crashed on invalid onces]
! 14301:
! 14302: * src/classes/date.C, src/main/compile.tab.C,
! 14303: src/targets/cgi/parser3.C, www/cgi-bin/parser3.log: cheched
! 14304: date:create(days) param for validity [later were assumed valid
! 14305: and crashed on invalid onces]
! 14306:
! 14307: * src/include/pa_opcode.h, src/main/compile.tab.C,
! 14308: src/main/compile.y, src/main/execute.C,
! 14309: src/targets/cgi/parser3.C, www/cgi-bin/parser3.log: OP_CALL ->
! 14310: OP_CALL__WRITE and used that for removing VString wrapper
! 14311:
! 14312: * src/classes/op.C: exception2vhash file now tainted
! 14313:
! 14314: * src/classes/op.C, www/cgi-bin/parser3.log: _process pseudo origin
! 14315: copied from local var to heap
! 14316:
! 14317: * src/classes/op.C, www/cgi-bin/parser3.log, www/htdocs/auto.p:
! 14318: extra check on empty file in origin in _execute
! 14319:
! 14320: 2002-04-15 paf
! 14321:
! 14322: * src/main/execute.C, src/types/pa_value.h,
! 14323: www/cgi-bin/parser3.log: fixed name update
! 14324:
! 14325: * src/classes/file.C, src/classes/op.C, src/classes/table.C,
! 14326: www/cgi-bin/parser3.log: finished dual write_xxx_lang functions
! 14327:
! 14328: * src/: classes/file.C, classes/hash.C, classes/op.C,
! 14329: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
! 14330: started dual write_xxx_lang functions, if checked & works
! 14331:
! 14332: * src/: classes/date.C, classes/file.C, classes/mail.C,
! 14333: classes/string.C, classes/xnode.C, include/pa_request.h,
! 14334: types/pa_value.h, types/pa_wcontext.h: removed absolutely
! 14335: unnecessary VString shells
! 14336:
! 14337: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
! 14338: prev changes]
! 14339:
! 14340: * src/classes/image.C, src/classes/op.C, src/classes/string.C,
! 14341: src/classes/table.C, src/include/pa_request.h,
! 14342: src/main/execute.C, src/types/pa_value.h,
! 14343: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
! 14344: www/cgi-bin/parser3.log: StringOrValue wcontext result, now ready
! 14345: for dual writes
! 14346:
! 14347: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
! 14348: checked that
! 14349:
! 14350: * src/main/: compile.tab.C, compile.y, compile_tools.C,
! 14351: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
! 14352: changed to OP_WRITE_VALUE in var get cases
! 14353:
! 14354: * src/classes/op.C, src/include/pa_globals.h,
! 14355: src/include/pa_opcode.h, src/include/pa_request.h,
! 14356: src/main/compile.tab.C, src/main/compile.y,
! 14357: src/main/compile_tools.C, src/main/compile_tools.h,
! 14358: src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
! 14359: src/targets/cgi/parser3.C, www/cgi-bin/parser3.log,
! 14360: www/htdocs/index.html: switch in hash constructor fixed [were
! 14361: problems with using of stacked wwrapper after it's death]
! 14362:
! 14363: 2002-04-12 paf
! 14364:
! 14365: * operators.txt, src/classes/table.C, www/cgi-bin/parser3.log,
! 14366: www/htdocs/index.html: table.select(expression) 0
! 14367:
! 14368: 2002-04-11 paf
! 14369:
! 14370: * src/: classes/string.C, include/pa_request.h, main/execute.C:
! 14371: Request::process_internal codeFrame & wwrapper stacked [not
! 14372: wasting heap anymore]
! 14373:
! 14374: 2002-04-10 paf
! 14375:
! 14376: * src/: classes/double.C, classes/file.C, classes/hash.C,
! 14377: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
! 14378: classes/string.C, classes/table.C, classes/void.C,
! 14379: classes/xdoc.C, include/pa_request.h, main/execute.C,
! 14380: main/pa_string.C: killed Request::process() wrapping
! 14381: VString(String) in case we need only String
! 14382:
! 14383: * src/include/pa_string.h, src/main/pa_string.C,
! 14384: src/main/untaint.C, www/cgi-bin/parser3.log,
! 14385: www/htdocs/index.html: killed 8 bytes from String.head
! 14386:
! 14387: 2002-04-09 paf
! 14388:
! 14389: * src/main/compile.tab.C, src/targets/cgi/parser3.C,
! 14390: src/targets/isapi/parser3isapi.C, www/cgi-bin/parser3.log:
! 14391: removed { char *a; { /*sub local*/char b[...]; a=b;
! 14392: situations
! 14393:
! 14394: * operators.txt, src/classes/xdoc.C, www/cgi-bin/parser3.log: xslt
! 14395: params made literal
! 14396:
! 14397: * src/classes/xdoc.C, www/cgi-bin/parser3.log,
! 14398: www/htdocs/global.xsl, www/htdocs/index.html: xslt params fixed
! 14399:
! 14400: * src/: main/pa_common.C, targets/cgi/parser3.C,
! 14401: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
! 14402: not pool.malloc(MAX_NUMBER) but really neaded
! 14403:
! 14404: * operators.txt, src/classes/double.C, src/classes/int.C,
! 14405: www/htdocs/global.xsl: int/double.int/double(default)
! 14406:
! 14407: 2002-04-04 paf
! 14408:
! 14409: * src/include/pa_string.h, src/main/pa_string.C,
! 14410: www/cgi-bin/parser3.log, www/htdocs/index.html: fixed
! 14411: string.replace [when reconstructing pieces were split by
! 14412: max_integral(piece.size), thus some strings to replace happen to
! 14413: be split into two = not replaced)
! 14414:
! 14415: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
! 14416: standalone version = current dir
! 14417:
! 14418: * src/targets/cgi/parser3.C: document root in standalone version =
! 14419: current dir
! 14420:
! 14421: 2002-04-03 paf
! 14422:
! 14423: * configure, configure.in: more checks on nonexistent charset
! 14424:
! 14425: * INSTALL, configure, configure.in: root config configure options
! 14426:
! 14427: 2002-04-02 paf
! 14428:
! 14429: * src/main/compile.C: parser.compile [exception name more like in
! 14430: doc]
! 14431:
! 14432: 2002-04-01 paf
! 14433:
! 14434: * src/classes/mail.C, src/include/pa_string.h, src/main/untaint.C,
! 14435: src/targets/isapi/parser3isapi.dsp, www/cgi-bin/parser3.log: mail
! 14436: subject encoding taken from .content-type.charset, not .charset
! 14437:
! 14438: 2002-03-29 paf
! 14439:
! 14440: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
! 14441:
! 14442: * operators.txt, src/classes/date.C, www/cgi-bin/parser3.log,
! 14443: www/htdocs/index.html: ^date::create now may not supply day,
! 14444: default 1. checked 29.03 -> 29.02 roll on non 366 days' year. |
! 14445: 31.05->31.04 roll
! 14446:
! 14447: 2002-03-28 paf
! 14448:
! 14449: * operators.txt, src/classes/date.C, src/classes/op.C,
! 14450: src/include/pa_globals.h, src/include/pa_hash.h,
! 14451: src/main/pa_globals.C, src/types/pa_vdate.h,
! 14452: www/htdocs/index.html: ^cache[file][date]{ ^cache(seconds)
! 14453: ^cache[date] }
! 14454:
! 14455: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
! 14456: param
! 14457:
! 14458: 2002-03-27 paf
! 14459:
! 14460: * operators.txt, src/classes/date.C, src/classes/double.C,
! 14461: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
! 14462: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
! 14463: src/classes/math.C, src/classes/op.C, src/classes/string.C,
! 14464: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
! 14465: src/classes/xnode.C, src/classes/smtp/smtp.C,
! 14466: src/include/pa_exception.h, src/include/pa_request.h,
! 14467: src/include/pa_stylesheet_connection.h, src/main/compile.C,
! 14468: src/main/compile_tools.C, src/main/execute.C,
! 14469: src/main/pa_array.C, src/main/pa_charset.C,
! 14470: src/main/pa_charsets.C, src/main/pa_common.C,
! 14471: src/main/pa_dictionary.C, src/main/pa_exception.C,
! 14472: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
! 14473: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
! 14474: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
! 14475: src/targets/apache13/mod_parser3.C, src/targets/cgi/parser3.C,
! 14476: src/targets/isapi/parser3isapi.C, src/types/pa_value.h,
! 14477: src/types/pa_vcookie.C, src/types/pa_vfile.h,
! 14478: src/types/pa_vform.C, src/types/pa_vhash.h,
! 14479: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
! 14480: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
! 14481: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
! 14482: src/types/pa_wwrapper.h, www/cgi-bin/parser3.log,
! 14483: www/htdocs/index.html: assigned exception types
! 14484:
! 14485: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
! 14486: src/include/pa_request.h, src/main/execute.C,
! 14487: src/main/pa_request.C, www/cgi-bin/parser3.log: decided agains
! 14488: resetting exception_trace, just changed name
! 14489:
! 14490: 2002-03-26 paf
! 14491:
! 14492: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
! 14493: fixed
! 14494:
! 14495: * src/classes/op.C, www/htdocs/index.html: forced language of
! 14496: $source field of exception to 'tainted', so that sql-langed-frags
! 14497: could be outputed outside of connect
! 14498:
! 14499: * operators.txt: removed date.roll limit of +-1 offset
! 14500:
! 14501: * src/classes/date.C, www/htdocs/index.html: removed date.roll
! 14502: limit of +-1 offset
! 14503:
! 14504: * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
! 14505: date roll on daylightsaving days mktime took into account
! 14506: tm_isdst flag, which remained from BEFORE roll, but should have
! 14507: been reset
! 14508:
! 14509: 2002-03-25 paf
! 14510:
! 14511: * operators.txt, src/targets/cgi/parser3.C:
! 14512: http_site_config_filespec
! 14513:
! 14514: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
! 14515: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
! 14516: with any/both --disable-foreign-group-files --disable-execs
! 14517:
! 14518: * INSTALL: "--with=sendmail=COMMAND" comment
! 14519:
! 14520: * INSTALL, configure, configure.in, src/classes/mail.C,
! 14521: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
! 14522: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
! 14523: disables execs also. introducing --sendmail
! 14524:
! 14525: * operators.txt: pgsql options comment
! 14526:
! 14527: * INSTALL: comment on --disable-link-stdcpp
! 14528:
! 14529: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
! 14530: libstdc++ link skipping configure option
! 14531:
! 14532: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
! 14533: with error were put to cache with 'marked_to_rollback' flag, all
! 14534: consequent even OK requests rolled back
! 14535:
! 14536: 2002-03-22 paf
! 14537:
! 14538: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
! 14539: false return
! 14540:
! 14541: * operators.txt: few comments on sets
! 14542:
! 14543: 2002-03-18 paf
! 14544:
! 14545: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
! 14546: src/include/pa_globals.h, src/include/pa_request.h,
! 14547: src/include/pa_stack.h, src/main/pa_globals.C,
! 14548: src/main/pa_request.C, www/cgi-bin/parser3.log,
! 14549: www/htdocs/index.html: introducing ^try
! 14550:
! 14551: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
! 14552: types/pa_vdouble.h: removed some tested @tests
! 14553:
! 14554: 2002-03-15 paf
! 14555:
! 14556: * operators.txt, src/classes/table.C, www/htdocs/index.html:
! 14557: ^table.locate(logical expr)
! 14558:
! 14559: 2002-03-13 paf
! 14560:
! 14561: * src/main/pa_exception.C: checked not-pooled malloc
! 14562:
! 14563: 2002-03-11 paf
! 14564:
! 14565: * INSTALL, configure, configure.in,
! 14566: src/include/pa_config_auto.h.in: --disable-foreign-group-files
! 14567:
! 14568: * src/main/pa_common.C: --disable-foreign-group-files
! 14569:
! 14570: * INSTALL, www/htdocs/index.html: --disable-execs
! 14571:
! 14572: * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
! 14573:
! 14574: * configure, configure.in, src/include/pa_config_auto.h.in:
! 14575: --disable-execs
! 14576:
! 14577: * src/include/pa_config_fixed.h, src/main/pa_exec.C,
! 14578: www/htdocs/index.html: --disable-execs
! 14579:
! 14580: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
! 14581: file::exec/cgi linebreaks "0D0A" changed to 0A onces
! 14582:
! 14583: 2002-03-05 paf
! 14584:
! 14585: * operators.txt, src/classes/date.C: date week calendar columns
! 14586: named
! 14587:
! 14588: * operators.txt, src/classes/date.C: date week calendar columns
! 14589: named
! 14590:
! 14591: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
! 14592: requires headers to be terminated with \r\n manually [refuses to
! 14593: separate header/body itself]
! 14594:
! 14595: * src/main/pa_globals.C, src/targets/cgi/parser3.C,
! 14596: src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
! 14597: site config beside .dll
! 14598:
! 14599: 2002-03-04 paf
! 14600:
! 14601: * src/classes/op.C, src/types/pa_vfile.C, www/cgi-bin/parser3.log,
! 14602: www/htdocs/index.html: process body now evaluated in PASS
! 14603: language
! 14604:
! 14605: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
! 14606: deserialize checks on broken file
! 14607:
! 14608: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
! 14609: parser3isapi.dsp: isapi updated
! 14610:
! 14611: 2002-03-01 paf
! 14612:
! 14613: * src/main/pa_exec.C: execle -> execve, now argc OK
! 14614:
! 14615: 2002-02-28 paf
! 14616:
! 14617: * src/main/untaint.C: removed some debug comments
! 14618:
! 14619: * src/main/pa_charsets.C: when placing charset to cache using
! 14620: global name now [were request]
! 14621:
! 14622: * configure, configure.in, src/targets/apache13/p3runConfigure.in:
! 14623: apache module updated
! 14624:
! 14625: * src/targets/apache13/ApacheModuleParser3.dsp,
! 14626: src/targets/apache13/mod_parser3.C,
! 14627: src/targets/apache13/pa_threads.C, www/cgi-bin/parser3.log,
! 14628: www/htdocs/auto.p: apache module updated
! 14629:
! 14630: * src/main/pa_string.C: origin by first piece preferred before last
! 14631: piece
! 14632:
! 14633: 2002-02-27 paf
! 14634:
! 14635: * src/main/pa_charset.C: size_t
! 14636:
! 14637: * INSTALL: shared/static-xml with-pathlink
! 14638:
! 14639: * src/patches/libgdome_morestatic.patch: refused to link statically
! 14640: due to 3 duplicates, they are made static
! 14641:
! 14642: * operators.txt: SMTP comment
! 14643:
! 14644: 2002-02-26 paf
! 14645:
! 14646: * src/main/pa_exec.C: more precise names for vars, cosmetic
! 14647:
! 14648: * src/classes/xnode.C, www/cgi-bin/parser3.log, www/htdocs/auto.p,
! 14649: www/htdocs/global.xsl, www/htdocs/index.html: in some situation,
! 14650: xpath query returned result with type NODESET, but empty nodeset
! 14651: member field, checked that
! 14652:
! 14653: 2002-02-22 paf
! 14654:
! 14655: * INSTALL: without-zlib comment
! 14656:
! 14657: * etc/parser3.charsets/windows-1251.cfg: °
! 14658:
! 14659: * configure, configure.in: glib###.a detection fixed
! 14660:
! 14661: * INSTALL: hashfile removed from INSTALL
! 14662:
! 14663: * Makefile.am: make update
! 14664:
! 14665: * src/main/pa_string.C, www/cgi-bin/parser3.log: string iterators
! 14666: fixed again, so were String::join_chain
! 14667:
! 14668: * src/main/pa_string.C, www/cgi-bin/parser3.log: string iterators
! 14669: fixed again, so were String::join_chain
! 14670:
! 14671: * src/include/pa_string.h, src/main/pa_string.C,
! 14672: www/cgi-bin/parser3.log, www/htdocs/auto.p,
! 14673: www/htdocs/index.html: string iterators fixed again, so were
! 14674: String::join_chain
! 14675:
! 14676: * src/types/pa_vcookie.C, www/cgi-bin/parser3.log: cookie
! 14677: "expires=0" = "session"
! 14678:
! 14679: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
! 14680: "session"
! 14681:
! 14682: * configure, configure.in, src/include/pa_config_auto.h.in:
! 14683: --with-shared-xml --with-static-xml
! 14684:
! 14685: * src/: classes/classes.dsp, classes/gd/gd.dsp, main/compile.tab.C,
! 14686: main/main.dsp, targets/apache13/ApacheModuleParser3.dsp,
! 14687: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 14688: types/types.dsp: *.dsp: removed refereces to win32db & ancient
! 14689: xalan&xml
! 14690:
! 14691: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
! 14692:
! 14693: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
! 14694: src/types/types.dsp: removed hashfile support from sources for
! 14695: now
! 14696:
! 14697: * configure, configure.in, src/classes/Makefile.am,
! 14698: src/classes/hashfile.C, src/include/Makefile.am,
! 14699: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
! 14700: src/include/pa_db_manager.h, src/include/pa_db_table.h,
! 14701: src/main/Makefile.am, src/main/pa_db_connection.C,
! 14702: src/main/pa_db_manager.C, src/main/pa_db_table.C,
! 14703: src/main/pa_globals.C, src/targets/apache13/p3runConfigure.in,
! 14704: src/targets/cgi/Makefile.am, src/types/Makefile.am,
! 14705: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
! 14706: hashfile support for now
! 14707:
! 14708: 2002-02-21 paf
! 14709:
! 14710: * src/main/untaint.C, www/cgi-bin/parser3.log: removed debug code,
! 14711: activated commented-for debug parts
! 14712:
! 14713: * Makefile.am: make cvsupdate
! 14714:
! 14715: * src/include/pa_string.h, src/include/pa_types.h,
! 14716: src/main/pa_string.C, src/main/untaint.C,
! 14717: www/cgi-bin/parser3.log: STRING_*FOREACH_ROW changed to stop at
! 14718: append_row, not at link zero now string to string appending works
! 14719:
! 14720: 2002-02-20 paf
! 14721:
! 14722: * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
! 14723: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
! 14724: www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
! 14725:
! 14726: * src/include/pa_string.h, src/main/pa_string.C,
! 14727: src/main/untaint.C, www/cgi-bin/parser3.log: economy: 22%
! 14728:
! 14729: * src/include/pa_string.h, src/main/pa_string.C,
! 14730: src/main/untaint.C, www/cgi-bin/parser3.log: space uptimized:
! 14731: string::link_row removed
! 14732:
! 14733: * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
! 14734: src/main/pa_db_manager.C, src/main/pa_dictionary.C,
! 14735: src/main/pa_string.C, src/main/untaint.C,
! 14736: src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
! 14737: src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
! 14738: string::is_empty
! 14739:
! 14740: * operators.txt, src/include/pa_common.h,
! 14741: src/include/pa_config_fixed.h, src/include/pa_string.h,
! 14742: src/include/pa_types.h, src/main/compile.tab.C,
! 14743: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
! 14744: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
! 14745: www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
! 14746: strign to string append optimiziation idea and estimates
! 14747:
! 14748: 2002-02-19 paf
! 14749:
! 14750: * src/classes/math.C: not used directly [but erroreously reported
! 14751: that 'is', thus registering twice&other probs]
! 14752:
! 14753: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
! 14754: to node [element]
! 14755:
! 14756: * src/main/compile.C: without string_origins parse error
! 14757: file+line+col possible
! 14758:
! 14759: * src/main/: compile.C: without string_origins not worked
! 14760:
! 14761: 2002-02-18 paf
! 14762:
! 14763: * src/types/pa_vdouble.h: since we have in_expression removed that
! 14764: trick i've installed into double::as_string
! 14765:
! 14766: * src/main/pa_globals.C: extern "C" was removed too fast
! 14767:
! 14768: * src/include/pa_opcode.h, src/include/pa_request.h,
! 14769: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
! 14770: src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
! 14771: aimed to solve old problem with string/nonstring values, now in
! 14772: expressions double/int values are passed as-is, without stupid
! 14773: tostring/fromstring conversions
! 14774:
! 14775: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
! 14776: __cplusplus } #endif
! 14777:
! 14778: * src/main/compile.tab.C: bison env set so one could compile
! 14779: without cygwin installed
! 14780:
! 14781: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 14782: classes/smtp/smtp.dsp, main/main.dsp, main/pa_globals.C,
! 14783: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
! 14784: gnome xml libs parser .dsp-s changed accordingly
! 14785:
! 14786: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
! 14787:
! 14788: * operators.txt, src/classes/date.C: date::create [were date::set,
! 14789: with backward comp
! 14790:
! 14791: * src/classes/math.C, www/htdocs/index.html: math:random range
! 14792: check fixed
! 14793:
! 14794: * src/main/compile.tab.C, src/main/compile.y,
! 14795: www/htdocs/global.xsl, www/htdocs/index.html: integer division
! 14796: stops name
! 14797:
! 14798: * INSTALL: local install comment
! 14799:
! 14800: * ltconfig, ltmain.sh: removed libtool subpart files
! 14801:
! 14802: * acinclude.m4, aclocal.m4, configure, configure.in,
! 14803: src/include/pa_config_auto.h.in,
! 14804: src/include/pa_config_includes.h,
! 14805: src/targets/apache13/p3runConfigure.in,
! 14806: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C: removed
! 14807: libtool usage from build mech
! 14808:
! 14809: * operators.txt: \ comment
! 14810:
! 14811: 2002-02-13 paf
! 14812:
! 14813: * src/include/pa_config_includes.h: sys/time time both included
! 14814: now. vaguely remember confilicts on this on some system [not on
! 14815: six|ablv] so when would see them again would think up proper
! 14816: check
! 14817:
! 14818: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
! 14819: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
! 14820:
! 14821: * src/pcre/ibm-1257.ucm: 1257 unicode table added
! 14822:
! 14823: * src/main/pa_common.C: truncation never occured when writing files
! 14824: on unix [since i've changed cache mech] fix
! 14825:
! 14826: * src/main/pa_common.C: strnchr: sanity check added
! 14827:
! 14828: * etc/parser3.charsets/windows-1257.cfg: id added
! 14829:
! 14830: * etc/parser3.charsets/windows-1257.cfg,
! 14831: src/pcre/pcre_parser_ctype.c, src/targets/cgi/parser3.C: baltic
! 14832: charset file generated, in generation script ispunct check added
! 14833:
! 14834: 2002-02-08 paf
! 14835:
! 14836: * src/: classes/smtp/Makefile.am, include/Makefile.am,
! 14837: patches/Makefile.am, sql/Makefile.am, targets/isapi/Makefile.am:
! 14838: forgotten makes
! 14839:
! 14840: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
! 14841: forgotten
! 14842:
! 14843: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
! 14844:
! 14845: * INSTALL, README: install&others updated
! 14846:
! 14847: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
! 14848:
! 14849: * Makefile.am, configure, configure.in,
! 14850: etc/parser3.charsets/Makefile.am, src/Makefile.am,
! 14851: src/classes/Makefile.am, src/classes/gd/Makefile.am,
! 14852: src/main/Makefile.am, src/main/pa_status_provider.C,
! 14853: src/pcre/Makefile.am, src/targets/Makefile.am,
! 14854: src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
! 14855: src/types/Makefile.am: 'make dist' works
! 14856:
! 14857: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 14858: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 14859: classes/hashfile.C, classes/int.C, classes/mail.C,
! 14860: classes/math.C, classes/op.C, classes/response.C,
! 14861: classes/string.C, classes/table.C, classes/void.C,
! 14862: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 14863: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 14864: classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
! 14865: include/pa_array.h, include/pa_cache_managers.h,
! 14866: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 14867: include/pa_config_fixed.h, include/pa_config_includes.h,
! 14868: include/pa_db_connection.h, include/pa_db_manager.h,
! 14869: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
! 14870: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 14871: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 14872: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 14873: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 14874: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 14875: include/pa_stack.h, include/pa_string.h,
! 14876: include/pa_stylesheet_connection.h,
! 14877: include/pa_stylesheet_manager.h, include/pa_table.h,
! 14878: include/pa_threads.h, include/pa_types.h, main/compile.C,
! 14879: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 14880: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
! 14881: main/pa_db_connection.C, main/pa_db_manager.C,
! 14882: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
! 14883: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
! 14884: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
! 14885: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
! 14886: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
! 14887: pcre/pcre_parser_ctype.c, sql/pa_sql_driver.h,
! 14888: targets/apache13/mod_parser3.C, targets/apache13/pa_pool.C,
! 14889: targets/apache13/pa_threads.C, targets/cgi/pa_pool.C,
! 14890: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
! 14891: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 14892: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
! 14893: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
! 14894: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 14895: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 14896: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
! 14897: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
! 14898: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
! 14899: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 14900: types/pa_vrequest.h, types/pa_vresponse.h,
! 14901: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 14902: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 14903: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
! 14904: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
! 14905: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
! 14906: classes/image.C, main/pa_common.C, main/pa_exec.C,
! 14907: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
! 14908: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
! 14909: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
! 14910: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
! 14911: types/pa_vxnode.C, main/pa_charset.C: name spelling
! 14912:
! 14913: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 14914: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 14915: classes/hashfile.C, classes/image.C, classes/int.C,
! 14916: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
! 14917: classes/string.C, classes/table.C, classes/void.C,
! 14918: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 14919: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 14920: classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
! 14921: include/pa_array.h, include/pa_cache_managers.h,
! 14922: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 14923: include/pa_config_fixed.h, include/pa_config_includes.h,
! 14924: include/pa_db_connection.h, include/pa_db_manager.h,
! 14925: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
! 14926: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 14927: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 14928: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 14929: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 14930: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 14931: include/pa_stack.h, include/pa_string.h,
! 14932: include/pa_stylesheet_connection.h,
! 14933: include/pa_stylesheet_manager.h, include/pa_table.h,
! 14934: include/pa_threads.h, include/pa_types.h, main/compile.C,
! 14935: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
! 14936: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
! 14937: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
! 14938: main/pa_db_connection.C, main/pa_db_manager.C,
! 14939: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
! 14940: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 14941: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 14942: main/pa_socks.C, main/pa_sql_driver_manager.C,
! 14943: main/pa_status_provider.C, main/pa_string.C,
! 14944: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
! 14945: pcre/pcre_parser_ctype.c, sql/pa_sql_driver.h,
! 14946: targets/apache13/mod_parser3.C, targets/apache13/pa_pool.C,
! 14947: targets/apache13/pa_threads.C, targets/cgi/pa_pool.C,
! 14948: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 14949: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 14950: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 14951: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 14952: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 14953: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 14954: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 14955: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 14956: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 14957: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 14958: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 14959: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
! 14960: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
! 14961: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 14962: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 14963: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
! 14964: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
! 14965: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 14966: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 14967: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
! 14968:
! 14969: 2002-02-07 paf
! 14970:
! 14971: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
! 14972:
! 14973: * configure, configure.in, src/include/pa_config_auto.h.in,
! 14974: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
! 14975: added yet another locking function: fcntl
! 14976:
! 14977: * config.sub: on cygwin configure passes it with strange i1586
! 14978: const, hacked it to mean i586
! 14979:
! 14980: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
! 14981: disabled $if reference due to conflicts with local variables
! 14982:
! 14983: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
! 14984: xdoc::set obsolete now, now xdoc::create, with both sences
! 14985:
! 14986: * operators.txt, src/classes/table.C, src/include/pa_array.h,
! 14987: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
! 14988: www/htdocs/auto.p, www/htdocs/index.html: table::create now //
! 14989: 'set' name obsolete now table clone.
! 14990:
! 14991: * operators.txt, src/classes/string.C,
! 14992: src/include/pa_config_fixed.h, src/main/compile.tab.C:
! 14993: ^int/double/string.format now can be called with normal []
! 14994: brackets, not stupid {} as it were implemented for some strange
! 14995: reason. retaining backward compatibility due to some
! 14996: already-implemented servers
! 14997:
! 14998: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
! 14999: main/compile.y, main/compile_tools.C, main/compile_tools.h:
! 15000: operators now detected by check at name_without_curly_rdive_read
! 15001: rule whether diving code constists only of
! 15002: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
! 15003: with OP_GET_ELEMENT_OR_OPERATOR to form
! 15004: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
! 15005:
! 15006: 2002-02-06 paf
! 15007:
! 15008: * configure, configure.in: prefix expanded, grr
! 15009:
! 15010: * src/pcre/pcre.c: MAX_INT from limits.h changed to PCRE_MAX_POS of
! 15011: 10M
! 15012:
! 15013: * src/pcre/internal.h: removed limits.h usage [were used for
! 15014: MAX_INT only]
! 15015:
! 15016: * operators.txt, src/classes/mail.C: mail:send config changed
! 15017:
! 15018: 2002-02-05 paf
! 15019:
! 15020: * operators.txt: regex options commented
! 15021:
! 15022: * src/main/: pa_exec.C: argv0 now correct
! 15023:
! 15024: * src/types/pa_vstatus.C: status:rusage 3
! 15025:
! 15026: * src/types/pa_vstatus.C: status:rusage 2
! 15027:
! 15028: * operators.txt: status:rusage described int operators
! 15029:
! 15030: * src/types/pa_vstatus.C: status:rusage 1
! 15031:
! 15032: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
! 15033: src/types/types.dsp: status:rusage
! 15034:
! 15035: * configure.in, operators.txt, src/classes/file.C,
! 15036: src/classes/op.C, src/include/pa_common.h,
! 15037: src/include/pa_config_includes.h, src/main/compile.tab.C,
! 15038: src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
! 15039: use non-blocking-exclusive-caches
! 15040:
! 15041: * src/main/pa_common.C: text file read mode on win32 adjusted
! 15042: [speed impact. was off for debugging purpose, but forgotten
! 15043: afterwards]
! 15044:
! 15045: 2002-02-01 paf
! 15046:
! 15047: * src/classes/op.C: file_write does EX lock after create, while
! 15048: file_read does SH after open, so there's a moment after create
! 15049: but before EX lock when read can sneak into, and read
! 15050: just-created-for-writing-and-not-yet-locked file, added a check
! 15051: for that in ^cache...read
! 15052:
! 15053: * src/pcre/ibm-1250.ucm: central europian iconv charset imported
! 15054:
! 15055: 2002-01-31 paf
! 15056:
! 15057: * src/main/: compile.y, compile.tab.C: disabled operator call after
! 15058: ^xxx:
! 15059:
! 15060: * src/main/: compile.tab.C, execute.C: made operators lookup first
! 15061: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
! 15062:
! 15063: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
! 15064: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 15065: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
! 15066: operators check 6.1 rewritten. now check is done at compile time
! 15067:
! 15068: * src/main/execute.C: operators check 5 floated up old error of
! 15069: staying in 'entered class/object' state after $a($a..) it
! 15070: prevented operators from being called thereafter
! 15071:
! 15072: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 15073: main/execute.C: operators check 4 floated up old error of staying
! 15074: in 'entered object' state after ^a.a(a) it prevented operators
! 15075: from being called thereafter
! 15076:
! 15077: * src/main/execute.C: operators check 3 floated up old error of
! 15078: staying in 'entered class' state after $a:a(a) it prevented
! 15079: operators from being called thereafter
! 15080:
! 15081: * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
! 15082: www/htdocs/index.html: operators check 2 floated up old error of
! 15083: staying in 'entered class' state after $a:a[a] it prevented
! 15084: operators from being called thereafter
! 15085:
! 15086: * src/main/execute.C, www/htdocs/index.html: operators check, thay
! 15087: mistakenly seen in $class:operator $object.operators contexts
! 15088:
! 15089: * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
! 15090: www/htdocs/index.html: now compiles under win32
! 15091:
! 15092: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
! 15093: src/classes/Makefile.am, src/classes/gd/Makefile.am,
! 15094: src/main/Makefile.am, src/targets/apache13/Makefile.am,
! 15095: src/targets/cgi/Makefile.am,
! 15096: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
! 15097: src/types/Makefile.am: lowered indent.awk back to src/
! 15098:
! 15099: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
! 15100: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
! 15101: configure, configure.in, form.txt, ident.awk, install-sh,
! 15102: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
! 15103: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
! 15104: etc/parser3.charsets/Makefile.am,
! 15105: etc/parser3.charsets/koi8-r.cfg,
! 15106: etc/parser3.charsets/windows-1250.cfg,
! 15107: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
! 15108: src/classes/Makefile.am, src/classes/gd/Makefile.am,
! 15109: src/etc/Makefile.am, src/etc/parser3.conf.in,
! 15110: src/etc/parser3.charsets/Makefile.am,
! 15111: src/etc/parser3.charsets/koi8-r.cfg,
! 15112: src/etc/parser3.charsets/windows-1251.cfg,
! 15113: src/include/pa_config_auto.h.in, src/main/Makefile.am,
! 15114: src/pcre/ruspart_win2koi.pl, src/pcre/win-koi.tab,
! 15115: src/targets/apache13/Makefile.am, src/targets/cgi/Makefile.am,
! 15116: src/targets/cgi/parser3.C, src/types/Makefile.am,
! 15117: src/www/koi8-r.cfg, src/www/parser3root_debug.conf,
! 15118: src/www/ruspart_win2koi.pl, src/www/win-koi.tab,
! 15119: src/www/windows-1251.cfg, src/www/htdocs/.htaccess,
! 15120: src/www/htdocs/auto.p, src/www/htdocs/global.xsl,
! 15121: src/www/htdocs/index.html, src/www/htdocs/parser-status.html,
! 15122: src/www/htdocs/people.dtd, www/Makefile.am, www/htdocs/auto.p,
! 15123: www/htdocs/global.xsl, www/htdocs/index.html,
! 15124: www/htdocs/parser-status.html, www/htdocs/people.dtd: moved
! 15125: etc&www out of src, moved configure&co out of src added
! 15126: windows-1250.cfg straightened installation scripts procedure made
! 15127: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
! 15128: change
! 15129:
! 15130: 2002-01-30 paf
! 15131:
! 15132: * src/patches/: libgdome_cpp_syntax1.patch,
! 15133: libgdome_cpp_syntax2.patch: libgdome patches so that those
! 15134: headers would compile with c++ compiler
! 15135:
! 15136: * src/etc/parser3.conf.in: commented out empty $MAIL hash [it is
! 15137: wrong for it to me empty]
! 15138:
! 15139: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
! 15140: removed] those comments were a mistake, and prevented libltdl
! 15141: from function properly
! 15142:
! 15143: 2002-01-29 paf
! 15144:
! 15145: * src/etc/: parser3.conf.in, parser3.charsets/koi8-r.cfg,
! 15146: parser3.charsets/windows-1251.cfg: added versions
! 15147:
! 15148: * src/: Makefile.am, classes/Makefile.am, etc/Makefile.am,
! 15149: etc/parser3.conf.in, etc/parser3.charsets/Makefile.am,
! 15150: etc/parser3.charsets/koi8-r.cfg,
! 15151: etc/parser3.charsets/windows-1251.cfg, pcre/Makefile.am: removed
! 15152: libltdl/libtool creation [modified acinclude.m4 which were
! 15153: creating int into just assignment LIBTOOL=../libtool] added
! 15154: default system config&charsetts prepared 'make install', now it
! 15155: installs targets/cgi/parser3 into bin directory etc/parser3.conf
! 15156: & etc/parser3.charsets/* into $sysconfdir and
! 15157: $sysconfdir/parser3.charsets respectively
! 15158:
! 15159: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
! 15160: main/pa_globals.C, www/htdocs/index.html: few forgotten ifdef XML
! 15161: added
! 15162:
! 15163: 2002-01-28 paf
! 15164:
! 15165: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
! 15166: removed
! 15167:
! 15168: * src/main/pa_exception.C: dom|generic error output fix
! 15169:
! 15170: * src/classes/xnode.C: xdoc.importNode 3 [check err]
! 15171:
! 15172: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
! 15173:
! 15174: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
! 15175: [fixed as_node helper func to accept docs]
! 15176:
! 15177: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
! 15178: xdoc.importNode 0
! 15179:
! 15180: * src/: classes/xdoc.C, www/htdocs/index.html: xdoc::set now
! 15181: untaints OK
! 15182:
! 15183: 2002-01-25 paf
! 15184:
! 15185: * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
! 15186: #comment before @ after @SPECIAL now works OK
! 15187:
! 15188: * src/: main/pa_exec.C, www/htdocs/index.html: unix: exec now does
! 15189: chdir to script dir
! 15190:
! 15191: * src/main/pa_exec.C: max arg count now 10, and proper message on
! 15192: violation that added
! 15193:
! 15194: * src/classes/hash.C: unified hash::sql, now
! 15195: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
! 15196:
! 15197: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
! 15198: www/htdocs/index.html: ^file:lock[filename]{code}
! 15199:
! 15200: * src/: classes/file.C, classes/op.C, classes/string.C,
! 15201: classes/table.C, classes/xdoc.C, include/pa_common.h,
! 15202: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
! 15203: to some pa_common funcs
! 15204:
! 15205: * src/: include/pa_charset.h, main/pa_globals.C,
! 15206: www/htdocs/index.html, www/htdocs/templates/_document.xslt:
! 15207: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
! 15208:
! 15209: * src/patches/libxml_error_column_tab.patch: error position in line
! 15210: with \t-s was badly pointed by ^, tabs changed to spaces
! 15211:
! 15212: * src/: include/pa_charset.h, main/pa_charset.C,
! 15213: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
! 15214: not stupid illegal define
! 15215:
! 15216: 2002-01-24 paf
! 15217:
! 15218: * src/include/pa_version.h: changed version number
! 15219:
! 15220: * src/: classes/hashfile.C, include/pa_db_table.h,
! 15221: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 15222: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 15223: main/pa_db_connection.C, main/pa_db_table.C,
! 15224: types/pa_vhashfile.C, types/pa_vhashfile.h,
! 15225: www/htdocs/index.html: merged from r17 - hashfile without
! 15226: logfiles
! 15227:
! 15228: * src/: classes/hashfile.C, include/pa_db_table.h,
! 15229: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
! 15230: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
! 15231: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
! 15232: DB_INIT_TXN init bits, thus got rid of huge log files, which
! 15233: cluttered disk without huge need]
! 15234:
! 15235: * src/www/htdocs/: global.xsl, index.html: background="" from xslt
! 15236: now OK [were just background without =""] new patch issued:
! 15237: libxml_htmloutput_of_xslemptyattr_emptyquotes.patch
! 15238:
! 15239: * src/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch:
! 15240: background="" from xslt now OK [were just background without =""]
! 15241:
! 15242: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 15243: www/htdocs/index.html: gdome_xml_doc_get_xmlDoc handy macro,
! 15244: which is strangly abscent in dome lib
! 15245:
! 15246: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
! 15247:
! 15248: * src/classes/xdoc.C: checked empty response
! 15249:
! 15250: * src/www/windows-1251.cfg: (c) added
! 15251:
! 15252: * src/classes/xnode.C: xdoc.select fixed context node [were always
! 15253: /, not self node]
! 15254:
! 15255: * src/classes/xnode.C: xnode.select returns array always now, in
! 15256: case 'nothing found' returns empty array
! 15257:
! 15258: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
! 15259: be more tender with ctrl/c/v
! 15260:
! 15261: 2002-01-23 paf
! 15262:
! 15263: * src/: classes/xdoc.C, main/pa_globals.C, www/htdocs/index.html:
! 15264: xdoc::load/set entities substituted. // 2. when dom tree
! 15265: with entites goes under transform text nodes // got
! 15266: [erroreosly] cut on first entity occurance
! 15267:
! 15268: * src/types/pa_vdouble.h: double prec. todo: get rid of
! 15269: twice-converting
! 15270:
! 15271: * src/types/pa_vdouble.h: %.20E now float format when %g produced
! 15272: 'e' in output this is for regretful twice-converting here:
! 15273: $a(double value) when they write double falue they convert it to
! 15274: string first, thus %g were losing precesion.
! 15275:
! 15276: todo: think up some way to remove double->string string->double
! 15277: twice-converting
! 15278:
! 15279: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h,
! 15280: www/htdocs/index.html: %.20E now default float format this is for
! 15281: regretful twice-converting here: $a(double value) when they write
! 15282: double falue they convert it to string first, thus %g were
! 15283: losing precesion.
! 15284:
! 15285: todo: think up some way to remove double->string string->double
! 15286: twice-converting
! 15287:
! 15288: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 15289: main/pa_globals.C, www/htdocs/index.html:
! 15290: xmlSubstituteEntitiesDefault(1) now global, reasons in comment
! 15291: inside
! 15292:
! 15293: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
! 15294: statically linked]
! 15295:
! 15296: * src/patches/libxslt_html_output_no_charset_meta.patch: no meta3
! 15297:
! 15298: * src/patches/libxslt_html_output_no_charset_meta.patch: no meta2
! 15299:
! 15300: * src/patches/: libxml_transcoder_context1.patch,
! 15301: libxml_transcoder_context2.patch,
! 15302: libxml_transcoder_context3.patch,
! 15303: libxml_transcoder_context4.patch: removed xalan&xerces patches,
! 15304: started gnome xml lib patches. first patch series aimed at
! 15305: providing transcoder with context
! 15306:
! 15307: * src/: include/pa_exception.h, main/compile.tab.C,
! 15308: main/pa_exception.C: removed exception va_list constructor. 1.
! 15309: not needed anymore 2. there were a conflict[causing errors]
! 15310: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
! 15311: never detected an ambiguilty here, compiling ctor(, "hello") into
! 15312: ctor(, va_list) which, of course, caused gpf
! 15313:
! 15314: * src/main/pa_globals.C: removed debug xslt messages
! 15315:
! 15316: 2002-01-22 paf
! 15317:
! 15318: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 15319: main/pa_globals.C: xsl stylesheet load: parsed entities, this
! 15320: helps compiling stylesheet properly. example: this refused to
! 15321: work, <b>«<xsl:value-of select="@title"
! 15322: />»</b> stranly worked only this way:
! 15323: <b>«<xsl:value-of select="@title" />»</b>
! 15324:
! 15325: docs says "set it to 1", never going into details, so I decided
! 15326: to try NOT to do that
! 15327:
! 15328: * src/: classes/gd/gif.C, classes/gd/mtables.h,
! 15329: www/htdocs/index.html: angles adjust for image.arc and
! 15330: image.sector
! 15331:
! 15332: * src/: www/htdocs/index.html, classes/gd/gif.C: added bounds check
! 15333: into image.replace...LineReplaceColor
! 15334:
! 15335: * src/: classes/table.C, www/htdocs/index.html: join behaived badly
! 15336: in case named tables structure mismatched: 0 strings sneaked into
! 15337: dest failing afterwards. replaced them with empty strings
! 15338:
! 15339: 2002-01-21 paf
! 15340:
! 15341: * src/main/pa_charset.C: checked empty transcoders in
! 15342: transcode_cstr|buf
! 15343:
! 15344: * src/: classes/xdoc.C, www/htdocs/index.html: xdoc::load error
! 15345: source = filespec
! 15346:
! 15347: * src/: classes/xdoc.C, www/htdocs/templates/_document.xslt:
! 15348: transform error source now stylesheet_filespec
! 15349:
! 15350: * src/: classes/xdoc.C, classes/xnode.C,
! 15351: include/pa_stylesheet_connection.h, main/pa_charset.C,
! 15352: main/pa_globals.C, main/pa_sql_driver_manager.C,
! 15353: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
! 15354: gnome
! 15355:
! 15356: * src/www/htdocs/templates/: _document.xslt, symbols.ent: added
! 15357: templates
! 15358:
! 15359: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
! 15360: include/pa_globals.h, include/pa_stylesheet_connection.h,
! 15361: main/pa_exception.C, main/pa_globals.C,
! 15362: targets/apache13/pa_threads.C, targets/cgi/pa_threads.C: xslt
! 15363: generic error 1
! 15364:
! 15365: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C,
! 15366: www/htdocs/index.html: xml generic message 1
! 15367:
! 15368: * src/classes/table.C: ^table::load empty lines or #comments before
! 15369: headline
! 15370:
! 15371: * src/: include/pa_array.h, include/pa_globals.h,
! 15372: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
! 15373: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
! 15374: targets/apache13/pa_threads.C, targets/cgi/pa_threads.C,
! 15375: targets/isapi/pa_threads.C, www/htdocs/index.html: xml generic
! 15376: errors 0
! 15377:
! 15378: 2002-01-16 paf
! 15379:
! 15380: * src/: classes/hash.C, classes/op.C, classes/string.C,
! 15381: classes/table.C, classes/void.C, classes/xdoc.C,
! 15382: include/pa_db_connection.h, include/pa_request.h,
! 15383: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 15384: include/pa_stylesheet_connection.h,
! 15385: include/pa_stylesheet_manager.h, main/pa_request.C,
! 15386: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 15387: targets/cgi/pool_storage.h: auto closers to sql_connection,
! 15388: stylesheet_connection auto destroyers to remaining gnome objects
! 15389:
! 15390: * src/classes/xdoc.C: few comments
! 15391:
! 15392: 2002-01-15 paf
! 15393:
! 15394: * src/: classes/xdoc.C, www/htdocs/index.html: xdoc file save
! 15395: string
! 15396:
! 15397: ready. todo: error handling
! 15398:
! 15399: * src/: classes/xdoc.C, www/htdocs/index.html: xdoc save rewritten
! 15400: using xmlAllocOutputBuffer less mallocs, more reallocs. less
! 15401: fragmented result
! 15402:
! 15403: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
! 15404: www/htdocs/index.html: started output options parsing
! 15405:
! 15406: 2002-01-14 paf
! 15407:
! 15408: * src/classes/xdoc.C: method
! 15409:
! 15410: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
! 15411: include/pa_pool.h, include/pa_stylesheet_connection.h,
! 15412: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
! 15413: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
! 15414: www/htdocs/index.html: xslt transform0. TODO: use output
! 15415: options handle errors
! 15416:
! 15417: * src/: classes/xdoc.C, classes/xnode.C, www/htdocs/index.html:
! 15418: ^xdoc.file
! 15419:
! 15420: 2002-01-11 paf
! 15421:
! 15422: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 15423: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 15424: www/htdocs/index.html: partial logical && || evaluation
! 15425:
! 15426: * src/: classes/xnode.C, www/htdocs/index.html: xpath selectNodes
! 15427:
! 15428: * src/: classes/xnode.C, include/pa_charset.h,
! 15429: www/htdocs/index.html: xpath selectNode 3: string/number/bool
! 15430:
! 15431: * src/: classes/xnode.C, www/htdocs/index.html: xpath selectNode 2
! 15432:
! 15433: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C,
! 15434: www/htdocs/index.html: xpath selectNode 1
! 15435:
! 15436: 2002-01-10 paf
! 15437:
! 15438: * src/classes/xnode.C: xpath selectNode -100 [just written]
! 15439:
! 15440: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
! 15441: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
! 15442: main/pa_pool.C, www/htdocs/index.html: GdomeDOMString_auto_ptr
! 15443: c++ wrapper [calls refcounter]
! 15444:
! 15445: 2001-12-29 paf
! 15446:
! 15447: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
! 15448: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
! 15449: glib works 0
! 15450:
! 15451: 2001-12-28 paf
! 15452:
! 15453: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
! 15454: main/pa_exception.C: started glib transcoders
! 15455:
! 15456: * src/: classes/smtp/smtp.h, main/pa_globals.C: renamed gdome to
! 15457: libgdome.dll
! 15458:
! 15459: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
! 15460: classes/xnode.C, classes/xnode.h, classes/gd/gd.dsp,
! 15461: classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 15462: classes/smtp/smtp.dsp, include/pa_exception.h,
! 15463: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
! 15464: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
! 15465: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
! 15466: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
! 15467: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
! 15468: libs just compiled in. no refcounting no xpath no xslt yet
! 15469:
! 15470: 2001-12-27 paf
! 15471:
! 15472: * src/: include/pa_charset.h, include/pa_common.h,
! 15473: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
! 15474: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
! 15475: main/pa_globals.C, main/pa_pool.C, pcre/internal.h,
! 15476: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
! 15477: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 15478: types/types.dsp: going away from xalan&xerces, started the
! 15479: process. globals [initialization pool [charset update charset
! 15480: [transcodings vxnode vxdoc [DOM calls
! 15481:
! 15482: * src/classes/: Makefile.am, xalan-patched/Makefile.am,
! 15483: xalan-patched/XalanTransformer2.cpp,
! 15484: xalan-patched/XalanTransformer2.hpp,
! 15485: xalan-patched/xalan_patched.dsp: going away from xalan&xerces,
! 15486: not needed anymore
! 15487:
! 15488: 2001-12-26 paf
! 15489:
! 15490: * src/: include/pa_charset.h, include/pa_charsets.h,
! 15491: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C,
! 15492: www/htdocs/index.html: charset key globalized [bug]
! 15493:
! 15494: 2001-12-25 paf
! 15495:
! 15496: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
! 15497: main/pa_string.C, www/htdocs/index.html: table set & append
! 15498: changed splitting languages, separators now can be clean AND
! 15499: as-is same to mail command line $MAIN:MAIL.progX arguments
! 15500:
! 15501: 2001-12-24 paf
! 15502:
! 15503: * src/www/htdocs/index.html: xerces http://localhost/hren equals
! 15504: reading from $DOCUMENT_ROOT/hren file
! 15505:
! 15506: * src/www/htdocs/index.html: comment on "multipart" messages with
! 15507: one part
! 15508:
! 15509: * src/: classes/mail.C, www/htdocs/index.html: one parted text
! 15510: messages - no multipart mime-type anymore. for convinient if
! 15511: $.attach-ments
! 15512:
! 15513: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
! 15514: main/pa_string.C: read from cache size check updated
! 15515:
! 15516: * src/main/: pa_string.C: String::join_chain another ugly bug :(
! 15517:
! 15518: 2001-12-21 paf
! 15519:
! 15520: * src/: classes/date.C, www/htdocs/index.html: date:sql-string now
! 15521: returns localtime
! 15522:
! 15523: * src/main/pa_request.C: $result in @main actually not working, to
! 15524: hell with it for now
! 15525:
! 15526: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 15527: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
! 15528: @postprocess @exception
! 15529:
! 15530: * src/: main/execute.C, www/htdocs/index.html: junction evaluation
! 15531: canceled - endless recursion detected
! 15532:
! 15533: 2001-12-19 paf
! 15534:
! 15535: * src/www/htdocs/: global.xsl, index.html:
! 15536: xalan-FormatterToHTML...noheadcharset.patch
! 15537:
! 15538: * src/main/pa_charset.C: charset->charset transcoding via unicode
! 15539: intermediate
! 15540:
! 15541: * src/: main/pa_request.C, www/parser3root_debug.conf,
! 15542: www/htdocs/index.html: CLASS_PATH now / = DOCUMENT_ROOT
! 15543:
! 15544: * src/: classes/hashfile.C, www/parser3root_debug.conf:
! 15545: ^hashfile.open DB_HOME now relative
! 15546:
! 15547: * src/: classes/op.C, www/htdocs/index.html: ^cache keypath now
! 15548: relative
! 15549:
! 15550: * src/classes/mail.C: changed weighting prior to sort
! 15551:
! 15552: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
! 15553: were missing
! 15554:
! 15555: 2001-12-17 paf
! 15556:
! 15557: * src/targets/apache13/mod_parser3.C: test r->finfo.st_mode check
! 15558: seems to work only on win32
! 15559:
! 15560: * src/main/pa_charset.C: ifndef XML were bad type
! 15561:
! 15562: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
! 15563: outdated unset services_pool
! 15564:
! 15565: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
! 15566: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
! 15567: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
! 15568:
! 15569: * src/main/untaint.C: allowed space in filespec
! 15570:
! 15571: * src/: main/pa_charset.C, www/htdocs/index.html: empty bufs
! 15572: transcode [forgot check :(]
! 15573:
! 15574: * src/classes/image.C: no govno
! 15575:
! 15576: * src/classes/image.C: govno
! 15577:
! 15578: 2001-12-16 paf
! 15579:
! 15580: * src/www/htdocs/index.html: upper test
! 15581:
! 15582: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
! 15583:
! 15584: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am,
! 15585: www/htdocs/index.html: charset_connection&manager replaced by
! 15586: charset&charsets
! 15587:
! 15588: * src/: main/pa_charset.C, www/htdocs/index.html: name_cstr 0
! 15589:
! 15590: * src/main/untaint.C: uri lang now knows about client/source
! 15591: charsets
! 15592:
! 15593: * src/: classes/file.C, classes/math.C, classes/op.C,
! 15594: classes/string.C, classes/table.C, classes/xdoc.C,
! 15595: include/pa_array.h, include/pa_cache_managers.h,
! 15596: include/pa_charset_connection.h, include/pa_charset_manager.h,
! 15597: include/pa_common.h, include/pa_db_connection.h,
! 15598: include/pa_db_manager.h, include/pa_db_table.h,
! 15599: include/pa_dictionary.h, include/pa_exception.h,
! 15600: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
! 15601: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
! 15602: include/pa_sapi.h, include/pa_socks.h,
! 15603: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 15604: include/pa_string.h, include/pa_stylesheet_connection.h,
! 15605: include/pa_stylesheet_manager.h, include/pa_table.h,
! 15606: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
! 15607: main/pa_charset.C, main/pa_charset_connection.C,
! 15608: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
! 15609: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 15610: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
! 15611: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
! 15612: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 15613: types/types.dsp, www/htdocs/index.html: introducing Charset
! 15614:
! 15615: 2001-12-14 paf
! 15616:
! 15617: * src/: include/pa_request.h, include/pa_transcoder.h,
! 15618: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
! 15619: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
! 15620: uri lang
! 15621:
! 15622: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
! 15623:
! 15624: * src/targets/: apache13/Makefile.am, cgi/Makefile.am: -I../../pcre
! 15625: to .am
! 15626:
! 15627: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
! 15628: defalts_name global
! 15629:
! 15630: * src/: include/pa_charset_connection.h, include/pa_pool.h,
! 15631: include/pa_request.h, main/main.dsp,
! 15632: main/pa_charset_connection.C, main/pa_charset_manager.C,
! 15633: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
! 15634: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
! 15635: www/htdocs/index.html, include/pa_transcoder.h,
! 15636: main/pa_transcoder.C, main/Makefile.am: changed charset model.
! 15637: now important: $request:charset $response:charset while
! 15638: $response:content-type.charset become unimportant [informational]
! 15639:
! 15640: 2001-12-13 paf
! 15641:
! 15642: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
! 15643:
! 15644: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
! 15645: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
! 15646: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
! 15647: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
! 15648: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
! 15649: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
! 15650:
! 15651: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
! 15652: auto_ptr part other way, because of stupid gcc 2.96
! 15653: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
! 15654: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
! 15655: FormatterListener] /usr/include/g++-3/memory:48:
! 15656: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
! 15657: _Tp1 = FormatterListener, _Tp = FormatterListener]
! 15658:
! 15659: * src/classes/xdoc.C: removed extra inc
! 15660:
! 15661: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
! 15662:
! 15663: * src/include/pa_types.h: msvc head debugging flag
! 15664:
! 15665: * src/classes/xdoc.C: freed up listener
! 15666:
! 15667: * src/classes/string.C: change msg '... code is not code'
! 15668:
! 15669: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
! 15670: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 15671: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
! 15672: [past/future prob]
! 15673:
! 15674: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
! 15675: include/pa_config_fixed.h, include/pa_db_manager.h,
! 15676: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
! 15677: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
! 15678:
! 15679: * src/: include/pa_config_fixed.h, main/pa_common.C,
! 15680: main/pa_string.C: removed signed mismatch warnings
! 15681:
! 15682: * src/targets/: apache13/mod_parser3.C, cgi/parser3.C,
! 15683: isapi/parser3isapi.C: removed 'expires' from header outputs
! 15684:
! 15685: * src/main/pa_string.C: string::recustruct erroreusly used outdated
! 15686: row ptr
! 15687:
! 15688: * src/classes/file.C: file::cgi bug, request_method were passed to
! 15689: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
! 15690:
! 15691: * src/: classes/xdoc.C, www/htdocs/index.html: lang list updated
! 15692:
! 15693: 2001-12-10 paf
! 15694:
! 15695: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
! 15696:
! 15697: * src/: main/untaint.C, www/htdocs/index.html: FILE_SPEC untainting
! 15698: changed so that one can erase files like that, knowing their full
! 15699: name introducing // theoretical problem with, for instance,
! 15700: "_2B" and "." fragments, // they would yield the same //
! 15701: because need_file_encode('_')=false // but we need to delete
! 15702: such files somehow, getting names from ^index
! 15703:
! 15704: * src/: main/pa_string.C, www/htdocs/index.html: ^string.replace
! 15705: bug fixed [bad string::join_chank break]
! 15706:
! 15707: 2001-12-07 paf
! 15708:
! 15709: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
! 15710: include/pa_common.h, include/pa_config_auto.h.in,
! 15711: include/pa_config_fixed.h, include/pa_config_includes.h,
! 15712: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
! 15713: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
! 15714: types/pa_vhashfile.C, www/htdocs/index.html: merged from
! 15715: r14_simple_cache
! 15716:
! 15717: * src/main/pa_string.C: stupid sparc architecture failed to access
! 15718: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
! 15719: lduh [ %i2 + 1 ], %l0
! 15720:
! 15721: bus error, fixed that
! 15722:
! 15723: * src/main/pa_string.C: strange string deserialize bug on
! 15724: client[pmts], a bit shortened,
! 15725:
! 15726: * src/include/pa_config_auto.h.in: makes
! 15727:
! 15728: * src/: include/pa_common.h, include/pa_config_fixed.h,
! 15729: include/pa_config_includes.h, main/pa_common.C: exclusive lock
! 15730: file write shared lock file read
! 15731:
! 15732: * src/: classes/op.C, include/pa_common.h,
! 15733: include/pa_config_fixed.h, main/pa_common.C,
! 15734: www/htdocs/index.html: ^cache operator
! 15735:
! 15736: 2001-12-06 paf
! 15737:
! 15738: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 15739: main/pa_request.C: #ifdef RESOURCES_DEBUG
! 15740:
! 15741: * src/: main/compile.tab.C, targets/cgi/parser3.C,
! 15742: www/htdocs/index.html: removed debug info
! 15743:
! 15744: * src/classes/hashfile.C: removed transaction from ^cache
! 15745:
! 15746: 2001-12-05 paf
! 15747:
! 15748: * src/: targets/cgi/parser3.C, www/parser3root_debug.conf,
! 15749: www/htdocs/global.xsl, www/htdocs/index.html: fatal error
! 15750: reporting fixed. in IIS5 there were a prob with illegal call
! 15751: check
! 15752:
! 15753: 2001-12-04 paf
! 15754:
! 15755: * src/: classes/op.C, classes/table.C, include/pa_request.h,
! 15756: main/pa_request.C: measures to log
! 15757:
! 15758: 2001-11-26 paf
! 15759:
! 15760: * src/: targets/apache13/mod_parser3.C, www/parser3root_debug.conf,
! 15761: www/htdocs/index.html: merge dir config now works OK with
! 15762: parser_root_config_filespec
! 15763:
! 15764: 20011126 paf: noticed, that this is called even on virtual root
! 15765: merge with something "parent", while thought that that is part of
! 15766: merge_server...
! 15767:
! 15768: 2001-11-23 paf
! 15769:
! 15770: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
! 15771: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
! 15772: types/pa_vhashfile.C, www/htdocs/index.html: merged from _0014, 1
! 15773:
! 15774: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
! 15775: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C,
! 15776: www/htdocs/index.html: hashfile bugfix2 more wrong sizes. ^cache
! 15777: behaviour changed: if ^cache(33) would change
! 15778:
! 15779: 0660 bits in file_write & hashfile create
! 15780:
! 15781: * src/www/htdocs/index.html: tested ok
! 15782:
! 15783: * src/: main/pa_db_table.C, main/pa_string.C,
! 15784: www/htdocs/index.html: cache bugfix [wrong types after pa_string
! 15785: optimization]
! 15786:
! 15787: 2001-11-22 paf
! 15788:
! 15789: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
! 15790: table.offset[whence]
! 15791:
! 15792: * src/: classes/op.C, www/htdocs/index.html: process
! 15793: cstr(,connection)
! 15794:
! 15795: * src/: classes/op.C, www/htdocs/index.html: process now gets its
! 15796: body on current language, not as-is
! 15797:
! 15798: * src/main/untaint.C: ORIGINS mode removed UHTML
! 15799:
! 15800: * src/: main/untaint.C, www/htdocs/index.html: ORIGINS mode was bad
! 15801: - forgot about optimize bit
! 15802:
! 15803: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
! 15804:
! 15805: 2001-11-21 paf
! 15806:
! 15807: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 15808: www/htdocs/global.xsl, www/htdocs/index.html: <xsl:output output
! 15809: options made identical to xsl:output attributes exclusion:
! 15810: cdata-section-elements what xalan can do but that not used now:
! 15811: it can escape and remove CDATA sections
! 15812:
! 15813: * src/: main/untaint.C, targets/cgi/parser3.C,
! 15814: www/htdocs/global.xsl, www/htdocs/index.html: optimized \r
! 15815: produced by xslt
! 15816:
! 15817: * src/www/parser3root_debug.conf: removed user-html table
! 15818:
! 15819: * src/www/parser3root_debug_elik.conf: do not need anymore
! 15820:
! 15821: * src/targets/cgi/parser3.C: removed debug cgi||1
! 15822:
! 15823: * src/main/: pa_string.C, untaint.C: cached some string::size() es
! 15824:
! 15825: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
! 15826: targets/cgi/parser3.C, www/parser3root_debug.conf,
! 15827: www/htdocs/index.html: table.append bug fixed: forgot to switch
! 15828: default language for {code}, it happen to change it's language
! 15829: from CLEAN, so later refused to split by CLEAN \t
! 15830:
! 15831: 2001-11-20 paf
! 15832:
! 15833: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
! 15834: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
! 15835: bottom of dependeces, so that errors would popup quicklier, fixed
! 15836: line numbering in table::sql
! 15837:
! 15838: 2001-11-19 paf
! 15839:
! 15840: * src/www/htdocs/index.html: sample:^taint[html][^xdoc.string[]]
! 15841:
! 15842: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
! 15843: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
! 15844: main/pa_string.C, main/untaint.C, targets/apache13/mod_parser3.C,
! 15845: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 15846: types/pa_wcontext.C, types/pa_wcontext.h, www/htdocs/index.html:
! 15847: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
! 15848:
! 15849: * src/targets/: Makefile.am, apache13/mod_parser3.C, cgi/parser3.C:
! 15850: #if _MSC_VER _set_new_handler
! 15851:
! 15852: * src/targets/: apache13/mod_parser3.C, cgi/parser3.C,
! 15853: isapi/parser3isapi.C: set_new_handler in apache&isapi
! 15854:
! 15855: 2001-11-16 paf
! 15856:
! 15857: * src/targets/cgi/parser3.C: pool debug @ die
! 15858:
! 15859: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
! 15860: www/htdocs/index.html: removed 8 bytes from String, 2 bytes from
! 15861: string::chunk::row::item
! 15862:
! 15863: * src/main/pa_string.C: removed 1+4 bytes from String
! 15864:
! 15865: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 15866: types/pa_vstring.C: removed 1+4 bytes from String
! 15867:
! 15868: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
! 15869: 0
! 15870:
! 15871: * src/: include/pa_globals.h, include/pa_string.h,
! 15872: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
! 15873: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
! 15874: targets/cgi/parser3.C, www/htdocs/index.html: introducing
! 15875: estimating String::cstr_bufsize, 0
! 15876:
! 15877: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
! 15878:
! 15879: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
! 15880:
! 15881: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
! 15882: include/pa_pool.h: die in pool::fail
! 15883:
! 15884: 2001-11-15 paf
! 15885:
! 15886: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
! 15887: main/pa_exception.C, targets/cgi/parser3.C: exception with
! 15888: dynamic buffer re-back now with counter
! 15889:
! 15890: * src/: include/pa_exception.h, main/pa_exception.C: exception with
! 15891: static buffer back
! 15892:
! 15893: * src/targets/cgi/parser3.C: std::
! 15894:
! 15895: * src/: classes/classes.awk, include/pa_config_auto.h.in,
! 15896: include/pa_config_includes.h: setnewhandler check
! 15897:
! 15898: * src/include/pa_config_auto.h.in: makes
! 15899:
! 15900: * src/: targets/cgi/parser3.C, www/htdocs/index.html:
! 15901: set_new_handler started
! 15902:
! 15903: 2001-11-14 paf
! 15904:
! 15905: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
! 15906: was wrong
! 15907:
! 15908: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
! 15909: was wrong
! 15910:
! 15911: * src/main/pa_request.C: z
! 15912:
! 15913: * src/: include/pa_common.h, main/pa_common.C,
! 15914: www/htdocs/index.html: snprintf on buffer full returns win32 -1
! 15915: solaris >buffer_size
! 15916:
! 15917: checked all that
! 15918:
! 15919: * src/www/htdocs/index.html: debugged down quote ortacle bug -
! 15920: wrong result
! 15921:
! 15922: * src/: classes/op.C, www/parser3root_debug.conf,
! 15923: www/htdocs/index.html: ^untaint{body} as-is default now
! 15924:
! 15925: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
! 15926: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 15927: www/htdocs/index.html: merged with no_bad_constructors_try
! 15928:
! 15929: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
! 15930: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 15931: www/htdocs/index.html: fixed this: $bred[^string::length[]]
! 15932: $bred[^response::clear[]] $bred[^int::int[]]
! 15933:
! 15934: now VObject creation moved into overriden
! 15935: VClass::create_new_value, thus 0 from create_new_value means that
! 15936: class has no ctors
! 15937:
! 15938: 2001-11-13 paf
! 15939:
! 15940: * src/classes/classes.C: returned accedently removed if in foreach
! 15941: callbacks [when hash no-0-restructure]
! 15942:
! 15943: * src/www/: parser3root_debug.conf, parser3root_debug_elik.conf,
! 15944: htdocs/index.html: conf
! 15945:
! 15946: 2001-11-12 paf
! 15947:
! 15948: * src/www/htdocs/index.html: changed xdoc createXXX politics, now
! 15949: string passed as-is to method, xalan makes & into & itself
! 15950:
! 15951: * src/: main/pa_pool.C, www/htdocs/index.html: changed xdoc
! 15952: createXXX politics, now string passed as-is to method, xalan
! 15953: makes & into & itself
! 15954:
! 15955: * src/www/htdocs/index.html: doc
! 15956:
! 15957: * src/: classes/date.C, www/htdocs/index.html: date.roll parser2
! 15958: alg used
! 15959:
! 15960: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
! 15961: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
! 15962: main/pa_dictionary.C, main/pa_hash.C,
! 15963: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 15964: www/htdocs/index.html: hash now does not containt 0 values. put 0
! 15965: actullay removes. no check on 0 value in foreach now required
! 15966:
! 15967: 2001-11-11 paf
! 15968:
! 15969: * src/sql/pa_sql_driver.h: removed extra constructor, doc
! 15970:
! 15971: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
! 15972:
! 15973: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
! 15974: driver initialize not const
! 15975:
! 15976: 2001-11-10 paf
! 15977:
! 15978: * src/: main/pa_exec.C, www/htdocs/index.html: doc
! 15979:
! 15980: 2001-11-09 paf
! 15981:
! 15982: * src/: classes/string.C, classes/xdoc.C, www/htdocs/index.html:
! 15983: xdoc::set{code} now untaints param properly
! 15984:
! 15985: * src/classes/string.C: string.save now does untainting before
! 15986: saving
! 15987:
! 15988: * src/main/pa_common.C: line endings fixing fixed last piece[was
! 15989: still cstr oriented]
! 15990:
! 15991: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
! 15992: line endings fixing got rid of cstr, now must work ok with post
! 15993: multipart
! 15994:
! 15995: * src/types/pa_vform.C: line endings fixed at post / multipart /
! 15996: not file also now
! 15997:
! 15998: 2001-11-08 paf
! 15999:
! 16000: * src/www/htdocs/parser-status.html: stylesheet not everywhere,
! 16001: check added
! 16002:
! 16003: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
! 16004: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
! 16005: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
! 16006: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
! 16007: main/pa_stylesheet_manager.C: restructured Cache manager to be
! 16008: simple parent, not second parent [gcc 2.96 strangly refused to
! 16009: call virtual from second parent]
! 16010:
! 16011: * src/: include/pa_common.h, main/Makefile.am,
! 16012: targets/cgi/pa_pool.C: makes
! 16013:
! 16014: * src/: include/pa_request.h, main/pa_request.C,
! 16015: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 16016: targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
! 16017: www/htdocs/index.html, www/htdocs/parser-status.html: apache
! 16018: 'status' class enabler
! 16019:
! 16020: <Location /parser-status.html> ParserStatusAllowed </Location>
! 16021:
! 16022: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
! 16023: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
! 16024: include/pa_stylesheet_manager.h, main/main.dsp,
! 16025: main/pa_cache_managers.C, main/pa_charset_manager.C,
! 16026: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
! 16027: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 16028: types/pa_vstatus.h: cache_managers, maybe-expiring every request
! 16029: todo: apache 'status' class enabler
! 16030:
! 16031: 2001-11-05 paf
! 16032:
! 16033: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
! 16034: debug to normal
! 16035:
! 16036: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
! 16037: hence i removed skipping 0 values in hash::for_each-es we need to
! 16038: check cleaned cache items manually. few more checks.
! 16039:
! 16040: expiring to 0 time was wrong, changed to 'now' time
! 16041:
! 16042: * src/targets/cgi/parser3.C: read can return 0, that means sort of
! 16043: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
! 16044: on apache already done :)
! 16045:
! 16046: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
! 16047: skipping 0 values in hash::for_each-es we need to check cleaned
! 16048: cache items manually
! 16049:
! 16050: * src/www/htdocs/index.html: z
! 16051:
! 16052: * src/main/: pa_db_connection.C, pa_db_table.C:
! 16053: parser_multithreaded check was wrong
! 16054:
! 16055: * src/: classes/classes.C, classes/classes.h, classes/date.C,
! 16056: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 16057: classes/hashfile.C, classes/image.C, classes/int.C,
! 16058: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
! 16059: classes/string.C, classes/table.C, classes/void.C,
! 16060: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 16061: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 16062: classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.h,
! 16063: include/pa_array.h, include/pa_charset_connection.h,
! 16064: include/pa_charset_manager.h, include/pa_common.h,
! 16065: include/pa_config_fixed.h, include/pa_config_includes.h,
! 16066: include/pa_db_connection.h, include/pa_db_manager.h,
! 16067: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
! 16068: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 16069: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
! 16070: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
! 16071: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 16072: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 16073: include/pa_stack.h, include/pa_string.h,
! 16074: include/pa_stylesheet_connection.h,
! 16075: include/pa_stylesheet_manager.h, include/pa_table.h,
! 16076: include/pa_threads.h, include/pa_types.h, main/compile.C,
! 16077: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
! 16078: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
! 16079: main/pa_charset_manager.C, main/pa_common.C,
! 16080: main/pa_db_connection.C, main/pa_db_manager.C,
! 16081: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
! 16082: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 16083: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 16084: main/pa_socks.C, main/pa_sql_driver_manager.C,
! 16085: main/pa_status_provider.C, main/pa_string.C,
! 16086: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
! 16087: pcre/pcre_parser_ctype.c, sql/pa_sql_driver.h,
! 16088: targets/apache13/mod_parser3.C, targets/apache13/pa_pool.C,
! 16089: targets/apache13/pa_threads.C, targets/cgi/pa_pool.C,
! 16090: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
! 16091: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
! 16092: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
! 16093: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 16094: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 16095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 16096: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
! 16097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 16098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 16099: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
! 16100: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 16101: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
! 16102: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
! 16103: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 16104: types/pa_vstateless_object.h, types/pa_vstatus.h,
! 16105: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
! 16106: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
! 16107: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 16108: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
! 16109: www/htdocs/index.html: $status:db fixed used not initialized in
! 16110: db_connection & db_table
! 16111:
! 16112: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C,
! 16113: www/htdocs/index.html: $status:charset
! 16114:
! 16115: * src/: classes/xdoc.C, include/pa_db_connection.h,
! 16116: include/pa_stylesheet_connection.h,
! 16117: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
! 16118: types/pa_vstatus.h, www/htdocs/index.html: $status:stylesheet
! 16119:
! 16120: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
! 16121: include/pa_request.h, include/pa_sql_connection.h,
! 16122: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
! 16123: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
! 16124: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
! 16125: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
! 16126: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
! 16127: types/pa_vxnode.C, types/types.dsp, www/htdocs/index.html:
! 16128: started status parser class
! 16129:
! 16130: 2001-11-01 paf
! 16131:
! 16132: * src/include/pa_config_auto.h.in: makes
! 16133:
! 16134: * src/main/pa_hash.C: removed old extra include
! 16135:
! 16136: * src/www/htdocs/index.html: hash foreach tests
! 16137:
! 16138: * src/: classes/math.C, classes/gd/gif.C, include/pa_common.h:
! 16139: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
! 16140:
! 16141: * src/classes/op.C: ^for endless loop check strightened
! 16142:
! 16143: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
! 16144: behavior in native calls. it left unchanged, so ^for ^foreach &
! 16145: co can use r.root to write their i & key,value there
! 16146:
! 16147: * src/classes/op.C: detected for var storage bug, fixed.
! 16148: todo:foreach
! 16149:
! 16150: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
! 16151: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
! 16152: types/pa_vhash.h, types/pa_vxnode.C, www/htdocs/index.html: hash
! 16153: locking disabled changing of hash inside of foreach
! 16154:
! 16155: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C,
! 16156: www/htdocs/index.html:
! 16157: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
! 16158: were hash.foreach
! 16159:
! 16160: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
! 16161: types/pa_vstring.C, types/pa_vstring.h, www/htdocs/.htaccess,
! 16162: www/htdocs/index.html:
! 16163: ^foreach[key|value]{body}[[separator]|{separator}]
! 16164:
! 16165: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
! 16166: types/pa_vcookie.C, www/htdocs/index.html: ^hash.delete[key]
! 16167:
! 16168: 2001-10-31 paf
! 16169:
! 16170: * src/: main/compile.C, main/pa_common.C, www/htdocs/auto.p:
! 16171: completely empty file now considered "read", not ignored [not
! 16172: perfect trick used]
! 16173:
! 16174: * src/main/pa_common.C: simplier common ifdefs
! 16175:
! 16176: * src/main/pa_common.C: typing bug in common - bad ifdeff
! 16177:
! 16178: * src/: main/pa_db_connection.C, www/htdocs/index.html: z
! 16179:
! 16180: * src/: main/pa_db_connection.C, main/pa_sql_driver_manager.C,
! 16181: www/htdocs/index.html: // lockdetector flags
! 16182: dbenv.lk_detect=DB_LOCK_RANDOM;
! 16183:
! 16184: * src/: main/pa_sql_driver_manager.C, www/htdocs/index.html: hiding
! 16185: passwords and addresses from accidental show [imagine user forgot
! 16186: @exception]
! 16187:
! 16188: * src/: classes/table.C, www/htdocs/index.html:
! 16189: ^table.save[[nameless|+append;]path]
! 16190:
! 16191: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 16192: classes/string.C, classes/xnode.C, include/pa_common.h,
! 16193: main/pa_common.C, www/htdocs/index.html:
! 16194: ^string.save[[append;]path]
! 16195:
! 16196: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
! 16197: main/execute.C, www/htdocs/index.html: \ in expression: int
! 16198: divide 10/3=3
! 16199:
! 16200: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
! 16201: inside of ^cache
! 16202:
! 16203: * src/: include/pa_threads.h, main/pa_db_connection.C,
! 16204: main/pa_db_table.C, targets/apache13/pa_threads.C,
! 16205: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C,
! 16206: www/htdocs/index.html: libdb DB_THREAD flag only when really
! 16207: needed
! 16208:
! 16209: 2001-10-30 paf
! 16210:
! 16211: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 16212: classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
! 16213: main/main.dsp, pcre/pcre.dsp, pcre/pcre_dftables.dsp,
! 16214: pcre/pcre_parser_ctype.dsp,
! 16215: targets/apache13/ApacheModuleParser3.dsp,
! 16216: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 16217: types/types.dsp: enabled debug incremental compile
! 16218:
! 16219: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
! 16220: www/htdocs/index.html: form post data line endings not
! 16221: reformatted now.
! 16222:
! 16223: * src/: types/pa_vform.C, types/pa_vform.h, www/htdocs/index.html:
! 16224: AppendFormEntry length param now required [had bug when file= has
! 16225: no value]
! 16226:
! 16227: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
! 16228: main/pa_db_table.C, main/pa_exec.C, main/pa_request.C,
! 16229: main/pa_sql_driver_manager.C, main/pa_string.C,
! 16230: www/htdocs/index.html: cstr(asis) default param removed
! 16231:
! 16232: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
! 16233:
! 16234: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
! 16235:
! 16236: * src/: include/pa_dir.h, www/htdocs/index.html: LOAD_DIR fixed
! 16237:
! 16238: * src/: types/pa_vform.C, www/htdocs/auto.p: VForm::AppendFormEntry
! 16239: {length convention was broken} fix_line_breaks
! 16240:
! 16241: * src/: include/pa_config_fixed.h, include/pa_pragma_pack_begin.h,
! 16242: include/pa_pragma_pack_end.h, include/pa_string.h,
! 16243: include/pa_types.h, www/htdocs/index.html: String & Origin packed
! 16244: with #pragma pack
! 16245:
! 16246: * src/include/pa_config_auto.h.in: pragma detection
! 16247:
! 16248: 2001-10-29 paf
! 16249:
! 16250: * src/types/pa_wcontext.h: bitfield syntax stricter
! 16251:
! 16252: * src/: classes/file.C, types/pa_vimage.C, www/htdocs/index.html:
! 16253: image&file couple stack string hash.puts
! 16254:
! 16255: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
! 16256:
! 16257: * src/include/pa_sql_connection.h: there were one wrong
! 16258: SQL_CONNECTION_FUNC_GUARDED [failed]
! 16259:
! 16260: * src/www/parser3root_debug.conf: if...
! 16261: AC_DEFINE(HAVE_PRAGMA_PACK,,compiler supports #pragma pack(1))
! 16262:
! 16263: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
! 16264: param.someday either ifdef or remove it
! 16265:
! 16266: * src/targets/: apache13/pa_pool.C, cgi/pa_pool.C, cgi/parser3.C:
! 16267: removed debug defines
! 16268:
! 16269: * src/main/untaint.C: optimizing returned after debugging
! 16270:
! 16271: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
! 16272: main/untaint.C: memory hunging #pragma pack(1)
! 16273:
! 16274: 16 419 844 13 169 394
! 16275:
! 16276: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 16277: targets/cgi/pa_pool.C: String size_t replace to uint in proper
! 16278: places [todo:Array]
! 16279:
! 16280: * src/: main/execute.C, targets/cgi/pa_pool.C,
! 16281: targets/cgi/parser3.dsp, types/pa_wcontext.h,
! 16282: types/pa_wwrapper.h: debugging memory WContext flags to bits
! 16283:
! 16284: total 5 652 652/158731 total 5 469 332/158731
! 16285:
! 16286: * src/: include/pa_array.h, main/pa_array.C: debugging memory
! 16287: Array:: without cache in get/put now
! 16288:
! 16289: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
! 16290: 18:25:27 2001] total 5 652 652/158731
! 16291:
! 16292: * src/: include/pa_string.h, main/pa_string.C,
! 16293: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
! 16294: now
! 16295:
! 16296: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
! 16297: 18:11:53 2001] total 5796092/158731
! 16298:
! 16299: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
! 16300: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
! 16301: key ref now
! 16302:
! 16303: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
! 16304: 17:11:17 2001] total 16867948/202658
! 16305:
! 16306: * src/: classes/file.C, classes/image.C, classes/string.C,
! 16307: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
! 16308: main/execute.C, main/pa_array.C, main/pa_common.C,
! 16309: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 16310: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
! 16311: types/pa_vcookie.C, types/pa_vstring.h, www/htdocs/auto.p:
! 16312: debuggging memory. string::as_int/double now usually uses stack,
! 16313: not heap [200K out of 17M :)] VString(String&) not copies
! 16314: reference [29M -> 17M]
! 16315:
! 16316: * src/: main/pa_sql_driver_manager.C, www/htdocs/auto.p: ping to
! 16317: have services [old hiding bug]
! 16318:
! 16319: * src/Makefile.am: .am order
! 16320:
! 16321: * src/: include/pa_array.h, include/pa_charset_manager.h,
! 16322: include/pa_db_connection.h, include/pa_db_manager.h,
! 16323: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
! 16324: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
! 16325: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
! 16326: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
! 16327: required "friend class"
! 16328:
! 16329: ../include/pa_request.h:51: friend declaration requires
! 16330: class-key, i.e. `friend class Temp_lang'
! 16331:
! 16332: * src/: include/pa_exception.h, include/pa_sql_connection.h,
! 16333: main/pa_exception.C, main/pa_sql_driver_manager.C,
! 16334: sql/pa_sql_driver.h, www/htdocs/index.html: sql driver impl
! 16335: changed in _throw part.
! 16336:
! 16337: the idea is to #1 jump to C++ some function to main body, where
! 16338: every function stack frame has exception unwind information and
! 16339: from there... #2 propagate_exception()
! 16340:
! 16341: 2001-10-28 paf
! 16342:
! 16343: * src/www/: parser3root_debug.conf, htdocs/.htaccess,
! 16344: htdocs/index.html: z
! 16345:
! 16346: * src/main/pa_db_connection.C: removed old consts
! 16347:
! 16348: * src/main/pa_db_connection.C: expire table [was accidently pasted
! 16349: with wrong type/cast]
! 16350:
! 16351: * src/main/: pa_db_connection.C, pa_db_table.C: exception
! 16352: translation
! 16353:
! 16354: * src/: classes/Makefile.am, targets/apache13/p3runConfigure.in,
! 16355: targets/cgi/Makefile.am, www/htdocs/.htaccess: db makes. remember
! 16356: to build DB2 with -fexceptions!!!
! 16357:
! 16358: * src/www/: parser3root_debug.conf, parser3root_debug_elik.conf,
! 16359: htdocs/index.html: confs
! 16360:
! 16361: * src/main/pa_db_table.C: DB_RMW defed
! 16362:
! 16363: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
! 16364: include/pa_db_connection.h, include/pa_db_manager.h,
! 16365: include/pa_db_table.h, main/pa_db_connection.C,
! 16366: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
! 16367:
! 16368: 2001-10-27 paf
! 16369:
! 16370: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16371: include/pa_db_table.h, main/pa_db_connection.C,
! 16372: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
! 16373: types/pa_vhashfile.C: DB2 ifdefs
! 16374:
! 16375: * src/: classes/Makefile.am, include/pa_config_fixed.h,
! 16376: main/Makefile.am, targets/apache13/p3runConfigure.in,
! 16377: targets/cgi/Makefile.am, types/Makefile.am: makes with DB2
! 16378:
! 16379: * src/: include/pa_config_auto.h.in, main/Makefile.am,
! 16380: targets/apache13/p3runConfigure.in, types/Makefile.am,
! 16381: www/htdocs/index.html: makes db
! 16382:
! 16383: * src/: main/pa_globals.C,
! 16384: targets/apache13/ApacheModuleParser3.dsp,
! 16385: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: vc
! 16386: projects libdb ifdefed into globals.C
! 16387:
! 16388: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16389: include/pa_db_table.h, main/pa_db_connection.C,
! 16390: main/pa_db_table.C, www/htdocs/index.html: ^hashfile.clear[]
! 16391:
! 16392: * src/classes/classes.awk: no $ in var names
! 16393:
! 16394: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
! 16395: www/htdocs/index.html: db expiration connection&table [forgotten
! 16396: calls]
! 16397:
! 16398: 2001-10-26 paf
! 16399:
! 16400: * src/main/pa_db_connection.C: db checkpoints
! 16401:
! 16402: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
! 16403: www/htdocs/index.html: db checkpoints
! 16404:
! 16405: * src/: classes/xdoc.C, www/htdocs/auto.p, www/htdocs/index.html:
! 16406: xdoc createTextNode createElement UL_XML default. but entities
! 16407: still reparsed. todo: tothink
! 16408:
! 16409: * src/www/htdocs/index.html: db recover mech 2
! 16410:
! 16411: * src/: main/pa_db_connection.C, www/htdocs/index.html: db recover
! 16412: mech 2
! 16413:
! 16414: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16415: include/pa_db_manager.h, include/pa_db_table.h,
! 16416: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
! 16417: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
! 16418: types/pa_vhashfile.h: db connections & tables now cached at
! 16419: create time & multithreaded
! 16420:
! 16421: * src/: classes/xalan-patched/XalanTransformer2.cpp,
! 16422: classes/xalan-patched/XalanTransformer2.hpp, classes/xdoc.C,
! 16423: types/pa_vxdoc.h: transform2 for parsed_source
! 16424:
! 16425: * src/main/pa_db_connection.C: about to remove connection from
! 16426: vhashfile
! 16427:
! 16428: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
! 16429: transaction commit/rollback responsibility left to parent [as it
! 16430: sould - else there were a bug with double free]
! 16431:
! 16432: * src/include/pa_db_table.h: db: child transaction commit/rollback
! 16433: responsibility left to parent [as it sould - else there were a
! 16434: bug with double free]
! 16435:
! 16436: 2001-10-25 paf
! 16437:
! 16438: * src/: classes/hashfile.C, include/pa_common.h,
! 16439: include/pa_db_connection.h, include/pa_db_manager.h,
! 16440: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
! 16441: types/pa_vhashfile.C, types/pa_vhashfile.h,
! 16442: www/parser3root_debug.conf, www/htdocs/index.html,
! 16443: include/pa_db_table.h, main/pa_db_table.C: started db_home
! 16444: [multiple, cached] todo: autorecover [tried, but not succeded,
! 16445: yet]
! 16446:
! 16447: * src/include/pa_dir.h: ancient gpf on dir not found fixed
! 16448:
! 16449: * src/: include/pa_db_connection.h, main/pa_db_manager.C,
! 16450: www/htdocs/index.html: transaction parent passed
! 16451:
! 16452: 2001-10-24 parser
! 16453:
! 16454: * src/classes/Makefile.am: makes
! 16455:
! 16456: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
! 16457: isapi/pool_storage.h: pool_storage fixed
! 16458:
! 16459: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
! 16460: types/pa_vform.h: form fix_line_breaks
! 16461:
! 16462: * src/targets/cgi/pool_storage.h: makes
! 16463:
! 16464: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
! 16465: targets/cgi/pool_storage.h: makes
! 16466:
! 16467: * src/sql/pa_sql_driver.h: version
! 16468:
! 16469: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
! 16470: types/pa_vform.C, types/pa_vform.h: .am
! 16471:
! 16472: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
! 16473: www/htdocs/index.html: hashfile setted this: DB_RMW Acquire write
! 16474: locks instead of read locks when doing the retrieval. Setting
! 16475: this flag may decrease the likelihood of deadlock during a
! 16476: read-modify-write cycle by immediately acquiring the write lock
! 16477: during the read part of the cycle so that another thread of
! 16478: control acquiring a read lock for the same item, in its own
! 16479: read-modify-write cycle, will not result in deadlock
! 16480:
! 16481: * src/targets/: apache13/ApacheModuleParser3.dsp,
! 16482: isapi/parser3isapi.dsp: doc
! 16483:
! 16484: * src/: classes/hashfile.C, types/pa_vhashfile.h,
! 16485: www/htdocs/index.html: hashfile 1
! 16486:
! 16487: * src/: classes/hashfile.C, include/pa_request.h,
! 16488: www/htdocs/index.html: hashfile.cache 0
! 16489:
! 16490: * src/www/htdocs/index.html: z
! 16491:
! 16492: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16493: main/pa_db_connection.C: hashfile expired deleted from db when
! 16494: get & iterate
! 16495:
! 16496: * src/: main/pa_db_connection.C, types/pa_vhashfile.C,
! 16497: www/htdocs/index.html: hashfile expiring 1
! 16498:
! 16499: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
! 16500:
! 16501: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
! 16502: db_connection not bothers with key when not returning expired
! 16503: data
! 16504:
! 16505: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
! 16506: types/pa_vhashfile.C: db_cursor constructor public now
! 16507:
! 16508: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
! 16509: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
! 16510: stamped, todo: put_element analize
! 16511:
! 16512: * src/: include/pa_db_connection.h, include/pa_string.h,
! 16513: main/pa_db_connection.C, main/pa_string.C, www/htdocs/index.html:
! 16514: hashfile pieced serialize. todo stamp
! 16515:
! 16516: 2001-10-23 parser
! 16517:
! 16518: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
! 16519: classes/image.C, classes/mail.C, classes/response.C,
! 16520: classes/string.C, classes/table.C, classes/xdoc.C,
! 16521: include/pa_config_fixed.h, include/pa_db_connection.h,
! 16522: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
! 16523: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
! 16524: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
! 16525: types/pa_vtable.C, www/htdocs/index.html: ^hashfile.hash[]
! 16526:
! 16527: * src/: classes/hashfile.C, classes/xdoc.C,
! 16528: include/pa_config_fixed.h, main/pa_db_manager.C,
! 16529: main/pa_globals.C: ifdefs so it compiled without db
! 16530:
! 16531: * src/: classes/hashfile.C, include/pa_db_connection.h,
! 16532: include/pa_db_manager.h, main/pa_db_connection.C,
! 16533: main/pa_db_manager.C, types/pa_vhashfile.h,
! 16534: www/htdocs/index.html: ^hashfile.transaction{code}
! 16535: ^hashfile:clear[filename] ^hashfile.delete[key]
! 16536:
! 16537: 2001-10-22 parser
! 16538:
! 16539: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
! 16540: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
! 16541:
! 16542: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
! 16543: classes/xnode.C, include/pa_charset_connection.h,
! 16544: include/pa_db_connection.h, include/pa_db_manager.h,
! 16545: include/pa_exception.h, include/pa_sapi.h,
! 16546: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 16547: include/pa_stylesheet_connection.h,
! 16548: include/pa_stylesheet_manager.h,
! 16549: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 16550: main/pa_db_connection.C, main/pa_db_manager.C,
! 16551: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
! 16552: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
! 16553: main/pa_xslt_stylesheet_manager.C,
! 16554: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 16555: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
! 16556: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
! 16557: types/types.dsp, www/htdocs/index.html: hashfile 0
! 16558:
! 16559: * src/: types/pa_vhashfile.C, www/htdocs/index.html: z
! 16560:
! 16561: * src/: classes/classes.dsp, classes/hashfile.C,
! 16562: include/pa_config_fixed.h, main/execute.C,
! 16563: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
! 16564: types/pa_vhashfile.h, types/types.dsp,
! 16565: www/parser3root_debug.conf, www/htdocs/index.html: hashfile -100
! 16566:
! 16567: * src/: targets/apache13/mod_parser3.C, www/htdocs/.htaccess,
! 16568: www/htdocs/auto.p: html
! 16569:
! 16570: * src/: targets/apache13/mod_parser3.C,
! 16571: targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
! 16572: www/htdocs/auto.p, www/htdocs/index.html: SEH minor ifdef changes
! 16573:
! 16574: * src/www/: parser3root_debug.conf, htdocs/index.html: comment
! 16575:
! 16576: * src/: include/pa_exception.h, include/pa_request.h,
! 16577: main/execute.C, main/pa_exception.C, main/pa_request.C,
! 16578: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 16579: types/pa_vclass.h, types/pa_vobject.h, www/htdocs/index.html:
! 16580: stack backtrace
! 16581:
! 16582: 2001-10-19 parser
! 16583:
! 16584: * src/include/pa_pool.h: header
! 16585:
! 16586: * src/main/pa_pool.C: auto compiled on gcc
! 16587:
! 16588: * src/classes/image.C: comment
! 16589:
! 16590: * src/: include/pa_pool.h, main/pa_common.C: makes
! 16591:
! 16592: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 16593: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 16594: types/pa_vxnode.h: xnode clone got freed
! 16595:
! 16596: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
! 16597: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
! 16598: can free up xalandomstring resulting from pool::transcode
! 16599:
! 16600: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
! 16601: include/pa_config_fixed.h, include/pa_exception.h,
! 16602: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
! 16603: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
! 16604: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
! 16605: www/htdocs/index.html: switched to c++ exceptions 1xml configure
! 16606: fixed to exclude xalan-patch from non-xml compile
! 16607:
! 16608: * src/: main/pa_request.C, targets/apache13/mod_parser3.C,
! 16609: www/htdocs/index.html: pool:: context - get_context
! 16610:
! 16611: * src/: classes/classes.h, classes/date.C, classes/double.C,
! 16612: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
! 16613: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
! 16614: classes/string.C, classes/table.C, classes/void.C,
! 16615: classes/gd/gd.dsp, classes/gd/gif.C, classes/smtp/smtp.C,
! 16616: classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
! 16617: include/pa_config_fixed.h, include/pa_exception.h,
! 16618: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
! 16619: main/compile.C, main/compile_tools.C, main/execute.C,
! 16620: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
! 16621: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
! 16622: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 16623: main/pa_string.C, main/pa_table.C, main/untaint.C,
! 16624: pcre/pcre_dftables.dsp, pcre/pcre_parser_ctype.dsp,
! 16625: targets/apache13/ApacheModuleParser3.dsp,
! 16626: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 16627: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vbool.h,
! 16628: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.C,
! 16629: types/pa_vhash.h, types/pa_vint.h, types/pa_vjunction.h,
! 16630: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
! 16631: types/pa_vtable.C, types/pa_wcontext.C, types/pa_wwrapper.h,
! 16632: www/htdocs/index.html: switched to c++ exceptions 0
! 16633:
! 16634: * src/classes/classes.awk: $ removed
! 16635:
! 16636: * src/www/htdocs/index.html: going to switch to c++ exceptions
! 16637:
! 16638: 2001-10-18 parser
! 16639:
! 16640: * src/: types/pa_vcookie.C, www/htdocs/index.html: cookie:CLASS
! 16641:
! 16642: * src/main/main.dsp: project
! 16643:
! 16644: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 16645: www/htdocs/index.html: vxdoc set_document & ctor question "who
! 16646: owns document" solved
! 16647:
! 16648: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
! 16649:
! 16650: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
! 16651: main/pa_pool.C, www/htdocs/index.html: encoding in dom creating
! 16652: funcs
! 16653:
! 16654: * src/: classes/xdoc.C, types/pa_vxdoc.h, www/htdocs/index.html:
! 16655: dom created by create can be transformed now
! 16656:
! 16657: * src/: classes/xdoc.C,
! 16658: classes/xalan-patched/XalanTransformer2.cpp,
! 16659: classes/xalan-patched/XalanTransformer2.hpp,
! 16660: www/htdocs/index.html: dom created by create can be transformed
! 16661: now
! 16662:
! 16663: * src/: classes/xalan-patched/XalanTransformer2.cpp,
! 16664: www/htdocs/index.html, classes/xdoc.C: z
! 16665:
! 16666: * src/: classes/xdoc.C, www/htdocs/index.html: comment
! 16667:
! 16668: * src/: classes/xdoc.C, classes/xnode.C,
! 16669: classes/xalan-patched/XalanTransformer2.cpp, main/compile.tab.C,
! 16670: www/parser3root_debug.conf, www/htdocs/index.html: xdoc create
! 16671: now uses XercesDocumentBridge, appendChild&co now works
! 16672:
! 16673: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
! 16674: @ recompile
! 16675:
! 16676: * src/: main/compile.tab.C, main/compile.y, main/pa_request.C,
! 16677: www/parser3root_debug.conf, www/htdocs/index.html: ^: no colon in
! 16678: $origin @exception[
! 16679:
! 16680: * src/: classes/xdoc.C, classes/xnode.C, www/htdocs/index.html:
! 16681: xdoc::create[] now. and all dom tag names forced to XML lang
! 16682:
! 16683: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
! 16684: leechy-found bugs in code&doc fixed
! 16685:
! 16686: 2001-10-17 parser
! 16687:
! 16688: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
! 16689: types/pa_vxnode.h, types/types.dsp, www/htdocs/index.html:
! 16690: string::mid fixed, string.mid n functionality preserved
! 16691:
! 16692: * src/types/pa_vimage.h: removed unused vimage::save
! 16693:
! 16694: * src/www/htdocs/index.html: hashfile planned
! 16695:
! 16696: 2001-10-16 parser
! 16697:
! 16698: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
! 16699:
! 16700: * src/classes/: xnode.C: removed few dom returns & changed op.txt
! 16701:
! 16702: * src/: types/pa_vhash.h, types/pa_vtable.h, www/htdocs/index.html:
! 16703: hash can be used as boolean
! 16704:
! 16705: * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
! 16706: www/htdocs/index.html: image.copy tolerance
! 16707:
! 16708: * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
! 16709: www/htdocs/index.html: ::CopyResampled made gd2beta+my hands,
! 16710: very ineffective, but works for small paleted image
! 16711:
! 16712: * src/: types/pa_vimage.C, www/htdocs/index.html: comment
! 16713:
! 16714: * src/: classes/image.C, www/htdocs/index.html: gd size/resize
! 16715: bugfix
! 16716:
! 16717: * src/: classes/classes.dsp, classes/gd/gd.dsp,
! 16718: classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
! 16719: main/main.dsp, targets/apache13/ApacheModuleParser3.dsp,
! 16720: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 16721: types/types.dsp, www/htdocs/index.html: ident >nul 2>&1
! 16722:
! 16723: * src/classes/gd/gif.C: couple casts
! 16724:
! 16725: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
! 16726: systems
! 16727:
! 16728: * src/classes/gd/gif.C: copyResized
! 16729:
! 16730: * src/: classes/image.C, types/pa_vimage.h, www/htdocs/index.html:
! 16731: ^image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest
! 16732: w[;dest h]])
! 16733:
! 16734: 2001-10-15 parser
! 16735:
! 16736: * src/main/execute.C: z
! 16737:
! 16738: * src/: classes/xdoc.C, www/htdocs/index.html:
! 16739: !::create{qualifiedName}
! 16740:
! 16741: * src/types/pa_vxnode.C: document_type_node.
! 16742: !readonly attribute DOMString name
! 16743: !notation_node.
! 16744: !readonly attribute DOMString publicId
! 16745: !readonly attribute DOMString systemId
! 16746:
! 16747: * src/: types/pa_vcode_frame.h, types/pa_wcontext.C,
! 16748: www/htdocs/index.html: code_frame fixed - ::write badly passed
! 16749: string too transparently [failed to intercept it]
! 16750:
! 16751: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
! 16752: include/pa_request.h, main/pa_sql_driver_manager.C,
! 16753: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
! 16754: types/pa_vxnode.h: DOM1 major addtion, only few
! 16755: attributes/methods left
! 16756:
! 16757: 2001-10-13 parser
! 16758:
! 16759: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
! 16760: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
! 16761: in main handler
! 16762:
! 16763: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
! 16764: cleanups & frees order
! 16765:
! 16766: * src/types/pa_vcode_frame.h: couple comments
! 16767:
! 16768: * src/: main/execute.C, types/pa_vcode_frame.h,
! 16769: www/htdocs/index.html: vcodeframe made transparent enough to
! 16770: handle hash if creation&passing
! 16771:
! 16772: * src/: include/pa_config_fixed.h, main/execute.C,
! 16773: main/pa_exception.C, www/htdocs/index.html: noticed that
! 16774: vcodeframe not transparent enough, would change now
! 16775:
! 16776: 2001-10-12 parser
! 16777:
! 16778: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
! 16779: fixed. initialization&free on each thread!
! 16780:
! 16781: * src/: classes/double.C, classes/int.C, classes/string.C,
! 16782: www/htdocs/index.html: sql{}[$.default[({})]] handling changed:
! 16783: now type of default param analized always, not only at problem
! 16784: time, thus helping early problem spotting
! 16785:
! 16786: * src/: classes/classes.dsp, classes/xdoc.C, classes/gd/gd.dsp,
! 16787: classes/smtp/smtp.dsp, classes/xalan-patched/xalan_patched.dsp,
! 16788: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
! 16789: pcre/pcre.dsp, pcre/pcre_dftables.dsp,
! 16790: pcre/pcre_parser_ctype.dsp,
! 16791: targets/apache13/ApacheModuleParser3.dsp,
! 16792: targets/apache13/mod_parser3.C, targets/cgi/parser3.C,
! 16793: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
! 16794: targets/isapi/parser3isapi.dsp, types/types.dsp,
! 16795: www/htdocs/index.html: xalan&xerces multithread bug fixed.
! 16796: initialization&free on each thread!
! 16797:
! 16798: 2001-10-11 parser
! 16799:
! 16800: * src/classes/xnode.C: xnode.selectSingle now
! 16801:
! 16802: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
! 16803: include/pa_pool.h, include/pa_stylesheet_connection.h,
! 16804: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
! 16805: convertors out of Pool into Exception
! 16806:
! 16807: * src/main/pa_string.C: const
! 16808:
! 16809: * src/: include/pa_string.h, main/pa_string.C,
! 16810: www/htdocs/index.html: restructured string: linked pieces of same
! 16811: language together prior to String::replace
! 16812:
! 16813: * src/: classes/hash.C, www/htdocs/index.html:
! 16814: !^hash.add[addme]
! 16815: !^hash.sub[subme]
! 16816: !^a.union[b] = new
! 16817: !^a.intersection[b] = new
! 16818: !^a.intersects[b] = bool
! 16819:
! 16820: * src/classes/hash.C: !^hash::append[append_from]
! 16821:
! 16822: * src/: classes/hash.C, types/pa_vhash.h, www/htdocs/index.html:
! 16823: !^hash::create[[copy_from]]
! 16824:
! 16825: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
! 16826: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
! 16827: main/untaint.C, types/pa_vvoid.h, www/htdocs/index.html: untaint
! 16828: lang origins table fixed. got rid of empty_string, which caused
! 16829: errors - it hasnt exception but somebody[value.bark] tried to
! 16830: throw it on it's pool
! 16831:
! 16832: * src/targets/apache13/ApacheModuleParser3.dsp: .dsp fixed due to
! 16833: relocate
! 16834:
! 16835: * src/: include/pa_config_auto.h.in,
! 16836: targets/apache13/p3runConfigure.in: makes
! 16837:
! 16838: * src/targets/apache13/: Makefile.am, p3runConfigure.in,
! 16839: hook/mod_parser3.c: added
! 16840:
! 16841: * src/targets/apache13/: ApacheModuleParser3.dsp, mod_parser3.C,
! 16842: p3runConfigure.in, pa_pool.C, pa_threads.C: restructured
! 16843:
! 16844: * src/targets/apache13/: Makefile.am, modules/Makefile.am,
! 16845: modules/extra/Makefile.am, modules/extra/mod_parser3.C,
! 16846: modules/extra/p3runConfigure.in, modules/extra/pa_pool.C,
! 16847: modules/extra/pa_threads.C, os/win32/ApacheModuleParser3.dsp:
! 16848: started restructuring
! 16849:
! 16850: * src/targets/apache13/modules/extra/Makefile.am: makes
! 16851:
! 16852: * src/targets/apache13/modules/extra/p3runConfigure.in: added
! 16853:
! 16854: 2001-10-10 parser
! 16855:
! 16856: * src/: targets/apache13/modules/extra/pa_pool.C,
! 16857: www/htdocs/index.html: \n
! 16858:
! 16859: * src/: classes/op.C, main/compile.tab.C,
! 16860: www/parser3root_debug.conf, www/htdocs/index.html: ^error[msg]
! 16861:
! 16862: * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
! 16863: ^a[
! 16864:
! 16865: @next_method << now unclosed ] would be reported here
! 16866:
! 16867: * src/classes/gd/gif.C: arc algorithms: commented all bresenhams,
! 16868: algs must be unified, not "perfect"
! 16869:
! 16870: * src/: classes/gd/gif.C, main/compile.tab.C, main/compile.y,
! 16871: www/htdocs/index.html: ^a[^b] more informative compile error
! 16872:
! 16873: 2001-10-09 parser
! 16874:
! 16875: * src/: classes/Makefile.am, classes/xalan-patched/Makefile.am,
! 16876: main/Makefile.am, targets/apache13/modules/extra/Makefile.am,
! 16877: targets/cgi/Makefile.am, types/Makefile.am: makes
! 16878:
! 16879: * src/classes/xalan-patched/XalanTransformer2.cpp: crlf @ eol
! 16880:
! 16881: * src/classes/: Makefile.am, xalan-patched/Makefile.am: makes
! 16882:
! 16883: * src/: classes/xalan-patched/xalan_patched.dsp,
! 16884: targets/apache13/modules/extra/mod_parser3.C,
! 16885: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 16886: www/htdocs/index.html: xml transform win32 errors intercepted
! 16887: [xalan transformer patched and incorporated]
! 16888:
! 16889: * src/: classes/xalan-patched/XalanTransformer2.cpp,
! 16890: classes/xalan-patched/XalanTransformer2.hpp, classes/classes.dsp,
! 16891: classes/xdoc.C, classes/xalan-patched/xalan_patched.dsp,
! 16892: include/pa_stylesheet_connection.h, main/main.dsp,
! 16893: targets/apache13/modules/extra/mod_parser3.C,
! 16894: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 16895: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
! 16896: patches starting
! 16897:
! 16898: * src/classes/xalan-patched/: XalanTransformer2.cpp,
! 16899: XalanTransformer2.hpp: xalan patches starting
! 16900:
! 16901: * src/: classes/string.C, classes/table.C, www/htdocs/index.html:
! 16902: ^string.save[file]
! 16903:
! 16904: * src/: classes/date.C, classes/table.C, www/htdocs/index.html:
! 16905: calendar moved to date
! 16906:
! 16907: * src/: classes/op.C, classes/table.C, www/htdocs/global.xsl,
! 16908: www/htdocs/index.html: table.hash[key field;value field(s)
! 16909: string/table] now
! 16910:
! 16911: * src/www/htdocs/index.html: for delim desc
! 16912:
! 16913: * src/: classes/op.C, classes/table.C, www/htdocs/index.html: z
! 16914:
! 16915: * src/www/htdocs/index.html: xdoc xnode junction vfile vimage now
! 16916: as_bool=true and can be used in expressions
! 16917:
! 16918: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
! 16919: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
! 16920: types/pa_vxnode.h, www/htdocs/index.html: table:menu & op for
! 16921: delims made allowed not to be code [be string..]
! 16922:
! 16923: * src/: classes/double.C, classes/file.C, classes/image.C,
! 16924: classes/int.C, classes/op.C, classes/string.C, classes/table.C,
! 16925: www/htdocs/index.html: lots of
! 16926: params->as_int/double/as_string/as_junction/as_no_junction
! 16927: messages added
! 16928:
! 16929: 2001-10-08 parser
! 16930:
! 16931: * src/: classes/date.C, classes/image.C, classes/string.C,
! 16932: classes/table.C, classes/void.C, include/pa_request.h,
! 16933: www/htdocs/index.html: params->as_int/double message added
! 16934:
! 16935: * src/: classes/image.C, classes/gd/gif.C, www/htdocs/index.html:
! 16936: image:circle [and round arc] uses Bresenham
! 16937:
! 16938: * src/: classes/image.C, classes/gd/gd.dsp, classes/gd/gif.C,
! 16939: classes/gd/gif.h, types/pa_vcookie.C, types/pa_vimage.C,
! 16940: www/htdocs/index.html: image:sector removed image:html internal
! 16941: "line-*" attribs
! 16942:
! 16943: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
! 16944: types/pa_vcookie.C, www/htdocs/index.html: cookie urlencoded
! 16945: [netscape doc reread]
! 16946:
! 16947: * src/classes/gd/: gif.C, mtables.h: image:arc image:circle
! 16948:
! 16949: * src/types/pa_vcookie.C: removing cookie made more netscape-like
! 16950: way
! 16951:
! 16952: * src/: classes/file.C, classes/form.C, main/pa_common.C,
! 16953: main/untaint.C, www/windows-1251.cfg, www/htdocs/index.html:
! 16954: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
! 16955: nonforced [only tainted pieces]
! 16956:
! 16957: * src/classes/gd/gif.C: image.bar now draws (100 100 0 0)
! 16958:
! 16959: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
! 16960: targets/apache13/modules/extra/mod_parser3.C,
! 16961: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
! 16962: @ SAPI::log
! 16963:
! 16964: * src/main/untaint.C: \r to ' ' in origins mode
! 16965:
! 16966: * src/: classes/xdoc.C, www/htdocs/auto.p, www/htdocs/index.html:
! 16967: xdoc:load exceptions intercepted [like in set]
! 16968:
! 16969: * src/: classes/xdoc.C, include/pa_config_fixed.h,
! 16970: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
! 16971: nonstandard liaison freed up
! 16972:
! 16973: 2001-10-07 parser
! 16974:
! 16975: * src/: include/pa_config_fixed.h, main/compile.tab.C,
! 16976: pcre/pcre.dsp, www/parser3root_debug.conf, www/htdocs/auto.p,
! 16977: www/htdocs/index.html: restored project
! 16978:
! 16979: 2001-10-05 parser
! 16980:
! 16981: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
! 16982: main/pa_pool.C, www/htdocs/index.html: changed xdoc:set to
! 16983: prevent SAXParseException from outputing to cerr. lots of
! 16984: "todos"
! 16985:
! 16986: * src/: main/untaint.C, www/htdocs/index.html: http_header tainting
! 16987: more gentle with enquoting now
! 16988:
! 16989: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
! 16990: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h,
! 16991: www/htdocs/global.xsl, www/htdocs/index.html: started xml
! 16992: errorhandler. fixed string.replace a little, read @test
! 16993:
! 16994: * src/main/pa_string.C: found replace bug - first_that_starts(char
! 16995: *) does not have limit, and looks further eos, fixing....
! 16996:
! 16997: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
! 16998:
! 16999: * src/: classes/xdoc.C, main/compile.tab.C, www/htdocs/index.html:
! 17000: xdoc.transform now
! 17001:
! 17002: * src/: main/pa_charset_connection.C, www/htdocs/index.html: ctype
! 17003: another mem clear bugfix
! 17004:
! 17005: * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
! 17006: disabled ^literals in names $result[^[$p^]z] now works fine
! 17007:
! 17008: * src/: include/pa_hash.h, main/pa_hash.C, www/htdocs/index.html:
! 17009: Hash::size() calculated wrong. fixed it
! 17010:
! 17011: * src/www/htdocs/index.html: desc
! 17012:
! 17013: * src/: main/pa_charset_connection.C, www/parser3root_debug.conf,
! 17014: www/htdocs/index.html: unicode zero pair at the beging of totable
! 17015: appered to be vital
! 17016:
! 17017: 2001-10-04 parser
! 17018:
! 17019: * src/: classes/image.C, www/parser3root_debug.conf,
! 17020: www/htdocs/index.html: ^image.length[text]
! 17021:
! 17022: 2001-10-03 parser
! 17023:
! 17024: * src/www/: koi8-r.cfg, ruspart_win2koi.pl, win-koi.tab: koi 0
! 17025:
! 17026: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
! 17027:
! 17028: * src/main/pa_request.C: restored pcre defaulting in request
! 17029: [mindlessly "optimized" yesterday] comment left
! 17030:
! 17031: * src/www/: parser3root_debug.conf, htdocs/index.html: z
! 17032:
! 17033: 2001-10-02 parser
! 17034:
! 17035: * src/: main/pa_charset_manager.C,
! 17036: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
! 17037: needed
! 17038:
! 17039: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
! 17040: forgot non-xml pool.*charset needed
! 17041:
! 17042: * src/: classes/table.C, www/parser3root_debug.conf,
! 17043: www/htdocs/index.html: # config comments fixed
! 17044:
! 17045: * src/www/: parser3root_debug.conf, htdocs/index.html: changed
! 17046: connect string format to support options charset=cp1251_koi8
! 17047: timeout=3 compress=1& named_pipe=1
! 17048:
! 17049: * src/www/parser3root_debug.conf: for history
! 17050:
! 17051: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
! 17052: charset_connection #comment now
! 17053:
! 17054: * src/: classes/classes.dsp, types/types.dsp: release projects
! 17055: options fixed to use release msvcrt lib
! 17056:
! 17057: * src/www/htdocs/index.html: z
! 17058:
! 17059: * src/main/pa_charset_connection.C: pcre tables now const inside
! 17060: removed default - pcre handles that internally fixed bug on
! 17061: not-cleaning tables [previously was calloced, now member]
! 17062:
! 17063: * src/: include/pa_request.h, main/pa_charset_connection.C,
! 17064: main/pa_request.C, pcre/pcre.dsp, types/pa_vstring.h,
! 17065: www/htdocs/index.html: pcre tables now const inside removed
! 17066: default - pcre handles that internally fixed bug on not-cleaning
! 17067: tables [previously was calloced, now member]
! 17068:
! 17069: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C,
! 17070: www/htdocs/index.html: tested charset reload on file change @
! 17071: apache version = OK tested freeing up prev encoding on adding new
! 17072: = OK
! 17073:
! 17074: 2001-10-01 parser
! 17075:
! 17076: * src/: main/pa_charset_connection.C, www/htdocs/index.html:
! 17077: removed entitify external hack [internal installed]
! 17078:
! 17079: * src/: main/Makefile.am, www/htdocs/index.html: makes+removed dtd
! 17080:
! 17081: * src/www/: windows-1251.cfg, htdocs/windows-1251.cfg:
! 17082: windows-1251.cfg moved
! 17083:
! 17084: * src/classes/gd/Makefile.am: makes
! 17085:
! 17086: * src/: include/pa_charset_connection.h,
! 17087: include/pa_charset_manager.h,
! 17088: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 17089: main/pa_charset_connection.C, main/pa_charset_manager.C,
! 17090: main/pa_request.C, www/htdocs/index.html: charset loading &
! 17091: caching mech 0
! 17092:
! 17093: * src/: include/pa_stylesheet_connection.h,
! 17094: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 17095: main/pa_globals.C, main/pa_request.C, www/htdocs/index.html:
! 17096: would make charset loading & caching mech now
! 17097:
! 17098: 2001-09-30 parser
! 17099:
! 17100: * src/www/htdocs/index.html: forgot to fill toTable
! 17101:
! 17102: * src/main/pa_request.C: forgot to fill toTable
! 17103:
! 17104: * src/: include/pa_config_fixed.h, main/pa_request.C: started
! 17105: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
! 17106: failed on win32 for now..
! 17107:
! 17108: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 17109: www/htdocs/index.html: now charsets table configuration variable
! 17110: is: CHARSETS
! 17111:
! 17112: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C,
! 17113: www/htdocs/index.html, www/htdocs/windows-1251.cfg: ctype with
! 17114: unicode 1. todo: no П entities on output somehow
! 17115:
! 17116: * src/: classes/file.C, classes/op.C, classes/string.C,
! 17117: include/pa_request.h, main/pa_request.C, pcre/ibm-1251.ucm,
! 17118: www/htdocs/index.html: started ctype with unicode values
! 17119:
! 17120: 2001-09-28 parser
! 17121:
! 17122: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
! 17123: classes/xdoc.C, include/pa_stylesheet_connection.h,
! 17124: pcre/pcre_parser_ctype.c, www/htdocs/index.html: letter body
! 17125: string passed AS-IS now
! 17126:
! 17127: * src/: classes/xdoc.C, classes/xnode.C,
! 17128: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17129: www/htdocs/index.html: xdoc addencoding works! invented a way of
! 17130: user-configuring... todo: implement
! 17131:
! 17132: 2001-09-27 parser
! 17133:
! 17134: * src/: classes/table.C, www/htdocs/index.html: table.sort changed
! 17135: to sort table itself
! 17136:
! 17137: * src/www/htdocs/people.dtd: z
! 17138:
! 17139: * src/: classes/xdoc.C,
! 17140: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17141: targets/isapi/parser3isapi.dsp, www/htdocs/index.html:
! 17142: X^.getElementsByTagName[tagname] = array of xnode
! 17143: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
! 17144: nodes removed - regretfully not supported @ xalan. maybe someday
! 17145: would reimplement, if needed.
! 17146:
! 17147: win32build system: solved long waiting anti-non-started-apache
! 17148: problem
! 17149:
! 17150: * src/: classes/classes.dsp, classes/xdoc.C, classes/gd/gd.dsp,
! 17151: classes/gd/gifio.C, classes/smtp/smtp.dsp, main/main.dsp,
! 17152: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17153: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
! 17154: types/types.dsp, www/htdocs/index.html: win32 ident make system
! 17155: so not to rebuild library [ident.C.new]
! 17156:
! 17157: 2001-09-26 parser
! 17158:
! 17159: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
! 17160: classes/xnode.h, classes/gd/gd.dsp, classes/smtp/smtp.dsp,
! 17161: include/pa_config_fixed.h, main/main.dsp,
! 17162: targets/apache13/modules/extra/mod_parser3.C,
! 17163: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17164: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 17165: types/pa_vxnode.C, types/types.dsp, www/htdocs/index.html: z
! 17166:
! 17167: * src/: classes/classes.C, www/htdocs/index.html: forgot one
! 17168: non-xml check
! 17169:
! 17170: * src/: Makefile.am, classes/Makefile.am, classes/gd/Makefile.am,
! 17171: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
! 17172: makes with clases.awk
! 17173:
! 17174: * src/targets/cgi/parser3.C: z
! 17175:
! 17176: * src/: include/pa_config_fixed.h,
! 17177: targets/apache13/modules/extra/mod_parser3.C,
! 17178: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17179: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: #ifdef SMTP
! 17180:
! 17181: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
! 17182: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 17183: main/compile.tab.C,
! 17184: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17185: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
! 17186: types/pa_vdom.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 17187: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp,
! 17188: www/htdocs/index.html: xdoc&xnode now
! 17189:
! 17190: * src/: classes/classes.C, classes/classes.awk,
! 17191: classes/classes.dsp, classes/classes.h, classes/date.C,
! 17192: classes/dnode.C, classes/dnode.h, classes/dom.C,
! 17193: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 17194: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
! 17195: classes/op.C, classes/response.C, classes/string.C,
! 17196: classes/table.C, classes/void.C, classes/gd/gd.dsp,
! 17197: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 17198: classes/smtp/comms.C, classes/smtp/smtp.C, classes/smtp/smtp.dsp,
! 17199: classes/smtp/smtp.h, include/pa_array.h, include/pa_common.h,
! 17200: include/pa_config_fixed.h, include/pa_config_includes.h,
! 17201: include/pa_dictionary.h, include/pa_dir.h,
! 17202: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 17203: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
! 17204: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 17205: include/pa_stack.h, include/pa_string.h,
! 17206: include/pa_stylesheet_connection.h, include/pa_table.h,
! 17207: include/pa_threads.h, include/pa_types.h,
! 17208: include/pa_xslt_stylesheet_manager.h, main/compile.C,
! 17209: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 17210: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
! 17211: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
! 17212: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
! 17213: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
! 17214: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
! 17215: main/pa_xslt_stylesheet_manager.C, main/untaint.C, pcre/pcre.dsp,
! 17216: pcre/pcre_dftables.dsp, pcre/pcre_parser_ctype.dsp,
! 17217: sql/pa_sql_driver.h,
! 17218: targets/apache13/modules/extra/mod_parser3.C,
! 17219: targets/apache13/modules/extra/pa_pool.C,
! 17220: targets/apache13/modules/extra/pa_threads.C,
! 17221: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17222: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 17223: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 17224: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
! 17225: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 17226: targets/isapi/pool_storage.h, types/pa_valiased.C,
! 17227: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 17228: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
! 17229: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdnode.C,
! 17230: types/pa_vdnode.h, types/pa_vdom.C, types/pa_vdom.h,
! 17231: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
! 17232: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 17233: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 17234: types/pa_vjunction.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
! 17235: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 17236: types/pa_vresponse.h, types/pa_vstateless_class.C,
! 17237: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 17238: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
! 17239: types/pa_vtable.h, types/pa_vvoid.h, types/pa_wcontext.C,
! 17240: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp: added
! 17241: ident.awk and main.dsp splitted to main+classes+types along to
! 17242: .am
! 17243:
! 17244: * src/classes/Makefile.am: removed useless var
! 17245:
! 17246: * src/: classes/classes.cmd, main/main.dsp,
! 17247: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
! 17248: main.dsp
! 17249:
! 17250: 2001-09-25 parser
! 17251:
! 17252: * src/: include/pa_config_auto.h.in, www/htdocs/index.html: xml on
! 17253: linux[elik] works! no 1251 though, todo ICU
! 17254:
! 17255: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
! 17256: classes/gd/Makefile.am, include/pa_stylesheet_connection.h,
! 17257: main/Makefile.am, main/pa_pool.C,
! 17258: targets/apache13/modules/extra/Makefile.am,
! 17259: targets/cgi/Makefile.am, types/Makefile.am, types/pa_vdom.h: xml
! 17260: configure makes
! 17261:
! 17262: 2001-09-24 parser
! 17263:
! 17264: * src/sql/pgsql/: AUTHORS, COPYING, ChangeLog, INSTALL,
! 17265: Makefile.am, NEWS, README, acinclude.m4, config.guess,
! 17266: config.sub, config_auto.h.in, config_fixed.h, config_includes.h,
! 17267: configure, configure.in, install-sh, ltconfig, ltmain.sh,
! 17268: missing, mkinstalldirs, parser3pgsql.C, parser3pgsql.def,
! 17269: parser3pgsql.dsp, PgSQL32/include/libpq-fe.h,
! 17270: PgSQL32/include/postgres_ext.h, PgSQL32/include/libpq/libpq-fs.h,
! 17271: PgSQL32/lib/release/libpq.dll, libltdl/Makefile.am,
! 17272: libltdl/README, libltdl/acinclude.m4, libltdl/aclocal.m4,
! 17273: libltdl/config.h, libltdl/config_auto.h.in,
! 17274: libltdl/config_fixed.h, libltdl/configure, libltdl/configure.in,
! 17275: libltdl/libltdl_pgsql.dsp, libltdl/ltdl.c, libltdl/ltdl.h: moved
! 17276: this dir to cvs module
! 17277:
! 17278: * src/sql/: mysql/AUTHORS, mysql/COPYING, mysql/ChangeLog,
! 17279: mysql/INSTALL, mysql/Makefile.am, mysql/NEWS, mysql/README,
! 17280: mysql/acinclude.m4, mysql/config.guess, mysql/config.sub,
! 17281: mysql/config_auto.h.in, mysql/config_fixed.h,
! 17282: mysql/config_includes.h, mysql/configure, mysql/configure.in,
! 17283: mysql/install-sh, mysql/ltconfig, mysql/ltmain.sh, mysql/missing,
! 17284: mysql/mkinstalldirs, mysql/parser3mysql.C,
! 17285: mysql/parser3mysql.def, mysql/parser3mysql.dsp,
! 17286: mysql/libltdl/Makefile.am, mysql/libltdl/README,
! 17287: mysql/libltdl/acinclude.m4, mysql/libltdl/aclocal.m4,
! 17288: mysql/libltdl/config.h, mysql/libltdl/config_auto.h.in,
! 17289: mysql/libltdl/config_fixed.h, mysql/libltdl/configure,
! 17290: mysql/libltdl/configure.in, mysql/libltdl/libltdl_mysql.dsp,
! 17291: mysql/libltdl/ltdl.c, mysql/libltdl/ltdl.h,
! 17292: mysql/mySQL32/include/Libmysql.def, mysql/mySQL32/include/dbug.h,
! 17293: mysql/mySQL32/include/errmsg.h, mysql/mySQL32/include/m_ctype.h,
! 17294: mysql/mySQL32/include/m_string.h,
! 17295: mysql/mySQL32/include/my_list.h,
! 17296: mysql/mySQL32/include/my_pthread.h,
! 17297: mysql/mySQL32/include/my_sys.h, mysql/mySQL32/include/mysql.h,
! 17298: mysql/mySQL32/include/mysql_com.h,
! 17299: mysql/mySQL32/include/mysql_version.h,
! 17300: mysql/mySQL32/include/mysqld_error.h,
! 17301: mysql/mySQL32/include/raid.h, mysql/mySQL32/lib/opt/libmySQL.dll,
! 17302: odbc/parser3odbc.C, odbc/parser3odbc.def, odbc/parser3odbc.dsp,
! 17303: odbc/MFCpatches/AFXIMPL.H, odbc/MFCpatches/CTLIMPL.H,
! 17304: odbc/MFCpatches/DAOIMPL.H, odbc/MFCpatches/DBCORE.CPP,
! 17305: odbc/MFCpatches/DBIMPL.H, odbc/MFCpatches/OLEIMPL2.H,
! 17306: odbc/MFCpatches/SOCKIMPL.H, odbc/MFCpatches/STDAFX.H,
! 17307: odbc/MFCpatches/WINHAND_.H, oracle/AUTHORS, oracle/COPYING,
! 17308: oracle/ChangeLog, oracle/INSTALL, oracle/Makefile.am,
! 17309: oracle/NEWS, oracle/README, oracle/acinclude.m4,
! 17310: oracle/config.guess, oracle/config.sub, oracle/config_auto.h.in,
! 17311: oracle/config_fixed.h, oracle/config_includes.h,
! 17312: oracle/configure, oracle/configure.in, oracle/install-sh,
! 17313: oracle/ltconfig, oracle/ltmain.sh, oracle/missing,
! 17314: oracle/mkinstalldirs, oracle/parser3oracle.C,
! 17315: oracle/parser3oracle.def, oracle/parser3oracle.dsp,
! 17316: oracle/libltdl/Makefile.am, oracle/libltdl/README,
! 17317: oracle/libltdl/acinclude.m4, oracle/libltdl/aclocal.m4,
! 17318: oracle/libltdl/config.h, oracle/libltdl/config_auto.h.in,
! 17319: oracle/libltdl/config_fixed.h, oracle/libltdl/configure,
! 17320: oracle/libltdl/configure.in, oracle/libltdl/libltdl_oracle.dsp,
! 17321: oracle/libltdl/ltdl.c, oracle/libltdl/ltdl.h,
! 17322: oracle/oracle32/include/oci/cdemodp0.h,
! 17323: oracle/oracle32/include/oci/kusapi.h,
! 17324: oracle/oracle32/include/oci/kustags.h,
! 17325: oracle/oracle32/include/oci/nzerror.h,
! 17326: oracle/oracle32/include/oci/nzt.h,
! 17327: oracle/oracle32/include/oci/oci.h,
! 17328: oracle/oracle32/include/oci/oci1.h,
! 17329: oracle/oracle32/include/oci/oci8dp.h,
! 17330: oracle/oracle32/include/oci/ociap.h,
! 17331: oracle/oracle32/include/oci/ociapr.h,
! 17332: oracle/oracle32/include/oci/ocidef.h,
! 17333: oracle/oracle32/include/oci/ocidem.h,
! 17334: oracle/oracle32/include/oci/ocidfn.h,
! 17335: oracle/oracle32/include/oci/ociextp.h,
! 17336: oracle/oracle32/include/oci/ocikp.h,
! 17337: oracle/oracle32/include/oci/ocikpr.h,
! 17338: oracle/oracle32/include/oci/odci.h,
! 17339: oracle/oracle32/include/oci/oratypes.h,
! 17340: oracle/oracle32/include/oci/ori.h,
! 17341: oracle/oracle32/include/oci/orid.h,
! 17342: oracle/oracle32/include/oci/orl.h,
! 17343: oracle/oracle32/include/oci/oro.h,
! 17344: oracle/oracle32/include/oci/ort.h,
! 17345: oracle/oracle32/include/oci/sx3.h,
! 17346: oracle/oracle32/include/oci/tnsapi.h: made these directories to
! 17347: cvs modules
! 17348:
! 17349: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
! 17350: types/Makefile.am: makes
! 17351:
! 17352: * src/targets/cgi/Makefile.am: makefiles
! 17353:
! 17354: * src/: Makefile.am, targets/Makefile.am,
! 17355: targets/apache13/Makefile.am, targets/cgi/pa_pool.C: started unix
! 17356: makes update
! 17357:
! 17358: * src/: Makefile.am, main/Makefile.am,
! 17359: targets/apache13/modules/extra/Makefile.am,
! 17360: targets/cgi/Makefile.am: started unix makes update
! 17361:
! 17362: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
! 17363:
! 17364: * src/types/pa_value.h: z
! 17365:
! 17366: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
! 17367: bugs with usinge hash/table in expressions
! 17368:
! 17369: * src/: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17370: types/pa_vfile.h, types/pa_vimage.h, types/pa_vstring.h: fiew
! 17371: wrong resolved conflicts fixed [const]
! 17372:
! 17373: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
! 17374: classes/table.C, classes/gd/gd.dsp, classes/gd/gif.C,
! 17375: classes/gd/gif.h, include/pa_request.h, include/pa_sapi.h,
! 17376: main/compile.C, main/compile.tab.C, main/compile.y,
! 17377: main/compile_tools.h, main/main.dsp, main/pa_common.C,
! 17378: main/pa_sql_driver_manager.C,
! 17379: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17380: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
! 17381: types/pa_vbool.h, types/pa_vdate.h, types/pa_vdouble.h,
! 17382: types/pa_vform.C, types/pa_vhash.h, types/pa_vimage.h,
! 17383: types/pa_vint.h, types/pa_vstring.h, types/pa_vtable.h,
! 17384: types/pa_vvoid.h, www/htdocs/index.html: merged3 with before_xml
! 17385: [merge2 actually didn't happen - i've created tags on wrong
! 17386: branch. so this merge is in fact re-merge]
! 17387:
! 17388: 2001-09-21 parser
! 17389:
! 17390: * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: updated
! 17391: project files [/ sadly produced "" in make file and sadly wrong
! 17392: interpreted on load]
! 17393:
! 17394: * src/: classes/gd/gd.dsp, classes/smtp/smtp.dsp, main/main.dsp,
! 17395: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17396: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: updated
! 17397: project files [/ sadly produced "" in make file and sadly wrong
! 17398: interpreted on load]
! 17399:
! 17400: * src/: classes/classes.h, classes/hash.C, classes/op.C,
! 17401: classes/table.C, classes/gd/gd.dsp, classes/gd/gif.h,
! 17402: classes/smtp/smtp.dsp, doc/doxygen.cfg, include/pa_common.h,
! 17403: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
! 17404: include/pa_sql_driver_manager.h, include/pa_string.h,
! 17405: main/compile.tab.C, main/main.dsp, main/pa_common.C,
! 17406: main/pa_exec.C, main/pa_globals.C,
! 17407: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17408: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
! 17409: with before_xml
! 17410:
! 17411: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
! 17412: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
! 17413: classes/mail.C, classes/gd/gd.dsp, classes/gd/gif.C,
! 17414: classes/gd/gifio.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 17415: classes/smtp/smtp.dsp, doc/doxygen.cfg,
! 17416: include/pa_config_fixed.h, include/pa_pool.h, main/main.dsp,
! 17417: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
! 17418: main/pa_xslt_stylesheet_manager.C, pcre/pcre_parser_ctype.c,
! 17419: targets/apache13/modules/extra/mod_parser3.C,
! 17420: targets/apache13/modules/extra/pa_pool.C,
! 17421: targets/apache13/modules/extra/pa_threads.C,
! 17422: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17423: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
! 17424: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
! 17425: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp,
! 17426: types/pa_valiased.C, types/pa_vcookie.C, types/pa_vdnode.C,
! 17427: types/pa_vdom.C, types/pa_vfile.C, types/pa_vform.C,
! 17428: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.h,
! 17429: types/pa_vstateless_class.C, types/pa_vstring.C,
! 17430: types/pa_vtable.C, types/pa_wcontext.C, www/htdocs/index.html:
! 17431: zillions of #ifdef XML created new projects for sql drivers
! 17432: [planning to remove sql drivers from main cvs project] first,
! 17433: will join latest changes
! 17434:
! 17435: * src/: classes/dom.C, www/htdocs/index.html: defaulted dom writing
! 17436: methods encoding to pool.get_charset
! 17437:
! 17438: * src/: classes/dom.C, www/htdocs/index.html: defaulted dom writing
! 17439: methods encoding to pool.get_charset
! 17440:
! 17441: * src/include/pa_pool.h: defaulted dom writing methods encoding to
! 17442: pool.get_charset
! 17443:
! 17444: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
! 17445: types/pa_vdnode.C, types/pa_vresponse.h, www/htdocs/index.html:
! 17446: defaulted dom writing methods encoding to pool.get_charset
! 17447:
! 17448: * src/: include/pa_pool.h, main/pa_pool.C, www/htdocs/index.html:
! 17449: checked whether transcoder were created right "unsupported
! 17450: encoding" message. not @ set time, but @ use time, so until xml
! 17451: output functions .string, .file, .save used - no encoding name
! 17452: check occur
! 17453:
! 17454: reduced transcode buffer size to 60 fixed pool cleanup - no
! 17455: registration needed, pools are officially destructured
! 17456:
! 17457: 2001-09-20 parser
! 17458:
! 17459: * src/classes/image.C: 20K preload on jpg measure [image::measure]
! 17460:
! 17461: * src/: main/pa_pool.C, main/pa_request.C, www/htdocs/index.html:
! 17462: Pool::transcode defaults from
! 17463: $MAIN:DEFAULTS.content-type[$.charset[here]]
! 17464:
! 17465: * src/: classes/dnode.C, classes/dom.C, classes/gd/gd.dsp,
! 17466: classes/smtp/smtp.dsp, include/pa_config_includes.h,
! 17467: include/pa_globals.h, include/pa_pool.h, main/main.dsp,
! 17468: main/pa_globals.C, main/pa_pool.C,
! 17469: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17470: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
! 17471: targets/isapi/parser3isapi.dsp, types/pa_vdnode.C,
! 17472: types/pa_vdnode.h, types/pa_vresponse.h, www/htdocs/index.html:
! 17473: Pool::transcode 0
! 17474:
! 17475: * src/www/htdocs/index.html:
! 17476: xml-xalan\c\src\PlatformSupport\XalanTranscodingServices.cpp has
! 17477: no windows-1251 encoding enabled for short[non digitalentity]
! 17478: output. patched, now works
! 17479:
! 17480: * src/: classes/dom.C, www/htdocs/index.html: dom. string save file
! 17481: moved output xml options to last param and made it optional
! 17482:
! 17483: * src/www/htdocs/index.html: !$elementnode.attributes = hash of
! 17484: dnodes
! 17485: !$attributenode.specified = boolean
! 17486: true if the attribute received its value explicitly
! 17487: in the XML document,
! 17488: or if a value was assigned programatically with the
! 17489: setValue function.
! 17490: false if the attribute value came from the default value
! 17491: declared in the document's DTD.
! 17492: !$pinode.target = target of this processing instruction
! 17493: XML defines this as being the first token following the
! 17494: markup
! 17495: that begins the processing instruction.
! 17496: XPath:
! 17497: !^node.select[xpath/query/expression] = hash of 0->node0
! 17498: 1->node1
! 17499: !^node.select-single[xpath/query/expression] = first node if
! 17500: any
! 17501:
! 17502: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
! 17503: dnodes
! 17504: !$attributenode.specified = boolean
! 17505: true if the attribute received its value explicitly
! 17506: in the XML document,
! 17507: or if a value was assigned programatically with the
! 17508: setValue function.
! 17509: false if the attribute value came from the default value
! 17510: declared in the document's DTD.
! 17511: !$pinode.target = target of this processing instruction
! 17512: XML defines this as being the first token following the
! 17513: markup
! 17514: that begins the processing instruction.
! 17515: XPath:
! 17516: !^node.select[xpath/query/expression] = hash of 0->node0
! 17517: 1->node1
! 17518: !^node.select-single[xpath/query/expression] = first node if
! 17519: any
! 17520:
! 17521: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
! 17522: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
! 17523: some 'const's added
! 17524:
! 17525: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
! 17526: expression context now, there value = size and boolean value
! 17527: size!=0
! 17528:
! 17529: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
! 17530: can be used in expression context now, there value = size and
! 17531: boolean value size!=0
! 17532:
! 17533: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
! 17534: types/pa_vstring.h, www/htdocs/index.html: dnode .file .string
! 17535: .save moved back to dom due to strange xalan bug
! 17536:
! 17537: 2001-09-18 parser
! 17538:
! 17539: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
! 17540: classes/image.C, classes/op.C, classes/table.C, classes/gd/gif.C,
! 17541: classes/gd/gif.h, include/pa_common.h, include/pa_globals.h,
! 17542: include/pa_request.h, include/pa_sql_driver_manager.h,
! 17543: main/compile.C, main/compile.tab.C, main/compile.y,
! 17544: main/compile_tools.h, main/execute.C, main/pa_common.C,
! 17545: main/pa_request.C, main/pa_sql_driver_manager.C,
! 17546: main/pa_string.C, main/pa_table.C,
! 17547: targets/apache13/modules/extra/mod_parser3.C,
! 17548: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 17549: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
! 17550: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
! 17551: types/pa_vimage.h, types/pa_vtable.h, www/.htaccess, www/auto.p,
! 17552: www/htdocs/index.html: merged latest bugfixes from before_xml
! 17553: branch ^if(def $hash) now true only when ^hash:_count[]!=0 moved
! 17554: .string .save .file from dom to dnode
! 17555:
! 17556: * src/www/htdocs/index.html: about to merge latest bugfixes from
! 17557: before_xml branch
! 17558:
! 17559: * src/: classes/op.C, main/execute.C, www/htdocs/index.html:
! 17560: operators self changed to root ^for variable context changed to
! 17561: self
! 17562:
! 17563: * src/www/htdocs/index.html: dom, dnode 1
! 17564:
! 17565: * src/: types/pa_vdnode.C, types/pa_vdom.h, types/pa_vhash.h,
! 17566: types/pa_vtable.h, www/htdocs/index.html: dom, dnode 1
! 17567:
! 17568: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
! 17569: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17570: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
! 17571:
! 17572: * src/: classes/image.C, main/pa_string.C, main/pa_table.C,
! 17573: www/htdocs/index.html: image: poly* fixed
! 17574:
! 17575: 2001-09-17 parser
! 17576:
! 17577: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
! 17578: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17579: types/pa_vdom.h, www/htdocs/index.html: started dnode+dom
! 17580:
! 17581: dnode DOM methods: $node.name $node.value
! 17582: ...others...
! 17583:
! 17584: ^node.xpath[/rates/USD] = hash
! 17585: $hash[
! 17586: $.0[node0]
! 17587: $.1[node1]
! 17588: ]
! 17589:
! 17590: * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
! 17591: types/pa_vimage.C, www/htdocs/index.html,
! 17592: targets/apache13/os/win32/ApacheModuleParser3.dsp:
! 17593: $image.line-style now applies to all linear primitives
! 17594:
! 17595: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
! 17596: include/pa_stylesheet_connection.h, main/main.dsp,
! 17597: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
! 17598: types/pa_vimage.h, www/htdocs/.htaccess, www/htdocs/auto.p,
! 17599: www/htdocs/index.html: started dnode DOM: $node.name
! 17600: $node.value ...others... ^node.xpath[/rates/USD] = hash
! 17601: dom(dnode)
! 17602:
! 17603: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
! 17604: main/compile.y, main/compile_tools.h, main/execute.C,
! 17605: targets/cgi/parser3.C, www/htdocs/auto.p, www/htdocs/index.html:
! 17606: expressions unary+ ^hash.count[] bugfix: in expression
! 17607: compound($aa.zz.xx) names now can have minus '-' in name after
! 17608: '.'
! 17609:
! 17610: 2001-09-15 parser
! 17611:
! 17612: * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
! 17613: types/pa_vimage.C, types/pa_vimage.h, www/htdocs/index.html:
! 17614: image: $line-width ^line(...)[**** style]
! 17615:
! 17616: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
! 17617: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
! 17618: pool_storage - cleanups first, allocations second. apache wisely
! 17619: does just like that
! 17620:
! 17621: * src/targets/apache13/modules/extra/pa_pool.C: critical section
! 17622: guardian
! 17623:
! 17624: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
! 17625: rewritten using template, no bugs now
! 17626:
! 17627: * src/: include/pa_pool.h, main/pa_pool.C,
! 17628: targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
! 17629: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
! 17630: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
! 17631: poorly started isapi pool_storage, would rewrite using template
! 17632: now
! 17633:
! 17634: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
! 17635: include/pa_stylesheet_connection.h, main/main.dsp,
! 17636: targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
! 17637: targets/isapi/pa_pool.C, targets/isapi/pool_storage.h,
! 17638: types/pa_vdom.C, types/pa_vdom.h: xalan objects freed up
! 17639: [introducing Pool::register_cleanup]
! 17640:
! 17641: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h,
! 17642: www/htdocs/auto.p, www/htdocs/global.xsl: comments
! 17643:
! 17644: 2001-09-14 parser
! 17645:
! 17646: * src/www/htdocs/: global.xsl, test.xml: z
! 17647:
! 17648: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
! 17649: z
! 17650:
! 17651: * src/: classes/dom.C, classes/file.C, classes/image.C,
! 17652: classes/mail.C, include/pa_common.h,
! 17653: include/pa_sql_driver_manager.h, include/pa_string.h,
! 17654: include/pa_stylesheet_connection.h,
! 17655: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
! 17656: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
! 17657: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
! 17658: main/untaint.C, sql/oracle/parser3oracle.C,
! 17659: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 17660: types/pa_vfile.C, www/htdocs/.htaccess: dom.xslt stylesheet
! 17661: compiled&cached
! 17662:
! 17663: 2001-09-13 parser
! 17664:
! 17665: * src/: classes/dom.C, classes/file.C, classes/image.C,
! 17666: types/pa_vfile.C, types/pa_vfile.h, www/htdocs/auto.p:
! 17667: ^dom.file[] charset
! 17668:
! 17669: * src/: classes/dom.C, www/htdocs/.htaccess, www/htdocs/auto.p,
! 17670: www/htdocs/index.html: dom:file content-type(.method)
! 17671:
! 17672: * src/: include/pa_common.h, include/pa_globals.h,
! 17673: main/pa_common.C, main/pa_request.C,
! 17674: targets/apache13/modules/extra/mod_parser3.C,
! 17675: www/htdocs/index.html: $MAIN:CLASS_PATH now can be string now
! 17676: more informative error messages
! 17677:
! 17678: * src/: include/pa_globals.h, include/pa_request.h,
! 17679: main/pa_request.C, targets/apache13/modules/extra/mod_parser3.C,
! 17680: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
! 17681: ParserRootConfig .../parser3.conf ParserSiteConfig
! 17682: .../parser3.conf
! 17683:
! 17684: cgi&isapi looks for {configure|c:\windows}/parser3.conf
! 17685:
! 17686: 2001-09-12 parser
! 17687:
! 17688: * src/: classes/op.C, include/pa_sql_driver_manager.h,
! 17689: main/pa_sql_driver_manager.C, www/htdocs/auto.p,
! 17690: www/htdocs/index.html: ^connect[] ^connect[aaa] more precise
! 17691: error reporting: "connection string must start with protocol://"
! 17692: now
! 17693:
! 17694: * src/: main/compile.tab.C, www/cgi-bin/auto.p, www/htdocs/auto.p:
! 17695: fixed - subname code parts actually [] braced
! 17696:
! 17697: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
! 17698: lexer on LS_USER level did [] matching without setting nestage,
! 17699: introduced special LS_NAME_SQUARE_PART state
! 17700:
! 17701: 2001-09-11 parser
! 17702:
! 17703: * src/www/htdocs/index.html: ^dom:set{<some>xml</some>} default
! 17704: language XML languages+=xml
! 17705:
! 17706: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
! 17707: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
! 17708: languages+=xml
! 17709:
! 17710: * src/: classes/dom.C, types/pa_vdom.h, www/htdocs/index.html:
! 17711: ^dom:set[<some>xml</some>]
! 17712:
! 17713: * src/: classes/dom.C, www/htdocs/index.html:
! 17714: ^dom:save/string/file[output options] output options:
! 17715: $.method[xml|html|text] detection fixed
! 17716:
! 17717: * src/: types/pa_vdom.h, www/htdocs/index.html: messages
! 17718:
! 17719: * src/: classes/dom.C, www/htdocs/index.html:
! 17720: ^dom:save/string/file[output options] output options:
! 17721: $.method[xml|html|text] detection fixed
! 17722:
! 17723: 2001-09-10 parser
! 17724:
! 17725: * src/: classes/dom.C, www/htdocs/index.html:
! 17726: ^dom:save/string/file[output options] output options:
! 17727: $.method[xml|html|text] $.encoding[windows-1251|...]
! 17728:
! 17729: * src/www/htdocs/index.html: ^dom.xslt[stylesheet filename][params
! 17730: hash added]
! 17731:
! 17732: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
! 17733: added]
! 17734:
! 17735: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
! 17736: ^dom.xslt[stylesheet filename] 0
! 17737:
! 17738: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h,
! 17739: www/htdocs/index.html: ^dom.xslt[stylesheet filename] -1 doc is
! 17740: lying
! 17741:
! 17742: * src/: classes/dom.C, www/htdocs/index.html: ^dom.file[encoding] =
! 17743: file
! 17744:
! 17745: * src/: classes/dom.C, www/htdocs/index.html: ^dom.string[encoding]
! 17746: 1 ^dom.save[encoding;filename]
! 17747:
! 17748: * src/: classes/dom.C, www/htdocs/index.html: ^dom.string[] 0
! 17749:
! 17750: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
! 17751:
! 17752: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
! 17753: types/pa_vform.h, www/cgi-bin/auto.p, www/conf/auto.p,
! 17754: www/htdocs/index.html: ^dom.save[b.xml] 0
! 17755:
! 17756: 2001-09-08 parser
! 17757:
! 17758: * src/www/htdocs/index.html: $form:tables.name.field
! 17759:
! 17760: * src/types/pa_vform.C: $form:tables.name.field
! 17761:
! 17762: 2001-09-07 parser
! 17763:
! 17764: * src/classes/table.C: table:empty removed, superceded by ^if(def
! 17765: $table)...
! 17766:
! 17767: * src/targets/cgi/parser3.C: z
! 17768:
! 17769: * src/: main/pa_string.C, www/htdocs/index.html: $a[] ^if($a){y;n}
! 17770: is 'n' now [conversion from '' to int/double is 0]
! 17771:
! 17772: * src/: classes/dom.C,
! 17773: targets/apache13/modules/extra/mod_parser3.C, types/pa_value.h,
! 17774: types/pa_vtable.h: (def $table) is false when table is empty
! 17775:
! 17776: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h,
! 17777: www/htdocs/index.html: !$form:tables $atable[$form:tables.a]
! 17778: ^atable.menu{a=$atable.element}[,]
! 17779:
! 17780: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
! 17781: types/pa_vform.h, types/pa_vhash.h, www/htdocs/index.html:
! 17782: !$form:fields
! 17783:
! 17784: * src/www/: .htaccess, auto.p, conf/auto.p, htdocs/index.html: Z
! 17785:
! 17786: * src/: classes/dom.C, classes/table.C, main/main.dsp,
! 17787: types/pa_vdom.h, types/pa_vform.C, www/htdocs/index.html,
! 17788: www/htdocs/test.xml: merged with successful start of dom
! 17789:
! 17790: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
! 17791: types/pa_vform.C, types/pa_vform.h, www/htdocs/index.html: z
! 17792:
! 17793: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
! 17794: element [not last]
! 17795:
! 17796: * src/: classes/dom.C, classes/table.C, main/main.dsp,
! 17797: types/pa_vdom.h, www/htdocs/index.html, www/htdocs/test.xml:
! 17798: introducing dom. dom:load[a.xml]
! 17799:
! 17800: 2001-09-06 parser
! 17801:
! 17802: * src/: types/pa_vform.C, www/htdocs/index.html: ?a=1&a=2 would
! 17803: result in $form:a being a table with one column 'element' and two
! 17804: rows: 1 and 2
! 17805:
! 17806: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
! 17807: table with one column 'element' and two rows: 1 and 2
! 17808:
! 17809: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
! 17810: bad int/double conversions, and now $form:nonexistent.int(88)
! 17811: would return 88
! 17812:
! 17813: * src/sql/pgsql/configure: +x
! 17814:
! 17815: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
! 17816: types/pa_vhash.h, www/htdocs/index.html: now there's special hash
! 17817: key '_default' [instead of ^_default method] $hash[ $.a[1]
! 17818: $.b[2] $._default[xx] ] $hash.c
! 17819:
! 17820: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
! 17821: fixed [thanks, fif], ^; were treated there non-literally
! 17822:
! 17823: * src/doc/doxygen.cfg: merged new default options from 1.2.10
! 17824: doxygen
! 17825:
! 17826: * src/: classes/image.C, classes/op.C, classes/string.C,
! 17827: classes/table.C, classes/gd/gifio.C, doc/doxygen.cfg,
! 17828: sql/oracle/parser3oracle.C, targets/isapi/parser3isapi.C,
! 17829: types/pa_vtable.C: few #ifndef DOXYGEN
! 17830:
! 17831: 2001-09-05 parser
! 17832:
! 17833: * src/: classes/string.C, classes/table.C, www/htdocs/index.html:
! 17834: sql options can be void [same as image:html the other day]
! 17835:
! 17836: * src/: targets/cgi/Makefile.am, www/htdocs/index.html: .am undo
! 17837:
! 17838: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 17839: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
! 17840: macro expantion on param, simply qoutes whatever passed, undone
! 17841:
! 17842: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 17843: sql/mysql/parser3mysql.C, sql/odbc/parser3odbc.C,
! 17844: sql/oracle/parser3oracle.C, sql/pgsql/parser3pgsql.C,
! 17845: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
! 17846: STRINGIZE(name) #name invented
! 17847:
! 17848: * src/: classes/op.C, include/pa_sql_driver_manager.h,
! 17849: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
! 17850: MAIN_SQL_DRIVERS_NAME "drivers"
! 17851:
! 17852: moved to be availible to all users
! 17853:
! 17854: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 17855: sql/mysql/parser3mysql.C, sql/odbc/parser3odbc.C,
! 17856: sql/oracle/parser3oracle.C, sql/pgsql/parser3pgsql.C,
! 17857: www/htdocs/index.html: SQL_DRIVER_CREATE_FUNC_NAME
! 17858:
! 17859: * src/classes/mail.C: MAIN:MAIL check fixed
! 17860:
! 17861: 2001-09-04 parser
! 17862:
! 17863: * src/classes/image.C: image.html now can accept void params
! 17864:
! 17865: * src/targets/isapi/parser3isapi.C: z
! 17866:
! 17867: * src/targets/cgi/parser3.C: full_file_spec bug
! 17868:
! 17869: * src/: targets/cgi/parser3.C, www/htdocs/index.html: getenvcheck
! 17870:
! 17871: * src/sql/: mysql/libltdl/libltdl_mysql.dsp,
! 17872: oracle/libltdl/libltdl_oracle.dsp,
! 17873: pgsql/libltdl/libltdl_pgsql.dsp: z
! 17874:
! 17875: * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: z
! 17876:
! 17877: * src/targets/cgi/parser3.C: zz
! 17878:
! 17879: * src/targets/cgi/parser3.C: zzz
! 17880:
! 17881: * src/classes/date.C: date
! 17882:
! 17883: * src/classes/date.C: date:sql-string is now without ''
! 17884:
! 17885: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
! 17886: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
! 17887: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
! 17888:
! 17889: * src/include/pa_config_auto.h.in: makes
! 17890:
! 17891: 2001-09-03 parser
! 17892:
! 17893: * src/: targets/cgi/parser3.C, www/htdocs/index.html: /configure
! 17894: cgi SYSCONFDIR
! 17895:
! 17896: 2001-09-01 parser
! 17897:
! 17898: * src/classes/image.C: letter_spacing
! 17899:
! 17900: * src/: classes/image.C, www/htdocs/index.html: image: font params
! 17901: changed
! 17902:
! 17903: * src/classes/image.C: image: as_int as_string used
! 17904:
! 17905: * src/: types/pa_vmethod_frame.h, www/htdocs/index.html: $result[]
! 17906: now gets properly analized
! 17907:
! 17908: 2001-08-31 parser
! 17909:
! 17910: * src/: sql/mysql/configure, targets/cgi/parser3.C: z
! 17911:
! 17912: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
! 17913: cygwin
! 17914:
! 17915: * src/: classes/void.C, www/htdocs/index.html: void:int/double +=
! 17916: (default)
! 17917:
! 17918: * src/: classes/image.C, www/htdocs/index.html: image:font added
! 17919: space param image:font changed charwidth alg, added kerning
! 17920: const[for now]
! 17921:
! 17922: * src/: classes/string.C, classes/table.C, www/htdocs/index.html:
! 17923: string:int/double (defaults)
! 17924:
! 17925: 2001-08-29 parser
! 17926:
! 17927: * src/: main/pa_exception.C, www/htdocs/index.html: exception
! 17928: redundant debug info
! 17929:
! 17930: 2001-08-28 parser
! 17931:
! 17932: * src/: classes/image.C, sql/mysql/parser3mysql.dsp: image error
! 17933: msgs
! 17934:
! 17935: * src/: classes/image.C, www/htdocs/index.html: image: gifsize
! 17936: little endian
! 17937:
! 17938: * src/classes/gd/: gif.h, gifio.C: #endif /*some comments removed*/
! 17939:
! 17940: * src/sql/oracle/configure: makes
! 17941:
! 17942: * src/sql/mysql/configure: z
! 17943:
! 17944: * src/sql/pgsql/configure: makes
! 17945:
! 17946: * src/sql/pgsql/configure.in: .in
! 17947:
! 17948: * src/sql/mysql/parser3mysql.C: leof
! 17949:
! 17950: * src/sql/mysql/configure: makes
! 17951:
! 17952: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
! 17953: doxygeneration
! 17954:
! 17955: * src/targets/apache13/modules/extra/Makefile.am: .am
! 17956:
! 17957: * src/targets/apache13/modules/extra/Makefile.am: .am
! 17958:
! 17959: * src/targets/apache13/modules/extra/Makefile.am: t
! 17960:
! 17961: * src/targets/apache13/modules/extra/Makefile.am: t
! 17962:
! 17963: * src/targets/apache13/modules/extra/Makefile.am: .am
! 17964:
! 17965: * src/: classes/Makefile.am, classes/gd/Makefile.am,
! 17966: main/Makefile.am, targets/apache13/modules/extra/Makefile.am,
! 17967: targets/cgi/Makefile.am, types/Makefile.am: .am-s
! 17968:
! 17969: * src/targets/apache13/Makefile.am: COMPILE_APACHE13_MODULE
! 17970:
! 17971: * src/sql/: mysql/acinclude.m4, mysql/configure.in,
! 17972: oracle/acinclude.m4, oracle/configure.in, pgsql/acinclude.m4,
! 17973: pgsql/configure.in: with checkes moved to configure.in -s
! 17974:
! 17975: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
! 17976: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
! 17977:
! 17978: * src/main/compile.C: NO_STRING_ORIGIN check2
! 17979:
! 17980: * src/classes/table.C: NO_STRING_ORIGIN check
! 17981:
! 17982: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
! 17983: storage class specifiers invalid in friend function declarations
! 17984:
! 17985: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
! 17986: main/untaint.C, targets/cgi/parser3.C,
! 17987: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
! 17988: case of limit
! 17989:
! 17990: * src/targets/apache13/: Makefile.am, modules/extra/Makefile.am:
! 17991: configure to skip apache
! 17992:
! 17993: * src/: classes/file.C, main/pa_common.C, www/htdocs/index.html:
! 17994: file:move autocreate/remove dest/src dir
! 17995:
! 17996: * src/: classes/string.C, include/pa_dictionary.h,
! 17997: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
! 17998: main/untaint.C, www/htdocs/index.html: pa_directory speeded up.
! 17999: moved zero 'from' check to directory constructor. string:replace
! 18000:
! 18001: 2001-08-27 parser
! 18002:
! 18003: * src/: sql/mysql/parser3mysql.dsp, sql/odbc/parser3odbc.dsp,
! 18004: sql/odbc/MFCpatches/DBCORE.CPP, sql/oracle/parser3oracle.C,
! 18005: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 18006: www/htdocs/index.html: odbc release compiled
! 18007:
! 18008: * src/classes/image.C: fixed jpgsize alg
! 18009:
! 18010: * src/classes/image.C: fixed jpgsize alg
! 18011:
! 18012: * src/main/pa_exception.C: z
! 18013:
! 18014: * src/main/pa_common.C: removed debug info from pa_common
! 18015:
! 18016: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
! 18017: [auto.p from current dir loading]
! 18018:
! 18019: * src/: sql/oracle/parser3oracle.dsp, www/htdocs/auto.p,
! 18020: www/htdocs/index.html: solaris oracle works!
! 18021:
! 18022: * src/: main/pa_common.C, main/pa_exception.C,
! 18023: main/pa_sql_driver_manager.C, sql/oracle/parser3oracle.C,
! 18024: sql/oracle/libltdl/ltdl.c, targets/cgi/Makefile.am: configure for
! 18025: solaris -lsocket
! 18026:
! 18027: 2001-08-24 parser
! 18028:
! 18029: * src/targets/cgi/parser3.C: not cgi extra \n 3
! 18030:
! 18031: * src/targets/cgi/parser3.C: not cgi extra \n 2
! 18032:
! 18033: * src/targets/cgi/parser3.C: not cgi extra \n
! 18034:
! 18035: * src/sql/oracle/parser3oracle.C: -1 0
! 18036:
! 18037: * src/sql/oracle/config_auto.h.in: headers
! 18038:
! 18039: * src/sql/oracle/configure: makes
! 18040:
! 18041: * src/sql/oracle/: config_fixed.h, configure.in: auto include
! 18042:
! 18043: * src/sql/oracle/Makefile.am: .am
! 18044:
! 18045: * src/sql/oracle/configure: makes
! 18046:
! 18047: * src/sql/oracle/acinclude.m4: acinclude
! 18048:
! 18049: * src/sql/oracle/configure: auto*
! 18050:
! 18051: * src/sql/oracle/configure.in: configure
! 18052:
! 18053: * src/sql/pgsql/Makefile.am: makes
! 18054:
! 18055: * src/sql/oracle/: Makefile.am, acinclude.m4: started makes
! 18056:
! 18057: * src/sql/oracle/Makefile.am: z
! 18058:
! 18059: * src/: main/pa_sql_driver_manager.C, www/htdocs/index.html: z
! 18060:
! 18061: * src/sql/oracle/parser3oracle.C: oracle z
! 18062:
! 18063: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
! 18064: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 18065: www/htdocs/index.html: sql* removed services from disconnect -
! 18066: cross-request ideological probs.
! 18067:
! 18068: * src/sql/: pa_sql_driver.h, mysql/parser3mysql.C,
! 18069: odbc/parser3odbc.C, odbc/parser3odbc.dsp, oracle/parser3oracle.C,
! 18070: pgsql/parser3pgsql.C: sql* removed services from disconnect -
! 18071: cross-request ideological probs. oracle - fixed bug: cs
! 18072: allocated on request.pool and got freed before disconnect
! 18073:
! 18074: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
! 18075: mallocs fixed
! 18076:
! 18077: * src/sql/odbc/MFCpatches/: AFXIMPL.H, CTLIMPL.H, DAOIMPL.H,
! 18078: DBCORE.CPP, DBIMPL.H, OLEIMPL2.H, SOCKIMPL.H, STDAFX.H,
! 18079: WINHAND_.H: mfcpatches added
! 18080:
! 18081: 2001-08-23 parser
! 18082:
! 18083: * src/sql/: mysql/parser3mysql.dsp, odbc/parser3odbc.dsp,
! 18084: oracle/parser3oracle.C, oracle/parser3oracle.dsp,
! 18085: pgsql/parser3pgsql.dsp: oracle z
! 18086:
! 18087: * src/: sql/oracle/parser3oracle.C, www/htdocs/index.html: oracle:
! 18088: preprocess /**z**/minor bug
! 18089:
! 18090: * src/: classes/file.C, sql/oracle/parser3oracle.C,
! 18091: www/htdocs/index.html: minor bug in file:save fixed
! 18092:
! 18093: * src/sql/oracle/parser3oracle.C: oracle: z
! 18094:
! 18095: * src/: main/pa_sql_driver_manager.C, sql/oracle/parser3oracle.C,
! 18096: sql/oracle/parser3oracle.dsp, www/htdocs/auto.p: oracle: dlink
! 18097:
! 18098: * src/sql/oracle/parser3oracle.C: oracle: ready for dlink
! 18099:
! 18100: * src/: sql/oracle/parser3oracle.C, www/htdocs/index.html: oracle:
! 18101: nested check()
! 18102:
! 18103: * src/: sql/oracle/config_fixed.h, sql/oracle/config_includes.h,
! 18104: sql/oracle/parser3oracle.C, www/htdocs/auto.p,
! 18105: www/htdocs/index.html: oracle 0
! 18106:
! 18107: 2001-08-22 parser
! 18108:
! 18109: * src/sql/oracle/: parser3oracle.C, parser3oracle.dsp: second oci
! 18110: call strangly fails now
! 18111:
! 18112: * src/sql/oracle/libltdl/: libltdl_oracle.dsp,
! 18113: libltdl_oraclesql.dsp: renamed libtdl_oracle
! 18114:
! 18115: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
! 18116: types/pa_vfile.h, www/htdocs/index.html:
! 18117: file:load|save[text|binary;
! 18118:
! 18119: * src/sql/oracle/: AUTHORS, COPYING, ChangeLog, INSTALL,
! 18120: Makefile.am, NEWS, README, acinclude.m4, config.guess,
! 18121: config.sub, config_auto.h.in, config_fixed.h, config_includes.h,
! 18122: configure, configure.in, install-sh, ltconfig, ltmain.sh,
! 18123: missing, mkinstalldirs, parser3oracle.C, parser3oracle.def,
! 18124: parser3oracle.dsp, libltdl/Makefile.am, libltdl/README,
! 18125: libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/config.h,
! 18126: libltdl/config_auto.h.in, libltdl/config_fixed.h,
! 18127: libltdl/configure, libltdl/configure.in,
! 18128: libltdl/libltdl_oraclesql.dsp, libltdl/ltdl.c, libltdl/ltdl.h,
! 18129: oracle32/include/oci/cdemodp0.h, oracle32/include/oci/kusapi.h,
! 18130: oracle32/include/oci/kustags.h, oracle32/include/oci/nzerror.h,
! 18131: oracle32/include/oci/nzt.h, oracle32/include/oci/oci.h,
! 18132: oracle32/include/oci/oci1.h, oracle32/include/oci/oci8dp.h,
! 18133: oracle32/include/oci/ociap.h, oracle32/include/oci/ociapr.h,
! 18134: oracle32/include/oci/ocidef.h, oracle32/include/oci/ocidem.h,
! 18135: oracle32/include/oci/ocidfn.h, oracle32/include/oci/ociextp.h,
! 18136: oracle32/include/oci/ocikp.h, oracle32/include/oci/ocikpr.h,
! 18137: oracle32/include/oci/odci.h, oracle32/include/oci/oratypes.h,
! 18138: oracle32/include/oci/ori.h, oracle32/include/oci/orid.h,
! 18139: oracle32/include/oci/orl.h, oracle32/include/oci/oro.h,
! 18140: oracle32/include/oci/ort.h, oracle32/include/oci/sx3.h,
! 18141: oracle32/include/oci/tnsapi.h: oracle sql driver just linked
! 18142:
! 18143: * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
! 18144: ^method[]^[^] literals []
! 18145:
! 18146: 2001-08-21 parser
! 18147:
! 18148: * src/: classes/file.C, classes/table.C, www/htdocs/index.html:
! 18149: ^file:list
! 18150:
! 18151: 2001-08-20 parser
! 18152:
! 18153: * src/: main/compile.tab.C, main/compile.y,
! 18154: main/pa_sql_driver_manager.C, pcre/pcre_parser_ctype.c,
! 18155: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
! 18156: types/pa_vint.h, www/cgi-bin/auto.p, www/conf/auto.p,
! 18157: www/htdocs/index.html: $var(123) ^var.inc[] recousively caused
! 18158: problems: inc incremeted 123 literal!! fixed
! 18159:
! 18160: 2001-08-10 parser
! 18161:
! 18162: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
! 18163:
! 18164: * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
! 18165: (codes) name part syntax added
! 18166:
! 18167: * src/: main/compile.tab.C, main/compile.y, www/htdocs/index.html:
! 18168: (codes) name part syntax added
! 18169:
! 18170: * src/: classes/table.C, www/htdocs/index.html: table:sort restored
! 18171: [it was bad test :(]
! 18172:
! 18173: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
! 18174: ''
! 18175:
! 18176: * src/: main/pa_request.C,
! 18177: targets/apache13/modules/extra/mod_parser3.C: wanted to make
! 18178: const int MAX_EXECUTE_SECONDS=1;
! 18179:
! 18180: but couldnt, set_callback_and_alarm appeared to be not exported
! 18181: :(
! 18182:
! 18183: * src/main/pa_string.C: string.match hanged on. there were a hang
! 18184: check but it weren't wise enough
! 18185:
! 18186: @parse[dateString][tmp]
! 18187: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
! 18188: #end
! 18189:
! 18190: @main[] ^parse[2001-02-03]
! 18191:
! 18192: * src/: classes/table.C, www/htdocs/index.html: table:sort now
! 18193: default desc
! 18194:
! 18195: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
! 18196: table.sort now creates new sorted table
! 18197:
! 18198: 2001-08-09 parser
! 18199:
! 18200: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
! 18201:
! 18202: * src/classes/hash.C: hash:_default now [was hash:default]
! 18203:
! 18204: * src/: classes/op.C, www/htdocs/index.html: case without switch
! 18205: check added
! 18206:
! 18207: * src/targets/apache13/modules/extra/mod_parser3.C: mod_apache 404
! 18208: on file not found
! 18209:
! 18210: * src/: types/pa_vcookie.C, www/htdocs/index.html: cookie
! 18211: name&value origins added, more precise $ORIGINS(1)
! 18212:
! 18213: * src/main/Makefile.am: .am
! 18214:
! 18215: * src/classes/void.C: void: int double copy/paste from int: bug
! 18216: fixed
! 18217:
! 18218: * src/classes/void.C: void: int double copy/paste from int: bug
! 18219: fixed
! 18220:
! 18221: 2001-08-07 parser
! 18222:
! 18223: * src/: classes/double.C, classes/int.C, classes/string.C,
! 18224: classes/table.C, include/pa_globals.h, main/pa_globals.C:
! 18225: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
! 18226: string, table
! 18227:
! 18228: * src/: classes/math.C, main/pa_request.C,
! 18229: targets/apache13/modules/extra/mod_parser3.C,
! 18230: www/htdocs/index.html: math:random fixed. win32 srand made
! 18231: working
! 18232:
! 18233: 2001-08-06 parser
! 18234:
! 18235: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
! 18236: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
! 18237: main/compile.tab.C, main/compile.y, main/pa_array.C,
! 18238: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
! 18239: main/pa_hash.C, main/pa_request.C, main/pa_string.C,
! 18240: www/htdocs/index.html: class_path
! 18241:
! 18242: * src/: main/pa_exec.C, www/htdocs/index.html: exec win32 real
! 18243: filename
! 18244:
! 18245: * src/: classes/file.C, www/htdocs/auto.p, www/htdocs/index.html:
! 18246: exec stderr out
! 18247:
! 18248: * src/: classes/hash.C, www/htdocs/index.html: hash:keys renamed to
! 18249: hash:_keys :(
! 18250:
! 18251: 2001-08-03 parser
! 18252:
! 18253: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
! 18254:
! 18255: 2001-08-02 parser
! 18256:
! 18257: * src/: classes/string.C, classes/table.C, include/pa_array.h,
! 18258: main/execute.C, main/pa_exec.C: introducing Array_iter
! 18259:
! 18260: * src/main/execute.C: detected quick_get recursion bug. changed to
! 18261: get@execute, but needs array iterator, separate from array to
! 18262: avoid it & use caching
! 18263:
! 18264: * src/: main/pa_dictionary.C, main/pa_globals.C,
! 18265: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 18266: www/htdocs/index.html: memset dictionary minor bug fixed
! 18267:
! 18268: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
! 18269: main/execute.C, main/pa_globals.C, www/htdocs/index.html: found
! 18270: another multithread bug in op.C (last, last global var killed) :)
! 18271:
! 18272: 2001-08-01 parser
! 18273:
! 18274: * src/: include/pa_dictionary.h, include/pa_globals.h,
! 18275: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
! 18276: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 18277: main/untaint.C, www/htdocs/index.html: speeded up typo-html
! 18278: replacements. introducing Dictionary with first-char caching
! 18279:
! 18280: * src/sql/pgsql/parser3pgsql.C: InvalidOid here
! 18281:
! 18282: * src/sql/pgsql/: parser3pgsql.C, PgSQL32/include/fe-auth.h,
! 18283: PgSQL32/include/libpq-int.h, PgSQL32/include/pqexpbuffer.h,
! 18284: PgSQL32/include/pqsignal.h, PgSQL32/include/win32.h,
! 18285: PgSQL32/include/libpq/libpq-fs.h: restructured PgSQL32
! 18286:
! 18287: * src/sql/pgsql/parser3pgsql.C: macros
! 18288:
! 18289: * src/sql/pgsql/parser3pgsql.C: comments
! 18290:
! 18291: * src/: sql/pgsql/parser3pgsql.C, www/htdocs/index.html: pgsql:
! 18292: /**field**/'text' syntax. lo_write_ex, write checks
! 18293:
! 18294: 2001-07-31 parser
! 18295:
! 18296: * src/: sql/pgsql/parser3pgsql.C, www/htdocs/index.html: pgsql: oid
! 18297: write. error checks @ write todo
! 18298:
! 18299: * src/sql/pgsql/parser3pgsql.C: pgsql: oid read. write todo
! 18300:
! 18301: * src/: sql/pgsql/parser3pgsql.C, www/htdocs/index.html: pgsql: oid
! 18302: read. write todo
! 18303:
! 18304: * src/types/Makefile.am: pa_vtable.C added to .am
! 18305:
! 18306: * src/main/compile.tab.C: added, so that could be compiled even on
! 18307: non-bison-enabled platforms
! 18308:
! 18309: * src/sql/pgsql/parser3pgsql.C: pgsql quote \ -> \\
! 18310:
! 18311: * src/sql/pgsql/parser3pgsql.C: strcasecmp def under win32 only
! 18312:
! 18313: * src/sql/pgsql/configure: makes
! 18314:
! 18315: * src/sql/pgsql/: AUTHORS, COPYING, ChangeLog, INSTALL,
! 18316: Makefile.am, NEWS, README, acinclude.m4, config.guess,
! 18317: config.sub, config_auto.h.in, config_fixed.h, config_includes.h,
! 18318: configure, configure.in, install-sh, ltconfig, ltmain.sh,
! 18319: missing, mkinstalldirs: pgsql automake0
! 18320:
! 18321: 2001-07-30 parser
! 18322:
! 18323: * src/: sql/pgsql/config_fixed.h, sql/pgsql/config_includes.h,
! 18324: sql/pgsql/parser3pgsql.C, sql/pgsql/parser3pgsql.def,
! 18325: sql/pgsql/parser3pgsql.dsp, sql/pgsql/PgSQL32/include/fe-auth.h,
! 18326: sql/pgsql/PgSQL32/include/libpq-fe.h,
! 18327: sql/pgsql/PgSQL32/include/libpq-int.h,
! 18328: sql/pgsql/PgSQL32/include/postgres_ext.h,
! 18329: sql/pgsql/PgSQL32/include/pqexpbuffer.h,
! 18330: sql/pgsql/PgSQL32/include/pqsignal.h,
! 18331: sql/pgsql/PgSQL32/include/win32.h, sql/pgsql/libltdl/Makefile.am,
! 18332: sql/pgsql/libltdl/README, sql/pgsql/libltdl/acinclude.m4,
! 18333: sql/pgsql/libltdl/aclocal.m4, sql/pgsql/libltdl/config.h,
! 18334: sql/pgsql/libltdl/config_auto.h.in,
! 18335: sql/pgsql/libltdl/config_fixed.h, sql/pgsql/libltdl/configure,
! 18336: sql/pgsql/libltdl/configure.in,
! 18337: sql/pgsql/libltdl/libltdl_pgsql.dsp, sql/pgsql/libltdl/ltdl.c,
! 18338: sql/pgsql/libltdl/ltdl.h,
! 18339: sql/pgsql/PgSQL32/lib/release/libpq.dll,
! 18340: sql/mysql/parser3mysql.C, www/htdocs/auto.p,
! 18341: www/htdocs/index.html: pgsql 0
! 18342:
! 18343: * src/: sql/odbc/parser3odbc.dsp,
! 18344: targets/apache13/os/win32/ApacheModuleParser3.dsp: changed name
! 18345: of .dll to enable just in time debugging
! 18346:
! 18347: * src/: targets/apache13/modules/extra/mod_parser3.C,
! 18348: www/htdocs/index.html: changed apache add_header_attribute from
! 18349: table_merge to table_addn
! 18350:
! 18351: 2001-07-28 parser
! 18352:
! 18353: * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: table:hash
! 18354: always produces hash, when can't - empty
! 18355:
! 18356: * src/classes/table.C: table:hash always produces hash, when can't
! 18357: - empty
! 18358:
! 18359: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
! 18360: skipped \n
! 18361:
! 18362: 2001-07-27 parser
! 18363:
! 18364: * src/: classes/double.C, classes/int.C, classes/string.C,
! 18365: targets/apache13/os/win32/ApacheModuleParser3.dsp: provided
! 18366: meaningful msg on int/double/string :sql without result and
! 18367: default
! 18368:
! 18369: 2001-07-26 parser
! 18370:
! 18371: * src/: classes/op.C,
! 18372: targets/apache13/os/win32/ApacheModuleParser3.dsp, www/auto.p,
! 18373: www/htdocs/auto.p, www/htdocs/index.html: fixed bad multithread
! 18374: bug with strangly global OP
! 18375:
! 18376: * src/: main/compile.y, www/auto.p, www/cgi-bin/auto.p,
! 18377: www/conf/auto.p, www/htdocs/auto.p: $man[$.age[zzz]] 0
! 18378:
! 18379: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
! 18380: creation syntax problem persists. restored $: for a while.
! 18381: thinking of $man[$.age[zzz]] syntax now
! 18382:
! 18383: * src/: classes/double.C, classes/int.C, classes/string.C,
! 18384: include/pa_opcode.h, main/compile.C, main/compile.y,
! 18385: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
! 18386: types/pa_vmethod_frame.h, types/pa_wcontext.h,
! 18387: types/pa_wwrapper.h, www/conf/auto.p, www/htdocs/index.html:
! 18388: fixing :: realization #1
! 18389:
! 18390: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
! 18391: main/compile_tools.h, main/execute.C, main/pa_request.C,
! 18392: sql/mysql/mySQL32/lib/opt/libmySQL.lib,
! 18393: sql/mysql/mySQL32/lib/opt/mysqlclient.lib,
! 18394: sql/mysql/mySQL32/lib/opt/zlib.lib, types/pa_vmethod_frame.h,
! 18395: www/cgi-bin/auto.p, www/htdocs/auto.p, www/htdocs/index.html:
! 18396: introducing :: this is constructor call prefix. ordinary :
! 18397: remains for static accesses
! 18398:
! 18399: 2001-07-25 parser
! 18400:
! 18401: * src/: types/pa_vtable.C, www/htdocs/index.html: table:
! 18402: get_element order changeed. now: 1. fields 2. methods 3. columns
! 18403:
! 18404: * src/www/htdocs/index.html: odbc: no result queries; quote.
! 18405: optimized double&int tostring-s
! 18406:
! 18407: * src/: sql/odbc/parser3odbc.C, types/pa_vdouble.h,
! 18408: types/pa_vint.h: odbc: no result queries; quote. optimized
! 18409: double&int tostring-s
! 18410:
! 18411: * src/: main/compile.C, main/compile.y, main/compile_tools.h,
! 18412: www/htdocs/index.html: allowed whitespace before first method
! 18413: decl
! 18414:
! 18415: * src/: classes/table.C, www/htdocs/index.html: allowed nontable
! 18416: result in table:sql, results in empty table
! 18417:
! 18418: * src/: main/compile.C, main/compile.y, main/compile_tools.h,
! 18419: www/htdocs/index.html: allowed empty lines before first method
! 18420: decl
! 18421:
! 18422: * src/: targets/apache13/modules/extra/mod_parser3.C,
! 18423: www/htdocs/index.html: target:apache13 module.
! 18424: $response:location now produces 302 status $response:status
! 18425: passed to apache
! 18426:
! 18427: * src/www/htdocs/index.html: ^table.record[] now $table.fields
! 18428:
! 18429: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
! 18430: types/pa_vtable.h: ^table.record[] now $table.fields
! 18431:
! 18432: * src/main/compile.y: $var[] is now empty string, not void
! 18433:
! 18434: * src/: main/compile.y, main/execute.C, www/htdocs/index.html:
! 18435: $var[] is now empty string, not void
! 18436:
! 18437: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
! 18438: main/pa_globals.C, www/htdocs/index.html: match replace code
! 18439: context moved to implicit $match context
! 18440:
! 18441: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
! 18442: main/compile_tools.h, main/execute.C: with killed, code storage
! 18443: introduced with former 'with' syntax
! 18444:
! 18445: 2001-07-24 parser
! 18446:
! 18447: * src/: main/compile.C, main/execute.C, main/pa_string.C,
! 18448: types/pa_value.h, www/htdocs/index.html: first get_element, next
! 18449: get operator
! 18450:
! 18451: * src/main/compile.y: removed @end handling
! 18452:
! 18453: * src/: main/compile.C, main/compile.y, www/htdocs/index.html: @end
! 18454: handling method2
! 18455:
! 18456: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
! 18457: sql/odbc/parser3odbc.dsp: file:move
! 18458:
! 18459: * src/main/pa_common.C: file_read close @ eof when imgsize bug
! 18460: fixed
! 18461:
! 18462: 2001-07-23 parser
! 18463:
! 18464: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 18465: sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp,
! 18466: sql/odbc/parser3odbc.C, sql/odbc/parser3odbc.def,
! 18467: sql/odbc/parser3odbc.dsp, www/auto.p, www/conf/auto.p,
! 18468: www/htdocs/auto.p, www/htdocs/index.html: sql odbc driver
! 18469:
! 18470: * src/: classes/hash.C, www/htdocs/index.html: changed sql driver
! 18471: query interface
! 18472:
! 18473: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 18474: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h,
! 18475: sql/mysql/parser3mysql.C, www/htdocs/index.html: changed sql
! 18476: driver query interface
! 18477:
! 18478: 2001-07-20 parser
! 18479:
! 18480: * src/types/pa_vrequest.C: X!$browser:type
! 18481:
! 18482: * src/: classes/file.C, classes/string.C, include/pa_string.h,
! 18483: main/execute.C, main/pa_string.C, types/pa_valiased.C,
! 18484: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
! 18485: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
! 18486: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
! 18487: types/pa_vobject.h, types/pa_vrequest.C,
! 18488: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
! 18489: ^class:method dynamic calls allowed. ^BASE.method call disabled.
! 18490: BASE element globally removed
! 18491:
! 18492: 2001-07-18 parser
! 18493:
! 18494: * src/classes/file.C: file:exec/cgi msg
! 18495:
! 18496: * src/classes/file.C: $file:exit-code renamed to 'status'
! 18497:
! 18498: * src/: classes/file.C, main/pa_exec.C: file:exec
! 18499:
! 18500: * src/: Makefile.am, classes/Makefile.am, classes/gd/Makefile.am,
! 18501: main/Makefile.am, pcre/Makefile.am, sql/mysql/Makefile.am,
! 18502: targets/Makefile.am, targets/apache13/Makefile.am,
! 18503: targets/apache13/modules/Makefile.am,
! 18504: targets/apache13/modules/extra/Makefile.am,
! 18505: targets/cgi/Makefile.am, types/Makefile.am: removed $id from *.in
! 18506: *.am
! 18507:
! 18508: * src/: main/pa_request.C, main/untaint.C,
! 18509: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 18510: www/htdocs/auto.p, www/htdocs/index.html: ORIGINS langs name
! 18511: abbrevations
! 18512:
! 18513: * src/: classes/date.C, classes/mail.C, classes/math.C,
! 18514: classes/string.C, classes/table.C, include/pa_globals.h,
! 18515: include/pa_string.h, main/execute.C, main/pa_globals.C,
! 18516: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 18517: targets/apache13/modules/extra/mod_parser3.C, types/pa_value.h,
! 18518: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
! 18519: types/pa_vstring.C, types/pa_vstring.h, www/.htaccess,
! 18520: www/htdocs/.htaccess, www/htdocs/index.html: $ORIGINS(1) output
! 18521: tracing mode
! 18522:
! 18523: 2001-07-17 parser
! 18524:
! 18525: * src/www/: conf/auto.p, htdocs/index.html: == wrong
! 18526:
! 18527: 2001-07-13 parser
! 18528:
! 18529: * src/www/htdocs/: index.html, input_date.p: auto.p[@auto],
! 18530: /news/auto.p[no @auto], so that initializing second would not
! 18531: call first @auto
! 18532:
! 18533: * src/: classes/double.C, classes/int.C, classes/string.C,
! 18534: include/pa_request.h, main/execute.C, main/pa_request.C,
! 18535: www/htdocs/index.html: auto.p[@auto], /news/auto.p[no @auto], so
! 18536: that initializing second would not call first @auto
! 18537:
! 18538: * src/main/: execute.C, pa_request.C: order of MAIN parents was
! 18539: wrong, fixed
! 18540:
! 18541: * src/www/htdocs/auto.p: z
! 18542:
! 18543: 2001-07-12 parser
! 18544:
! 18545: * src/: types/pa_value.h, www/htdocs/index.html:
! 18546: pa_value.putelement modification of system classes prevented
! 18547:
! 18548: 2001-07-11 parser
! 18549:
! 18550: * src/: classes/string.C, doc/sources2html.cmd,
! 18551: www/htdocs/index.html: lr split now yelds table $piece
! 18552:
! 18553: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
! 18554: types/pa_vstateless_class.h, www/htdocs/index.html: $file created
! 18555: by file:state += .atime .mtime .ctime +found&fixed bug with
! 18556: exceptions on get_junction-created objects [they were on wrong
! 18557: pool]
! 18558:
! 18559: 2001-07-09 parser
! 18560:
! 18561: * src/main/untaint.C: qp wrong name
! 18562:
! 18563: * src/: classes/date.C, classes/string.C, classes/table.C,
! 18564: main/compile.y, www/htdocs/dtformat.p, www/htdocs/index.html,
! 18565: www/htdocs/input_date.p: date format 0
! 18566:
! 18567: 2001-07-07 parser
! 18568:
! 18569: * src/: classes/date.C, classes/table.C, include/pa_common.h,
! 18570: include/pa_string.h, main/pa_common.C, types/pa_vdate.h,
! 18571: www/htdocs/index.html: date roll table calendar
! 18572:
! 18573: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
! 18574: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
! 18575: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
! 18576: include/pa_request.h, main/main.dsp, types/pa_value.h,
! 18577: types/pa_vdate.h, types/pa_wcontext.C, www/htdocs/index.html:
! 18578: date now set $fields roll string. todo: sql, calendar
! 18579:
! 18580: 2001-07-06 parser
! 18581:
! 18582: * src/: classes/math.C, include/pa_request.h, main/execute.C,
! 18583: main/main.dsp, main/pa_request.C, types/pa_vmath.h,
! 18584: www/htdocs/index.html: math 0
! 18585:
! 18586: 2001-07-03 parser
! 18587:
! 18588: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
! 18589: classes/random.C, main/main.dsp, www/htdocs/index.html: class
! 18590: random renamed to math, operators became methods
! 18591:
! 18592: * src/classes/op.C: pow sqrt
! 18593:
! 18594: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
! 18595:
! 18596: 2001-07-02 parser
! 18597:
! 18598: * src/: classes/table.C, www/htdocs/index.html: ^table.columns
! 18599: column renamed from 'name' to 'column'
! 18600:
! 18601: * src/: classes/hash.C, www/htdocs/index.html: ^hash.keys[]
! 18602:
! 18603: * src/: classes/table.C, main/pa_table.C, www/htdocs/index.html:
! 18604: ^table:columns[]
! 18605:
! 18606: * src/: main/compile.y, main/compile_tools.h,
! 18607: www/htdocs/index.html: in expressions now allowed 'strings'
! 18608:
! 18609: 2001-06-29 parser
! 18610:
! 18611: * src/: main/execute.C, www/htdocs/index.html: /0 %0 checkes ver 2
! 18612:
! 18613: * src/: main/execute.C, www/htdocs/index.html: /0 %0 checke
! 18614:
! 18615: * src/classes/Makefile.am: nothing - void
! 18616:
! 18617: * src/: classes/table.C, sql/mysql/parser3mysql.C,
! 18618: www/htdocs/index.html: empty strings @ sql
! 18619:
! 18620: 2001-06-28 parser
! 18621:
! 18622: * src/: classes/double.C, classes/file.C, classes/form.C,
! 18623: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 18624: classes/op.C, classes/random.C, classes/response.C,
! 18625: classes/string.C, classes/table.C, classes/void.C,
! 18626: main/compile.C, main/compile_tools.C, main/execute.C,
! 18627: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
! 18628: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 18629: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 18630: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 18631: main/pa_table.C, main/untaint.C, sql/mysql/parser3mysql.C,
! 18632: targets/apache13/modules/extra/mod_parser3.C,
! 18633: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 18634: main/compile.y: */ static const char *RCSId="$Id: double.C,v 1.31
! 18635: 2001/06/28 07:41:59 parser Exp $";
! 18636:
! 18637: * src/: classes/double.C, classes/file.C, classes/form.C,
! 18638: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
! 18639: classes/op.C, classes/random.C, classes/response.C,
! 18640: classes/string.C, classes/table.C, classes/void.C,
! 18641: main/compile.C, main/compile.y, main/compile_tools.C,
! 18642: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
! 18643: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 18644: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
! 18645: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
! 18646: main/pa_table.C, main/untaint.C, sql/mysql/parser3mysql.C,
! 18647: targets/apache13/modules/extra/mod_parser3.C,
! 18648: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: static char
! 18649: *RCSId="$Id$";
! 18650:
! 18651: * src/: main/compile.y, main/compile_tools.h,
! 18652: www/htdocs/index.html: $:name: == ${name}: $class:name: ==
! 18653: ${class:name}:
! 18654:
! 18655: * src/classes/string.C: exactly one
! 18656:
! 18657: 2001-06-27 parser
! 18658:
! 18659: * src/www/htdocs/index.html: z
! 18660:
! 18661: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
! 18662: types/pa_vvoid.h: nothing renamed to void
! 18663:
! 18664: * src/: classes/op.C, www/htdocs/index.html: ^switch ^case
! 18665:
! 18666: * src/main/compile.y: nothing renamed to void
! 18667:
! 18668: * src/: classes/hash.C, classes/table.C, main/compile.y,
! 18669: main/execute.C, main/main.dsp, main/pa_request.C,
! 18670: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
! 18671: types/pa_vmethod_frame.h, types/pa_vtable.h,
! 18672: www/htdocs/index.html: nothing renamed to void
! 18673:
! 18674: * src/: main/compile.y, www/htdocs/index.html: lexer: $zzzz^zzzz
! 18675: were name part
! 18676:
! 18677: 2001-05-28 parser
! 18678:
! 18679: * src/doc/html2chm.cmd: removed >a
! 18680:
! 18681: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
! 18682: project options [some bugs]
! 18683:
! 18684: * src/doc/sources2html.cmd: z
! 18685:
! 18686: * src/: classes/classes.C, main/compile.C, main/compile.y,
! 18687: main/execute.C: operators are not in root class again
! 18688:
! 18689: * src/www/htdocs/: index.html, news.p: z
! 18690:
! 18691: 2001-05-24 parser
! 18692:
! 18693: * src/targets/cgi/parser3.dsp: project file
! 18694:
! 18695: * src/: sql/mysql/ChangeLog, www/htdocs/index.html: changelogs
! 18696:
! 18697: * src/pcre/Makefile: removed pcre/make
! 18698:
! 18699: * src/pcre/Makefile: makes
! 18700:
! 18701: * src/targets/apache13/modules/extra/Makefile.am: /
! 18702:
! 18703: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C,
! 18704: www/htdocs/index.html: ^log ^exp
! 18705:
! 18706: * src/: main/pa_request.C, targets/cgi/parser3.C,
! 18707: www/htdocs/index.html: // no _ conversions in @exception[params]
! 18708:
! 18709: * src/: main/pa_request.C, www/cgi-bin/auto.p,
! 18710: www/htdocs/index.html: // no _ conversions in @exception[params]
! 18711:
! 18712: 2001-05-23 parser
! 18713:
! 18714: * src/www/htdocs/: auto.p, index.html: .txt
! 18715:
! 18716: * src/: main/pa_string.C, www/htdocs/auto.p, www/htdocs/index.html:
! 18717: string cmp bug
! 18718:
! 18719: * src/classes/: mail.C, op.C: rem max 1000
! 18720:
! 18721: * src/: classes/op.C, main/compile.y, www/htdocs/index.html: allow
! 18722: one empty line before LS_DEF_NAME
! 18723:
! 18724: 2001-05-22 parser
! 18725:
! 18726: * src/: classes/op.C, www/htdocs/index.html: if params
! 18727: code-required
! 18728:
! 18729: 2001-05-21 parser
! 18730:
! 18731: * src/pcre/: Makefile: makes
! 18732:
! 18733: * src/types/pa_vstring.C: eoleof
! 18734:
! 18735: * src/classes/Makefile.am: .AM
! 18736:
! 18737: * src/: classes/nothing.C, www/htdocs/index.html: resultless ^sql
! 18738: moved to nothing:
! 18739:
! 18740: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
! 18741:
! 18742: * src/: classes/double.C, classes/nothing.C, classes/string.C,
! 18743: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
! 18744: types/pa_vunknown.h, www/htdocs/index.html, classes/hash.C,
! 18745: main/compile.y, main/execute.C, targets/cgi/pa_pool.C,
! 18746: types/pa_vcode_frame.h, types/pa_vmethod_frame.h,
! 18747: types/pa_vtable.h, classes/table.C, main/pa_request.C,
! 18748: types/pa_value.h: 'unknown' renamed to 'nothing'
! 18749:
! 18750: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
! 18751: vstring::set_string
! 18752:
! 18753: * src/: classes/double.C, classes/int.C, classes/string.C,
! 18754: www/htdocs/index.html: int,double;sql
! 18755:
! 18756: * src/: classes/hash.C, classes/int.C, classes/string.C,
! 18757: classes/table.C, include/pa_string.h, main/pa_string.C,
! 18758: types/pa_vstring.C, types/pa_vstring.h, www/htdocs/index.html:
! 18759: started int:sql
! 18760:
! 18761: * src/: classes/classes.C, classes/hash.C, classes/op.C,
! 18762: classes/table.C, main/compile.C, main/compile.y, main/execute.C,
! 18763: www/htdocs/index.html: hash:sql moved to main trunc.
! 18764: operators.txt updated
! 18765:
! 18766: * src/: classes/hash.C, classes/op.C, classes/table.C,
! 18767: www/htdocs/index.html: hash:sql
! 18768:
! 18769: * src/: classes/op.C, www/htdocs/index.html: z
! 18770:
! 18771: * src/: main/compile.C, classes/classes.C: 1
! 18772:
! 18773: * src/: classes/classes.C, main/compile.C, main/compile.y,
! 18774: main/execute.C: 0
! 18775:
! 18776: * src/main/execute.C: z
! 18777:
! 18778: * src/pcre/Makefile: timestamp
! 18779:
! 18780: * src/pcre/Makefile: make system timestamps
! 18781:
! 18782: * src/pcre/Makefile: file stamps to remove autoreconf
! 18783:
! 18784: * src/pcre/Makefile: long-forgotten buddy
! 18785:
! 18786: * src/pcre/Makefile.am: z
! 18787:
! 18788: * src/pcre/Makefile.am: removed chartables.c
! 18789:
! 18790: * src/: targets/cgi/parser3.C, www/htdocs/index.html: z
! 18791:
! 18792: * src/targets/cgi/parser3.C: argv can be just "parser3". made
! 18793: site_auto_path "." in that case
! 18794:
! 18795: * src/: pcre/Makefile, sql/mysql/configure: z
! 18796:
! 18797: * src/targets/cgi/: parser3.C: z
! 18798:
! 18799: * src/: main/pa_request.C, pcre/Makefile.am, pcre/pcre.dsp: .am
! 18800:
! 18801: * src/: main/pa_request.C, pcre/dftables.c, targets/cgi/parser3.C:
! 18802: pcre_tables=pcre_default_tables;
! 18803:
! 18804: 2001-05-19 parser
! 18805:
! 18806: * src/main/pa_string.C: z
! 18807:
! 18808: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
! 18809: introducing String::cstr_bufsize, returns just size+1 for as_is
! 18810: target.
! 18811:
! 18812: * src/: main/untaint.C, targets/cgi/pa_pool.C,
! 18813: targets/cgi/parser3.C, www/htdocs/index.html: fixed bug in pre
! 18814: html untaint, wrong size used, 4* mem wasted
! 18815:
! 18816: * src/classes/string.C: root context in match replace body now
! 18817: unchanged
! 18818:
! 18819: * src/types/pa_value.h: parameter # 1 based
! 18820:
! 18821: * src/main/pa_common.C: common: actual filename '%s'
! 18822:
! 18823: * src/classes/string.C: z
! 18824:
! 18825: * src/classes/Makefile.am: classes/.am
! 18826:
! 18827: * src/classes/: Makefile.am: classes/.am
! 18828:
! 18829: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
! 18830: targets/apache13/modules/extra/pa_threads.C,
! 18831: targets/cgi/pa_pool.C: classes/.am
! 18832:
! 18833: 2001-05-18 parser
! 18834:
! 18835: * src/: include/pa_config_auto.h.in, pcre/Makefile,
! 18836: targets/cgi/pa_pool.C: .am pa_threads.C ins
! 18837:
! 18838: * src/targets/: apache13/modules/extra/Makefile.am,
! 18839: cgi/Makefile.am: .am pa_threads.C added
! 18840:
! 18841: 2001-05-17 parser
! 18842:
! 18843: * src/: classes/string.C, include/pa_config_fixed.h,
! 18844: include/pa_config_includes.h, main/compile.y,
! 18845: main/compile_tools.h, main/execute.C, main/pa_array.C,
! 18846: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
! 18847: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
! 18848: types/pa_vform.C: #include "pa_config_includes.h" removed from
! 18849: most .C
! 18850:
! 18851: * src/doc/html2chm.cmd: z
! 18852:
! 18853: * src/: doc/chm.cmd, doc/doxygen.cmd, doc/html2chm.cmd,
! 18854: doc/sources2html.cmd, doc/view.cmd, doc/view_chm.cmd,
! 18855: doc/view_html.cmd, sql/mysql/parser3mysql.C,
! 18856: www/htdocs/index.html: doc cmds
! 18857:
! 18858: * src/main/pa_sql_driver_manager.C: moved expiration to
! 18859: get_connection_from_cache
! 18860:
! 18861: * src/: main/pa_sql_driver_manager.C, www/htdocs/index.html: cache
! 18862: expiration bf
! 18863:
! 18864: * src/: classes/classes.h, include/pa_sql_connection.h,
! 18865: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
! 18866: www/htdocs/index.html: cache expiration[use
! 18867: SQL_Driver::disconnect]
! 18868:
! 18869: * src/: sql/mysql/parser3mysql.C, www/htdocs/auto.p: mysqlclient
! 18870: unix socket allowed:
! 18871: $SQL.connect-string[mysql://test:test@[/a/b]/test/cp1251_koi8]
! 18872:
! 18873: * src/: sql/mysql/parser3mysql.C, www/htdocs/index.html:
! 18874: mysqlclient 0 rows case [were malloc(0) which failed under
! 18875: apache]
! 18876:
! 18877: * src/: main/pa_table.C, www/htdocs/index.html: table.locate
! 18878: current restored on "not found"
! 18879:
! 18880: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
! 18881: line no
! 18882:
! 18883: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
! 18884: www/htdocs/index.html: ANTI_ENDLESS_EXECUTE_RECOURSION
! 18885:
! 18886: * src/: classes/op.C, include/pa_sql_connection.h,
! 18887: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
! 18888: sql/pa_sql_driver.h, sql/mysql/parser3mysql.C: fixed problem at
! 18889: last: 2connections own 1driver and set_services fight for
! 18890: driver::fservices. before fix
! 18891:
! 18892: * src/: classes/op.C, include/pa_config_fixed.h,
! 18893: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 18894: main/pa_sql_driver_manager.C,
! 18895: targets/apache13/modules/extra/pa_threads.C: found problem at
! 18896: last: 2connections own 1driver and set_services fight for
! 18897: driver::fservices. before fix
! 18898:
! 18899: * src/: include/pa_config_fixed.h, include/pa_threads.h,
! 18900: targets/apache13/modules/extra/pa_threads.C,
! 18901: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
! 18902: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
! 18903: pa_threads.C
! 18904:
! 18905: * src/: include/pa_threads.h,
! 18906: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 18907: targets/parser/Makefile.am, targets/parser/pa_pool.C,
! 18908: targets/parser/parser.dsp, targets/parser/parser3.C: removed
! 18909: targets/parser
! 18910:
! 18911: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
! 18912: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
! 18913: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
! 18914: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
! 18915: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
! 18916: headers
! 18917:
! 18918: * src/: classes/image.C, include/pa_sql_driver_manager.h,
! 18919: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
! 18920: order prevented sqlmanager to see MULTYTHREAD define
! 18921:
! 18922: * src/: include/pa_config_fixed.h, include/pa_threads.h,
! 18923: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
! 18924: put/gets
! 18925:
! 18926: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
! 18927: from hash.h
! 18928:
! 18929: * src/sql/mysql/: parser3mysql.C, parser3mysql.dsp: done
! 18930: @todo figure out about memory for errors:
! 18931: static=add multithread locks; dynamic=who should free
! 18932: it up? that's char[maxlen] field in mysql.net structure, no need
! 18933: to free up
! 18934:
! 18935: * src/: classes/op.C, include/pa_sql_connection.h,
! 18936: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 18937: sql/mysql/parser3mysql.C: connection from cache
! 18938: ->set_services(&services);
! 18939:
! 18940: 2001-05-16 parser
! 18941:
! 18942: * src/targets/cgi/parser3.C: z
! 18943:
! 18944: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
! 18945: debug, #ifdefed some. would debug later, on more precise sample
! 18946: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
! 18947: $name.$tail[$tail!] $name.$tail } ok3
! 18948:
! 18949: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
! 18950: removed array debug. before vstring rebasing
! 18951:
! 18952: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
! 18953: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
! 18954: array debugged; adjusted
! 18955:
! 18956: * src/main/: pa_sql_driver_manager.C, pa_string.C:
! 18957: SQL_Driver_manager line no for connect/charset errors
! 18958:
! 18959: 2001-05-15 parser
! 18960:
! 18961: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
! 18962: main/pa_string.C: string+array made linear grows
! 18963:
! 18964: * src/: include/pa_string.h, main/pa_string.C,
! 18965: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
! 18966: grow lineary, not exponentialy
! 18967:
! 18968: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
! 18969: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
! 18970: with fullchunk cmps
! 18971:
! 18972: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
! 18973: 70041= 81
! 18974:
! 18975: * src/: include/pa_string.h,
! 18976: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 18977: targets/cgi/pa_pool.C, targets/cgi/parser3.C: detected huge mem
! 18978: allocation: size/times malloc 27809390/368771, calloc 3232/83.
! 18979: would test now
! 18980:
! 18981: * src/: classes/random.C, main/compile.y, main/execute.C,
! 18982: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
! 18983: numbered params had wrong name - for instance: bad error message
! 18984: in ^for[] bad body type. fixed
! 18985:
! 18986: 2001-05-14 parser
! 18987:
! 18988: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 18989: main/untaint.C, www/htdocs/index.html: ^string.upper|lower[]
! 18990:
! 18991: 2001-05-11 parser
! 18992:
! 18993: * src/: classes/double.C, classes/image.C, classes/op.C,
! 18994: classes/string.C, classes/table.C, classes/unknown.C,
! 18995: main/execute.C, types/pa_value.h, types/pa_vbool.h,
! 18996: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
! 18997: types/pa_vunknown.h, www/htdocs/index.html: op: MAX_LOOPS as_int
! 18998:
! 18999: * src/: main/main.dsp,
! 19000: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 19001: targets/isapi/parser3isapi.dsp: fixed some .dsp for win32tools
! 19002:
! 19003: 2001-05-11 paf
! 19004:
! 19005: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
! 19006: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
! 19007: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
! 19008: targets/isapi/kill.pl, www/conf/auto.p, www/htdocs/auto.p,
! 19009: www/htdocs/index.html: moved win32 helpers to /win32tools
! 19010:
! 19011: 2001-05-10 paf
! 19012:
! 19013: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
! 19014: for C++, that's all
! 19015:
! 19016: * src/: classes/gd/gif.h, include/pa_config_auto.h.in,
! 19017: include/pa_config_fixed.h, include/pa_config_includes.h: inline
! 19018: wonders
! 19019:
! 19020: * src/classes/gd/gif.h: gif.h accedently removed
! 19021:
! 19022: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
! 19023: doc/doxygen.cmd: hash.C added
! 19024:
! 19025: * src/: main/pa_request.C, types/pa_vrequest.C, www/htdocs/auto.p,
! 19026: www/htdocs/index.html: op configured
! 19027:
! 19028: * src/: main/compile.y, www/htdocs/index.html: @end grammar:
! 19029: allowed zero strings in control menthod
! 19030:
! 19031: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
! 19032: pa_vstateless_object.h: changed priority: field before method
! 19033: lookup in vclass & vobject
! 19034:
! 19035: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h,
! 19036: www/htdocs/index.html: grammar: priorities changes [lowerd &&
! 19037: prior] vobject: now first fields, next methods
! 19038:
! 19039: 2001-05-08 paf
! 19040:
! 19041: * src/: main/pa_table.C, www/htdocs/index.html: table
! 19042: columnname2item on nameless ignored bark=false. fixed
! 19043:
! 19044: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
! 19045: types/pa_vmethod_frame.h, www/htdocs/index.html: hash:default
! 19046: works at last!
! 19047:
! 19048: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
! 19049: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h,
! 19050: www/htdocs/index.html: hash:default
! 19051:
! 19052: * src/: classes/table.C, www/htdocs/index.html: z
! 19053:
! 19054: * src/classes/table.C: table:hash always hash of hash now
! 19055:
! 19056: * src/classes/table.C: table:empty return bool now
! 19057:
! 19058: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
! 19059: include/pa_table.h, main/pa_table.C, types/pa_value.h,
! 19060: types/pa_vtable.h, www/htdocs/index.html: table:hash
! 19061:
! 19062: * src/: classes/table.C, www/htdocs/index.html: table:record have
! 19063: name
! 19064:
! 19065: * src/: classes/op.C,
! 19066: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 19067: types/pa_vtable.h: allowed $table.2342734 returns vunknown
! 19068:
! 19069: * src/www/htdocs/index.html: if(locate) test
! 19070:
! 19071: * src/: classes/double.C, classes/int.C, classes/op.C,
! 19072: classes/string.C, www/htdocs/index.html: int,double,string:int[]
! 19073: double[] string:length[] results now have hames
! 19074:
! 19075: * src/: classes/op.C, classes/table.C, main/main.dsp,
! 19076: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 19077: types/pa_vtable.h, www/htdocs/index.html: removed table:find.
! 19078: table:locate and op:eval now return bool
! 19079:
! 19080: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h,
! 19081: www/htdocs/index.html: wrong pool in method checkparams again.
! 19082: fixed
! 19083:
! 19084: 2001-05-07 paf
! 19085:
! 19086: * src/doc/chm.cmd: cmd
! 19087:
! 19088: * src/: classes/image.C, classes/mail.C, classes/string.C,
! 19089: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
! 19090: types/pa_value.h, www/htdocs/index.html: method reported errors
! 19091: on wrong pool
! 19092:
! 19093: * src/: main/execute.C, www/htdocs/index.html:
! 19094: ^var[^class:var.method[]] is not constructor now
! 19095:
! 19096: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
! 19097: include/code.h, include/pa_opcode.h, main/compile.C,
! 19098: main/compile_tools.h, main/execute.C, types/pa_value.h,
! 19099: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 19100: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
! 19101: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
! 19102: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 19103: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 19104: types/pa_vrequest.h, types/pa_vresponse.h,
! 19105: types/pa_vstateless_class.h, types/pa_vstring.h,
! 19106: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
! 19107: types/pa_wwrapper.h, www/htdocs/index.html: pa_code.h
! 19108:
! 19109: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
! 19110:
! 19111: * src/: classes/string.C, classes/table.C, classes/gd/gifio.C,
! 19112: doc/ClassExample1.dox, doc/ClassExample2.dox,
! 19113: doc/ClassExample3.dox, doc/aliased.dox, doc/class.dox,
! 19114: doc/compiler.dox, doc/doxygen.cfg, doc/doxygen.cmd,
! 19115: doc/executor.dox, doc/index.dox, doc/methoded.dox,
! 19116: doc/module.dox, doc/object.dox, doc/pooled.dox, doc/string.dox,
! 19117: doc/targets.dox, doc/value.dox, include/code.h,
! 19118: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
! 19119: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
! 19120: types/pa_vtable.h, www/htdocs/index.html: dox, split by not clean
! 19121: parts also
! 19122:
! 19123: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
! 19124: types/pa_vtable.h: table: fields, then methods. so to enable
! 19125: 'dir' fields & co. more
! 19126:
! 19127: * src/: types/pa_value.h, types/pa_vtable.h, www/htdocs/index.html:
! 19128: table: fields, then methods. so to enable 'dir' fields & co.
! 19129:
! 19130: * src/: main/compile.y, www/htdocs/index.html: grammar: @end
! 19131:
! 19132: 2001-05-04 paf
! 19133:
! 19134: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
! 19135: doc/ClassExample3.dox, main/execute.C, www/htdocs/auto.p,
! 19136: www/htdocs/index.html: dox: example1 updated
! 19137:
! 19138: * src/: classes/classes.h, classes/double.C, classes/file.C,
! 19139: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
! 19140: classes/op.C, classes/random.C, classes/response.C,
! 19141: classes/string.C, classes/table.C, classes/unknown.C,
! 19142: doc/doxygen.cfg, doc/index.dox, main/pa_string.C,
! 19143: targets/apache13/modules/extra/mod_parser3.C: removed m- method
! 19144: dox
! 19145:
! 19146: 2001-05-03 paf
! 19147:
! 19148: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
! 19149: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
! 19150: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
! 19151: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
! 19152: doc/string.dox, doc/targets.dox, doc/value.dox,
! 19153: main/pa_request.C: dox splitted .dox files and added some
! 19154:
! 19155: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
! 19156:
! 19157: 2001-05-02 paf
! 19158:
! 19159: * src/classes/: image.C, table.C: table:dir result are not tainted
! 19160: by file_name language now
! 19161:
! 19162: 2001-04-28 paf
! 19163:
! 19164: * src/targets/apache13/modules/: Makefile.am, extra/mod_parser3.C:
! 19165: classes
! 19166:
! 19167: * src/classes/classes.inc: removed classes.inc
! 19168:
! 19169: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
! 19170: from .am
! 19171:
! 19172: * src/classes/classes.awk: skipped classes in .awk
! 19173:
! 19174: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
! 19175: classes/classes.inc, classes/double.C, classes/file.C,
! 19176: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
! 19177: classes/string.C, classes/table.C, classes/unknown.C,
! 19178: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
! 19179: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
! 19180: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
! 19181: pa_methoded back to classes/classes.h
! 19182:
! 19183: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
! 19184:
! 19185: * src/: classes/Makefile.am, classes/classes.awk,
! 19186: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
! 19187: classes/ls.exe, main/bison.exe: classes.inc autogenerator
! 19188:
! 19189: * src/: classes/classes.C, classes/classes.h, classes/double.C,
! 19190: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
! 19191: classes/response.C, classes/string.C, classes/table.C,
! 19192: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
! 19193: main/main.dsp, main/pa_methoded.C,
! 19194: targets/apache13/modules/extra/mod_parser3.C,
! 19195: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
! 19196: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h:
! 19197: classes/classes renamet to include|main/pa_methoded
! 19198:
! 19199: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
! 19200: targets/apache13/modules/extra/mod_parser3.C,
! 19201: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
! 19202:
! 19203: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
! 19204: moved some configured data to request::classes_conf moved some
! 19205: string crations from globals to M... [works]
! 19206:
! 19207: * src/: classes/form.C, classes/mail.C, classes/op.C,
! 19208: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
! 19209: main/pa_request.C: moved some configured data to
! 19210: request::classes_conf moved some string crations from globals to
! 19211: M...
! 19212:
! 19213: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
! 19214: about to move configured data to special request hash
! 19215:
! 19216: * src/: classes/classes.C, classes/classes.h, classes/file.C,
! 19217: classes/form.C, classes/mail.C, include/pa_request.h,
! 19218: main/pa_request.C, www/conf/auto.p, www/htdocs/index.html:
! 19219: configure started
! 19220:
! 19221: * src/: main/execute.C, types/pa_wcontext.h, www/htdocs/index.html:
! 19222: Methoded reorganized 2. todo: methoded-configure
! 19223:
! 19224: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
! 19225: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
! 19226: classes/_random.h, classes/_response.h, classes/_string.h,
! 19227: classes/_table.h, classes/_unknown.h, classes/classes.inc,
! 19228: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
! 19229: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
! 19230: classes/random.C, classes/response.C, classes/string.C,
! 19231: classes/table.C, classes/unknown.C, include/pa_globals.h,
! 19232: include/pa_request.h, main/compile.y, main/execute.C,
! 19233: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 19234: pcre/pcre_parser_ctype.c,
! 19235: targets/apache13/modules/extra/mod_parser3.C,
! 19236: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 19237: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
! 19238: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
! 19239: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
! 19240: types/pa_vrequest.h, types/pa_vresponse.h,
! 19241: types/pa_vstateless_class.h, types/pa_vstring.h,
! 19242: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
! 19243: www/cgi-bin/auto.p, www/htdocs/auto.p, www/htdocs/index.html,
! 19244: www/htdocs/news.p, classes/classes.C, classes/classes.h: Methoded
! 19245: reorganized. todo: methoded-configure
! 19246:
! 19247: * src/: classes/file.C, classes/table.C, main/compile.y,
! 19248: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
! 19249: types/pa_vtable.h, types/pa_wcontext.h, www/cgi-bin/auto.p,
! 19250: www/htdocs/auto.p, www/htdocs/index.html: removed ^a.menu{$name}
! 19251: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
! 19252:
! 19253: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
! 19254: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
! 19255: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
! 19256: classes/random.C, classes/response.C, classes/string.C,
! 19257: classes/table.C, classes/unknown.C, include/pa_request.h,
! 19258: main/compile.y, main/execute.C, main/pa_globals.C,
! 19259: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
! 19260: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 19261: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
! 19262: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h,
! 19263: www/htdocs/index.html: beautifying just compiled. todo: debug,
! 19264: configure
! 19265:
! 19266: 2001-04-27 paf
! 19267:
! 19268: * src/: classes/file.C, classes/image.C, classes/table.C,
! 19269: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
! 19270: beautifying -99
! 19271:
! 19272: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
! 19273: classes/_response.h, classes/_unknown.h, classes/classes.C,
! 19274: classes/classes.h, classes/double.C, classes/file.C,
! 19275: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
! 19276: classes/op.C, classes/random.C, classes/response.C,
! 19277: classes/string.C, include/pa_globals.h, main/main.dsp,
! 19278: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
! 19279: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
! 19280: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
! 19281: types/pa_vunknown.h, www/htdocs/auto.p, www/htdocs/index.html,
! 19282: www/htdocs/news.p: beautifying -100
! 19283:
! 19284: * src/: main/compile.y, pcre/pcre.dsp: serge@ found @CLASS bug.
! 19285: fixed
! 19286:
! 19287: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
! 19288: classes/_op.h, classes/_random.h, classes/_table.h,
! 19289: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
! 19290: classes/op.C, classes/random.C, classes/response.C,
! 19291: classes/string.C, classes/table.C, classes/unknown.C,
! 19292: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
! 19293: main/pa_request.C, pcre/pcre_parser_ctype.c,
! 19294: targets/cgi/parser3.C, types/pa_value.h, types/pa_vcookie.h,
! 19295: types/pa_venv.h, types/pa_vrequest.h, www/htdocs/index.html:
! 19296: started beautifying
! 19297:
! 19298: 2001-04-26 paf
! 19299:
! 19300: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
! 19301:
! 19302: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C,
! 19303: sql/mysql/parser3mysql.dsp,
! 19304: targets/apache13/modules/extra/mod_parser3.C: code documentation
! 19305: ++
! 19306:
! 19307: * src/: classes/_exec.h, doc/doxygen.cfg,
! 19308: include/pa_config_fixed.h, include/pa_config_includes.h,
! 19309: sql/mysql/config_fixed.h, sql/mysql/config_includes.h,
! 19310: sql/mysql/parser3mysql.C,
! 19311: targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C:
! 19312: code documentation ++
! 19313:
! 19314: * src/: classes/_image.h, classes/op.C, classes/random.C,
! 19315: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 19316: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
! 19317: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
! 19318: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
! 19319: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 19320: types/pa_vrequest.C, types/pa_vrequest.h,
! 19321: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
! 19322: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
! 19323: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
! 19324: code documentation ++
! 19325:
! 19326: * src/: classes/image.C, classes/mail.C, classes/string.C,
! 19327: classes/table.C, classes/gd/gif.h, classes/gd/gifio.C,
! 19328: classes/smtp/smtp.h, doc/doxygen.cfg, doc/doxygen.txt,
! 19329: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
! 19330: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
! 19331: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
! 19332: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
! 19333: types/pa_vobject.h, types/pa_vstateless_class.h,
! 19334: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
! 19335:
! 19336: * src/www/conf/auto.p: root auto.p added
! 19337:
! 19338: * src/: main/pa_request.C, main/pa_string.C, www/.htaccess,
! 19339: www/htdocs/auto.p, www/htdocs/index.html: z
! 19340:
! 19341: * src/: include/pa_common.h, include/pa_types.h,
! 19342: main/pa_sql_driver_manager.C, www/.htaccess: module [and, guess,
! 19343: isapi] connection caching fixed. request-pooled-url were stored
! 19344: into global connectioncache
! 19345:
! 19346: 2001-04-25 paf
! 19347:
! 19348: * src/: doc/doxygen.cfg, doc/doxygen.txt,
! 19349: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 19350: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
! 19351:
! 19352: * src/: include/code.h, include/pa_common.h, main/compile.y,
! 19353: main/execute.C, main/pa_common.C, www/htdocs/index.html: -d
! 19354:
! 19355: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C,
! 19356: www/htdocs/index.html: illegal call check a bit improved, but
! 19357: still under iis no mapping of dir with parser allowed!
! 19358:
! 19359: 2001-04-24 paf
! 19360:
! 19361: * src/targets/apache13/modules/: Makefile.am, extra/Makefile.am:
! 19362: apache makefile.in s
! 19363:
! 19364: * src/targets/apache13/modules/extra/Makefile.am: apache module lib
! 19365: .am
! 19366:
! 19367: * src/targets/apache13/modules/extra/Makefile.am: apache module lib
! 19368: .am
! 19369:
! 19370: * src/targets/: Makefile.am, apache13/Makefile.am,
! 19371: apache13/modules/Makefile.am, apache13/modules/extra/Makefile.am:
! 19372: apache module lib .am
! 19373:
! 19374: * src/main/pa_exec.C: windows32 buildCommand
! 19375:
! 19376: 2001-04-23 paf
! 19377:
! 19378: * src/sql/mysql/config_auto.h.in: z
! 19379:
! 19380: * src/targets/cgi/Makefile.am: win32 conditional
! 19381:
! 19382: * src/targets/cgi/Makefile.am: win32 conditional
! 19383:
! 19384: * src/targets/cgi/Makefile.am: liblink
! 19385:
! 19386: * src/pcre/: Makefile.am, pcre.h, pcre_parser_ctype.c: pcre .am
! 19387:
! 19388: * src/pcre/Makefile.am: chartables.c make
! 19389:
! 19390: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
! 19391: vfile fields return type
! 19392:
! 19393: * src/types/pa_vfile.h: vfile fields return type
! 19394:
! 19395: * src/: sql/mysql/libltdl/config_auto.h.in,
! 19396: sql/mysql/libltdl/configure, include/pa_config_auto.h.in: .h.in
! 19397:
! 19398: * src/classes/gd/Makefile.am: makefiles&co
! 19399:
! 19400: * src/: classes/Makefile, main/Makefile, sql/mysql/Makefile,
! 19401: targets/cgi/Makefile, types/Makefile: makefiles removed
! 19402:
! 19403: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
! 19404: sql/mysql/Makefile, sql/mysql/configure, targets/cgi/Makefile,
! 19405: types/Makefile, www/htdocs/index.html: configure.in + makefiles
! 19406:
! 19407: * src/: main/pa_string.C, www/htdocs/index.html: tested OK ///
! 19408: @test really @b test: s x m [tested: i & g ]
! 19409:
! 19410: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
! 19411: @test noticed series in isapi, check how initialize_random_class
! 19412: is called! [must be called only once]
! 19413:
! 19414: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
! 19415: would not be 'unknown column'
! 19416:
! 19417: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h,
! 19418: www/htdocs/index.html: /// @test $a.menu{ $a[123] } and
! 19419: $a.menu{^table:set[]...}
! 19420:
! 19421: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
! 19422: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
! 19423: [now doesnt]
! 19424:
! 19425: * src/targets/cgi/parser3.C: cgi cmdline ver
! 19426:
! 19427: * src/targets/cgi/parser3.C: cgi /// @test disable
! 19428: /cgi-bin/parser3/auto.p
! 19429:
! 19430: * src/main/untaint.C: untaint without charset
! 19431:
! 19432: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
! 19433: main/pa_common.C, www/htdocs/index.html: common: file_write ///
! 19434: @test mkdirs file_delete rmdirs
! 19435:
! 19436: * src/main/untaint.C: mail header only once to =?
! 19437:
! 19438: * src/: classes/image.C, classes/mail.C, classes/gd/gifio.C,
! 19439: include/pa_globals.h, include/pa_string.h, main/pa_exec.C,
! 19440: main/pa_request.C, main/untaint.C, www/htdocs/index.html: untaint
! 19441: - @test optimize whitespaces for all but 'html'
! 19442:
! 19443: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
! 19444: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
! 19445: main/untaint.C, www/htdocs/auto.p, www/htdocs/index.html: untaint
! 19446: - @test mail-header
! 19447:
! 19448: 2001-04-20 paf
! 19449:
! 19450: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
! 19451: include/pa_request.h, include/pa_string.h, main/compile.y,
! 19452: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 19453: pcre/Makefile.am, pcre/dftables.c, pcre/pcre.dsp,
! 19454: pcre/pcre_parser_ctype.c, pcre/pcre_parser_ctype.dsp,
! 19455: targets/cgi/parser3.C, www/htdocs/auto.p, www/htdocs/index.html:
! 19456: $MAIN:LOCALE
! 19457:
! 19458: * src/main/untaint.C: z
! 19459:
! 19460: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
! 19461:
! 19462: 2001-04-19 paf
! 19463:
! 19464: * src/: main/compile_tools.h, www/htdocs/index.html: $a$b bugfix
! 19465:
! 19466: * src/targets/cgi/parser3.C: z
! 19467:
! 19468: * src/: classes/file.C, www/htdocs/env.pl, www/htdocs/index.html: z
! 19469:
! 19470: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
! 19471: done: header to $fields. waits for header '\' tricks
! 19472:
! 19473: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 19474: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C,
! 19475: www/htdocs/index.html: changed urlencode here and in untaint.C to
! 19476: HTTP standard's " and \" mech
! 19477:
! 19478: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
! 19479: http://alx/~paf/ doesnt load /auto.p
! 19480:
! 19481: 2001-04-18 paf
! 19482:
! 19483: * src/main/pa_request.C: 1
! 19484:
! 19485: * src/: classes/smtp/smtp.dsp, main/Makefile.am, main/main.dsp,
! 19486: sql/mysql/Makefile.am, sql/mysql/acinclude.m4,
! 19487: sql/mysql/configure.in, sql/mysql/libltdl/COPYING.TXT,
! 19488: sql/mysql/libltdl/ltconfig, sql/mysql/libltdl/ltmain.sh,
! 19489: targets/cgi/Makefile.am, www/htdocs/env.pl: linux @alx
! 19490:
! 19491: 2001-04-17 paf
! 19492:
! 19493: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
! 19494: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
! 19495: sql/pa_sql_driver.h, www/htdocs/env.pl: SQL_Driver_services
! 19496: renamed. doxygen statics enabled
! 19497:
! 19498: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
! 19499: classes/_exec.h, classes/_file.h, classes/_form.h,
! 19500: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
! 19501: classes/_random.h, classes/_response.h, classes/_string.h,
! 19502: classes/_table.h, classes/_unknown.h, classes/file.C,
! 19503: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
! 19504: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 19505: include/pa_config_fixed.h, include/pa_config_includes.h,
! 19506: include/pa_hash.h, include/pa_sql_driver_manager.h,
! 19507: include/pa_version.h, main/Makefile.am, main/compile.y,
! 19508: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
! 19509: main/pa_sql_driver_manager.C, pcre/Makefile.am, sql/Makefile.am,
! 19510: sql/pa_sql_driver.h, sql/mysql/AUTHORS, sql/mysql/COPYING,
! 19511: sql/mysql/ChangeLog, sql/mysql/INSTALL, sql/mysql/Makefile.am,
! 19512: sql/mysql/NEWS, sql/mysql/README, sql/mysql/acinclude.m4,
! 19513: sql/mysql/config.guess, sql/mysql/config.sub,
! 19514: sql/mysql/config_fixed.h, sql/mysql/config_includes.h,
! 19515: sql/mysql/configure.in, sql/mysql/install-sh, sql/mysql/ltconfig,
! 19516: sql/mysql/ltmain.sh, sql/mysql/missing, sql/mysql/mkinstalldirs,
! 19517: sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp,
! 19518: sql/mysql/libltdl/COPYING.TXT, sql/mysql/libltdl/Makefile.am,
! 19519: sql/mysql/libltdl/README, sql/mysql/libltdl/acinclude.m4,
! 19520: sql/mysql/libltdl/aclocal.m4, sql/mysql/libltdl/config.h,
! 19521: sql/mysql/libltdl/config_fixed.h, sql/mysql/libltdl/configure.in,
! 19522: sql/mysql/libltdl/libltdl_mysql.dsp, sql/mysql/libltdl/ltconfig,
! 19523: sql/mysql/libltdl/ltdl.c, sql/mysql/libltdl/ltdl.h,
! 19524: sql/mysql/libltdl/ltmain.sh, targets/cgi/Makefile.am,
! 19525: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
! 19526: types/pa_vform.C, types/pa_vimage.h, www/htdocs/auto.p,
! 19527: www/htdocs/env.pl, www/htdocs/index.html: exec @jav
! 19528:
! 19529: * src/sql/mysql/: Makefile.am, parser3mysql.C, libltdl/ltconfig,
! 19530: libltdl/ltmain.sh: mysql client @jav
! 19531:
! 19532: * src/sql/mysql/parser3mysql.C: mysql client implemented using new
! 19533: model
! 19534:
! 19535: * src/: include/pa_sql_driver_manager.h,
! 19536: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 19537: sql/mysql/Makefile.am, sql/mysql/acinclude.m4,
! 19538: sql/mysql/config.guess, sql/mysql/config.sub,
! 19539: sql/mysql/configure.in, sql/mysql/install-sh, sql/mysql/ltconfig,
! 19540: sql/mysql/ltmain.sh, sql/mysql/missing, sql/mysql/mkinstalldirs,
! 19541: sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp,
! 19542: sql/mysql/libltdl/COPYING.TXT, sql/mysql/libltdl/Makefile.am,
! 19543: sql/mysql/libltdl/README, sql/mysql/libltdl/acinclude.m4,
! 19544: sql/mysql/libltdl/aclocal.m4, sql/mysql/libltdl/config.h,
! 19545: sql/mysql/libltdl/config_fixed.h, sql/mysql/libltdl/configure.in,
! 19546: sql/mysql/libltdl/libltdl_mysql.dsp, sql/mysql/libltdl/ltdl.c,
! 19547: sql/mysql/libltdl/ltdl.h, types/pa_vimage.h, www/htdocs/auto.p:
! 19548: sql driver interface now has initialize(client .so)
! 19549:
! 19550: * src/sql/mysql/: acinclude.m4, configure.in, parser3mysql.C:
! 19551: compile4 @jav @win
! 19552:
! 19553: 2001-04-16 paf
! 19554:
! 19555: * src/Makefile.am: compile2 cygwin
! 19556:
! 19557: * src/: include/pa_config_includes.h, main/pa_exec.C,
! 19558: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
! 19559:
! 19560: * src/: pcre/Makefile.am, targets/cgi/Makefile.am: compile0 jav
! 19561:
! 19562: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
! 19563: classes/_exec.h, classes/_file.h, classes/_form.h,
! 19564: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
! 19565: classes/_random.h, classes/_response.h, classes/_string.h,
! 19566: classes/_table.h, classes/_unknown.h, classes/image.C,
! 19567: classes/mail.C, classes/op.C, classes/random.C, classes/gd/gif.C,
! 19568: classes/gd/gif.h, classes/gd/gifio.C, include/pa_config_fixed.h,
! 19569: include/pa_config_includes.h, include/pa_hash.h,
! 19570: include/pa_version.h, main/Makefile.am, main/compile.y,
! 19571: main/pa_common.C, main/pa_exec.C, pcre/Makefile,
! 19572: pcre/Makefile.am, sql/Makefile.am, sql/mysql/AUTHORS,
! 19573: sql/mysql/COPYING, sql/mysql/ChangeLog, sql/mysql/INSTALL,
! 19574: sql/mysql/Makefile.am, sql/mysql/NEWS, sql/mysql/README,
! 19575: sql/mysql/acinclude.m4, sql/mysql/config_fixed.h,
! 19576: sql/mysql/config_includes.h, sql/mysql/configure.in,
! 19577: sql/mysql/parser3mysql.C, targets/cgi/Makefile.am,
! 19578: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
! 19579: types/pa_vform.C: compile-1
! 19580:
! 19581: 2001-04-15 paf
! 19582:
! 19583: * src/classes/op.C: z
! 19584:
! 19585: * src/classes/table.C: table:empty +=process
! 19586:
! 19587: * src/types/pa_value.h: MethodParams !junction
! 19588:
! 19589: * src/: classes/_string.h, classes/double.C, classes/file.C,
! 19590: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
! 19591: classes/random.C, classes/response.C, classes/string.C,
! 19592: classes/table.C, classes/unknown.C, main/pa_request.C:
! 19593: MethodParams everywhere
! 19594:
! 19595: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
! 19596: types/pa_vmethod_frame.h: MethodParams in op.C
! 19597:
! 19598: * src/www/htdocs/index.html: about to make Params
! 19599:
! 19600: 2001-04-12 paf
! 19601:
! 19602: * src/: classes/image.C, types/pa_vimage.h, www/htdocs/font.gif,
! 19603: www/htdocs/index.html: image:font :text
! 19604:
! 19605: * src/: classes/_unknown.h, classes/unknown.C,
! 19606: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
! 19607: types/pa_vunknown.h, www/htdocs/index.html: ^unknown:int[]=0
! 19608: double[]=0
! 19609:
! 19610: * src/: classes/image.C, main/pa_hash.C, www/htdocs/index.html:
! 19611: hash bug fixed
! 19612:
! 19613: * src/classes/image.C: image:gif now does not have params
! 19614:
! 19615: * src/: classes/image.C, classes/gd/gif.C, www/htdocs/index.html:
! 19616: image:line/fill/rectangle/bar/replace/polygon/polybar
! 19617:
! 19618: * src/: classes/image.C, classes/op.C, classes/gd/gif.h,
! 19619: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h,
! 19620: types/pa_wcontext.h, www/htdocs/001004paf(c)lena_karin.jpg,
! 19621: www/htdocs/env.pl, www/htdocs/index.html: for var now written not
! 19622: to r.wcontext, but to r.root cleared "entered_object" state
! 19623:
! 19624: 2001-04-11 paf
! 19625:
! 19626: * src/: classes/image.C, classes/gd/gif.C, classes/gd/gif.h,
! 19627: classes/gd/gifio.C, www/htdocs/index.html: image:create
! 19628: image:load
! 19629:
! 19630: * src/: classes/image.C, classes/gd/gif.h, classes/gd/gifio.C,
! 19631: main/main.dsp: gd with mem write + image just compiled
! 19632:
! 19633: * src/: classes/image.C, classes/gd/gifio.C, types/pa_vimage.C,
! 19634: types/pa_vimage.h: gd todo: gif without file
! 19635:
! 19636: * src/: classes/image.C, classes/gd/gd.dsp, classes/gd/gif.C,
! 19637: classes/gd/gif.h, classes/gd/gifio.C, types/pa_vimage.C,
! 19638: types/pa_vimage.h: gd started porting to Pooled descendant
! 19639:
! 19640: * src/: classes/image.C, main/execute.C, main/main.dsp,
! 19641: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
! 19642: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
! 19643: types/pa_vmframe.h, www/htdocs/index.html: libimaging dead end:
! 19644: pil parses header in .py
! 19645:
! 19646: * src/: classes/image.C, classes/gd/gd.dsp, include/pa_globals.h,
! 19647: main/main.dsp, main/pa_globals.C, types/pa_vimage.C,
! 19648: types/pa_vimage.h, www/htdocs/index.html: gd dead end. switching
! 19649: to python imaging lib
! 19650:
! 19651: * src/: classes/gd/gd.dsp, classes/smtp/smtp.dsp, main/main.dsp:
! 19652: gd+smtp made separate libs
! 19653:
! 19654: * src/: include/pa_globals.h, include/pa_string.h,
! 19655: main/pa_common.C, main/pa_request.C, main/untaint.C,
! 19656: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
! 19657: length
! 19658:
! 19659: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
! 19660: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
! 19661: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
! 19662: UL_FILE_NAME of posted file name
! 19663:
! 19664: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C,
! 19665: www/htdocs/index.html: fixed post [broke when moved post read to
! 19666: core]
! 19667:
! 19668: 2001-04-10 paf
! 19669:
! 19670: * src/: classes/image.C, www/htdocs/index.html: image:html done
! 19671:
! 19672: * src/: classes/image.C, types/pa_vimage.C, www/htdocs/index.html:
! 19673: jpg measure bugs fixed
! 19674:
! 19675: * src/classes/image.C: z
! 19676:
! 19677: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
! 19678: forgotten!
! 19679:
! 19680: * src/www/htdocs/index.html: img:measure jpg
! 19681:
! 19682: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
! 19683: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 19684: types/pa_vimage.h, www/htdocs/index.html: image:measure -90
! 19685:
! 19686: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
! 19687: classes/_int.h, classes/_mail.h, classes/_op.h,
! 19688: classes/_random.h, classes/_response.h, classes/_string.h,
! 19689: classes/_table.h, classes/file.C, classes/mail.C,
! 19690: classes/gd/gif.C, classes/gd/gif.h, classes/gd/gifio.C,
! 19691: include/pa_common.h, include/pa_globals.h, main/execute.C,
! 19692: main/main.dsp, main/pa_common.C, main/pa_globals.C,
! 19693: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
! 19694: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
! 19695: types/pa_vresponse.h, types/pa_vstring.h,
! 19696: www/htdocs/001004paf(c)lena_karin.gif: image:measure -100 just
! 19697: compiled
! 19698:
! 19699: * src/: classes/mail.C, www/htdocs/index.html: minor bug with
! 19700: unclear from/to
! 19701:
! 19702: * src/classes/mail.C: sendmail unix skipping defaults
! 19703:
! 19704: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C,
! 19705: www/htdocs/auto.p: sendmail unix added defaults
! 19706:
! 19707: * src/: classes/mail.C, www/htdocs/auto.p: unix sendmail compiled.
! 19708: todo:testing
! 19709:
! 19710: * src/: classes/mail.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 19711: classes/smtp/smtp.h, main/pa_globals.C: smtp some consts
! 19712:
! 19713: * src/targets/apache13/os/win32/ApacheModuleParser3.dsp: z
! 19714:
! 19715: 2001-04-09 paf
! 19716:
! 19717: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
! 19718: main/main.dsp, main/pa_exec.C, sql/mysql/parser3mysql.dsp,
! 19719: targets/apache13/modules/extra/mod_parser3.C,
! 19720: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19721: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: all
! 19722: targets exec
! 19723:
! 19724: * src/: include/pa_sapi.h, include/pa_string.h,
! 19725: targets/apache13/modules/extra/mod_parser3.C,
! 19726: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 19727: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
! 19728: args in apache:util.script
! 19729:
! 19730: * src/include/pa_string.h: written but not tested exec with env for
! 19731: unix
! 19732:
! 19733: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
! 19734: sql/mysql/parser3mysql.C,
! 19735: targets/apache13/modules/extra/mod_parser3.C,
! 19736: targets/cgi/parser3.C: exec win32 env
! 19737:
! 19738: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C,
! 19739: targets/apache13/modules/extra/mod_parser3.C,
! 19740: www/htdocs/index.html: exec env 0
! 19741:
! 19742: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
! 19743: main/execute.C, main/main.dsp, main/pa_globals.C,
! 19744: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
! 19745: types/pa_vform.C, types/pa_vstring.C, www/htdocs/index.html:
! 19746: exec4. todo env
! 19747:
! 19748: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
! 19749: main/untaint.C, www/htdocs/index.html: exec3. decided exec:cgi to
! 19750: move to file:cgi
! 19751:
! 19752: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
! 19753: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C,
! 19754: www/htdocs/index.html: exec -2
! 19755:
! 19756: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
! 19757: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
! 19758: main/pa_common.C, main/pa_request.C, main/pa_string.C,
! 19759: targets/apache13/modules/extra/mod_parser3.C,
! 19760: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19761: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
! 19762: exec class just compiled. moved post read to request core
! 19763:
! 19764: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
! 19765: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
! 19766: main/pa_globals.C, targets/cgi/parser3.C,
! 19767: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
! 19768: are already read by vform
! 19769:
! 19770: 2001-04-08 paf
! 19771:
! 19772: * src/www/htdocs/index.html: z
! 19773:
! 19774: * src/: classes/file.C, classes/mail.C, classes/string.C,
! 19775: include/pa_request.h, include/pa_string.h, main/pa_request.C,
! 19776: www/htdocs/index.html: uuencode. string<<
! 19777:
! 19778: 2001-04-07 paf
! 19779:
! 19780: * src/classes/mail.C: z
! 19781:
! 19782: * src/classes/mail.C: z
! 19783:
! 19784: * src/: classes/mail.C, www/htdocs/index.html: ^mail[$attach
! 19785:
! 19786: * src/: classes/mail.C, www/htdocs/index.html: ^attach dead end
! 19787:
! 19788: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
! 19789: sql/mysql/parser3mysql.C,
! 19790: targets/apache13/modules/extra/mod_parser3.C,
! 19791: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 19792: targets/isapi/parser3isapi.C, www/htdocs/index.html: mail:send 1
! 19793:
! 19794: * src/: classes/mail.C, main/pa_request.C, www/htdocs/auto.p,
! 19795: www/htdocs/index.html: z
! 19796:
! 19797: * src/: classes/mail.C, classes/smtp/comms.C, classes/smtp/smtp.C,
! 19798: classes/smtp/smtp.h, include/pa_globals.h, include/pa_request.h,
! 19799: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 19800: www/htdocs/auto.p: smtp just compiled
! 19801:
! 19802: * src/classes/mail.C: +=
! 19803:
! 19804: * src/: classes/mail.C, include/pa_string.h, www/htdocs/index.html:
! 19805: mail:send -1 text prepared
! 19806:
! 19807: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
! 19808: include/pa_globals.h, include/pa_string.h, main/main.dsp,
! 19809: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 19810: main/untaint.C, types/pa_vcookie.C, www/htdocs/index.html:
! 19811: mail:send -10 just compiled
! 19812:
! 19813: 2001-04-06 paf
! 19814:
! 19815: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
! 19816: main/pa_string.C, www/htdocs/index.html: table:dir 1
! 19817:
! 19818: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
! 19819: main/main.dsp, main/pa_dir.C, sql/mysql/parser3mysql.dsp,
! 19820: www/htdocs/index.html: table:dir 0 [without regexp]
! 19821:
! 19822: * src/: classes/_op.h, classes/_root.h, classes/op.C,
! 19823: classes/root.C, include/pa_globals.h, include/pa_request.h,
! 19824: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
! 19825: main/pa_request.C: renamed 'root' to 'op'
! 19826:
! 19827: * src/classes/: _op.h, op.C: renamed from 'root'
! 19828:
! 19829: * src/: types/pa_valiased.C, www/htdocs/auto.p: another root
! 19830: inherititance skipped
! 19831:
! 19832: * src/: main/compile.C, main/compile.y, main/execute.C,
! 19833: www/htdocs/auto.p, www/htdocs/index.html: operators are now not
! 19834: root methods of parent class. just 'ROOT' class
! 19835:
! 19836: * src/: classes/random.C, classes/table.C, main/pa_globals.C,
! 19837: www/htdocs/index.html: @office
! 19838:
! 19839: * src/: main/pa_request.C, sql/pa_sql_driver.h,
! 19840: sql/mysql/parser3mysql.C, www/htdocs/index.html: mysql limit
! 19841:
! 19842: 2001-04-05 paf
! 19843:
! 19844: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
! 19845: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h,
! 19846: www/htdocs/index.html: constructor flag dropped at
! 19847: get_method_frame and remembered into method_frame
! 19848:
! 19849: * src/: classes/file.C, classes/root.C, classes/string.C,
! 19850: classes/table.C, main/pa_request.C, www/htdocs/index.html:
! 19851: junction to code&expression in errors
! 19852:
! 19853: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 19854: main/pa_string.C,
! 19855: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 19856: targets/isapi/parser3isapi.dsp, www/htdocs/auto.p,
! 19857: www/htdocs/index.html: $LOCALE:ctype[Russian_Russia.1251]
! 19858:
! 19859: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
! 19860: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
! 19861: main/pa_table.C, sql/mysql/parser3mysql.C: hash now not
! 19862: thread-safe.
! 19863:
! 19864: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
! 19865: main/untaint.C, www/htdocs/index.html: z
! 19866:
! 19867: * src/: classes/random.C, classes/root.C, classes/table.C,
! 19868: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
! 19869: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
! 19870: sql/pa_sql_driver.h, sql/mysql/parser3mysql.C,
! 19871: types/pa_vmframe.h, types/pa_wcontext.C, types/pa_wcontext.h,
! 19872: www/htdocs/auto.p, www/htdocs/index.html: sql quote. string
! 19873: untaint UL_SQL
! 19874:
! 19875: * src/: classes/table.C, include/pa_sql_connection.h,
! 19876: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 19877: sql/mysql/parser3mysql.C, www/htdocs/index.html: sql ping
! 19878:
! 19879: * src/: classes/table.C, www/htdocs/index.html: select * from hren
! 19880: error contains statement
! 19881:
! 19882: * src/: classes/table.C, include/pa_sql_connection.h,
! 19883: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
! 19884: sql/pa_sql_driver.h, sql/mysql/parser3mysql.C,
! 19885: targets/cgi/parser3.dsp, www/htdocs/index.html: mysql 0
! 19886:
! 19887: * src/: classes/root.C, include/pa_sql_connection.h,
! 19888: include/pa_sql_driver.h, main/main.dsp,
! 19889: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
! 19890: sql/mysql/parser3mysql.C, sql/mysql/parser3mysql.dsp: sql driver
! 19891: services for conv memory & error reporting
! 19892:
! 19893: 2001-04-04 paf
! 19894:
! 19895: * src/: doc/doxygen.cfg, sql/mysql/parser3mysql.C: z
! 19896:
! 19897: * src/sql/mysql/: parser3mysql.dsp, mySQL32/lib/opt/libmySQL.dll,
! 19898: mySQL32/lib/opt/libmySQL.lib, mySQL32/lib/opt/mysqlclient.lib,
! 19899: mySQL32/lib/opt/zlib.lib, mySQL32/include/Libmysql.def,
! 19900: mySQL32/include/dbug.h, mySQL32/include/errmsg.h,
! 19901: mySQL32/include/m_ctype.h, mySQL32/include/m_string.h,
! 19902: mySQL32/include/my_list.h, mySQL32/include/my_pthread.h,
! 19903: mySQL32/include/my_sys.h, mySQL32/include/mysql.h,
! 19904: mySQL32/include/mysql_com.h, mySQL32/include/mysql_version.h,
! 19905: mySQL32/include/mysqld_error.h, mySQL32/include/raid.h: mySQL32
! 19906: added
! 19907:
! 19908: * src/: include/pa_sql_driver.h, sql/mysql/parser3mysql.C,
! 19909: www/htdocs/auto.p: mysql connect
! 19910:
! 19911: * src/: include/pa_sql_driver.h, sql/mysql/parser3mysql.C: mysql
! 19912: info
! 19913:
! 19914: * src/: classes/root.C, include/pa_sql_driver.h,
! 19915: include/pa_sql_driver_manager.h, main/main.dsp,
! 19916: main/pa_sql_driver_manager.C, sql/mysql/parser3mysql.C,
! 19917: www/htdocs/auto.p, www/htdocs/index.html: more
! 19918: manager&connection&driver
! 19919:
! 19920: * src/sql/: Makefile.am, mysql/Makefile.am, mysql/parser3mysql.C,
! 19921: mysql/parser3mysql.def, mysql/parser3mysql.dsp: forgot to add
! 19922: mysql client
! 19923:
! 19924: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
! 19925: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
! 19926: [forgot to add libltdl, added]
! 19927:
! 19928: * src/: Makefile.am, classes/root.C, classes/string.C,
! 19929: classes/table.C, include/pa_globals.h, include/pa_hash.h,
! 19930: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
! 19931: include/pa_string.h, include/pa_table.h, main/main.dsp,
! 19932: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
! 19933: main/pa_string.C, main/pa_table.C, main/untaint.C,
! 19934: www/htdocs/auto.p, www/htdocs/index.html: connect&sql -1000 just
! 19935: compiled
! 19936:
! 19937: * src/: classes/random.C, classes/root.C, classes/table.C,
! 19938: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
! 19939: main/pa_request.C, types/pa_vclass.h, www/htdocs/auto.p,
! 19940: www/htdocs/index.html: sql frame -10
! 19941:
! 19942: 2001-04-03 paf
! 19943:
! 19944: * src/: types/pa_vform.C, www/htdocs/index.html: z
! 19945:
! 19946: * src/: classes/string.C, types/pa_vform.C, www/htdocs/index.html:
! 19947: string:match replace assigned lang
! 19948:
! 19949: * src/: classes/string.C, main/compile.y, www/htdocs/index.html:
! 19950: grammar: fixed to allow {}[]< empty []
! 19951:
! 19952: * src/: classes/file.C, classes/string.C, classes/table.C,
! 19953: include/pa_string.h, main/pa_common.C, main/pa_string.C,
! 19954: main/untaint.C, www/htdocs/index.html: string:match replace 2.
! 19955: string.cstr(forced lang)
! 19956:
! 19957: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 19958: www/htdocs/index.html: string:match replace strange matches
! 19959:
! 19960: * src/: classes/string.C, www/htdocs/index.html: string:match
! 19961: replace 0
! 19962:
! 19963: * src/: classes/string.C, main/pa_string.C: string:match replace
! 19964: prepared 2
! 19965:
! 19966: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 19967: www/htdocs/index.html: string:match replace prepared
! 19968:
! 19969: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
! 19970: string:match replace -11
! 19971:
! 19972: * src/: classes/string.C, include/pa_globals.h,
! 19973: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
! 19974: main/pa_string.C, targets/isapi/parser3isapi.dsp,
! 19975: www/htdocs/index.html: string:match 0
! 19976:
! 19977: * src/: classes/string.C, include/pa_globals.h,
! 19978: include/pa_string.h, main/main.dsp, main/pa_globals.C,
! 19979: main/pa_string.C, pcre/pcre.dsp, pcre/pcre_dftables.dsp:
! 19980: string:match [search] -1 just compiled
! 19981:
! 19982: * src/pcre/: LICENCE, Makefile, README, Tech.Notes, dftables.c,
! 19983: get.c, internal.h, maketables.c, pcre-2_08.tar.gz, pcre.3,
! 19984: pcre.3.html, pcre.3.txt, pcre.c, pcre.dsp, pcre.h,
! 19985: pcre_dftables.dsp, study.c: added pcre
! 19986:
! 19987: * src/types/pa_vstring.C: z
! 19988:
! 19989: * src/: classes/double.C, classes/file.C, classes/form.C,
! 19990: classes/int.C, classes/response.C, classes/root.C,
! 19991: classes/string.C, classes/table.C, include/pa_string.h,
! 19992: main/pa_string.C, www/htdocs/index.html: string:match -10 [frame]
! 19993:
! 19994: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
! 19995: main/pa_request.C: z
! 19996:
! 19997: * src/: main/pa_common.C, main/untaint.C,
! 19998: targets/apache13/modules/extra/mod_parser3.C,
! 19999: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20000: targets/isapi/pool_storage.h: todo/tests
! 20001:
! 20002: * src/: include/pa_common.h, www/htdocs/index.html: z
! 20003:
! 20004: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
! 20005: main/pa_request.C, targets/cgi/parser3.C,
! 20006: targets/isapi/parser3isapi.C, types/pa_vfile.C:
! 20007: content-disposition
! 20008:
! 20009: * src/: include/pa_common.h, include/pa_globals.h,
! 20010: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
! 20011: targets/isapi/parser3isapi.C, types/pa_value.h,
! 20012: www/htdocs/index.html: main:post-process
! 20013:
! 20014: * src/: include/pa_common.h, include/pa_request.h,
! 20015: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
! 20016: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
! 20017: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h,
! 20018: www/htdocs/index.html: vfile in response:body
! 20019:
! 20020: * src/: classes/table.C, www/htdocs/index.html: table:append now
! 20021: uses string::split
! 20022:
! 20023: * src/: classes/table.C, www/htdocs/index.html: z
! 20024:
! 20025: * src/: classes/file.C, classes/root.C, classes/string.C,
! 20026: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
! 20027: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
! 20028: include/pa_string.h, main/execute.C, main/pa_string.C,
! 20029: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
! 20030: www/htdocs/index.html: string::pos & cmp & piece bugs fixed.
! 20031: string::split new table:load separated from set table:set
! 20032: implemented with clean \n \t searches
! 20033:
! 20034: 2001-04-02 paf
! 20035:
! 20036: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
! 20037: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
! 20038: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
! 20039: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
! 20040: it in table:set/load
! 20041:
! 20042: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
! 20043: include/pa_table.h, main/execute.C, types/pa_value.h,
! 20044: www/htdocs/index.html: table:join
! 20045:
! 20046: * src/classes/random.C: random:generate 1
! 20047:
! 20048: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
! 20049: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 20050: types/pa_value.h, www/htdocs/index.html: random:generate
! 20051:
! 20052: 2001-03-30 paf
! 20053:
! 20054: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
! 20055: www/htdocs/index.html: todo: table flip and append. string::pos
! 20056:
! 20057: * src/: classes/double.C, classes/file.C, classes/int.C,
! 20058: classes/response.C, classes/root.C, classes/string.C,
! 20059: classes/table.C, main/compile.y, main/execute.C,
! 20060: types/pa_value.h, types/pa_vstateless_class.C,
! 20061: types/pa_vstateless_class.h: static|dynamic|any method
! 20062: registration
! 20063:
! 20064: * src/: classes/file.C, classes/table.C, include/pa_table.h,
! 20065: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h,
! 20066: www/htdocs/index.html: table:flip
! 20067:
! 20068: 2001-03-29 paf
! 20069:
! 20070: * src/: classes/string.C, www/htdocs/index.html: string:xsplit
! 20071: forgot that they must result in 1 row N column [not vice versa]
! 20072:
! 20073: * src/classes/string.C: z
! 20074:
! 20075: * src/: classes/string.C, www/htdocs/index.html: string: rsplit
! 20076:
! 20077: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 20078: www/htdocs/index.html: string: lsplit
! 20079:
! 20080: * src/: classes/string.C, include/pa_string.h, main/execute.C,
! 20081: main/pa_array.C, main/pa_string.C, types/pa_vtable.h,
! 20082: www/htdocs/index.html: string: lsplit -1
! 20083:
! 20084: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 20085: www/htdocs/index.html: string: pos
! 20086:
! 20087: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
! 20088: www/htdocs/index.html: string: pos -1
! 20089:
! 20090: * src/: classes/string.C, classes/table.C, include/pa_string.h,
! 20091: main/compile.y, main/pa_request.C, main/pa_string.C,
! 20092: main/untaint.C, www/htdocs/index.html: string: left right mid
! 20093:
! 20094: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
! 20095: main/compile_tools.h, main/main.dsp, types/pa_value.h,
! 20096: types/pa_vstring.h, types/pa_vunknown.h, www/htdocs/index.html:
! 20097: empty params allowed. [] and [;] are different now.
! 20098:
! 20099: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
! 20100: main/untaint.C: pool.request undone
! 20101:
! 20102: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
! 20103: main/untaint.C: pool.request
! 20104:
! 20105: 2001-03-28 paf
! 20106:
! 20107: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
! 20108: targets/apache13/modules/extra/mod_parser3.C,
! 20109: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20110: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h,
! 20111: www/htdocs/index.html: $request:browser [.type .version];
! 20112: unknown.get_double now = 0.
! 20113:
! 20114: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
! 20115: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
! 20116: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
! 20117: types/pa_vform.C, www/cgi-bin/auto.p, www/htdocs/index.html:
! 20118: file:load autodetection of mime-type by user-file-name
! 20119:
! 20120: * src/: classes/file.C, main/execute.C, main/pa_common.C,
! 20121: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
! 20122: types/pa_vfile.h, types/pa_vform.C, www/htdocs/index.html:
! 20123: file:load 1. tainted
! 20124:
! 20125: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
! 20126: types/pa_vfile.C, types/pa_vfile.h, www/htdocs/index.html:
! 20127: started file:load. wrong write. must be self.set
! 20128:
! 20129: * src/: classes/file.C, classes/root.C, classes/table.C,
! 20130: include/pa_table.h, main/pa_table.C, www/htdocs/index.html:
! 20131: table:locate1, file:test
! 20132:
! 20133: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
! 20134: include/pa_table.h, main/pa_array.C, main/pa_table.C,
! 20135: types/pa_vtable.h: table:locate just compiled
! 20136:
! 20137: 2001-03-27 paf
! 20138:
! 20139: * src/: main/execute.C, main/pa_common.C, www/htdocs/index.html:
! 20140: fixed r/w context of code-params2, fixed ntfs hardlink slow dir
! 20141: update
! 20142:
! 20143: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
! 20144: types/pa_wcontext.h, www/htdocs/index.html: fixed r/w context of
! 20145: code-params
! 20146:
! 20147: * src/: classes/table.C, main/execute.C, www/htdocs/index.html:
! 20148: about to change junction rcontext!!
! 20149:
! 20150: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20151: classes/string.C, classes/table.C, main/compile_tools.C,
! 20152: main/execute.C, main/pa_request.C, main/untaint.C,
! 20153: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
! 20154: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
! 20155: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
! 20156: types/pa_vunknown.h, www/htdocs/index.html: sort 0
! 20157:
! 20158: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
! 20159: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
! 20160: renamed to are_static_calls_disabled
! 20161:
! 20162: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
! 20163: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
! 20164: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
! 20165: types/pa_vstring.h, types/pa_vunknown.h, www/htdocs/index.html:
! 20166: continue on sort
! 20167:
! 20168: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
! 20169:
! 20170: * src/: classes/table.C, include/pa_common.h, main/compile.y,
! 20171: www/htdocs/index.html: started table:sort fixed minor bug in
! 20172: #...^{
! 20173:
! 20174: * src/: classes/table.C, include/pa_common.h, main/compile.y,
! 20175: main/execute.C, main/pa_common.C, main/pa_table.C,
! 20176: www/htdocs/index.html: table:save decided to have as it were.
! 20177: stepped back. grammar: added 'in' 'is' 'lt'&co follow-space
! 20178: check
! 20179:
! 20180: 2001-03-26 paf
! 20181:
! 20182: * src/: classes/file.C, classes/root.C, classes/table.C,
! 20183: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
! 20184: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 20185: main/pa_table.C, www/htdocs/index.html: moved ::save to pa_table.
! 20186: disabled @auto invocation in ^process
! 20187:
! 20188: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
! 20189:
! 20190: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
! 20191: main/pa_array.C, www/htdocs/index.html: table:record
! 20192:
! 20193: * src/: main/untaint.C,
! 20194: targets/apache13/modules/extra/mod_parser3.C,
! 20195: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20196: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
! 20197: types/pa_valiased.h, types/pa_vcookie.C, types/pa_vdouble.h,
! 20198: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
! 20199: types/pa_vstring.h, types/pa_vtable.h: z
! 20200:
! 20201: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
! 20202: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
! 20203: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
! 20204: types/pa_vstring.h, types/pa_vtable.h, www/htdocs/index.html:
! 20205: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit. allowed no
! 20206: checks in native method realisations on 'self' validity - they
! 20207: now can simply assume that 'self' is V{Proper} .
! 20208:
! 20209: 2001-03-25 paf
! 20210:
! 20211: * src/main/untaint.C: z
! 20212:
! 20213: * src/main/: pa_request.C, untaint.C: moved default typo-table to
! 20214: lowlevel - it initialization could be skipped if failed in @auto.
! 20215: so that exception report would use some table
! 20216:
! 20217: * src/: main/pa_request.C, www/htdocs/index.html: table empty lines
! 20218: ignored. system-default content type assigned in output:result
! 20219: [can fail in main:auto and skipped normal defaults extraction]
! 20220:
! 20221: * src/: include/pa_string.h, main/compile.y, www/cgi-bin/auto.p,
! 20222: www/htdocs/index.html: #comment fixed minor bug
! 20223:
! 20224: * src/: main/pa_globals.C, main/untaint.C, www/htdocs/index.html:
! 20225: html-typo - moved all processing to table [except preliminary
! 20226: \r\n \r \n replacements to "\n"]
! 20227:
! 20228: * src/: classes/table.C, main/untaint.C, www/htdocs/index.html:
! 20229: html-typo - decided to move all the processing to table
! 20230:
! 20231: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
! 20232: main/pa_table.C, main/untaint.C: returned table originating.
! 20233: useful for reporting typo table problems origin. think would be
! 20234: useful somewhere else
! 20235:
! 20236: * src/main/untaint.C: typo \r \r\n \n properly handled
! 20237:
! 20238: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
! 20239: include/pa_table.h, main/compile.y, main/compile_tools.C,
! 20240: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
! 20241: main/pa_string.C, main/pa_table.C, main/untaint.C,
! 20242: types/pa_vcookie.h, www/htdocs/index.html: typo & typo-default
! 20243:
! 20244: 2001-03-24 paf
! 20245:
! 20246: * src/main/pa_common.C: z
! 20247:
! 20248: * src/www/htdocs/index.html: 0
! 20249:
! 20250: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
! 20251: targets/cgi/parser3.C, www/htdocs/index.html: html-typo 2
! 20252:
! 20253: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
! 20254: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
! 20255: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
! 20256: main/execute.C, main/pa_array.C, main/pa_globals.C,
! 20257: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 20258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20259: types/pa_value.h, types/pa_vtable.h, www/cgi-bin/auto.p,
! 20260: www/htdocs/index.html: html-typo 0 html-typo 1. noticed double
! 20261: default content-type prob. run cgi.cmd tomorrow first html-typo
! 20262: sample. detected << problem: they become ltlt too fast
! 20263:
! 20264: * src/main/compile.y: z
! 20265:
! 20266: * src/: main/compile.y, main/compile_tools.h,
! 20267: www/htdocs/index.html: #comment
! 20268:
! 20269: * src/: classes/file.C, classes/root.C, classes/table.C,
! 20270: include/pa_common.h, include/pa_request.h, main/compile.y,
! 20271: main/pa_common.C, main/pa_request.C, main/pa_string.C,
! 20272: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
! 20273: stringified
! 20274:
! 20275: * src/: types/pa_valiased.C, www/auto.p, www/cgi-bin/auto.p,
! 20276: www/htdocs/index.html: decided to String-ify file_read
! 20277:
! 20278: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
! 20279: isapi/parser3isapi.dsp: cgi: sapi::log
! 20280:
! 20281: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
! 20282: targets/apache13/modules/extra/mod_parser3.C,
! 20283: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
! 20284: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 20285: www/htdocs/index.html: nt error log experiments failed - cgi
! 20286: under iis got no access to log. registereventsource simply failed
! 20287: with 5(illegal call) code, while worked OK as standalone
! 20288: executable. isapi: used HSE_APPEND_LOG_PARAMETER feature
! 20289:
! 20290: * src/: include/pa_common.h, include/pa_globals.h,
! 20291: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 20292: targets/apache13/modules/extra/mod_parser3.C,
! 20293: targets/isapi/parser3isapi.C, www/htdocs/index.html: fixed
! 20294: default content-type allocation storage
! 20295:
! 20296: * src/: include/pa_globals.h, include/pa_request.h,
! 20297: main/pa_globals.C, main/pa_request.C: z
! 20298:
! 20299: * src/: include/pa_array.h, include/pa_hash.h,
! 20300: include/pa_request.h, main/compile.y, main/pa_array.C,
! 20301: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
! 20302: types/pa_vcookie.C: cyclic uses ignored. defaulted default
! 20303: content-type
! 20304:
! 20305: * src/: main/compile.y, main/execute.C, main/main.dsp,
! 20306: www/htdocs/index.html, www/htdocs/news.p: @CLASS equals @BASE.
! 20307: sanity
! 20308:
! 20309: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
! 20310: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 20311: www/htdocs/index.html: thrown away freeze mech. no danger now
! 20312: for you can't do ^request:process[@new-method[] body] trick
! 20313: anymore. still remains $some_instance.process[@new-method[]
! 20314: possibility] but would leave it as a feature. see index for
! 20315: sample
! 20316:
! 20317: * src/: include/pa_common.h, main/pa_common.C,
! 20318: targets/apache13/modules/extra/mod_parser3.C,
! 20319: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20320: www/htdocs/index.html: auto.p monkey every target
! 20321:
! 20322: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 20323: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
! 20324: types/pa_vform.C, types/pa_vform.h, www/htdocs/index.html: auto.p
! 20325: monkey
! 20326:
! 20327: 2001-03-23 paf
! 20328:
! 20329: * src/: include/pa_pool.h, main/pa_request.C,
! 20330: targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
! 20331: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
! 20332: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
! 20333: isapi: dumb pool storage
! 20334:
! 20335: * src/targets/isapi/pa_pool.C: decided to continue with extension
! 20336:
! 20337: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
! 20338: it would be better to rewrite as filter then to deal with pool
! 20339:
! 20340: * src/: main/main.dsp, targets/isapi/parser3isapi.C,
! 20341: www/htdocs/index.html: isapi: docroot now like in cgi, not from
! 20342: APPL_PHYSICAL_PATH
! 20343:
! 20344: * src/: classes/root.C, classes/table.C, include/pa_common.h,
! 20345: include/pa_config_fixed.h, include/pa_config_includes.h,
! 20346: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
! 20347: include/pa_version.h, main/compile.y, main/execute.C,
! 20348: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
! 20349: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 20350: main/untaint.C, targets/cgi/parser3.C,
! 20351: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C,
! 20352: www/htdocs/index.html: cgi: reinvent document_root and
! 20353: request_uri under iis. autoconf updated. introducing
! 20354: ap_config_includes
! 20355:
! 20356: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
! 20357:
! 20358: * src/targets/cgi/parser3.C: cgi: only one pool now
! 20359:
! 20360: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
! 20361: main/pa_globals.C, main/pa_request.C,
! 20362: targets/apache13/modules/extra/mod_parser3.C,
! 20363: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20364: types/pa_vcookie.C, types/pa_venv.h, types/pa_vform.C: sapi made
! 20365: object
! 20366:
! 20367: * src/: include/pa_globals.h, main/pa_request.C,
! 20368: targets/apache13/modules/extra/mod_parser3.C,
! 20369: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 20370: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
! 20371: types/pa_venv.h, types/pa_vform.C, www/cgi-bin/auto.p,
! 20372: www/htdocs/index.html: all: sapi beauty
! 20373:
! 20374: * src/: main/pa_request.C,
! 20375: targets/apache13/modules/extra/mod_parser3.C,
! 20376: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20377: targets/isapi/parser3isapi.dsp: isapi minor env beauty
! 20378:
! 20379: * src/www/: .htaccess, auto.p, htdocs/.htaccess: z
! 20380:
! 20381: * src/: main/pa_request.C,
! 20382: targets/apache13/modules/extra/mod_parser3.C,
! 20383: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20384: targets/isapi/parser3isapi.dsp, www/htdocs/index.html: isapi
! 20385: document_root 0
! 20386:
! 20387: 2001-03-22 paf
! 20388:
! 20389: * src/: targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
! 20390: keep-alive
! 20391:
! 20392: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
! 20393: isapi/parser3isapi.C: z
! 20394:
! 20395: * src/: include/pa_pool.h, main/pa_request.C,
! 20396: targets/apache13/modules/extra/mod_parser3.C,
! 20397: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
! 20398: www/htdocs/index.html: isapi 1
! 20399:
! 20400: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
! 20401: kill.pl: isapi added utils
! 20402:
! 20403: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
! 20404: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
! 20405: types/pa_vform.C, www/htdocs/index.html: isapi 0
! 20406:
! 20407: * src/: include/pa_pool.h,
! 20408: targets/apache13/modules/extra/mod_parser3.C,
! 20409: targets/apache13/modules/extra/pa_pool.C, targets/cgi/pa_pool.C,
! 20410: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 20411: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
! 20412: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
! 20413: started isapi
! 20414:
! 20415: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C,
! 20416: targets/apache13/modules/extra/mod_parser3.C: some comments
! 20417:
! 20418: * src/: include/pa_globals.h, include/pa_request.h,
! 20419: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
! 20420: targets/apache13/modules/extra/mod_parser3.C,
! 20421: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 20422: targets/cgi/parser3.C, types/pa_vcookie.C, www/htdocs/index.html:
! 20423: config of auto.p path: parser_root_auto_path
! 20424: parser_site_auto_path
! 20425:
! 20426: * src/: types/pa_vcookie.C, www/htdocs/index.html: cookie attr
! 20427: decoded
! 20428:
! 20429: 2001-03-21 paf
! 20430:
! 20431: * src/targets/apache13/modules/extra/: mod_parser3.C, pa_pool.C: z
! 20432:
! 20433: * src/targets/: apache13/modules/extra/mod_parser3.C,
! 20434: cgi/parser3.C: z
! 20435:
! 20436: * src/: include/pa_globals.h,
! 20437: targets/apache13/modules/extra/mod_parser3.C,
! 20438: www/htdocs/index.html: post. todo: config of auto.p path
! 20439:
! 20440: * src/: include/pa_globals.h,
! 20441: targets/apache13/modules/extra/mod_parser3.C,
! 20442: targets/cgi/parser3.C, types/pa_venv.h, www/cgi-bin/auto.p,
! 20443: www/htdocs/index.html: in cookie & env. todo:post
! 20444:
! 20445: * src/: targets/apache13/modules/extra/mod_parser3.C,
! 20446: www/htdocs/index.html: z
! 20447:
! 20448: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
! 20449: classes/root.C, classes/table.C, include/pa_array.h,
! 20450: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
! 20451: include/pa_request.h, include/pa_string.h, main/Makefile.am,
! 20452: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
! 20453: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 20454: main/pa_table.C, main/untaint.C, targets/Makefile.am,
! 20455: targets/apache13/modules/extra/mod_parser3.C,
! 20456: targets/apache13/modules/extra/pa_pool.C,
! 20457: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 20458: targets/cgi/Makefile.am, targets/cgi/parser3.C,
! 20459: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
! 20460: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h,
! 20461: www/htdocs/index.html: shifted apache branch on main trunc
! 20462:
! 20463: * src/targets/apache13/modules/extra/: mod_parser3.C, pa_pool.C: z
! 20464:
! 20465: * src/: include/pa_common.h, include/pa_globals.h,
! 20466: include/pa_pool.h, include/pa_request.h, main/main.dsp,
! 20467: main/pa_common.C, main/pa_request.C,
! 20468: targets/apache13/modules/extra/mod_parser3.C,
! 20469: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 20470: targets/cgi/parser3.dsp, types/pa_vcookie.C, types/pa_vform.C,
! 20471: types/pa_vstring.h: starting mod_parser3
! 20472:
! 20473: * src/: targets/apache13/modules/extra/mod_parser3.C,
! 20474: targets/apache13/os/win32/ApacheModuleParser3.dsp,
! 20475: targets/cgi/parser3.C, www/htdocs/index.html: starting
! 20476: mod_parser3
! 20477:
! 20478: 2001-03-20 paf
! 20479:
! 20480: * src/: main/pa_common.C, targets/cgi/Makefile.am,
! 20481: targets/cgi/parser3.C: automake compiled and works. todo:make
! 20482: win32 ifdefs work and add ifdef unistd
! 20483:
! 20484: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
! 20485: main/Makefile.am, main/pa_common.C, main/pa_request.C,
! 20486: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
! 20487: z
! 20488:
! 20489: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
! 20490: main/execute.C, main/pa_common.C, types/Makefile.am: removing
! 20491: locking
! 20492:
! 20493: * src/: classes/Makefile.am, types/Makefile.am: z
! 20494:
! 20495: * src/: Makefile.am, classes/file.C, classes/root.C,
! 20496: classes/table.C, include/pa_array.h, include/pa_request.h,
! 20497: include/pa_string.h, main/Makefile.am, main/execute.C,
! 20498: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
! 20499: main/pa_string.C, main/untaint.C, targets/Makefile.am,
! 20500: targets/cgi/Makefile.am, targets/cgi/parser3.C,
! 20501: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
! 20502:
! 20503: * src/www/htdocs/index.html: z
! 20504:
! 20505: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
! 20506: main/pa_request.C, types/pa_vfile.h, www/htdocs/index.html:
! 20507: ^table:save
! 20508:
! 20509: * src/: classes/file.C, classes/table.C, include/pa_array.h,
! 20510: include/pa_common.h, include/pa_request.h, include/pa_string.h,
! 20511: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
! 20512: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
! 20513: types/pa_vform.h, www/cgi-bin/auto.p, www/htdocs/index.html: z
! 20514:
! 20515: * src/: include/pa_string.h, www/htdocs/index.html: z
! 20516:
! 20517: * src/: classes/_request.h, classes/request.C, main/main.dsp,
! 20518: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
! 20519: types/pa_vrequest.C, types/pa_vrequest.h, www/htdocs/index.html:
! 20520: VRequest moved to :Value
! 20521:
! 20522: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
! 20523: types/pa_vrequest.C, types/pa_vrequest.h, www/htdocs/index.html:
! 20524: VRequest moved to :VStateless_object
! 20525:
! 20526: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
! 20527: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
! 20528: :VStateless_object
! 20529:
! 20530: * src/: main/main.dsp, targets/cgi/parser3.dsp,
! 20531: types/pa_valiased.C, types/pa_vform.h: commented VForm
! 20532:
! 20533: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
! 20534: types/pa_valiased.h, types/pa_value.h,
! 20535: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 20536: types/pa_vstateless_object.h: moved common get_element part from
! 20537: stateless object&class into VAliased
! 20538:
! 20539: * src/: classes/_env.h, classes/_table.h, classes/env.C,
! 20540: classes/table.C, main/execute.C, main/main.dsp,
! 20541: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
! 20542: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
! 20543: now :Value
! 20544:
! 20545: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
! 20546: main/execute.C, main/main.dsp, main/pa_globals.C,
! 20547: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
! 20548:
! 20549: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
! 20550: doxx
! 20551:
! 20552: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
! 20553: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
! 20554: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
! 20555: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 20556: www/htdocs/index.html: \ to / and ^file:save
! 20557:
! 20558: 2001-03-19 paf
! 20559:
! 20560: * src/types/pa_vfile.C: z
! 20561:
! 20562: * src/: classes/file.C, classes/request.C, classes/table.C,
! 20563: include/pa_string.h, main/main.dsp, main/pa_pool.C,
! 20564: main/pa_request.C, main/untaint.C, types/pa_value.h,
! 20565: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
! 20566: www/htdocs/index.html: file 1
! 20567:
! 20568: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
! 20569: include/pa_string.h, include/pa_table.h, main/main.dsp,
! 20570: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
! 20571: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
! 20572: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
! 20573: classes/_file.h, classes/file.C, types/pa_vfile.C,
! 20574: types/pa_vfile.h: file class just compiled
! 20575:
! 20576: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
! 20577: include/pa_table.h, include/pa_types.h, main/execute.C,
! 20578: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
! 20579: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
! 20580: types/pa_vstateless_object.h, www/htdocs/index.html:
! 20581: ^table:set{default level: TABLE}
! 20582:
! 20583: * src/include/pa_pool.h: z
! 20584:
! 20585: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
! 20586: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
! 20587: Hash::Value to Val so to doxygen would finlly stop confusing
! 20588: those Value-s
! 20589:
! 20590: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
! 20591: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
! 20592: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
! 20593: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
! 20594: include/pa_types.h, main/compile.C, main/compile.y,
! 20595: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 20596: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
! 20597: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
! 20598: main/pa_request.C, main/pa_string.C, main/pa_table.C,
! 20599: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
! 20600:
! 20601: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
! 20602: derivates somehow unlinked. don't know why yet
! 20603:
! 20604: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
! 20605: include/pa_string.h, include/pa_threads.h, main/compile.C,
! 20606: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 20607: main/execute.C, main/pa_array.C, main/pa_common.C,
! 20608: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
! 20609: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 20610: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
! 20611:
! 20612: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
! 20613: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
! 20614: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
! 20615: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
! 20616: types/pa_vrequest.h: doc: detected Value derivates prob
! 20617:
! 20618: * src/include/pa_globals.h: z
! 20619:
! 20620: * src/: classes/_request.h, classes/request.C, include/code.h,
! 20621: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
! 20622: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
! 20623: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
! 20624: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
! 20625: main/execute.C, main/pa_pool.C, main/pa_request.C,
! 20626: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
! 20627: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
! 20628:
! 20629: 2001-03-18 paf
! 20630:
! 20631: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h,
! 20632: www/htdocs/index.html: cookie: allowed access to hash-assigned
! 20633:
! 20634: * src/targets/cgi/parser3.C: z
! 20635:
! 20636: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
! 20637: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
! 20638: include/pa_types.h, main/main.dsp, main/pa_common.C,
! 20639: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
! 20640: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
! 20641: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 20642: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
! 20643: types/pa_vunknown.h, www/cgi-bin/auto.p, www/htdocs/index.html:
! 20644: cookie class
! 20645:
! 20646: * src/: main/pa_request.C, www/cgi-bin/auto.p,
! 20647: www/htdocs/index.html: zero length output allowed
! 20648:
! 20649: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
! 20650: types/pa_vhash.h, types/pa_vresponse.h, www/htdocs/index.html:
! 20651: ^response:clear[]
! 20652:
! 20653: * src/: classes/root.C, main/pa_request.C, www/htdocs/index.html:
! 20654: taint forgotten forced lang switch
! 20655:
! 20656: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
! 20657: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 20658: types/pa_value.h, types/pa_vhash.h, www/cgi-bin/auto.p:
! 20659: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
! 20660:
! 20661: * src/: main/execute.C, www/htdocs/index.html: z
! 20662:
! 20663: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
! 20664: targets/cgi/parser3.C, www/htdocs/index.html: taint[uri
! 20665:
! 20666: * src/: classes/request.C, classes/response.C, classes/root.C,
! 20667: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
! 20668: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
! 20669: main/pa_request.C, targets/cgi/parser3.C, www/htdocs/index.html:
! 20670: ^taint 0
! 20671:
! 20672: * src/: classes/root.C, classes/string.C, include/pa_string.h,
! 20673: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
! 20674: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
! 20675: types/pa_vstateless_class.C: convinient string(pool, char *src,
! 20676: bool tainted) ctor
! 20677:
! 20678: * src/: include/pa_hash.h, include/pa_request.h,
! 20679: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
! 20680: main/pa_request.C, main/pa_string.C, main/untaint.C,
! 20681: targets/cgi/parser3.C, www/htdocs/index.html: proper @exceptions
! 20682: params tainting
! 20683:
! 20684: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C,
! 20685: www/cgi-bin/auto.p, www/htdocs/index.html: response fields to
! 20686: header
! 20687:
! 20688: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 20689: www/cgi-bin/auto.p: z
! 20690:
! 20691: * src/www/cgi-bin/auto.p: z
! 20692:
! 20693: * src/: classes/_response.h, classes/response.C,
! 20694: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
! 20695: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
! 20696: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
! 20697: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
! 20698: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h,
! 20699: www/cgi-bin/auto.p, www/htdocs/index.html: $response: 0
! 20700: request::core exception rethrow
! 20701:
! 20702: 2001-03-16 paf
! 20703:
! 20704: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
! 20705: types/pa_vrequest.h, www/cgi-bin/auto.p: native method' class
! 20706: call with less params then needed error reporting
! 20707:
! 20708: * src/: classes/_request.h, classes/request.C,
! 20709: include/pa_globals.h, include/pa_request.h, main/execute.C,
! 20710: main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 20711: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
! 20712: types/pa_vrequest.h, www/cgi-bin/auto.p, www/htdocs/index.html:
! 20713: $request : query :uri
! 20714:
! 20715: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
! 20716: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
! 20717: types/pa_wcontext.h, www/htdocs/index.html: $result
! 20718:
! 20719: * src/: main/execute.C, types/pa_vmframe.h, www/cgi-bin/auto.p,
! 20720: www/htdocs/index.html: if(in "/news/")
! 20721:
! 20722: * src/: classes/double.C, include/code.h, main/compile.y,
! 20723: main/compile_tools.C, main/compile_tools.h, main/execute.C,
! 20724: www/htdocs/index.html: () and {} param wcontext conflict fixed by
! 20725: OP_EXPR_CODE__STORE_PARAM
! 20726:
! 20727: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
! 20728: main/compile.y, main/execute.C, types/pa_value.h,
! 20729: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
! 20730: types/pa_wcontext.C, types/pa_wcontext.h, www/htdocs/index.html:
! 20731: see () and {} param wcontext conflict
! 20732:
! 20733: * src/: main/execute.C, types/pa_value.h,
! 20734: types/pa_vstateless_object.h, types/pa_vstring.h,
! 20735: www/htdocs/index.html, www/htdocs/news.p: disabled $string.field
! 20736:
! 20737: 2001-03-15 paf
! 20738:
! 20739: * src/: main/pa_request.C, www/cgi-bin/auto.p,
! 20740: www/htdocs/index.html, www/htdocs/news.p: news sample
! 20741:
! 20742: * src/www/: cgi-bin/auto.p, htdocs/index.html: @exception sample
! 20743:
! 20744: * src/: main/compile.y, main/execute.C, main/pa_request.C,
! 20745: targets/cgi/parser3.C, types/pa_vstring.h: @exception
! 20746:
! 20747: * src/main/: compile.y, execute.C: z
! 20748:
! 20749: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
! 20750: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
! 20751: pre pre works
! 20752:
! 20753: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 20754: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
! 20755: fillfields just compiled
! 20756:
! 20757: 2001-03-14 paf
! 20758:
! 20759: * src/: include/pa_request.h, main/pa_request.C,
! 20760: targets/cgi/parser3.C: z
! 20761:
! 20762: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
! 20763: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
! 20764: types/pa_vstring.h: limits -1
! 20765:
! 20766: * src/: include/pa_globals.h, include/pa_request.h,
! 20767: include/pa_types.h, main/main.dsp, main/pa_globals.C,
! 20768: main/pa_request.C, targets/cgi/parser3.C,
! 20769: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
! 20770: request_info -1
! 20771:
! 20772: * src/: include/pa_globals.h, main/pa_globals.C,
! 20773: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
! 20774: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
! 20775: vform_fields_fill
! 20776:
! 20777: * src/targets/cgi/parser3.C: # if MSVC
! 20778:
! 20779: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
! 20780: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
! 20781:
! 20782: * src/targets/cgi/parser3.C: z
! 20783:
! 20784: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
! 20785: include/pa_string.h, include/pa_types.h, main/compile.y,
! 20786: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
! 20787: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
! 20788: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
! 20789: types/pa_vunknown.h: global handler, exceptions in parser3
! 20790:
! 20791: 2001-03-13 paf
! 20792:
! 20793: * src/: classes/form.C, main/compile.y, main/core.C,
! 20794: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
! 20795: types/pa_vform.h, types/pa_vstateless_class.C,
! 20796: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
! 20797: instead
! 20798:
! 20799: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
! 20800: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
! 20801: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
! 20802: started cgi target
! 20803:
! 20804: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
! 20805: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
! 20806: before error show with parser
! 20807:
! 20808: * src/: classes/_form.h, classes/form.C, include/core.h,
! 20809: include/pa_request.h, main/core.C, main/pa_request.C,
! 20810: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
! 20811:
! 20812: * src/targets/cgi/: parser.dsp, parser3.dsp: z
! 20813:
! 20814: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
! 20815: parser3.C: renamed targets/ parser to cgi
! 20816:
! 20817: * src/: classes/double.C, classes/env.C, classes/int.C,
! 20818: classes/root.C, classes/string.C, classes/table.C,
! 20819: include/pa_request.h, targets/parser/parser.C,
! 20820: targets/parser/parser.dsp, targets/parser/parser3.C,
! 20821: types/pa_vhash.h: z
! 20822:
! 20823: * src/: classes/_env.h, classes/env.C, classes/root.C,
! 20824: include/core.h, include/pa_pool.h, include/pa_request.h,
! 20825: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
! 20826: main/pa_common.C, main/pa_request.C, targets/parser/parser.dsp,
! 20827: types/pa_value.h, types/pa_venv.h, types/pa_vstateless_class.h:
! 20828: started $form: [historical moment :)]
! 20829:
! 20830: * src/: include/code.h, include/pa_string.h, main/compile.y,
! 20831: main/execute.C, main/pa_string.C: 'value is type' expr operator
! 20832:
! 20833: * src/types/pa_venv.h: $ENV 1
! 20834:
! 20835: * src/main/execute.C: z
! 20836:
! 20837: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
! 20838: future methods of ENV constructor if
! 20839:
! 20840: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
! 20841: class
! 20842:
! 20843: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20844: classes/_root.h, classes/_string.h, classes/_table.h,
! 20845: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
! 20846: classes/string.C, classes/table.C, include/pa_request.h,
! 20847: main/compile.C, main/compile_tools.h, main/core.C,
! 20848: main/execute.C, main/main.dsp, main/pa_request.C,
! 20849: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
! 20850: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
! 20851: types/pa_vobject.h, types/pa_vstateless_class.C,
! 20852: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 20853: types/pa_wcontext.h: $ENV: re 0, stateless classes
! 20854:
! 20855: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20856: classes/_root.h, classes/_string.h, classes/_table.h,
! 20857: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
! 20858: classes/string.C, classes/table.C, include/pa_request.h,
! 20859: main/compile.C, main/compile_tools.h, main/core.C,
! 20860: main/execute.C, main/main.dsp, main/pa_request.C,
! 20861: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
! 20862: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
! 20863: types/pa_vobject.h, types/pa_vstateless_class.C,
! 20864: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
! 20865: types/pa_wcontext.h: $ENV: re 0, stateless classes
! 20866:
! 20867: * src/: include/pa_request.h, main/compile.C, main/execute.C,
! 20868: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
! 20869: yesterdays bad decision on execute_static_method
! 20870:
! 20871: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
! 20872:
! 20873: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20874: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
! 20875:
! 20876: * src/main/pa_request.C: z
! 20877:
! 20878: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
! 20879: include/pa_pool.h: skipped_restructure_exceptions_dead_end
! 20880:
! 20881: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
! 20882: include/pa_pool.h, main/pa_request.C:
! 20883: restructure_exceptions_dead_end
! 20884:
! 20885: * src/: classes/root.C, main/compile.y: ^if required junctions.
! 20886: allowed ; inside {} to break params
! 20887:
! 20888: * src/classes/root.C: ^eval
! 20889:
! 20890: * src/: classes/_string.h, classes/double.C, classes/int.C,
! 20891: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
! 20892: string ^format
! 20893:
! 20894: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
! 20895: 'bad' but not 'enough'
! 20896:
! 20897: * src/: classes/double.C, classes/root.C, classes/table.C,
! 20898: include/pa_common.h, include/pa_types.h, main/compile.y,
! 20899: main/pa_common.C, main/pa_request.C, main/untaint.C,
! 20900: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
! 20901: types/pa_wwrapper.h: think constructing flag as is is bad
! 20902:
! 20903: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20904: classes/string.C, classes/table.C, main/core.C, main/execute.C,
! 20905: types/pa_vint.h: ^for
! 20906:
! 20907: 2001-03-12 paf
! 20908:
! 20909: * src/classes/table.C: table ^empty
! 20910:
! 20911: * src/: classes/table.C, include/pa_table.h: table ^menu
! 20912:
! 20913: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
! 20914: ^offset ^line ^count
! 20915:
! 20916: * src/classes/root.C: ^round() ^floor() ^ceiling()
! 20917: ^abs() ^sign()
! 20918:
! 20919: * src/classes/: root.C, table.C: ^use
! 20920:
! 20921: * src/: classes/root.C, classes/table.C, include/pa_request.h,
! 20922: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
! 20923: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
! 20924: ^while. switched off wcontext.constructing after write(value) or
! 20925: auto-vhash-constructing
! 20926:
! 20927: * src/: classes/root.C, classes/table.C, include/pa_request.h,
! 20928: main/pa_request.C: fail_if_junction_ helper func
! 20929:
! 20930: * src/: classes/root.C, classes/table.C, include/pa_common.h,
! 20931: include/pa_request.h, main/execute.C, main/main.dsp,
! 20932: main/pa_common.C, main/pa_request.C: ^process error point by
! 20933: actual method_name, not source. ^load
! 20934:
! 20935: * src/types/pa_vtable.h: table: no, better with string in cells...
! 20936:
! 20937: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
! 20938: classes/_table.h, classes/table.C, main/untaint.C: z
! 20939:
! 20940: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
! 20941: include/pa_table.h, main/core.C, main/execute.C,
! 20942: main/pa_common.C, main/pa_request.C, main/pa_table.C,
! 20943: types/pa_value.h: table:set 0
! 20944:
! 20945: * src/: classes/root.C, include/core.h, include/pa_array.h,
! 20946: include/pa_request.h, include/pa_table.h, main/core.C,
! 20947: main/main.dsp, main/pa_request.C, main/pa_table.C,
! 20948: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
! 20949: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
! 20950: types/pa_vstring.h: freeze, ^table:create[] -1
! 20951:
! 20952: * src/: classes/root.C, types/pa_value.h: z
! 20953:
! 20954: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
! 20955: get_method in couple places optimizing them
! 20956:
! 20957: * src/classes/root.C: z
! 20958:
! 20959: * src/: classes/root.C, types/pa_vclass.h: process temp main
! 20960: zeroing
! 20961:
! 20962: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20963: classes/string.C, include/pa_common.h, include/pa_request.h,
! 20964: include/pa_string.h, include/pa_types.h, main/compile.C,
! 20965: main/compile.y, main/compile_tools.h, main/execute.C,
! 20966: main/pa_common.C, main/pa_request.C, types/pa_value.h,
! 20967: types/pa_vmframe.h: ^process. actual names to store param and
! 20968: check_actual_numbered_params for better place diagnostics
! 20969:
! 20970: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
! 20971: method-junctions bug fixed
! 20972:
! 20973: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
! 20974: pa_vstateless_object.h, pa_vstring.h: stateless_object
! 20975:
! 20976: 2001-03-11 paf
! 20977:
! 20978: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
! 20979: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
! 20980: VDouble VInt base now VObject_base - without fields
! 20981:
! 20982: * src/: classes/root.C, include/core.h, main/core.C: z
! 20983:
! 20984: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20985: classes/string.C, include/core.h, include/pa_hash.h,
! 20986: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
! 20987: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
! 20988:
! 20989: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20990: include/pa_request.h, main/execute.C: intercept_string
! 20991:
! 20992: * src/: classes/double.C, classes/int.C, classes/root.C,
! 20993: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
! 20994:
! 20995: * src/: classes/double.C, classes/int.C, include/pa_request.h:
! 20996: ^inc-s(expr)
! 20997:
! 20998: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 20999: classes/_root.h, classes/_string.h, classes/double.C,
! 21000: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
! 21001: include/code.h, include/core.h, include/pa_array.h,
! 21002: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
! 21003: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
! 21004: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
! 21005: include/pa_types.h, main/compile.C, main/compile.y,
! 21006: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 21007: main/execute.C, main/pa_array.C, main/pa_common.C,
! 21008: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
! 21009: main/pa_request.C, main/pa_string.C, main/pa_table.C,
! 21010: targets/parser/pa_pool.C, targets/parser/parser.C,
! 21011: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 21012: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
! 21013: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
! 21014: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
! 21015: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
! 21016: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
! 21017:
! 21018: * src/: main/pa_request.C, types/pa_vhash.h: z
! 21019:
! 21020: * src/: include/core.h, include/pa_request.h, main/core.C,
! 21021: main/main.dsp, main/pa_request.C, targets/parser/parser.dsp:
! 21022: renamed AUTO: to MAIN:
! 21023:
! 21024: * src/: include/pa_valiased.h, include/pa_value.h,
! 21025: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
! 21026: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
! 21027: include/pa_vjunction.h, include/pa_vmframe.h,
! 21028: include/pa_vobject.h, include/pa_vstring.h,
! 21029: include/pa_vunknown.h, include/pa_wcontext.h,
! 21030: include/pa_wwrapper.h, main/compile.y, main/core.C,
! 21031: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
! 21032: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
! 21033: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
! 21034: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
! 21035: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
! 21036: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
! 21037: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
! 21038: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
! 21039: include/
! 21040:
! 21041: 2001-03-10 paf
! 21042:
! 21043: * src/: include/core.h, include/pa_request.h, main/core.C,
! 21044: main/pa_request.C, targets/parser/parser.dsp: run+auto=run
! 21045:
! 21046: * src/: classes/root.C, include/pa_request.h: minor if junction bug
! 21047:
! 21048: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
! 21049: classes/_root.h, classes/_string.h, classes/double.C,
! 21050: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
! 21051: include/code.h, include/core.h, include/pa_array.h,
! 21052: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
! 21053: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
! 21054: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
! 21055: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
! 21056: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
! 21057: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
! 21058: include/pa_vjunction.h, include/pa_vmframe.h,
! 21059: include/pa_vobject.h, include/pa_vstring.h,
! 21060: include/pa_vunknown.h, include/pa_wcontext.h,
! 21061: include/pa_wwrapper.h, main/compile.C, main/compile.y,
! 21062: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 21063: main/execute.C, main/pa_array.C, main/pa_cframe.C,
! 21064: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
! 21065: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
! 21066: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
! 21067: main/pa_wcontext.C, targets/parser/pa_pool.C,
! 21068: targets/parser/parser.C: sources header
! 21069:
! 21070: * src/main/pa_request.C: auto..
! 21071:
! 21072: * src/: include/pa_request.h, main/compile.C, main/compile.y,
! 21073: main/pa_request.C: auto tree0
! 21074:
! 21075: * src/: include/core.h, include/pa_request.h, main/compile.y,
! 21076: main/core.C, main/pa_request.C: names to core.C
! 21077:
! 21078: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
! 21079: include/pa_request.h, main/core.C, main/execute.C,
! 21080: main/pa_common.C, main/pa_request.C: root auto.p loaded
! 21081:
! 21082: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
! 21083: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
! 21084: main/compile_tools.C, main/compile_tools.h, main/execute.C:
! 21085: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
! 21086:
! 21087: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
! 21088: @auto[] realised. auto.p scan togo
! 21089:
! 21090: * src/: include/pa_request.h, main/execute.C: autocalc
! 21091: code-junctions result now have names
! 21092:
! 21093: * src/: classes/double.C, classes/int.C, classes/root.C,
! 21094: classes/string.C, include/pa_request.h, include/pa_string.h,
! 21095: include/pa_wcontext.h, main/compile.y, main/execute.C,
! 21096: main/pa_string.C, main/pa_wcontext.C: tainting 0
! 21097:
! 21098: * src/classes/env.C: env:file/line
! 21099:
! 21100: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
! 21101: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
! 21102: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
! 21103: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
! 21104: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 21105: main/execute.C, main/main.dsp, main/pa_cframe.C,
! 21106: main/pa_request.C, main/pa_wcontext.C: const fight finished
! 21107:
! 21108: * src/include/pa_vclass.h: const fight to go
! 21109:
! 21110: * src/: classes/_env.h, classes/env.C, classes/root.C,
! 21111: include/pa_request.h, include/pa_vclass.h, main/core.C,
! 21112: main/main.dsp: env0
! 21113:
! 21114: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
! 21115: classes/_string.h, classes/double.C, classes/int.C,
! 21116: classes/root.C, classes/string.C, include/pa_request.h,
! 21117: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
! 21118: include/pa_wcontext.h, main/core.C, main/main.dsp,
! 21119: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
! 21120: main/pa_wcontext.C: ^lang prepare0
! 21121:
! 21122: 2001-03-09 paf
! 21123:
! 21124: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
! 21125: construct proper naming
! 21126:
! 21127: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
! 21128: classes/double.C, classes/int.C, classes/root.C,
! 21129: classes/string.C, include/code.h, include/pa_value.h,
! 21130: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
! 21131: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
! 21132: main/compile.y, main/compile_tools.C, main/core.C,
! 21133: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
! 21134: and ^double[]. fixed expr type
! 21135:
! 21136: * src/: classes/root.C, include/pa_request.h, main/execute.C:
! 21137: ^string.length[]
! 21138:
! 21139: 2001-03-08 paf
! 21140:
! 21141: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
! 21142:
! 21143: * src/: include/pa_vclass.h, include/pa_vstring.h,
! 21144: include/pa_wcontext.h, main/compile.y, main/core.C,
! 21145: main/execute.C, main/main.dsp: dead end: vstring can't be
! 21146: derivated from vobject
! 21147:
! 21148: * src/: include/pa_vclass.h, include/pa_vhash.h,
! 21149: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
! 21150:
! 21151: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
! 21152: remained clone conseqs
! 21153:
! 21154: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
! 21155:
! 21156: * src/main/pa_vclass.C: wow! vclass were out of vcs
! 21157:
! 21158: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
! 21159: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
! 21160: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
! 21161: include/pa_vobject.h, include/pa_vstring.h,
! 21162: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
! 21163: main/execute.C: withoud cloning. didn't need it actually, params
! 21164: got passed from out unnamed ewpool
! 21165:
! 21166: * src/: include/pa_vdouble.h, include/pa_vhash.h,
! 21167: include/pa_vjunction.h, include/pa_vobject.h,
! 21168: include/pa_vunknown.h, main/compile.y: cloning dead end
! 21169:
! 21170: * src/: include/pa_bool.h, include/pa_double.h,
! 21171: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
! 21172: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
! 21173: include/pa_vjunction.h, include/pa_vmframe.h,
! 21174: include/pa_vobject.h, include/pa_vstring.h,
! 21175: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
! 21176: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
! 21177: to give params proper names
! 21178:
! 21179: * src/main/pa_wcontext.C: z
! 21180:
! 21181: * src/: include/pa_vmframe.h, main/execute.C: added names to
! 21182: unknown values in get_element and unfilled params. removed wrong
! 21183: name change in get_element
! 21184:
! 21185: * src/main/execute.C: z
! 21186:
! 21187: * src/main/execute.C: fixed problems calling operators in
! 21188: constructors
! 21189:
! 21190: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
! 21191: detected problems calling operators in constructors
! 21192:
! 21193: * src/: classes/root.C, include/pa_request.h, main/execute.C:
! 21194: autocalc def to string
! 21195:
! 21196: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
! 21197: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
! 21198:
! 21199: * src/classes/root.C: added root.c
! 21200:
! 21201: * src/: include/pa_request.h, include/pa_value.h,
! 21202: include/pa_vcframe.h, include/pa_vmframe.h,
! 21203: include/pa_wcontext.h, main/compile.C, main/compile.y,
! 21204: main/core.C, main/execute.C, main/pa_cframe.C,
! 21205: main/pa_wcontext.C: 'if' just compiled
! 21206:
! 21207: * src/: include/pa_vbool.h, include/pa_vdouble.h,
! 21208: include/pa_vjunction.h, include/pa_vmframe.h,
! 21209: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
! 21210: main/pa_wcontext.C: z
! 21211:
! 21212: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
! 21213: main/core.C, main/execute.C, main/main.dsp: z. detected probs
! 21214: with parameter names in operator methods
! 21215:
! 21216: * src/main/compile.y: minor renamings in .y
! 21217:
! 21218: * src/: include/pa_request.h, main/compile.C, main/compile.y,
! 21219: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
! 21220: @BASE. changed 'RUN' assignment mech
! 21221:
! 21222: * src/main/execute.C: z
! 21223:
! 21224: * src/: include/code.h, main/compile.y, main/compile_tools.C,
! 21225: main/compile_tools.h, main/execute.C: made class: dynamic, not
! 21226: static. so to enable runtime ^use
! 21227:
! 21228: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
! 21229:
! 21230: * src/: include/code.h, main/compile.y, main/compile_tools.C,
! 21231: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
! 21232:
! 21233: * src/main/execute.C: root root in code-junction
! 21234:
! 21235: 2001-03-07 paf
! 21236:
! 21237: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
! 21238: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
! 21239:
! 21240: * src/: include/pa_stack.h, include/pa_value.h,
! 21241: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
! 21242: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
! 21243: fixed rwcontext of {} params up
! 21244:
! 21245: * src/main/: compile.y, compile_tools.h: ^func(params)
! 21246:
! 21247: * src/main/compile.y: .y priorities syntax shaped up a bit
! 21248:
! 21249: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
! 21250: include/pa_vunknown.h, main/compile.y, main/execute.C,
! 21251: main/pa_hash.C: expr def in -f
! 21252:
! 21253: * src/main/: compile.y, execute.C: expr calls
! 21254:
! 21255: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
! 21256: fixed
! 21257:
! 21258: * src/main/compile.y: expr quoted code
! 21259:
! 21260: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
! 21261: support0
! 21262:
! 21263: * src/main/compile.y: expr string comparisons 0
! 21264:
! 21265: * src/: include/pa_string.h, main/compile.y, main/execute.C,
! 21266: main/pa_string.C: just compiled lt&co
! 21267:
! 21268: * src/main/execute.C: ^var.menu{$field} problem detected. that
! 21269: $field not a $var.field
! 21270:
! 21271: 2001-03-06 paf
! 21272:
! 21273: * src/main/compile.y: .y expr visible-shorter
! 21274:
! 21275: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
! 21276: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
! 21277: logical
! 21278:
! 21279: * src/: include/pa_vstring.h, main/compile.y: problems with
! 21280: skipping whitespace in yylex
! 21281:
! 21282: * src/include/pa_vbool.h: forgot this
! 21283:
! 21284: * src/: include/code.h, main/compile.y, main/execute.C: without
! 21285: string ops in expressions 0
! 21286:
! 21287: * src/: include/pa_value.h, include/pa_vdouble.h,
! 21288: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
! 21289: main/execute.C, main/main.dsp: !~
! 21290:
! 21291: * src/: include/pa_vcframe.h, include/pa_vclass.h,
! 21292: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
! 21293: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
! 21294: include/pa_vunknown.h, include/pa_wcontext.h,
! 21295: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
! 21296: main/compile_tools.h, main/execute.C: +-*/
! 21297:
! 21298: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
! 21299: main/compile_tools.h: grammar-1.1 $a(z) $a=0
! 21300:
! 21301: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
! 21302: main/execute.C: expr grammar-1 2*2=4.000000 :)
! 21303:
! 21304: * src/main/compile.y: expr grammar-1
! 21305:
! 21306: * src/main/compile.y: expr lexx1
! 21307:
! 21308: * src/main/: compile.y, execute.C, main.dsp: z
! 21309:
! 21310: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
! 21311: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
! 21312: main/execute.C: expr lex0 exec-1
! 21313:
! 21314: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
! 21315:
! 21316: 2001-02-26 paf
! 21317:
! 21318: * src/main/compile.y: max_string in yyerror bug fix
! 21319:
! 21320: 2001-02-25 paf
! 21321:
! 21322: * src/: include/pa_value.h, include/pa_vmframe.h,
! 21323: include/pa_wcontext.h, main/execute.C: VAliased3
! 21324:
! 21325: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
! 21326:
! 21327: * src/main/execute.C: VAliased1
! 21328:
! 21329: * src/: include/pa_request.h, include/pa_value.h,
! 21330: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
! 21331: VAliased0
! 21332:
! 21333: * src/: include/pa_pool.h, include/pa_request.h,
! 21334: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
! 21335: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
! 21336: VAliased just compiled
! 21337:
! 21338: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
! 21339: include/pa_vobject.h, main/execute.C: alias dead end
! 21340:
! 21341: * src/: include/pa_value.h, include/pa_vclass.h,
! 21342: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
! 21343: main/main.dsp: no not get fields into interm VFielded class.
! 21344: fields & staticfields 1
! 21345:
! 21346: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
! 21347: include/pa_vobject.h, include/pa_wcontext.h,
! 21348: include/pa_wwrapper.h, main/core.C, main/execute.C,
! 21349: main/main.dsp: would now get fields into interm VFielded class
! 21350:
! 21351: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
! 21352: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
! 21353: include/pa_wcontext.h, main/compile.y, main/core.C,
! 21354: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
! 21355: main/pa_wcontext.C: virtuals2
! 21356:
! 21357: * src/main/compile.y: : 1
! 21358:
! 21359: * src/main/compile.y: rethought to $class:static.field.subfield
! 21360:
! 21361: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
! 21362: $class:element
! 21363:
! 21364: * src/: include/pa_value.h, include/pa_vmframe.h,
! 21365: include/pa_wwrapper.h, main/compile.y, main/execute.C,
! 21366: main/pa_wcontext.C: before execute class calls rewrite
! 21367:
! 21368: * src/: include/pa_request.h, main/compile.C, main/core.C: default
! 21369: name RUN, also alias
! 21370:
! 21371: * src/main/compile.y: escaping bug
! 21372:
! 21373: * src/: include/pa_request.h, include/pa_value.h,
! 21374: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
! 21375: main/core.C, main/execute.C, main/pa_common.C: vobject1
! 21376:
! 21377: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
! 21378: include/pa_vmframe.h, include/pa_vobject.h,
! 21379: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
! 21380: main/compile_tools.h, main/execute.C: ^class:method() just
! 21381: compiled
! 21382:
! 21383: 2001-02-24 paf
! 21384:
! 21385: * src/main/main.dsp: no bison -d
! 21386:
! 21387: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
! 21388: class' err msg wrong
! 21389:
! 21390: * src/main/compile.y: z
! 21391:
! 21392: * src/main/: compile.y, core.C: yylex need some @special lines adj
! 21393:
! 21394: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
! 21395: main/compile.y, main/compile_tools.h, main/core.C: modules0
! 21396:
! 21397: * src/: include/pa_vclass.h, main/core.C: z
! 21398:
! 21399: * src/: include/pa_value.h, include/pa_vclass.h,
! 21400: include/pa_vobject.h, main/main.dsp, targets/parser/parser.dsp:
! 21401: vobject00
! 21402:
! 21403: * src/main/pa_array.C: minor bug in expanding very small arrays.
! 21404: 60% from 1 were 0
! 21405:
! 21406: * src/: include/pa_value.h, include/pa_wcontext.h,
! 21407: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
! 21408: as bad as you've named it: wcontext.value() was not a perfect
! 21409: idea
! 21410:
! 21411: * src/main/execute.C: codeframe1
! 21412:
! 21413: * src/: include/pa_value.h, include/pa_vcframe.h,
! 21414: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
! 21415: include/pa_vjunction.h, include/pa_vmframe.h,
! 21416: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
! 21417: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
! 21418: just compiled
! 21419:
! 21420: * src/: include/pa_vframe.h, main/compile.y: found junction
! 21421: ideology @: ^x{$a()) must construct current wcontext element, so
! 21422: smart wcontext handling needed
! 21423:
! 21424: * src/main/compile.y: fixed grammar bugs in constructor/params
! 21425: klinch
! 21426:
! 21427: * src/main/: compile.y, execute.C: fixed empty constructor
! 21428: optimized empty case. failed on calls - produced empty string
! 21429: param
! 21430:
! 21431: * src/main/compile.y: fixed last \n macrotemplate strip bug
! 21432:
! 21433: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
! 21434: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
! 21435: main/compile_tools.C, main/compile_tools.h, main/core.C,
! 21436: main/execute.C: code junctions0. something wrong with last \n
! 21437: macrotemplate strip
! 21438:
! 21439: * src/: include/pa_value.h, main/compile.C, main/core.C,
! 21440: main/pa_value.C: minor error reporting format beautifyings
! 21441:
! 21442: * src/: include/pa_value.h, include/pa_vclass.h,
! 21443: include/pa_vframe.h, main/core.C, main/execute.C,
! 21444: main/pa_value.C: get_method RIP. junctions everywhere. call with
! 21445: junctions0
! 21446:
! 21447: 2001-02-23 paf
! 21448:
! 21449: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
! 21450: pa_wwrapper.h: lara came, can't work, sorry :(
! 21451:
! 21452: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
! 21453: junction
! 21454:
! 21455: * src/: include/pa_vframe.h, include/pa_vunknown.h,
! 21456: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
! 21457: main/execute.C, main/main.dsp, main/pa_value.C: call0
! 21458:
! 21459: * src/: include/pa_hash.h, include/pa_value.h,
! 21460: include/pa_wcontext.h, main/core.C, main/execute.C,
! 21461: main/main.dsp, main/pa_hash.C: started call. store param, vframe
! 21462: done
! 21463:
! 21464: * src/include/pa_wcontext.h: z
! 21465:
! 21466: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
! 21467: wrong grammar in complex constructor case
! 21468:
! 21469: * src/main/: compile.y, execute.C: empty constructor bug fixed
! 21470:
! 21471: * src/main/execute.C: with result rwpool
! 21472:
! 21473: * src/: include/pa_value.h, main/core.C, main/execute.C,
! 21474: main/main.dsp: value named
! 21475:
! 21476: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
! 21477: strign 2 value in 2 places in execute
! 21478:
! 21479: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
! 21480: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
! 21481: wcontext.put_element when wcontext fvalue==0
! 21482:
! 21483: 2001-02-22 paf
! 21484:
! 21485: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
! 21486: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
! 21487: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
! 21488:
! 21489: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
! 21490: erroreos checkout
! 21491:
! 21492: * src/: include/pa_request.h, main/compile.y: $self.put(val)
! 21493:
! 21494: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
! 21495: main/compile_tools.h, main/pa_array.C: $self.get
! 21496:
! 21497: * src/main/: compile.C, compile.y, compile_tools.C: z
! 21498:
! 21499: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
! 21500: bit. finished now.
! 21501:
! 21502: * src/main/compile.y: $: finished
! 21503:
! 21504: * src/: main/compile.C, main/compile.y, main/execute.C,
! 21505: targets/parser/parser.dsp: started : with $a.$:f
! 21506:
! 21507: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
! 21508: main/execute.C: OP_STRING better then some xxx _VALUE
! 21509:
! 21510: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
! 21511: main/compile_tools.C, main/compile_tools.h, main/execute.C:
! 21512: string to vstring it .y all
! 21513:
! 21514: * src/: include/pa_request.h, include/pa_stack.h,
! 21515: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
! 21516: all
! 21517:
! 21518: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
! 21519: precise parse error line:col
! 21520:
! 21521: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
! 21522: main/pa_hash.C, main/pa_pool.C, targets/parser/parser.C: TRY...
! 21523:
! 21524: * src/: include/pa_exception.h, include/pa_pool.h,
! 21525: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
! 21526: main/compile.C, main/compile.y, main/compile_tools.C,
! 21527: main/core.C, main/pa_array.C, main/pa_exception.C,
! 21528: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
! 21529: main/pa_table.C, targets/parser/parser.C: removed exception from
! 21530: request
! 21531:
! 21532: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
! 21533: some forgotten
! 21534:
! 21535: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
! 21536: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
! 21537: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
! 21538: get/put simple vars to VClass works0
! 21539:
! 21540: * src/: include/pa_array.h, include/pa_wcontext.h,
! 21541: main/pa_string.C: in process, but found that exceptions are too
! 21542: global
! 21543:
! 21544: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
! 21545: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
! 21546: main/execute.C, main/pa_string.C: write_value write_string 0 it
! 21547: seems wcontext must write strings regardles of fvalue!=0
! 21548:
! 21549: 2001-02-21 paf
! 21550:
! 21551: * src/main/execute.C: tired :)
! 21552:
! 21553: * src/main/: compile.C, compile.y, execute.C: store0
! 21554:
! 21555: * src/: include/compile.h, include/execute.h, include/pa_array.h,
! 21556: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
! 21557: include/pa_wcontext.h, main/compile.C, main/compile.y,
! 21558: main/execute.C, main/main.dsp, main/pa_array.C,
! 21559: main/pa_request.C, targets/parser/parser.C,
! 21560: targets/parser/parser.dsp: get put -1 [just compiled]
! 21561:
! 21562: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
! 21563: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
! 21564: main/main.dsp, main/pa_request.C, targets/parser/parser.C:
! 21565: request core methods0
! 21566:
! 21567: * src/: include/compile.h, include/pa_array.h, main/compile.C,
! 21568: main/compile.y, main/execute.C, targets/parser/parser.C:
! 21569: MAIN_METHOD_NAME ready to write execute
! 21570:
! 21571: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
! 21572: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 21573: targets/parser/parser.C: .y methods and one_big_piece. now
! 21574: compile returns array<method*>
! 21575:
! 21576: * src/main/compile.y: more straightforward yylex[end]
! 21577:
! 21578: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
! 21579: string.operator==(char*)
! 21580:
! 21581: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
! 21582: main/execute.C, main/pa_array.C, targets/parser/parser.C: after
! 21583: array.const get wonders
! 21584:
! 21585: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
! 21586: pa_string.h, pa_value.h: struck with const array.gets
! 21587:
! 21588: * src/main/: execute.C: z
! 21589:
! 21590: * src/main/: compile.y, execute.C: z
! 21591:
! 21592: * src/main/: compile.C, compile.y, compile_tools.h: error
! 21593: processing in eval & yyerror so it wouldn't cause memleaks.
! 21594:
! 21595: * src/main/: compile.C, compile.y: failed to add absolute precies
! 21596: parse error positions. leaving RIGHTMOST position as
! 21597: @file[line:col]
! 21598:
! 21599: * src/: include/compile.h, main/compile.C, main/compile.y,
! 21600: main/compile_tools.h, targets/parser/parser.C: line numbers
! 21601: needed. would add them to .y now internally. externally it's not
! 21602: as precise as needed
! 21603:
! 21604: * src/: include/code.h, include/pa_types.h, main/compile.C,
! 21605: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 21606: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
! 21607: compiler works ok
! 21608:
! 21609: 2001-02-20 paf
! 21610:
! 21611: * src/: main/compile.C, main/compile.y, main/compile_tools.C,
! 21612: main/compile_tools.h, main/execute.C, main/main.dsp,
! 21613: targets/parser/parser.C: nestage probs, eof yylex not perfect
! 21614:
! 21615: * src/: include/code.h, include/compile.h, include/execute.h,
! 21616: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
! 21617: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 21618: main/compile.C, main/compile.y, main/compile_tools.C,
! 21619: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
! 21620: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
! 21621: main/pa_string.C, main/pa_table.C, targets/parser/parser.C,
! 21622: targets/parser/parser.dsp: bison[yacc] first time compiled.
! 21623: execute=dump for now
! 21624:
! 21625: * src/main/core.C: core rewrite using yacc investigations now will
! 21626: be compile[yacc]/execute[opcodes]
! 21627:
! 21628: 2001-02-15 paf
! 21629:
! 21630: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
! 21631: rewrite as turing machine? for it seems it would be it's too many
! 21632: ifs with this syntax now
! 21633:
! 21634: 2001-02-14 paf
! 21635:
! 21636: * src/main/core.C: get_params 1
! 21637:
! 21638: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
! 21639: :( ]
! 21640:
! 21641: * src/main/core.C: varios breaks
! 21642:
! 21643: * src/main/core.C: get names 3
! 21644:
! 21645: * src/main/core.C: get names 2
! 21646:
! 21647: * src/main/core.C: get names 1
! 21648:
! 21649: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
! 21650: names 0
! 21651:
! 21652: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
! 21653: text repassing2 operator static vars
! 21654:
! 21655: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
! 21656: main/pa_string.C: process text repassing
! 21657:
! 21658: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
! 21659: module:calls changes
! 21660:
! 21661: 2001-02-13 paf
! 21662:
! 21663: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
! 21664: ^class:calls[] started
! 21665:
! 21666: * src/: include/pa_value.h, main/core.C: z
! 21667:
! 21668: * src/main/core.C: operators : and self. prefixes
! 21669:
! 21670: * src/main/core.C: z
! 21671:
! 21672: * src/: include/pa_string.h, main/pa_string.C,
! 21673: targets/parser/parser.C: String_iterator tested
! 21674:
! 21675: * src/: include/pa_string.h, main/pa_string.C: String_iterator
! 21676: optimized
! 21677:
! 21678: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
! 21679: would change privates to better support optimization
! 21680:
! 21681: * src/: include/pa_string.h, main/pa_string.C:
! 21682: String_iterator::skip_to todo:optimize
! 21683:
! 21684: 2001-02-12 paf
! 21685:
! 21686: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
! 21687: String_iterator
! 21688:
! 21689: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
! 21690: comments
! 21691:
! 21692: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
! 21693: self/methodref joined
! 21694:
! 21695: 2001-02-11 paf
! 21696:
! 21697: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
! 21698: main/main.dsp: core started. core.C, context&value .h
! 21699:
! 21700: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 21701: include/pa_string.h, main/main.dsp, main/pa_array.C,
! 21702: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
! 21703: targets/parser/parser.C: :pooled
! 21704:
! 21705: 2001-01-30 paf
! 21706:
! 21707: * src/targets/parser/Makefile.am: .am updated
! 21708:
! 21709: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am,
! 21710: targets/parser/Makefile.am: .am comments
! 21711:
! 21712: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
! 21713: main/pa_pool.C, targets/parser/Makefile.am,
! 21714: targets/parser/parser.C, targets/parser/parser.dsp,
! 21715: targets/parser/pool.h: moved pa_pool.C to be target specific
! 21716:
! 21717: * src/targets/parser/pa_pool.C: moved from main. would specialize
! 21718: by linking other copies of real_ funcs
! 21719:
! 21720: * src/: include/pa_exception.h, include/pa_pool.h,
! 21721: include/pa_table.h, main/pa_exception.C, main/pa_table.C,
! 21722: targets/parser/parser.C: minor * to & changes
! 21723:
! 21724: * src/: include/pa_exception.h, include/pa_pool.h,
! 21725: include/pa_request.h, include/pa_table.h, main/pa_array.C,
! 21726: main/pa_exception.C, main/pa_pool.C, main/pa_table.C,
! 21727: targets/parser/parser.C, targets/parser/parser.dsp,
! 21728: targets/parser/pool.h: error re-associated. that's much better
! 21729: even removed 'die' necessety
! 21730:
! 21731: * src/targets/parser/pool.h: dont like error associations, would
! 21732: rewrite
! 21733:
! 21734: * src/targets/parser/: Makefile.am, parser.C, parser.dsp, pool.h:
! 21735: lowered targets/parser into subdir, added parser_Pool(Pool)
! 21736:
! 21737: * src/: include/pa_error.h, include/pa_exception.h,
! 21738: include/pa_pool.h, include/pa_request.h, main/main.dsp,
! 21739: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
! 21740: targets/Makefile.am: lowered targets/parser into subdir, added
! 21741: parser_Pool(Pool) failed to add. would think..
! 21742:
! 21743: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
! 21744: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
! 21745: main/pa_string.C, main/pa_table.C: Table more like C++ style
! 21746: hence lots of 'const'
! 21747:
! 21748: * src/: include/pa_error.h, include/pa_request.h,
! 21749: include/pa_string.h, include/pa_table.h, main/pa_error.C,
! 21750: main/pa_table.C: Error fixed
! 21751:
! 21752: 2001-01-29 paf
! 21753:
! 21754: * src/: include/pa_array.h, include/pa_common.h,
! 21755: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
! 21756: include/pa_request.h, include/pa_string.h, include/pa_table.h,
! 21757: main/Makefile.am, main/pa_array.C, main/pa_common.C,
! 21758: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
! 21759:
! 21760: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 21761: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 21762: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
! 21763: main/pa_string.C, main/pa_table.C: Request Error Table
! 21764:
! 21765: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
! 21766: templates"
! 21767:
! 21768: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
! 21769: main/main.dsp, main/pa_array.C: templates failed no template
! 21770: specializations [VC6], no library auto instantation [VC6, GNU c++
! 21771: 2.95.2-6 from latest cygwin]
! 21772:
! 21773: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 21774: include/pa_string.h, include/pa_table.h, include/pa_types.h,
! 21775: main/main.dsp, main/pa_array.C, main/pa_string.C,
! 21776: main/pa_table.C: Table started would test template Array now
! 21777:
! 21778: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
! 21779: String originating
! 21780:
! 21781: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
! 21782: main/pa_hash.C: made local Hash-es not thread safe=quicker by
! 21783: SYNCHRONIZED(thread_safe)
! 21784:
! 21785: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
! 21786: parts to top
! 21787:
! 21788: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
! 21789: main/pa_threads.C: decided on one global_mutex, like PHP as I can
! 21790: see: needed only in global Hash now, made Hash:: put/get
! 21791: SYNCHRONIZED
! 21792:
! 21793: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
! 21794: main/pa_threads.C: added pa_threads
! 21795:
! 21796: Mutex
! 21797:
! 21798: * src/include/pa_hash.h: some comments
! 21799:
! 21800: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
! 21801: Array& operator += (Array& src)
! 21802:
! 21803: * src/main/pa_array.C: expand not convinient, would rewrite
! 21804:
! 21805: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
! 21806: (Array& src)
! 21807:
! 21808: rethought, would change now
! 21809:
! 21810: 2001-01-27 paf
! 21811:
! 21812: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
! 21813: caching
! 21814:
! 21815: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 21816: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
! 21817: cache rethought to chunk caching
! 21818:
! 21819: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
! 21820: include/pa_string.h, main/main.dsp, main/pa_array.C,
! 21821: main/pa_hash.C, main/pa_string.C: Array 0
! 21822:
! 21823: * src/main/pa_string.C: String::operator ==
! 21824:
! 21825: * src/main/pa_hash.C: String(&String)
! 21826:
! 21827: * src/main/pa_hash.C: added pa_hash.C [forgotten]
! 21828:
! 21829: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
! 21830: main/main.dsp, main/pa_string.C: uint, and added pa_types &
! 21831: pa_hash[forgotten]
! 21832:
! 21833: 2001-01-26 paf
! 21834:
! 21835: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
! 21836: removed templates [vc++ suxx]
! 21837:
! 21838: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
! 21839: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
! 21840:
! 21841: * src/include/: pa_pool.h, pa_string.h: pa_pool split
! 21842:
! 21843: * src/main/: main.dsp, pa_string.C: $Id$ check
! 21844:
! 21845: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
! 21846: check
! 21847:
! 21848: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
! 21849: dynamic row_count
! 21850:
! 21851: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
! 21852: main/main.dsp, main/pa_pool.C, main/pa_string.C,
! 21853: targets/Makefile.am: Initial revision
! 21854:
! 21855: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
! 21856: main/main.dsp, main/pa_pool.C, main/pa_string.C,
! 21857: targets/Makefile.am: creating parser3 module
! 21858:
E-mail: