Annotation of parser3/ChangeLog, revision 1.81
1.81 ! misha 1: 2011-02-21 misha
! 2: * operators.txt 1.238:
! 3: * src/include/pa_charset.h 1.47:
! 4: * src/include/pa_charset.h [release_3_4_1] 1.46.2.1:
! 5: - some methods mustn't be under #ifdef XML or parser can't be
! 6: compiled without xml support
! 7:
! 8: * src/targets/apache/Makefile.am 1.3:
! 9: * src/targets/apache/Makefile.am [release_3_4_1] 1.2.2.1:
! 10: * src/targets/apache/Makefile.in 1.2:
! 11: * src/targets/apache/Makefile.in [release_3_4_1] 1.1.2.1:
! 12: - mention ApacheModuleParser3.vcproj was removed
! 13:
! 14: * Makefile.am [release_3_4_1] 1.80.2.1:
! 15: * Makefile.in [release_3_4_1] 1.97.2.1:
! 16: * acinclude.m4 [release_3_4_1] 1.66.2.1:
! 17: * aclocal.m4 [release_3_4_1] 1.69.2.1:
! 18: * acsite.m4 [release_3_4_1] 1.45.2.1:
! 19: * configure [release_3_4_1] 1.124.2.1:
! 20: * configure.in [release_3_4_1] 1.134.2.1:
! 21: * src/include/pa_config_auto.h.in [release_3_4_1] 1.53.2.1:
! 22: * src/include/pa_version.h [release_3_4_1] 1.41.2.2:
! 23: *** empty log message ***
! 24:
! 25: * src/types/pa_vjunction.C 1.10:
! 26: - EOL before EOF was added (warning removed)
! 27:
! 28: * src/include/pa_version.h [release_3_4_1] 1.41.2.1:
! 29: =no message
! 30:
! 31: 2011-02-20 misha
! 32: * tests/results/266.processed 1.1:
! 33: *** empty log message ***
! 34:
! 35: * tests/266.html 1.1:
! 36: * tests/266.p 1.1:
! 37: - tests for checking $.inherited and $.overridden in ^reflection:
! 38: method_info[...] were added
! 39:
! 40: * src/classes/reflection.C 1.23:
! 41: - beautifying result of ^reflection:method_info[] ($.overridden/
! 42: inherited)
! 43:
! 44: 2011-02-18 misha
! 45: * src/main/pa_charset.C 1.89:
! 46: * src/main/pa_http.C 1.52:
! 47: * src/main/untaint.C 1.162:
! 48: - use pa_isalpha and pa_isalnum instead of isalpha and isalnum
! 49: - bug with redundand quoting lowercased latin chars while building email body was fixed
! 50:
! 51: * src/include/pa_common.h 1.144:
! 52: - pa_isalpha and ps_isalnum methods were added (they check for
! 53: latin chars only)
! 54:
! 55: 2011-02-16 misha
! 56: * src/main/pa_charset.C 1.88:
! 57: - bugfix: in some cases the calculating string size for
! 58: transcoding gave too small value (should ever look for
! 59: availability char in dest charset inspite of the char size)
! 60:
! 61: 2011-02-04 moko
! 62: * tests/223.html 1.5:
! 63: header values now not url-encoded (issue #195)
! 64:
! 65: 2011-02-01 misha
! 66: * buildall-with-xml 1.40:
! 67: * buildall-without-xml 1.25:
! 68: - 8.10 => 8.12
! 69:
! 70: 2011-01-31 misha
! 71: * src/main/pa_request.C 1.326:
! 72: - throw exception if param file_name in use_file is empty
! 73:
! 74: 2011-01-07 moko
! 75: * src/classes/curl.C 1.11:
! 76: compilations errors fixed
! 77:
! 78: 2010-12-29 moko
! 79: * tests/265.html 1.1:
! 80: * tests/results/265.processed 1.1:
! 81: test for issue #200 added
! 82:
! 83: * src/main/pa_string.C 1.236:
! 84: empty regex result check added (fixes issue #200)
! 85:
! 86: * src/main/pa_http.C 1.51:
! 87: pa_http_safe_header_name corrected a bit
! 88:
! 89: * tests/results/223.processed 1.6:
! 90: header values now not url-encoded (issue #195)
! 91:
! 92: * src/classes/curl.C 1.10:
! 93: * src/include/pa_http.h 1.6:
! 94: * src/main/pa_http.C 1.50:
! 95: * src/main/untaint.C 1.161:
! 96: L_HTTP_HEADER now used in http headers values,
! 97: pa_http_safe_header_name added for headers names (fixes bug #195)
! 98:
! 99:
! 100: 2010-12-18 misha
! 101: * src/classes/classes.vcproj 1.27:
! 102: * src/types/types.vcproj 1.27:
! 103: - arp-include => pa-include
! 104:
! 105: 2010-11-28 moko
! 106: * src/lib/sdbm/sdbm.vcproj 1.7:
! 107: apr -> pa (.vcproj)
! 108:
! 109: * configure.in 1.133:
! 110: * src/classes/Makefile.am 1.57:
! 111: * src/classes/Makefile.in 1.72:
! 112: * src/lib/sdbm/Makefile.am 1.5:
! 113: * src/lib/sdbm/Makefile.in 1.8:
! 114: * src/lib/sdbm/pa-include/Makefile.am 1.1:
! 115: * src/lib/sdbm/pa-include/Makefile.in 1.1:
! 116: * src/lib/sdbm/pa-include/pa_strings.h 1.2:
! 117: * src/lib/sdbm/pa_strings.C 1.2:
! 118: * src/lib/sdbm/sdbm.c 1.6:
! 119: * src/types/Makefile.am 1.46:
! 120: * src/types/Makefile.in 1.70:
! 121: * src/types/pa_vhashfile.C 1.63:
! 122: * src/types/pa_vhashfile.h 1.39:
! 123: apr -> pa
! 124:
! 125: * Makefile.am 1.80:
! 126: * Makefile.in 1.97:
! 127: * acinclude.m4 1.66:
! 128: * aclocal.m4 1.69:
! 129: * acsite.m4 1.45:
! 130: * configure 1.124:
! 131: * configure.in 1.134:
! 132: * src/include/pa_config_auto.h.in 1.53:
! 133: *** empty log message ***
! 134:
! 135: * src/lib/sdbm/Makefile.am 1.4:
! 136: * src/lib/sdbm/apr_file_io.C 1.7:
! 137: * src/lib/sdbm/apr_strings.C 1.4:
! 138: * src/lib/sdbm/pa-include/pa_apr.h 1.1:
! 139: * src/lib/sdbm/pa-include/pa_errno.h 1.1:
! 140: * src/lib/sdbm/pa-include/pa_file_info.h 1.1:
! 141: * src/lib/sdbm/pa-include/pa_file_io.h 1.1:
! 142: * src/lib/sdbm/pa-include/pa_sdbm.h 1.1:
! 143: * src/lib/sdbm/pa-include/pa_strings.h 1.1:
! 144: * src/lib/sdbm/pa_file_io.C 1.1:
! 145: * src/lib/sdbm/pa_strings.C 1.1:
! 146: * src/lib/sdbm/sdbm.c 1.5:
! 147: * src/lib/sdbm/sdbm_hash.c 1.2:
! 148: * src/lib/sdbm/sdbm_lock.c 1.2:
! 149: * src/lib/sdbm/sdbm_pair.c 1.2:
! 150: * src/lib/sdbm/sdbm_pair.h 1.2:
! 151: * src/lib/sdbm/sdbm_private.h 1.4:
! 152: * src/lib/sdbm/sdbm_tune.h 1.2:
! 153: apr -> pa (apache2 module apr name conflict resolved)
! 154:
! 155: 2010-11-27 misha
! 156: * buildall-with-xml 1.39:
! 157: * buildall-without-xml 1.24:
! 158: - typo fixed: libz2 -> libbz2
! 159:
! 160: 2010-11-26 misha
! 161: * src/classes/hash.C 1.109:
! 162: * src/classes/table.C 1.279:
! 163: * src/types/pa_vregex.C 1.12:
! 164: - warnings removed
! 165:
! 166: 2010-11-25 moko
! 167: * operators.txt 1.237:
! 168: $.indent(true)
! 169:
! 170: * operators.txt 1.236:
! 171: another bugfix. :)
! 172:
! 173: * operators.txt 1.235:
! 174: bugfix. :)
! 175:
! 176: * buildall-with-xml 1.38:
! 177: libxml2-2.7.8 + with-apache
! 178:
! 179: 2010-11-24 moko
! 180: * bin/Makefile.in 1.16:
! 181: * etc/Makefile.in 1.21:
! 182: * etc/parser3.charsets/Makefile.in 1.26:
! 183: APACHE13->APACHE
! 184:
! 185: * Makefile.am 1.79:
! 186: * Makefile.in 1.96:
! 187: * acinclude.m4 1.65:
! 188: * aclocal.m4 1.68:
! 189: * acsite.m4 1.44:
! 190: * configure 1.123:
! 191: * configure.in 1.132:
! 192: * src/include/pa_config_auto.h.in 1.51:
! 193: * src/include/pa_config_auto.h.in 1.52:
! 194: *** empty log message ***
! 195:
! 196: * Makefile.in 1.95:
! 197: * configure 1.122:
! 198: * src/targets/Makefile.am 1.11:
! 199: * src/targets/apache/Makefile.am 1.2:
! 200: * src/targets/apache/Makefile.in 1.1:
! 201: apxs support
! 202:
! 203: * src/Makefile.in 1.62:
! 204: * src/classes/Makefile.in 1.71:
! 205: * src/include/Makefile.in 1.25:
! 206: * src/lib/Makefile.in 1.21:
! 207: * src/lib/cord/Makefile.in 1.10:
! 208: * src/lib/cord/include/Makefile.in 1.8:
! 209: * src/lib/cord/include/private/Makefile.in 1.8:
! 210: * src/lib/gc/Makefile.in 1.8:
! 211: * src/lib/gc/include/Makefile.in 1.9:
! 212: * src/lib/gd/Makefile.in 1.9:
! 213: * src/lib/json/Makefile.in 1.3:
! 214: * src/lib/ltdl/Makefile.in 1.13:
! 215: * src/lib/md5/Makefile.in 1.14:
! 216: * src/lib/pcre/Makefile.in 1.17:
! 217: * src/lib/sdbm/Makefile.in 1.7:
! 218: * src/lib/smtp/Makefile.in 1.9:
! 219: * src/main/Makefile.in 1.65:
! 220: * src/sql/Makefile.in 1.18:
! 221: * src/targets/Makefile.in 1.49:
! 222: * src/targets/cgi/Makefile.in 1.74:
! 223: * src/targets/isapi/Makefile.in 1.19:
! 224: * src/types/Makefile.in 1.69:
! 225: APACHE13 -> APACHE
! 226:
! 227: * configure.in 1.131:
! 228: apxs support
! 229: -Bstatic gc removed for OS X
! 230:
! 231: * src/main/pa_globals.C 1.186:
! 232: * src/main/pa_xml_io.C 1.27:
! 233: the rest converted to THREAD_LOCAL usage
! 234:
! 235: * src/classes/curl.C 1.9:
! 236: * src/include/pa_config_includes.h 1.33:
! 237: * src/main/pa_globals.C 1.185:
! 238: THREAD_LOCAL defined and used
! 239:
! 240: 2010-11-23 moko
! 241: * src/classes/op.C 1.206:
! 242: * src/main/pa_os.C 1.11:
! 243: microseconds, not milliseconds should be passed to pa_sleep, and
! 244: only fractional part (bugfix: #188)
! 245:
! 246: * src/targets/apache/mod_parser3.c 1.11:
! 247: 1.3 compatibility
! 248:
! 249: * src/targets/apache/mod_parser3.c 1.10:
! 250: * src/targets/apache/mod_parser3_core.C 1.5:
! 251: GC_dont_gc=1, as in cgi version
! 252:
! 253: * src/targets/apache/mod_parser3.c 1.9:
! 254: warning war
! 255:
! 256: * src/targets/apache/mod_parser3.c 1.8:
! 257: * src/targets/apache/mod_parser3_core.C 1.4:
! 258: * src/targets/apache/pa_httpd.h 1.4:
! 259: version removed, some trash removed
! 260:
! 261: 2010-11-22 moko
! 262: * src/targets/apache/mod_parser3.c 1.7:
! 263: version removed (we don't want to show it), warning war
! 264:
! 265: * src/targets/apache/mod_parser3.c 1.6:
! 266: * src/targets/apache/mod_parser3_core.C 1.3:
! 267: * src/targets/apache/pa_httpd.h 1.3:
! 268: parser_status_allowed removed + merge config functions removed (
! 269: override is the default) + beauty
! 270:
! 271: * src/include/pa_request.h 1.208:
! 272: * src/main/pa_request.C 1.325:
! 273: * src/targets/apache13core/mod_parser3_core.C 1.16:
! 274: * src/targets/cgi/parser3.C 1.259:
! 275: * src/targets/isapi/parser3isapi.C 1.104:
! 276: option to hide $status used in apache module removed
! 277:
! 278: 2010-11-18 moko
! 279: * operators.txt 1.234:
! 280: $.table[compact] added for ^json:string[]
! 281:
! 282: 2010-11-16 moko
! 283: * src/targets/apache/mod_parser3.c 1.5:
! 284: some cleanup done
! 285:
! 286: 2010-11-15 moko
! 287: * src/main/untaint.C 1.160:
! 288: bugfix: first, second String::Body argument is hashcode; second,
! 289: info.fragment_begin is original, not resulting length
! 290:
! 291: * src/classes/file.C 1.213:
! 292: new feature: $.stdin now untainted
! 293:
! 294: * tests/results/264.processed 1.2:
! 295: new feature: $.stdin[] now untainted
! 296:
! 297: * tests/cat.sh 1.3:
! 298: new feature: stdin arg to test $.stdin[value]
! 299:
! 300: * src/classes/op.C 1.205:
! 301: ^apply-taint[] method added
! 302:
! 303: * tests/264.html 1.1:
! 304: * tests/results/264.processed 1.1:
! 305: ^apply-taint[] test added; $.stdin untaint test added
! 306:
! 307: 2010-11-14 moko
! 308: * src/targets/apache/mod_parser3.c 1.4:
! 309: outdated MODULE_MAGIC_NUMBER removed
! 310:
! 311: * src/targets/apache/mod_parser3.c 1.3:
! 312: * src/targets/apache/mod_parser3_core.C 1.2:
! 313: * src/targets/apache/pa_httpd.h 1.2:
! 314: 2x2 calculated under apache2. :)
! 315:
! 316: 2010-11-13 moko
! 317: * src/targets/apache/mod_parser3.c 1.2:
! 318: initial changes to build module with apache 2.x includes
! 319:
! 320: * src/targets/apache/Makefile.am 1.1:
! 321: * src/targets/apache/mod_parser3.c 1.1:
! 322: * src/targets/apache/mod_parser3_core.C 1.1:
! 323: * src/targets/apache/pa_httpd.h 1.1:
! 324: * src/targets/apache/pa_threads.C 1.1:
! 325: initial commit for united apache 1.3 / apache 2.x DSO module
! 326:
! 327: 2010-11-09 moko
! 328: * src/types/pa_method.h 1.18:
! 329: check added to dissallow @method[name;*] syntax
! 330:
! 331: * tests/263.html 1.1:
! 332: * tests/results/263.processed 1.1:
! 333: test from method[*args] added
! 334:
! 335: 2010-11-08 moko
! 336: * src/types/pa_method.h 1.17:
! 337: * src/types/pa_vmethod_frame.h 1.89:
! 338: closes #26: variable number of params can now be passed to a
! 339: method declared with *arg
! 340:
! 341: 2010-11-06 moko
! 342: * src/classes/table.C 1.278:
! 343: formating fixed. :)
! 344:
! 345: * src/classes/table.C 1.277:
! 346: closes #4: ^table.select now supports $.limit(), $.offset, $
! 347: .reverse() options
! 348:
! 349: * tests/262.html 1.1:
! 350: * tests/results/262.processed 1.1:
! 351: test for ^table:select with options added (feature #4)
! 352:
! 353: 2010-11-05 moko
! 354: * src/include/pa_array.h 1.80:
! 355: remove function added
! 356:
! 357: * src/types/pa_vhash.C 1.9:
! 358: * src/types/pa_vhash.h 1.63:
! 359: avoiding temporal String object in get_element/put_element,
! 360: using static one.
! 361:
! 362: 2010-11-04 moko
! 363: * src/types/pa_vregex.C 1.11:
! 364: closes #6: exeption now thrown if invalid options is passed
! 365:
! 366: 2010-11-03 moko
! 367: * tests/256.html 1.3:
! 368: * tests/results/256.processed 1.2:
! 369: $.table[compact] feature now tested; k and p in handler now
! 370: tested.
! 371:
! 372: * src/types/pa_value.h 1.142:
! 373: * src/types/pa_vtable.C 1.36:
! 374: * src/types/pa_vtable.h 1.57:
! 375: fixes #153, $.table[compact] feature added
! 376:
! 377: * src/classes/json.C 1.13:
! 378: key is now passed to handler in value_json_string;
! 379: ^json:string result now process tainting inside and returns clean string, related to issue #153
! 380:
! 381: * src/main/untaint.C 1.159:
! 382: bugfix: charset can be null (in ^string:save[] as example), thus
! 383: check is added
! 384:
! 385: 2010-10-30 moko
! 386: * src/classes/string.C 1.198:
! 387: error message changed (fixes issue #149)
! 388:
! 389: 2010-10-28 moko
! 390: * src/main/pa_http.C 1.49:
! 391: ":port" is now added to "Host:" header if port is not default (fixes issue #155);
! 392: exception on invalid port added.
! 393:
! 394: * src/main/untaint.C 1.158:
! 395: '*' is now not urlencoded to allow header "Accept: */*" to be
! 396: passed
! 397:
! 398: 2010-10-27 moko
! 399: * src/classes/curl.C 1.8:
! 400: bugfix: detect_charset() was throwing exception on unknown
! 401: charset even if response_charset was specified
! 402:
! 403: 2010-10-26 moko
! 404: * src/classes/string.C 1.197:
! 405: ^string.append removed for void compatibility
! 406:
! 407: * src/classes/json.C 1.12:
! 408: libjson supports array at top level, we too (GPF fixed)
! 409:
! 410: 2010-10-24 moko
! 411: * tests/253.html 1.5:
! 412: * tests/results/253.processed 1.6:
! 413: libjson supports array at top level, parser now supports it as
! 414: well.
! 415:
! 416: * src/types/pa_vstring.h 1.64:
! 417: * tests/261.html 1.2:
! 418: * tests/results/261.processed 1.2:
! 419: empty string is now void compatible (allows $empty.key)
! 420:
! 421: 2010-10-21 moko
! 422: * src/classes/string.C 1.196:
! 423: * src/classes/void.C 1.48:
! 424: * src/main/execute.C 1.367:
! 425: * src/types/pa_vvoid.C 1.4:
! 426: * src/types/pa_vvoid.h 1.34:
! 427: void now inherited from string (feature #111)
! 428:
! 429: * tests/261.html 1.1:
! 430: * tests/results/261.processed 1.1:
! 431: checks void from string inheritance (feature #111)
! 432:
! 433: * src/classes/bool.C 1.3:
! 434: * src/classes/classes.h 1.33:
! 435: * src/classes/curl.C 1.7:
! 436: * src/classes/date.C 1.89:
! 437: * src/classes/double.C 1.63:
! 438: * src/classes/file.C 1.212:
! 439: * src/classes/hash.C 1.108:
! 440: * src/classes/hashfile.C 1.52:
! 441: * src/classes/image.C 1.136:
! 442: * src/classes/inet.C 1.4:
! 443: * src/classes/int.C 1.59:
! 444: * src/classes/json.C 1.11:
! 445: * src/classes/reflection.C 1.22:
! 446: * src/classes/regex.C 1.6:
! 447: * src/classes/string.C 1.195:
! 448: * src/classes/table.C 1.276:
! 449: * src/classes/void.C 1.47:
! 450: used_directly() now true by default
! 451:
! 452: 2010-10-21 misha
! 453: * src/types/pa_vcookie.C 1.85:
! 454: - fix for session cookie (was introduced while adding additional
! 455: expires checkout)
! 456:
! 457: * tests/results/030.processed 1.8:
! 458: *** empty log message ***
! 459:
! 460: * tests/030.html 1.5:
! 461: - test for session cookie was added
! 462:
! 463: 2010-10-16 moko
! 464: * src/include/pa_string.h 1.200:
! 465: * src/main/pa_http.C 1.48:
! 466: * src/main/untaint.C 1.157:
! 467: files upload now uses binary blocks instead of L_FILE_POST
! 468: tainting. (bugfix: #128)
! 469:
! 470: * tests/223.html 1.4:
! 471: * tests/results/223.processed 1.5:
! 472: binary file upload test added, GPF (issue #128) also checked in
! 473: this test
! 474:
! 475: 2010-10-13 misha
! 476: * tests/results/260.processed 1.1:
! 477: *** empty log message ***
! 478:
! 479: * tests/260.html 1.1:
! 480: - test for math:convert
! 481:
! 482: * src/classes/math.C 1.58:
! 483: - error in math:convert was fixed
! 484:
! 485: * operators.txt 1.233:
! 486: - info about ^math:convert[number](from-base;to-base) was added
! 487:
! 488: * src/classes/math.C 1.57:
! 489: - method ^math:convert[number](from-base;to-base) for converting
! 490: number represention from one base to another was added ( new
! 491: feature: #23 )
! 492:
! 493: 2010-10-12 moko
! 494: * src/main/compile.tab.C 1.153:
! 495: * src/main/compile.y 1.261:
! 496: [] now is empty string, not void
! 497:
! 498: * src/types/pa_vvoid.h 1.33:
! 499: void now passed as parameter
! 500:
! 501: * tests/259.html 1.1:
! 502: * tests/results/259.processed 1.1:
! 503: to test difference between void and empty string (see ticket #
! 504: 111)
! 505:
! 506: * tests/results/152.processed 1.10:
! 507: $sEmpty[] is now empty string, not void
! 508:
! 509: * tests/256.html 1.2:
! 510: $s[$void] is no longer empty string
! 511:
! 512: * tests/254.html 1.3:
! 513: empty string is no longer void
! 514:
! 515: 2010-10-12 misha
! 516: * tests/results/041.processed 1.7:
! 517: *** empty log message ***
! 518:
! 519: * src/types/pa_vcookie.C 1.84:
! 520: - check if $.expires value can be converted to date during
! 521: cookies set up ( bugfix: #104 )
! 522:
! 523: * tests/041.html 1.3:
! 524: - more tests for ^table.locate were added
! 525:
! 526: * src/classes/table.C 1.275:
! 527: - ^table.locate[field;value;options] didn't work ( bugfix: #129 )
! 528: - exception comment for incorrect options ^table.locate[field;value;options] was fixed
! 529:
! 530: 2010-10-09 moko
! 531: * src/classes/reflection.C 1.21:
! 532: * src/main/execute.C 1.366:
! 533: constructor returning another object feature returned
! 534:
! 535: * tests/results/258.processed 1.2:
! 536: test result updated as constructor returning another object
! 537: feature returned
! 538:
! 539: * tests/258.html 1.1:
! 540: * tests/results/258.processed 1.1:
! 541: test for constructor returning another object
! 542:
! 543: 2010-10-08 misha
! 544: * src/main/compile.tab.C 1.152:
! 545: * src/main/compile.y 1.260:
! 546: * tests/results/257.processed 1.1:
! 547: *** empty log message ***
! 548:
! 549: * tests/257.html 1.1:
! 550: - whitespaces after @METACOMMANDS and their options shouldn't
! 551: cause exceptions any longer
! 552:
! 553: 2010-10-05 moko
! 554: * src/classes/hash.C 1.107:
! 555: * src/classes/table.C 1.274:
! 556: length from sql server is now ignored, as sql string can contain
! 557: 0x00 inside (bugfix: #119)
! 558:
! 559: 2010-10-02 misha
! 560: * operators.txt 1.232:
! 561: - the X mark was removed from ^cache[file]. it is usable to
! 562: delete cache file.
! 563:
! 564: 2010-10-01 moko
! 565: * tests/253.html 1.4:
! 566: * tests/results/253.processed 1.5:
! 567: hook_key added for key checking
! 568:
! 569: * src/classes/json.C 1.10:
! 570: null key bug fixed
! 571:
! 572: 2010-09-29 misha
! 573: * tests/results/256.processed 1.1:
! 574: *** empty log message ***
! 575:
! 576: * tests/256.html 1.1:
! 577: * tests/256.txt 1.1:
! 578: - tests for ^json:string[] were added
! 579:
! 580: 2010-09-24 moko
! 581: * src/classes/json.C 1.9:
! 582: small fixed
! 583:
! 584: * tests/results/253.processed 1.4:
! 585: * tests/results/255.processed 1.2:
! 586: just updated
! 587:
! 588: * tests/253.html 1.3:
! 589: * tests/253_json.txt 1.3:
! 590: * tests/255.html 1.1:
! 591: * tests/results/253.processed 1.3:
! 592: * tests/results/255.processed 1.1:
! 593: charset transcode test added for json:parse
! 594:
! 595: * src/types/pa_value.h 1.141:
! 596: warning war :)
! 597:
! 598: * src/classes/json.C 1.8:
! 599: * src/include/pa_request.h 1.207:
! 600: * src/types/pa_value.h 1.140:
! 601: * src/types/pa_vfile.C 1.49:
! 602: * src/types/pa_vtable.C 1.35:
! 603: $.indent implemented for ^json:string
! 604:
! 605: 2010-09-24 misha
! 606: * src/main/compile.tab.C 1.151:
! 607: *** empty log message ***
! 608:
! 609: 2010-09-21 moko
! 610: * src/main/pa_charset.C 1.87:
! 611: parser charset tables declare only white-space before 0x20, thus
! 612: adding the missing chars
! 613:
! 614: * etc/parser3.charsets/koi8-r.cfg 1.8:
! 615: * etc/parser3.charsets/koi8-u.cfg 1.1:
! 616: updated to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
! 617:
! 618:
! 619: 2010-09-21 misha
! 620: * src/main/compile.y 1.259:
! 621: - some semicolons were added (VS2010 don't want to compile
! 622: grammar if they are absent)
! 623:
! 624: * tests/make_tests.cmd 1.3:
! 625: * tests/run_tests.cmd 1.2:
! 626: - path tools is changed
! 627:
! 628: * src/classes/classes.vcproj 1.26:
! 629: - pathes to ls and gawk are changed
! 630:
! 631: * src/main/main.vcproj 1.27:
! 632: - path to bison is changed
! 633:
! 634: 2010-09-20 moko
! 635: * etc/parser3.charsets/Makefile.in 1.25:
! 636: * etc/parser3.charsets/windows-1250.cfg 1.2:
! 637: * etc/parser3.charsets/windows-1251.cfg 1.14:
! 638: * etc/parser3.charsets/windows-1254.cfg 1.2:
! 639: * etc/parser3.charsets/windows-1257.cfg 1.3:
! 640: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.3:
! 641: updated to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
! 642:
! 643:
! 644: 2010-09-20 misha
! 645: * Makefile.am 1.78:
! 646: * Makefile.in 1.94:
! 647: * acinclude.m4 1.64:
! 648: * aclocal.m4 1.67:
! 649: * acsite.m4 1.43:
! 650: * configure 1.121:
! 651: * configure.in 1.130:
! 652: * src/include/pa_config_auto.h.in 1.50:
! 653: * src/lib/json/Makefile.in 1.2:
! 654: *** empty log message ***
! 655:
! 656: * src/types/pa_vtable.C 1.34:
! 657: - add EOLs while json-serializing table
! 658:
! 659: * src/classes/json.C 1.7:
! 660: - add EOL while json-serializing hash
! 661:
! 662: * src/lib/json/JSON_parser.C 1.4:
! 663: - 'ES' replaced by 'ESC' because some compilers don't like 'ES'.
! 664:
! 665: 2010-09-17 misha
! 666: * operators.txt 1.231:
! 667: - info about json class was added
! 668:
! 669: 2010-09-16 misha
! 670: * src/classes/json.C 1.6:
! 671: - ^json:string[object]
! 672:
! 673: * src/include/pa_request.h 1.206:
! 674: * src/main/pa_request.C 1.324:
! 675: - stuff for preventing infinite recursion while executing json:
! 676: string was added
! 677:
! 678: * src/include/pa_string.h 1.199:
! 679: - method append_quoted was added
! 680:
! 681: * src/types/pa_value.C 1.30:
! 682: * src/types/pa_value.h 1.139:
! 683: * src/types/pa_vbool.h 1.32:
! 684: * src/types/pa_vdate.h 1.51:
! 685: * src/types/pa_vdouble.h 1.55:
! 686: * src/types/pa_vfile.C 1.48:
! 687: * src/types/pa_vfile.h 1.68:
! 688: * src/types/pa_vint.h 1.47:
! 689: * src/types/pa_vstring.h 1.63:
! 690: * src/types/pa_vtable.C 1.33:
! 691: * src/types/pa_vtable.h 1.56:
! 692: * src/types/pa_vvoid.h 1.32:
! 693: - method get_json_string was added to Value & Co
! 694:
! 695: * src/classes/date.C 1.88:
! 696: - methods get_gmt_string and get_sql_string were used
! 697:
! 698: * src/types/pa_vdate.h 1.50:
! 699: - methods get_gmt_string and get_sql_string were added
! 700:
! 701: 2010-09-10 moko
! 702: * src/targets/cgi/parser3.C [release_3_4_0] 1.255.2.1:
! 703: vsnprintf now not called twice in die_or_abort (backport from
! 704: 3.4.1)
! 705:
! 706: * src/targets/cgi/parser3.C 1.258:
! 707: vsnprintf now not called twice in die_or_abort (bugfix: #106)
! 708:
! 709: 2010-09-09 moko
! 710: * src/classes/json.C 1.5:
! 711: warning war. :)
! 712:
! 713: 2010-09-08 misha
! 714: * src/lib/json/Makefile.am 1.3:
! 715: - additional include directories were added (for pa_memory.h and
! 716: gc.h)
! 717:
! 718: * src/lib/json/json.vcproj 1.2:
! 719: - JSON_parser.c => JSON_parser.C
! 720: - compile as C++ instead default
! 721: - additional include directory was added (for gc.h)
! 722:
! 723: * src/types/pa_vform.C 1.100:
! 724: - little code reformating
! 725:
! 726: * src/classes/file.C 1.211:
! 727: - $.content-type option now can be specified in ^file::create (
! 728: new feature: #102 )
! 729:
! 730: 2010-09-07 moko
! 731: * src/lib/json/JSON_parser.C 1.3:
! 732: * src/lib/json/JSON_parser.h 1.2:
! 733: json lib now uses pa_malloc/pa_free
! 734:
! 735: 2010-09-06 moko
! 736: * tests/results/254.processed 1.3:
! 737: VStateless_class:put_element exception was fixed
! 738:
! 739: * src/types/pa_value.h 1.138:
! 740: * src/types/pa_vstateless_class.h 1.72:
! 741: now VStateless_class:put_element barks self.type, not this.type (
! 742: bugfix: #105)
! 743:
! 744: 2010-09-05 moko
! 745: * src/classes/reflection.C 1.20:
! 746: bugfix: new String() is required for exception handling
! 747:
! 748: * tests/254.html 1.2:
! 749: * tests/results/254.processed 1.2:
! 750: test modified
! 751:
! 752: 2010-09-04 moko
! 753: * tests/254.html 1.1:
! 754: * tests/results/254.processed 1.1:
! 755: ^reflection:copy test added
! 756:
! 757: * src/classes/reflection.C 1.19:
! 758: * src/include/pa_request.h 1.205:
! 759: ^reflection:copy implemented (new feature: #100)
! 760:
! 761: 2010-09-02 moko
! 762: * src/lib/json/JSON_parser.C 1.2:
! 763: c++ compatiblity
! 764:
! 765: * tests/253.html 1.2:
! 766: * tests/253_json.txt 1.2:
! 767: * tests/results/253.processed 1.2:
! 768: $.distinct option testing added
! 769:
! 770: 2010-09-01 moko
! 771: * src/classes/json.C 1.4:
! 772: $.distinct[first|last|all] added
! 773:
! 774: 2010-08-31 moko
! 775: * tests/results/253.processed 1.1:
! 776: json test result
! 777:
! 778: * tests/253.html 1.1:
! 779: * tests/253_json.txt 1.1:
! 780: json test added
! 781:
! 782: * src/classes/json.C 1.3:
! 783: json.C update to actual version + hash key creation bugfix
! 784:
! 785: 2010-08-31 misha
! 786: * Makefile.am 1.77:
! 787: * Makefile.in 1.93:
! 788: * acinclude.m4 1.63:
! 789: * aclocal.m4 1.66:
! 790: * acsite.m4 1.42:
! 791: * configure 1.120:
! 792: * configure.in 1.129:
! 793: * src/classes/Makefile.in 1.70:
! 794: * src/include/pa_config_auto.h.in 1.49:
! 795: * src/lib/Makefile.in 1.20:
! 796: * src/lib/json/Makefile.in 1.1:
! 797: * src/targets/apache13core/Makefile.in 1.11:
! 798: * src/targets/cgi/Makefile.in 1.73:
! 799: *** empty log message ***
! 800:
! 801: * parser3.sln 1.13:
! 802: * src/classes/Makefile.am 1.56:
! 803: * src/classes/classes.vcproj 1.25:
! 804: * src/classes/json.C 1.1:
! 805: * src/lib/Makefile.am 1.11:
! 806: * src/lib/json/JSON_parser.C 1.1:
! 807: * src/lib/json/JSON_parser.h 1.1:
! 808: * src/lib/json/Makefile.am 1.1:
! 809: * src/lib/json/json.vcproj 1.1:
! 810: - json library was added
! 811:
! 812: 2010-08-30 moko
! 813: * src/include/pa_request.h 1.204:
! 814: * src/main/execute.C 1.365:
! 815: * src/main/pa_request.C 1.323:
! 816: * src/types/pa_vobject.C 1.33:
! 817: cosmetic optimization in request:execute_method usage
! 818:
! 819: 2010-08-29 moko
! 820: * src/include/pa_charset.h 1.46:
! 821: * src/main/pa_charset.C 1.86:
! 822: small optimization, just to decrease number of lines. :)
! 823:
! 824: 2010-08-27 misha
! 825: * tests/results/250.processed 1.1:
! 826: * tests/results/251.processed 1.1:
! 827: * tests/results/252.processed 1.1:
! 828: *** empty log message ***
! 829:
! 830: * src/classes/op.C 1.204:
! 831: - taint[json] was added
! 832:
! 833: * tests/250.html 1.1:
! 834: * tests/251.html 1.1:
! 835: * tests/252.html 1.1:
! 836: - tests for taint[json] were added
! 837:
! 838: * src/main/pa_exec.C 1.81:
! 839: - warning fix was rolled back.
! 840:
! 841: * src/include/pa_charset.h 1.45:
! 842: * src/include/pa_string.h 1.198:
! 843: * src/main/pa_charset.C 1.85:
! 844: * src/main/untaint.C 1.156:
! 845: - taint[json] was added
! 846: - escaping was slightly modified
! 847:
! 848: 2010-08-25 misha
! 849: * src/classes/file.C 1.210:
! 850: - typo in file:sql exception was fixed
! 851:
! 852: * src/main/pa_exec.C 1.80:
! 853: - warning about declared and not used variable forced_allow was
! 854: removed
! 855:
! 856: 2010-08-14 misha
! 857: * src/classes/hash.C 1.106:
! 858: - two warnings about signed/unsigned mismatch were removed
! 859:
! 860: 2010-08-11 moko
! 861: * tests/249.html 1.1:
! 862: * tests/results/249.processed 1.1:
! 863: default setter and anti-recursive default getter test added
! 864:
! 865: * src/classes/reflection.C 1.18:
! 866: * src/include/pa_request.h 1.203:
! 867: * src/main/execute.C 1.364:
! 868: * src/types/pa_value.h 1.137:
! 869: * src/types/pa_vclass.C 1.44:
! 870: * src/types/pa_vobject.C 1.32:
! 871: * src/types/pa_vobject.h 1.56:
! 872: * src/types/pa_vstateless_class.C 1.46:
! 873: * src/types/pa_vstateless_class.h 1.71:
! 874: default setter support + anti-recursive default getter support (
! 875: new feature: #13 )
! 876:
! 877: * src/include/pa_hash.h 1.83:
! 878: optimization: threshold member removed from hash, reducing
! 879: sizeof(hash)
! 880:
! 881: 2010-08-10 misha
! 882: * tests/results/196.processed 1.4:
! 883: * tests/results/247.processed 1.1:
! 884: * tests/results/248.processed 1.1:
! 885: *** empty log message ***
! 886:
! 887: * tests/196.html 1.3:
! 888: - junction-method was added to the test
! 889:
! 890: * tests/248.html 1.2:
! 891: - ups. typo :)
! 892:
! 893: * tests/248.html 1.1:
! 894: - test for checking .match with 4 params
! 895:
! 896: * tests/247.html 1.1:
! 897: * tests/247_utf8.txt 1.1:
! 898: * tests/247_utf8_bom.txt 1.1:
! 899: * tests/247_windows1251.txt 1.1:
! 900: - test for "transcode file from utf-8 to $request:charset during
! 901: loading if the BOM code is detected"
! 902:
! 903: * src/main/pa_common.C 1.263:
! 904: * src/main/pa_http.C 1.47:
! 905: - transcode file from utf-8 to $request:charset during loading
! 906: if the BOM code is detected ( new feature: #98 )
! 907:
! 908: 2010-08-05 misha
! 909: * src/classes/image.C 1.135:
! 910: - ^image.replace now can accept only 2 params. in this case the
! 911: whole image is affected ( new feature: #95 )
! 912:
! 913: 2010-08-04 misha
! 914: * tests/results/246.processed 1.1:
! 915: *** empty log message ***
! 916:
! 917: * tests/246.html 1.1:
! 918: - test tor ^hash._at[] was added
! 919:
! 920: * src/classes/hash.C 1.105:
! 921: - ^hash._at[first|last|[-]N] ( new feature: #53 )
! 922:
! 923: * src/include/pa_hash.h 1.82:
! 924: - methods for accessing the first and the last values of ordered
! 925: hash were added (first_value and last_value)
! 926:
! 927: * src/classes/file.C 1.209:
! 928: - now ^file::base64 accepts up to 4 params (similar to others
! 929: file's methods): ^file::base64[mode;user-file-name;encoded;
! 930: options] ( new feature: #68 )
! 931:
! 932: * src/types/pa_vmethod_frame.h 1.88:
! 933: - helper method as_hash was added
! 934:
! 935: 2010-08-01 moko
! 936: * src/classes/op.C 1.203:
! 937: to correctly process $result[] in code, called from ^process
! 938:
! 939: * tests/245.html 1.2:
! 940: $result in ^process[] test added
! 941:
! 942: * src/classes/op.C 1.202:
! 943: * src/classes/reflection.C 1.17:
! 944: * src/include/pa_request.h 1.202:
! 945: * src/main/execute.C 1.363:
! 946: * src/main/pa_request.C 1.322:
! 947: * src/types/pa_vmethod_frame.C 1.18:
! 948: * src/types/pa_vmethod_frame.h 1.87:
! 949: * src/types/pa_vobject.C 1.31:
! 950: optimization:
! 951: VMethodFrame(junction, caller) replaced with VMethodFrame(method, caller, self)
! 952: op_call(VMethodFrame &frame, bool constructing) removed, construct(class,method) added
! 953:
! 954: * tests/results/192.processed 1.6:
! 955: * tests/results/244.processed 1.2:
! 956: request::construct added
! 957:
! 958: * tests/244.html 1.1:
! 959: * tests/245.html 1.1:
! 960: * tests/results/244.processed 1.1:
! 961: * tests/results/245.processed 1.1:
! 962: object creation exceptions and ^process tests added
! 963:
! 964: 2010-07-28 misha
! 965: * tests/make_tests.cmd 1.2:
! 966: - win32 EOLs
! 967:
! 968: * tests/run_parser.cmd 1.1:
! 969: * tests/run_tests.cmd 1.1:
! 970: - cmd files for executing tests on Win32 were added (The system
! 971: timezone should be GMT+3)
! 972:
! 973: 2010-07-25 misha
! 974: * tests/212.html 1.4:
! 975: * tests/212.html 1.5:
! 976: * tests/results/212.processed 1.6:
! 977: - sizes were removed mecause they could be different on
! 978: different OSs
! 979:
! 980: * tests/065.html 1.4:
! 981: - make it "win32 friendly"
! 982:
! 983: * src/main/compile.tab.C 1.150:
! 984: * tests/results/152.processed 1.9:
! 985: *** empty log message ***
! 986:
! 987: * src/main/compile.y 1.258:
! 988: - all EOLs between methods are removed during compilation ( new
! 989: feature: #47 )
! 990:
! 991: * tests/006.html 1.5:
! 992: * tests/014.html 1.6:
! 993: * tests/022.html 1.6:
! 994: * tests/059.html 1.5:
! 995: * tests/071.html 1.3:
! 996: * tests/073.html 1.3:
! 997: * tests/096.html 1.6:
! 998: * tests/096.html 1.7:
! 999: * tests/107.html 1.5:
! 1000: * tests/109.html 1.4:
! 1001: * tests/109.html 1.5:
! 1002: * tests/142.html 1.3:
! 1003: * tests/142.html 1.4:
! 1004: * tests/144.html 1.3:
! 1005: * tests/144.html 1.4:
! 1006: * tests/149.html 1.3:
! 1007: * tests/149.html 1.4:
! 1008: * tests/149.html 1.5:
! 1009: * tests/152.html 1.8:
! 1010: * tests/results/006.processed 1.8:
! 1011: * tests/results/014.processed 1.7:
! 1012: * tests/results/022.processed 1.8:
! 1013: * tests/results/059.processed 1.8:
! 1014: * tests/results/071.processed 1.7:
! 1015: * tests/results/073.processed 1.7:
! 1016: * tests/results/096.processed 1.8:
! 1017: * tests/results/107.processed 1.8:
! 1018: * tests/results/109.processed 1.6:
! 1019: * tests/results/109.processed 1.7:
! 1020: * tests/results/142.processed 1.4:
! 1021: * tests/results/142.processed 1.5:
! 1022: * tests/results/144.processed 1.4:
! 1023: * tests/results/144.processed 1.5:
! 1024: * tests/results/149.processed 1.6:
! 1025: * tests/results/149.processed 1.7:
! 1026: - prepare tests to trim trailing methods' EOLs
! 1027:
! 1028: 2010-07-23 moko
! 1029: * tests/results/156.processed 1.5:
! 1030: * tests/results/224.processed 1.11:
! 1031: fix for #54 changed the hash order in this test
! 1032:
! 1033: * tests/014.html 1.5:
! 1034: to check hash order, hash no is longer sorted before print
! 1035:
! 1036: * src/include/pa_hash.h 1.81:
! 1037: hash copy constructor now keeps order (bugfix: #54)
! 1038:
! 1039: 2010-07-22 moko
! 1040: * tests/results/224.processed 1.10:
! 1041: @auto[] is no longer inherited
! 1042:
! 1043: * src/types/pa_vstateless_class.C 1.45:
! 1044: * tests/227.html 1.3:
! 1045: * tests/results/227.processed 1.4:
! 1046: @auto[] is no longer inherited (bugfix: #57)
! 1047:
! 1048: 2010-07-21 misha
! 1049: * src/classes/table.C 1.273:
! 1050: - don't skip comment lines during table::load if encloser or
! 1051: separator is set as '#' ( new feature: #30 )
! 1052:
! 1053: * src/targets/cgi/parser3.C 1.257:
! 1054: - don't run as cgi if env:PARSER_VERSION was set for preventing
! 1055: infinite loot ( bugfix: #12 )
! 1056:
! 1057: * src/classes/file.C 1.208:
! 1058: - set PARSER_VARSION env before external script executing
! 1059:
! 1060: 2010-07-13 misha
! 1061: * tests/238.html 1.1:
! 1062: * tests/240.html 1.1:
! 1063: * tests/241.html 1.1:
! 1064: * tests/242.html 1.1:
! 1065: * tests/243.html 1.1:
! 1066: * tests/outputs/242.processed 1.1:
! 1067: * tests/results/058.processed 1.7:
! 1068: * tests/results/212.processed 1.5:
! 1069: * tests/results/238.processed 1.1:
! 1070: * tests/results/240.processed 1.1:
! 1071: * tests/results/241.processed 1.1:
! 1072: * tests/results/242.processed 1.1:
! 1073: * tests/results/243.processed 1.1:
! 1074: *** empty log message ***
! 1075:
! 1076: * tests/058.html 1.3:
! 1077: - test for suppressing @border was added
! 1078: - test for user attribute was added
! 1079:
! 1080: * tests/186.html 1.4:
! 1081: * tests/results/186.processed 1.3:
! 1082: unescaping from \uXXXX
! 1083:
! 1084: * tests/239.html 1.1:
! 1085: * tests/results/239.processed 1.1:
! 1086: method call type
! 1087:
! 1088: * src/types/pa_vjunction.C 1.9:
! 1089: * src/types/pa_vjunction.h 1.30:
! 1090: - bugfix: #90 : $junction_method.CLASS_NAME (+CLASS)
! 1091:
! 1092: 2010-07-07 misha
! 1093: * buildall-with-xml 1.37:
! 1094: * buildall-without-xml 1.23:
! 1095: - moving to pcre 8.10 on *nix
! 1096:
! 1097: 2010-07-05 misha
! 1098: * src/main/compile.tab.C 1.149:
! 1099: * tests/results/192.processed 1.5:
! 1100: * tests/results/230.processed 1.4:
! 1101: *** empty log message ***
! 1102:
! 1103: * src/classes/curl.C 1.6:
! 1104: * src/classes/file.C 1.207:
! 1105: * src/classes/hash.C 1.104:
! 1106: * src/classes/image.C 1.134:
! 1107: * src/classes/op.C 1.201:
! 1108: * src/classes/string.C 1.194:
! 1109: * src/classes/table.C 1.272:
! 1110: * src/classes/void.C 1.46:
! 1111: * src/main/pa_common.C 1.262:
! 1112: * src/main/pa_http.C 1.46:
! 1113: - exception comment strings "options must be hash", "options must be hash, not code" and "called
! 1114: with invalid option" were replaced by constatns
! 1115: - exception comment string "invalid option passed" was replaced by "called with invalid option" (now
! 1116: in different methods are the same exception comment string)
! 1117:
! 1118: * src/include/pa_exception.h 1.57:
! 1119: - more exception strings were defined
! 1120:
! 1121: * src/main/compile.y 1.256:
! 1122: * src/main/compile_tools.C 1.68:
! 1123: * src/main/compile_tools.h 1.102:
! 1124: * src/types/pa_vstateless_class.h 1.70:
! 1125: - now we can define possible method's call type ( new feature: #5 )
! 1126: 1. @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's methods
! 1127: 2. @static:method[params] (only static keyword could be used here) -- for specified methods
! 1128:
! 1129: * src/main/pa_common.C 1.261:
! 1130: - junction points should not be deleted on win32 during dirs cleanup ( bugfix: #83 )
! 1131: - optimisation in dirs cleanup
! 1132:
! 1133: 2010-07-03 misha
! 1134: * tests/158.html 1.2:
! 1135: * tests/160.html 1.5:
! 1136: * tests/161.html 1.2:
! 1137: * tests/162.html 1.2:
! 1138: * tests/163.html 1.3:
! 1139: * tests/167.html 1.2:
! 1140: * tests/168.html 1.2:
! 1141: * tests/169.html 1.2:
! 1142: * tests/170.html 1.2:
! 1143: * tests/171.html 1.4:
! 1144: * tests/172.html 1.3:
! 1145: * tests/173.html 1.2:
! 1146: * tests/174.html 1.3:
! 1147: * tests/175.html 1.2:
! 1148: * tests/176.html 1.4:
! 1149: * tests/180.html 1.3:
! 1150: * tests/184.html 1.2:
! 1151: * tests/185.html 1.6:
! 1152: * tests/191.html 1.3:
! 1153: * tests/192.html 1.3:
! 1154: * tests/196.html 1.2:
! 1155: * tests/197.html 1.2:
! 1156: * tests/198.html 1.3:
! 1157: * tests/199.html 1.3:
! 1158: * tests/208.html 1.4:
! 1159: * tests/209.html 1.2:
! 1160: * tests/213.html 1.2:
! 1161: * tests/214.html 1.3:
! 1162: * tests/results/158.processed 1.4:
! 1163: * tests/results/160.processed 1.6:
! 1164: * tests/results/161.processed 1.3:
! 1165: * tests/results/162.processed 1.3:
! 1166: * tests/results/163.processed 1.4:
! 1167: * tests/results/167.processed 1.3:
! 1168: * tests/results/168.processed 1.4:
! 1169: * tests/results/168.processed 1.5:
! 1170: * tests/results/169.processed 1.3:
! 1171: * tests/results/169.processed 1.4:
! 1172: * tests/results/169.processed 1.5:
! 1173: * tests/results/170.processed 1.3:
! 1174: * tests/results/170.processed 1.4:
! 1175: * tests/results/171.processed 1.5:
! 1176: * tests/results/172.processed 1.4:
! 1177: * tests/results/173.processed 1.3:
! 1178: * tests/results/174.processed 1.4:
! 1179: * tests/results/175.processed 1.3:
! 1180: * tests/results/176.processed 1.6:
! 1181: * tests/results/180.processed 1.4:
! 1182: * tests/results/184.processed 1.3:
! 1183: * tests/results/185.processed 1.6:
! 1184: * tests/results/191.processed 1.5:
! 1185: * tests/results/192.processed 1.4:
! 1186: * tests/results/196.processed 1.3:
! 1187: * tests/results/197.processed 1.3:
! 1188: * tests/results/198.processed 1.4:
! 1189: * tests/results/199.processed 1.4:
! 1190: * tests/results/208.processed 1.3:
! 1191: * tests/results/209.processed 1.3:
! 1192: * tests/results/213.processed 1.3:
! 1193: * tests/results/214.processed 1.3:
! 1194: - prepare tests to trim trailing methods' EOLs
! 1195:
! 1196: 2010-06-29 misha
! 1197: * tests/215.html 1.2:
! 1198: * tests/217.html 1.2:
! 1199: * tests/218.html 1.2:
! 1200: * tests/220.html 1.2:
! 1201: * tests/223.html 1.3:
! 1202: * tests/224.html 1.7:
! 1203: * tests/226.html 1.2:
! 1204: * tests/227.html 1.2:
! 1205: * tests/228.html 1.3:
! 1206: * tests/229.html 1.5:
! 1207: * tests/230.html 1.2:
! 1208: * tests/232.html 1.2:
! 1209: * tests/235.html 1.2:
! 1210: * tests/results/215.processed 1.3:
! 1211: * tests/results/217.processed 1.3:
! 1212: * tests/results/218.processed 1.3:
! 1213: * tests/results/220.processed 1.3:
! 1214: * tests/results/223.processed 1.4:
! 1215: * tests/results/224.processed 1.9:
! 1216: * tests/results/226.processed 1.3:
! 1217: * tests/results/226.processed 1.4:
! 1218: * tests/results/227.processed 1.3:
! 1219: * tests/results/228.processed 1.3:
! 1220: * tests/results/229.processed 1.4:
! 1221: * tests/results/230.processed 1.2:
! 1222: * tests/results/230.processed 1.3:
! 1223: * tests/results/232.processed 1.2:
! 1224: * tests/results/235.processed 1.2:
! 1225: - prepare tests to trim trailing methods' EOLs
! 1226:
! 1227: 2010-06-16 moko
! 1228: * tests/229.html 1.4:
! 1229: * tests/results/229.processed 1.3:
! 1230: elseif now supported in ^if
! 1231:
! 1232: * src/classes/op.C 1.200:
! 1233: new feature: #56 elseif now supported in ^if
! 1234:
! 1235: 2010-06-03 misha
! 1236: * src/main/pa_common.C 1.260:
! 1237: - bugfix #74 -- memmove should be used instead of memcopy for
! 1238: overlaped regions
! 1239:
1.80 misha 1240: 2010-05-25 misha
1.81 ! misha 1241: * src/main/pa_common.C 1.259:
! 1242: - wanring about unused vars was removed
! 1243:
1.80 misha 1244: * src/include/pa_request.h 1.201:
1245: * src/main/execute.C 1.362:
1246: * src/main/pa_request.C 1.321:
1247: - get_method_filename was moved to execute.C
1248:
1249: 2010-05-23 misha
1250: * src/main/pa_request.C 1.320:
1251: - more accurate detection of method's file
1252:
1253: 2010-05-22 misha
1254: * src/classes/reflection.C 1.16:
1255: - bugfix: core during detection of .file if filespec isn't
1256: detected successfully
1257:
1258: 2010-05-20 misha
1259: * src/main/pa_request.C 1.319:
1260: - fix in get_method_filename
1261:
1262: * src/main/compile.tab.C 1.148:
1263: *** empty log message ***
1264:
1265: * src/classes/op.C 1.199:
1266: * src/include/pa_request.h 1.199:
1267: * src/include/pa_request.h 1.200:
1268: * src/main/compile.y 1.255:
1269: * src/main/pa_request.C 1.318:
1270: - new feature: #24 -- searching included file in @USE/^use is
1271: changed. if its filespec doesn't start from '/' it will be
1272: searched in caller file directory
1273:
1274: * src/classes/reflection.C 1.15:
1275: - ^reflection:method_info returns file where the method is
1276: defined
1277:
1278: * src/classes/file.C 1.206:
1279: * src/include/pa_common.h 1.143:
1280: - method lastposafter is moved to pa_common.h
1281:
1282: 2010-05-17 misha
1283: * src/classes/string.C 1.193:
1284: * src/include/pa_common.h 1.142:
1285: * src/main/pa_common.C 1.258:
1286: * src/types/pa_vcookie.C 1.83:
1287: new feature: #71 ^string:js-unescape and cookie parser decode \
1288: uXXXX as well as %uXXXX
1289:
1290: * src/classes/curl.C 1.5:
1291: beauty:
1292: - unused param is removed in method _curl_version_action
1293: - some spaces were removed or replaced by tabs
1294:
1295: 2010-05-16 misha
1296: * src/classes/table.C 1.271:
1297: - bugfix: #72 core with empty value during ^table.hash[...;
1298: name_of_the_last_column][$.type[string]]
1299:
1300: * src/classes/curl.C 1.4:
1301: new: #61 more curl options were added (contributed by Sumo)
1302:
1303: 2010-04-29 pretender
1304: * src/main/pa_string.C 1.235:
1305: fixes #63 Split result from empty string now empty string.
1306:
1307: * src/types/pa_vtable.C 1.32:
1308: bugfix: #35 All empty table cells are now string type.
1309:
1310: 2010-04-28 pretender
1311: * src/include/pa_opcode.h 1.45:
1312: * src/main/compile.tab.C 1.147:
1313: * src/main/compile.y 1.254:
1314: * src/main/execute.C 1.361:
1315: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS macrodefinition removed
1316:
1317: 2010-04-19 pretender
1318: * src/main/execute.C 1.360:
1319: fixes #60 Stacktrace now contains info for OP_CONSTRUCT_OBJECT
1320: and OP_GET_CLASS
1321:
1322: * src/include/pa_common.h 1.141:
1323: * src/main/pa_common.C 1.257:
1324: * src/main/pa_exec.C 1.79:
1325: fixes #64 Now file.missing exception generates in unsafe mode
1326: to.
1327:
1328: * src/classes/file.C 1.205:
1329: fixes #48 Now not throw "not save environment variable"
1330: exception in grpunlim version.
1331:
1332: 2010-04-05 misha
1333: * src/classes/string.C 1.192:
1334: - new feature: 4th param was added to match. if specified its
1335: value is returned in case of nothing was found
1336:
1337: 2010-03-31 misha
1338: * src/main/pa_request.C 1.317:
1339: - bugfix: on *nix URIs like /a/b/// caused multiple execution of
1340: /a/b/auto.p
1341:
1342: 2010-03-19 misha
1343: * src/main/execute.C 1.359:
1344: - core in $table1.$table2 was fixed
1345:
1346: * src/targets/cgi/parser3.C 1.256:
1347: - core in sigpipe was fixed
1348:
1349: 2010-01-27 misha
1350: * src/main/pa_common.C 1.256:
1351: - bugfix: there are no excaption.type if trying to open file by
1352: path /existing-file/non-exixting-file
1353:
1354: 2010-01-26 misha
1355: * src/types/pa_vrequest.C 1.50:
1356: * src/types/pa_vrequest.h 1.38:
1357: - $request:post-body was added (returns file)
1358:
1359: 2009-12-22 misha
1360: * src/classes/curl.C 1.3:
1361: - method 'option' was renamed to 'options'
1362: - now parser doesn't have class curl if it was built without it
1363:
1364: 2009-12-15 misha
1365: * configure.in 1.127:
1366: - little cheat with curl include dir was added
1367:
1368: 2009-12-04 misha
1369: * src/classes/curl.C 1.2:
1370: - some fixes
1371:
1372: * Makefile.am 1.76:
1373: * Makefile.in 1.92:
1374: * acinclude.m4 1.62:
1375: * aclocal.m4 1.65:
1376: * acsite.m4 1.41:
1377: * bin/Makefile.in 1.15:
1378: * configure 1.119:
1379: * configure.in 1.126:
1380: * etc/Makefile.in 1.20:
1381: * etc/parser3.charsets/Makefile.in 1.24:
1382: * src/Makefile.in 1.61:
1383: * src/classes/Makefile.in 1.69:
1384: * src/include/Makefile.in 1.24:
1385: * src/include/pa_config_auto.h.in 1.48:
1386: * src/lib/Makefile.in 1.19:
1387: * src/lib/cord/Makefile.in 1.9:
1388: * src/lib/cord/include/Makefile.in 1.7:
1389: * src/lib/cord/include/private/Makefile.in 1.7:
1390: * src/lib/gc/Makefile.in 1.7:
1391: * src/lib/gc/include/Makefile.in 1.8:
1392: * src/lib/gd/Makefile.in 1.8:
1393: * src/lib/ltdl/Makefile.in 1.12:
1394: * src/lib/md5/Makefile.in 1.13:
1395: * src/lib/pcre/Makefile.in 1.16:
1396: * src/lib/sdbm/Makefile.in 1.6:
1397: * src/lib/sdbm/apr-include/Makefile.in 1.6:
1398: * src/lib/smtp/Makefile.in 1.8:
1399: * src/main/Makefile.in 1.64:
1400: * src/sql/Makefile.in 1.17:
1401: * src/targets/Makefile.in 1.48:
1402: * src/targets/apache13/Makefile.in 1.53:
1403: * src/targets/apache13core/Makefile.in 1.10:
1404: * src/targets/cgi/Makefile.in 1.72:
1405: * src/targets/isapi/Makefile.in 1.18:
1406: * src/types/Makefile.in 1.68:
1407: *** empty log message ***
1408:
1409: * buildall-with-xml 1.36:
1410: * buildall-without-xml 1.22:
1411: * configure.in 1.125:
1412: * src/classes/Makefile.am 1.55:
1413: * src/classes/classes.vcproj 1.24:
1414: * src/classes/curl.C 1.1:
1415: * src/classes/file.C 1.204:
1416: * src/include/pa_config_fixed.h 1.74:
1417: - curl class was added
1418:
1419: * src/include/pa_hash.h 1.80:
1420: - hash-iterator was added
1421:
1422: 2009-12-03 misha
1423: * buildall-with-xml 1.35:
1424: * buildall-without-xml 1.21:
1425: - option --passive-ftp was added to pcre
1426:
1427: 2009-11-27 misha
1428: * Makefile.am 1.74:
1429: * Makefile.am 1.75:
1430: * Makefile.in 1.90:
1431: * Makefile.in 1.91:
1432: * acinclude.m4 1.60:
1433: * acinclude.m4 1.61:
1434: * aclocal.m4 1.63:
1435: * aclocal.m4 1.64:
1436: * acsite.m4 1.39:
1437: * acsite.m4 1.40:
1438: * configure 1.117:
1439: * configure 1.118:
1440: * configure.in 1.123:
1441: * configure.in 1.124:
1442: * src/include/pa_config_auto.h.in 1.47:
1443: * src/include/pa_version.h 1.40:
1444: * src/include/pa_version.h 1.41:
1445: *** empty log message ***
1446:
1447: * src/classes/image.C 1.133:
1448: - don't add @border attribute to output of ^image.html[] if it
1449: was specified by user with empty value
1450:
1451: 2009-11-26 misha
1452: * src/types/pa_vxdoc.C 1.37:
1453: - bugfix: core if xdoc doesn't have the root element and we are
1454: trying to access .documentElement
1455:
1.79 misha 1456: 2009-11-16 misha
1457: * Makefile.am 1.72:
1458: * Makefile.am 1.73:
1459: * Makefile.am [release_3_4_0] 1.71.2.1:
1460: * Makefile.am [release_3_4_0] 1.71.2.2:
1461: * Makefile.in 1.88:
1462: * Makefile.in 1.89:
1463: * Makefile.in [release_3_4_0] 1.87.2.1:
1464: * Makefile.in [release_3_4_0] 1.87.2.2:
1465: * acinclude.m4 1.58:
1466: * acinclude.m4 1.59:
1467: * acinclude.m4 [release_3_4_0] 1.57.2.1:
1468: * acinclude.m4 [release_3_4_0] 1.57.2.2:
1469: * aclocal.m4 1.61:
1470: * aclocal.m4 1.62:
1471: * aclocal.m4 [release_3_4_0] 1.60.2.1:
1472: * aclocal.m4 [release_3_4_0] 1.60.2.2:
1473: * acsite.m4 1.37:
1474: * acsite.m4 1.38:
1475: * acsite.m4 [release_3_4_0] 1.36.2.1:
1476: * acsite.m4 [release_3_4_0] 1.36.2.2:
1477: * configure 1.115:
1478: * configure 1.116:
1479: * configure [release_3_4_0] 1.114.2.1:
1480: * configure [release_3_4_0] 1.114.2.2:
1481: * configure.in 1.121:
1482: * configure.in 1.122:
1483: * configure.in [release_3_4_0] 1.120.2.1:
1484: * configure.in [release_3_4_0] 1.120.2.2:
1485: * src/include/pa_version.h 1.39:
1486: * src/lib/gc/include/Makefile.am 1.3:
1487: * src/lib/gc/include/Makefile.am [release_3_4_0] 1.2.44.1:
1488: * src/lib/gc/include/Makefile.in 1.7:
1489: * src/lib/gc/include/Makefile.in [release_3_4_0] 1.6.4.1:
1490: *** empty log message ***
1491:
1492: * src/include/pa_version.h [release_3_4_0] 1.38.2.1:
1493: =no message
1494:
1495: 2009-11-11 misha
1496: * src/classes/table.C 1.270:
1497: - in ^table.flip[] look at number of columns instead of number
1498: of items in first row for named tables
1499:
1500: 2009-11-10 misha
1501: * operators.txt 1.229:
1502: - info about hash-options in ^file::create was added
1503:
1504: 2009-11-09 misha
1505: * tests/results/236.processed 1.1:
1506: * tests/results/237.processed 1.1:
1507: *** empty log message ***
1508:
1509: * tests/237.html 1.1:
1510: - test for ^file::create[...;$.charset[...]] was added
1511:
1512: * buildall-with-xml 1.34:
1513: - moving to libxml 2.7.6
1514:
1515: * tests/236.html 1.1:
1516: - tests for comparations cords with functions were added
1517:
1518: * src/include/pa_string.h 1.197:
1519: - optimisation: cacheing of cstr was added
1520:
1521: * src/classes/table.C 1.269:
1522: * src/lib/gc/include/gc_allocator.h 1.1:
1523: - bugfix: GPF mallocs + stringstream (table.save)
1524:
1525: * src/main/pa_http.C 1.45:
1526: - little optimisation
1527:
1528: * src/classes/file.C 1.203:
1529: - file::create now accepts 4th param: options with $.charset
1530:
1531: * src/lib/cord/cordxtra.c 1.15:
1532: * src/lib/cord/include/private/cord_pos.h 1.5:
1533: - fixed bug in cord (comparation cords with functions was buggy)
1534:
1535: 2009-11-06 misha
1536: * src/main/pa_string.C 1.234:
1537: - bugfix: calculation string.length sometimes was buggy
1538:
1539: * src/classes/string.C 1.191:
1540: - bugfix: Temp_value_element wasn't destroyed if exception
1541: occured during match/replace
1542:
1543: * src/include/pa_charset.h 1.44:
1544: * src/main/pa_charset.C 1.84:
1545: - method lengthUTF8Char was added
1546:
1547: * src/classes/op.C 1.198:
1548: - clean tainting lang was added for user's usage
1549:
1550: * src/lib/cord/cordbscs.c 1.10:
1551: * src/lib/cord/cordxtra.c 1.14:
1552: - some rare GPF were fixed: checkouts are required after
1553: GC_MALLOC
1554:
1555: * src/types/pa_vregex.C 1.10:
1556: - check UTF8 only during 1st iteration
1557:
1558: * operators.txt 1.228:
1559: - actually, there is no ^untaint[xml] in file::create
1560:
1561: 2009-10-15 misha
1562: * tests/results/234.processed 1.1:
1563: * tests/results/235.processed 1.1:
1564: *** empty log message ***
1565:
1566: * tests/235.html 1.1:
1567: * tests/235_attach.txt 1.1:
1568: - tests for preparing email were added
1569:
1570: * tests/234.html 1.1:
1571: - more tests for checking ^taint[uri] escaping were added
1572:
1573: * src/include/pa_string.h 1.196:
1574: * src/main/pa_charset.C 1.83:
1575: * src/main/pa_http.C 1.44:
1576: * src/main/pa_request.C 1.316:
1577: * src/main/untaint.C 1.155:
1578: * src/types/pa_vmail.C 1.97:
1579: - little hacking: for dealing with transcoding+^taint[uri]
1580: transcode_and_untaint was replaced by untaint_and_transcode
1581:
1582: 2009-10-13 misha
1583: * tests/121.html 1.4:
1584: * tests/results/121.processed 1.7:
1585: - test transcoding + url-escaping now
1586:
1587: * tests/results/auto.p 1.5:
1588: - more helpers' methods were added
1589:
1590: * src/main/pa_globals.C 1.184:
1591: - die instead of abort
1592:
1593: 2009-10-06 misha
1594: * Makefile.am 1.70:
1595: * Makefile.am 1.71:
1596: * Makefile.in 1.85:
1597: * Makefile.in 1.86:
1598: * Makefile.in 1.87:
1599: * acinclude.m4 1.56:
1600: * acinclude.m4 1.57:
1601: * aclocal.m4 1.59:
1602: * aclocal.m4 1.60:
1603: * acsite.m4 1.35:
1604: * acsite.m4 1.36:
1605: * configure 1.112:
1606: * configure 1.113:
1607: * configure 1.114:
1608: * configure.in 1.119:
1609: * configure.in 1.120:
1610: * src/include/pa_version.h 1.37:
1611: *** empty log message ***
1612:
1613: * src/main/pa_common.C 1.255:
1614: - don't allocate memory during capitalization if input string is
1615: already capitalized
1616:
1617: * src/targets/isapi/parser3isapi.C 1.103:
1618: - pass pre-capitalized headers
1619:
1620: * src/targets/apache13core/mod_parser3_core.C 1.15:
1621: * src/targets/cgi/parser3.C 1.255:
1622: - pass pre-capitalized headers
1623: - don't use format function because it calls malloc
1624:
1625: * src/include/pa_common.h 1.140:
1626: - more capitalized headers were added
1627:
1628: * src/main/pa_common.C 1.254:
1629: - in safe mode clear executable bits during file writing
1630:
1631: 2009-10-05 misha
1632: * src/include/pa_config_auto.h.in 1.46:
1633: *** empty log message ***
1634:
1635: 2009-10-04 misha
1636: * src/main/pa_charset.C 1.81:
1637: - use iterators in pa_charset.C itself
1638:
1639: 2009-10-03 misha
1640: * src/classes/image.C 1.132:
1641: * src/types/pa_vimage.h 1.51:
1642: - ^img.font[], ^img.text[] & ^img.length[] can work in utf-8 now
1643:
1644: * src/include/pa_charset.h 1.43:
1645: * src/main/pa_charset.C 1.80:
1646: - class UTF8_string_iterator was added
1647:
1648: * src/classes/image.C 1.131:
1649: - respect utf-8 when calculate alphabet length
1650:
1651: * src/classes/mail.C 1.116:
1652: - check from before get message.cstr
1653:
1654: 2009-10-02 misha
1655: * tests/233.html 1.1:
1656: - test for image.font, image.length, image.text with text in utf-
1657: 8 were added
1658:
1659: * src/main/pa_common.C 1.253:
1660: - use pa_malloc_atomic instead of new
1661:
1662: 2009-10-01 misha
1663: * buildall-with-xml 1.33:
1664: * buildall-without-xml 1.20:
1665: - comment about gc version for freebsd 4 was added
1666:
1667: 2009-09-30 misha
1668: * src/main/pa_exec.C 1.77:
1669: - bugfix: allocate a bit more (for terminator)
1670: - read_pipe were slightly optimized
1671:
1.78 misha 1672: 2009-09-28 misha
1673: * src/main/pa_common.C 1.252:
1674: * src/main/pa_uue.C 1.15:
1675: - some magic numbers were removed
1676:
1677: * src/types/pa_vmail.C 1.96:
1678: - forgot about space after ':'
1679:
1680: * src/types/pa_vmail.C 1.95:
1681: - escape filenames while preparing mail body
1682: - small simplifications
1683:
1684: * src/include/pa_uue.h 1.10:
1685: * src/main/pa_uue.C 1.14:
1686: - pa_uuencode now has inout params like pa_base64
1687:
1688: 2009-09-27 misha
1689: * src/classes/mail.C 1.115:
1690: * src/types/pa_vmail.C 1.94:
1691: * src/types/pa_vmail.h 1.19:
1692: - new option $.debug-print(1) was added to mail:send
1693: - changes for using uue_encode which uses less memory
1694:
1695: * src/main/pa_common.C 1.251:
1696: - pa_base64_encode uses less memory now
1697:
1698: * src/include/pa_uue.h 1.9:
1699: * src/main/pa_uue.C 1.12:
1700: - pa_uuencode reduces less memory now
1701:
1.79 misha 1702: 2009-09-27 misha
1703: * src/classes/mail.C 1.115:
1704: * src/types/pa_vmail.C 1.94:
1705: * src/types/pa_vmail.h 1.19:
1706: - new option $.debug-print(1) was added to mail:send
1707: - changes for using uue_encode which uses less memory
1708:
1709: * src/main/pa_common.C 1.251:
1710: - pa_base64_encode uses less memory now
1711:
1712: * src/include/pa_uue.h 1.9:
1713: * src/main/pa_uue.C 1.12:
1714: - pa_uuencode reduces less memory now
1715:
1.78 misha 1716: 2009-09-26 misha
1717: * src/types/pa_vmail.C 1.93:
1718: - default encoding now is base64
1719:
1720: * buildall-with-xml 1.32:
1721: - moving to libxml 2.7.5 and libxslt 1.1.26
1722:
1723: 2009-09-25 misha
1724: * src/types/pa_vmail.C 1.91:
1725: - capitalization of headers was added to sending mail as well
1726:
1727: * buildall-with-xml 1.31:
1728: - catalog package was removed from libxml
1729:
1730: * src/main/pa_xml_io.C 1.26:
1731: - fix in removing file:// protocol for win32 absolute path
1732:
1733: * src/include/pa_common.h 1.139:
1734: - one more capitalized header was added
1735:
1736: 2009-09-22 misha
1737: * INSTALL 1.55:
1738: - comment about building just httpd binary while building apache
1739: module was added
1740:
1741: * src/targets/apache13/p3runConfigure.in 1.19:
1742: - INCLUDES added so problem with finding pa_httpd.h should be
1743: fixed now
1744:
1745: 2009-09-20 misha
1746: * buildall-with-xml 1.30:
1747: - moving to the latest versions of xml libs: libxml 2.7.4 and
1748: libxslt 1.1.25
1749:
1750: * src/targets/apache13/p3runConfigure.in 1.18:
1751: - path fo pcre libs was fixed
1752:
1753: 2009-09-18 misha
1754: * tests/224.html 1.6:
1755: * tests/224.p 1.4:
1756: * tests/results/224.processed 1.8:
1757: * tests/results/231.processed 1.1:
1758: *** empty log message ***
1759:
1760: * tests/231.html 1.1:
1761: - test for encoding cookie in win-1251
1762:
1763: * tests/224.html 1.5:
1764: * tests/224.p 1.3:
1765: - tests for ^reflection:fields[class or object] were added
1766:
1767: * operators.txt 1.227:
1768: - info about method ^reflection:fields[class or object] was
1769: added
1770:
1771: * src/classes/reflection.C 1.13:
1772: - method ^reflection:fields[class or object] was added
1773:
1774: * src/types/pa_value.h 1.136:
1775: * src/types/pa_vclass.C 1.43:
1776: * src/types/pa_vclass.h 1.58:
1777: * src/types/pa_vobject.h 1.55:
1778: - methods get_fields were added
1779:
1780: 2009-09-17 misha
1781: * tests/results/212.processed 1.4:
1782: * tests/results/232.processed 1.1:
1783: *** empty log message ***
1784:
1785: * tests/232.html 1.1:
1786: - tests for @GET[name]
1787:
1788: * src/classes/table.C 1.268:
1789: - some changes in handling hash-options for creare, join and
1790: locate
1791:
1792: * src/types/pa_vobject.C 1.30:
1793: * src/types/pa_vobject.h 1.54:
1794: - @GET[] now could be defined with option: the type of requested
1795: value
1796:
1797: * tests/212.html 1.3:
1798: - tests for .pattern and .options were added
1799:
1800: * src/types/pa_vregex.C 1.8:
1801: * src/types/pa_vregex.h 1.5:
1802: - $regex.pattern and $regex.options were added
1803:
1804: 2009-09-11 misha
1805: * tests/results/223.processed 1.3:
1806: *** empty log message ***
1807:
1808: * tests/223.html 1.2:
1809: * tests/223_utf8.txt 1.1:
1810: * tests/223_win1251.txt 1.1:
1811: - test was rewrited. it checks not just one case of sending
1812: cookies during file::load[http], but also sending headers and
1813: fields (including files)
1814:
1815: 2009-09-10 misha
1816: * src/main/untaint.C 1.154:
1817: - workaround in file-spec lang for old Macs was removed => now
1818: parser can open files with Russian 'r' in filename
1819:
1820: * src/main/untaint.C 1.153:
1821: - bugfix: client charset whould be analized while escaping
1822: cookies but now source charset
1823:
1824: * src/main/pa_http.C 1.42:
1825: - bugfix: the values of http headers didn't ^tainted[uri] so it
1826: was possible to make request with incorrect http header
1827:
1828: * src/main/pa_http.C 1.41:
1829: - capitalization of http headers during file::load[http was slightly changes
1830: - bugfix: all headers which parser sends during file::load[http should be transcoded and only then
1831: escaped
1832:
1833: * src/main/untaint.C 1.152:
1834: - a bit more comments were added
1835:
1836: * src/classes/file.C 1.202:
1837: * src/classes/string.C 1.190:
1838: - types where changes (minus 2 warnings)
1839:
1840: * src/include/pa_common.h 1.138:
1841: - 2 capitalized strings for making http headers during file::
1842: load[http were added
1843:
1844: 2009-09-08 misha
1845: * tests/results/230.processed 1.1:
1846: *** empty log message ***
1847:
1848: * operators.txt 1.226:
1849: - changes in file.save and string.save were added
1850:
1851: * tests/230.html 1.1:
1852: * tests/230.txt 1.1:
1853: - tests for checking options in file.save and string.save were
1854: added
1855:
1856: * src/main/pa_request.C 1.315:
1857: - http headers names, which are passed to SAPI::
1858: add_header_attribute are lowercased now (it'll be capitalized in
1859: that method)
1860:
1861: * src/classes/file.C 1.201:
1862: * src/classes/string.C 1.189:
1863: * src/types/pa_vfile.C 1.46:
1864: * src/types/pa_vfile.h 1.66:
1865: - file_write accepts Request_charsets and asked charset and cound transcode content before writing
1866: - string.save and file.save have option $.charset now
1867:
1868: * src/classes/table.C 1.267:
1869: * src/classes/xdoc.C 1.165:
1870: * src/include/pa_common.h 1.137:
1871: * src/main/pa_common.C 1.250:
1872: - file_write accepts Request_charsets and asked charset and
1873: cound transcode content before writing
1874:
1875: * src/include/pa_exception.h 1.56:
1876: - new exception comment string was defined
1877:
1878: 2009-09-07 misha
1879: * src/main/compile.tab.C 1.146:
1880: *** empty log message ***
1881:
1882: * src/main/compile.y 1.253:
1883: - grammar $name\ name stops now for regex sub-pattern\s
1884:
1885: 2009-09-04 misha
1886: * src/main/pa_http.C 1.39:
1887: - capitalization of http headers during file::load[http was
1888: implemented
1889:
1890: 2009-09-03 misha
1891: * tests/results/075.processed 1.7:
1892: * tests/results/204.processed 1.3:
1893: *** empty log message ***
1894:
1895: * src/include/pa_common.h 1.136:
1896: * src/include/pa_sapi.h 1.28:
1897: * src/main/pa_common.C 1.249:
1898: * src/main/pa_http.C 1.38:
1899: * src/main/pa_request.C 1.314:
1900: * src/targets/apache13core/mod_parser3_core.C 1.14:
1901: * src/targets/cgi/parser3.C 1.254:
1902: * src/targets/isapi/parser3isapi.C 1.102:
1903: * src/types/pa_vcookie.C 1.82:
1904: * src/types/pa_vmail.C 1.90:
1905: - back to storing response http headers in lowercase
1906: - capitalize them during output
1907:
1908: 2009-08-31 misha
1909: * src/classes/table.C 1.266:
1910: - allow call with any brackets (it could be useful in methods
1911: with explict result declaration)
1912:
1913: * src/classes/table.C 1.265:
1914: - bugfix: ^table.sort{...} doesn't work correctly if $request:
1915: charset==koi8-r
1916:
1917: 2009-08-30 misha
1918: * src/classes/file.C 1.200:
1919: * src/include/pa_common.h 1.134:
1920: * src/include/pa_common.h 1.135:
1921: * src/include/pa_request.h 1.198:
1922: * src/main/pa_http.C 1.37:
1923: * src/main/pa_request.C 1.311:
1924: * src/main/pa_request.C 1.312:
1925: * src/targets/apache13core/mod_parser3_core.C 1.13:
1926: * src/targets/cgi/parser3.C 1.253:
1927: * src/targets/isapi/parser3isapi.C 1.101:
1928: * src/types/pa_vcookie.C 1.81:
1929: * src/types/pa_vmail.C 1.89:
1930: * tests/results/001.processed 1.5:
1931: * tests/results/002.processed 1.5:
1932: * tests/results/003.processed 1.5:
1933: * tests/results/004.processed 1.5:
1934: * tests/results/005.processed 1.5:
1935: * tests/results/006.processed 1.7:
1936: * tests/results/007.processed 1.3:
1937: * tests/results/008.processed 1.5:
1938: * tests/results/009.processed 1.5:
1939: * tests/results/010.processed 1.5:
1940: * tests/results/011.processed 1.5:
1941: * tests/results/012.processed 1.5:
1942: * tests/results/013.processed 1.6:
1943: * tests/results/014.processed 1.6:
1944: * tests/results/015.processed 1.6:
1945: * tests/results/016.processed 1.5:
1946: * tests/results/017.processed 1.5:
1947: * tests/results/018.processed 1.5:
1948: * tests/results/019.processed 1.5:
1949: * tests/results/020.processed 1.5:
1950: * tests/results/021.processed 1.5:
1951: * tests/results/022.processed 1.7:
1952: * tests/results/023.processed 1.5:
1953: * tests/results/024.processed 1.5:
1954: * tests/results/025.processed 1.5:
1955: * tests/results/026.processed 1.5:
1956: * tests/results/027.processed 1.5:
1957: * tests/results/028.processed 1.5:
1958: * tests/results/029.processed 1.5:
1959: * tests/results/030.processed 1.7:
1960: * tests/results/031.processed 1.5:
1961: * tests/results/032.processed 1.5:
1962: * tests/results/033.processed 1.5:
1963: * tests/results/034.processed 1.5:
1964: * tests/results/035.processed 1.6:
1965: * tests/results/036.processed 1.5:
1966: * tests/results/037.processed 1.5:
1967: * tests/results/038.processed 1.6:
1968: * tests/results/039.processed 1.5:
1969: * tests/results/040.processed 1.5:
1970: * tests/results/041.processed 1.5:
1971: * tests/results/042.processed 1.5:
1972: * tests/results/043.processed 1.5:
1973: * tests/results/044.processed 1.5:
1974: * tests/results/045.processed 1.5:
1975: * tests/results/046.processed 1.5:
1976: * tests/results/047.processed 1.5:
1977: * tests/results/048.processed 1.5:
1978: * tests/results/049.processed 1.5:
1979: * tests/results/050.processed 1.5:
1980: * tests/results/051.processed 1.5:
1981: * tests/results/052.processed 1.5:
1982: * tests/results/053.processed 1.5:
1983: * tests/results/054.processed 1.5:
1984: * tests/results/055.processed 1.5:
1985: * tests/results/056.processed 1.5:
1986: * tests/results/057.processed 1.5:
1987: * tests/results/058.processed 1.6:
1988: * tests/results/059.processed 1.6:
1989: * tests/results/060.processed 1.5:
1990: * tests/results/061.processed 1.5:
1991: * tests/results/062.processed 1.6:
1992: * tests/results/063.processed 1.6:
1993: * tests/results/064.processed 1.5:
1994: * tests/results/065.processed 1.6:
1995: * tests/results/066.processed 1.5:
1996: * tests/results/067.processed 1.5:
1997: * tests/results/068.processed 1.5:
1998: * tests/results/069.processed 1.5:
1999: * tests/results/070.processed 1.5:
2000: * tests/results/071.processed 1.5:
2001: * tests/results/072.processed 1.5:
2002: * tests/results/073.processed 1.5:
2003: * tests/results/074.processed 1.5:
2004: * tests/results/075.processed 1.6:
2005: * tests/results/076.processed 1.5:
2006: * tests/results/077.processed 1.5:
2007: * tests/results/078.processed 1.5:
2008: * tests/results/079.processed 1.5:
2009: * tests/results/080.processed 1.6:
2010: * tests/results/081.processed 1.5:
2011: * tests/results/082.processed 1.5:
2012: * tests/results/083.processed 1.5:
2013: * tests/results/084.processed 1.5:
2014: * tests/results/085.processed 1.5:
2015: * tests/results/086.processed 1.5:
2016: * tests/results/087.processed 1.5:
2017: * tests/results/088.processed 1.5:
2018: * tests/results/089.processed 1.5:
2019: * tests/results/090.processed 1.5:
2020: * tests/results/091.processed 1.5:
2021: * tests/results/092.processed 1.5:
2022: * tests/results/093.processed 1.5:
2023: * tests/results/094.processed 1.5:
2024: * tests/results/095.processed 1.5:
2025: * tests/results/096.processed 1.7:
2026: * tests/results/097.processed 1.8:
2027: * tests/results/098.processed 1.3:
2028: * tests/results/099.processed 1.7:
2029: * tests/results/100.processed 1.5:
2030: * tests/results/101.processed 1.5:
2031: * tests/results/102.processed 1.5:
2032: * tests/results/103.processed 1.3:
2033: * tests/results/104.processed 1.5:
2034: * tests/results/105.processed 1.5:
2035: * tests/results/106.processed 1.5:
2036: * tests/results/107.processed 1.7:
2037: * tests/results/108.processed 1.5:
2038: * tests/results/109.processed 1.5:
2039: * tests/results/110.processed 1.5:
2040: * tests/results/111.processed 1.5:
2041: * tests/results/112.processed 1.5:
2042: * tests/results/113.processed 1.5:
2043: * tests/results/114.processed 1.5:
2044: * tests/results/115.processed 1.5:
2045: * tests/results/116.processed 1.4:
2046: * tests/results/117.processed 1.5:
2047: * tests/results/118.processed 1.4:
2048: * tests/results/119.processed 1.6:
2049: * tests/results/120.processed 1.5:
2050: * tests/results/121.processed 1.5:
2051: * tests/results/122.processed 1.5:
2052: * tests/results/123.processed 1.5:
2053: * tests/results/124.processed 1.5:
2054: * tests/results/125.processed 1.5:
2055: * tests/results/126.processed 1.5:
2056: * tests/results/127.processed 1.5:
2057: * tests/results/128.processed 1.5:
2058: * tests/results/129.processed 1.8:
2059: * tests/results/130.processed 1.5:
2060: * tests/results/131.processed 1.5:
2061: * tests/results/132.processed 1.5:
2062: * tests/results/133.processed 1.5:
2063: * tests/results/134.processed 1.5:
2064: * tests/results/135.processed 1.5:
2065: * tests/results/136.processed 1.5:
2066: * tests/results/138.processed 1.5:
2067: * tests/results/139.processed 1.5:
2068: * tests/results/140.processed 1.5:
2069: * tests/results/141.processed 1.7:
2070: * tests/results/142.processed 1.3:
2071: * tests/results/143.processed 1.3:
2072: * tests/results/144.processed 1.3:
2073: * tests/results/145.processed 1.3:
2074: * tests/results/146.processed 1.3:
2075: * tests/results/147.processed 1.3:
2076: * tests/results/148.processed 1.3:
2077: * tests/results/149.processed 1.5:
2078: * tests/results/150.processed 1.3:
2079: * tests/results/151.processed 1.3:
2080: * tests/results/152.processed 1.8:
2081: * tests/results/153.processed 1.4:
2082: * tests/results/154.processed 1.3:
2083: * tests/results/155.processed 1.2:
2084: * tests/results/156.processed 1.4:
2085: * tests/results/157.processed 1.3:
2086: * tests/results/158.processed 1.3:
2087: * tests/results/159.processed 1.3:
2088: * tests/results/160.processed 1.5:
2089: * tests/results/161.processed 1.2:
2090: * tests/results/162.processed 1.2:
2091: * tests/results/163.processed 1.3:
2092: * tests/results/164.processed 1.6:
2093: * tests/results/165.processed 1.2:
2094: * tests/results/166.processed 1.4:
2095: * tests/results/167.processed 1.2:
2096: * tests/results/168.processed 1.3:
2097: * tests/results/169.processed 1.2:
2098: * tests/results/170.processed 1.2:
2099: * tests/results/171.processed 1.4:
2100: * tests/results/172.processed 1.3:
2101: * tests/results/173.processed 1.2:
2102: * tests/results/174.processed 1.3:
2103: * tests/results/175.processed 1.2:
2104: * tests/results/176.processed 1.5:
2105: * tests/results/177.processed 1.2:
2106: * tests/results/178.processed 1.2:
2107: * tests/results/179.processed 1.3:
2108: * tests/results/180.processed 1.3:
2109: * tests/results/181.processed 1.2:
2110: * tests/results/182.processed 1.2:
2111: * tests/results/183.processed 1.2:
2112: * tests/results/184.processed 1.2:
2113: * tests/results/185.processed 1.5:
2114: * tests/results/186.processed 1.2:
2115: * tests/results/187.processed 1.2:
2116: * tests/results/188.processed 1.4:
2117: * tests/results/189.processed 1.2:
2118: * tests/results/190.processed 1.2:
2119: * tests/results/191.processed 1.4:
2120: * tests/results/192.processed 1.3:
2121: * tests/results/193.processed 1.2:
2122: * tests/results/194.processed 1.2:
2123: * tests/results/195.processed 1.2:
2124: * tests/results/196.processed 1.2:
2125: * tests/results/197.processed 1.2:
2126: * tests/results/198.processed 1.3:
2127: * tests/results/199.processed 1.3:
2128: * tests/results/200.processed 1.2:
2129: * tests/results/201.processed 1.2:
2130: * tests/results/202.processed 1.2:
2131: * tests/results/203.processed 1.2:
2132: * tests/results/204.processed 1.2:
2133: * tests/results/205.processed 1.3:
2134: * tests/results/206.processed 1.2:
2135: * tests/results/207.processed 1.2:
2136: * tests/results/208.processed 1.2:
2137: * tests/results/209.processed 1.2:
2138: * tests/results/210.processed 1.2:
2139: * tests/results/211.processed 1.2:
2140: * tests/results/212.processed 1.3:
2141: * tests/results/213.processed 1.2:
2142: * tests/results/214.processed 1.2:
2143: * tests/results/215.processed 1.2:
2144: * tests/results/216.processed 1.2:
2145: * tests/results/217.processed 1.2:
2146: * tests/results/218.processed 1.2:
2147: * tests/results/219.processed 1.2:
2148: * tests/results/220.processed 1.2:
2149: * tests/results/221.processed 1.2:
2150: * tests/results/222.processed 1.2:
2151: * tests/results/223.processed 1.2:
2152: * tests/results/224.processed 1.7:
2153: * tests/results/225.processed 1.2:
2154: * tests/results/226.processed 1.2:
2155: * tests/results/227.processed 1.2:
2156: * tests/results/228.processed 1.2:
2157: * tests/results/229.processed 1.2:
2158: - http headers were changed: content-type => Content-type and so
2159: on
2160:
2161: 2009-08-27 misha
2162: * src/include/pa_random.h 1.2:
2163: * src/main/pa_random.C 1.2:
2164: * src/targets/cgi/parser3.C 1.252:
2165: - year was updated :)
2166:
2167: 2009-08-26 misha
2168: * tests/results/224.processed 1.6:
2169: *** empty log message ***
2170:
2171: * tests/224.html 1.4:
2172: * tests/224.p 1.2:
2173: - test for creating of parser object using constructor without params
2174: - little bugfix in test
2175:
2176: * src/main/compile_tools.h 1.100:
2177: - bugfix: should't call autouse while checking existed class
2178: while processing partial option
2179:
2180: * src/classes/reflection.C 1.12:
2181: - bugfix: core when creating object with reflection and
2182: constructor doesn't have params
2183:
2184: 2009-08-24 misha
2185: * tests/results/192.processed 1.2:
2186: * tests/results/229.processed 1.1:
2187: *** empty log message ***
2188:
2189: * tests/229.html 1.1:
2190: - tests for checking the number of parameters were added
2191:
2192: * src/types/pa_value.C 1.29:
2193: * src/types/pa_vmethod_frame.h 1.86:
2194: - bugfix: the actual number of method's parameters wasn't
2195: checked correctly (the bug was introduced in 3.4.0)
2196:
2197: 2009-08-23 misha
2198: * tests/results/228.processed 1.1:
2199: *** empty log message ***
2200:
2201: 2009-08-22 misha
2202: * src/main/pa_http.C 1.35:
2203: - ^file::load[http://...;$.body[]] : $.body transcoded, but
2204: tainted pieces are escaped only when content-type==url-encoding
2205:
2206: * tests/228.html 1.1:
2207: - test for checking ^file::load[http://...;$.body[]]
2208:
2209: * src/types/pa_vform.C 1.99:
2210: * src/types/pa_vform.h 1.58:
2211: - bugfix: attempt to detect post charset was too early (charsets
2212: is empty at this moment)
2213:
2214: 2009-08-21 misha
2215: * src/include/pa_string.h 1.195:
2216: * src/main/pa_http.C 1.34:
2217: * src/main/pa_request.C 1.310:
2218: * src/main/untaint.C 1.151:
2219: - some fixes with transcode+untaint
2220:
2221: 2009-08-15 misha
2222: * src/main/pa_exec.C 1.76:
2223: - number of argv in file::exec/cgi on unix was increaced to 100 (
2224: was 50)
2225:
2226: 2009-08-14 misha
2227: * src/main/compile.tab.C 1.145:
2228: * tests/results/226.processed 1.1:
2229: * tests/results/227.processed 1.1:
2230: *** empty log message ***
2231:
2232: * tests/227.html 1.1:
2233: - test for checking overriding properties in static classes was
2234: added
2235:
2236: * tests/226.html 1.1:
2237: * tests/226.p 1.1:
2238: - test for @autoload[] was added
2239:
2240: * src/classes/reflection.C 1.11:
2241: * src/include/pa_request.h 1.197:
2242: * src/main/compile.y 1.252:
2243: * src/main/compile_tools.h 1.99:
2244: * src/main/execute.C 1.358:
2245: * src/main/pa_request.C 1.309:
2246: - autouse was implemented
2247:
2248: * src/classes/reflection.C 1.10:
2249: - outdated checkout was removed
2250:
2251: * src/classes/reflection.C 1.9:
2252: - optimization
2253: - method ^dynamical was added.
2254:
2255: * src/main/execute.C 1.357:
2256: * src/types/pa_value.h 1.135:
2257: * src/types/pa_vmethod_frame.h 1.85:
2258: * src/types/pa_vstateless_class.h 1.69:
2259: - optimization
2260:
2261: * src/types/pa_vclass.C 1.42:
2262: - exception if base on sytem class
2263:
2264: 2009-08-11 misha
2265: * src/types/pa_vclass.C 1.41:
2266: * src/types/pa_vclass.h 1.57:
2267: * src/types/pa_vstateless_class.C 1.44:
2268: * src/types/pa_vstateless_class.h 1.68:
2269: - little optimisation
2270:
2271: * src/main/compile.tab.C 1.144:
2272: * tests/results/224.processed 1.5:
2273: * tests/results/225.processed 1.1:
2274: *** empty log message ***
2275:
2276: * tests/224.html 1.3:
2277: - method_params => method_info
2278: - checking for $.inherited
2279:
2280: * operators.txt 1.223:
2281: * src/classes/reflection.C 1.8:
2282: - method method_params was renamed to method_info and now it
2283: returns class name, if method was defined in ancestor
2284:
2285: * tests/225.html 1.1:
2286: - tests for cheching properties in hierarhical classes were
2287: added
2288:
2289: * src/classes/classes.C 1.23:
2290: * src/main/compile.y 1.251:
2291: * src/main/execute.C 1.356:
2292: * src/types/pa_property.h 1.4:
2293: * src/types/pa_vclass.C 1.40:
2294: * src/types/pa_vclass.h 1.56:
2295: * src/types/pa_vstateless_class.C 1.43:
2296: * src/types/pa_vstateless_class.h 1.67:
2297: - problems with properties in new classes implementation were
2298: fixed
2299:
2300: 2009-08-10 misha
2301: * src/main/execute.C 1.355:
2302: - now constructor shouldn't be defined in class. it could be
2303: defined in parent.
2304:
2305: 2009-08-08 misha
2306: * Makefile.am 1.69:
2307: * Makefile.in 1.84:
2308: * acinclude.m4 1.55:
2309: * aclocal.m4 1.58:
2310: * acsite.m4 1.34:
2311: * configure 1.111:
2312: * configure.in 1.118:
2313: * src/types/Makefile.am 1.45:
2314: * src/types/Makefile.in 1.67:
2315: * tests/results/176.processed 1.4:
2316: * tests/results/191.processed 1.3:
2317: * tests/results/224.processed 1.3:
2318: * tests/results/224.processed 1.4:
2319: *** empty log message ***
2320:
2321: * src/classes/reflection.C 1.7:
2322: - ^reflection:methods doesn't return base's methods
2323:
2324: * src/classes/classes.h 1.32:
2325: * src/classes/date.C 1.87:
2326: * src/classes/file.C 1.199:
2327: * src/classes/form.C 1.42:
2328: * src/classes/hash.C 1.103:
2329: * src/classes/hashfile.C 1.51:
2330: * src/classes/image.C 1.130:
2331: * src/classes/mail.C 1.113:
2332: * src/classes/op.C 1.197:
2333: * src/classes/reflection.C 1.6:
2334: * src/classes/regex.C 1.5:
2335: * src/classes/string.C 1.188:
2336: * src/classes/table.C 1.264:
2337: * src/classes/xdoc.C 1.164:
2338: * src/classes/xnode.C 1.84:
2339: * src/classes/xnode.h 1.29:
2340: * src/include/pa_hash.h 1.79:
2341: * src/main/execute.C 1.354:
2342: * src/main/pa_http.C 1.33:
2343: * src/main/pa_request.C 1.308:
2344: * src/targets/cgi/parser3.C 1.251:
2345: * src/types/pa_method.h 1.16:
2346: * src/types/pa_property.h 1.3:
2347: * src/types/pa_value.C 1.28:
2348: * src/types/pa_value.h 1.134:
2349: * src/types/pa_vclass.C 1.39:
2350: * src/types/pa_vclass.h 1.55:
2351: * src/types/pa_vcode_frame.h 1.36:
2352: * src/types/pa_vconsole.h 1.17:
2353: * src/types/pa_vcookie.C 1.80:
2354: * src/types/pa_vcookie.h 1.36:
2355: * src/types/pa_vdate.h 1.49:
2356: * src/types/pa_venv.C 1.11:
2357: * src/types/pa_venv.h 1.37:
2358: * src/types/pa_vfile.C 1.45:
2359: * src/types/pa_vfile.h 1.65:
2360: * src/types/pa_vform.C 1.98:
2361: * src/types/pa_vform.h 1.57:
2362: * src/types/pa_vhash.h 1.62:
2363: * src/types/pa_vhashfile.C 1.62:
2364: * src/types/pa_vhashfile.h 1.38:
2365: * src/types/pa_vimage.C 1.40:
2366: * src/types/pa_vimage.h 1.50:
2367: * src/types/pa_vmail.C 1.88:
2368: * src/types/pa_vmail.h 1.18:
2369: * src/types/pa_vmath.h 1.20:
2370: * src/types/pa_vmemory.h 1.6:
2371: * src/types/pa_vmethod_frame.h 1.84:
2372: * src/types/pa_vobject.C 1.29:
2373: * src/types/pa_vobject.h 1.53:
2374: * src/types/pa_vproperty.C 1.3:
2375: * src/types/pa_vproperty.h 1.5:
2376: * src/types/pa_vrequest.C 1.49:
2377: * src/types/pa_vrequest.h 1.37:
2378: * src/types/pa_vresponse.C 1.29:
2379: * src/types/pa_vresponse.h 1.42:
2380: * src/types/pa_vstateless_class.C 1.42:
2381: * src/types/pa_vstateless_class.h 1.66:
2382: * src/types/pa_vstateless_object.h 1.39:
2383: * src/types/pa_vstatus.C 1.27:
2384: * src/types/pa_vstatus.h 1.20:
2385: * src/types/pa_vstring.h 1.62:
2386: * src/types/pa_vtable.C 1.31:
2387: * src/types/pa_vtable.h 1.55:
2388: * src/types/pa_vvoid.h 1.31:
2389: * src/types/pa_vxdoc.C 1.36:
2390: * src/types/pa_vxdoc.h 1.45:
2391: * src/types/pa_vxnode.C 1.51:
2392: * src/types/pa_vxnode.h 1.40:
2393: * src/types/pa_wwrapper.h 1.43:
2394: * src/types/types.vcproj 1.26:
2395: - new classes implementation
2396:
2397: 2009-08-07 misha
2398: * buildall-with-xml 1.29:
2399: * buildall-without-xml 1.19:
2400: - gc has a bug if USE_MUNMAP is used. so it is disabled as a
2401: workaround.
2402:
2403: 2009-08-05 misha
2404: * src/include/pa_common.h 1.133:
2405: * src/main/pa_common.C 1.248:
2406: - not needed parameter was removed
2407:
2408: * src/main/pa_http.C 1.32:
2409: - bugfix: error was during detecting content-type of file which
2410: was loaded by http
2411:
2412: 2009-08-01 misha
2413: * src/main/compile.tab.C 1.143:
2414: *** empty log message ***
2415:
2416: * INSTALL 1.54:
2417: * src/include/pa_opcode.h 1.44:
2418: * src/main/compile.y 1.250:
2419: * src/main/execute.C 1.353:
2420: * src/types/pa_wcontext.h 1.57:
2421: * src/types/pa_wwrapper.h 1.42:
2422: - OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and
2423: OPTIMIZE_CONSTRUCT_OBJECT can't be disabled with defines any
2424: longer
2425:
2426: 2009-07-29 misha
2427: * src/classes/reflection.C 1.4:
2428: * tests/results/224.processed 1.2:
2429: - for native methods with any call type now returned empty
2430: call_type value
2431:
2432: * src/classes/hash.C 1.102:
2433: * src/classes/hashfile.C 1.50:
2434: * src/classes/op.C 1.196:
2435: * src/classes/table.C 1.263:
2436: * src/include/pa_hash.h 1.78:
2437: * src/include/pa_request.h 1.196:
2438: * src/main/pa_request.C 1.307:
2439: - break in cycles was optimized
2440:
2441: * INSTALL 1.53:
2442: - more defines were described
2443:
2444: 2009-07-28 misha
2445: * tests/results/224.processed 1.1:
2446: *** empty log message ***
2447:
2448: * operators.txt 1.222:
2449: - some changes in information about reflection class
2450:
2451: * tests/224.html 1.1:
2452: * tests/224.p 1.1:
2453: - tests for reflection class
2454:
2455: * src/classes/reflection.C 1.3:
2456: - some bugs were fixed, method classes was added, refactoring
2457:
2458: 2009-07-26 misha
2459: * src/classes/classes.vcproj 1.23:
2460: - reflection class wass added to project
2461:
2462: * operators.txt 1.220:
2463: - information about reflection class was added
2464:
2465: * src/classes/reflection.C 1.2:
2466: - class was redesigned
2467:
2468: 2009-07-24 misha
2469: * Makefile.am 1.67:
2470: * Makefile.am 1.68:
2471: * Makefile.in 1.82:
2472: * Makefile.in 1.83:
2473: * acinclude.m4 1.53:
2474: * acinclude.m4 1.54:
2475: * aclocal.m4 1.56:
2476: * aclocal.m4 1.57:
2477: * acsite.m4 1.32:
2478: * acsite.m4 1.33:
2479: * configure 1.109:
2480: * configure 1.110:
2481: * configure.in 1.116:
2482: * configure.in 1.117:
2483: * src/classes/Makefile.in 1.68:
2484: *** empty log message ***
2485:
2486: * src/classes/Makefile.am 1.54:
2487: * src/classes/reflection.C 1.1:
2488: - class reflection was added
2489:
2490: * src/types/pa_vstateless_class.h 1.65:
2491: - method for reflection method's in classes was added
2492:
2493: 2009-07-22 misha
2494: * src/main/compile_tools.h 1.98:
2495: - bugfix: $object.$var was over-optimized. it failed if $
2496: object1.$object2.field
2497:
2498: 2009-07-16 misha
2499: * src/include/pa_string.h 1.194:
2500: * src/lib/cord/cordbscs.c 1.9:
2501: * src/lib/cord/cordprnt.c 1.5:
2502: * src/lib/cord/cordxtra.c 1.13:
2503: * src/lib/cord/include/cord.h 1.8:
2504: * src/main/pa_string.C 1.233:
2505: - optimization: CORD_str, CORD_to_const_char_star,
2506: CORD_to_char_star and CORD_substr have one more arg: length of
2507: cord
2508:
2509: 2009-07-15 misha
2510: * tests/results/221.processed 1.1:
2511: * tests/results/222.processed 1.1:
2512: * tests/results/223.processed 1.1:
2513: *** empty log message ***
2514:
2515: * src/main/pa_http.C 1.31:
2516: - bugfix: $.cookies' values should be force tainted in ^file::
2517: load[http://...;$.cookies[]]
2518:
2519: * src/classes/op.C 1.195:
2520: * src/classes/regex.C 1.4:
2521: * src/classes/string.C 1.187:
2522: - new string with exception was used
2523:
2524: * src/include/pa_exception.h 1.55:
2525: - new string with exception was added
2526:
2527: * tests/223.html 1.1:
2528: - test for checking cookie-encoding during ^file::load[http was
2529: added
2530:
2531: * tests/221.html 1.1:
2532: * tests/222.html 1.1:
2533: - tests for checking type of $table.fields.field were added
2534:
2535: * src/types/pa_vtable.C 1.30:
2536: - not used var decl was removed
2537:
2538: 2009-07-14 misha
2539: * src/include/pa_string.h 1.193:
2540: - use cached string length in Body::mid. it improves speed of
2541: match with brackets in pattern
2542:
2543: * src/lib/cord/include/cord.h 1.7:
2544: - make CORD_substr_checked available outside
2545:
2546: * src/types/pa_vtable.C 1.29:
2547: - $table.fields.a return string even if column is empty (sometime returned void)
2548: - $table.fields was added for nameless tables
2549:
2550: * src/targets/cgi/getopt.c 1.6:
2551: - one warning resolved
2552:
2553: * src/main/pa_string.C 1.232:
2554: - potentian bug fixed
2555:
2556: * src/classes/op.C 1.194:
2557: - small optimization in taint/untaint
2558:
2559: 2009-07-13 misha
2560: * tests/results/156.processed 1.3:
2561: *** empty log message ***
2562:
2563: * tests/156.html 1.4:
2564: - test for $cookie[...$.httponly(false)...] was added
2565:
2566: * src/types/pa_value.C 1.27:
2567: - bugfix: $cookie[...$.httponly(false)...] souldn't add the
2568: attribut to output
2569:
2570: 2009-07-11 misha
2571: * src/targets/apache13/ApacheModuleParser3.vcproj 1.13:
2572: * src/targets/cgi/parser3.vcproj 1.20:
2573: * src/targets/isapi/parser3isapi.vcproj 1.16:
2574: - stack size was increaced to 2MB (default=1MB)
2575:
2576: 2009-07-08 misha
2577: * src/main/pa_string.C 1.231:
2578: - link to UTF-8 description was added
2579:
2580: * tests/results/030.processed 1.6:
2581: * tests/results/058.processed 1.5:
2582: * tests/results/075.processed 1.5:
2583: * tests/results/096.processed 1.6:
2584: * tests/results/099.processed 1.6:
2585: * tests/results/100.processed 1.4:
2586: * tests/results/129.processed 1.7:
2587: * tests/results/149.processed 1.4:
2588: * tests/results/156.processed 1.2:
2589: * tests/results/172.processed 1.2:
2590: * tests/results/205.processed 1.2:
2591: * tests/results/220.processed 1.1:
2592: *** empty log message ***
2593:
2594: * src/include/pa_hash.h 1.76:
2595: - hash keeps element's order in more places (ex: ._keys[])
2596:
2597: * tests/220.html 1.1:
2598: - test for checking order of elements in hash in foreach was
2599: added
2600:
2601: * tests/129.html 1.5:
2602: * tests/172.html 1.2:
2603: - small changes in printing hash
2604:
2605: 2009-07-07 misha
2606: * src/include/pa_common.h 1.132:
2607: * src/include/pa_hash.h 1.75:
2608: * src/include/pa_request.h 1.195:
2609: * src/types/pa_value.h 1.133:
2610: * src/types/pa_vmethod_frame.C 1.17:
2611: * src/types/pa_vmethod_frame.h 1.83:
2612: - hash now keeps order of elements
2613:
2614: * tests/014.html 1.4:
2615: - small changes in printing hash
2616:
2617: * tests/results/219.processed 1.1:
2618: *** empty log message ***
2619:
2620: * src/classes/op.C 1.193:
2621: - new taint language "parser-code" was added
2622:
2623: * tests/219.html 1.1:
2624: - test for auto untaint parser code in process was added
2625:
2626: * src/classes/op.C 1.192:
2627: - tainted pieces in body of process are auto-untainted now: ^ ->
2628: ^^, $ -> ^$ etc.
2629:
2630: * src/include/pa_string.h 1.192:
2631: * src/main/untaint.C 1.150:
2632: - new language L_PARSER_CODE for auto-untaint in process was
2633: added
2634:
2635: * src/classes/file.C 1.197:
2636: * src/classes/hash.C 1.99:
2637: * src/classes/image.C 1.129:
2638: * src/classes/op.C 1.191:
2639: * src/classes/string.C 1.185:
2640: * src/classes/table.C 1.262:
2641: * src/classes/void.C 1.45:
2642: * src/classes/xdoc.C 1.163:
2643: * src/include/pa_string.h 1.191:
2644: * src/main/pa_charset.C 1.79:
2645: * src/main/pa_http.C 1.30:
2646: * src/main/pa_request.C 1.306:
2647: * src/main/pa_xml_io.C 1.25:
2648: * src/main/untaint.C 1.149:
2649: * src/types/pa_value.h 1.132:
2650: * src/types/pa_vhash.h 1.61:
2651: * src/types/pa_vmail.C 1.87:
2652: * src/types/pa_vobject.h 1.52:
2653: * src/types/pa_vstring.h 1.61:
2654: - some code cleanup
2655:
2656: 2009-07-06 misha
2657: * src/classes/file.C 1.196:
2658: * src/classes/hash.C 1.98:
2659: * src/classes/image.C 1.128:
2660: * src/classes/mail.C 1.112:
2661: * src/classes/op.C 1.190:
2662: * src/classes/string.C 1.184:
2663: * src/classes/table.C 1.261:
2664: * src/classes/void.C 1.44:
2665: * src/classes/xdoc.C 1.162:
2666: * src/include/pa_string.h 1.190:
2667: * src/main/pa_charset.C 1.78:
2668: * src/main/pa_common.C 1.247:
2669: * src/main/pa_exec.C 1.75:
2670: * src/main/pa_http.C 1.29:
2671: * src/main/pa_request.C 1.304:
2672: * src/main/pa_sql_driver_manager.C 1.90:
2673: * src/main/pa_xml_io.C 1.24:
2674: * src/types/pa_vcookie.C 1.79:
2675: * src/types/pa_vhash.h 1.60:
2676: * src/types/pa_vhashfile.C 1.61:
2677: * src/types/pa_vimage.C 1.39:
2678: * src/types/pa_vmail.C 1.86:
2679: * src/types/pa_vobject.h 1.51:
2680: * src/types/pa_vregex.C 1.7:
2681: * src/types/pa_vrequest.C 1.48:
2682: * src/types/pa_vstring.h 1.60:
2683: * src/types/pa_vvoid.h 1.30:
2684: - cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
2685: untaint_cstr[m] should be used
2686:
2687: * tests/results/218.processed 1.1:
2688: *** empty log message ***
2689:
2690: * tests/218.html 1.1:
2691: - test for checking automatic file-spec-taint was added
2692:
2693: * src/classes/file.C 1.195:
2694: * src/classes/hash.C 1.97:
2695: * src/classes/image.C 1.127:
2696: * src/classes/string.C 1.183:
2697: * src/classes/table.C 1.260:
2698: * src/classes/void.C 1.43:
2699: * src/classes/xdoc.C 1.161:
2700: * src/include/pa_string.h 1.189:
2701: * src/main/pa_common.C 1.246:
2702: * src/main/pa_exec.C 1.74:
2703: * src/main/pa_request.C 1.303:
2704: * src/main/pa_sql_driver_manager.C 1.89:
2705: * src/main/untaint.C 1.148:
2706: * src/types/pa_vhashfile.C 1.60:
2707: * src/types/pa_vimage.C 1.38:
2708: * src/types/pa_vmail.C 1.85:
2709: * src/types/pa_vregex.C 1.6:
2710: * src/types/pa_vrequest.C 1.47:
2711: * src/types/pa_vstring.C 1.27:
2712: - optimizations and simplification of string.cstr(...)
2713:
2714: 2009-07-04 misha
2715: * tests/results/195.processed 1.1:
2716: * tests/results/216.processed 1.1:
2717: * tests/results/217.processed 1.1:
2718: *** empty log message ***
2719:
2720: * tests/217.html 1.1:
2721: - test for recursion detection was added
2722:
2723: * src/classes/classes.vcproj 1.22:
2724: * src/main/main.vcproj 1.26:
2725: * src/targets/apache13/ApacheModuleParser3.vcproj 1.12:
2726: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.16:
2727: * src/targets/cgi/parser3.vcproj 1.19:
2728: * src/targets/isapi/parser3isapi.vcproj 1.15:
2729: * src/types/types.vcproj 1.25:
2730: - RuntimeTypeInfo was removed from .vcproj
2731:
2732: * src/types/pa_wwrapper.h 1.41:
2733: - dynamic_cast was removed
2734:
2735: * tests/195.html 1.1:
2736: * tests/195_utf8.txt 1.1:
2737: * tests/195_windows1251.txt 1.1:
2738: - tests for uploading files and case-insensitive http-method
2739: were added
2740:
2741: * tests/216.html 1.1:
2742: * tests/216_dir/1 1.1:
2743: * tests/216_dir/2.txt 1.1:
2744: - test for checking tainted pattern in ^file:list[] was added
2745:
2746: 2009-07-03 misha
2747: * src/classes/classes.vcproj 1.20:
2748: * src/main/main.vcproj 1.24:
2749: * src/targets/apache13/ApacheModuleParser3.vcproj 1.10:
2750: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.14:
2751: * src/targets/cgi/parser3.vcproj 1.17:
2752: * src/targets/isapi/parser3isapi.vcproj 1.13:
2753: * src/types/types.vcproj 1.23:
2754: - enable runtime info (needed for dynamic_cast)
2755: - little options changes
2756:
2757: * src/main/pa_http.C 1.28:
2758: - file::load[http works now with uploading files _and_ changing $
2759: .charset
2760:
2761: 2009-06-29 misha
2762: * src/types/pa_vregex.C 1.5:
2763: - ^untaint[regex][] for all tainted data while creating pattern
2764:
2765: 2009-06-25 misha
2766: * operators.txt 1.217:
2767: * src/classes/image.C 1.126:
2768: - options' names for ^image.font were changed to $.space, $.width and $spacing
2769: - default space width now == gif's width
2770:
2771: 2009-06-24 misha
2772: * tests/results/215.processed 1.1:
2773: *** empty log message ***
2774:
2775: * tests/215.html 1.1:
2776: - tests for $file.mode were added
2777:
2778: * operators.txt 1.216:
2779: - added info about $file.mode and changes in ^image.font[
2780:
2781: * src/classes/image.C 1.125:
2782: * src/types/pa_vimage.h 1.49:
2783: ^image.font
2784: - third param now could be omited
2785: - third param now could be hash (with all widths options: $.space-width, $.letter-width)
2786: - it's possible to specify tracking ($.letter-space)
2787:
2788: * src/classes/file.C 1.194:
2789: - file objects now could have mode field (text|binary)
2790:
2791: * src/types/pa_vfile.C 1.44:
2792: * src/types/pa_vfile.h 1.64:
2793: - method set_method was added
2794:
2795: 2009-06-23 misha
2796: * src/classes/string.C 1.182:
2797: * src/include/pa_string.h 1.188:
2798: * src/main/pa_string.C 1.229:
2799: - trim can work with utf-8 chars now
2800:
2801: 2009-06-20 misha
2802: * src/classes/hash.C 1.96:
2803: * src/classes/table.C 1.259:
2804: * src/include/pa_string.h 1.187:
2805: * src/main/pa_string.C 1.228:
2806: - string length cacheing was implemented
2807:
2808: 2009-06-17 misha
2809: * src/main/execute.C 1.351:
2810: - value param was removed from WContext::WContext
2811:
2812: * src/types/pa_vcode_frame.h 1.35:
2813: * src/types/pa_vmethod_frame.C 1.16:
2814: * src/types/pa_wcontext.h 1.55:
2815: * src/types/pa_wwrapper.h 1.40:
2816: - value param was removed from WContext::WContext
2817: - field wcontext was removed from VCodeFrame (using fparent instead)
2818:
2819: 2009-06-16 misha
2820: * tests/results/214.processed 1.1:
2821: *** empty log message ***
2822:
2823: * tests/214.html 1.1:
2824: - test with hash copying
2825:
2826: * tests/062.html 1.3:
2827: * tests/results/062.processed 1.5:
2828: - evaluation hardcoded strings doesn't work in expression
2829: anymore
2830:
2831: * src/main/execute.C 1.350:
2832: - less calls for get_constructing()
2833: - little refactoring
2834:
2835: * src/include/pa_request.h 1.194:
2836: * src/types/pa_wcontext.h 1.54:
2837: * src/types/pa_wwrapper.h 1.39:
2838: - less calls for get_constructing()
2839:
2840: * src/classes/hash.C 1.95:
2841: * src/classes/hashfile.C 1.48:
2842: - fixed bug which was introduced with OPTIMIZE_SINGLE_STRING
2843: optimization
2844:
2845: 2009-06-14 misha
2846: * src/classes/date.C 1.86:
2847: * src/classes/file.C 1.193:
2848: * src/classes/hash.C 1.94:
2849: * src/classes/hashfile.C 1.47:
2850: * src/classes/image.C 1.124:
2851: * src/classes/regex.C 1.3:
2852: * src/classes/table.C 1.258:
2853: * src/classes/xdoc.C 1.160:
2854: * src/classes/xnode.h 1.27:
2855: * src/main/execute.C 1.349:
2856: * src/types/pa_vclass.C 1.38:
2857: * src/types/pa_vclass.h 1.54:
2858: * src/types/pa_vobject.h 1.50:
2859: * src/types/pa_vstateless_class.h 1.64:
2860: - create object for storing object's fields only for parser
2861: objects
2862:
2863: 2009-06-13 misha
2864: * buildall-with-xml 1.28:
2865: * buildall-without-xml 1.18:
2866: - new option was added for building GC (it slightly reduces
2867: memory usage)
2868:
2869: * src/main/compile.tab.C 1.142:
2870: *** empty log message ***
2871:
2872: * src/types/pa_wcontext.h 1.53:
2873: * src/types/pa_wwrapper.h 1.37:
2874: - optimization of single string write
2875:
2876: * src/main/execute.C 1.348:
2877: - bytecode optimization of ^class:constructor
2878: - optimization of single string write
2879:
2880: * src/include/pa_opcode.h 1.42:
2881: * src/main/compile.y 1.249:
2882: * src/main/compile_tools.h 1.97:
2883: - bytecode optimization of ^class:constructor
2884:
2885: 2009-06-09 misha
2886: * src/targets/cgi/parser3.C [release_3_3_0] 1.247.2.1:
2887: - type size_t was changed to int in main (better compatibility)
2888:
2889: 2009-06-07 misha
2890: * src/main/compile.tab.C 1.140:
2891: * src/main/compile.tab.C 1.141:
2892: *** empty log message ***
2893:
2894: * src/main/compile.y 1.248:
2895: - I've forgot to commit it :(
2896:
2897: * src/include/pa_opcode.h 1.41:
2898: - more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
2899:
2900: * src/main/compile.y 1.247:
2901: * src/main/compile_tools.C 1.67:
2902: * src/main/compile_tools.h 1.96:
2903: * src/main/execute.C 1.347:
2904: - more optimizations for WITH_SELF, WITH_READ and WITH_ROOT
2905: - little refactoring
2906:
2907: 2009-06-06 misha
2908: * tests/results/213.processed 1.1:
2909: *** empty log message ***
2910:
2911: * tests/213.html 1.1:
2912: - tests for 3rd match string-param were added
2913:
2914: * src/classes/string.C 1.181:
2915: - 3rd match param could be string now
2916:
2917: 2009-06-05 misha
2918: * src/main/compile.tab.C 1.139:
2919: *** empty log message ***
2920:
2921: * src/main/compile.y 1.246:
2922: * src/main/compile_tools.h 1.95:
2923: - much more bytecode's sequences optimized to
2924: WITH_SELF__VALUE__GET_ELEMENT and GET_OBJECT_ELEMENT
2925:
2926: * src/main/pa_http.C 1.27:
2927: - bugfix: content-length was not calculated if $.body was
2928: specified
2929:
2930: 2009-06-04 misha
2931: * src/classes/op.C 1.189:
2932: - optimizing write_assign_lang in connect
2933:
2934: * src/classes/op.C 1.188:
2935: - optimizing write_assign_lang in taint/untaint
2936:
2937: * src/main/execute.C 1.346:
2938: - little refactoring
2939: - optimizing write_assign_lang in taint/untaint
2940:
2941: * src/include/pa_opcode.h 1.40:
2942: - little refactoring
2943:
2944: * src/main/compile.tab.C 1.138:
2945: *** empty log message ***
2946:
2947: * src/include/pa_opcode.h 1.39:
2948: * src/main/compile.y 1.245:
2949: * src/main/compile_tools.C 1.66:
2950: * src/main/compile_tools.h 1.94:
2951: * src/main/execute.C 1.345:
2952: - optimizations for $self.field, ^self.method, $self.field[...]
2953: and $self.field(...) were added
2954:
2955: 2009-06-02 misha
2956: * src/types/pa_venv.C 1.10:
2957: - pa_strdup was replaced by strdup
2958:
2959: * src/main/compile.tab.C 1.137:
2960: *** empty log message ***
2961:
2962: * src/include/pa_opcode.h 1.38:
2963: * src/main/compile.y 1.244:
2964: * src/main/compile_tools.h 1.93:
2965: * src/main/execute.C 1.344:
2966: - refactoring in last optimizations ($a[...], $a(...), $.a[...],
2967: $.a(...)). a bit less optimizations now but code is much easy
2968: and it is ready for further improvements.
2969:
2970: 2009-05-27 misha
2971: * src/main/execute.C 1.343:
2972: * src/types/pa_junction.h 1.10:
2973: * src/types/pa_vjunction.C 1.8:
2974: * src/types/pa_vjunction.h 1.29:
2975: * src/types/pa_vmethod_frame.h 1.82:
2976: - changed in destructing junctions
2977:
2978: 2009-05-26 misha
2979: * src/main/pa_charset.C 1.77:
2980: * src/main/pa_string.C 1.227:
2981: - more safe creation on String:Body
2982:
2983: * src/include/pa_common.h 1.131:
2984: * src/main/pa_common.C 1.245:
2985: * src/main/pa_http.C 1.26:
2986: - one method detect_charset was deleted
2987: - bug was fixed in this method (error while detecting charset in content_type withot last ';')
2988:
2989: * src/types/pa_vform.C 1.96:
2990: * src/types/pa_vform.h 1.56:
2991: - detect post charset only once
2992:
2993: 2009-05-25 misha
2994: * src/classes/file.C 1.192:
2995: - bugfix: file::exec didn't work after optimizing of
2996: helper_length
2997:
2998: 2009-05-24 misha
2999: * src/main/compile.tab.C 1.136:
3000: *** empty log message ***
3001:
3002: * src/main/compile_tools.h 1.92:
3003: - $a[$b.c] and $a[$b.$c] optimisations were added
3004: - little refactoring
3005:
3006: * src/main/execute.C 1.342:
3007: - core while printing in debug log non-printable values was fixed
3008: - $a[$b.c] and $a[$b.$c] optimisations were added
3009:
3010: * src/include/pa_opcode.h 1.37:
3011: - new opcodes for $a[$b.c] and $a[$b.$c] were added
3012:
3013: 2009-05-23 misha
3014: * src/include/pa_string.h 1.186:
3015: * src/lib/cord/cordbscs.c 1.8:
3016: * src/lib/cord/cordxtra.c 1.12:
3017: * src/lib/cord/include/cord.h 1.6:
3018: * src/main/untaint.C 1.147:
3019: - CORD_cat optimization
3020:
3021: * src/main/compile.tab.C 1.135:
3022: *** empty log message ***
3023:
3024: * src/include/pa_opcode.h 1.36:
3025: * src/main/compile_tools.h 1.91:
3026: * src/main/execute.C 1.340:
3027: - call constr optimisation under separate define now
3028:
3029: * src/main/compile_tools.h 1.90:
3030: * src/main/execute.C 1.339:
3031: - bugfix: $a[] $b[$a] -- in $b should be string, not void
3032:
3033: * src/main/compile.y 1.242:
3034: - little fix for rem-cut optimisation
3035:
3036: * src/include/pa_opcode.h 1.35:
3037: * src/main/compile_tools.C 1.65:
3038: * src/main/compile_tools.h 1.89:
3039: * src/main/execute.C 1.338:
3040: - optimisations for $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $
3041: .a(^b[...])
3042:
3043: * INSTALL 1.50:
3044: - description of some #defined were added
3045:
3046: * src/types/pa_vfile.C 1.43:
3047: * src/types/pa_vfile.h 1.63:
3048: - fill .'text' field only before 1st access (memory usage is
3049: reduced if don't access to .text field)
3050:
3051: * src/include/pa_array.h 1.79:
3052: - array grows step now not static (it reduces numbers of
3053: reallocs)
3054:
3055: 2009-05-20 misha
3056: * Makefile.am 1.66:
3057: * Makefile.in 1.81:
3058: * acinclude.m4 1.52:
3059: * aclocal.m4 1.55:
3060: * acsite.m4 1.30:
3061: * acsite.m4 1.31:
3062: * configure 1.108:
3063: * configure.in 1.115:
3064: * src/main/compile.tab.C 1.133:
3065: * src/main/compile.tab.C 1.134:
3066: *** empty log message ***
3067:
3068: * src/include/pa_opcode.h 1.34:
3069: * src/main/compile.y 1.241:
3070: * src/main/compile_tools.C 1.64:
3071: * src/main/compile_tools.h 1.88:
3072: * src/main/execute.C 1.337:
3073: - bytecode optimization for $a(1), $.b(2), $c[d] and $.e[f] was
3074: added
3075:
3076: * src/main/execute.C 1.336:
3077: - debug printing moved in defines
3078:
3079: * src/main/compile.y 1.240:
3080: * src/main/compile_tools.C 1.63:
3081: * src/main/compile_tools.h 1.87:
3082: - bugfix and little refactoring for OP_GET_OBJECT_ELEMENT +
3083: OP_GET_OBJECT_VAR_ELEMENT optimisation
3084:
3085: 2009-05-19 misha
3086: * src/main/compile.tab.C 1.131:
3087: * src/main/compile.tab.C 1.132:
3088: *** empty log message ***
3089:
3090: * src/main/compile.y 1.239:
3091: * src/main/compile_tools.C 1.62:
3092: * src/main/compile_tools.h 1.86:
3093: * src/main/execute.C 1.335:
3094: - $a.$b & ^a.$b bytecode optimisation
3095:
3096: * src/include/pa_opcode.h 1.33:
3097: - new opcodes were added (for $a.$b & ^a.$b optimisation)
3098:
3099: * src/main/compile.y 1.238:
3100: - compiler now generate new opcodes: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b
3101: and ^a.b
3102: - compiler now cut off ^rem{ with all content ; any number of params }
3103:
3104: * src/main/execute.C 1.334:
3105: - code for handle new opcodes OP_GET_ELEMENT_FIELD and
3106: OP_GET_ELEMENT_FIELD__WRITE was added
3107:
3108: * src/main/compile_tools.C 1.61:
3109: * src/main/compile_tools.h 1.85:
3110: - new parameter was added for LA2V and LA2S
3111:
3112: * src/include/pa_opcode.h 1.32:
3113: - new defines which can be used for disable some bytecode
3114: optimisation and new opcodes were added
3115:
3116: 2009-05-17 misha
3117: * src/lib/cord/cordxtra.c 1.11:
3118: - bugfix.
3119:
3120: 2009-05-16 misha
3121: * tests/results/022.processed 1.6:
3122: * tests/results/212.processed 1.1:
3123: * tests/results/212.processed 1.2:
3124: *** empty log message ***
3125:
3126: * tests/212.html 1.2:
3127: - .size[] and .study_size[] were added to tests
3128:
3129: * operators.txt 1.214:
3130: - info about regex class was added
3131:
3132: * tests/212.html 1.1:
3133: - tests for regex class were added
3134:
3135: * buildall-with-xml 1.27:
3136: * buildall-without-xml 1.17:
3137: - moving from gc6.8 to gc7.1
3138:
3139: 2009-05-15 misha
3140: * tests/022.html 1.5:
3141: - test for ^file:list[path;] (empty second param) was added
3142:
3143: * src/classes/file.C 1.191:
3144: - bugfix: ^file:list[path;] [empty second param) should work
3145:
3146: * Makefile.am 1.64:
3147: * Makefile.am 1.65:
3148: * Makefile.in 1.79:
3149: * Makefile.in 1.80:
3150: * acinclude.m4 1.50:
3151: * acinclude.m4 1.51:
3152: * aclocal.m4 1.53:
3153: * aclocal.m4 1.54:
3154: * acsite.m4 1.28:
3155: * acsite.m4 1.29:
3156: * configure 1.106:
3157: * configure 1.107:
3158: * configure.in 1.113:
3159: * configure.in 1.114:
3160: * src/include/pa_config_auto.h.in 1.45:
3161: * tests/results/210.processed 1.1:
3162: * tests/results/211.processed 1.1:
3163: *** empty log message ***
3164:
3165: * src/classes/table.C 1.257:
3166: - automatically disable stringstream usage on freebsd4
3167:
3168: * src/lib/cord/cordxtra.c 1.10:
3169: - var decl should be at the beginning of scope
3170:
3171: * tests/211.html 1.1:
3172: - test with different types of access to hash was added
3173:
3174: * tests/210.html 1.1:
3175: - test which checks for loosing tainting in hash's keys was
3176: added
3177:
3178: * tests/208.html 1.3:
3179: - some parser work added. or stime == 0 %-)
3180:
3181: * src/lib/cord/cordbscs.c 1.7:
3182: - little hack was added to cord
3183:
3184: * src/lib/cord/cordxtra.c 1.9:
3185: - cacheing of cord chars was added
3186:
3187: * configure.in 1.112:
3188: * src/include/pa_version.h 1.36:
3189: - moko have made a lot of optimisations for increacing version
3190: number more dramatically :)
3191:
3192: * src/classes/date.C 1.85:
3193: - little refactoring: use constructor which accepts formated
3194: string
3195:
3196: * src/include/pa_string.h 1.185:
3197: * src/main/pa_string.C 1.226:
3198: - String constructor which can print formatted string was added
3199:
3200: 2009-05-14 misha
3201: * src/include/pa_string.h 1.184:
3202: - type was fixed
3203:
3204: * src/classes/hashfile.C 1.46:
3205: * src/classes/op.C 1.187:
3206: * src/include/pa_cache_managers.h 1.19:
3207: * src/include/pa_charset.h 1.42:
3208: * src/include/pa_charsets.h 1.14:
3209: * src/include/pa_common.h 1.130:
3210: * src/include/pa_hash.h 1.74:
3211: * src/include/pa_request.h 1.193:
3212: * src/include/pa_sql_driver_manager.h 1.35:
3213: * src/include/pa_string.h 1.183:
3214: * src/include/pa_stylesheet_manager.h 1.23:
3215: * src/include/pa_table.h 1.63:
3216: * src/include/pa_xml_io.h 1.5:
3217: * src/main/pa_charset.C 1.76:
3218: * src/main/pa_charsets.C 1.18:
3219: * src/main/pa_string.C 1.225:
3220: * src/main/pa_stylesheet_connection.C 1.6:
3221: * src/types/pa_value.h 1.131:
3222: * src/types/pa_vmethod_frame.C 1.15:
3223: * src/types/pa_vmethod_frame.h 1.81:
3224: * src/types/pa_vobject.C 1.28:
3225: * src/types/pa_vstateless_class.C 1.41:
3226: * src/types/pa_vstateless_class.h 1.63:
3227: - hash_code caching was implemented (seaches should be faster
3228: now)
3229:
3230: * src/classes/file.C 1.190:
3231: * src/classes/hash.C 1.93:
3232: * src/classes/image.C 1.123:
3233: * src/classes/string.C 1.180:
3234: * src/classes/table.C 1.256:
3235: * src/include/pa_string.h 1.182:
3236: * src/main/pa_charset.C 1.75:
3237: * src/main/pa_http.C 1.25:
3238: * src/main/pa_request.C 1.302:
3239: * src/types/pa_vconsole.h 1.16:
3240: * src/types/pa_vcookie.C 1.78:
3241: * src/types/pa_venv.C 1.9:
3242: * src/types/pa_vform.C 1.95:
3243: * src/types/pa_vhashfile.C 1.59:
3244: * src/types/pa_vregex.C 1.4:
3245: * src/types/pa_vrequest.C 1.45:
3246: - String constructors don't have that stupid true/false param
3247: which means 'tainted'. they accept lang instead.
3248:
3249: * src/types/pa_vmethod_frame.h 1.80:
3250: - bugfix: taint/untaint didn't work with OPTIMIZE_RESULT
3251:
3252: * src/types/pa_method.h 1.15:
3253: * src/types/pa_vstateless_class.C 1.40:
3254: - less warnings wher OPTIMIZE_RESULT and OPTIMIZE_CALL not
3255: defined
3256:
3257: 2009-05-13 misha
3258: * src/classes/date.C 1.84:
3259: * src/classes/file.C 1.188:
3260: * src/classes/hash.C 1.92:
3261: * src/classes/image.C 1.122:
3262: * src/classes/string.C 1.179:
3263: * src/classes/table.C 1.253:
3264: * src/classes/xdoc.C 1.158:
3265: * src/include/pa_string.h 1.181:
3266: * src/main/execute.C 1.333:
3267: * src/main/pa_charset.C 1.73:
3268: * src/main/pa_common.C 1.244:
3269: * src/main/pa_request.C 1.301:
3270: * src/main/pa_string.C 1.224:
3271: * src/types/pa_method.h 1.14:
3272: * src/types/pa_vcookie.C 1.77:
3273: * src/types/pa_vdouble.h 1.54:
3274: * src/types/pa_venv.C 1.8:
3275: * src/types/pa_vhashfile.C 1.58:
3276: * src/types/pa_vint.h 1.46:
3277: * src/types/pa_vmethod_frame.C 1.14:
3278: * src/types/pa_vmethod_frame.h 1.79:
3279: * src/types/pa_vregex.C 1.2:
3280: * src/types/pa_vregex.h 1.4:
3281: * src/types/pa_vrequest.C 1.43:
3282: * src/types/pa_vstateless_class.C 1.39:
3283: - result optimisation
3284: - helper_length parameter removed from string constructors
3285:
3286: 2009-05-11 misha
3287: * tests/208.html 1.2:
3288: * tests/results/206.processed 1.1:
3289: * tests/results/207.processed 1.1:
3290: * tests/results/208.processed 1.1:
3291: * tests/results/209.processed 1.1:
3292: *** empty log message ***
3293:
3294: * tests/209.html 1.1:
3295: - tests for ^hash::create[hash] were added
3296:
3297: * tests/208.html 1.1:
3298: - tests for $status:rusage, $status:memory, ^memory:compact[]
3299: were added
3300:
3301: * tests/207.html 1.1:
3302: -tests for abs, sign, trunc, frac, exp, log, log10 were added
3303:
3304: * tests/206.html 1.1:
3305: - test for try with finally was added
3306:
3307: 2009-05-10 misha
3308: * tests/results/014.processed 1.5:
3309: * tests/results/030.processed 1.5:
3310: * tests/results/038.processed 1.5:
3311: * tests/results/063.processed 1.5:
3312: * tests/results/065.processed 1.5:
3313: * tests/results/141.processed 1.6:
3314: * tests/results/185.processed 1.4:
3315: * tests/results/200.processed 1.1:
3316: * tests/results/201.processed 1.1:
3317: * tests/results/202.processed 1.1:
3318: * tests/results/203.processed 1.1:
3319: * tests/results/204.processed 1.1:
3320: * tests/results/205.processed 1.1:
3321: *** empty log message ***
3322:
3323: * tests/205.html 1.1:
3324: - test for ^file::create[...] was added
3325:
3326: * tests/204.html 1.1:
3327: - test for ^response:clear[] was added
3328:
3329: * tests/038.html 1.3:
3330: - tests for trigonometric functions were added
3331:
3332: * tests/014.html 1.3:
3333: - tests for ^hash.containts and ^hash.delete were added
3334: - more tests for .add, .sub, .union, .intersects and .intersections
3335:
3336: * tests/065.html 1.3:
3337: - test for ^file:dirname was added
3338:
3339: * tests/030.html 1.3:
3340: - test for $cookie:fields was added
3341:
3342: * tests/203.html 1.1:
3343: - test for ^h._keys[column name] was added
3344:
3345: * tests/201.html 1.1:
3346: - tests for .trim were added
3347:
3348: * tests/202.html 1.1:
3349: - tests for last-day, date:calendar[type](YYYY;MM;DD) were added
3350:
3351: * tests/200.html 1.1:
3352: - tests for .sort(), .sort{}, .flip[] and .offset[type](N) were
3353: added
3354:
3355: * tests/185.html 1.5:
3356: - more tests for .left(N), .right(N), .min(N;M) and .pos[c](N)
3357: were added
3358:
3359: * tests/141.html 1.3:
3360: - test for math:sha1 was added
3361:
3362: * tests/063.html 1.3:
3363: - tests for .mod(N), .inc[] & .dec[] were added
3364:
3365: 2009-05-09 misha
3366: * src/main/compile.tab.C 1.130:
3367: *** empty log message ***
3368:
3369: * src/main/compile.y 1.237:
3370: - rollback
3371:
3372: 2009-05-05 misha
3373: * src/classes/file.C 1.187:
3374: * src/classes/hash.C 1.91:
3375: * src/classes/hashfile.C 1.45:
3376: * src/classes/op.C 1.186:
3377: * src/classes/table.C 1.251:
3378: * src/classes/table.C 1.252:
3379: * src/include/pa_string.h 1.180:
3380: * src/main/pa_charset.C 1.72:
3381: * src/main/pa_exception.C 1.49:
3382: * src/main/pa_exec.C 1.73:
3383: - little optimisation: somewhere length() was replaced by
3384: is_empty()
3385:
3386: 2009-05-04 misha
3387: * src/classes/hash.C 1.90:
3388: * src/classes/op.C 1.185:
3389: * src/classes/table.C 1.250:
3390: * src/include/pa_request.h 1.192:
3391: * src/main/execute.C 1.332:
3392: * src/types/pa_method.h 1.13:
3393: * src/types/pa_vstateless_class.C 1.38:
3394: * src/types/pa_vstateless_class.h 1.62:
3395: - more optimisations were added: some operators don't switch
3396: write context anylonger
3397:
3398: 2009-05-01 misha
3399: * src/main/compile.tab.C 1.129:
3400: *** empty log message ***
3401:
3402: * src/main/compile.y 1.236:
3403: - slightly more opcode optimisations for WITH_WRITE + VALUE +
3404: GET_ELEMENT -> OP_VALUE__GET_ELEMENT
3405:
3406: * src/main/execute.C 1.331:
3407: - simplifying process for getters
3408:
3409: 2009-04-30 misha
3410: * tests/198.html 1.2:
3411: * tests/199.html 1.2:
3412: - new line fixes (should be 0x0A)
3413:
3414: * tests/results/198.processed 1.2:
3415: * tests/results/199.processed 1.2:
3416: *** empty log message ***
3417:
3418: * tests/199.html 1.1:
3419: * tests/results/199.processed 1.1:
3420: - test for checking $result into ^rem was added
3421:
3422: * tests/022.html 1.4:
3423: * tests/096.html 1.4:
3424: - þsort after :list was asses (on some OS it returns list in
3425: different order)
3426:
3427: * src/include/pa_array.h 1.77:
3428: * src/include/pa_array.h 1.78:
3429: * src/include/pa_request.h 1.191:
3430: * src/include/pa_stack.h 1.26:
3431: * src/main/execute.C 1.330:
3432: * src/types/pa_vmethod_frame.h 1.78:
3433: - changes in stack impl
3434: - get_element() optimisation: 3rd param removed
3435: - bugfix: problems with reading empty input param
3436: - defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
3437:
3438: * tests/198.html 1.1:
3439: * tests/results/198.processed 1.1:
3440: - test for reading empty local var was added
3441:
3442: 2009-04-29 misha
3443: * src/main/compile.tab.C 1.127:
3444: * src/main/compile.tab.C 1.128:
3445: *** empty log message ***
3446:
3447: * src/main/compile.y 1.235:
3448: - bugfix: couldn't compile because OP_VALUE__GET_ELEMENT should
3449: be unde #ifdef
3450:
3451: * src/include/pa_array.h 1.76:
3452: * src/include/pa_opcode.h 1.31:
3453: * src/include/pa_request.h 1.190:
3454: * src/main/compile.y 1.234:
3455: * src/main/execute.C 1.329:
3456: * src/main/pa_request.C 1.300:
3457: * src/types/pa_vmethod_frame.C 1.13:
3458: * src/types/pa_vmethod_frame.h 1.77:
3459: - we can work without opcode OP_STORE_PARAM, so it was removed
3460:
3461: 2009-04-28 misha
3462: * src/main/compile.tab.C 1.126:
3463: *** empty log message ***
3464:
3465: * src/include/pa_opcode.h 1.30:
3466: * src/main/compile.y 1.233:
3467: * src/main/execute.C 1.328:
3468: - op-codes optimisation:
3469: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS
3470: 2. WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
3471: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
3472: 4. WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
3473:
3474: * src/main/compile_tools.h 1.84:
3475: - new stuff for op-codes optimisation
3476:
3477: * src/classes/string.C 1.178:
3478: * src/main/pa_string.C 1.223:
3479: - !length() => is_empty()
3480:
3481: 2009-04-27 misha
3482: * src/types/pa_vregex.h 1.3:
3483: - back explicit vars initialisation
3484:
3485: 2009-04-24 misha
3486: * src/classes/string.C 1.177:
3487: - ups. typo fixed
3488:
3489: * src/main/execute.C 1.327:
3490: - more replacements '*new VBool' to 'VBool::get'
3491: - checks for ^break[], ^continue[] and parser.interrupted were optimised
3492:
3493: * src/classes/string.C 1.176:
3494: - number of params.count() calls was slightly reduced
3495:
3496: 2009-04-23 misha
3497: * src/classes/image.C [release_3_3_0] 1.119.2.1:
3498: * src/include/pa_string.h [release_3_3_0] 1.174.2.1:
3499: * src/main/pa_charset.C [release_3_3_0] 1.66.2.1:
3500: - make it x64 friendly
3501:
3502: 2009-04-22 misha
3503: * src/classes/image.C 1.121:
3504: * src/include/pa_string.h 1.179:
3505: * src/main/pa_charset.C 1.71:
3506: - parser is x64 friendly now
3507:
3508: * src/types/pa_vhashfile.C 1.57:
3509: - coder friendly exception about exceeding record size was added
3510:
3511: * src/classes/Makefile.in 1.67:
3512: * src/types/Makefile.in 1.66:
3513: *** empty log message ***
3514:
3515: * src/classes/file.C 1.184:
3516: * src/classes/file.C 1.185:
3517: * src/classes/string.C 1.174:
3518: * src/include/pa_string.h 1.178:
3519: * src/main/pa_string.C 1.222:
3520: - use vregex object instead of direct calls methods from pcre
3521: lib
3522:
3523: * src/classes/Makefile.am 1.53:
3524: * src/classes/classes.vcproj 1.19:
3525: * src/classes/regex.C 1.1:
3526: - class regex was added
3527:
3528: * src/include/pa_common.h 1.129:
3529: * src/main/pa_common.C 1.243:
3530: - method print_pcre_exec_error_text was moved to class vregex
3531:
3532: * src/types/Makefile.am 1.44:
3533: * src/types/pa_vregex.C 1.1:
3534: * src/types/pa_vregex.h 1.1:
3535: * src/types/types.vcproj 1.22:
3536: - class vregex was added
3537:
3538: 2009-04-21 misha
3539: * buildall-with-xml 1.26:
3540: * buildall-without-xml 1.16:
3541: - pcre 7.8 -> pcre 7.9
3542:
3543: * src/classes/op.C 1.184:
3544: * src/main/execute.C 1.326:
3545: * src/types/pa_junction.h 1.9:
3546: * src/types/pa_value.C 1.26:
3547: * src/types/pa_vjunction.C 1.6:
3548: * src/types/pa_vjunction.h 1.28:
3549: * src/types/pa_wcontext.C 1.35:
3550: * src/types/pa_wcontext.h 1.52:
3551: - junction-optimisation (destructors)
3552:
3553: * src/include/pa_array.h 1.75:
3554: - free under if now
3555:
3556: 2009-04-18 misha
3557: * src/main/untaint.C 1.146:
3558: - ^taint[js] now escapes \x0D as well
3559:
3560: * Makefile.am 1.62:
3561: * Makefile.am 1.63:
3562: * Makefile.in 1.77:
3563: * Makefile.in 1.78:
3564: * acinclude.m4 1.48:
3565: * acinclude.m4 1.49:
3566: * aclocal.m4 1.51:
3567: * aclocal.m4 1.52:
3568: * acsite.m4 1.26:
3569: * acsite.m4 1.27:
3570: * configure 1.104:
3571: * configure 1.105:
3572: * configure.in 1.110:
3573: * configure.in 1.111:
3574: *** empty log message ***
3575:
3576: * src/include/pa_version.h 1.35:
3577:
3578: :q
3579: :
3580:
3581: CV: ----------------------------------------------------------------------
3582:
3583: * src/types/pa_vjunction.h 1.27:
3584: * src/types/pa_vstateless_class.C 1.37:
3585: - little refactoring
3586:
3587: * src/include/pa_array.h 1.74:
3588: * src/include/pa_hash.h 1.73:
3589: * src/types/pa_vmethod_frame.h 1.76:
3590: - destructors under #ifdef now
3591:
3592: * src/include/pa_memory.h 1.17:
3593: - define for using destructors was added
3594:
3595: 2009-04-17 misha
3596: * src/main/execute.C 1.325:
3597: * src/types/pa_method.h 1.12:
3598: * src/types/pa_vstateless_class.C 1.36:
3599: - some junctions will be cached now
3600:
3601: * src/include/pa_hash.h 1.72:
3602: - hash destructor frees pairs now
3603:
3604: * src/include/pa_array.h 1.73:
3605: - inline was added to destructor
3606:
3607: * src/types/pa_method.h 1.11:
3608: - comment was changed
3609:
3610: * src/include/pa_array.h 1.72:
3611: * src/include/pa_hash.h 1.71:
3612: * src/types/pa_vmethod_frame.h 1.75:
3613: - destructors were added
3614:
3615: * src/main/compile.tab.C 1.124:
3616: * src/main/compile.tab.C 1.125:
3617: *** empty log message ***
3618:
3619: * src/types/pa_method.h 1.10:
3620: * src/types/pa_vmethod_frame.h 1.74:
3621: - write_to_result renamed to always_use_result
3622:
3623: * src/main/compile.y 1.232:
3624: * src/main/compile_tools.h 1.83:
3625: - rollback changes in compiler: full backward compatibility is
3626: better
3627:
3628: * src/types/pa_vmethod_frame.h 1.73:
3629: - set flag write_to_result if find result in var's hash
3630:
3631: * src/types/pa_vmethod_frame.C 1.12:
3632: * src/types/pa_vmethod_frame.h 1.72:
3633: - optimisation in method_frame
3634:
3635: * src/include/pa_array.h 1.71:
3636: - optimisation in array (allocate elements only when needed)
3637:
3638: * src/types/pa_vresponse.C 1.28:
3639: - check for $response:headers field before looking at custom
3640: fields
3641:
3642: * src/types/pa_vmethod_frame.h 1.71:
3643: - if flag write_to_result was set, not needed to check existance
3644: var with name 'result' in var's hash
3645:
3646: * src/main/compile.y 1.231:
3647: - compiler was changed: now it detects writings to $result and
3648: set flag writo_to_result in method
3649:
3650: * src/classes/string.C 1.173:
3651: - little optimisation: no needed to write number with lang
3652:
3653: * src/main/pa_charset.C 1.70:
3654: - methods readChar and skipChar which is used for read utf8-strings were renamed
3655: - is_escaped was renamed to isEscaped (to the same name convention)
3656:
3657: * src/main/compile_tools.h 1.82:
3658: * src/types/pa_method.h 1.9:
3659: - flag write_to_result added. compiler get this info from code.
3660:
3661: 2009-04-16 misha
3662: * src/types/pa_vmethod_frame.h 1.70:
3663: * src/types/pa_wcontext.h 1.51:
3664: - create new String only before 1st write
3665:
3666: * src/include/pa_string.h 1.177:
3667: - not needed template removed
3668:
3669: * src/classes/bool.C 1.2:
3670: * src/classes/double.C 1.62:
3671: * src/classes/hash.C 1.89:
3672: * src/classes/int.C 1.58:
3673: * src/classes/string.C 1.172:
3674: * src/classes/table.C 1.249:
3675: * src/classes/void.C 1.42:
3676: * src/classes/xnode.C 1.83:
3677: * src/main/pa_request.C 1.299:
3678: * src/types/pa_vbool.h 1.31:
3679: * src/types/pa_vfile.h 1.62:
3680: * src/types/pa_vimage.C 1.37:
3681: * src/types/pa_vjunction.C 1.5:
3682: * src/types/pa_vproperty.C 1.2:
3683: * src/types/pa_vstateless_class.C 1.35:
3684: * src/types/pa_vxdoc.C 1.35:
3685: * src/types/pa_vxnode.C 1.50:
3686: - bool optimisation (use only 2 bool objects)
3687:
3688: 2009-04-15 misha
3689: * src/lib/cord/cordxtra.c 1.8:
3690: - more optimisation
3691:
3692: * src/include/pa_string.h 1.176:
3693: * src/main/untaint.C 1.145:
3694: - String::append optimisation
3695:
3696: * src/include/pa_hash.h 1.70:
3697: - get_by_hash_code added (it works faster then get and can
3698: sometime be used)
3699:
3700: * src/main/pa_string.C 1.220:
3701: - String::length optimisation
3702:
3703: * src/main/pa_charset.C 1.69:
3704: - rollback changeing readChar to skipChar. these methods read
3705: different strings
3706:
3707: * src/types/pa_vmethod_frame.C 1.11:
3708: * src/types/pa_vmethod_frame.h 1.69:
3709: - fresult_initial_void removed + some optimisation
3710: - if $result defined we don't write to context anymore
3711:
3712: * src/main/pa_charset.C 1.68:
3713: - readChar => skipChar (in this place we need just skip char)
3714:
3715: * src/classes/table.C 1.248:
3716: * src/main/execute.C 1.324:
3717: * src/types/pa_vmethod_frame.C 1.10:
3718: * src/types/pa_vmethod_frame.h 1.68:
3719: * src/types/pa_vrequest.C 1.42:
3720: * src/types/pa_vtable.C 1.28:
3721: - VVoid::get() => new VVoid (one void-instance)
3722:
3723: * src/types/pa_vvoid.h 1.29:
3724: - added get() method for retreave one instance
3725:
3726: 2009-04-11 misha
3727: * tests/results/196.processed 1.1:
3728: * tests/results/197.processed 1.1:
3729: *** empty log message ***
3730:
3731: * tests/196.html 1.1:
3732: - tests for $cookie:CLASS_NAME & Co were added
3733:
3734: * tests/197.html 1.1:
3735: - test for parser://test in xml was added
3736:
3737: * src/classes/string.C 1.171:
3738: * src/types/pa_vconsole.h 1.15:
3739: * src/types/pa_venv.C 1.6:
3740: * src/types/pa_venv.h 1.36:
3741: - small optimisation
3742:
3743: 2009-04-10 misha
3744: * buildall-with-xml 1.25:
3745: * buildall-without-xml 1.15:
3746: - moving from pcre-7.7 to pcre-7.8
3747:
3748: * src/classes/image.C 1.120:
3749: * src/classes/inet.C 1.3:
3750: * src/classes/string.C 1.170:
3751: * src/classes/xdoc.C 1.157:
3752: * src/classes/xnode.C 1.82:
3753: * src/types/pa_vclass.C 1.37:
3754: * src/types/pa_vdate.h 1.48:
3755: * src/types/pa_vmail.C 1.84:
3756: - normalizing todo-comments: '@todo' now
3757:
3758: * src/types/pa_vcookie.C 1.76:
3759: * src/types/pa_vcookie.h 1.34:
3760: - $cookie:CLASS_NAME was added
3761:
3762: * src/types/pa_vrequest.C 1.41:
3763: * src/types/pa_vrequest.h 1.36:
3764: - $request:CLASS and $request:CLASS_NAME were added
3765:
3766: * src/types/pa_vconsole.h 1.14:
3767: - $console:CLASS and $console:CLASS_NAME were added
3768:
3769: * src/types/pa_venv.C 1.5:
3770: * src/types/pa_venv.h 1.35:
3771: - $env:CLASS and $env:CLASS_NAME were added
3772:
3773: * src/targets/cgi/parser3.C 1.250:
3774: - size_t -> int for calming down compirer
3775:
3776: * src/main/pa_string.C 1.219:
3777: - little code cleanup
3778:
3779: * src/main/pa_common.C 1.242:
3780: - describe one more UTF-8 related error during PCRE compile/
3781: execute
3782:
3783: * src/types/pa_vmath.C 1.9:
3784: * src/types/pa_vmath.h 1.19:
3785: - $math:E was added
3786:
3787: * src/main/pa_charset.C 1.67:
3788: - type changed for making compiler happy
3789:
3790: 2009-03-09 misha
3791: * src/targets/cgi/parser3.C 1.249:
3792: make g++ happy with the type of argc in main()
3793:
3794: 2009-02-01 misha
3795: * src/main/pa_http.C 1.24:
3796: - bugfix: double CRLF before the end of boundary
3797:
1.77 misha 3798: 2009-01-29 misha
3799: * Makefile.am 1.61:
3800: * Makefile.in 1.76:
3801: * acinclude.m4 1.47:
3802: * aclocal.m4 1.50:
3803: * acsite.m4 1.25:
3804: * configure 1.103:
3805: * configure.in 1.109:
3806: * src/include/Makefile.in 1.23:
3807: * src/main/Makefile.in 1.63:
3808: *** empty log message ***
3809:
3810: 2009-01-25 misha
3811: * tests/results/194.processed 1.1:
3812: =no message
3813:
3814: * tests/194.html 1.1:
3815: * tests/194_dir/194.p 1.1:
3816: - test for @GET[] was added
3817:
3818: * src/classes/file.C 1.183:
3819: - more changes for parsing different number of params for file::
3820: load
3821:
3822: * tests/193.html 1.1:
3823: - tests for exception while base64-decode binary to string was
3824: added
3825:
3826: * tests/192.html 1.1:
3827: - tests for file::load with different number of options
3828:
3829: * src/classes/math.C 1.56:
3830: - ups. forgot '+1'
3831:
3832: * src/classes/file.C 1.182:
3833: * src/classes/table.C 1.247:
3834: * src/include/pa_common.h 1.128:
3835: * src/include/pa_http.h 1.4:
3836: * src/main/pa_common.C 1.241:
3837: * src/main/pa_http.C 1.22:
3838: * src/main/pa_xml_io.C 1.23:
3839: - ^file::load[...;http://...;] now can post files (new option $.encode[multipart-form/data] should
3840: be specified)
3841: - $.method[] option for file::load now is not case-sensitive
3842:
3843: * src/include/pa_string.h 1.175:
3844: * src/main/untaint.C 1.144:
3845: - for file post the new taint language L_FILE_POST was added
3846:
3847: * src/classes/math.C 1.55:
3848: * src/include/Makefile.am 1.11:
3849: * src/include/pa_random.h 1.1:
3850: * src/main/Makefile.am 1.48:
3851: * src/main/main.vcproj 1.23:
3852: * src/main/pa_random.C 1.1:
3853: - some stuff was moved to separate files
3854:
3855: 2009-01-23 misha
3856: * src/classes/math.C 1.54:
3857: - little optimisation in ^math:sha1[]
3858: - spaces to tabs were converted
3859:
3860: 2009-01-12 misha
3861: * src/main/pa_http.C 1.21:
3862: - value of $.method[] option force uppercased now
3863:
3864: * src/classes/file.C 1.181:
3865: * src/include/pa_common.h 1.127:
3866: * src/main/pa_http.C 1.20:
3867: * src/targets/apache13core/mod_parser3_core.C 1.12:
3868: * src/targets/cgi/parser3.C 1.248:
3869: * src/targets/isapi/parser3isapi.C 1.100:
3870: * src/types/pa_vform.C 1.94:
3871: * src/types/pa_vmail.C 1.83:
3872: - some constants changed their names
3873:
3874: * src/main/pa_common.C 1.240:
3875: - changes in formating
3876:
3877: * src/include/pa_http.h 1.3:
3878: - some spaces were converted to tabs
3879:
3880: * src/classes/file.C 1.180:
3881: - fixed 4-th paramether for file::load
3882: - little code rewriting
3883:
3884: * src/types/pa_vfile.C 1.42:
3885: - little code rewriting
3886:
3887: * src/main/pa_common.C 1.239:
3888: * src/main/pa_http.C 1.19:
3889: * src/main/untaint.C 1.143:
3890: * src/types/pa_value.h 1.130:
3891: - some formating changes
3892:
3893: * src/include/pa_common.h 1.126:
3894: - some formating spaces transformed to tabs
3895:
3896: * src/classes/string.C 1.169:
3897: - exception while base64-decode binary to a string
3898:
3899: 2009-01-11 misha
3900: * configure.in 1.107:
3901: - version changed to 3.3.1b
3902:
3903: 2008-09-05 misha
3904: * Makefile.am 1.59:
3905: * Makefile.am 1.60:
3906: * Makefile.am [release_3_3_0] 1.58.2.2:
3907: * Makefile.in 1.74:
3908: * Makefile.in 1.75:
3909: * Makefile.in [release_3_3_0] 1.73.2.2:
3910: * acinclude.m4 1.45:
3911: * acinclude.m4 1.46:
3912: * acinclude.m4 [release_3_3_0] 1.44.2.2:
3913: * aclocal.m4 1.48:
3914: * aclocal.m4 1.49:
3915: * aclocal.m4 [release_3_3_0] 1.47.2.2:
3916: * acsite.m4 1.23:
3917: * acsite.m4 1.24:
3918: * acsite.m4 [release_3_3_0] 1.22.2.2:
3919: * configure 1.101:
3920: * configure 1.102:
3921: * configure [release_3_3_0] 1.100.2.2:
3922: * configure.in 1.105:
3923: * configure.in 1.106:
3924: * configure.in [release_3_3_0] 1.104.2.2:
3925: * src/lib/Makefile.am 1.10:
3926: * src/lib/Makefile.am [release_3_3_0] 1.9.2.1:
3927: * src/lib/Makefile.in 1.18:
3928: * src/lib/Makefile.in [release_3_3_0] 1.17.2.1:
3929: * src/lib/pcre/Makefile.am 1.4:
3930: * src/lib/pcre/Makefile.am [release_3_3_0] 1.4.2.2:
3931: * src/lib/pcre/Makefile.in 1.15:
3932: * src/lib/pcre/Makefile.in [release_3_3_0] 1.15.2.2:
3933: *** empty log message ***
3934:
3935: * src/lib/pcre/Makefile.in [release_3_3_0] 1.15.2.1:
3936: file Makefile.in was added on branch release_3_3_0 on 2008-09-05
3937: 10:59:35 +0000
3938:
3939: * src/lib/pcre/Makefile.am [release_3_3_0] 1.4.2.1:
3940: file Makefile.am was added on branch release_3_3_0 on 2008-09-05
3941: 10:59:35 +0000
3942:
3943: 2008-09-04 misha
3944: * Makefile.am [release_3_3_0] 1.58.2.1:
3945: * Makefile.in [release_3_3_0] 1.73.2.1:
3946: * acinclude.m4 [release_3_3_0] 1.44.2.1:
3947: * aclocal.m4 [release_3_3_0] 1.47.2.1:
3948: * acsite.m4 [release_3_3_0] 1.22.2.1:
3949: * configure [release_3_3_0] 1.100.2.1:
3950: * configure.in [release_3_3_0] 1.104.2.1:
3951: *** empty log message ***
3952:
3953: * src/include/pa_version.h [release_3_3_0] 1.33.2.1:
3954: =no message
3955:
3956: * tests/130.html 1.3:
3957: * tests/131.html 1.3:
3958: - these exceptions not typeless anymore
3959:
3960: * src/classes/op.C 1.183:
3961: - exception with 'invalid taint language' not typeless anylonger
3962:
3963: * src/classes/image.C 1.119:
3964: - some exceptions while operations with image not typeless
3965: anymore
3966:
3967: * src/classes/file.C 1.179:
3968: * src/main/pa_common.C 1.238:
3969: * src/main/pa_exec.C 1.72:
3970: * src/main/pa_http.C 1.18:
3971: * src/types/pa_vhashfile.C 1.56:
3972: - some exceptions while operations with files not typeless
3973: anymore
3974:
3975: * src/classes/date.C 1.83:
3976: * src/types/pa_value.C 1.25:
3977: * src/types/pa_vcookie.C 1.75:
3978: * src/types/pa_vdate.h 1.47:
3979: - exceptions while checking date range not typeless anymore
3980:
3981: * src/include/pa_exception.h 1.54:
3982: - exception type string for invalid date range was added
3983:
3984: 2008-09-03 misha
3985: * src/classes/file.C 1.178:
3986: * src/main/pa_string.C 1.218:
3987: - exception while pce operations not typeless anymore
3988:
3989: * src/include/pa_exception.h 1.53:
3990: - exception type for pce operations was added
3991:
3992: * tests/191.html 1.1:
3993: * tests/191_a.p 1.1:
3994: * tests/191_b.p 1.1:
3995: - tests for calling .CLASS and .CLASS_NAME insite classes
3996:
3997: * src/classes/table.C 1.246:
3998: - don't save table header whiile ^table.save[append;filename] if
3999: file exists
4000:
4001: 2008-09-03 misha
4002: * src/classes/file.C 1.178:
4003: * src/main/pa_string.C 1.218:
4004: - exception while pce operations not typeless anymore
4005:
4006: * src/include/pa_exception.h 1.53:
4007: - exception type for pce operations was added
4008:
4009: * tests/191.html 1.1:
4010: * tests/191_a.p 1.1:
4011: * tests/191_b.p 1.1:
4012: - tests for calling .CLASS and .CLASS_NAME insite classes
4013:
4014: * src/classes/table.C 1.246:
4015: - don't save table header whiile ^table.save[append;filename] if
4016: file exists
4017:
4018: 2008-09-02 misha
4019: * src/main/compile.tab.C 1.123:
4020: * src/main/compile.y 1.230:
4021: * src/main/compile_tools.h 1.81:
4022: * src/types/pa_vstateless_class.h 1.61:
4023: * tests/182_dir/a1.p 1.2:
4024: * tests/182_dir/a2.p 1.2:
4025: - append option was renamed to partial and it login changed: we
4026: must mark class as partial for allow their modifications in
4027: future.
4028:
4029: 2008-08-29 misha
4030: * tests/022.html 1.3:
4031: * tests/results/022.processed 1.5:
4032: - testing taint[regex] in mask for file:list
4033:
4034: * tests/022_dir/b[b].txt 1.1:
4035: - file for testing taint[regex] in mask for file:list was added
4036:
4037: * src/classes/file.C 1.177:
4038: - bugfix: ^taint[regex][] didn't works in file:list
4039:
4040: 2008-08-26 misha
4041: * src/types/pa_vobject.C 1.27:
4042: - we must get .CLASS and .CLASS_NAME from last derived object
4043:
4044: * src/classes/image.C 1.118:
4045: - many strings "image.format" replaced by IMAGE_FORMAT constant string
4046: - handle GPS info while parse exif
4047: - understand some more exif tags
4048:
4049: * src/include/pa_exception.h 1.52:
4050: - string "image.format" was added
4051:
4052: 2008-08-21 misha
4053: * src/classes/file.C 1.176:
4054: * src/main/pa_string.C 1.217:
4055: - use method for print pcre_exec text error
4056:
4057: * src/main/pa_common.C 1.237:
4058: - method for print pcre_exec text error was added
4059:
4060: * src/include/pa_common.h 1.125:
4061: - method declaration for print pcre_exec text error was added
4062:
4063: 2008-08-19 misha
4064: * src/main/execute.C 1.323:
4065: - bugfix: opcodes must be in separate namespace while debug
4066: execution as well
4067:
4068: * tests/015.html 1.3:
4069: * tests/results/015.processed 1.5:
4070: - test for escaping some parser chars was added
4071:
4072: 2008-08-18 misha
4073: * tests/190.html 1.1:
4074: * tests/190.p 1.1:
4075: * tests/results/190.processed 1.1:
4076: - test for $caller.self.field + default getter in one class was
4077: added
4078:
4079: * tests/189.html 1.1:
4080: * tests/results/189.processed 1.1:
4081: - test for ^date::create[date object]
4082:
4083: * tests/188.html 1.1:
4084: * tests/results/188.processed 1.1:
4085: - tests for match with UTF-8 strings
4086:
4087: * src/main/pa_string.C 1.216:
4088: - option 'U' (ungreedy) was added to ^string.match[]
4089:
4090: 2008-08-15 misha
4091: * Makefile.am 1.58:
4092: * Makefile.in 1.73:
4093: * acinclude.m4 1.44:
4094: * aclocal.m4 1.47:
4095: * acsite.m4 1.22:
4096: * bin/Makefile.in 1.14:
4097: * configure 1.100:
4098: * configure.in 1.104:
4099: * etc/Makefile.in 1.19:
4100: * etc/parser3.charsets/Makefile.in 1.23:
4101: * src/Makefile.in 1.60:
4102: * src/classes/Makefile.in 1.66:
4103: * src/include/Makefile.in 1.22:
4104: * src/include/pa_version.h 1.32:
4105: * src/lib/Makefile.in 1.17:
4106: * src/lib/cord/Makefile.in 1.8:
4107: * src/lib/cord/include/Makefile.in 1.6:
4108: * src/lib/cord/include/private/Makefile.in 1.6:
4109: * src/lib/gc/Makefile.in 1.6:
4110: * src/lib/gc/include/Makefile.in 1.6:
4111: * src/lib/gd/Makefile.in 1.7:
4112: * src/lib/ltdl/Makefile.in 1.11:
4113: * src/lib/md5/Makefile.in 1.12:
4114: * src/lib/sdbm/Makefile.in 1.5:
4115: * src/lib/sdbm/apr-include/Makefile.in 1.5:
4116: * src/lib/smtp/Makefile.in 1.7:
4117: * src/main/Makefile.in 1.62:
4118: * src/sql/Makefile.in 1.16:
4119: * src/targets/Makefile.in 1.47:
4120: * src/targets/apache13/Makefile.in 1.52:
4121: * src/targets/apache13core/Makefile.in 1.9:
4122: * src/targets/cgi/Makefile.in 1.71:
4123: * src/targets/isapi/Makefile.in 1.17:
4124: * src/types/Makefile.in 1.65:
4125: *** empty log message ***
4126:
4127: * src/lib/pcre/LICENCE 1.2:
4128: * src/lib/pcre/Makefile.am 1.3:
4129: * src/lib/pcre/Makefile.in 1.14:
4130: * src/lib/pcre/README 1.2:
4131: * src/lib/pcre/Tech.Notes 1.2:
4132: * src/lib/pcre/dftables.c 1.2:
4133: * src/lib/pcre/get.c 1.2:
4134: * src/lib/pcre/internal.h 1.2:
4135: * src/lib/pcre/maketables.c 1.3:
4136: * src/lib/pcre/pcre.3 1.2:
4137: * src/lib/pcre/pcre.3.html 1.2:
4138: * src/lib/pcre/pcre.3.txt 1.2:
4139: * src/lib/pcre/pcre.c 1.2:
4140: * src/lib/pcre/pcre.h 1.3:
4141: * src/lib/pcre/pcre.vcproj 1.6:
4142: * src/lib/pcre/pcre_dftables.vcproj 1.7:
4143: * src/lib/pcre/study.c 1.2:
4144: - old PCRE files removed
4145:
4146: * src/lib/pcre/config.h 1.1:
4147: - configuration for PCRE library
4148:
4149: * src/classes/classes.vcproj 1.18:
4150: * src/lib/Makefile.am 1.9:
4151: * src/main/main.vcproj 1.21:
4152: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.13:
4153: * src/targets/cgi/parser3.vcproj 1.16:
4154: * src/targets/isapi/parser3isapi.vcproj 1.12:
4155: * src/types/types.vcproj 1.21:
4156: - use PCRE library from win32\pcre instead of parser3\src\lib\
4157: pcre
4158:
4159: * src/include/pa_charset.h 1.40:
4160: * src/include/pa_config_fixed.h 1.73:
4161: * src/main/pa_charset.C 1.65:
4162: * src/main/pa_globals.C 1.183:
4163: - moved to new PCRE library
4164:
4165: * src/classes/file.C 1.175:
4166: * src/main/pa_string.C 1.215:
4167: - moved to new PCRE library and set flag UTF8 if $request:
4168: charset is UTF-8
4169:
4170: * src/include/pa_opcode.h 1.29:
4171: * src/include/pa_operation.h 1.7:
4172: * src/main/compile.C 1.80:
4173: * src/main/compile.tab.C 1.122:
4174: * src/main/compile.y 1.229:
4175: * src/main/compile_tools.C 1.60:
4176: * src/main/compile_tools.h 1.80:
4177: * src/main/execute.C 1.322:
4178: - opcodes were moved to separate namespace
4179:
4180: 2008-08-14 misha
4181: * src/types/pa_vstateless_class.C 1.34:
4182: - newline at the end missed
4183:
4184: * src/main/untaint.C 1.142:
4185: - char '-' also prefixed by '\' while regex tainting
4186:
4187: 2008-08-11 misha
4188: * tests/187.html 1.1:
4189: * tests/187.p 1.1:
4190: * tests/results/187.processed 1.1:
4191: - tests for $caller.self, $caller.self.field and $
4192: caller.self.field[value] were added
4193:
4194: * src/types/pa_vmethod_frame.h 1.67:
4195: - still need to check 'self' runtime as well (for $caller.self)
4196:
4197: 2008-07-25 misha
4198: * tests/021.html 1.3:
4199: * tests/032.html 1.3:
4200: * tests/033.html 1.3:
4201: * tests/047.html 1.3:
4202: * tests/055.html 1.3:
4203: * tests/059.html 1.4:
4204: * tests/061.html 1.3:
4205: * tests/064.html 1.3:
4206: * tests/067.html 1.3:
4207: * tests/068.html 1.3:
4208: * tests/085.html 1.3:
4209: * tests/086.html 1.3:
4210: * tests/098.html 1.3:
4211: * tests/109.html 1.3:
4212: * tests/121.html 1.3:
4213: - set correct charsets in tests with international characters
4214:
4215: 2008-07-23 misha
4216: * src/main/pa_http.C 1.17:
4217: - escape $cookies as %uXXXX while file::load[...;http://
4218:
4219: * src/classes/file.C 1.174:
4220: * src/main/pa_globals.C 1.182:
4221: * src/main/pa_string.C 1.214:
4222: - pcre now everywhere in separate namespace
4223:
4224: * src/types/pa_vmethod_frame.h 1.66:
4225: - looking for caller before looking for vars
4226:
4227: * src/main/compile.tab.C 1.121:
4228: * src/main/compile.y 1.228:
4229: - characters '@' and '#' now can be escaped by '^'
4230:
4231: 2008-07-22 misha
4232: * src/classes/string.C 1.168:
4233: * tests/186.html 1.3:
4234: - names changes: escape=>js-escape, unescape=>js-unescape
4235:
4236: 2008-07-21 misha
4237: * tests/186.html 1.1:
4238: * tests/results/186.processed 1.1:
4239: - test for string escape/unescape
4240:
4241: * src/classes/string.C 1.167:
4242: - string has escape and unescape methods now
4243:
4244: * src/include/pa_string.h 1.174:
4245: * src/main/pa_string.C 1.213:
4246: - escape method was added
4247:
4248: * src/include/pa_charset.h 1.38:
4249: * src/main/pa_charset.C 1.64:
4250: - more escape method-layers added (with different params)
4251:
4252: 2008-07-18 misha
4253: * tests/results/185.processed 1.3:
4254: - test for ^str.pos[substr](offset) was added
4255:
4256: * tests/185.html 1.4:
4257: - test for ^str.pos[sub](offset) added
4258:
4259: * operators.txt 1.211:
4260: * src/classes/string.C 1.165:
4261: * src/classes/void.C 1.40:
4262: - ^string.pos[substr](offset) -- 2nd param accepted now
4263:
4264: * src/main/pa_string.C 1.212:
4265: - .pos works fine with offset for utf-8 strings
4266:
4267: 2008-07-17 misha
4268: * src/classes/string.C 1.164:
4269: * src/include/pa_string.h 1.172:
4270: * src/main/pa_string.C 1.211:
4271: - helper length added for mid for small optimisation
4272:
4273: 2008-07-16 misha
4274: * tests/185.html 1.1:
4275: * tests/results/185.processed 1.1:
4276: - tests for length/left/right/mid/pos with utf-8 strings
4277:
4278: * src/classes/string.C 1.163:
4279: - left/right/mid/length/pos works fine for utf-8 strings
4280:
4281: * src/include/pa_charset.h 1.37:
4282: * src/include/pa_string.h 1.171:
4283: * src/main/pa_charset.C 1.61:
4284: * src/main/pa_string.C 1.210:
4285: - methods for working with pos/mid for strings in utf-8 were
4286: added
4287:
4288: * src/main/untaint.C 1.141:
4289: - comments removed
4290:
4291: 2008-07-15 misha
4292: * tests/184.html 1.1:
4293: * tests/results/184.processed 1.1:
4294: - test for case body as expression: $var(^switch(1){^case(1)(
4295: true)..})
4296:
4297: * src/classes/op.C 1.182:
4298: - case body can be expression now: $var(^switch(1){^case(1)(true)
4299: ..})
4300:
4301: * tests/183.html 1.1:
4302: * tests/results/183.processed 1.1:
4303: - added test for testing new cookie encoding (%uXXXX)
4304:
4305: * src/main/untaint.C 1.140:
4306: - cookies outputs as %uXXXX now. while decoding for backward
4307: compatibility they decoded from %XX in request:charset too
4308:
4309: * src/main/pa_request.C 1.298:
4310: * src/types/pa_vcookie.C 1.74:
4311: * src/types/pa_vcookie.h 1.33:
4312: - cookie class now decode cookies before first access after last
4313: request:charset changing (as form class).
4314:
4315: * src/main/pa_charset.C 1.60:
4316: - added method escape for escaping cookies as %uXXXX
4317: - before transcode calculate required space for dest string. it reduce mem usage for transcode
4318:
4319: * src/include/pa_charset.h 1.36:
4320: - added method escape for escaping cookies as %uXXXX
4321:
4322: * src/include/pa_string.h 1.170:
4323: - taint lang (internal) L_HTTP_COOKIE was added. will used for
4324: escaping cookies as %uXXXX
4325:
4326: * src/include/pa_common.h 1.124:
4327: - escape method has new option for skip converting '+' to a
4328: space char
4329:
4330: * src/main/pa_common.C 1.236:
4331: * src/main/pa_http.C 1.16:
4332: - skip BOM code before transcode
4333: - escape method has new option for skip converting '+' to a space char
4334:
4335: 2008-07-08 misha
4336: * src/classes/op.C 1.181:
4337: - bugfix in switch
4338: - case "stops" on 1st match (no UE if more then 1 case matches anylonger)
4339: - optimization: doing searching.as_string() || searching.as_double() only once
4340:
4341: 2008-07-04 misha
4342: * src/types/pa_vdate.h 1.46:
4343: - is_evaluated_expr returning true added so now ^date::create[
4344: date object] works
4345:
4346: * src/classes/string.C 1.162:
4347: - left and right added as aliases for start and end in ^
4348: string.trim[]
4349:
4350: 2008-07-03 misha
4351: * src/classes/file.C 1.173:
4352: - allow $.limit for file::sql as well
4353:
4354: * src/classes/file.C 1.172:
4355: - allow $.offset option for file::sql
4356: - force send limit=1 to query for use sql specifics authomatically
4357:
4358: * src/classes/hash.C 1.88:
4359: * src/classes/string.C 1.161:
4360: * src/classes/table.C 1.245:
4361: - don't throw exception if $.limit value if empty. autoconvert
4362: it as everywere
4363:
4364: 2008-07-02 misha
4365: * Makefile.am 1.57:
4366: * Makefile.in 1.72:
4367: * acinclude.m4 1.43:
4368: * aclocal.m4 1.46:
4369: * acsite.m4 1.21:
4370: * configure 1.99:
4371: * configure.in 1.102:
4372: *** empty log message ***
4373:
4374: * configure.in 1.101:
4375: * src/include/pa_version.h 1.31:
4376: - time to change version number to 3.3.0 %-)
4377:
4378: 2008-06-26 misha
4379: * src/classes/file.C 1.171:
4380: * src/classes/hash.C 1.87:
4381: * src/classes/string.C 1.160:
4382: * src/classes/table.C 1.244:
4383: * src/classes/void.C 1.39:
4384: - $.limit(0) fixes
4385:
4386: * src/sql/pa_sql_driver.h 1.45:
4387: - new drivers API and new version (10.0)
4388: - $.limit(0) fixes
4389:
4390: * src/classes/op.C 1.180:
4391: * src/include/pa_sql_connection.h 1.41:
4392: * src/include/pa_sql_driver_manager.h 1.34:
4393: * src/main/pa_sql_driver_manager.C 1.88:
4394: - document_root added
4395:
4396: * src/sql/pa_sql_driver.h 1.44:
4397: - SQL_NO_LIMIT added (preparations to new API)
4398:
4399: * src/main/compile.tab.C 1.120:
4400: - error message was changed
4401:
4402: 2008-06-25 misha
4403: * src/main/compile.y 1.227:
4404: - error message was changed
4405:
4406: 2008-06-24 misha
4407: * tests/176.html 1.3:
4408: * tests/176_dir/a.p 1.2:
4409: * tests/176_dir/d.p 1.2:
4410: * tests/results/176.processed 1.2:
4411: - @OPTION => @OPTIONS
4412:
4413: * tests/182.html 1.1:
4414: * tests/182_dir/a1.p 1.1:
4415: * tests/182_dir/a2.p 1.1:
4416: * tests/182_dir/a3.p 1.1:
4417: - tests for @OPTIONS\nappend
4418:
4419: * src/main/compile.tab.C 1.119:
4420: * src/main/compile.y 1.226:
4421: - stuff for @OPTIONS\nappend
4422:
4423: * src/main/compile_tools.h 1.79:
4424: - new methods for @OPTIONS\nappend
4425:
4426: * src/types/pa_vmethod_frame.h 1.65:
4427: - ALL_VARS_LOCAL_NAME moved fo compile.y
4428:
4429: 2008-06-17 misha
4430: * src/main/compile.tab.C 1.118:
4431: * src/main/compile.y 1.225:
4432: - bugfix in 'def' compilation: ^if(default){true. it's
4433: incorrect. must be exception}
4434:
4435: 2008-06-16 misha
4436: * tests/181.ent 1.1:
4437: * tests/181.html 1.1:
4438: * tests/results/181.processed 1.1:
4439: - test for checking external reference loading with 'http://
4440: localhost' prefix while creating xdoc
4441:
4442: * src/classes/Makefile.in 1.65:
4443: *** empty log message ***
4444:
4445: * tests/180.html 1.2:
4446: - use ^inet:ntoa[] and ^inet:aton[] instead of ^math:long2ip[]
4447: and ^math:ip2long[]
4448:
4449: * src/types/pa_vobject.C 1.26:
4450: * src/types/pa_vobject.h 1.49:
4451: - get_scalar_value method added which use scalar stateless class method when user object used in
4452: scalar context
4453: - use get_scalar_value when user object requested in scalar context
4454:
4455: * src/main/pa_common.C 1.235:
4456: - size must be int but not size_t or we can't compare with 0
4457: sprintf result
4458:
4459: * src/main/execute.C 1.321:
4460: * src/main/pa_request.C 1.297:
4461: * src/types/pa_vmethod_frame.C 1.9:
4462: * src/types/pa_vmethod_frame.h 1.64:
4463: - go back to one VMethodFrame with internal switch between local/
4464: global vars
4465:
4466: * src/types/pa_vclass.C 1.36:
4467: - register scalar if method @GET[] was specified
4468:
4469: * src/types/pa_vstateless_class.C 1.33:
4470: * src/types/pa_vstateless_class.h 1.60:
4471: * src/types/pa_vstateless_object.h 1.38:
4472: - stateless class and object now has private scalar field and
4473: getter/setter for working with it
4474:
4475: * src/classes/math.C 1.53:
4476: - methods math:long2ip & math:ip2long were moved to inet static
4477: class
4478:
4479: * src/classes/Makefile.am 1.51:
4480: * src/classes/classes.vcproj 1.17:
4481: * src/classes/inet.C 1.1:
4482: - inet static class added (^inet:aton[IP], ^inet:ntoa(number))
4483:
4484: * tests/180.html 1.1:
4485: * tests/results/180.processed 1.1:
4486: - tests for ^math:long2ip(long) and ^math:ip2long[IP]
4487:
4488: * src/classes/math.C 1.52:
4489: - ^math:ip2long[IP] added
4490:
4491: 2008-06-11 misha
4492: * src/main/pa_xml_io.C 1.22:
4493: - use file_read_text again because of we need cut BOM code and
4494: remove DOS newline chars. but don't transcode it anyway.
4495:
4496: * src/include/pa_common.h 1.123:
4497: * src/include/pa_http.h 1.2:
4498: * src/main/pa_common.C 1.234:
4499: * src/main/pa_http.C 1.15:
4500: - option for disable transcoding while file_read and
4501: file_read_text added
4502:
4503: 2008-06-10 misha
4504: * tests/179.html 1.1:
4505: * tests/179.p 1.1:
4506: * tests/results/179.processed 1.1:
4507: - test for many classes in 1 file
4508:
4509: * src/main/compile.tab.C 1.117:
4510: * src/main/compile.y 1.224:
4511: - compile return list of classes now. internals.
4512:
4513: * src/main/compile.C 1.79:
4514: * src/main/compile_tools.h 1.78:
4515: - compile return list of classes now.
4516:
4517: * src/main/pa_request.C 1.295:
4518: - compile return list of classes now. try call @conf and @auto
4519: for each returned class
4520:
4521: * src/include/pa_request.h 1.189:
4522: - compile return list of classes now
4523:
4524: * src/types/pa_vstateless_class.h 1.59:
4525: - typedef ArrayClass added (for return list of classes when
4526: compile buf)
4527:
4528: 2008-06-07 misha
4529: * src/main/pa_request.C 1.294:
4530: - constructing VRequest object with 3rd param -- form
4531:
4532: * src/types/pa_vrequest.C 1.40:
4533: * src/types/pa_vrequest.h 1.35:
4534: - constructor acceps 3rd param: form. needed for get
4535: post_charset
4536:
4537: * src/types/pa_vform.C 1.93:
4538: * src/types/pa_vform.h 1.54:
4539: - VForm::get_post_charset() added
4540:
4541: * src/include/pa_common.h 1.122:
4542: * src/main/pa_common.C 1.233:
4543: * src/main/pa_http.C 1.14:
4544: * src/types/pa_vform.C 1.92:
4545: * src/types/pa_vform.h 1.53:
4546: - some polish
4547:
4548: 2008-06-06 misha
4549: * src/types/pa_vform.C 1.91:
4550: * src/types/pa_vform.h 1.52:
4551: - if POST -- try detec charset and decode chars from it but not
4552: from response:charset
4553:
4554: * src/main/pa_http.C 1.13:
4555: - detect_charset moved out of here
4556:
4557: * src/include/pa_common.h 1.121:
4558: * src/main/pa_common.C 1.232:
4559: - more helpers methods moved here
4560: - unescape_chars accepn one charset now
4561:
4562: * src/main/pa_http.C 1.12:
4563: - new constants used
4564: - don't allow $.content-type in ^file::load[;http://;$.method[POST]]
4565: - add charset info while ^file::load[;http://;$.method[POST]]
4566: - option $.omit-post-charset(true) added to ^file::load[;http://] for disabling charset during post
4567:
4568: * src/types/pa_vform.C 1.90:
4569: - new constants used
4570:
4571: * src/include/pa_common.h 1.120:
4572: - some constants were added
4573:
4574: * src/classes/form.C 1.41:
4575: * src/types/pa_vform.C 1.89:
4576: - use StrStartFromNC instead of StrEqNc
4577:
4578: * src/main/pa_common.C 1.231:
4579: - new method for caseless search c-substring in c-string
4580: - use isxdigit instead of is_hex_digit
4581:
4582: * src/include/pa_common.h 1.119:
4583: - new method for caseless search c-substring in c-string
4584:
4585: 2008-06-05 misha
4586: * tests/178.html 1.1:
4587: * tests/results/178.processed 1.1:
4588: - test for testing default getter
4589:
4590: * tests/178_dir/178a.p 1.1:
4591: * tests/178_dir/178b.p 1.1:
4592: * tests/178_dir/178c.p 1.1:
4593: * tests/178_dir/178d.p 1.1:
4594: * tests/178_dir/178e.p 1.1:
4595: - classes for test for testing default getter
4596:
4597: * src/main/execute.C 1.320:
4598: - default getter soul
4599:
4600: * src/types/pa_vobject.C 1.25:
4601: * src/types/pa_vobject.h 1.48:
4602: - get default getter if requested objects' field not found
4603:
4604: * src/types/pa_vclass.C 1.35:
4605: - register default getter if defined
4606: - get default getter if requested field not found
4607:
4608: * src/types/pa_vstateless_object.h 1.37:
4609: - method get_default_getter was added
4610:
4611: * src/types/pa_vstateless_class.C 1.32:
4612: * src/types/pa_vstateless_class.h 1.58:
4613: - pointer to default getter and methods for get/set it were
4614: added
4615:
4616: * src/types/pa_junction.h 1.8:
4617: * src/types/pa_vjunction.h 1.26:
4618: - junction has auto_name field (for default getter)
4619:
4620: 2008-06-04 misha
4621: * src/main/pa_xml_io.C 1.21:
4622: - load external xml in binary mode (no transcoding, no cutting
4623: BOM code, no fixing line breaks) and get it to libxml "as is"
4624:
4625: 2008-06-03 misha
4626: * src/main/pa_common.C 1.230:
4627: - use store_Char instead of transcodeCharFromUTF8
4628:
4629: * src/include/pa_charset.h 1.34:
4630: * src/main/pa_charset.C 1.58:
4631: - method store_Char added, transcodeCharFromUTF8 -- removed
4632:
4633: 2008-06-02 misha
4634: * tests/177.html 1.1:
4635: * tests/results/177.processed 1.1:
4636: - test for checking .[acm]date after local ^file::load[] was
4637: added
4638:
4639: * tests/176.html 1.1:
4640: * tests/results/176.processed 1.1:
4641: - test for checking @OPTION\locals + @method[vars][locals] added
4642:
4643: * tests/results/auto.p 1.3:
4644: - CLASS_PATH specified for checking use
4645:
4646: 2008-05-30 misha
4647: * Makefile.am 1.55:
4648: * Makefile.am 1.56:
4649: * Makefile.in 1.70:
4650: * Makefile.in 1.71:
4651: * acinclude.m4 1.41:
4652: * acinclude.m4 1.42:
4653: * aclocal.m4 1.44:
4654: * aclocal.m4 1.45:
4655: * acsite.m4 1.19:
4656: * acsite.m4 1.20:
4657: * configure 1.97:
4658: * configure 1.98:
4659: * configure.in 1.100:
4660: * configure.in 1.99:
4661: * src/types/Makefile.in 1.63:
4662: *** empty log message ***
4663:
4664: * src/main/compile.tab.C 1.116:
4665: * src/main/compile.y 1.223:
4666: - changes in compiler: @OPTION\nlocals + @method[vars][;locals;]
4667: were added
4668:
4669: * src/main/execute.C 1.319:
4670: - code of OP_CALL and OP_CALL__WRITE was moved to separate method op_code
4671: - switch from VMethodFrame to VMethodFrameGlobal + VMethodFrameLocal
4672:
4673: * src/include/pa_request.h 1.188:
4674: - code of OP_CALL and OP_CALL__WRITE was moved to separate
4675: method op_code
4676:
4677: * src/main/pa_request.C 1.293:
4678: - use VMethodFrameGlobal instead of VMethodFrame now
4679:
4680: * src/types/pa_vstateless_class.h 1.57:
4681: - stateless class have bool flag all_vars_local as well
4682:
4683: * src/types/Makefile.am 1.42:
4684: * src/types/pa_vmethod_frame.h 1.63:
4685: * src/types/pa_vmethod_frame_global.h 1.1:
4686: * src/types/pa_vmethod_frame_local.h 1.1:
4687: - who children for VMethodFrame were added: one (global) works
4688: as VMethodFrame before and second (local) write all vars in self
4689: vars scope
4690:
4691: * src/types/pa_method.h 1.8:
4692: - method has bool flag all_vars_local now
4693:
4694: 2008-05-29 misha
4695: * tests/129.html 1.4:
4696: * tests/results/129.processed 1.6:
4697: - more tests for ^table.hash[]
4698:
4699: * src/classes/hash.C 1.86:
4700: - ^hash::sql has a new option: $.type[hash|string|table] as ^
4701: table.hash[] one.
4702:
4703: * src/classes/op.C 1.179:
4704: - ^try has 3rd param now: finally code which executed anyway
4705: after try or catch section
4706:
4707: 2008-05-27 misha
4708: * src/classes/table.C 1.243:
4709: - bugfix: ^table.hash[key][$.type[table]] must not fail if $
4710: .distinct(1) wasn't specified
4711:
4712: 2008-05-26 misha
4713: * src/classes/op.C 1.178:
4714: - allow ^throw[my type]
4715:
4716: 2008-05-22 misha
4717: * configure 1.96:
4718: * configure.in 1.98:
4719: - version number updated to 3.2.4b
4720:
4721: * src/classes/op.C 1.177:
4722: * src/classes/string.C 1.159:
4723: - trim format string before eval/format
4724:
4725: * tests/175.html 1.1:
4726: * tests/results/175.processed 1.1:
4727: - more tests for different format strings in .format[]
4728:
4729: * src/types/pa_vform.C 1.88:
4730: - while decoding get values decode %uXXXX as well (not only %XX)
4731:
4732: * src/main/pa_common.C 1.229:
4733: - unescape_chars can decode %uXXXX if charset specified
4734: - checks for format before print number (^d.format[>...<], ^eval($d)[>...<])
4735: - formating with spaces (instead of tabs) removed
4736:
4737: * src/include/pa_common.h 1.118:
4738: - unescape_chars can decode %uXXXX if charset specified
4739:
4740: * src/include/pa_charset.h 1.33:
4741: * src/main/pa_charset.C 1.57:
4742: - method for get char in requested charset from utf code was
4743: added
4744:
4745: 2008-05-19 misha
4746: * tests/174.html 1.2:
4747: * tests/results/174.processed 1.2:
4748: - test for ^hashfile.cleanup[] added
4749:
4750: * src/classes/hashfile.C 1.44:
4751: - optimization: don't create any key or value variable if it's
4752: name weren't specified (^hf.foreach[;v]{...})
4753:
4754: 2008-05-16 misha
4755: * src/classes/hash.C 1.85:
4756: - optimization: don't create any key variable if variable name
4757: wasn't specified (^h.foreach[;v]{...})
4758:
4759: 2008-05-15 misha
4760: * src/classes/op.C 1.176:
4761: - small changes
4762:
4763: * src/classes/hashfile.C 1.43:
4764: - code reformating (as hash.foreach)
4765:
4766: * src/classes/hash.C 1.84:
4767: - calculate var_context once before foreach
4768:
4769: 2008-05-14 misha
4770: * src/classes/hashfile.C 1.42:
4771: - incorrect vars context calculation for ^hashfile.foreach[;]{}
4772: fixed
4773:
4774: * src/classes/hash.C 1.83:
4775: * src/classes/table.C 1.242:
4776: - little optimisation
4777:
4778: * src/classes/file.C 1.169:
4779: - bugfix: double absolute path while loading file
4780:
4781: * tests/174.html 1.1:
4782: * tests/results/174.processed 1.1:
4783: - tests for hashfile were added
4784:
4785: * buildall-with-xml 1.23:
4786: - moving to libxslt 1.1.24
4787:
4788: 2008-04-30 misha
4789: * src/classes/file.C 1.168:
4790: - stat file while loading (local only) so .adate, .mdate and
4791: .cdate available without additional ::stat
4792:
4793: 2008-04-28 misha
4794: * src/classes/file.C 1.167:
4795: - $.name and $.content-type available for stated file
4796:
4797: 2008-04-14 misha
4798: * src/targets/cgi/parser3.C 1.247:
4799: - new year in copyright %-)
4800:
4801: * src/include/pa_version.h 1.30:
4802: - new version number in head
4803:
4804: 2008-04-10 misha
4805: * Makefile.am [release_3_2_3] 1.54.2.1:
4806: * Makefile.am [release_3_2_3] 1.54.2.2:
4807: * Makefile.am [release_3_2_3] 1.54.2.3:
4808: * Makefile.in [release_3_2_3] 1.69.2.1:
4809: * Makefile.in [release_3_2_3] 1.69.2.2:
4810: * Makefile.in [release_3_2_3] 1.69.2.3:
4811: * acinclude.m4 [release_3_2_3] 1.40.2.1:
4812: * acinclude.m4 [release_3_2_3] 1.40.2.2:
4813: * acinclude.m4 [release_3_2_3] 1.40.2.3:
4814: * aclocal.m4 [release_3_2_3] 1.43.2.1:
4815: * aclocal.m4 [release_3_2_3] 1.43.2.2:
4816: * aclocal.m4 [release_3_2_3] 1.43.2.3:
4817: * acsite.m4 [release_3_2_3] 1.18.2.1:
4818: * acsite.m4 [release_3_2_3] 1.18.2.2:
4819: * acsite.m4 [release_3_2_3] 1.18.2.3:
4820: * configure [release_3_2_3] 1.95.2.1:
4821: * configure [release_3_2_3] 1.95.2.2:
4822: * configure [release_3_2_3] 1.95.2.3:
4823: * configure.in [release_3_2_3] 1.97.2.1:
4824: * configure.in [release_3_2_3] 1.97.2.2:
4825: * configure.in [release_3_2_3] 1.97.2.3:
4826: *** empty log message ***
4827:
4828: * src/include/pa_version.h [release_3_2_3] 1.29.2.1:
4829: =no message
4830:
4831: * tests/080.html 1.3:
4832: * tests/results/080.processed 1.5:
4833: - cut '0' from exponential part because of on diff OS it differ (
4834: 20 or 020 for ex)
4835:
4836: * tests/119.html 1.3:
4837: * tests/results/119.processed 1.5:
4838: - check for encoding while creating xdoc
4839:
4840: 2008-04-09 misha
4841: * buildall-with-xml 1.22:
4842: - move to libxml 2.6.32 and libxslt 1.1.23
4843:
4844: * src/main/pa_common.C 1.228:
4845: - comment added
4846:
4847: * src/classes/date.C 1.81:
4848: - little refactoring
4849:
4850: 2008-04-08 misha
4851: * Makefile.am 1.53:
4852: * Makefile.am 1.54:
4853: * Makefile.in 1.68:
4854: * Makefile.in 1.69:
4855: * acinclude.m4 1.39:
4856: * acinclude.m4 1.40:
4857: * aclocal.m4 1.42:
4858: * aclocal.m4 1.43:
4859: * acsite.m4 1.17:
4860: * acsite.m4 1.18:
4861: * bin/Makefile.in 1.13:
4862: * configure 1.94:
4863: * configure 1.95:
4864: * configure.in 1.96:
4865: * configure.in 1.97:
4866: * etc/Makefile.in 1.18:
4867: * etc/parser3.charsets/Makefile.in 1.22:
4868: * src/Makefile.in 1.59:
4869: * src/classes/Makefile.in 1.64:
4870: * src/include/Makefile.in 1.21:
4871: * src/include/pa_config_auto.h.in 1.44:
4872: * src/include/pa_config_fixed.h 1.72:
4873: * src/lib/Makefile.in 1.16:
4874: * src/lib/cord/Makefile.in 1.7:
4875: * src/lib/cord/include/Makefile.in 1.5:
4876: * src/lib/cord/include/private/Makefile.in 1.5:
4877: * src/lib/gc/Makefile.in 1.5:
4878: * src/lib/gc/include/Makefile.in 1.5:
4879: * src/lib/gd/Makefile.in 1.6:
4880: * src/lib/ltdl/Makefile.in 1.10:
4881: * src/lib/md5/Makefile.in 1.11:
4882: * src/lib/pcre/Makefile.in 1.13:
4883: * src/lib/sdbm/Makefile.in 1.4:
4884: * src/lib/sdbm/apr-include/Makefile.in 1.4:
4885: * src/lib/smtp/Makefile.in 1.6:
4886: * src/main/Makefile.in 1.61:
4887: * src/sql/Makefile.in 1.15:
4888: * src/targets/Makefile.in 1.46:
4889: * src/targets/apache13/Makefile.in 1.51:
4890: * src/targets/apache13core/Makefile.in 1.8:
4891: * src/targets/cgi/Makefile.in 1.70:
4892: * src/targets/isapi/Makefile.in 1.16:
4893: * src/types/Makefile.in 1.62:
4894: *** empty log message ***
4895:
4896: 2008-04-07 misha
4897: * src/classes/table.C 1.240:
4898: - use NO_STRINGSTREAM for switch to old style of ^table.save[]:
4899: prepare one big string and sabe it at once. it's safe on freebsd
4900: 4.x but use much more memory.
4901:
4902: * buildall-with-xml 1.21:
4903: * buildall-without-xml 1.13:
4904: - option --disable-stringstream added (under comment. use it on
4905: freebsd 4.x)
4906:
4907: 2008-02-22 misha
4908: * src/main/pa_http.C 1.11:
4909: - exception if $.body[] and $.forms[] specified together in file::load[;http]
4910: - get back transcoding $.body[] in file::load[;http]
4911:
4912: 2008-02-21 misha
4913: * src/classes/date.C 1.80:
4914: - ^date.gmt-string[] was added
4915:
4916: * src/types/pa_value.C 1.24:
4917: - method for output date in RFC 822 format moved to pa_common.h
4918:
4919: * src/include/pa_common.h 1.117:
4920: - method for output date in RFC 822 format moved here from
4921: pa_value.C
4922:
4923: * src/types/pa_vmail.C 1.82:
4924: - fixed core in sending mail with attachment in simple mode ($
4925: .file[file here]) introduced in 3.2.2
4926:
4927: 2008-02-20 misha
4928: * src/main/pa_http.C 1.10:
4929: - transcode $.headers before escaping into specified charset while ^file::load[...;http://...] (
4930: L_URI instead of L_HTTP_HEADER)
4931: - $.cookies param available in ^file::load[;http://...] now (but we don't parse set-cookies from
4932: response yet) (cookies not transcoded as common $cookies)
4933:
4934: 2008-02-19 misha
4935: * src/main/pa_request.C 1.292:
4936: - rollback: we mustn't force taint $response:field values
4937: because in this case $response:locateion[http://...] don't
4938: works.
4939:
4940: 2008-02-15 misha
4941: * src/classes/op.C 1.175:
4942: - little refactoring
4943:
4944: * src/main/pa_http.C 1.9:
4945: - taint names of $.headers for load[;http
4946:
4947: * src/main/pa_request.C 1.291:
4948: - force taint values of $response:field
4949:
4950: 2008-02-14 misha
4951: * src/main/pa_request.C 1.290:
4952: - $response:field transcoded to $response:charset before
4953: escaping now
4954:
4955: * src/main/pa_http.C 1.8:
4956: - some outdated comments removed
4957:
4958: * src/classes/date.C 1.79:
4959: - lastdat -> last-day
4960:
4961: * src/classes/date.C 1.78:
4962: - ^date:lastday(year;month) and ^date.lastday[] were added
4963: - little code refactoring
4964: - comments changes
4965:
4966: * tests/159.html 1.2:
4967: * tests/results/159.processed 1.2:
4968: - test for number of days in February
4969:
4970: * src/types/pa_value.C 1.23:
4971: - fixes in code formatting
4972:
4973: * src/classes/file.C 1.166:
4974: * src/classes/op.C 1.174:
4975: * src/classes/table.C 1.239:
4976: - fixes in code formatting and comments
4977:
4978: 2008-02-13 misha
4979: * src/main/pa_common.C 1.227:
4980: - bugfix for february at leap year
4981:
4982: 2008-01-28 misha
4983: * tests/160.html 1.4:
4984: * tests/results/160.processed 1.4:
4985: - more test for cache added
4986:
4987: * src/classes/op.C 1.173:
4988: - bugfix: cache body executed twice if contains unhandled
4989: exception
4990:
4991: 2008-01-25 misha
4992: * src/lib/sdbm/sdbm.c 1.4:
4993: - use arp_malloc instead of malloc (fixed bug when hashfile
4994: became inavailable after memory:compact)
4995:
4996: * src/lib/sdbm/apr-include/apr_strings.h 1.4:
4997: * src/lib/sdbm/apr_strings.C 1.3:
4998: - +arp_malloc
4999:
5000: 2008-01-22 misha
5001: * src/classes/table.C 1.238:
5002: - little refactiring and exception texts changes in method ^
5003: table.hash[]
5004:
5005: * src/types/pa_vcookie.C 1.73:
5006: - link to cookie specification changed
5007:
5008: 2008-01-21 misha
5009: * tests/171.html 1.3:
5010: * tests/cat.sh 1.2:
5011: * tests/results/171.processed 1.3:
5012: - more tests for file::exec/cgi
5013:
5014: * src/classes/file.C 1.165:
5015: - bugfix: core while processing headers if executed cgi script
5016: don't return content
5017:
5018: 2008-01-18 misha
5019: * configure 1.93:
5020: =no message
5021:
5022: * buildall-with-xml 1.20:
5023: - move to libxml2 version 2.6.31
5024:
5025: * configure.in 1.95:
5026: * src/include/pa_version.h 1.29:
5027: - version number updated to '3.2.3b'
5028:
5029: 2007-12-28 misha
5030: * src/classes/hash.C 1.82:
5031: * src/include/pa_hash.h 1.69:
5032: - hash.contain => hash.contains
5033:
5034: 2007-12-27 misha
5035: * gnu.vcproj [release_3_2_2] 1.2.2.1:
5036: * parser3.sln [release_3_2_2] 1.10.2.1:
5037: * src/classes/classes.vcproj [release_3_2_2] 1.15.2.1:
5038: * src/lib/cord/cord.vcproj [release_3_2_2] 1.4.2.1:
5039: * src/lib/gd/gd.vcproj [release_3_2_2] 1.9.2.1:
5040: * src/lib/ltdl/ltdl.vcproj [release_3_2_2] 1.4.2.1:
5041: * src/lib/md5/md5.vcproj [release_3_2_2] 1.4.2.1:
5042: * src/lib/pcre/pcre.vcproj [release_3_2_2] 1.4.2.1:
5043: * src/lib/pcre/pcre_dftables.vcproj [release_3_2_2] 1.5.2.1:
5044: * src/lib/pcre/pcre_parser_ctype.vcproj [release_3_2_2] 1.5.2.1:
5045: * src/lib/sdbm/sdbm.vcproj [release_3_2_2] 1.5.2.1:
5046: * src/lib/smtp/smtp.vcproj [release_3_2_2] 1.8.2.1:
5047: * src/main/main.vcproj [release_3_2_2] 1.19.2.1:
5048: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_2_2] 1.8.2.1:
5049: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_2_2] 1.11.2.1:
5050: * src/targets/cgi/parser3.vcproj [release_3_2_2] 1.14.2.1:
5051: * src/targets/isapi/parser3isapi.vcproj [release_3_2_2] 1.10.2.1:
5052: * src/types/types.vcproj [release_3_2_2] 1.19.2.1:
5053: =no message
5054:
5055: * gnu.vcproj 1.3:
5056: * parser3.sln 1.11:
5057: * src/classes/classes.vcproj 1.16:
5058: * src/lib/cord/cord.vcproj 1.5:
5059: * src/lib/gd/gd.vcproj 1.10:
5060: * src/lib/ltdl/ltdl.vcproj 1.5:
5061: * src/lib/md5/md5.vcproj 1.5:
5062: * src/lib/pcre/pcre.vcproj 1.5:
5063: * src/lib/pcre/pcre_dftables.vcproj 1.6:
5064: * src/lib/pcre/pcre_parser_ctype.vcproj 1.6:
5065: * src/lib/sdbm/sdbm.vcproj 1.6:
5066: * src/lib/smtp/smtp.vcproj 1.9:
5067: * src/main/main.vcproj 1.20:
5068: * src/targets/apache13/ApacheModuleParser3.vcproj 1.9:
5069: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.12:
5070: * src/targets/cgi/parser3.vcproj 1.15:
5071: * src/targets/isapi/parser3isapi.vcproj 1.11:
5072: * src/types/types.vcproj 1.20:
5073: - back to VS2003 because of Apache 1.3 module can't work if it was built in VS 2005.
5074: with cgi all file so VS2003 project files can be easy converted to the new format.
5075:
5076: 2007-12-25 misha
5077: * Makefile.am [release_3_2_2] 1.52.8.1:
5078: * Makefile.in [release_3_2_2] 1.67.2.1:
5079: * acinclude.m4 [release_3_2_2] 1.38.14.1:
5080: * aclocal.m4 [release_3_2_2] 1.41.14.1:
5081: * acsite.m4 [release_3_2_2] 1.16.14.1:
5082: * acsite.m4 [release_3_2_2] 1.16.14.2:
5083: * bin/Makefile.in [release_3_2_2] 1.12.14.1:
5084: * configure [release_3_2_2] 1.92.2.1:
5085: * configure.in [release_3_2_2] 1.94.2.1:
5086: * etc/Makefile.in [release_3_2_2] 1.17.14.1:
5087: * etc/parser3.charsets/Makefile.in [release_3_2_2] 1.21.14.1:
5088: * src/Makefile.in [release_3_2_2] 1.58.14.1:
5089: * src/classes/Makefile.in [release_3_2_2] 1.63.2.1:
5090: * src/include/Makefile.in [release_3_2_2] 1.20.14.1:
5091: * src/include/pa_config_auto.h.in [release_3_2_2] 1.43.14.1:
5092: * src/include/pa_version.h [release_3_2_2] 1.28.8.2:
5093: * src/lib/Makefile.in [release_3_2_2] 1.15.10.1:
5094: * src/lib/cord/Makefile.in [release_3_2_2] 1.6.10.1:
5095: * src/lib/cord/include/Makefile.in [release_3_2_2] 1.4.14.1:
5096: * src/lib/cord/include/private/Makefile.in [release_3_2_2] 1.4.14.1:
5097: * src/lib/gc/Makefile.in [release_3_2_2] 1.4.14.1:
5098: * src/lib/gc/include/Makefile.in [release_3_2_2] 1.4.14.1:
5099: * src/lib/gd/Makefile.in [release_3_2_2] 1.5.14.1:
5100: * src/lib/ltdl/Makefile.in [release_3_2_2] 1.9.8.1:
5101: * src/lib/md5/Makefile.in [release_3_2_2] 1.10.14.1:
5102: * src/lib/pcre/Makefile.in [release_3_2_2] 1.12.14.1:
5103: * src/lib/sdbm/Makefile.in [release_3_2_2] 1.3.14.1:
5104: * src/lib/sdbm/apr-include/Makefile.in [release_3_2_2] 1.3.14.1:
5105: * src/lib/smtp/Makefile.in [release_3_2_2] 1.5.14.1:
5106: * src/main/Makefile.in [release_3_2_2] 1.60.14.1:
5107: * src/sql/Makefile.in [release_3_2_2] 1.14.14.1:
5108: * src/targets/Makefile.in [release_3_2_2] 1.45.14.1:
5109: * src/targets/apache13/Makefile.in [release_3_2_2] 1.50.14.1:
5110: * src/targets/apache13core/Makefile.in [release_3_2_2] 1.7.14.1:
5111: * src/targets/cgi/Makefile.in [release_3_2_2] 1.69.14.1:
5112: * src/targets/isapi/Makefile.in [release_3_2_2] 1.15.14.1:
5113: * src/types/Makefile.in [release_3_2_2] 1.61.2.1:
5114: *** empty log message ***
5115:
5116: * src/include/pa_version.h [release_3_2_2] 1.28.8.1:
5117: =no message
5118:
5119: 2007-12-04 misha
5120: * src/types/pa_vcode_frame.h 1.34:
5121: - changes in comment
5122:
5123: 2007-11-29 misha
5124: * src/main/execute.C 1.318:
5125: * src/types/pa_vcode_frame.h 1.33:
5126: - code frame don't intercept strings any longer
5127:
5128: * tests/173.html 1.1:
5129: * tests/results/173.processed 1.1:
5130: - tests for $d[^date::now[]] $j{$d} $r[$j] -- must create date
5131: object in $r but not in main code frame
5132:
5133: * tests/172.html 1.1:
5134: * tests/results/172.processed 1.1:
5135: - more tests for pass objects from code frames
5136:
5137: 2007-11-27 misha
5138: * tests/152.html 1.7:
5139: * tests/results/152.processed 1.7:
5140: - tests for converting strings 'true'/'false' to bool were added
5141:
5142: * tests/152.html 1.6:
5143: - added checks for converting strings 'true'/'false' to bool
5144:
5145: * src/classes/string.C 1.158:
5146: - ^srting.bool[] now can convert to bool not only strings with
5147: numbers but with values 'true'/'false' as well
5148:
5149: * src/targets/apache13core/mod_parser3_core.C 1.11:
5150: * src/targets/cgi/parser3.C 1.246:
5151: * src/targets/isapi/parser3isapi.C 1.99:
5152: - buffer size for parser3.log increased
5153:
5154: * src/main/pa_common.C 1.226:
5155: - remove_crlf optimize whitespaces now
5156:
5157: * src/include/pa_common.h 1.116:
5158: - remove_crlf return cstring size now
5159:
5160: * src/include/pa_types.h 1.50:
5161: - constant with buffer size for parser3.log added
5162:
5163: 2007-11-16 misha
5164: * tests/cat.sh 1.1:
5165: - script for tests for file::exec/cgi
5166:
5167: * tests/171.html 1.1:
5168: - tests for file::exec/cgi
5169:
5170: * tests/results/171.processed 1.1:
5171: - tests results for file::exec/cgi
5172:
5173: 2007-11-15 misha
5174: * src/main/pa_exec.C 1.71:
5175: - fixed incorrect exec code for unix
5176:
5177: * src/classes/file.C 1.164:
5178: - .body must be set before analyzing cgi headers
5179:
5180: * src/classes/file.C 1.163:
5181: - bugfix: we must transcode output fix EOLs only if exec/cgi
5182: return anything.
5183:
5184: 2007-11-14 misha
5185: * operators.txt 1.204:
5186: - info about new text|binary option for file::exec/cgi was added
5187:
5188: * src/classes/file.C 1.162:
5189: * src/include/pa_exec.h 1.19:
5190: * src/main/pa_exec.C 1.70:
5191: - ^file:exec[[text|binary];script;...]
5192:
5193: * src/classes/file.C 1.161:
5194: * src/classes/image.C 1.117:
5195: * src/classes/string.C 1.157:
5196: * src/classes/table.C 1.237:
5197: * src/include/pa_exception.h 1.51:
5198: - more text strings moved to the one place
5199:
5200: 2007-11-09 misha
5201: * src/types/pa_vrequest.C 1.39:
5202: - $request:argv must be taint
5203:
5204: * operators.txt 1.203:
5205: * src/include/pa_request_info.h 1.6:
5206: * src/targets/cgi/parser3.C 1.245:
5207: * src/types/pa_vrequest.C 1.38:
5208: * src/types/pa_vrequest.h 1.34:
5209: - $request:argv
5210:
5211: 2007-10-25 misha
5212: * buildall-with-xml 1.19:
5213: * buildall-without-xml 1.12:
5214: - options preparations for ./configure rewrited
5215:
5216: * src/main/compile.tab.C 1.115:
5217: * src/main/compile.y 1.222:
5218: - bug if parser.compile error occure in unhandled_exception
5219: finally fixed
5220:
5221: 2007-10-23 misha
5222: * tests/170.html 1.1:
5223: * tests/results/170.processed 1.1:
5224: - test for @method[][result]
5225:
5226: * operators.txt 1.202:
5227: - added info about node.prefix and node.namespaceURI
5228:
5229: * src/classes/xnode.C 1.81:
5230: - xmlHasProp used instead of xmlGetProp
5231:
5232: * src/types/pa_vxnode.C 1.49:
5233: - DOM2 fields namespaceURI and prefix were added for node and
5234: attribute
5235:
5236: 2007-10-22 misha
5237: * src/types/pa_vmail.C 1.81:
5238: - content-transfer-encoding: 8bit added
5239:
5240: * src/main/pa_request.C 1.289:
5241: - added const content-transfer-encoding
5242:
5243: * src/include/pa_request.h 1.187:
5244: - added const content-transfer-encoding
5245: - ups. constants must be in lowercase (for search)
5246:
5247: * src/types/pa_vmail.C 1.80:
5248: - more constants used
5249: - content-transfer-encoding: 8bit added
5250:
5251: * src/main/pa_uue.C 1.11:
5252: - content-transfer-encoding moved out of here
5253:
5254: * src/include/pa_request.h 1.186:
5255: - more constants
5256:
5257: * src/types/pa_vmail.C 1.79:
5258: - constant renamed
5259: - $.content-id don't ommit anymore if $.content-disposition was specified
5260: - little refactoring
5261:
5262: * src/include/pa_request.h 1.185:
5263: * src/main/pa_request.C 1.288:
5264: - constant renamed
5265:
5266: 2007-10-17 misha
5267: * operators.txt 1.201:
5268: - info about table::create[nameless]{data}[>options<] was added
5269:
5270: * src/main/compile.tab.C 1.114:
5271: * src/main/compile.y 1.221:
5272: - if error occure while compile method don't put this method in methods table anymore.
5273: in other case the parser coredumped if @unhandled_exception method can't be compiled because of
5274: parser.compile error.
5275:
5276: * src/main/execute.C 1.317:
5277: - little code reformating
5278:
5279: * src/main/pa_request.C 1.287:
5280: - little code reformating
5281: - comment changed
5282:
5283: 2007-10-16 misha
5284: * tests/035.html 1.3:
5285: * tests/results/035.processed 1.5:
5286: - tests table::create[]{}[options] added
5287:
5288: * src/classes/table.C 1.236:
5289: - table::create[]{} now accept 3rd param: options (only $
5290: .seperator[] yet)
5291:
5292: 2007-10-10 misha
5293: * src/classes/table.C 1.235:
5294: - some contstants moved to pa_common.h
5295: - some code changes
5296:
5297: 2007-10-02 misha
5298: * src/main/pa_uue.C 1.10:
5299: - memory usage during uuencode reduced more then three time as
5300: much. but base64 encoding method still use less memory anyway.
5301:
5302: 2007-09-17 misha
5303: * src/include/pa_common.h 1.115:
5304: - some stuff for use with .for_each moved here
5305:
5306: * src/classes/hash.C 1.81:
5307: - some stuff for use with .for_each moved to common
5308:
5309: * src/types/pa_vcookie.C 1.72:
5310: - $cookie:fields available now
5311:
5312: * operators.txt 1.200:
5313: - added info about $cookie:fields
5314:
5315: * src/types/pa_venv.C 1.4:
5316: * src/types/pa_venv.h 1.34:
5317: - some strings moved to #define
5318:
5319: 2007-09-14 misha
5320: * buildall-with-xml 1.18:
5321: - new xml libs again =)
5322:
5323: 2007-08-28 misha
5324: * src/classes/table.C 1.233:
5325: - new option ^table.columns[[column name]] was added
5326:
5327: * src/classes/string.C 1.156:
5328: - new option ^string.split[...;v;[column name]]
5329:
5330: * operators.txt 1.199:
5331: - texts about ^table.columns[[column name]] and ^string.split[
5332: ...][v][column name] were added
5333:
5334: * tests/168.html 1.1:
5335: * tests/169.html 1.1:
5336: * tests/results/168.processed 1.1:
5337: * tests/results/169.processed 1.1:
5338: - tests for ^table.columns[[column name]] and ^string.split[...]
5339: [v][column name] were added
5340:
5341: * src/include/pa_exception.h 1.50:
5342: - error text message for ^hash._keys[], ^table.columns[] and ^
5343: string.split[]
5344:
5345: 2007-08-27 misha
5346: * src/main/untaint.C 1.138:
5347: - try to fix coredump on unix if print to body ^taint[sql][
5348: something] outside of connect
5349:
5350: * buildall-with-xml 1.17:
5351: * buildall-without-xml 1.11:
5352: - strip parser3 was added (commented by default)
5353:
5354: * tests/167.html 1.1:
5355: * tests/results/167.processed 1.1:
5356: - test for ^taint[sql] outside of connect
5357:
5358: 2007-08-20 misha
5359: * operators.txt 1.198:
5360: - comment about new method ^node.hasAttributes[] was added
5361:
5362: * src/include/pa_exception.h 1.49:
5363: - more exception text strings moved here
5364:
5365: * src/classes/xnode.C 1.78:
5366: - DOM2 method ^xnode.hasAttributes[] was added
5367:
5368: * src/include/pa_exception.h 1.48:
5369: - some exception text strings movet to pa_exception
5370:
5371: * tests/149.html 1.2:
5372: * tests/results/149.processed 1.3:
5373: - test for ^xnode.hasAttributes[] was added
5374: - some code changes
5375:
5376: * src/classes/file.C 1.160:
5377: * src/classes/math.C 1.51:
5378: * src/classes/op.C 1.172:
5379: * src/classes/string.C 1.155:
5380: * src/classes/xdoc.C 1.156:
5381: - more duplicated exception text strings were removed
5382:
5383: * src/classes/file.C 1.159:
5384: * src/classes/hashfile.C 1.41:
5385: * src/classes/image.C 1.116:
5386: * src/classes/op.C 1.171:
5387: * src/classes/string.C 1.154:
5388: * src/classes/table.C 1.232:
5389: * src/classes/xdoc.C 1.155:
5390: * src/classes/xnode.C 1.79:
5391: - some duplicate exceptions' text strings removed
5392:
5393: 2007-08-17 misha
5394: * operators.txt 1.197:
5395: * src/targets/cgi/parser3.C 1.243:
5396: - annoying 'SIGPIPE' messages in parser3.log switched off by
5397: default. If someone really still need it: use $SIGPIPE(1)
5398:
5399: * tests/006.html 1.4:
5400: * tests/059.html 1.3:
5401: * tests/results/006.processed 1.5:
5402: * tests/results/059.processed 1.5:
5403: - more tests for match
5404:
5405: * src/classes/math.C 1.50:
5406: * src/targets/cgi/parser3.C 1.244:
5407: * src/targets/isapi/parser3isapi.C 1.98:
5408: - little syntax changes
5409:
5410: * tests/129.html 1.3:
5411: * tests/results/129.processed 1.5:
5412: - tests for ^table.hash[...][$.type[string|hash|table]] added
5413:
5414: 2007-08-08 misha
5415: * buildall-with-xml 1.15:
5416: * buildall-without-xml 1.9:
5417: - remove libs source files by default since now
5418:
5419: 2007-08-07 misha
5420: * buildall-with-xml 1.14:
5421: - compile libxml2 without http support
5422: - some option syntax changes
5423:
5424: * buildall-without-xml 1.8:
5425: - some option syntax changes
5426:
5427: * src/main/pa_xml_io.C 1.20:
5428: - will use parser file loader for xml needs
5429:
5430: 2007-08-06 misha
5431: * buildall-with-xml 1.13:
5432: - moved to libxml2-2.6.29 and libxslt-1.1.21
5433:
5434: * tests/160.html 1.3:
5435: * tests/results/160.processed 1.3:
5436: - cache test was rewrited
5437:
5438: 2007-07-06 misha
5439: * src/types/pa_vform.C 1.87:
5440: - bugfix: uploaded file name wasn't transcoded
5441:
5442: * src/classes/math.C 1.49:
5443: - ^math:long2ip(long) and ^math:sha1[string] were added
5444:
5445: * tests/153.html 1.3:
5446: * tests/results/153.processed 1.3:
5447: - added test for ^math:sha1[string]
5448:
5449: 2007-06-28 misha
5450: * etc/parser3.charsets/windows-1251.cfg 1.13:
5451: - removed duplicated and some incorrect chars
5452:
5453: 2007-06-19 misha
5454: * src/include/pa_hash.h 1.68:
5455: - methods generic_hash_code & hash_code were moved on top
5456: because of gcc 4 had a problems during building.
5457:
5458: 2007-06-18 misha
5459: * tests/results/019.processed 1.4:
5460: - new image commited
5461:
5462: 2007-06-09 misha
5463: * src/types/pa_vmethod_frame.h 1.62:
5464: - method as_expression was added
5465:
5466: * src/classes/op.C 1.170:
5467: * src/classes/table.C 1.231:
5468: - in while and table.select method as_expression used now
5469:
5470: 2007-06-08 misha
5471: * src/lib/cord/include/private/cord_pos.h 1.4:
5472: - back to origin value because of no speed/memory optimisation
5473: but some proglems with long cycles occure
5474:
5475: * tests/166.html 1.1:
5476: * tests/results/166.processed 1.1:
5477: - test for ^match[...][n]
5478:
5479: * tests/165.html 1.1:
5480: * tests/results/165.processed 1.1:
5481: - tests for loops
5482:
5483: 2007-06-06 misha
5484: * src/classes/op.C 1.169:
5485: * src/classes/table.C 1.230:
5486: - ^while(true){}, ^while(1){}, ^table.select(true) and ^
5487: table.select(1) didn't works because of awaiting junction-param
5488: only. fixed.
5489:
5490: 2007-05-24 misha
5491: * src/include/pa_os.h 1.6:
5492: - consts for blocking locks + some comments were added
5493:
5494: * src/main/pa_os.C 1.9:
5495: - locks engines were rewrited: now we don't use system locks
5496: which wait till other threads release it but try get lock, if
5497: fail wait 1 sec and make 10 attempts.
5498:
5499: * src/lib/sdbm/apr_file_io.C 1.6:
5500: - wait till lock released while opening files
5501:
5502: * src/classes/table.C 1.229:
5503: - changes in includes. if unclude <sstream> after our classes on
5504: unix it can't be build
5505:
5506: * src/types/pa_vhashfile.C 1.55:
5507: - not needed code removed
5508:
5509: * src/classes/op.C 1.168:
5510: - cache was rewrited. I hope it works with locking system now on
5511: unix
5512:
5513: * src/include/pa_os.h 1.7:
5514: * src/main/pa_os.C 1.10:
5515: - 20 attempt to get lock with 0.5 secs interval
5516:
5517: 2007-05-23 misha
5518: * src/classes/file.C 1.158:
5519: * src/classes/op.C 1.167:
5520: * src/include/pa_common.h 1.114:
5521: * src/main/pa_common.C 1.225:
5522: - cosmetic changes
5523:
5524: 2007-05-18 misha
5525: * tests/results/160.processed 1.2:
5526: - returned time corrected
5527:
5528: * tests/160.html 1.2:
5529: - time increased because on unix 1 mean nothing :(
5530:
5531: * src/lib/cord/include/private/cord_pos.h 1.3:
5532: - rebalance tree not so often. it's give some speed increasing
5533:
5534: * src/classes/hash.C 1.80:
5535: - added ^hash.contain[key]
5536:
5537: * operators.txt 1.195:
5538: - added info about ^hash.contain[key]
5539:
5540: * src/include/pa_hash.h 1.67:
5541: - added method for checking key exists in hash
5542:
5543: 2007-05-07 misha
5544: * src/include/pa_string.h 1.169:
5545: - was compilation error during build on freebsd4
5546:
5547: 2007-05-03 misha
5548: * src/classes/table.C 1.227:
5549: - option $.type[hash|string|table] was added for ^table.hash[]
5550:
5551: * src/classes/file.C 1.157:
5552: - comment removed
5553:
5554: 2007-04-26 misha
5555: * src/types/pa_vhashfile.C 1.54:
5556: * src/types/pa_vhashfile.h 1.37:
5557: - while ::open the real files doesn't opened in place anymore
5558:
5559: 2007-04-24 misha
5560: * src/include/pa_exception.h 1.47:
5561: "static" removed
5562:
5563: * src/classes/math.C 1.48:
5564: - I thought one more time and remove lg(N) :)
5565:
5566: 2007-04-23 misha
5567: * src/classes/math.C 1.47:
5568: ^math:lg(N) => ^math:log10(N)
5569:
5570: * src/classes/math.C 1.46:
5571: added:
5572: - ^math:ln(N) (the same as ^math:log(N))
5573: - ^math:lg(N)
5574:
5575: * tests/097.html 1.6:
5576: * tests/results/097.processed 1.7:
5577: - charsets converstion during ^file::load[text;http://...] added
5578:
5579: * tests/164.html 1.1:
5580: * tests/results/164.processed 1.1:
5581: - test for hashfile
5582:
5583: * src/types/pa_vhashfile.C 1.53:
5584: - don't open hashfile files until 1st access
5585:
5586: * src/types/pa_vhashfile.C 1.52:
5587: * src/types/pa_vhashfile.h 1.36:
5588: - .clear() removed.
5589:
5590: * src/include/pa_exception.h 1.46:
5591: - string constant with "parser.runtime" text was added
5592:
5593: * src/classes/hashfile.C 1.40:
5594: - little comment changes
5595:
5596: * tests/164.html 1.2:
5597: * tests/results/164.processed 1.2:
5598: - check for set expires as a date
5599:
5600: * src/classes/hashfile.C 1.39:
5601: - with .clear[] called files_delete() now.
5602:
5603: * src/classes/date.C 1.77:
5604: * src/classes/double.C 1.61:
5605: * src/classes/file.C 1.156:
5606: * src/classes/form.C 1.40:
5607: * src/classes/hash.C 1.79:
5608: * src/classes/image.C 1.115:
5609: * src/classes/int.C 1.57:
5610: * src/classes/mail.C 1.111:
5611: * src/classes/math.C 1.45:
5612: * src/classes/op.C 1.166:
5613: * src/classes/string.C 1.153:
5614: * src/classes/table.C 1.226:
5615: * src/classes/void.C 1.38:
5616: * src/classes/xdoc.C 1.154:
5617: * src/classes/xnode.C 1.77:
5618: * src/classes/xnode.h 1.26:
5619: * src/include/pa_request.h 1.184:
5620: * src/main/execute.C 1.316:
5621: * src/main/pa_charset.C 1.56:
5622: * src/main/pa_charsets.C 1.17:
5623: * src/main/pa_common.C 1.224:
5624: * src/main/pa_dictionary.C 1.24:
5625: * src/main/pa_exec.C 1.69:
5626: * src/main/pa_http.C 1.7:
5627: * src/main/pa_request.C 1.286:
5628: * src/main/pa_sql_driver_manager.C 1.87:
5629: * src/main/pa_table.C 1.62:
5630: * src/types/pa_value.C 1.22:
5631: * src/types/pa_value.h 1.129:
5632: * src/types/pa_vclass.C 1.34:
5633: * src/types/pa_vconsole.h 1.13:
5634: * src/types/pa_vfile.h 1.61:
5635: * src/types/pa_vhash.h 1.59:
5636: * src/types/pa_vimage.h 1.48:
5637: * src/types/pa_vmail.C 1.78:
5638: * src/types/pa_vmethod_frame.h 1.61:
5639: * src/types/pa_vstateless_class.C 1.31:
5640: * src/types/pa_vstateless_class.h 1.56:
5641: * src/types/pa_vtable.C 1.27:
5642: * src/types/pa_vxdoc.h 1.44:
5643: * src/types/pa_wcontext.C 1.34:
5644: - "parser.runtime" strings were removed
5645:
5646: 2007-04-20 misha
5647: * src/classes/hashfile.C 1.38:
5648: - ^hashfile.cleanup[], ^hashfile.release[] were added
5649:
5650: * src/classes/op.C 1.165:
5651: - bug. must be false
5652:
5653: * operators.txt 1.193:
5654: - added info about .^hashfile.release[], ^hashfile.clenaup[] and
5655: new ^string.match[][>N-option<]
5656:
5657: * configure.in 1.94:
5658: - checking for unsetenv was added
5659:
5660: * src/types/pa_vhashfile.C 1.51:
5661: * src/types/pa_vhashfile.h 1.35:
5662: - hashfile can auto reopen now
5663:
5664: * src/types/pa_vform.C 1.86:
5665: - some comments
5666:
5667: * configure 1.92:
5668: =cheching for unsetenv
5669:
5670: * operators.txt 1.194:
5671: - some comments changing
5672:
5673: * src/classes/string.C 1.152:
5674: * src/include/pa_string.h 1.168:
5675: * src/main/pa_string.C 1.209:
5676: - ^string.match[][] understand new option now: return number of
5677: matches but not table wit results
5678:
5679: 2007-04-18 misha
5680: * buildall-with-xml 1.10:
5681: * buildall-without-xml 1.6:
5682: added commented lines with --disable-safe-mode option
5683:
5684: * buildall-with-xml 1.11:
5685: moving to libxml2-2.6.28
5686:
5687: * operators.txt 1.192:
5688: - info about $form:files
5689:
5690: 2007-04-17 misha
5691: * src/types/pa_vdate.h 1.45:
5692: - start adding unsetenv("TZ");
5693:
5694: * tests/163.html 1.2:
5695: * tests/results/163.processed 1.2:
5696: removing auto format
5697:
5698: * src/types/pa_vform.C 1.85:
5699: * src/types/pa_vform.h 1.51:
5700: - some code was modified
5701: - $form:files was added
5702:
5703: 2007-04-16 misha
5704: * tests/163.html 1.1:
5705: * tests/results/163.processed 1.1:
5706: - test for .int[], floor, round, ceiling and .format[]
5707:
5708: * src/classes/file.C 1.155:
5709: - little optimization for getting args in exec/cgi
5710:
5711: 2007-04-13 misha
5712: * src/classes/file.C 1.154:
5713: - arguments for file::exec/cgi can be specified now as s table
5714: with one column
5715:
5716: 2007-03-27 misha
5717: * tests/162.html 1.1:
5718: * tests/results/162.processed 1.1:
5719: - test for ^table.select(^condition[$t])
5720:
5721: * tests/results/auto.p 1.2:
5722: - load windows-1251 charset for some tests
5723:
5724: * tests/run_parser.sh 1.4:
5725: PARSER_CONFIG -> CGI_PARSER_CONFIG
5726:
5727: * tests/013.html 1.3:
5728: * tests/results/013.processed 1.5:
5729: - added test for checking $._default value while hash
5730: modifications
5731:
5732: * tests/160.html 1.1:
5733: * tests/results/160.processed 1.1:
5734: - add test for ^cache[key](secs){code}, ^cache[] and ^cache(0)
5735:
5736: * tests/161.html 1.1:
5737: * tests/161_utf8.txt 1.1:
5738: * tests/161_windows1251.txt 1.1:
5739: * tests/results/161.processed 1.1:
5740: - added test for ^file::load[text;/local/file.txt;$.charset[...]]
5741:
5742:
5743: 2007-03-22 misha
5744: * operators.txt 1.191:
5745: - added info about date.weekyear
5746:
5747: * src/include/pa_common.h 1.113:
5748: - "charset" string defined for ^file::load[text;/local.txt] and ^
5749: table::load[/table.txt]
5750:
5751: * src/main/pa_common.C 1.223:
5752: * src/main/pa_http.C 1.6:
5753: - $.charset option for ^file::load[text;/local.txt] and ^table::load[/table.txt] was added
5754: - not needed transcodes were removed from ^file::load[...;http://...]
5755:
5756: * src/types/pa_vdate.h 1.44:
5757: - date.week was fixed
5758: - date.weekyear was added
5759:
5760: * src/classes/date.C 1.76:
5761: - date.week was fixed
5762:
5763: * tests/159.html 1.1:
5764: * tests/results/159.processed 1.1:
5765: - tests for date.week and date.weekyear added
5766:
5767: 2007-03-15 misha
5768: * src/classes/table.C 1.225:
5769: - enclose column numbers for nameless tables as well
5770:
5771: 2007-03-14 misha
5772: * src/targets/cgi/parser3.C 1.242:
5773: - bugxif. failed when request cgi
5774:
5775: * src/classes/table.C 1.224:
5776: - table.save optimization: now required much less memory
5777:
5778: 2007-03-13 misha
5779: * buildall-with-xml 1.8:
5780: - pattern needed now for building
5781:
5782: * tests/097.html 1.5:
5783: - added test for xdoc::load
5784:
5785: * buildall-with-xml 1.9:
5786: libxml2: --without-ftp --without-docbook
5787:
5788: * tests/results/097.processed 1.6:
5789: - added test results for xdoc::load & xdoc::load[http://...]
5790:
5791: * tests/158.html 1.1:
5792: * tests/results/158.processed 1.1:
5793: * tests/results/158.processes 1.1:
5794: * tests/results/158.processes 1.2:
5795: - tests for table.save/table.load
5796:
5797: 2007-03-12 misha
5798: * tests/107.html 1.4:
5799: * tests/results/107.processed 1.5:
5800: - added test for xpath '//man'
5801:
5802: 2007-03-01 misha
5803: * tests/097.html 1.4:
5804: * tests/results/097.processed 1.5:
5805: - added test for creating xdoc from file
5806:
5807: * tests/157.html 1.3:
5808: * tests/results/157.processed 1.2:
5809: - added test for file:move
5810:
5811: 2007-02-28 misha
5812: * tests/results/099.processed 1.5:
5813: - ever send content-disposition to client with file
5814:
5815: * operators.txt 1.190:
5816: * src/classes/xdoc.C 1.151:
5817: - ^xdoc::create[$file] added.
5818:
5819: * src/classes/xdoc.C 1.153:
5820: - another attempt
5821:
5822: * tests/157.html 1.1:
5823: + test for file:copy
5824:
5825: * src/classes/xdoc.C 1.152:
5826: - roll back last changes for a while
5827:
5828: * src/classes/file.C 1.153:
5829: - under lock we create non-exist dir anyway
5830:
5831: 2007-02-26 misha
5832: * src/classes/file.C 1.152:
5833: - some similar strings moved to #define instead of to be copy/
5834: pasted many times
5835:
5836: * src/types/pa_vfile.h 1.60:
5837: - class name string ("file") moved to #define
5838:
5839: 2007-02-20 misha
5840: * bin/auto.p.dist.in 1.14:
5841: - added lines for sqlite
5842:
5843: * configure.in 1.93:
5844: - added some strings for sqlite detection
5845:
5846: 2007-02-19 misha
5847: * buildall-with-xml 1.7:
5848: * buildall-without-xml 1.5:
5849: - some modifications
5850:
5851: * operators.txt 1.189:
5852: - some comments changes
5853:
5854: 2007-02-17 misha
5855: * buildall-with-xml 1.6:
5856: * buildall-without-xml 1.4:
5857: - moving to gc6.8
5858:
5859: * src/main/pa_request.C 1.285:
5860: - damn, i forgot to commit it while I change console behaviour
5861:
5862: 2007-02-12 misha
5863: * src/types/pa_vimage.C 1.36:
5864: * src/types/pa_vimage.h 1.47:
5865: - fixed bug added while adding 'bool' (^if($image){} caused
5866: exception)
5867:
5868: * src/targets/cgi/parser3.C 1.241:
5869: - don't print headers if $console:line[data] was used during cgi
5870: execution.
5871:
5872: * src/types/pa_vconsole.h 1.12:
5873: - console class have bool flag now which marked as 'true' if
5874: class was used.
5875:
5876: * tests/152.html 1.5:
5877: * tests/results/152.processed 1.6:
5878: - more types was added to test 152
5879:
5880: 2007-02-09 misha
5881: * src/types/pa_vxdoc.C 1.34:
5882: * src/types/pa_vxdoc.h 1.43:
5883: * src/types/pa_vxnode.C 1.48:
5884: * src/types/pa_vxnode.h 1.39:
5885: - bugfix. I broke xdoc & xnode in expression
5886:
5887: * tests/152.html 1.3:
5888: * tests/results/152.processed 1.4:
5889: - test rewrited
5890:
5891: * tests/152.html 1.4:
5892: * tests/results/152.processed 1.5:
5893: - test alightly updated
5894:
5895: 2007-02-08 misha
5896: * tests/152.html 1.2:
5897: * tests/results/152.processed 1.3:
5898: - add test for checking 'def' for void, string, bool, int &
5899: double
5900:
5901: 2007-02-07 misha
5902: * src/main/pa_common.C 1.222:
5903: - definitions for ^file:base64[filespec]
5904:
5905: * src/types/pa_vconsole.h 1.11:
5906: * src/types/pa_vcookie.C 1.71:
5907: - little optimization
5908:
5909: * src/classes/file.C 1.151:
5910: - ^file:base64[filespec]
5911:
5912: * tests/results/153.processed 1.2:
5913: - result test for ^file:base64[filespec] was updated
5914:
5915: * tests/153.html 1.2:
5916: - test for ^file:base64[filespec] was added
5917:
5918: * src/include/pa_common.h 1.112:
5919: - declarations for ^file:base64[filespec]
5920:
5921: * operators.txt 1.188:
5922: - ^file:base64[filespec] was added
5923:
5924: 2007-02-06 misha
5925: * src/types/pa_vbool.h 1.30:
5926: - bugfix
5927:
5928: * tests/156.html 1.1:
5929: - added test for bool cookie
5930:
5931: * src/main/utf8-to-lower.inc 1.2:
5932: * src/main/utf8-to-upper.inc 1.2:
5933: - some chars were temporary commented
5934:
5935: * tests/153.html 1.1:
5936: * tests/154.html 1.1:
5937: * tests/todo.txt 1.6:
5938: - two more tests added
5939:
5940: * src/types/pa_vcookie.h 1.32:
5941: - not needed string "cookie" removed
5942:
5943: * tests/155.html 1.1:
5944: * tests/results/155.processed 1.1:
5945: - added test for check $.encloser[] option for table save/load
5946:
5947: 2007-02-05 misha
5948: * tests/results/141.processed 1.5:
5949: - math:md5 must be lowercased
5950:
5951: * src/targets/cgi/parser3.C 1.240:
5952: - 2007 in help ;)
5953:
5954: * tests/results/152.processed 1.2:
5955: - newline at the end was missed
5956:
5957: 2007-02-03 misha
5958: * tests/152.html 1.1:
5959: - test for bool added
5960:
5961: * operators.txt 1.187:
5962: - info bool class was added
5963:
5964: * src/classes/Makefile.am 1.50:
5965: * src/classes/Makefile.in 1.63:
5966: * src/classes/bool.C 1.1:
5967: * src/classes/classes.vcproj 1.15:
5968: * src/classes/double.C 1.60:
5969: * src/classes/int.C 1.56:
5970: * src/classes/string.C 1.151:
5971: * src/classes/void.C 1.37:
5972: * src/classes/xnode.C 1.76:
5973: * src/include/pa_string.h 1.167:
5974: * src/types/pa_vbool.h 1.29:
5975: * src/types/pa_vclass.h 1.52:
5976: * src/types/pa_vimage.h 1.46:
5977: * src/types/pa_vint.h 1.45:
5978: * src/types/pa_vjunction.C 1.4:
5979: * src/types/pa_vjunction.h 1.25:
5980: * src/types/pa_vproperty.C 1.1:
5981: * src/types/pa_vproperty.h 1.4:
5982: * src/types/pa_vstateless_class.C 1.30:
5983: * src/types/pa_vstateless_class.h 1.55:
5984: * src/types/pa_vxdoc.C 1.33:
5985: * src/types/pa_vxdoc.h 1.42:
5986: * src/types/pa_vxnode.h 1.38:
5987: * src/types/types.vcproj 1.19:
5988: - bool class was added
5989:
5990: * tests/results/150.processed 1.2:
5991: * tests/results/151.processed 1.2:
5992: * tests/results/152.processed 1.1:
5993: - test for bool added and some content length fixes
5994:
5995: * buildall-with-xml 1.5:
5996: - moved to libxml2-2.6.27 and libxslt-1.1.20
5997:
5998: * src/main/pa_request.C 1.284:
5999: - fix
6000:
6001: 2007-01-18 misha
6002: * src/classes/string.C 1.150:
6003: * src/main/pa_string.C 1.208:
6004: - return table during ^string.match[][] even if no matched
6005: found.
6006:
6007: 2006-12-20 misha
6008: * src/types/pa_method.h 1.7:
6009: * src/types/pa_vfile.h 1.59:
6010: - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
6011:
6012: 2006-12-19 misha
6013: * src/main/pa_request.C 1.283:
6014: - always set content-disposition for $response:body[hash here].
6015: more details: http://www.parser.ru/forum/?id=52130
6016:
6017: * src/types/pa_vxdoc.C 1.32:
6018: - $xDoc is "xnode" == true now. more details: http://
6019: www.parser.ru/forum/?id=52359
6020:
6021: 2006-12-07 misha
6022: * operators.txt 1.186:
6023: - added info about bool params in cookie set
6024:
6025: * src/types/pa_value.C 1.21:
6026: * src/types/pa_value.h 1.128:
6027: * src/types/pa_vbool.h 1.28:
6028: - is_bool method was added
6029:
6030: * src/types/pa_vcookie.C 1.70:
6031: - bool param in cookies available now
6032: $cookie:name[
6033: $.value[123]
6034: $.secure(true)
6035: $.httponly(true)
6036: ]
6037:
6038: 2006-12-02 misha
6039: * src/classes/file.C 1.150:
6040: - file_block_read used instead of native read
6041:
6042: * src/include/pa_common.h 1.111:
6043: - added file_block_read declaration
6044:
6045: * src/main/pa_common.C 1.221:
6046: - added file_block_read with read error detection
6047: - file_block_read used instead of native read
6048:
6049: 2006-12-01 misha
6050: * src/classes/file.C 1.148:
6051: - ^file:copy[from;fo] was added
6052:
6053: * operators.txt 1.184:
6054: - added info about ^file:copy[]
6055:
6056: * src/types/pa_vstateless_class.C 1.29:
6057: * src/types/pa_vstateless_class.h 1.54:
6058: - $var.CLASS_NAME added
6059:
6060: * operators.txt 1.185:
6061: - info about $var.CLASS_NAME was added
6062:
6063: 2006-11-20 misha
6064: * src/classes/date.C 1.75:
6065: - bug fix :)
6066:
6067: 2006-11-17 misha
6068: * src/main/pa_common.C 1.220:
6069: - little optimization in getMonthDays
6070: - small changes in crc32 calculation
6071:
6072: * src/classes/date.C 1.74:
6073: - not needed code was removed
6074:
6075: * src/include/pa_common.h 1.110:
6076: - array in crc32 calculation was changed to static
6077:
6078: 2006-11-16 misha
6079: * src/types/pa_vmail.C 1.76:
6080: - mail:send now set content-type: multipart/related instead of
6081: multipart/mixed if file have $.content-id[]
6082:
6083: * src/types/pa_vmail.C 1.77:
6084: - fix missed brakes
6085:
6086: 2006-11-15 misha
6087: * src/types/pa_vdouble.h 1.52:
6088: abs -> fabs
6089:
6090: 2006-11-14 misha
6091: * src/include/pa_common.h 1.109:
6092: - hex_string was moved from math.C
6093: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6094:
6095: * operators.txt 1.183:
6096: - added info about ^file.md5[] and ^file:md5[file-name]
6097:
6098: * src/types/pa_vdouble.h 1.51:
6099: - incorrect frac detection with negative values was fixed
6100:
6101: * src/classes/math.C 1.44:
6102: - hex_string was moved to pa_common.h
6103:
6104: * src/main/pa_common.C 1.219:
6105: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6106:
6107: * src/classes/file.C 1.147:
6108: - ^file.md5[] and ^file:md5[file-name] were added
6109:
6110: 2006-11-13 misha
6111: * operators.txt 1.182:
6112: - added info about ^math:crc32[string], ^file:crc32[file-name] &
6113: ^file.crc32[]
6114:
6115: * src/classes/file.C 1.146:
6116: - some comments were changed
6117: - added ^file:crc32[file-name] and ^file.crc32[]
6118:
6119: * src/classes/math.C 1.43:
6120: - added ^math:crc32[string]
6121:
6122: * src/include/pa_common.h 1.108:
6123: * src/main/pa_common.C 1.218:
6124: - some functions for crc32 calculation added
6125:
6126: 2006-11-03 misha
6127: * tests/150.html 1.1:
6128: * tests/151.html 1.1:
6129: * tests/results/150.processed 1.1:
6130: * tests/results/151.processed 1.1:
6131: - 2 tests were added
6132:
6133: * src/include/pa_array.h 1.70:
6134: - not needed variable removed
6135:
6136: * src/include/pa_array.h 1.69:
6137: * src/include/pa_table.h 1.62:
6138: - table.locate & table.join with $.reverse(1) were fixed
6139:
6140: * src/main/pa_http.C 1.5:
6141: - bug fix. now tainted data from $.form and query converted to $
6142: .charset during ^file::load[http://...]
6143:
6144: 2006-11-02 misha
6145: * src/include/pa_table.h 1.61:
6146: ups. forget '=' char
6147:
6148: * src/include/pa_table.h 1.60:
6149: - one more fix in .locate[...][$.reverse(1)]
6150:
6151: 2006-11-01 misha
6152: * src/main/pa_http.C 1.4:
6153: - second param for this mid method is length but not end_index so this method has error and can't detect charsets in next content-types:
6154: Content-type: text/html; charset="windows-1251"
6155: Content-type: text/html; charset="windows-1251";
6156: Content-type: text/html; charset=windows-1251;
6157:
6158: only
6159: Content-type: text/html; charset=windows-1251
6160: was fine
6161:
6162: * src/include/pa_table.h 1.59:
6163: - bug fix during ^table.locate( condition false for all records )
6164: [$.reverse(1)]
6165:
6166: * src/classes/math.C 1.42:
6167: - bug fix, details: http://www.parser.ru/forum/?id=53360
6168:
6169: 2006-10-31 misha
6170: * src/classes/file.C 1.145:
6171: - empty args in file::exec removed now
6172:
6173: 2006-09-11 misha
6174: * bin/auto.p.dist.in 1.13:
6175: - 2 errors were fixed
6176: - table::set was replaced to table::create
6177: - some changes in text/code formatting
6178:
6179: 2006-09-03 paf
6180: * src/classes/file.C 1.144:
6181: proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
6182: PARAMS]
6183:
6184: 2006-06-09 paf
6185: * src/classes/table.C 1.223:
6186: formatting
6187:
6188: * src/classes/hash.C 1.78:
6189: incorporated patch from misha
6190: Sent: Wednesday, June 07, 2006 9:52 PM
6191: Subject: parser3: patch for $hash._default disappear while
6192:
6193: * src/types/pa_vmail.C 1.75:
6194: misha:
6195: Sent: Wednesday, June 07, 2006 8:51 PM
6196: Subject: patch for base64 in ^mail:send[] %-)
6197:
6198: * src/classes/table.C 1.222:
6199: incorporated patch from misha:
6200: Sent: Thursday, June 08, 2006 12:38 PM
6201: Subject: parser3: patch for ignoring string options for ^table.save[]
6202:
6203: * src/lib/pcre/pcre-2_08.tar.gz 1.2:
6204: one can easily find those
6205:
6206: * operators.txt 1.181:
6207: ^mail:send[
6208: $.file1[
6209: $.value[file]
6210: $.format[!uue|!base64] << new base64 option. default uue
6211: ]
6212: ]
6213:
6214: 2006-04-09 paf
6215: * buildall-with-xml [release_3_2_1] 1.1.2.5:
6216: merged
6217: . ftp paths update
6218:
6219: * buildall-with-xml 1.4:
6220: . ftp paths update
6221:
6222: * gnu.vcproj 1.2:
6223: * operators.txt 1.180:
6224: * parser3.sln 1.10:
6225: * src/classes/classes.vcproj 1.14:
6226: * src/classes/file.C 1.143:
6227: * src/classes/hash.C 1.77:
6228: * src/classes/hashfile.C 1.37:
6229: * src/classes/image.C 1.114:
6230: * src/classes/op.C 1.164:
6231: * src/classes/table.C 1.221:
6232: * src/classes/xdoc.C 1.150:
6233: * src/classes/xnode.C 1.75:
6234: * src/include/pa_array.h 1.68:
6235: * src/include/pa_config_fixed.h 1.71:
6236: * src/include/pa_dir.h 1.19:
6237: * src/include/pa_memory.h 1.15:
6238: * src/include/pa_request.h 1.181:
6239: * src/include/pa_stack.h 1.25:
6240: * src/lib/cord/cord.vcproj 1.4:
6241: * src/lib/gd/gd.vcproj 1.9:
6242: * src/lib/ltdl/ltdl.vcproj 1.4:
6243: * src/lib/md5/md5.vcproj 1.4:
6244: * src/lib/pcre/pcre.vcproj 1.4:
6245: * src/lib/pcre/pcre_dftables.vcproj 1.5:
6246: * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
6247: * src/lib/sdbm/sdbm.vcproj 1.5:
6248: * src/lib/smtp/smtp.h 1.7:
6249: * src/lib/smtp/smtp.vcproj 1.8:
6250: * src/main/compile.y 1.220:
6251: * src/main/execute.C 1.315:
6252: * src/main/main.vcproj 1.19:
6253: * src/main/pa_cache_managers.C 1.17:
6254: * src/main/pa_charset.C 1.55:
6255: * src/main/pa_exec.C 1.68:
6256: * src/main/pa_http.C 1.3:
6257: * src/main/pa_request.C 1.281:
6258: * src/main/pa_socks.C 1.25:
6259: * src/main/pa_sql_driver_manager.C 1.86:
6260: * src/main/pa_string.C 1.207:
6261: * src/main/pa_stylesheet_connection.C 1.5:
6262: * src/main/pa_stylesheet_manager.C 1.28:
6263: * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
6264: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
6265: * src/targets/apache13core/pa_threads.C 1.6:
6266: * src/targets/cgi/getopt.c 1.5:
6267: * src/targets/cgi/parser3.C 1.239:
6268: * src/targets/cgi/parser3.vcproj 1.14:
6269: * src/targets/isapi/pa_threads.C 1.18:
6270: * src/targets/isapi/parser3isapi.C 1.97:
6271: * src/targets/isapi/parser3isapi.vcproj 1.10:
6272: * src/types/pa_value.C 1.20:
6273: * src/types/pa_value.h 1.127:
6274: * src/types/pa_vcookie.C 1.69:
6275: * src/types/pa_vhashfile.C 1.50:
6276: * src/types/pa_vhashfile.h 1.34:
6277: * src/types/pa_vmail.C 1.74:
6278: * src/types/pa_vresponse.C 1.27:
6279: * src/types/pa_vstatus.C 1.26:
6280: * src/types/types.vcproj 1.18:
6281: * tests/descript.ion 1.4:
6282: * www/htdocs/_bug.html 1.117:
6283: * www/htdocs/_bug.xsl 1.16:
6284: + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
6285: hashfile.foreach
6286:
6287: * src/main/compile.tab.C 1.113:
6288: ` change compiled
6289:
6290: * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
6291: * parser3.sln [vs2005_to_gcc] 1.9.28.1:
6292: * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
6293: * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
6294: * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
6295: * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
6296: * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
6297: * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
6298: * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
6299: * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
6300: * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
6301: * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
6302: * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
6303: * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
6304: * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
6305: * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
6306: * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
6307: * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
6308: * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
6309: * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
6310: * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
6311: * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
6312: * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
6313: * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
6314: * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
6315: * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
6316: * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
6317: * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
6318: * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
6319: * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
6320: * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
6321: * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
6322: * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
6323: * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
6324: * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
6325: * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
6326: * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
6327: * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
6328: * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
6329: * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
6330: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
6331: * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
6332: * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
6333: * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
6334: * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
6335: * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
6336: * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
6337: * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
6338: * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
6339: * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
6340: * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
6341: * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
6342: * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
6343: * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
6344: * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
6345: * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
6346: * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
6347: * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
6348: ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
6349: + $response:field[] setting void means removing
6350: + grammar $name` name stops now, for mysql `$field`
6351: + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
6352: + all log messages += [uri=, method=, cl=]
6353:
6354: 2006-03-23 moko
6355: * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
6356: * Makefile.am [release_3_2_1] 1.51.6.3:
6357: * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
6358: * Makefile.in [release_3_2_1] 1.65.6.3:
6359: * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
6360: * acinclude.m4 [release_3_2_1] 1.38.6.1:
6361: * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
6362: * aclocal.m4 [release_3_2_1] 1.41.6.1:
6363: * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
6364: * acsite.m4 [release_3_2_1] 1.16.6.1:
6365: * configure [release_3_1_6] 1.83.6.4.2.2:
6366: * configure [release_3_2_1] 1.90.2.2:
6367: * configure.in [release_3_1_6] 1.83.6.5.2.2:
6368: * configure.in [release_3_2_1] 1.91.2.2:
6369: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
6370: * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
6371: *** empty log message ***
6372:
6373: 2006-03-04 paf
6374: * src/main/pa_string.C 1.206:
6375: ! cache file curruption checks++ [thanks to Igor Zinkovsky for
6376: detailed report]
6377:
6378: * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
6379: * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
6380: merged from HEAD
6381: ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
6382:
6383: 2006-03-01 paf
6384: * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
6385: merged from HEAD
6386: ! mail:send << changed \r or \n to ' ' in
6387:
6388: 2006-02-18 paf
6389: * src/main/untaint.C [release_3_2_1] 1.136.6.1:
6390: merged from HEAD
6391: ! mail:send << changed \r or \n to ' ' in
6392:
6393: * src/main/untaint.C 1.137:
6394: ! mail:send << changed \r or \n to ' ' in
6395:
6396: 2006-02-03 paf
6397: * src/main/pa_common.C 1.217:
6398: ! bugfix: decoding from base64
6399:
6400: * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
6401: merged from HEAD
6402: ! bugfix: decoding from base64
6403:
6404: 2006-01-20 paf
6405: * src/classes/table.C 1.220:
6406: ! bugfix ^table.save[$.encloser-s now handled properly
6407:
6408: * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
6409: * src/classes/table.C [release_3_2_1] 1.219.6.1:
6410: merged from HEAD
6411: ! bugfix ^table.save[$.encloser-s now handled properly
6412:
6413: * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
6414: . merged hashfile.foreach memory economy fix
6415:
6416: 2006-01-19 paf
6417: * buildall-with-xml [release_3_2_1] 1.1.2.4:
6418: * buildall-without-xml [release_3_2_1] 1.1.2.4:
6419: merged from HEAD
6420: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
6421: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
6422:
6423: * buildall-with-xml 1.3:
6424: * buildall-without-xml 1.3:
6425: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
6426: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
6427:
6428: * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
6429: . merged hashfile.foreach memory economy fix
6430:
6431: 2006-01-17 paf
6432: * src/types/pa_vhashfile.C 1.49:
6433: ! hashfile.foreach: counted pairs before reading them. got rid
6434: of reallocs = became quicker and less fragmentated
6435:
6436: 2005-12-29 paf
6437: * Makefile.am [release_3_2_1] 1.51.6.2:
6438: * Makefile.in [release_3_2_1] 1.65.6.2:
6439: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
6440: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
6441: . now site.m4 also packaged when 'make dist', so do configure
6442: companion files in src/lib/ltdl
6443:
6444: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
6445: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
6446: * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
6447: * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
6448: * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
6449: * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
6450: * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
6451: * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
6452: * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
6453: * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
6454: . now config_auto.h is created with configure [were constant]
6455:
6456: * INSTALL [release_3_2_1] 1.48.2.2:
6457: * buildall-with-xml [release_3_2_1] 1.1.2.3:
6458: * buildall-without-xml [release_3_2_1] 1.1.2.3:
6459: *** empty log message ***
6460:
6461: * buildall-with-xml [release_3_2_1] 1.1.2.2:
6462: * buildall-without-xml [release_3_2_1] 1.1.2.2:
6463: . farawell doc indication
6464:
6465: * src/lib/ltdl/ltmain.sh 1.1:
6466: file ltmain.sh was initially added on branch release_3_2_1.
6467:
6468: * INSTALL 1.49:
6469: * Makefile.am 1.52:
6470: * Makefile.in 1.66:
6471: * buildall-with-xml 1.2:
6472: * buildall-without-xml 1.2:
6473: * configure 1.91:
6474: * configure.in 1.92:
6475: * src/include/pa_version.h 1.28:
6476: * src/lib/ltdl/Makefile.am 1.3:
6477: * src/lib/ltdl/Makefile.in 1.9:
6478: * src/lib/ltdl/acconfig.h 1.2:
6479: * src/lib/ltdl/acinclude.m4 1.3:
6480: * src/lib/ltdl/config.guess 1.3:
6481: * src/lib/ltdl/config.sub 1.3:
6482: * src/lib/ltdl/configure.in 1.5:
6483: * src/lib/ltdl/install-sh 1.3:
6484: * src/lib/ltdl/ltmain.sh 1.2:
6485: * src/lib/ltdl/missing 1.3:
6486: * www/htdocs/_bug.html 1.116:
6487: . merged from 3.2.1
6488:
6489: * INSTALL [release_3_2_1] 1.48.2.3:
6490: . references to documentation and some clarification
6491:
6492: * Makefile.am [release_3_2_1] 1.51.6.1:
6493: * Makefile.in [release_3_2_1] 1.65.6.1:
6494: . dist+=buildall*
6495:
6496: * src/lib/ltdl/acconfig.h 1.1:
6497: file acconfig.h was initially added on branch release_3_2_1.
6498:
6499: 2005-12-28 paf
6500: * configure [release_3_2_1] 1.90.2.1:
6501: . 3.2.1
6502:
6503: * buildall-with-xml 1.1:
6504: file buildall-with-xml was initially added on branch
6505: release_3_2_1.
6506:
6507: * INSTALL [release_3_2_1] 1.48.2.1:
6508: * buildall-with-xml [release_3_2_1] 1.1.2.1:
6509: * buildall-without-xml [release_3_2_1] 1.1.2.1:
6510: + started to simplify build process, see INSTALL
6511:
6512: * buildall-without-xml 1.1:
6513: file buildall-without-xml was initially added on branch
6514: release_3_2_1.
6515:
6516: 2005-12-26 paf
6517: * configure.in [release_3_1_6] 1.83.6.5.2.1:
6518: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
6519: * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
6520: version
6521:
6522: * configure [release_3_1_6] 1.83.6.4.2.1:
6523: ver
6524:
6525: 2005-12-21 paf
6526: * src/main/compile.tab.C 1.112:
6527: * src/main/main.vcproj 1.18:
6528: * www/htdocs/_bug.html 1.115:
6529: . win32: grammar is now compiled with bison 1.875b, it reports
6530: unexpected token names
6531:
6532: 2005-12-19 paf
6533: * configure 1.89:
6534: * src/lib/Makefile.in 1.15:
6535: * src/lib/cord/Makefile.in 1.6:
6536: . makes
6537:
6538: * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
6539: * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
6540: * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
6541: * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
6542: ! bugfix xnode now holds a link to xmlNode to prevent premature
6543: gc(xmlNode)
6544:
6545: * configure 1.90:
6546: * configure.in 1.91:
6547: * src/classes/classes.vcproj 1.13:
6548: * src/include/pa_config_fixed.h 1.70:
6549: * src/include/pa_version.h 1.26:
6550: * src/include/pa_version.h 1.27:
6551: * src/lib/gd/gd.vcproj 1.8:
6552: * src/lib/smtp/smtp.vcproj 1.7:
6553: * src/main/main.vcproj 1.17:
6554: * src/main/pa_globals.C 1.181:
6555: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
6556: * src/targets/cgi/parser3.vcproj 1.13:
6557: * src/targets/isapi/parser3isapi.vcproj 1.9:
6558: * src/types/types.vcproj 1.17:
6559: . killing gdome [what a relief]
6560:
6561: * src/types/pa_vxnode.C 1.47:
6562: . less warnings
6563:
6564: * src/targets/cgi/parser3.C 1.238:
6565: . style
6566:
6567: * src/classes/xnode.C 1.74:
6568: . "xml.dom"
6569: . xnode.select* now works on xdoc too [were barking "not element"]
6570:
6571: * tests/137.html 1.3:
6572: * tests/results/137.processed 1.4:
6573: . not handled this case yet. code does not hang from inserting
6574: parent into child, considering thing minor issue -- nodes are
6575: removed from source anyway, don't know why shold that be an
6576: error after all
6577:
6578: * tests/097.html 1.3:
6579: * tests/106.html 1.3:
6580: * tests/108.html 1.3:
6581: * tests/110.html 1.3:
6582: * tests/112.html 1.3:
6583: * tests/113.html 1.3:
6584: * tests/114.html 1.3:
6585: * tests/115.html 1.3:
6586: * tests/116.html 1.3:
6587: * tests/117.html 1.3:
6588: * tests/Makefile 1.4:
6589: * tests/results/001.processed 1.4:
6590: * tests/results/002.processed 1.4:
6591: * tests/results/003.processed 1.4:
6592: * tests/results/004.processed 1.4:
6593: * tests/results/005.processed 1.4:
6594: * tests/results/006.processed 1.4:
6595: * tests/results/008.processed 1.4:
6596: * tests/results/009.processed 1.4:
6597: * tests/results/010.processed 1.4:
6598: * tests/results/011.processed 1.4:
6599: * tests/results/012.processed 1.4:
6600: * tests/results/013.processed 1.4:
6601: * tests/results/014.processed 1.4:
6602: * tests/results/015.processed 1.4:
6603: * tests/results/016.processed 1.4:
6604: * tests/results/017.processed 1.4:
6605: * tests/results/018.processed 1.4:
6606: * tests/results/020.processed 1.4:
6607: * tests/results/021.processed 1.4:
6608: * tests/results/022.processed 1.4:
6609: * tests/results/023.processed 1.4:
6610: * tests/results/024.processed 1.4:
6611: * tests/results/025.processed 1.4:
6612: * tests/results/026.processed 1.4:
6613: * tests/results/027.processed 1.4:
6614: * tests/results/028.processed 1.4:
6615: * tests/results/029.processed 1.4:
6616: * tests/results/030.processed 1.4:
6617: * tests/results/031.processed 1.4:
6618: * tests/results/032.processed 1.4:
6619: * tests/results/033.processed 1.4:
6620: * tests/results/034.processed 1.4:
6621: * tests/results/035.processed 1.4:
6622: * tests/results/036.processed 1.4:
6623: * tests/results/037.processed 1.4:
6624: * tests/results/038.processed 1.4:
6625: * tests/results/039.processed 1.4:
6626: * tests/results/040.processed 1.4:
6627: * tests/results/041.processed 1.4:
6628: * tests/results/042.processed 1.4:
6629: * tests/results/043.processed 1.4:
6630: * tests/results/044.processed 1.4:
6631: * tests/results/045.processed 1.4:
6632: * tests/results/046.processed 1.4:
6633: * tests/results/047.processed 1.4:
6634: * tests/results/048.processed 1.4:
6635: * tests/results/049.processed 1.4:
6636: * tests/results/050.processed 1.4:
6637: * tests/results/051.processed 1.4:
6638: * tests/results/052.processed 1.4:
6639: * tests/results/053.processed 1.4:
6640: * tests/results/054.processed 1.4:
6641: * tests/results/055.processed 1.4:
6642: * tests/results/056.processed 1.4:
6643: * tests/results/057.processed 1.4:
6644: * tests/results/058.processed 1.4:
6645: * tests/results/059.processed 1.4:
6646: * tests/results/060.processed 1.4:
6647: * tests/results/061.processed 1.4:
6648: * tests/results/062.processed 1.4:
6649: * tests/results/063.processed 1.4:
6650: * tests/results/064.processed 1.4:
6651: * tests/results/065.processed 1.4:
6652: * tests/results/066.processed 1.4:
6653: * tests/results/067.processed 1.4:
6654: * tests/results/068.processed 1.4:
6655: * tests/results/069.processed 1.4:
6656: * tests/results/070.processed 1.4:
6657: * tests/results/071.processed 1.4:
6658: * tests/results/072.processed 1.4:
6659: * tests/results/073.processed 1.4:
6660: * tests/results/074.processed 1.4:
6661: * tests/results/075.processed 1.4:
6662: * tests/results/076.processed 1.4:
6663: * tests/results/077.processed 1.4:
6664: * tests/results/078.processed 1.4:
6665: * tests/results/079.processed 1.4:
6666: * tests/results/080.processed 1.4:
6667: * tests/results/081.processed 1.4:
6668: * tests/results/082.processed 1.4:
6669: * tests/results/083.processed 1.4:
6670: * tests/results/084.processed 1.4:
6671: * tests/results/085.processed 1.4:
6672: * tests/results/086.processed 1.4:
6673: * tests/results/087.processed 1.4:
6674: * tests/results/088.processed 1.4:
6675: * tests/results/089.processed 1.4:
6676: * tests/results/090.processed 1.4:
6677: * tests/results/091.processed 1.4:
6678: * tests/results/092.processed 1.4:
6679: * tests/results/093.processed 1.4:
6680: * tests/results/094.processed 1.4:
6681: * tests/results/095.processed 1.4:
6682: * tests/results/096.processed 1.4:
6683: * tests/results/097.processed 1.4:
6684: * tests/results/099.processed 1.4:
6685: * tests/results/100.processed 1.3:
6686: * tests/results/101.processed 1.4:
6687: * tests/results/102.processed 1.4:
6688: * tests/results/104.processed 1.4:
6689: * tests/results/105.processed 1.4:
6690: * tests/results/106.processed 1.4:
6691: * tests/results/107.processed 1.4:
6692: * tests/results/108.processed 1.4:
6693: * tests/results/109.processed 1.4:
6694: * tests/results/110.processed 1.4:
6695: * tests/results/111.processed 1.4:
6696: * tests/results/112.processed 1.4:
6697: * tests/results/113.processed 1.4:
6698: * tests/results/114.processed 1.4:
6699: * tests/results/115.processed 1.4:
6700: * tests/results/117.processed 1.4:
6701: * tests/results/119.processed 1.4:
6702: * tests/results/120.processed 1.4:
6703: * tests/results/121.processed 1.4:
6704: * tests/results/122.processed 1.4:
6705: * tests/results/123.processed 1.4:
6706: * tests/results/124.processed 1.4:
6707: * tests/results/125.processed 1.4:
6708: * tests/results/126.processed 1.4:
6709: * tests/results/127.processed 1.4:
6710: * tests/results/128.processed 1.4:
6711: * tests/results/129.processed 1.4:
6712: * tests/results/130.processed 1.4:
6713: * tests/results/131.processed 1.4:
6714: * tests/results/132.processed 1.4:
6715: * tests/results/133.processed 1.4:
6716: * tests/results/134.processed 1.4:
6717: * tests/results/135.processed 1.4:
6718: * tests/results/136.processed 1.4:
6719: * tests/results/138.processed 1.4:
6720: * tests/results/139.processed 1.4:
6721: * tests/results/140.processed 1.4:
6722: * tests/results/141.processed 1.4:
6723: * tests/results/142.processed 1.2:
6724: * tests/results/143.processed 1.2:
6725: * tests/results/144.processed 1.2:
6726: * tests/results/145.processed 1.2:
6727: * tests/results/146.processed 1.2:
6728: * tests/results/147.processed 1.2:
6729: * tests/results/148.processed 1.2:
6730: * tests/results/149.processed 1.2:
6731: * tests/results/auto.p 1.1:
6732: * tests/run_parser.sh 1.3:
6733: . now works if we turn off default auto.p
6734:
6735: * src/types/pa_vxnode.C 1.46:
6736: * tests/142.html 1.2:
6737: * tests/144.html 1.2:
6738: * tests/145.html 1.2:
6739: * tests/149.html 1.1:
6740: * tests/descript.ion 1.3:
6741: * tests/outputs/d.cmd 1.1:
6742: * tests/results/142.processed 1.1:
6743: * tests/results/143.processed 1.1:
6744: * tests/results/144.processed 1.1:
6745: * tests/results/145.processed 1.1:
6746: * tests/results/146.processed 1.1:
6747: * tests/results/147.processed 1.1:
6748: * tests/results/148.processed 1.1:
6749: * tests/results/149.processed 1.1:
6750: * www/htdocs/_bug.html 1.114:
6751: . removed .nodeValue from all node types other than 5 (grabbed
6752: piece from gdome)
6753:
6754: 2005-12-16 paf
6755: * tests/142.html 1.1:
6756: * tests/143.html 1.1:
6757: * tests/144.html 1.1:
6758: * tests/145.html 1.1:
6759: . dom [part]
6760:
6761: * tests/146.html 1.1:
6762: * tests/147.html 1.1:
6763: * tests/148.html 1.1:
6764: * www/htdocs/_bug.html 1.113:
6765: . more tests
6766:
6767: * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
6768: * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
6769: * src/main/compile.y [release_3_1_5] 1.213.10.7:
6770: * src/main/compile.y [release_3_2_0] 1.217.2.2:
6771: * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
6772: * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
6773: merged from HEAD
6774: ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
6775:
6776: * src/main/compile.tab.C 1.111:
6777: * src/main/compile.y 1.219:
6778: * www/htdocs/_bug.html 1.112:
6779: ! fixed overoptimized ^call(false) case. (confused it with ^call[
6780: ] case)
6781:
6782: * INSTALL 1.47:
6783: * configure.in 1.90:
6784: * src/lib/Makefile.am 1.8:
6785: . sweetest part [no glib/gdome in INSTALL and patches]
6786:
6787: * tests/006.html 1.3:
6788: * tests/034.html 1.3:
6789: * tests/057.html 1.3:
6790: * tests/Makefile 1.3:
6791: * tests/make_tests.cmd 1.1:
6792: * tests/results/001.processed 1.3:
6793: * tests/results/002.processed 1.3:
6794: * tests/results/003.processed 1.3:
6795: * tests/results/004.processed 1.3:
6796: * tests/results/005.processed 1.3:
6797: * tests/results/006.processed 1.3:
6798: * tests/results/008.processed 1.3:
6799: * tests/results/009.processed 1.3:
6800: * tests/results/010.processed 1.3:
6801: * tests/results/011.processed 1.3:
6802: * tests/results/012.processed 1.3:
6803: * tests/results/013.processed 1.3:
6804: * tests/results/014.processed 1.3:
6805: * tests/results/015.processed 1.3:
6806: * tests/results/016.processed 1.3:
6807: * tests/results/017.processed 1.3:
6808: * tests/results/018.processed 1.3:
6809: * tests/results/019.processed 1.3:
6810: * tests/results/020.processed 1.3:
6811: * tests/results/021.processed 1.3:
6812: * tests/results/022.processed 1.3:
6813: * tests/results/023.processed 1.3:
6814: * tests/results/024.processed 1.3:
6815: * tests/results/025.processed 1.3:
6816: * tests/results/026.processed 1.3:
6817: * tests/results/027.processed 1.3:
6818: * tests/results/028.processed 1.3:
6819: * tests/results/029.processed 1.3:
6820: * tests/results/030.processed 1.3:
6821: * tests/results/031.processed 1.3:
6822: * tests/results/032.processed 1.3:
6823: * tests/results/033.processed 1.3:
6824: * tests/results/034.processed 1.3:
6825: * tests/results/035.processed 1.3:
6826: * tests/results/036.processed 1.3:
6827: * tests/results/037.processed 1.3:
6828: * tests/results/038.processed 1.3:
6829: * tests/results/039.processed 1.3:
6830: * tests/results/040.processed 1.3:
6831: * tests/results/041.processed 1.3:
6832: * tests/results/042.processed 1.3:
6833: * tests/results/043.processed 1.3:
6834: * tests/results/044.processed 1.3:
6835: * tests/results/045.processed 1.3:
6836: * tests/results/046.processed 1.3:
6837: * tests/results/047.processed 1.3:
6838: * tests/results/048.processed 1.3:
6839: * tests/results/049.processed 1.3:
6840: * tests/results/050.processed 1.3:
6841: * tests/results/051.processed 1.3:
6842: * tests/results/052.processed 1.3:
6843: * tests/results/053.processed 1.3:
6844: * tests/results/054.processed 1.3:
6845: * tests/results/055.processed 1.3:
6846: * tests/results/056.processed 1.3:
6847: * tests/results/057.processed 1.3:
6848: * tests/results/058.processed 1.3:
6849: * tests/results/059.processed 1.3:
6850: * tests/results/060.processed 1.3:
6851: * tests/results/061.processed 1.3:
6852: * tests/results/062.processed 1.3:
6853: * tests/results/063.processed 1.3:
6854: * tests/results/064.processed 1.3:
6855: * tests/results/065.processed 1.3:
6856: * tests/results/066.processed 1.3:
6857: * tests/results/067.processed 1.3:
6858: * tests/results/068.processed 1.3:
6859: * tests/results/069.processed 1.3:
6860: * tests/results/070.processed 1.3:
6861: * tests/results/071.processed 1.3:
6862: * tests/results/072.processed 1.3:
6863: * tests/results/073.processed 1.3:
6864: * tests/results/074.processed 1.3:
6865: * tests/results/075.processed 1.3:
6866: * tests/results/076.processed 1.3:
6867: * tests/results/077.processed 1.3:
6868: * tests/results/078.processed 1.3:
6869: * tests/results/079.processed 1.3:
6870: * tests/results/080.processed 1.3:
6871: * tests/results/081.processed 1.3:
6872: * tests/results/082.processed 1.3:
6873: * tests/results/083.processed 1.3:
6874: * tests/results/084.processed 1.3:
6875: * tests/results/085.processed 1.3:
6876: * tests/results/086.processed 1.3:
6877: * tests/results/087.processed 1.3:
6878: * tests/results/088.processed 1.3:
6879: * tests/results/089.processed 1.3:
6880: * tests/results/090.processed 1.3:
6881: * tests/results/091.processed 1.3:
6882: * tests/results/092.processed 1.3:
6883: * tests/results/093.processed 1.3:
6884: * tests/results/094.processed 1.3:
6885: * tests/results/095.processed 1.3:
6886: * tests/results/096.processed 1.3:
6887: * tests/results/097.processed 1.3:
6888: * tests/results/099.processed 1.3:
6889: * tests/results/101.processed 1.3:
6890: * tests/results/102.processed 1.3:
6891: * tests/results/104.processed 1.3:
6892: * tests/results/105.processed 1.3:
6893: * tests/results/106.processed 1.3:
6894: * tests/results/107.processed 1.3:
6895: * tests/results/108.processed 1.3:
6896: * tests/results/109.processed 1.3:
6897: * tests/results/110.processed 1.3:
6898: * tests/results/111.processed 1.3:
6899: * tests/results/112.processed 1.3:
6900: * tests/results/113.processed 1.3:
6901: * tests/results/114.processed 1.3:
6902: * tests/results/115.processed 1.3:
6903: * tests/results/116.processed 1.3:
6904: * tests/results/117.processed 1.3:
6905: * tests/results/118.processed 1.3:
6906: * tests/results/119.processed 1.3:
6907: * tests/results/120.processed 1.3:
6908: * tests/results/121.processed 1.3:
6909: * tests/results/122.processed 1.3:
6910: * tests/results/123.processed 1.3:
6911: * tests/results/124.processed 1.3:
6912: * tests/results/125.processed 1.3:
6913: * tests/results/126.processed 1.3:
6914: * tests/results/127.processed 1.3:
6915: * tests/results/128.processed 1.3:
6916: * tests/results/129.processed 1.3:
6917: * tests/results/130.processed 1.3:
6918: * tests/results/131.processed 1.3:
6919: * tests/results/132.processed 1.3:
6920: * tests/results/133.processed 1.3:
6921: * tests/results/134.processed 1.3:
6922: * tests/results/135.processed 1.3:
6923: * tests/results/136.processed 1.3:
6924: * tests/results/137.processed 1.3:
6925: * tests/results/138.processed 1.3:
6926: * tests/results/139.processed 1.3:
6927: * tests/results/140.processed 1.3:
6928: * tests/results/141.processed 1.3:
6929: . refreshed old tests, made them work without auto.p (in utf8)
6930: . things noted:
6931: . gif got encoded differently
6932: . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
6933:
6934: * src/classes/xdoc.C 1.149:
6935: * src/classes/xnode.C 1.72:
6936: * src/classes/xnode.h 1.25:
6937: * src/include/pa_charset.h 1.32:
6938: * src/include/pa_config_includes.h 1.32:
6939: * src/include/pa_globals.h 1.113:
6940: * src/include/pa_memory.h 1.14:
6941: * src/include/pa_request.h 1.180:
6942: * src/include/pa_xml_exception.h 1.5:
6943: * src/lib/cord/Makefile.am 1.4:
6944: * src/lib/cord/cord.vcproj 1.3:
6945: * src/lib/cord/cordbscs.c 1.6:
6946: * src/lib/cord/cordprnt.c 1.4:
6947: * src/lib/cord/cordxtra.c 1.7:
6948: * src/main/compile.tab.C 1.110:
6949: * src/main/pa_charset.C 1.54:
6950: * src/main/pa_globals.C 1.180:
6951: * src/main/pa_memory.C 1.7:
6952: * src/main/pa_request.C 1.280:
6953: * src/main/pa_stylesheet_connection.C 1.4:
6954: * src/main/pa_xml_exception.C 1.5:
6955: * src/types/pa_vxdoc.C 1.30:
6956: * src/types/pa_vxdoc.h 1.41:
6957: * src/types/pa_vxnode.C 1.44:
6958: * src/types/pa_vxnode.h 1.36:
6959: * www/htdocs/.htaccess 1.49:
6960: * www/htdocs/_bug.html 1.111:
6961: . started killing gdome
6962:
6963: * INSTALL 1.48:
6964: . revived linux libgc fix
6965:
6966: * src/types/pa_vxdoc.C 1.31:
6967: * src/types/pa_vxnode.C 1.45:
6968: * src/types/pa_vxnode.h 1.37:
6969: + xdoc DOM props
6970:
6971: * src/classes/xnode.C 1.73:
6972: . also bark on possible errors
6973:
6974: 2005-12-13 paf
6975: * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
6976: * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
6977: merged from HEAD
6978: ! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
6979:
6980: * src/main/pa_request.C 1.279:
6981: ! when code in @unhandled_exception thrown another exception,
6982: print correct origin (earlier code in catch of exception inside
6983: of @unhandled_exception grabbed parent_frame(original_exception)
6984: origin and printed it, instead of true origin)
6985:
6986: 2005-12-09 paf
6987: * src/main/pa_string.C 1.205:
6988: * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
6989: merged from 3.1.5
6990: ! regex tainting were ignored in ^string.matched :(
6991:
6992: * INSTALL 1.45:
6993: * configure 1.88:
6994: * configure.in 1.89:
6995: * src/classes/date.C 1.73:
6996: * src/include/pa_config_fixed.h 1.69:
6997: * src/include/pa_version.h 1.25:
6998: * src/main/compile.y 1.218:
6999: * src/main/compile_tools.h 1.77:
7000: * src/main/pa_charset.C 1.53:
7001: * src/main/pa_common.C 1.216:
7002: * src/main/pa_globals.C 1.179:
7003: * src/main/pa_string.C 1.204:
7004: * src/targets/apache13core/mod_parser3_core.C 1.10:
7005: * src/targets/cgi/getopt.c 1.4:
7006: * src/targets/isapi/parser3isapi.C 1.96:
7007: * src/types/pa_vmail.C 1.73:
7008: * www/htdocs/.htaccess 1.48:
7009: * www/htdocs/_bug.txt 1.8:
7010: * www/htdocs/auto.p 1.25:
7011: . merged latest fixes from 3.2.0
7012:
7013: * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
7014: ! regex tainting were ignored in ^string.matched :(
7015:
7016: * INSTALL [release_3_2_0] 1.44.2.5:
7017: . updated INSTALL doc to work around linux stack base detection
7018: problem, due to change in gc6.4 code
7019:
7020: 2005-12-08 paf
7021: * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
7022: merged from 3.2.0
7023: ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
7024:
7025: * src/classes/date.C [release_3_2_0] 1.72.2.1:
7026: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
7027: * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
7028: * src/main/compile.y [release_3_2_0] 1.217.2.1:
7029: * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
7030: * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
7031: * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
7032: * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
7033: * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
7034: * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
7035: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
7036: * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
7037: * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
7038: * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
7039: . less warnings
7040:
7041: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
7042: . undone some strange change since 3.1.5
7043:
7044: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
7045: . removed outdated string origins [in current storage scheme
7046: there's no place for them. someday we can add third CORD to
7047: store origins and special version of parser which stores origins
7048: there [separate binary]]
7049:
7050: * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
7051: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
7052: . merged from 3.1.5 release link fixes
7053:
7054: * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
7055: ! bcc line longer then 500 chars now handled OK [were wrapped on
7056: 500th char according to rfc, but sendmail failed to unwrap it
7057: properly]
7058:
7059: 2005-12-07 paf
7060: * Makefile.am [release_3_2_0] 1.51.2.1:
7061: * Makefile.in [release_3_2_0] 1.65.2.1:
7062: * acinclude.m4 [release_3_2_0] 1.38.2.1:
7063: * aclocal.m4 [release_3_2_0] 1.41.2.1:
7064: * acsite.m4 [release_3_2_0] 1.16.2.1:
7065: * configure [release_3_2_0] 1.87.2.1:
7066: * configure.in [release_3_2_0] 1.88.2.1:
7067: *** empty log message ***
7068:
7069: * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
7070: makefiles
7071:
7072: 2005-11-28 paf
7073: * src/main/pa_http.C 1.2:
7074: ! status line check made earlier [was totally wrong]
7075:
7076: * src/classes/table.C 1.219:
7077: ! nameless table has columns==0
7078:
7079: 2005-11-25 paf
7080: * src/classes/op.C 1.162:
7081: * www/htdocs/_bug.html 1.110:
7082: * www/htdocs/auto.p 1.24:
7083: + ^while(){}[SEPARATOR]
7084:
7085: * src/include/pa_array.h 1.67:
7086: -this reduces speed(table::load) strange. undoing for now...
7087:
7088: * src/include/pa_version.h 1.23:
7089: -this reduces speed(table::load), strange. undoing
7090:
7091: * src/include/pa_memory.h 1.13:
7092: . removed GC_DEBUG for debug version, it changed gc_malloc
7093: implementation, which obscured profiling
7094:
7095: 2005-11-24 paf
7096: * src/include/Makefile.am 1.10:
7097: * src/include/pa_http.h 1.1:
7098: * src/main/Makefile.am 1.46:
7099: * src/main/main.vcproj 1.16:
7100: . extracted http:// into separate file [preparation for ^file::
7101: cgi[script;$.form[$.field1[]
7102:
7103: * src/classes/file.C 1.142:
7104: * src/include/pa_common.h 1.107:
7105: * src/main/execute.C 1.314:
7106: * src/main/pa_common.C 1.215:
7107: * src/main/pa_request.C 1.278:
7108: ! changed file/dir_readable to simple file/dir_exist, this would
7109: help in situations "class not found because .p file has bad
7110: rights" << in that case error would be explicit "access denied
7111: to 'this' file"
7112:
7113: * Makefile.am 1.51:
7114: * Makefile.in 1.65:
7115: * acinclude.m4 1.38:
7116: * aclocal.m4 1.41:
7117: * acsite.m4 1.16:
7118: * configure 1.87:
7119: * configure.in 1.88:
7120: *** empty log message ***
7121:
7122: * src/include/Makefile.in 1.20:
7123: * src/main/Makefile.in 1.60:
7124: makefiles
7125:
7126: * www/htdocs/_bug.pl 1.5:
7127: * www/htdocs/_bug.txt 1.7:
7128: +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
7129: untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
7130: .charset charset
7131:
7132: 2005-11-22 paf
7133: * src/types/pa_vresponse.C 1.26:
7134: + $response:headers access to internal hash
7135:
7136: * src/targets/apache13core/mod_parser3_core.C 1.9:
7137: * src/targets/isapi/parser3isapi.C 1.95:
7138: + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
7139: this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
7140:
7141: * bin/Makefile.in 1.12:
7142: * etc/Makefile.in 1.17:
7143: * etc/parser3.charsets/Makefile.in 1.21:
7144: * src/Makefile.in 1.58:
7145: * src/classes/Makefile.in 1.62:
7146: * src/include/pa_config_auto.h.in 1.43:
7147: * src/lib/Makefile.in 1.14:
7148: * src/lib/cord/Makefile.in 1.5:
7149: * src/lib/cord/include/Makefile.in 1.4:
7150: * src/lib/cord/include/private/Makefile.in 1.4:
7151: * src/lib/gc/Makefile.in 1.4:
7152: * src/lib/gc/include/Makefile.in 1.4:
7153: * src/lib/gd/Makefile.in 1.5:
7154: * src/lib/ltdl/Makefile.in 1.8:
7155: * src/lib/md5/Makefile.in 1.10:
7156: * src/lib/patches/Makefile.in 1.14:
7157: * src/lib/pcre/Makefile.in 1.12:
7158: * src/lib/sdbm/Makefile.in 1.3:
7159: * src/lib/sdbm/apr-include/Makefile.in 1.3:
7160: * src/lib/smtp/Makefile.in 1.5:
7161: * src/sql/Makefile.in 1.14:
7162: * src/targets/Makefile.in 1.45:
7163: * src/targets/apache13/Makefile.in 1.50:
7164: * src/targets/apache13core/Makefile.in 1.7:
7165: * src/targets/cgi/Makefile.in 1.69:
7166: * src/targets/isapi/Makefile.in 1.15:
7167: * src/types/Makefile.in 1.60:
7168: configure+makes
7169:
7170: * src/main/compile.tab.C 1.108:
7171: Makefile
7172:
7173: * src/types/pa_vdate.h 1.42:
7174: ! date TZ save/restore stored pointer to getenv-ed variable,
7175: which does not work both on win32&unix. copied old TZ value now
7176:
7177: * src/include/pa_string.h 1.166:
7178: * src/main/untaint.C 1.136:
7179: + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7180:
7181: * src/classes/string.C 1.149:
7182: + removed limitation on ^string/int/double:sql{}[$.default[({
7183: param style})] ]
7184:
7185: 2005-11-21 paf
7186: * src/types/Makefile.am 1.40:
7187: * src/types/pa_venv.h 1.33:
7188: * src/types/types.vcproj 1.16:
7189: + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7190: i386-pc-win32)"
7191:
7192: * src/main/compile.y 1.216:
7193: * src/types/pa_value.h 1.126:
7194: * src/types/pa_vbool.h 1.27:
7195: * src/types/pa_vdouble.h 1.50:
7196: * src/types/pa_vint.h 1.44:
7197: * src/types/pa_vmethod_frame.h 1.60:
7198: + merged: expression literals: true/false. ^format[$.indent(true)
7199: ]
7200:
7201: 2005-11-18 paf
7202: * src/include/pa_dir.h 1.18:
7203: ! merged: file:list now sees .xxx files, only . and .. now
7204: removed from list [were removed all .*]
7205:
7206: * src/lib/sdbm/apr_file_io.C 1.5:
7207: ! merged from 3.1.5: hashfile file open error now checked, were
7208: not :( [stole that piece from apache 1.3 sources]
7209:
7210: 2005-08-26 paf
7211: * src/classes/hash.C 1.76:
7212: * src/classes/void.C 1.36:
7213: merged ! optional options were allowed to be empty. were checked
7214: if(is_string), changed to !defined||is_string to allow void
7215:
7216: * src/classes/double.C 1.59:
7217: * src/classes/int.C 1.55:
7218: * src/classes/math.C 1.41:
7219: merged ! many classes/* used as_junction where they needed
7220: as_int/double, so failed with recent "(const) now no junction"
7221: optimization
7222:
7223: * src/classes/date.C 1.72:
7224: merged + date.week
7225:
7226: 2005-08-09 paf
7227: * www/htdocs/.htaccess 1.47:
7228: + ^call[$void] param inside now is void (were: empty string)
7229: ! simplified (double) speedup consequent checks in vmethod_frame
7230:
7231: * src/classes/classes.C 1.22:
7232: * src/classes/classes.h 1.31:
7233: * src/classes/form.C 1.39:
7234: * src/classes/hashfile.C 1.36:
7235: * src/classes/image.C 1.113:
7236: * src/classes/mail.C 1.110:
7237: * src/classes/memory.C 1.8:
7238: * src/classes/response.C 1.27:
7239: * src/classes/xdoc.C 1.148:
7240: * src/classes/xnode.C 1.71:
7241: * src/classes/xnode.h 1.24:
7242: * src/include/pa_cache_managers.h 1.18:
7243: * src/include/pa_charset.h 1.31:
7244: * src/include/pa_charsets.h 1.13:
7245: * src/include/pa_config_fixed.h 1.68:
7246: * src/include/pa_config_includes.h 1.31:
7247: * src/include/pa_dictionary.h 1.18:
7248: * src/include/pa_exception.h 1.45:
7249: * src/include/pa_exec.h 1.18:
7250: * src/include/pa_globals.h 1.112:
7251: * src/include/pa_hash.h 1.66:
7252: * src/include/pa_opcode.h 1.28:
7253: * src/include/pa_operation.h 1.6:
7254: * src/include/pa_os.h 1.5:
7255: * src/include/pa_request.h 1.179:
7256: * src/include/pa_request_charsets.h 1.5:
7257: * src/include/pa_request_info.h 1.5:
7258: * src/include/pa_sapi.h 1.27:
7259: * src/include/pa_socks.h 1.17:
7260: * src/include/pa_sql_connection.h 1.40:
7261: * src/include/pa_sql_driver_manager.h 1.33:
7262: * src/include/pa_stack.h 1.24:
7263: * src/include/pa_stylesheet_connection.h 1.40:
7264: * src/include/pa_stylesheet_manager.h 1.22:
7265: * src/include/pa_table.h 1.58:
7266: * src/include/pa_threads.h 1.30:
7267: * src/include/pa_types.h 1.49:
7268: * src/include/pa_uue.h 1.8:
7269: * src/include/pa_xml_exception.h 1.4:
7270: * src/include/pa_xml_io.h 1.4:
7271: * src/lib/gd/gif.C 1.6:
7272: * src/lib/gd/gif.h 1.4:
7273: * src/lib/gd/gifio.C 1.3:
7274: * src/lib/md5/pa_md5.h 1.11:
7275: * src/lib/md5/pa_md5c.c 1.13:
7276: * src/lib/smtp/comms.C 1.8:
7277: * src/lib/smtp/smtp.C 1.8:
7278: * src/lib/smtp/smtp.h 1.6:
7279: * src/main/compile.C 1.78:
7280: * src/main/compile_tools.C 1.59:
7281: * src/main/compile_tools.h 1.76:
7282: * src/main/pa_cache_managers.C 1.16:
7283: * src/main/pa_charset.C 1.52:
7284: * src/main/pa_charsets.C 1.16:
7285: * src/main/pa_dictionary.C 1.23:
7286: * src/main/pa_dir.C 1.20:
7287: * src/main/pa_exception.C 1.48:
7288: * src/main/pa_exec.C 1.67:
7289: * src/main/pa_memory.C 1.6:
7290: * src/main/pa_os.C 1.8:
7291: * src/main/pa_socks.C 1.24:
7292: * src/main/pa_sql_driver_manager.C 1.85:
7293: * src/main/pa_string.C 1.203:
7294: * src/main/pa_stylesheet_connection.C 1.3:
7295: * src/main/pa_stylesheet_manager.C 1.27:
7296: * src/main/pa_table.C 1.61:
7297: * src/main/pa_uue.C 1.9:
7298: * src/main/pa_xml_exception.C 1.4:
7299: * src/main/pa_xml_io.C 1.19:
7300: * src/sql/pa_sql_driver.h 1.43:
7301: * src/targets/apache13/mod_parser3.c 1.12:
7302: * src/targets/apache13core/pa_threads.C 1.5:
7303: * src/targets/cgi/pa_threads.C 1.16:
7304: * src/targets/cgi/parser3.C 1.237:
7305: * src/targets/isapi/pa_threads.C 1.17:
7306: * src/types/pa_junction.h 1.7:
7307: * src/types/pa_method.h 1.6:
7308: * src/types/pa_property.h 1.2:
7309: * src/types/pa_value.C 1.19:
7310: * src/types/pa_vclass.C 1.33:
7311: * src/types/pa_vclass.h 1.51:
7312: * src/types/pa_vcode_frame.h 1.32:
7313: * src/types/pa_vconsole.h 1.10:
7314: * src/types/pa_vcookie.C 1.68:
7315: * src/types/pa_vcookie.h 1.31:
7316: * src/types/pa_vfile.C 1.41:
7317: * src/types/pa_vfile.h 1.58:
7318: * src/types/pa_vform.C 1.84:
7319: * src/types/pa_vform.h 1.50:
7320: * src/types/pa_vhash.C 1.8:
7321: * src/types/pa_vhash.h 1.58:
7322: * src/types/pa_vhashfile.h 1.33:
7323: * src/types/pa_vimage.C 1.35:
7324: * src/types/pa_vimage.h 1.45:
7325: * src/types/pa_vjunction.h 1.24:
7326: * src/types/pa_vmail.C 1.72:
7327: * src/types/pa_vmail.h 1.17:
7328: * src/types/pa_vmath.C 1.8:
7329: * src/types/pa_vmath.h 1.18:
7330: * src/types/pa_vmemory.h 1.5:
7331: * src/types/pa_vmethod_frame.C 1.8:
7332: * src/types/pa_vobject.C 1.24:
7333: * src/types/pa_vobject.h 1.47:
7334: * src/types/pa_vproperty.h 1.3:
7335: * src/types/pa_vrequest.C 1.37:
7336: * src/types/pa_vrequest.h 1.33:
7337: * src/types/pa_vresponse.h 1.40:
7338: * src/types/pa_vstateless_class.C 1.28:
7339: * src/types/pa_vstateless_class.h 1.53:
7340: * src/types/pa_vstateless_object.h 1.36:
7341: * src/types/pa_vstatus.C 1.25:
7342: * src/types/pa_vstatus.h 1.19:
7343: * src/types/pa_vstring.C 1.26:
7344: * src/types/pa_vstring.h 1.59:
7345: * src/types/pa_vtable.C 1.26:
7346: * src/types/pa_vtable.h 1.54:
7347: * src/types/pa_vvoid.C 1.3:
7348: * src/types/pa_vvoid.h 1.28:
7349: * src/types/pa_vxdoc.C 1.29:
7350: * src/types/pa_vxdoc.h 1.40:
7351: * src/types/pa_vxnode.C 1.43:
7352: * src/types/pa_vxnode.h 1.35:
7353: * src/types/pa_wcontext.C 1.32:
7354: * src/types/pa_wcontext.h 1.49:
7355: * src/types/pa_wwrapper.h 1.36:
7356: 2005
7357:
7358: 2005-08-08 paf
7359: * bin/auto.p.dist.in 1.12:
7360: merged . apache bad 404 handling workaround integrated
7361:
7362: * www/htdocs/_bug.p 1.8:
7363: . merged VJunction(new Junction) optimization from 3.1.4
7364:
7365: * www/htdocs/_bug.xml 1.3:
7366: merged
7367: + optimized constants in expressions vstring->vdouble
7368: + optimized ^call(vdouble), no junction creation, no calls later
7369:
7370: 2005-07-29 paf
7371: * www/htdocs/_bug_derived.p 1.3:
7372: + property getter can now be overridden
7373:
7374: 2005-07-28 paf
7375: * www/htdocs/_bug.sh 1.2:
7376: + 3.2.0 beta: merged from dynamic_fields_join
7377:
7378: 2005-06-06 paf
7379: * www/htdocs/_bug.xsl 1.15:
7380: ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind
7381: option
7382:
7383: 2005-01-19 paf
7384: * src/lib/gd/Makefile.am 1.2:
7385: * src/lib/ltdl/Makefile.am 1.2:
7386: forgotten makefiles.
7387: couple warnings in parser3.C
7388:
7389: 2004-12-23 paf
7390: * src/types/pa_vhashfile.C 1.48:
7391: beauty: hashfile::open now creates dir for new file
7392:
7393: 2004-10-12 paf
7394: * etc/parser3.charsets/windows-1251.cfg 1.12:
7395: euro
7396: promille
7397: +/-
7398:
7399: 2004-10-07 paf
7400: * src/lib/cord/cordbscs.c 1.5:
7401: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
7402: long char sequences less
7403:
7404: 2004-09-13 paf
7405: * src/lib/sdbm/sdbm_private.h 1.2:
7406: change: limit on length(key+value) now 8008 bytes, were 1008.
7407: perl sdbm compatibility now ruined
7408:
7409: * src/lib/sdbm/apr-include/apr.h 1.5:
7410: bugfix: error numbers now from errno.h = strerror now returnes
7411: something and we can properly report that to client
7412:
7413: 2004-07-28 paf
7414: * src/lib/ltdl/ltdl.c 1.4:
7415: * src/lib/pcre/pcre_parser_ctype.c 1.5:
7416: bugfix: isspace((unsigned char)c) everywhere. failed on russian
7417: letters
7418:
7419: 2004-07-27 paf
7420: * src/targets/cgi/parser3.vcproj 1.12:
7421: beauty: win32: globaloptimizations ON, release:mapfile ON
7422: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
7423:
7424: 2004-07-07 paf
7425: * parser3.vssscc 1.2:
7426: ...would not go unnoticed
7427:
7428: 2004-07-01 paf
7429: * src/classes/classes.vcproj 1.12:
7430: * src/lib/cord/cord.vcproj 1.2:
7431: * src/lib/gd/gd.vcproj 1.7:
7432: * src/lib/ltdl/ltdl.vcproj 1.3:
7433: * src/lib/md5/md5.vcproj 1.3:
7434: * src/lib/pcre/pcre.vcproj 1.3:
7435: * src/lib/pcre/pcre_dftables.vcproj 1.4:
7436: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
7437: * src/lib/smtp/smtp.vcproj 1.6:
7438: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
7439: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
7440: * src/targets/isapi/parser3isapi.vcproj 1.8:
7441: win32: option: global optimization ON
7442:
7443: 2004-05-26 paf
7444: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
7445: added: thanks to konst
7446:
7447: 2004-05-24 paf
7448: * src/targets/apache13/p3runConfigure.in 1.17:
7449: bugfix: smtp added
7450:
7451: * src/lib/cord/cordxtra.c 1.6:
7452: * src/lib/cord/include/cord.h 1.5:
7453: cancel: more speed, less memory: CORD_chars_block originally intended to ...
7454: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
7455: undoing that. [and removed that func so that it would not confuse parser developer in future]
7456:
7457: 2004-05-11 paf
7458: * www/htdocs/_bug.gif 1.2:
7459: bugfix: bcc with sendmail now left intact
7460:
7461: 2004-04-05 paf
7462: * src/doc/html2chm.cmd 1.8:
7463: * src/doc/sources2html.cmd 1.6:
7464: merged with 3.1.3
7465:
7466: 2004-04-01 paf
7467: * src/targets/apache13/pa_httpd.h 1.6:
7468: * src/targets/isapi/parser3isapi.def 1.2:
7469: bugfix: sql connections now are disconnected
7470:
7471: 2004-03-30 paf
7472: * src/doc/ClassExample1.dox 1.5:
7473: * src/doc/ClassExample2.dox 1.5:
7474: * src/doc/ClassExample3.dox 1.5:
7475: * src/doc/chmhelper.pl 1.2:
7476: * src/doc/class.dox 1.3:
7477: * src/doc/compiler.dox 1.4:
7478: * src/doc/doxygen.cfg 1.25:
7479: * src/doc/exception.dox 1.3:
7480: * src/doc/executor.dox 1.3:
7481: * src/doc/footer.htm 1.4:
7482: * src/doc/index.dox 1.6:
7483: * src/doc/memory.dox 1.3:
7484: * src/doc/methoded.dox 1.4:
7485: * src/doc/object.dox 1.3:
7486: * src/doc/string.dox 1.6:
7487: * src/doc/targets.dox 1.4:
7488: * src/doc/value.dox 1.4:
7489: merged bugfixes from 3.1.2, changed version to 3.1.3beta
7490:
7491: 2004-03-05 paf
7492: * etc/parser3.charsets/koi8-r.cfg 1.7:
7493: there's special code for grad char!
7494:
7495: 2004-02-25 paf
7496: * etc/parser3.charsets/Makefile.am 1.5:
7497: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
7498: erased from configure.in]
7499:
7500: 2004-02-24 paf
7501: * src/classes/Makefile.am 1.49:
7502: smtp on unix: steps to work on unix
7503:
7504: * src/lib/smtp/Makefile.am 1.2:
7505: * src/targets/cgi/Makefile.am 1.51:
7506: started porting smtp to unix [testing on solaris]
7507:
7508: 2004-02-11 paf
7509: * parser3.sln 1.9:
7510: started changes to reflect libxml xsl new folders
7511:
7512: * src/lib/sdbm/sdbm.vcproj 1.4:
7513: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
7514: simplified lib build processes
7515:
7516: 2003-11-21 paf
7517: * src/targets/apache13core/Makefile.am 1.5:
7518: * src/targets/apache13core/mod_parser3.C 1.7:
7519: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
7520:
7521: * src/lib/Makefile.am 1.7:
7522: * src/lib/gd/mtables.h 1.1:
7523: rearrange: gd&smtp moved to src/lib
7524:
7525: 2003-11-20 paf
7526: * src/lib/ltdl/config_fixed.h 1.3:
7527: * src/lib/pcre/maketables.c 1.2:
7528: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
7529: found several unitialized vars
7530:
7531: * src/lib/sdbm/apr_strings.C 1.2:
7532: * src/main/pa_pool.C 1.62:
7533: static const char * const IDENT
7534:
7535: * src/include/pa_pool.h 1.89:
7536: more warnings --
7537:
7538: 2003-11-10 paf
7539: * src/lib/sdbm/sdbm.c 1.3:
7540: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
7541: coded that that was error. fixed
7542:
7543: 2003-11-06 paf
7544: * src/lib/ltdl/libltdl.vcproj 1.2:
7545: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
7546: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
7547: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
7548: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
7549: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
7550: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
7551: * src/lib/sdbm/apr-include/apu.h 1.3:
7552: hashfile: started again with sdbm from apache
7553:
7554: * tests/todo.txt 1.5:
7555: hashfile: done
7556:
7557: * src/lib/sdbm/Makefile.am 1.3:
7558: * src/lib/sdbm/apr-include/Makefile.am 1.1:
7559: * src/targets/cgi/.cvsignore 1.3:
7560: *** empty log message ***
7561:
7562: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
7563: just compiled
7564:
7565: 2003-11-05 paf
7566: * src/lib/sdbm/sdbm_hash.c 1.1:
7567: * src/lib/sdbm/sdbm_lock.c 1.1:
7568: * src/lib/sdbm/sdbm_pair.c 1.1:
7569: * src/lib/sdbm/sdbm_pair.h 1.1:
7570: * src/lib/sdbm/sdbm_tune.h 1.1:
7571: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
7572:
7573: * src/main/helpers/CaseFolding.txt 1.1:
7574: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
7575:
7576: 2003-10-24 paf
7577: * src/lib/cord/Makefile.am 1.3:
7578: * src/lib/md5/Makefile.am 1.3:
7579: * src/lib/pcre/Makefile.am 1.2:
7580: * src/targets/apache13/Makefile.am 1.18:
7581: * src/targets/isapi/Makefile.am 1.3:
7582: .dsp/w -> .vcproj/sln
7583:
7584: 2003-09-29 paf
7585: * src/main/utf8-to-lower.inc 1.1:
7586: * src/main/utf8-to-upper.inc 1.1:
7587: generated by helper
7588:
7589: * src/main/helpers/simple_folding.pl 1.1:
7590: utf-8 upper/lower
7591:
7592: * www/htdocs/base.p 1.7:
7593: * www/htdocs/derived.p 1.25:
7594: * www/htdocs/font.gif 1.2:
7595: * www/htdocs/global.xsl 1.9:
7596: * www/htdocs/index.html 1.213:
7597: * www/htdocs/mailreceive.eml 1.4:
7598: * www/htdocs/mailreceive.html 1.2:
7599: * www/htdocs/operators.p 1.12:
7600: * www/htdocs/parser-status.html 1.3:
7601: * www/htdocs/people.dtd 1.2:
7602: * www/htdocs/some.p 1.3:
7603: removing old tests
7604:
7605: 2003-09-25 paf
7606: * src/lib/cord/cordprnt.c 1.3:
7607: string_fragments_to_cord merged to HEAD
7608:
7609: 2003-08-19 paf
7610: * src/targets/apache13/mod_parser3.C 1.31:
7611: .c
7612:
7613: 2003-08-18 paf
7614: * src/classes/classes.awk 1.8:
7615: merged 3.1.0 latest changes
7616:
7617: * gnu.dsp 1.5:
7618: * parser3.dsw 1.9:
7619: * src/classes/classes.dsp 1.31:
7620: * src/lib/cord/cord.dsp 1.3:
7621: * src/lib/ltdl/libltdl.dsp 1.7:
7622: * src/lib/md5/md5.dsp 1.5:
7623: * src/lib/pcre/pcre.dsp 1.4:
7624: * src/lib/pcre/pcre_dftables.dsp 1.2:
7625: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
7626: * src/main/main.dsp 1.167:
7627: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
7628: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
7629: * src/targets/cgi/parser3.dsp 1.66:
7630: * src/targets/isapi/parser3isapi.dsp 1.44:
7631: * src/types/types.dsp 1.42:
7632: moved to MSVC 7
7633:
7634: * gnu.vcproj 1.1:
7635: new VS project files
7636:
7637: 2003-07-24 paf
7638: * tests/001.html 1.2:
7639: * tests/002.html 1.2:
7640: * tests/003.html 1.2:
7641: * tests/004.html 1.2:
7642: * tests/005.html 1.2:
7643: * tests/006.html 1.2:
7644: * tests/007.html 1.2:
7645: * tests/008.html 1.2:
7646: * tests/009.html 1.2:
7647: * tests/010.html 1.2:
7648: * tests/011.html 1.2:
7649: * tests/012.html 1.2:
7650: * tests/013.html 1.2:
7651: * tests/014.html 1.2:
7652: * tests/015.html 1.2:
7653: * tests/016.html 1.2:
7654: * tests/017.html 1.2:
7655: * tests/018.html 1.2:
7656: * tests/019.html 1.2:
7657: * tests/019paf2001.gif 1.2:
7658: * tests/020.html 1.2:
7659: * tests/021.html 1.2:
7660: * tests/022.html 1.2:
7661: * tests/022_dir/a.html 1.2:
7662: * tests/022_dir/b.txt 1.2:
7663: * tests/022_dir/c.htm 1.2:
7664: * tests/023.html 1.2:
7665: * tests/024.html 1.2:
7666: * tests/025.html 1.2:
7667: * tests/026.html 1.2:
7668: * tests/027.html 1.2:
7669: * tests/028.html 1.2:
7670: * tests/029.html 1.2:
7671: * tests/030.html 1.2:
7672: * tests/031.html 1.2:
7673: * tests/032.html 1.2:
7674: * tests/033.html 1.2:
7675: * tests/034.html 1.2:
7676: * tests/035.html 1.2:
7677: * tests/036.html 1.2:
7678: * tests/037.html 1.2:
7679: * tests/038.html 1.2:
7680: * tests/039.html 1.2:
7681: * tests/040.html 1.2:
7682: * tests/041.html 1.2:
7683: * tests/042.html 1.2:
7684: * tests/043.html 1.2:
7685: * tests/044.html 1.2:
7686: * tests/045.html 1.2:
7687: * tests/046.html 1.2:
7688: * tests/047.html 1.2:
7689: * tests/048.html 1.2:
7690: * tests/049.html 1.2:
7691: * tests/050.html 1.2:
7692: * tests/051.html 1.2:
7693: * tests/051b.p 1.2:
7694: * tests/051t.p 1.2:
7695: * tests/052.html 1.2:
7696: * tests/053.html 1.2:
7697: * tests/054.html 1.2:
7698: * tests/055.html 1.2:
7699: * tests/056.html 1.2:
7700: * tests/057.html 1.2:
7701: * tests/058.html 1.2:
7702: * tests/058_paf2000.png 1.2:
7703: * tests/059.html 1.2:
7704: * tests/060.html 1.2:
7705: * tests/061.dat 1.2:
7706: * tests/061.html 1.2:
7707: * tests/062.html 1.2:
7708: * tests/063.html 1.2:
7709: * tests/064.html 1.2:
7710: * tests/065.html 1.2:
7711: * tests/066.html 1.2:
7712: * tests/067.html 1.2:
7713: * tests/068.html 1.2:
7714: * tests/069.html 1.2:
7715: * tests/070.html 1.2:
7716: * tests/071.html 1.2:
7717: * tests/072.html 1.2:
7718: * tests/073.html 1.2:
7719: * tests/074.html 1.2:
7720: * tests/075.html 1.2:
7721: * tests/076.html 1.2:
7722: * tests/077.html 1.2:
7723: * tests/078.html 1.2:
7724: * tests/079.html 1.2:
7725: * tests/080.html 1.2:
7726: * tests/081.html 1.2:
7727: * tests/082.html 1.2:
7728: * tests/083.html 1.2:
7729: * tests/084.html 1.2:
7730: * tests/085.html 1.2:
7731: * tests/086.html 1.2:
7732: * tests/087.html 1.2:
7733: * tests/088.html 1.2:
7734: * tests/089.html 1.2:
7735: * tests/090.html 1.2:
7736: * tests/091.html 1.2:
7737: * tests/092.html 1.2:
7738: * tests/093.html 1.2:
7739: * tests/094.html 1.2:
7740: * tests/095.html 1.2:
7741: * tests/096.html 1.2:
7742: * tests/096_dir/163.jpg 1.2:
7743: * tests/096_dir/188.jpg 1.2:
7744: * tests/097.html 1.2:
7745: * tests/098.html 1.2:
7746: * tests/098font.gif 1.2:
7747: * tests/099.html 1.2:
7748: * tests/100.html 1.2:
7749: * tests/101.html 1.2:
7750: * tests/102.html 1.2:
7751: * tests/103.html 1.2:
7752: * tests/103mark.gif 1.2:
7753: * tests/103paf2001.gif 1.2:
7754: * tests/104.html 1.2:
7755: * tests/105.html 1.2:
7756: * tests/106.html 1.2:
7757: * tests/107.html 1.2:
7758: * tests/108.html 1.2:
7759: * tests/108.xsl 1.2:
7760: * tests/109.html 1.2:
7761: * tests/110.html 1.2:
7762: * tests/111.html 1.2:
7763: * tests/112.html 1.2:
7764: * tests/113.html 1.2:
7765: * tests/114.html 1.2:
7766: * tests/115.html 1.2:
7767: * tests/116.html 1.2:
7768: * tests/117.html 1.2:
7769: * tests/118.html 1.2:
7770: * tests/119.html 1.2:
7771: * tests/120.html 1.2:
7772: * tests/121.html 1.2:
7773: * tests/122.html 1.2:
7774: * tests/123.html 1.2:
7775: * tests/124.html 1.2:
7776: * tests/125.html 1.2:
7777: * tests/126.html 1.2:
7778: * tests/127.html 1.2:
7779: * tests/128.html 1.2:
7780: * tests/129.html 1.2:
7781: * tests/130.html 1.2:
7782: * tests/131.html 1.2:
7783: * tests/132.html 1.2:
7784: * tests/133.html 1.2:
7785: * tests/134.html 1.2:
7786: * tests/135.html 1.2:
7787: * tests/136.html 1.2:
7788: * tests/137.html 1.2:
7789: * tests/138.html 1.2:
7790: * tests/139.html 1.2:
7791: * tests/140.html 1.2:
7792: * tests/141.html 1.2:
7793: * tests/Makefile 1.2:
7794: * tests/descript.ion 1.2:
7795: * tests/outputs/create-dir 1.2:
7796: * tests/results/001.processed 1.2:
7797: * tests/results/002.processed 1.2:
7798: * tests/results/003.processed 1.2:
7799: * tests/results/004.processed 1.2:
7800: * tests/results/005.processed 1.2:
7801: * tests/results/006.processed 1.2:
7802: * tests/results/007.processed 1.2:
7803: * tests/results/008.processed 1.2:
7804: * tests/results/009.processed 1.2:
7805: * tests/results/010.processed 1.2:
7806: * tests/results/011.processed 1.2:
7807: * tests/results/012.processed 1.2:
7808: * tests/results/013.processed 1.2:
7809: * tests/results/014.processed 1.2:
7810: * tests/results/015.processed 1.2:
7811: * tests/results/016.processed 1.2:
7812: * tests/results/017.processed 1.2:
7813: * tests/results/018.processed 1.2:
7814: * tests/results/019.processed 1.2:
7815: * tests/results/020.processed 1.2:
7816: * tests/results/021.processed 1.2:
7817: * tests/results/022.processed 1.2:
7818: * tests/results/023.processed 1.2:
7819: * tests/results/024.processed 1.2:
7820: * tests/results/025.processed 1.2:
7821: * tests/results/026.processed 1.2:
7822: * tests/results/027.processed 1.2:
7823: * tests/results/028.processed 1.2:
7824: * tests/results/029.processed 1.2:
7825: * tests/results/030.processed 1.2:
7826: * tests/results/031.processed 1.2:
7827: * tests/results/032.processed 1.2:
7828: * tests/results/033.processed 1.2:
7829: * tests/results/034.processed 1.2:
7830: * tests/results/035.processed 1.2:
7831: * tests/results/036.processed 1.2:
7832: * tests/results/037.processed 1.2:
7833: * tests/results/038.processed 1.2:
7834: * tests/results/039.processed 1.2:
7835: * tests/results/040.processed 1.2:
7836: * tests/results/041.processed 1.2:
7837: * tests/results/042.processed 1.2:
7838: * tests/results/043.processed 1.2:
7839: * tests/results/044.processed 1.2:
7840: * tests/results/045.processed 1.2:
7841: * tests/results/046.processed 1.2:
7842: * tests/results/047.processed 1.2:
7843: * tests/results/048.processed 1.2:
7844: * tests/results/049.processed 1.2:
7845: * tests/results/050.processed 1.2:
7846: * tests/results/051.processed 1.2:
7847: * tests/results/052.processed 1.2:
7848: * tests/results/053.processed 1.2:
7849: * tests/results/054.processed 1.2:
7850: * tests/results/055.processed 1.2:
7851: * tests/results/056.processed 1.2:
7852: * tests/results/057.processed 1.2:
7853: * tests/results/058.processed 1.2:
7854: * tests/results/059.processed 1.2:
7855: * tests/results/060.processed 1.2:
7856: * tests/results/061.processed 1.2:
7857: * tests/results/062.processed 1.2:
7858: * tests/results/063.processed 1.2:
7859: * tests/results/064.processed 1.2:
7860: * tests/results/065.processed 1.2:
7861: * tests/results/066.processed 1.2:
7862: * tests/results/067.processed 1.2:
7863: * tests/results/068.processed 1.2:
7864: * tests/results/069.processed 1.2:
7865: * tests/results/070.processed 1.2:
7866: * tests/results/071.processed 1.2:
7867: * tests/results/072.processed 1.2:
7868: * tests/results/073.processed 1.2:
7869: * tests/results/074.processed 1.2:
7870: * tests/results/075.processed 1.2:
7871: * tests/results/076.processed 1.2:
7872: * tests/results/077.processed 1.2:
7873: * tests/results/078.processed 1.2:
7874: * tests/results/079.processed 1.2:
7875: * tests/results/080.processed 1.2:
7876: * tests/results/081.processed 1.2:
7877: * tests/results/082.processed 1.2:
7878: * tests/results/083.processed 1.2:
7879: * tests/results/084.processed 1.2:
7880: * tests/results/085.processed 1.2:
7881: * tests/results/086.processed 1.2:
7882: * tests/results/087.processed 1.2:
7883: * tests/results/088.processed 1.2:
7884: * tests/results/089.processed 1.2:
7885: * tests/results/090.processed 1.2:
7886: * tests/results/091.processed 1.2:
7887: * tests/results/092.processed 1.2:
7888: * tests/results/093.processed 1.2:
7889: * tests/results/094.processed 1.2:
7890: * tests/results/095.processed 1.2:
7891: * tests/results/096.processed 1.2:
7892: * tests/results/097.processed 1.2:
7893: * tests/results/098.processed 1.2:
7894: * tests/results/099.processed 1.2:
7895: * tests/results/100.processed 1.2:
7896: * tests/results/101.processed 1.2:
7897: * tests/results/102.processed 1.2:
7898: * tests/results/103.processed 1.2:
7899: * tests/results/104.processed 1.2:
7900: * tests/results/105.processed 1.2:
7901: * tests/results/106.processed 1.2:
7902: * tests/results/107.processed 1.2:
7903: * tests/results/108.processed 1.2:
7904: * tests/results/109.processed 1.2:
7905: * tests/results/110.processed 1.2:
7906: * tests/results/111.processed 1.2:
7907: * tests/results/112.processed 1.2:
7908: * tests/results/113.processed 1.2:
7909: * tests/results/114.processed 1.2:
7910: * tests/results/115.processed 1.2:
7911: * tests/results/116.processed 1.2:
7912: * tests/results/117.processed 1.2:
7913: * tests/results/118.processed 1.2:
7914: * tests/results/119.processed 1.2:
7915: * tests/results/120.processed 1.2:
7916: * tests/results/121.processed 1.2:
7917: * tests/results/122.processed 1.2:
7918: * tests/results/123.processed 1.2:
7919: * tests/results/124.processed 1.2:
7920: * tests/results/125.processed 1.2:
7921: * tests/results/126.processed 1.2:
7922: * tests/results/127.processed 1.2:
7923: * tests/results/128.processed 1.2:
7924: * tests/results/129.processed 1.2:
7925: * tests/results/130.processed 1.2:
7926: * tests/results/131.processed 1.2:
7927: * tests/results/132.processed 1.2:
7928: * tests/results/133.processed 1.2:
7929: * tests/results/134.processed 1.2:
7930: * tests/results/135.processed 1.2:
7931: * tests/results/136.processed 1.2:
7932: * tests/results/137.processed 1.2:
7933: * tests/results/138.processed 1.2:
7934: * tests/results/139.processed 1.2:
7935: * tests/results/140.processed 1.2:
7936: * tests/results/141.processed 1.2:
7937: * tests/run_parser.sh 1.2:
7938: merged(copied) to HEAD from template_gc
7939:
7940: * src/include/pa_pragma_pack_begin.h 1.7:
7941: * src/include/pa_pragma_pack_end.h 1.7:
7942: * src/lib/cord/include/Makefile.am 1.2:
7943: * src/lib/cord/include/ec.h 1.2:
7944: * src/lib/cord/include/private/Makefile.am 1.2:
7945: * src/lib/cord/include/private/cord_pos.h 1.2:
7946: * src/lib/cord/source.url 1.2:
7947: * src/lib/gc/Makefile.am 1.2:
7948: * src/lib/gc/include/Makefile.am 1.2:
7949: * src/lib/gc/include/gc.h 1.2:
7950: * src/lib/patches/Makefile.am 1.4:
7951: * src/lib/patches/gc.patch 1.2:
7952: * src/lib/patches/gdome2.patch 1.2:
7953: * src/lib/patches/libxml2.patch 1.2:
7954: * src/lib/patches/libxslt.patch 1.2:
7955: * src/lib/pcre/pcre.h 1.2:
7956: * src/main/pa_array.C 1.57:
7957: * src/main/pa_hash.C 1.54:
7958: * src/targets/Makefile.am 1.10:
7959: * src/targets/apache13/pa_md5c.c 1.6:
7960: * src/targets/apache13/pa_pool.C 1.9:
7961: * src/targets/apache13/pa_threads.C 1.12:
7962: * src/targets/cgi/getopt.c 1.3:
7963: * src/targets/cgi/getopt.h 1.3:
7964: * src/targets/cgi/pa_pool.C 1.42:
7965: * src/targets/cgi/pool_storage.h 1.14:
7966: * src/targets/cgi/pp3.cmd 1.2:
7967: * src/targets/isapi/pa_pool.C 1.17:
7968: * src/targets/isapi/pool_storage.h 1.20:
7969: moved tempate_gc to HEAD
7970:
7971: 2003-07-23 paf
7972: * src/targets/apache13/mod_parser3_main.C 1.1:
7973: file mod_parser3_main.C was initially added on branch
7974: template_gc.
7975:
7976: 2003-03-27 paf
7977: * src/lib/gc/include/gc_fake.h 1.1:
7978: file gc_fake.h was initially added on branch template_gc.
7979:
7980: 2003-03-26 paf
7981: * src/lib/cord/include/gc.h 1.1:
7982: file gc.h was initially added on branch template_gc.
7983:
7984: 2003-03-03 paf
7985: * tests/outputs/049.processed 1.1:
7986: file 049.processed was initially added on branch autoptr.
7987:
7988: * tests/outputs/050.processed 1.1:
7989: file 050.processed was initially added on branch autoptr.
7990:
7991: * tests/outputs/051.processed 1.1:
7992: file 051.processed was initially added on branch autoptr.
7993:
7994: * tests/parser-cygwin.sh 1.1:
7995: file parser-cygwin.sh was initially added on branch autoptr.
7996:
7997: * tests/parser-unix.sh 1.1:
7998: file parser-unix.sh was initially added on branch autoptr.
7999:
8000: 2003-02-20 paf
8001: * www/htdocs/autoptr.html 1.1:
8002: file autoptr.html was initially added on branch autoptr.
8003:
8004: 2003-01-30 paf
8005: * ltmain.sh 1.5:
8006: *** empty log message ***
8007:
8008: 2003-01-29 paf
8009: * src/types/pa_value_includes.h 1.1:
8010: file pa_value_includes.h was initially added on branch autoptr.
8011:
8012: 2003-01-23 paf
8013: * src/lib/pcre/8859-1.ucm 1.1:
8014: file 8859-1.ucm was initially added on branch autoptr.
8015:
8016: 2003-01-14 paf
8017: * src/lib/ltdl/config.guess 1.2:
8018: * src/lib/ltdl/config.sub 1.2:
8019: * src/lib/ltdl/install-sh 1.2:
8020: * src/lib/ltdl/missing 1.2:
8021: * src/lib/ltdl/mkinstalldirs 1.2:
8022: removed some ancient files [they in / really]
8023:
8024: * src/lib/ltdl/aclocal.m4 1.1:
8025: *** empty log message ***
8026:
8027: 2003-01-13 paf
8028: * src/lib/ltdl/COPYING.LIB 1.1:
8029: * src/lib/ltdl/acinclude.m4 1.2:
8030: * src/lib/ltdl/config.h 1.2:
8031: * src/lib/ltdl/config_auto.h.in 1.3:
8032: * src/lib/ltdl/configure 1.4:
8033: * src/lib/ltdl/configure.in 1.4:
8034: * src/lib/ltdl/ltdl.h 1.2:
8035: moved to latest libtool (1.4.3)
8036:
8037: * config.guess 1.3:
8038: * config.sub 1.4:
8039: removed last piece of configure.in(libtool) hacks
8040:
8041: 2003-01-10 paf
8042: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
8043: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
8044: * src/lib/patches/libgdome_morestatic.patch 1.2:
8045: * src/lib/patches/libxml_error_column_tab.patch 1.2:
8046: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
8047: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
8048: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
8049: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
8050: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
8051: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
8052: moved to latest xml lib versions, changed patches.
8053: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
8054: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
8055: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
8056:
8057: 2003-01-09 paf
8058: * depcomp 1.1:
8059: moving to automake 1.7.2
8060:
8061: * missing 1.2:
8062: * mkinstalldirs 1.2:
8063: moved to autoconf 2.57 & automake 1.7.2
8064:
8065: 2002-12-27 paf
8066: * src/doc/aliased.dox 1.5:
8067: * src/doc/module.dox 1.4:
8068: * src/doc/pooled.dox 1.4:
8069: removed outdated parts, made links to language docs
8070:
8071: 2002-12-04 paf
8072: * src/lib/ltdl/README 1.1:
8073: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
8074: so it does have no problems with automake.
8075: ltdl/configure AC_OUTPUT(Makefile<<removed)
8076:
8077: 2002-10-15 paf
8078: * src/types/pa_vjunction.C 1.3:
8079: removed $junction.get $junction.set[]
8080: introducing $caller
8081:
8082: 2002-09-11 paf
8083: * etc/parser3.charsets/windows-1254.cfg 1.1:
8084: * src/lib/pcre/ibm-1254.ucm 1.1:
8085: windows-1254 added
8086:
8087: 2002-08-14 paf
8088: * src/targets/cgi/fixopt.C 1.3:
8089: * src/targets/cgi/fixopt.h 1.2:
8090: removed fixopt stupidity. on stupid linux use
8091: cd /document/root
8092: ../cgi/parser3 script
8093:
8094: 2002-08-12 paf
8095: * src/types/pa_valiased.C 1.17:
8096: * src/types/pa_valiased.h 1.23:
8097: ^base:create[] dynamic call rewritten
8098: todo: thorough testing
8099:
8100: 2002-08-01 paf
8101: * src/Makefile.am 1.17:
8102: ident.C* removed
8103:
8104: 2002-07-30 paf
8105: * src/targets/cgi/pa_config_paths.h.in 1.2:
8106: removed pa_config_paths.h
8107:
8108: 2002-06-21 paf
8109: * src/lib/pcre/LICENCE 1.1:
8110: * src/lib/pcre/README 1.1:
8111: * src/lib/pcre/Tech.Notes 1.1:
8112: * src/lib/pcre/dftables.c 1.1:
8113: * src/lib/pcre/get.c 1.1:
8114: * src/lib/pcre/ibm-1250.ucm 1.1:
8115: * src/lib/pcre/ibm-1251.ucm 1.1:
8116: * src/lib/pcre/ibm-1257.ucm 1.1:
8117: * src/lib/pcre/internal.h 1.1:
8118: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
8119: * src/lib/pcre/pcre.3 1.1:
8120: * src/lib/pcre/pcre.3.html 1.1:
8121: * src/lib/pcre/pcre.3.txt 1.1:
8122: * src/lib/pcre/pcre.c 1.1:
8123: * src/lib/pcre/ruspart_win2koi.pl 1.1:
8124: * src/lib/pcre/study.c 1.1:
8125: * src/lib/pcre/win-koi.tab 1.1:
8126: moved libltdl and pcre to libs/
8127: added libs/md5 which is linked to non-apache targets
8128: ^math:crypt[password;$apr1$salt]
8129:
8130: 2002-06-20 paf
8131: * bin/Makefile.am 1.3:
8132: parser3.conf renamed to auto.p
8133:
8134: 2002-06-18 paf
8135: * etc/Makefile.am 1.4:
8136: bin/parser3.conf.dist [moved from etc
8137:
8138: 2002-04-22 paf
8139: * types.txt 1.2:
8140: ^string.optimize[]
8141:
8142: 2002-04-19 paf
8143: * src/doc/postbuild.txt 1.3:
8144: * src/doc/view_chm.cmd 1.2:
8145: * src/doc/view_html.cmd 1.2:
8146: config updated to doxygen 1.2.15,
8147: created helper which fixes minor bugs in chm project files & htm tree.
8148: changed extension to .htm
8149:
8150: 2002-04-16 paf
8151: * asm.txt 1.2:
8152: * form.txt 1.2:
8153: * lang.txt 1.2:
8154: * sql.txt 1.2:
8155: removed outdated. see in Attic asm.txt as most interesting
8156:
8157: 2002-02-22 paf
8158: * src/include/pa_db_connection.h 1.22:
8159: * src/include/pa_db_manager.h 1.15:
8160: * src/include/pa_db_table.h 1.16:
8161: * src/main/pa_db_connection.C 1.38:
8162: * src/main/pa_db_manager.C 1.23:
8163: * src/main/pa_db_table.C 1.21:
8164: removed hashfile support for now
8165:
8166: 2002-02-18 paf
8167: * ltconfig 1.2:
8168: removed libtool subpart files
8169:
8170: 2002-02-13 paf
8171: * etc/parser3.charsets/windows-1257.cfg 1.2:
8172: id added
8173:
8174: 2002-02-08 paf
8175: * src/sql/Makefile.am 1.3:
8176: forgotten makes
8177:
8178: * src/main/pa_status_provider.C 1.5:
8179: 'make dist' works
8180:
8181: * AUTHORS 1.2:
8182: * COPYING 1.2:
8183: * README 1.2:
8184: install&others updated
8185:
8186: 2002-01-31 paf
8187: * ident.awk 1.2:
8188: lowered indent.awk back to src/
8189:
8190: * NEWS 1.1:
8191: * etc/parser3.charsets/windows-1250.cfg 1.1:
8192: * install-sh 1.1:
8193: * www/Makefile.am 1.1:
8194: * www/Makefile.in 1.1:
8195: moved etc&www out of src, moved configure&co out of src
8196: added windows-1250.cfg
8197: straightened installation scripts procedure
8198: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
8199:
8200: 2001-12-15 paf
8201: * src/include/pa_charset_connection.h 1.6:
8202: * src/include/pa_charset_manager.h 1.8:
8203: * src/include/pa_transcoder.h 1.3:
8204: * src/main/pa_charset_connection.C 1.13:
8205: * src/main/pa_charset_manager.C 1.10:
8206: * src/main/pa_transcoder.C 1.4:
8207: introducing Charset
8208:
8209: 2001-10-22 parser
8210: * src/include/pa_xslt_stylesheet_manager.h 1.5:
8211: * src/main/pa_xslt_stylesheet_manager.C 1.5:
8212: hashfile 0
8213:
8214: 2001-09-26 parser
8215: * src/classes/dnode.C 1.7:
8216: * src/classes/dnode.h 1.3:
8217: * src/classes/dom.C 1.36:
8218: * src/types/pa_vdnode.C 1.9:
8219: * src/types/pa_vdnode.h 1.4:
8220: * src/types/pa_vdom.C 1.4:
8221: * src/types/pa_vdom.h 1.15:
8222: xdoc&xnode now
8223:
8224: * src/classes/classes.cmd 1.4:
8225: moved classes.inc generation on win32 to main.dsp
8226:
8227: 2001-07-03 parser
8228: * src/classes/random.C 1.15:
8229: class random renamed to math, operators became methods
8230:
8231: 2001-06-27 parser
8232: * src/classes/nothing.C 1.5:
8233: * src/types/pa_vnothing.h 1.2:
8234: nothing renamed to void
8235:
8236: 2001-05-21 parser
8237: * src/classes/unknown.C 1.8:
8238: * src/types/pa_vunknown.h 1.14:
8239: 'unknown' renamed to 'nothing'
8240:
8241: 2001-05-17 parser
8242: * src/doc/chm.cmd 1.7:
8243: * src/doc/doxygen.cmd 1.7:
8244: * src/doc/view.cmd 1.3:
8245: doc cmds
8246:
8247: 2001-05-11 paf
8248: * src/classes/gawk.exe 1.2:
8249: * src/classes/ls.exe 1.2:
8250: * src/main/bison.exe 1.2:
8251: * src/targets/isapi/KILL.EXE 1.2:
8252: * src/targets/isapi/PSTAT.EXE 1.2:
8253: * src/targets/isapi/istart.cmd 1.2:
8254: * src/targets/isapi/istop.cmd 1.2:
8255: * src/targets/isapi/kill.pl 1.2:
8256: moved win32 helpers to /win32tools
8257:
8258: 2001-05-07 paf
8259: * src/include/code.h 1.29:
8260: pa_code.h
8261:
8262: 2001-05-03 paf
8263: * src/doc/doxygen.txt 1.6:
8264: dox splitted .dox files and added some
8265:
8266: 2001-04-28 paf
8267: * src/include/pa_methoded.h 1.2:
8268: * src/main/pa_methoded.C 1.2:
8269: renamed pa_methoded back to classes/classes.h
8270:
8271: * src/classes/_double.h 1.8:
8272: * src/classes/_file.h 1.5:
8273: * src/classes/_form.h 1.4:
8274: * src/classes/_image.h 1.4:
8275: * src/classes/_int.h 1.8:
8276: * src/classes/_mail.h 1.4:
8277: * src/classes/_op.h 1.6:
8278: * src/classes/_random.h 1.4:
8279: * src/classes/_response.h 1.5:
8280: * src/classes/_string.h 1.10:
8281: * src/classes/_table.h 1.7:
8282: * src/classes/_unknown.h 1.3:
8283: * src/classes/exec.C 1.4:
8284: Methoded reorganized. todo: methoded-configure
8285:
8286: * src/classes/classes.inc 1.5:
8287: removed classes.inc
8288:
8289: 2001-04-26 paf
8290: * src/classes/_exec.h 1.4:
8291: code documentation ++
8292:
8293: 2001-04-23 paf
8294: * src/classes/Makefile 1.2:
8295: * src/main/Makefile 1.2:
8296: * src/targets/cgi/Makefile 1.2:
8297: * src/types/Makefile 1.2:
8298: makefiles removed
8299:
8300: 2001-04-11 paf
8301: * src/types/pa_vcframe.h 1.4:
8302: * src/types/pa_vmframe.h 1.13:
8303: libimaging dead end: pil parses header in .py
8304:
8305: 2001-04-06 paf
8306: * src/classes/_root.h 1.5:
8307: * src/classes/root.C 1.62:
8308: renamed 'root' to 'op'
8309:
8310: 2001-04-05 paf
8311: * src/include/pa_sql_driver.h 1.5:
8312: sql driver services for conv memory & error reporting
8313:
8314: 2001-04-03 paf
8315: * src/doc/generate.cmd 1.2:
8316: string::pos & cmp & piece bugs fixed.
8317: string::split new
8318: table:load separated from set
8319: table:set implemented with clean \n \t searches
8320:
8321: 2001-03-24 paf
8322: * src/targets/isapi/nt_log_events.mc 1.2:
8323: cgi: sapi::log
8324:
8325: 2001-03-22 paf
8326: * src/targets/cgi/vform_fields_fill.C 1.2:
8327: * src/targets/cgi/vform_fields_fill.h 1.2:
8328: z
8329:
8330: 2001-03-19 paf
8331: * src/classes/_cookie.h 1.2:
8332: * src/classes/cookie.C 1.3:
8333: VCookie is now :Value
8334:
8335: * src/classes/_env.h 1.6:
8336: * src/classes/env.C 1.8:
8337: VEnv is now :Value
8338:
8339: * src/targets/cgi/pa_vform.C 1.3:
8340: moved common get_element part from stateless object&class into
8341: VAliased
8342:
8343: * src/classes/_request.h 1.4:
8344: * src/classes/request.C 1.6:
8345: VRequest moved to :Value
8346:
8347: 2001-03-14 paf
8348: * src/include/core.h 1.16:
8349: * src/main/core.C 1.69:
8350: global handler, exceptions in parser3
8351:
8352: 2001-03-13 paf
8353: * src/targets/cgi/parser.dsp 1.2:
8354: z
8355:
8356: 2001-03-11 paf
8357: * src/include/pa_valiased.h 1.4:
8358: * src/include/pa_value.h 1.51:
8359: * src/include/pa_vbool.h 1.8:
8360: * src/include/pa_vcframe.h 1.8:
8361: * src/include/pa_vclass.h 1.30:
8362: * src/include/pa_vdouble.h 1.13:
8363: * src/include/pa_vhash.h 1.13:
8364: * src/include/pa_vint.h 1.5:
8365: * src/include/pa_vjunction.h 1.9:
8366: * src/include/pa_vmframe.h 1.24:
8367: * src/include/pa_vobject.h 1.18:
8368: * src/include/pa_vstring.h 1.18:
8369: * src/include/pa_vunknown.h 1.10:
8370: * src/include/pa_wcontext.h 1.29:
8371: * src/include/pa_wwrapper.h 1.14:
8372: * src/main/pa_cframe.C 1.6:
8373: * src/main/pa_value.C 1.8:
8374: * src/main/pa_vclass.C 1.5:
8375: * src/main/pa_wcontext.C 1.11:
8376: splitted types from include/
8377:
8378: 2001-03-08 paf
8379: * src/include/pa_bool.h 1.2:
8380: * src/include/pa_double.h 1.2:
8381: withoud cloning. didn't need it actually, params got passed from
8382: out unnamed ewpool
8383:
8384: 2001-02-24 paf
8385: * src/include/pa_vframe.h 1.6:
8386: codeframe just compiled
8387:
8388: 2001-02-21 paf
8389: * src/include/pa_context.h 1.8:
8390: request core methods0
8391:
8392: * src/include/compile.h 1.5:
8393: * src/include/execute.h 1.3:
8394: get put -1 [just compiled]
8395:
8396: 2001-01-30 paf
8397: * src/include/pa_error.h 1.4:
8398: * src/main/pa_error.C 1.4:
8399: lowered targets/parser into subdir, added parser_Pool(Pool)
8400: failed to add. would think..
8401:
E-mail: