Annotation of parser3/ChangeLog, revision 1.23
1.23 ! paf 1: 2003-06-02 paf
! 2: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
! 3: empty string clone fixed to return writable memory
! 4:
! 5: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
! 6: fix_line_breaks bug fix [terminating zero were not appended]
! 7: which violated string invariant
! 8:
! 9: 2003-05-30 paf
! 10: * src/main/pa_common.C 1.151:
! 11: date format now
! 12: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
! 13:
! 14: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
! 15: date format now
! 16: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
! 17:
! 18: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
! 19: found minor bug, commended for future
! 20:
! 21: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
! 22: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
! 23: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
! 24: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
! 25: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
! 26: initialized request_info properly
! 27:
! 28: 2003-05-28 paf
! 29: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
! 30: request_info.content_length can't be <0, size_t for some time
! 31:
! 32: 2003-05-26 paf
! 33: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
! 34: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
! 35: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
! 36: few forgotten <0 changed to !=STRING_NOT_FOUND
! 37:
! 38: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
! 39: merged ffffu from HEAD
! 40:
! 41: 2003-05-11 paf
! 42: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
! 43: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
! 44: think that found cause of premature doc free.
! 45: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
! 46: added holding-reference
! 47:
! 48: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
! 49: xml memory debugging functions (ifdefed)
! 50:
! 51: 2003-04-29 paf
! 52: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
! 53: started digging on double free.
! 54: on win32 found that that's perfectly normal.
! 55:
! 56: 2003-04-25 paf
! 57: * src/classes/math.C 1.31:
! 58: snprintf(buf, 3) become (buf,2) and failed to print anything.
! 59: changed to quicker and simplier code
! 60:
! 61: * src/classes/hash.C 1.56:
! 62: allowed ^hash::create[^rem{xxx}] [were to strict a check]
! 63:
! 64: * src/classes/table.C 1.180:
! 65: * src/lib/md5/pa_md5c.c 1.9:
! 66: minor compile errors
! 67:
! 68: * src/classes/table.C 1.181:
! 69: table.join bug fix [bad limit check]
! 70:
! 71: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
! 72: merged from HEAD: simpiler hash_string
! 73:
! 74: 2003-04-24 paf
! 75: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
! 76: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
! 77: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
! 78: ansi c fiolation syntax report
! 79:
! 80: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
! 81: too strict assert loosened
! 82:
! 83: 2003-04-21 paf
! 84: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
! 85: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
! 86: pp3 added to .am
! 87:
! 88: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
! 89: merged from HEAD:
! 90: "x:..." and "\\..." file names on Win32 considered disk-global
! 91:
! 92: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
! 93: .5.6 version of libxml allows to install xmlMallocAtomic [
! 94: author agreed to my suggestion], used that
! 95:
! 96: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
! 97: assert added [looking for bug]
! 98:
! 99: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
! 100: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
! 101: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
! 102: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
! 103: attributed_meaning_to_string added L_UNSPECIFIED piece
! 104: which was sortof OK, but violated string invariant [assertion barked on that]
! 105: changed to L_PASS_APPEND, made that param obligatory
! 106:
! 107: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
! 108: ^mail:send[$.body backward compatibility
! 109:
! 110: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
! 111: pcre memory management changed to use GC memory
! 112:
! 113: * src/main/pa_request.C 1.247:
! 114: "x:..." and "\\..." file names on Win32 considered disk-global
! 115:
! 116: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
! 117: String::ArrayFragment::append_positions bug fixed [assert
! 118: helped]
! 119:
! 120: 2003-04-18 paf
! 121: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
! 122: merged from HEAD:
! 123: enabled '~' letter in filenames
! 124:
! 125: * src/main/untaint.C 1.116:
! 126: enabled '~' letter in filenames
! 127:
! 128: 2003-04-16 paf
! 129: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
! 130: small bug introduced in autoptr times fixed
! 131:
! 132: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
! 133: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
! 134: fix: gcc reported tiny error
! 135:
! 136: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
! 137: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
! 138: merged from HEAD
! 139:
! 140: 2003-04-15 paf
! 141: * operators.txt 1.112:
! 142: * operators.txt [release_3_0_0007] 1.107.2.2:
! 143: * src/classes/math.C 1.27:
! 144: * src/lib/md5/pa_md5.h 1.7:
! 145: * src/lib/md5/pa_md5c.c 1.8:
! 146: ^math:md5[string]
! 147: 16-byte digest
! 148:
! 149: * operators.txt 1.113:
! 150: * src/classes/math.C 1.28:
! 151: * src/classes/math.C 1.29:
! 152: ^math:uuid[]
! 153:
! 154: * tests/results/141.processed 1.1:
! 155: file 141.processed was initially added on branch template_gc.
! 156:
! 157: * operators.txt 1.114:
! 158: * src/classes/math.C 1.30:
! 159: ^math:uid64[]
! 160:
! 161: * operators.txt [template_gc] 1.109.2.1.2.8:
! 162: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
! 163: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
! 164: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
! 165: * tests/141.html [template_gc] 1.1.2.1:
! 166: * tests/results/141.processed [template_gc] 1.1.2.1:
! 167: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
! 168: merged from head
! 169: ^math:uuid[]
! 170: ^math:uid64[]
! 171: ^math:md5[string]
! 172:
! 173: test added: 141.html
! 174:
! 175: * tests/141.html 1.1:
! 176: file 141.html was initially added on branch template_gc.
! 177:
! 178: * operators.txt [release_3_0_0007] 1.107.2.1:
! 179: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
! 180: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
! 181: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
! 182: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
! 183: ^file::load[mode;name;
! 184: $.offset
! 185: $.limit
! 186:
! 187: 2003-04-14 paf
! 188: * src/classes/table.C 1.178:
! 189: more warnings
! 190:
! 191: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
! 192: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
! 193: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
! 194: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
! 195: removed checks in table::set_current, moved them back to table::locate
! 196: implemented table::create/join ñ $.reverse
! 197:
! 198: * tests/results/140.processed 1.1:
! 199: file 140.processed was initially added on branch template_gc.
! 200:
! 201: * src/include/pa_table.h 1.50:
! 202: * src/main/pa_array.C 1.56:
! 203: * src/main/pa_table.C 1.55:
! 204: removed checks in table::set_current, moved them back to table
! 205: :locate
! 206:
! 207: * src/classes/table.C 1.179:
! 208: * src/include/pa_table.h 1.51:
! 209: table $.distinct[tables] bug fixed
! 210:
! 211: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
! 212: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
! 213: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
! 214: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
! 215: * tests/140.html [template_gc] 1.1.2.1:
! 216: * tests/results/140.processed [template_gc] 1.1.2.1:
! 217: table $.reverse option works in create&co
! 218: table $.distinct[tables] bug fix merged
! 219:
! 220: * tests/140.html 1.1:
! 221: file 140.html was initially added on branch template_gc.
! 222:
! 223: * src/classes/math.C 1.26:
! 224: * src/lib/md5/pa_md5.h 1.6:
! 225: * src/lib/md5/pa_md5c.c 1.7:
! 226: started ^math:md5
! 227:
! 228: 2003-04-11 paf
! 229: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
! 230: less xml, couple dup were valid
! 231:
! 232: * tests/128.html 1.1:
! 233: file 128.html was initially added on branch template_gc.
! 234:
! 235: * tests/results/134.processed 1.1:
! 236: file 134.processed was initially added on branch template_gc.
! 237:
! 238: * tests/129.html 1.1:
! 239: file 129.html was initially added on branch template_gc.
! 240:
! 241: * tests/130.html 1.1:
! 242: file 130.html was initially added on branch template_gc.
! 243:
! 244: * tests/results/126.processed 1.1:
! 245: file 126.processed was initially added on branch template_gc.
! 246:
! 247: * tests/130.html [template_gc] 1.1.2.1:
! 248: * tests/131.html [template_gc] 1.1.2.1:
! 249: * tests/132.html [template_gc] 1.1.2.1:
! 250: * tests/133.html [template_gc] 1.1.2.1:
! 251: * tests/134.html [template_gc] 1.1.2.1:
! 252: * tests/135.html [template_gc] 1.1.2.1:
! 253: * tests/136.html [template_gc] 1.1.2.1:
! 254: * tests/137.html [template_gc] 1.1.2.1:
! 255: * tests/138.html [template_gc] 1.1.2.1:
! 256: * tests/139.html [template_gc] 1.1.2.1:
! 257: * tests/descript.ion [template_gc] 1.1.2.1:
! 258: * tests/results/130.processed [template_gc] 1.1.2.1:
! 259: * tests/results/131.processed [template_gc] 1.1.2.1:
! 260: * tests/results/132.processed [template_gc] 1.1.2.1:
! 261: * tests/results/133.processed [template_gc] 1.1.2.1:
! 262: * tests/results/134.processed [template_gc] 1.1.2.1:
! 263: * tests/results/135.processed [template_gc] 1.1.2.1:
! 264: * tests/results/136.processed [template_gc] 1.1.2.1:
! 265: * tests/results/137.processed [template_gc] 1.1.2.1:
! 266: * tests/results/138.processed [template_gc] 1.1.2.1:
! 267: * tests/results/139.processed [template_gc] 1.1.2.1:
! 268: added few mustfail tests
! 269: 130.html mustfail: empty regexp
! 270: 131.html mustfail: invalid date/time
! 271: 132.html mustfail: access to junction outside of context
! 272: 133.html mustfail: access to junction outside of context, case version
! 273: 134.html mustfail: hash: adding a key inside of foreach
! 274: 135.html mustfail: modifying system class
! 275: 136.html mustfail: $.name outside of $hash[here]
! 276: 137.html mustfail: appendChild without import
! 277: 138.html mustfail: invalid encoding inside of xml
! 278: 139.html mustfail: bad XPath
! 279:
! 280: * tests/131.html 1.1:
! 281: file 131.html was initially added on branch template_gc.
! 282:
! 283: * tests/results/136.processed 1.1:
! 284: file 136.processed was initially added on branch template_gc.
! 285:
! 286: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
! 287: context-style
! 288:
! 289: * tests/132.html 1.1:
! 290: file 132.html was initially added on branch template_gc.
! 291:
! 292: * tests/results/128.processed 1.1:
! 293: file 128.processed was initially added on branch template_gc.
! 294:
! 295: * tests/results/138.processed 1.1:
! 296: file 138.processed was initially added on branch template_gc.
! 297:
! 298: * operators.txt [template_gc] 1.109.2.1.2.7:
! 299: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
! 300: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
! 301: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
! 302: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
! 303: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
! 304: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
! 305: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
! 306: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
! 307: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
! 308: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
! 309: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
! 310: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
! 311: merged from HEAD
! 312: from before_append_array_limit_sense_change
! 313: to after_append_array_limit_sense_change
! 314:
! 315: * operators.txt [template_gc] 1.109.2.1.2.6:
! 316: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
! 317: * tests/084.html [template_gc] 1.1.2.1.2.1:
! 318: * tests/125.html [template_gc] 1.1.2.1:
! 319: * tests/126.html [template_gc] 1.1.2.1:
! 320: * tests/127.html [template_gc] 1.1.2.1:
! 321: * tests/128.html [template_gc] 1.1.2.1:
! 322: * tests/129.html [template_gc] 1.1.2.1:
! 323: * tests/results/125.processed [template_gc] 1.1.2.1:
! 324: * tests/results/126.processed [template_gc] 1.1.2.1:
! 325: * tests/results/127.processed [template_gc] 1.1.2.1:
! 326: * tests/results/128.processed [template_gc] 1.1.2.1:
! 327: * tests/results/129.processed [template_gc] 1.1.2.1:
! 328: merged from HEAD
! 329: ^table.hash[key][$.distinct[tables]]
! 330:
! 331: maked appropriate tests [changed one old nonconforming]
! 332:
! 333: * tests/descript.ion 1.1:
! 334: file descript.ion was initially added on branch template_gc.
! 335:
! 336: * tests/133.html 1.1:
! 337: file 133.html was initially added on branch template_gc.
! 338:
! 339: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
! 340: removed bad lines
! 341:
! 342: * tests/results/131.processed 1.1:
! 343: file 131.processed was initially added on branch template_gc.
! 344:
! 345: * tests/134.html 1.1:
! 346: file 134.html was initially added on branch template_gc.
! 347:
! 348: * tests/135.html 1.1:
! 349: file 135.html was initially added on branch template_gc.
! 350:
! 351: * tests/results/133.processed 1.1:
! 352: file 133.processed was initially added on branch template_gc.
! 353:
! 354: * tests/136.html 1.1:
! 355: file 136.html was initially added on branch template_gc.
! 356:
! 357: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
! 358: const
! 359:
! 360: * tests/results/125.processed 1.1:
! 361: file 125.processed was initially added on branch template_gc.
! 362:
! 363: * tests/137.html 1.1:
! 364: file 137.html was initially added on branch template_gc.
! 365:
! 366: * operators.txt 1.110:
! 367: * src/classes/table.C 1.174:
! 368: ^table.hash[key][$.distinct[tables]]
! 369:
! 370: * tests/results/135.processed 1.1:
! 371: file 135.processed was initially added on branch template_gc.
! 372:
! 373: * tests/138.html 1.1:
! 374: file 138.html was initially added on branch template_gc.
! 375:
! 376: * operators.txt 1.111:
! 377: * src/classes/date.C 1.45:
! 378: * src/classes/table.C 1.176:
! 379: * src/include/pa_array.h 1.58:
! 380: * src/include/pa_common.h 1.92:
! 381: * src/include/pa_config_includes.h 1.24:
! 382: * src/include/pa_globals.h 1.102:
! 383: * src/include/pa_table.h 1.49:
! 384: * src/main/pa_array.C 1.55:
! 385: * src/main/pa_globals.C 1.155:
! 386: * src/main/pa_request.C 1.246:
! 387: * src/main/pa_sql_driver_manager.C 1.70:
! 388: * src/main/pa_string.C 1.173:
! 389: * src/main/pa_table.C 1.54:
! 390: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
! 391: append_array_limit_sense_change
! 392: locate accepts options same as create
! 393: new option: $.reverse(1) [do not work in table::create]
! 394:
! 395: * tests/results/127.processed 1.1:
! 396: file 127.processed was initially added on branch template_gc.
! 397:
! 398: * tests/139.html 1.1:
! 399: file 139.html was initially added on branch template_gc.
! 400:
! 401: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
! 402: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
! 403: *** empty log message ***
! 404:
! 405: * tests/results/137.processed 1.1:
! 406: file 137.processed was initially added on branch template_gc.
! 407:
! 408: * tests/results/130.processed 1.1:
! 409: file 130.processed was initially added on branch template_gc.
! 410:
! 411: * tests/results/129.processed 1.1:
! 412: file 129.processed was initially added on branch template_gc.
! 413:
! 414: * src/include/pa_common.h 1.91:
! 415: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
! 416: * src/main/pa_common.C 1.150:
! 417: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
! 418: gcc didn't like (stat xxx,
! 419:
! 420: * INSTALL [template_gc] 1.31.6.3:
! 421: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
! 422: * src/lib/Makefile.am [template_gc] 1.3.10.3:
! 423: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
! 424: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
! 425: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
! 426: re-added libgdome patch. regretfully libgdome bug can not be
! 427: worked around
! 428:
! 429: * src/classes/xdoc.C 1.110:
! 430: * src/classes/xnode.C 1.55:
! 431: * src/include/pa_charset.h 1.22:
! 432: merged fix for
! 433: found very old xml (dom) bug:
! 434: were passing domString objects and later ERROREOUSLY freed them
! 435:
! 436: * src/classes/table.C 1.175:
! 437: * src/classes/table.C 1.177:
! 438: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
! 439: typo
! 440:
! 441: * tests/results/139.processed 1.1:
! 442: file 139.processed was initially added on branch template_gc.
! 443:
! 444: * tests/125.html 1.1:
! 445: file 125.html was initially added on branch template_gc.
! 446:
! 447: * tests/results/132.processed 1.1:
! 448: file 132.processed was initially added on branch template_gc.
! 449:
! 450: * tests/126.html 1.1:
! 451: file 126.html was initially added on branch template_gc.
! 452:
! 453: * tests/127.html 1.1:
! 454: file 127.html was initially added on branch template_gc.
! 455:
! 456: 2003-04-10 paf
! 457: * src/doc/string.dox [template_gc] 1.4.22.2:
! 458: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
! 459: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
! 460: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
! 461: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
! 462: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
! 463: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
! 464: * tests/123.html [template_gc] 1.1.2.1:
! 465: * tests/124.html [template_gc] 1.1.2.1:
! 466: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
! 467: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
! 468: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
! 469: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
! 470: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
! 471: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
! 472: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
! 473: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
! 474: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
! 475: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
! 476: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
! 477: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
! 478: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
! 479: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
! 480: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
! 481: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
! 482: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
! 483: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
! 484: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
! 485: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
! 486: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
! 487: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
! 488: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
! 489: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
! 490: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
! 491: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
! 492: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
! 493: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
! 494: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
! 495: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
! 496: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
! 497: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
! 498: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
! 499: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
! 500: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
! 501: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
! 502: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
! 503: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
! 504: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
! 505: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
! 506: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
! 507: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
! 508: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
! 509: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
! 510: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
! 511: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
! 512: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
! 513: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
! 514: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
! 515: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
! 516: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
! 517: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
! 518: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
! 519: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
! 520: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
! 521: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
! 522: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
! 523: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
! 524: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
! 525: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
! 526: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
! 527: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
! 528: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
! 529: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
! 530: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
! 531: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
! 532: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
! 533: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
! 534: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
! 535: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
! 536: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
! 537: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
! 538: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
! 539: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
! 540: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
! 541: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
! 542: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
! 543: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
! 544: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
! 545: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
! 546: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
! 547: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
! 548: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
! 549: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
! 550: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
! 551: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
! 552: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
! 553: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
! 554: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
! 555: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
! 556: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
! 557: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
! 558: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
! 559: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
! 560: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
! 561: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
! 562: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
! 563: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
! 564: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
! 565: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
! 566: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
! 567: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
! 568: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
! 569: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
! 570: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
! 571: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
! 572: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
! 573: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
! 574: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
! 575: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
! 576: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
! 577: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
! 578: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
! 579: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
! 580: * tests/results/121.processed [template_gc] 1.1.2.2:
! 581: * tests/results/122.processed [template_gc] 1.1.2.2:
! 582: * tests/results/123.processed [template_gc] 1.1.2.1:
! 583: * tests/results/124.processed [template_gc] 1.1.2.1:
! 584: new convention: char* never 0. assert in cord on that
! 585:
! 586: * tests/124.html 1.1:
! 587: file 124.html was initially added on branch template_gc.
! 588:
! 589: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
! 590: couple more asserts
! 591:
! 592: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
! 593: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
! 594: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
! 595: found very old xml (dom) bug:
! 596: were passing domString objects and later ERROREOUSLY freed them
! 597:
! 598: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
! 599: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
! 600: bugfix on memory buffer overrun [but that's memory from
! 601: gc_malloc, not from g_malloc :(, but would hope]
! 602:
! 603: * tests/results/123.processed 1.1:
! 604: file 123.processed was initially added on branch template_gc.
! 605:
! 606: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
! 607: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
! 608: little transcodes speedup
! 609:
! 610: * tests/results/124.processed 1.1:
! 611: file 124.processed was initially added on branch template_gc.
! 612:
! 613: * tests/123.html 1.1:
! 614: file 123.html was initially added on branch template_gc.
! 615:
! 616: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
! 617: checked custom malloc for returning 0
! 618:
! 619: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
! 620: couple assertions on fantastic situations added [may be those
! 621: is the case now?]
! 622:
! 623: 2003-04-09 paf
! 624: * tests/122.html [template_gc] 1.1.2.1:
! 625: * tests/results/122.processed [template_gc] 1.1.2.1:
! 626: 122 date test <= and == added [after volatile fix. passes on
! 627: win&intel-solaris]
! 628:
! 629: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
! 630: custom profiling script:
! 631: plist/ST << Sort by function time
! 632:
! 633: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
! 634: merged ^date.roll changes
! 635:
! 636: * src/classes/date.C 1.44:
! 637: ^date.roll bug fix
! 638:
! 639: * tests/results/122.processed 1.1:
! 640: file 122.processed was initially added on branch template_gc.
! 641:
! 642: * tests/122.html 1.1:
! 643: file 122.html was initially added on branch template_gc.
! 644:
! 645: * src/classes/date.C 1.43:
! 646: ^date.roll now throws less errors:
! 647: month shifts handles end of month situation by reducing day number
! 648: hour-hole shift reduces hour to recover
! 649:
! 650: * src/targets/cgi/pp3.cmd 1.1:
! 651: file pp3.cmd was initially added on branch template_gc.
! 652:
! 653: * operators.txt [template_gc] 1.109.2.1.2.5:
! 654: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
! 655: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
! 656: http://
! 657: $.charset[] param
! 658: done
! 659:
! 660: 2003-04-08 paf
! 661: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
! 662: CORD_pos_advance turned out to have limit on 'n' param. worked
! 663: that around
! 664:
! 665: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
! 666: removed redundant & in CORD_pos param passing [for it's a
! 667: pointer really]
! 668:
! 669: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
! 670: merged PA_USE_ALARM bugfix from HEAD
! 671:
! 672: * src/lib/cord/source.url 1.1:
! 673: file source.url was initially added on branch template_gc.
! 674:
! 675: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
! 676: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
! 677: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
! 678: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
! 679: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
! 680: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
! 681: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
! 682: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
! 683: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
! 684: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
! 685: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
! 686: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
! 687: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
! 688: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
! 689: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
! 690: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
! 691: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
! 692: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
! 693: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
! 694: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
! 695: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
! 696: pa_vform violated String::invariant. started fixing [not
! 697: compiled now]
! 698:
! 699: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
! 700: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
! 701: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
! 702: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
! 703: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
! 704: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
! 705: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
! 706: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
! 707: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
! 708: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
! 709: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
! 710: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
! 711: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
! 712: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
! 713: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
! 714: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
! 715: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
! 716: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
! 717: started http://
! 718: $.charset[] param
! 719: and
! 720: http response charset detection
! 721: just compiled.
! 722: todo:test
! 723:
! 724: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
! 725: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
! 726: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
! 727: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
! 728: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
! 729: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
! 730: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
! 731: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
! 732: this allowed to fix one remaining String("123", 2) case
! 733:
! 734: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
! 735: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
! 736: *** empty log message ***
! 737:
! 738: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
! 739: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
! 740: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
! 741: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
! 742: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
! 743: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
! 744: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
! 745: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
! 746: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
! 747: number of string style improvements & optimizations
! 748:
! 749: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
! 750: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
! 751: * src/lib/cord/source.url [template_gc] 1.1.2.1:
! 752: From: "Boehm, Hans" <hans_boehm@hp.com>
! 753: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
! 754: Sent: Tuesday, April 08, 2003 2:16 AM
! 755: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
! 756:
! 757:
! 758: Thanks for the bug report and patch.
! 759:
! 760: I hadn't looked at this code in a while. Reading it now, it seems to me that the tests should also be ">= MAX_DEPTH" to comply with the invariant, though that may not matter a lot. I changed that, too.
! 761:
! 762: Hans
! 763:
! 764: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
! 765: =0 bug fix [left from autoptr default ctor :(]
! 766:
! 767: 2003-04-07 paf
! 768: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
! 769: small style change
! 770:
! 771: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
! 772: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
! 773: CORD_cat bugfix
! 774:
! 775: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
! 776: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
! 777: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
! 778: merged from head:safe mode error message now includes numbers
! 779:
! 780: * src/include/pa_common.h 1.90:
! 781: * src/main/pa_common.C 1.149:
! 782: * src/main/pa_exec.C 1.50:
! 783: safe mode error message now includes numbers
! 784:
! 785: * src/main/execute.C 1.296:
! 786: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
! 787: n-th attempt to make a=a work with double.
! 788: problem: as_double returns it's result in fp-register
! 789: compiler optimizes access to that register after b->as_double,
! 790: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
! 791: _SAME_ double values do not match here.
! 792: when forced to REload fp-register, values do match.
! 793:
! 794: tried to make them volatile.
! 795:
! 796: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
! 797: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
! 798: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
! 799: unknown untaint lang now causes death
! 800:
! 801: 2003-04-04 paf
! 802: * src/types/pa_vmail.C 1.44:
! 803: mail receive: .txt attachemnts bug fix
! 804: http://i2/tasks/edit/?id=4507350336410850921
! 805:
! 806: * src/main/pa_globals.C 1.154:
! 807: exif mem leak
! 808: http://i2/tasks/edit/?id=4480590323629807263
! 809:
! 810: * src/classes/classes.dsp 1.27:
! 811: * src/classes/gd/gd.dsp 1.28:
! 812: * src/classes/smtp/smtp.dsp 1.24:
! 813: * src/lib/ltdl/libltdl.dsp 1.5:
! 814: * src/lib/md5/md5.dsp 1.4:
! 815: * src/lib/pcre/pcre.dsp 1.3:
! 816: * src/main/compile.tab.C 1.82:
! 817: * src/main/main.dsp 1.163:
! 818: * src/main/pa_globals.C 1.153:
! 819: * src/targets/cgi/parser3.dsp 1.62:
! 820: * src/types/types.dsp 1.38:
! 821: links to xml libs made relative, no need to unpack
! 822: parser3project to /parser3project.
! 823:
! 824: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
! 825: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
! 826: more understandable error message in case @CLASS with more then
! 827: one line inside
! 828:
! 829: * src/classes/classes.dsp 1.28:
! 830: * src/classes/gd/gd.dsp 1.29:
! 831: * src/classes/smtp/smtp.dsp 1.25:
! 832: * src/main/main.dsp 1.164:
! 833: * src/targets/cgi/parser3.dsp 1.63:
! 834: * src/types/pa_vmail.C 1.43:
! 835: * src/types/types.dsp 1.39:
! 836: buf fix http://i2/tasks/edit/?id=4493946731322521294
! 837: $.to[billgates@microsoft.com
! 838: BCc: send-spam-to@someemails.ru
! 839: ]
! 840:
! 841: * src/classes/file.C 1.110:
! 842: * src/include/pa_exec.h 1.12:
! 843: * src/main/pa_exec.C 1.49:
! 844: incorportated pa_exec patch by
! 845: From: "Victor Fedoseev" <vvf_ru@mail.ru>
! 846: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
! 847: Sent: Thursday, January 23, 2003 9:14 AM
! 848:
! 849: huge speedup on ^file::cgi with big result
! 850:
! 851: * configure [template_gc] 1.66.2.5.2.7:
! 852: * tests/Makefile [template_gc] 1.1.2.8.2.8:
! 853: * tests/Makefile [template_gc] 1.1.2.8.2.9:
! 854: *** empty log message ***
! 855:
! 856: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
! 857: more understandable error message in case of errors in @unhandled_exception
! 858:
! 859: * src/classes/math.C 1.25:
! 860: allowed random 1...
! 861:
! 862: * src/classes/xdoc.C 1.109:
! 863: memory allocation func bugfix
! 864: http://i2/tasks/edit/?id=4499303470368629745
! 865:
! 866: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
! 867: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
! 868: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
! 869: error column more precise - tab handling bug fixed
! 870:
! 871: * src/classes/hash.C 1.55:
! 872: * src/types/pa_vhash.h 1.44:
! 873: $hash._default showed in foreach & co bug fix
! 874: http://i2/tasks/edit/?id=4493701604654042676
! 875:
! 876: @main[]
! 877: $with_default[
! 878: $.a[1]
! 879: $._default[default from with_default]
! 880: ]
! 881: ^show[$with_default]
! 882:
! 883: $to_add_to[
! 884: $.b[2]
! 885: ]
! 886: ^to_add_to.add[$with_default]
! 887: =$to_add_to.xxx=<br>
! 888:
! 889:
! 890: ^show[$to_add_to]
! 891:
! 892:
! 893: $cloned[^hash::create[$with_default]]
! 894: =$cloned.xxx=<br>
! 895: ^show[$cloned]
! 896:
! 897:
! 898: @show[hash]
! 899: ^hash.foreach[k;v]{
! 900: $k = $v <br>
! 901:
! 902: }
! 903: <hr>
! 904:
! 905: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
! 906: allowed random 0..
! 907:
! 908: * src/classes/table.C 1.173:
! 909: sort table with 0 rows bug fixed
! 910:
! 911: 2003-04-03 paf
! 912: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
! 913: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
! 914: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
! 915: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
! 916: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
! 917: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
! 918: strack trace reset after handled exception [old bug fixed]
! 919:
! 920: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
! 921: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
! 922: parse position old bug fixed.
! 923: position reporting made precise [both, in parse erros and runtime errors]
! 924:
! 925: * operators.txt [template_gc] 1.109.2.1.2.4:
! 926: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
! 927: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
! 928: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
! 929: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
! 930: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
! 931: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
! 932: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
! 933: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
! 934: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
! 935: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
! 936: * src/classes/memory.C [template_gc] 1.1.2.4:
! 937: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
! 938: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
! 939: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
! 940: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
! 941: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
! 942: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
! 943: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
! 944: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
! 945: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
! 946: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
! 947: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
! 948: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
! 949: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
! 950: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
! 951: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
! 952: MethodParams& now [methods without params receive zero
! 953: reference, but they are expected not to look there]
! 954:
! 955: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
! 956: removed 'patches'
! 957:
! 958: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
! 959: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
! 960: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
! 961: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
! 962: slightly improved error messages text:
! 963: 1. is '%s', it
! 964: 2. method undefined in case of ^void[]
! 965:
! 966: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
! 967: top limit
! 968:
! 969: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
! 970: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
! 971: removed from trace 'a' exception when
! 972: ^try{
! 973: ^throw[a;1]
! 974: }{
! 975: ^throw[b;2]
! 976: }
! 977:
! 978: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
! 979:
! 980:
! 981: @main[]
! 982: ^try{
! 983: ^first[]
! 984: }{
! 985: ^throw[c;3]
! 986: }
! 987:
! 988: @first[]
! 989: ^throw[a;1]
! 990:
! 991: showed
! 992: throw a
! 993: first
! 994: throw b
! 995: try
! 996:
! 997: which is no good
! 998:
! 999: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
! 1000: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
! 1001: * tests/042.html [template_gc] 1.1.2.1.2.1:
! 1002: test 042 changed to realities, and passed [bug fixed]
! 1003:
! 1004: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
! 1005: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
! 1006: *** empty log message ***
! 1007:
! 1008: * operators.txt [template_gc] 1.109.2.1.2.3:
! 1009: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
! 1010: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
! 1011: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
! 1012: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
! 1013: ^process...[filename]
! 1014: useful for better error reporting [file/line/col]
! 1015:
! 1016: * INSTALL [template_gc] 1.31.6.2:
! 1017: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
! 1018: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
! 1019: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
! 1020: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
! 1021: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
! 1022: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
! 1023: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
! 1024: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
! 1025: debug info format simplified, now it's:
! 1026: OP_VALUE
! 1027: Operation::Origin << here
! 1028: value*
! 1029:
! 1030: higher limits:
! 1031: file number (max: 255)
! 1032: line number (max: 64535)
! 1033: column number (max: 255)
! 1034:
! 1035: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
! 1036: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
! 1037: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
! 1038: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
! 1039: precise parse error position in case of
! 1040:
! 1041: ^bug
! 1042: ]
! 1043:
! 1044: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
! 1045: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
! 1046: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
! 1047: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
! 1048: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
! 1049: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
! 1050: exception handling done. now we have error columns
! 1051: todo: test it
! 1052:
! 1053: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
! 1054: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
! 1055: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
! 1056: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
! 1057: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
! 1058: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
! 1059: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
! 1060: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
! 1061: introducing ^process...[main-method-alias]
! 1062:
! 1063: 2003-04-02 paf
! 1064: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
! 1065: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
! 1066: removed ref leak in xdoc::create/load
! 1067:
! 1068: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
! 1069: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
! 1070: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
! 1071: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
! 1072: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
! 1073: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
! 1074: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
! 1075: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
! 1076: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
! 1077: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
! 1078: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
! 1079: prepared debug info
! 1080: todo:use it
! 1081:
! 1082: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
! 1083: * tests/Makefile [template_gc] 1.1.2.8.2.6:
! 1084: replace bug fix [broke Dictionary constructor when moved to gc]
! 1085:
! 1086: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
! 1087: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
! 1088: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
! 1089: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
! 1090: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
! 1091: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
! 1092: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
! 1093: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
! 1094: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
! 1095: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
! 1096: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
! 1097: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
! 1098: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
! 1099: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
! 1100: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
! 1101: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
! 1102: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
! 1103: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
! 1104: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
! 1105: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
! 1106: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
! 1107: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
! 1108: more locally scoped vars in execute (more easily optimizable)
! 1109:
! 1110: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
! 1111: starting in gdome 0.7.4 this is no longer needed [author
! 1112: applied my patch]
! 1113:
! 1114: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
! 1115: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
! 1116: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
! 1117: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
! 1118: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
! 1119: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
! 1120: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
! 1121: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
! 1122: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
! 1123: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
! 1124: debug info: started using.
! 1125: todo:complete
! 1126:
! 1127: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
! 1128: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
! 1129: not patches now
! 1130:
! 1131: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
! 1132: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
! 1133: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
! 1134: uncommented http:// file loading
! 1135:
! 1136: * tests/Makefile [template_gc] 1.1.2.8.2.7:
! 1137: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
! 1138: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
! 1139: meta considered OK [it's up to coder now to remove it not
! 1140: needed]
! 1141:
! 1142: * configure [template_gc] 1.66.2.5.2.3:
! 1143: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
! 1144: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
! 1145: --enable-assertions autoconf-ed
! 1146:
! 1147: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
! 1148: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
! 1149: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
! 1150: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
! 1151: array::get/put inlined
! 1152:
! 1153: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.6:
! 1154: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
! 1155: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
! 1156: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
! 1157: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
! 1158: gif encoder bug fix [gdGrowingBuf]
! 1159:
! 1160: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
! 1161: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
! 1162: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
! 1163: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
! 1164: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
! 1165: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
! 1166: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
! 1167: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
! 1168: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
! 1169: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
! 1170: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
! 1171: all calls to String::String(str,helper_length) are checked.
! 1172: found/fixed one place:
! 1173: $request:body now zero-terminated,
! 1174:
! 1175: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
! 1176: decided against patching -- one can remove that header in @
! 1177: postprocess, if he/she wants to
! 1178:
! 1179: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
! 1180: strange mistake fixed: forgot to return Operation class->union
! 1181: after switching from autoptrs.
! 1182:
! 1183: * configure.in [template_gc] 1.62.2.5.2.4:
! 1184: * src/lib/Makefile.am [template_gc] 1.3.10.2:
! 1185: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
! 1186: removed patches
! 1187:
! 1188: * configure [template_gc] 1.66.2.5.2.4:
! 1189: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
! 1190: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
! 1191: *** empty log message ***
! 1192:
! 1193: * configure.in [template_gc] 1.62.2.5.2.3:
! 1194: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
! 1195: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
! 1196: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
! 1197: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
! 1198: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
! 1199: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
! 1200: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
! 1201: converted debug hacks to ANSI assertions
! 1202: started configure.in --enable-assertions
! 1203:
! 1204: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
! 1205: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
! 1206: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
! 1207: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
! 1208: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
! 1209: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
! 1210: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
! 1211: array get/put check become assertion
! 1212: iterator in methodframe filler
! 1213:
! 1214: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
! 1215: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
! 1216: globals.c: gc_substitute_memory_management_functions
! 1217: +installed CORD_oom function
! 1218:
! 1219: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
! 1220: found a way of dealing with charset tables without patching
! 1221: library [price: imposed limit of 10 user-defined charsets, but
! 1222: limit can be easily increased]
! 1223:
! 1224: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
! 1225: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
! 1226: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
! 1227: few for(size_t i=0...) -> for(Array_iterator... i(..); i
! 1228: has_next()
! 1229:
! 1230: 2003-04-01 paf
! 1231: * src/lib/gc/Makefile.am 1.1:
! 1232: * src/lib/gc/include/Makefile.am 1.1:
! 1233: file Makefile.am was initially added on branch template_gc.
! 1234:
! 1235: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
! 1236: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.6:
! 1237: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.7:
! 1238: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
! 1239: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
! 1240: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
! 1241: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
! 1242: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
! 1243: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
! 1244: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
! 1245: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
! 1246: prepared xml-static configuration
! 1247:
! 1248: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
! 1249: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
! 1250: xml memory debugging showed no errors. todo: debug parser memory
! 1251:
! 1252: * src/classes/gd/Makefile.am [template_gc] 1.10.16.1:
! 1253: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
! 1254: bug() to set bpt in (memory.c)
! 1255: some .am changes
! 1256:
! 1257: * src/lib/gc/Makefile.in 1.1:
! 1258: * src/lib/gc/include/Makefile.in 1.1:
! 1259: file Makefile.in was initially added on branch template_gc.
! 1260:
! 1261: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
! 1262: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
! 1263: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
! 1264: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
! 1265: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
! 1266: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
! 1267: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
! 1268: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
! 1269: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
! 1270: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
! 1271: fixed by remembering xmlDoc from dom object in xdoc.
! 1272: todo: do something with premature free of xdoc with xnodes/node values referring into it
! 1273:
! 1274: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
! 1275: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
! 1276: more build configurations
! 1277:
! 1278: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
! 1279: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
! 1280: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
! 1281: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
! 1282: moved memory debugging to global level: to pa_gc_malloc
! 1283:
! 1284: * src/classes/gd/Makefile.in [template_gc] 1.43.2.3.2.2:
! 1285: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
! 1286: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
! 1287: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
! 1288: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
! 1289: *** empty log message ***
! 1290:
! 1291: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
! 1292: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
! 1293: typo fix
! 1294:
! 1295: 2003-03-31 paf
! 1296: * INSTALL [template_gc] 1.31.6.1:
! 1297: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
! 1298: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
! 1299: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
! 1300: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
! 1301: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
! 1302: started xml lib memory debugging, simple checks failed:
! 1303: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
! 1304: heap situation changes = everything works fine
! 1305:
! 1306: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
! 1307: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
! 1308: worked around xmlRegisterCharEncodingHandler limitation [
! 1309: currently imposed limit of 10 user-defined charsets]
! 1310:
! 1311: 2003-03-28 paf
! 1312: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
! 1313: execution stack copied to local
! 1314: register
! 1315: variable, removed lots [~2e7) of memory accesses
! 1316:
! 1317: 2003-03-27 paf
! 1318: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
! 1319: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
! 1320: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
! 1321: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
! 1322: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
! 1323: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
! 1324: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
! 1325: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
! 1326: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
! 1327: fixed clients of &get():
! 1328: most to use non-ref version,
! 1329: some[in tight places] to get_unchecked_ref
! 1330:
! 1331: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
! 1332: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
! 1333: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
! 1334: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
! 1335: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
! 1336: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
! 1337: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
! 1338: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
! 1339: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
! 1340: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
! 1341: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
! 1342: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
! 1343: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
! 1344: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
! 1345: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
! 1346: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
! 1347: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
! 1348: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
! 1349: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
! 1350: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
! 1351: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
! 1352: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
! 1353: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
! 1354: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
! 1355: introducing append_help_length [radical improvement here]
! 1356:
! 1357: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
! 1358: GC_java_finalization turned off [was 'not recommened' in gc.h,
! 1359: on win32 noticed no difference]
! 1360:
! 1361: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
! 1362: returned checked array get [were disabled for debugging]
! 1363: result:not slower [don't understand that, it were INLINED]
! 1364: todo: find out a way of inlining it!
! 1365:
! 1366: * src/classes/memory.C [template_gc] 1.1.2.3:
! 1367: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
! 1368: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
! 1369: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
! 1370: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
! 1371: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
! 1372: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
! 1373: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
! 1374: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
! 1375: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
! 1376: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
! 1377: disabled gc, become even slower
! 1378:
! 1379: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
! 1380: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.5:
! 1381: * src/classes/memory.C [template_gc] 1.1.2.2:
! 1382: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.6:
! 1383: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
! 1384: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
! 1385: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
! 1386: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
! 1387: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
! 1388: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
! 1389: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
! 1390: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
! 1391: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
! 1392: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
! 1393: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
! 1394: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
! 1395: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
! 1396: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
! 1397: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
! 1398: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
! 1399: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
! 1400: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
! 1401: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
! 1402: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
! 1403: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
! 1404: Array::put(index, T>>&<< removed
! 1405: after Stack::pop wiping removed [moved to separate func]
! 1406: other Array & removed
! 1407:
! 1408: * src/lib/gc/include/gc_fake.h 1.1:
! 1409: file gc_fake.h was initially added on branch template_gc.
! 1410:
! 1411: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
! 1412: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
! 1413: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
! 1414: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
! 1415: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
! 1416: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
! 1417: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
! 1418: convention changed: all resulting strings are zero-terminated
! 1419:
! 1420: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
! 1421: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
! 1422: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
! 1423: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
! 1424: forgot to merge XML memory funcs replacement from gc branch
! 1425:
! 1426: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
! 1427: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
! 1428: XML memory funcs to GC works in debug, but fails in release
! 1429: todo: fix that
! 1430:
! 1431: * src/doc/memory.dox 1.1:
! 1432: file memory.dox was initially added on branch template_gc.
! 1433:
! 1434: * src/doc/memory.dox [template_gc] 1.1.2.1:
! 1435: forgot to add
! 1436:
! 1437: 2003-03-26 paf
! 1438: * src/lib/cord/include/private/cord_pos.h 1.1:
! 1439: file cord_pos.h was initially added on branch template_gc.
! 1440:
! 1441: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
! 1442: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
! 1443: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.4:
! 1444: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
! 1445: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.5:
! 1446: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
! 1447: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
! 1448: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
! 1449: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
! 1450: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
! 1451: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
! 1452: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
! 1453: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
! 1454: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
! 1455: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
! 1456: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
! 1457: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
! 1458: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
! 1459: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
! 1460: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
! 1461: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
! 1462: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
! 1463: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
! 1464: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
! 1465: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
! 1466: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
! 1467: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
! 1468: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
! 1469: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
! 1470: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
! 1471: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
! 1472: pre-evaluated .count() in some places
! 1473:
! 1474: * src/lib/cord/Makefile.am 1.1:
! 1475: * src/lib/cord/include/Makefile.am 1.1:
! 1476: * src/lib/cord/include/private/Makefile.am 1.1:
! 1477: file Makefile.am was initially added on branch template_gc.
! 1478:
! 1479: * src/lib/cord/Makefile.in 1.1:
! 1480: * src/lib/cord/include/Makefile.in 1.1:
! 1481: * src/lib/cord/include/private/Makefile.in 1.1:
! 1482: file Makefile.in was initially added on branch template_gc.
! 1483:
! 1484: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
! 1485: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.3:
! 1486: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
! 1487: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
! 1488: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
! 1489: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
! 1490: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
! 1491: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
! 1492: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
! 1493: .dsp updated to use lib/gc,lib/cord
! 1494:
! 1495: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
! 1496: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
! 1497: introducing lib/gc
! 1498:
! 1499: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
! 1500: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
! 1501: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
! 1502: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
! 1503: bundled gc includes
! 1504:
! 1505: * src/lib/cord/include/cord.h 1.1:
! 1506: file cord.h was initially added on branch template_gc.
! 1507:
! 1508: * src/lib/cord/include/ec.h 1.1:
! 1509: file ec.h was initially added on branch template_gc.
! 1510:
! 1511: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
! 1512: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
! 1513: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
! 1514: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
! 1515: * src/include/pa_version.h [template_gc] 1.7.16.1:
! 1516: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
! 1517: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
! 1518: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
! 1519: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
! 1520: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
! 1521: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
! 1522: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
! 1523: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
! 1524: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
! 1525: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
! 1526: a number of bugfixes [while testing first real site (aval)]
! 1527:
! 1528: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
! 1529: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.3:
! 1530: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.4:
! 1531: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
! 1532: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
! 1533: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
! 1534: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
! 1535: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
! 1536: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
! 1537: started profiling
! 1538:
! 1539: * src/lib/cord/include/gc.h 1.1:
! 1540: * src/lib/gc/include/gc.h 1.1:
! 1541: file gc.h was initially added on branch template_gc.
! 1542:
! 1543: * acsite.m4 1.1:
! 1544: file acsite.m4 was initially added on branch template_gc.
! 1545:
! 1546: * acsite.m4 [template_gc] 1.1.2.1:
! 1547: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
! 1548: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
! 1549: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
! 1550: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
! 1551: * src/classes/Makefile.am [template_gc] 1.40.16.2:
! 1552: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
! 1553: * src/classes/gd/Makefile.in [template_gc] 1.43.2.3.2.1:
! 1554: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.3:
! 1555: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.5:
! 1556: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
! 1557: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
! 1558: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
! 1559: * src/classes/smtp/Makefile.in [template_gc] 1.12.2.3.2.1:
! 1560: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.3:
! 1561: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
! 1562: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
! 1563: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
! 1564: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
! 1565: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
! 1566: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
! 1567: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
! 1568: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
! 1569: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
! 1570: * src/include/pa_version.h [template_gc] 1.7.16.2:
! 1571: * src/lib/Makefile.am [template_gc] 1.3.10.1:
! 1572: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
! 1573: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
! 1574: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
! 1575: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
! 1576: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
! 1577: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
! 1578: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
! 1579: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
! 1580: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
! 1581: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
! 1582: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
! 1583: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
! 1584: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
! 1585: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
! 1586: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
! 1587: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
! 1588: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
! 1589: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
! 1590: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
! 1591: * src/targets/apache13/hook/Makefile.in [template_gc] 1.6.2.3.2.1:
! 1592: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
! 1593: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
! 1594: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
! 1595: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
! 1596: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
! 1597: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
! 1598: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
! 1599: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
! 1600: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
! 1601: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
! 1602: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
! 1603: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
! 1604: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
! 1605: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
! 1606: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
! 1607: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
! 1608: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
! 1609: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
! 1610: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
! 1611: configured math funcs
! 1612: ported pa_exec
! 1613:
! 1614: * src/classes/classes.dsp 1.26:
! 1615: * src/classes/gd/gd.dsp 1.27:
! 1616: * src/classes/smtp/smtp.dsp 1.23:
! 1617: * src/lib/ltdl/libltdl.dsp 1.4:
! 1618: * src/lib/md5/md5.dsp 1.3:
! 1619: * src/lib/pcre/pcre.dsp 1.2:
! 1620: * src/main/main.dsp 1.162:
! 1621: * src/targets/cgi/parser3.dsp 1.61:
! 1622: * src/types/types.dsp 1.37:
! 1623: .dsp profiling updated
! 1624:
! 1625: 2003-03-25 paf
! 1626: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
! 1627: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
! 1628: memory: new 'new' overloads for structure handling
! 1629:
! 1630: * operators.txt [template_gc] 1.109.2.1.2.2:
! 1631: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
! 1632: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
! 1633: $status.memory
! 1634: used
! 1635: free
! 1636: since_compact
! 1637: process
! 1638:
! 1639: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
! 1640: it was a bug in parser. updated 109 test result
! 1641:
! 1642: * src/doc/exception.dox 1.1:
! 1643: file exception.dox was initially added on branch template_gc.
! 1644:
! 1645: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
! 1646: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
! 1647: untaint.C L_MAIL_HEADER
! 1648:
! 1649: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
! 1650: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
! 1651: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
! 1652: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
! 1653: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
! 1654: xnode.C compiled, doc/node finalizers isntalled
! 1655:
! 1656: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
! 1657: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
! 1658: vxnode compiled
! 1659: xml linked
! 1660:
! 1661: * tests/results/121.processed 1.1:
! 1662: file 121.processed was initially added on branch template_gc.
! 1663:
! 1664: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
! 1665: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
! 1666: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
! 1667: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
! 1668: untaint.C L_SQL
! 1669:
! 1670: * src/types/pa_vmemory.h 1.1:
! 1671: file pa_vmemory.h was initially added on branch template_gc.
! 1672:
! 1673: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
! 1674: fixed transform params
! 1675:
! 1676: * operators.txt [template_gc] 1.109.2.1.2.1:
! 1677: * src/classes/Makefile.am [template_gc] 1.40.16.1:
! 1678: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
! 1679: * src/classes/memory.C [template_gc] 1.1.2.1:
! 1680: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
! 1681: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
! 1682: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
! 1683: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
! 1684: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
! 1685: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
! 1686: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
! 1687: ^memory:compact[]
! 1688:
! 1689: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
! 1690: vxdoc compiled
! 1691:
! 1692: * tests/121.html 1.1:
! 1693: file 121.html was initially added on branch template_gc.
! 1694:
! 1695: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
! 1696: * tests/Makefile [template_gc] 1.1.2.8.2.5:
! 1697: fixed transform params2
! 1698:
! 1699: * src/doc/string.dox [template_gc] 1.4.22.1:
! 1700: updated: new string internals
! 1701:
! 1702: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
! 1703: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
! 1704: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
! 1705: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
! 1706: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
! 1707: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
! 1708: removed StringBody(0) ambiguilty, introducting static
! 1709: StringBody::Format(int)
! 1710:
! 1711: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
! 1712: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
! 1713: * tests/Makefile [template_gc] 1.1.2.8.2.4:
! 1714: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
! 1715: fixed dom language [values are now considered tainted.
! 1716: it was a bug in parser. updated 107 test result
! 1717:
! 1718: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
! 1719: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
! 1720: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
! 1721: * src/doc/exception.dox [template_gc] 1.1.2.1:
! 1722: * src/doc/index.dox [template_gc] 1.4.8.1:
! 1723: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
! 1724: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
! 1725: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
! 1726: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
! 1727: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
! 1728: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
! 1729: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
! 1730: xdoc.C compiled
! 1731: todo: xnode.C / finalizers
! 1732:
! 1733: * src/classes/memory.C 1.1:
! 1734: file memory.C was initially added on branch template_gc.
! 1735:
! 1736: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
! 1737: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
! 1738: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
! 1739: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
! 1740: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
! 1741: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
! 1742: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
! 1743: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
! 1744: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
! 1745: * tests/121.html [template_gc] 1.1.2.1:
! 1746: * tests/results/121.processed [template_gc] 1.1.2.1:
! 1747: untaint.C L_URI
! 1748:
! 1749: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
! 1750: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
! 1751: fixed stylesheet caching
! 1752:
! 1753: 2003-03-24 paf
! 1754: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
! 1755: void.C compiled
! 1756:
! 1757: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
! 1758: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
! 1759: http://
! 1760:
! 1761: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
! 1762: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
! 1763: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
! 1764: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
! 1765: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
! 1766: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
! 1767: introducing string[body]::pos(char)
! 1768:
! 1769: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
! 1770: pa_vstatus.C compiled
! 1771:
! 1772: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
! 1773: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
! 1774: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
! 1775: String::ArrayFragment::append_positions fixed
! 1776:
! 1777: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
! 1778: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
! 1779: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
! 1780: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
! 1781: all linked
! 1782: todo: debug
! 1783:
! 1784: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
! 1785: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
! 1786: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
! 1787: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
! 1788: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
! 1789: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
! 1790: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
! 1791: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
! 1792: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
! 1793: image.C compiled
! 1794:
! 1795: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
! 1796: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.2:
! 1797: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.2:
! 1798: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
! 1799: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
! 1800: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
! 1801: mail.C compiled
! 1802:
! 1803: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
! 1804: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
! 1805: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
! 1806: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
! 1807: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
! 1808: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
! 1809: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
! 1810: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
! 1811: pa_vstateless_class.C compiled
! 1812:
! 1813: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
! 1814: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
! 1815: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
! 1816: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
! 1817: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
! 1818: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
! 1819: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
! 1820: hash.C compiled
! 1821:
! 1822: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
! 1823: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
! 1824: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
! 1825: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
! 1826: pa_value.C compiled
! 1827:
! 1828: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
! 1829: pa_vtable.C compiled
! 1830:
! 1831: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
! 1832: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
! 1833: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
! 1834: classes.lib
! 1835: main.lib compiled
! 1836:
! 1837: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.2:
! 1838: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.6:
! 1839: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
! 1840: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
! 1841: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
! 1842: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
! 1843: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
! 1844: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
! 1845: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
! 1846: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
! 1847: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
! 1848: * tests/Makefile [template_gc] 1.1.2.8.2.1:
! 1849: attempt to do gif encoding to CORD_ec [bad]
! 1850: would rewrite as realloc now
! 1851:
! 1852: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
! 1853: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.3:
! 1854: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
! 1855: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
! 1856: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
! 1857: all compiled.
! 1858: todo:link
! 1859:
! 1860: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
! 1861: pa_vfile.C compiled
! 1862:
! 1863: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
! 1864: * tests/Makefile [template_gc] 1.1.2.8.2.2:
! 1865: string::pos fixed
! 1866:
! 1867: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
! 1868: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
! 1869: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
! 1870: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
! 1871: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
! 1872: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
! 1873: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
! 1874: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
! 1875: op.C compiled
! 1876:
! 1877: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
! 1878: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
! 1879: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
! 1880: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
! 1881: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
! 1882: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
! 1883: table.C compiled
! 1884:
! 1885: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
! 1886: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
! 1887: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
! 1888: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
! 1889: pa_vcookie.C compiled
! 1890:
! 1891: * parser3.dsw [template_gc] 1.7.6.1.2.3:
! 1892: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
! 1893: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
! 1894: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
! 1895: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
! 1896: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
! 1897: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
! 1898: empty run passed OK
! 1899:
! 1900: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
! 1901: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
! 1902: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
! 1903: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
! 1904: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
! 1905: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
! 1906: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
! 1907: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
! 1908: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
! 1909: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
! 1910: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
! 1911: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
! 1912: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
! 1913: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
! 1914: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
! 1915: started XML
! 1916:
! 1917: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
! 1918: pa_vform.C compiled
! 1919:
! 1920: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
! 1921: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
! 1922: math.C compiled
! 1923:
! 1924: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
! 1925: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
! 1926: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
! 1927: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
! 1928: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
! 1929: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
! 1930: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
! 1931: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.2:
! 1932: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.4:
! 1933: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
! 1934: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
! 1935: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
! 1936: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
! 1937: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
! 1938: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
! 1939: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
! 1940: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
! 1941: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
! 1942: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
! 1943: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
! 1944: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
! 1945: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
! 1946: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
! 1947: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
! 1948: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
! 1949: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
! 1950: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
! 1951: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
! 1952: file.C
! 1953: table.C compiled
! 1954:
! 1955: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
! 1956: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
! 1957: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
! 1958: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
! 1959: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
! 1960: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
! 1961: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
! 1962: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
! 1963: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
! 1964: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
! 1965:
! 1966: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
! 1967: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
! 1968: int.C compiled
! 1969:
! 1970: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
! 1971: pa_wcontext.C compiled
! 1972:
! 1973: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
! 1974: pa_vstring.C compiled
! 1975:
! 1976: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
! 1977: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
! 1978: * tests/Makefile [template_gc] 1.1.2.8.2.3:
! 1979: string optimize bit implemented
! 1980:
! 1981: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
! 1982: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
! 1983: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
! 1984: hashcode implemented fully, including per-char callback [it can
! 1985: be - substr CORD node]
! 1986:
! 1987: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.4:
! 1988: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
! 1989: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
! 1990: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
! 1991: String::this_starts fixed
! 1992:
! 1993: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
! 1994: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
! 1995: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
! 1996: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.5:
! 1997: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
! 1998: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
! 1999: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
! 2000: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
! 2001: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
! 2002: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
! 2003: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
! 2004: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
! 2005: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
! 2006: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
! 2007: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
! 2008: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
! 2009: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
! 2010: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
! 2011: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
! 2012: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
! 2013: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
! 2014: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
! 2015: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
! 2016: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
! 2017: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
! 2018: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
! 2019: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
! 2020: 2*2 worked :)
! 2021:
! 2022: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
! 2023: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
! 2024: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
! 2025: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
! 2026: string.C compiled
! 2027:
! 2028: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.3:
! 2029: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.7:
! 2030: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
! 2031: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
! 2032: gif encoding rewritten to rewalloc with 100byte buf ahead
! 2033:
! 2034: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
! 2035: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
! 2036: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
! 2037: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
! 2038: pa_vmail.C compiled
! 2039:
! 2040: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
! 2041: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
! 2042: pa_vimage.C compiled
! 2043:
! 2044: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
! 2045: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
! 2046: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
! 2047: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
! 2048: main.lib compiled
! 2049:
! 2050: 2003-03-21 paf
! 2051: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
! 2052: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
! 2053: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
! 2054: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
! 2055: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
! 2056: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
! 2057: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
! 2058: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
! 2059: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
! 2060: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
! 2061: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
! 2062: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
! 2063: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
! 2064: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
! 2065: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
! 2066: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
! 2067: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
! 2068: pa_request.C 50% compiled
! 2069:
! 2070: * src/classes/file.C 1.108:
! 2071: ^file::exec/cgi now does not pass post data by default.
! 2072: use: ^file::exec[...;$.stdin[$request.body]
! 2073:
! 2074: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
! 2075: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
! 2076: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
! 2077: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
! 2078: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
! 2079: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
! 2080: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
! 2081: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
! 2082: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
! 2083: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
! 2084: pa_sql_driver_manager.C compiled
! 2085:
! 2086: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
! 2087: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
! 2088: test14 [bug fixed]
! 2089:
! 2090: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
! 2091: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
! 2092: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
! 2093: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
! 2094: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
! 2095: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
! 2096: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.3:
! 2097: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
! 2098: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
! 2099: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
! 2100: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
! 2101: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
! 2102: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
! 2103: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
! 2104: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
! 2105: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
! 2106: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
! 2107: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
! 2108: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
! 2109: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
! 2110: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
! 2111: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
! 2112: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
! 2113: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
! 2114: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
! 2115: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
! 2116: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
! 2117: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
! 2118: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
! 2119: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
! 2120: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
! 2121: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
! 2122: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
! 2123: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
! 2124: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
! 2125: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
! 2126: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
! 2127: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
! 2128: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
! 2129: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
! 2130: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
! 2131: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
! 2132: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
! 2133: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
! 2134: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
! 2135: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
! 2136: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
! 2137: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
! 2138: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
! 2139: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
! 2140: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
! 2141: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
! 2142: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
! 2143: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
! 2144: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
! 2145: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
! 2146: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
! 2147: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
! 2148: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
! 2149: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
! 2150: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
! 2151: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
! 2152: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
! 2153: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
! 2154: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
! 2155: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
! 2156: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
! 2157: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
! 2158: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
! 2159: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
! 2160: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
! 2161: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
! 2162: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
! 2163: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
! 2164: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
! 2165: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
! 2166: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
! 2167: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
! 2168: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
! 2169: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
! 2170: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
! 2171: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
! 2172: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
! 2173: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
! 2174: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
! 2175: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
! 2176: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
! 2177: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
! 2178: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
! 2179: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
! 2180: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
! 2181: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
! 2182: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
! 2183: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
! 2184: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
! 2185: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
! 2186: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
! 2187: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
! 2188: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
! 2189: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
! 2190: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
! 2191: introducing StringBody [C++ CORD wrapper]
! 2192:
! 2193: * src/main/pa_common.C 1.146:
! 2194: * src/main/pa_common.C 1.148:
! 2195: } typo bug fix
! 2196:
! 2197: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
! 2198: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
! 2199: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
! 2200: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
! 2201: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
! 2202: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
! 2203: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
! 2204: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
! 2205: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
! 2206: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
! 2207: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
! 2208: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
! 2209: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
! 2210: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
! 2211: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
! 2212: pa_request.C compiled
! 2213:
! 2214: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
! 2215: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
! 2216: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
! 2217: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
! 2218: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
! 2219: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
! 2220: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
! 2221: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
! 2222: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
! 2223: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
! 2224: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
! 2225: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
! 2226: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
! 2227: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
! 2228: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
! 2229: execute.C compiled
! 2230:
! 2231: * src/main/pa_common.C 1.147:
! 2232: * src/targets/cgi/parser3.C 1.217:
! 2233: *** empty log message ***
! 2234:
! 2235: * test/test.cpp [template_gc] 1.1.2.10:
! 2236: test 15,16 [ok]
! 2237:
! 2238: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
! 2239: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
! 2240: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
! 2241: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
! 2242: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
! 2243: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
! 2244: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
! 2245: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
! 2246: pa_charsets.C compiled
! 2247:
! 2248: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
! 2249: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
! 2250: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
! 2251: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
! 2252: pa_exec.C compiled [win32 only for now] todo: on unix
! 2253:
! 2254: * src/classes/file.C 1.109:
! 2255: * src/include/pa_charset.h 1.21:
! 2256: * src/main/pa_charset.C 1.34:
! 2257: $file::exec/cgi[script;
! 2258: $.charset[this is script's charset]
! 2259:
! 2260: command line, env values, input got transcoded before call
! 2261: stdout, stderr got transcoded after call
! 2262:
! 2263: 2003-03-20 paf
! 2264: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
! 2265: * test/test.cpp [template_gc] 1.1.2.3:
! 2266: this_starts fixed
! 2267:
! 2268: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
! 2269: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
! 2270: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
! 2271: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
! 2272: * test/test.cpp [template_gc] 1.1.2.9:
! 2273: cord bug fix, but still errors
! 2274: todo: clear out
! 2275:
! 2276: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
! 2277: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
! 2278: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
! 2279: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
! 2280: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
! 2281: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
! 2282: test: gc/exit runned OK
! 2283:
! 2284: * test/test.cpp 1.1:
! 2285: file test.cpp was initially added on branch template_gc.
! 2286:
! 2287: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
! 2288: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
! 2289: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
! 2290: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
! 2291: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
! 2292: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
! 2293: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
! 2294: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
! 2295: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
! 2296: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
! 2297: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
! 2298: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
! 2299: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
! 2300: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
! 2301: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
! 2302: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
! 2303: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
! 2304: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
! 2305: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
! 2306: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
! 2307: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
! 2308: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
! 2309: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
! 2310: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
! 2311: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
! 2312: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
! 2313: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
! 2314: untaint.C 99% [except mail&sql&optimize]
! 2315:
! 2316: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
! 2317: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
! 2318: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
! 2319: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
! 2320: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
! 2321: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
! 2322: test compiled
! 2323:
! 2324: * src/types/pa_vmail.C 1.42:
! 2325: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
! 2326: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
! 2327:
! 2328: todo: find out why so many filters(stream) here. probably wrong?
! 2329:
! 2330: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
! 2331: * test/test.cpp [template_gc] 1.1.2.8:
! 2332: more tests
! 2333:
! 2334: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
! 2335: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
! 2336: * test/test.cpp [template_gc] 1.1.2.2:
! 2337: added: assertion on new String ctor & append params convention
! 2338:
! 2339: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
! 2340: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
! 2341: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
! 2342: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
! 2343: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
! 2344: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
! 2345: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
! 2346: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
! 2347: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
! 2348: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
! 2349: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
! 2350: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
! 2351: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
! 2352: * test/test.cpp [template_gc] 1.1.2.5:
! 2353: more tests [bugs fixed]
! 2354:
! 2355: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
! 2356: * test/test.cpp [template_gc] 1.1.2.6:
! 2357: * test/test.cpp [template_gc] 1.1.2.7:
! 2358: string.pos fixed
! 2359:
! 2360: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
! 2361: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
! 2362: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
! 2363: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
! 2364: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
! 2365: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
! 2366: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
! 2367: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
! 2368: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
! 2369: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
! 2370: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
! 2371: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
! 2372: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
! 2373: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
! 2374: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
! 2375: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
! 2376: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
! 2377: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
! 2378: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
! 2379: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
! 2380: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
! 2381: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
! 2382: * test/test.cpp [template_gc] 1.1.2.1:
! 2383: * test/test.dsp [template_gc] 1.1.2.1:
! 2384: more tests OK
! 2385:
! 2386: * parser3.dsw [template_gc] 1.7.6.1.2.2:
! 2387: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
! 2388: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.2:
! 2389: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
! 2390: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
! 2391: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
! 2392: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
! 2393: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
! 2394: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
! 2395: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
! 2396: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
! 2397: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
! 2398: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
! 2399: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
! 2400: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
! 2401: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
! 2402: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
! 2403: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
! 2404: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
! 2405: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
! 2406: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
! 2407: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
! 2408: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
! 2409: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
! 2410: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
! 2411: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
! 2412: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
! 2413: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
! 2414: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
! 2415: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
! 2416: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
! 2417: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
! 2418: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
! 2419: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
! 2420: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
! 2421: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
! 2422: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
! 2423: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
! 2424: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
! 2425: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
! 2426: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
! 2427: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
! 2428: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
! 2429: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
! 2430: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
! 2431: untaint.C 30%,
! 2432: pa_common.C [done, without http for now]
! 2433:
! 2434: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
! 2435: * test/test.cpp [template_gc] 1.1.2.4:
! 2436: warning
! 2437:
! 2438: * test/test.dsp 1.1:
! 2439: file test.dsp was initially added on branch template_gc.
! 2440:
! 2441: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
! 2442: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
! 2443: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
! 2444: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
! 2445: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
! 2446: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
! 2447: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
! 2448: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
! 2449: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
! 2450: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
! 2451: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
! 2452: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
! 2453: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
! 2454: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
! 2455: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
! 2456: undone bad replaces
! 2457:
! 2458: 2003-03-19 paf
! 2459: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
! 2460: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.2:
! 2461: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.2:
! 2462: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
! 2463: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
! 2464: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
! 2465: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
! 2466: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
! 2467: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
! 2468: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
! 2469: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
! 2470: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
! 2471: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
! 2472: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
! 2473: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
! 2474: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
! 2475: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
! 2476: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
! 2477: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
! 2478: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
! 2479: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
! 2480: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
! 2481: string reimplementation with cord+array<fragment>: 70%
! 2482:
! 2483: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
! 2484: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
! 2485: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
! 2486: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
! 2487: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
! 2488: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
! 2489: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
! 2490: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
! 2491: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
! 2492: restored bad replaces
! 2493:
! 2494: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
! 2495: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
! 2496: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
! 2497: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
! 2498: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
! 2499: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
! 2500: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
! 2501: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
! 2502: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
! 2503: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
! 2504: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
! 2505: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
! 2506: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
! 2507: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
! 2508: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
! 2509: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
! 2510: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
! 2511: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
! 2512: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
! 2513: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
! 2514: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
! 2515: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
! 2516: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
! 2517: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
! 2518: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
! 2519: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
! 2520: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
! 2521: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
! 2522: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
! 2523: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
! 2524: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
! 2525: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
! 2526: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
! 2527: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
! 2528: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
! 2529: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
! 2530: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
! 2531: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
! 2532: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
! 2533: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
! 2534: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
! 2535: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
! 2536: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
! 2537: started test
! 2538:
! 2539: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
! 2540: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
! 2541: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
! 2542: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
! 2543: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
! 2544: string compiled
! 2545: todo: test it
! 2546:
! 2547: 2003-03-18 paf
! 2548: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
! 2549: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
! 2550: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
! 2551: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
! 2552: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
! 2553: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
! 2554: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
! 2555: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
! 2556: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
! 2557: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
! 2558: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
! 2559: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
! 2560: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
! 2561: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
! 2562: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
! 2563: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
! 2564: lots of replacements,
! 2565: todo:we can ignore lang in cmp and pos really,
! 2566: but would split properly!
! 2567:
! 2568: * src/include/pa_pool.h [gc] 1.86.4.2:
! 2569: * src/main/execute.C [gc] 1.295.4.2:
! 2570: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
! 2571: gc logging
! 2572:
! 2573: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
! 2574: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
! 2575: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
! 2576: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
! 2577: gc: cord part made parser/src/lib: it's not compiled into libgc
! 2578: by default
! 2579:
! 2580: * src/lib/cord/cordxtra.c 1.1:
! 2581: file cordxtra.c was initially added on branch template_gc.
! 2582:
! 2583: * src/lib/cord/cordbscs.c 1.1:
! 2584: file cordbscs.c was initially added on branch template_gc.
! 2585:
! 2586: * parser3.dsw [template_gc] 1.7.6.1.2.1:
! 2587: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
! 2588: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
! 2589: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
! 2590: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
! 2591: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
! 2592: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
! 2593: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.1:
! 2594: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.1:
! 2595: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.1:
! 2596: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.1:
! 2597: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
! 2598: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
! 2599: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
! 2600: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
! 2601: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
! 2602: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
! 2603: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
! 2604: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.1:
! 2605: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.1:
! 2606: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.1:
! 2607: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
! 2608: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
! 2609: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
! 2610: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
! 2611: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
! 2612: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
! 2613: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
! 2614: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
! 2615: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
! 2616: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
! 2617: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
! 2618: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
! 2619: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
! 2620: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
! 2621: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
! 2622: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
! 2623: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
! 2624: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
! 2625: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
! 2626: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
! 2627: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
! 2628: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
! 2629: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
! 2630: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
! 2631: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
! 2632: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
! 2633: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
! 2634: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
! 2635: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
! 2636: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
! 2637: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
! 2638: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
! 2639: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
! 2640: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
! 2641: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
! 2642: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
! 2643: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
! 2644: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
! 2645: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
! 2646: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
! 2647: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
! 2648: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
! 2649: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
! 2650: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
! 2651: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
! 2652: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
! 2653: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
! 2654: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
! 2655: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
! 2656: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
! 2657: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
! 2658: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
! 2659: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
! 2660: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
! 2661: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
! 2662: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
! 2663: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
! 2664: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
! 2665: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
! 2666: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
! 2667: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
! 2668: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
! 2669: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
! 2670: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
! 2671: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
! 2672: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
! 2673: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
! 2674: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
! 2675: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
! 2676: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
! 2677: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
! 2678: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
! 2679: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
! 2680: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
! 2681: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
! 2682: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
! 2683: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
! 2684: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
! 2685: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
! 2686: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
! 2687: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
! 2688: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
! 2689: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
! 2690: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
! 2691: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
! 2692: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
! 2693: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
! 2694: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
! 2695: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
! 2696: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
! 2697: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
! 2698: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
! 2699: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
! 2700: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
! 2701: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
! 2702: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
! 2703: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
! 2704: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
! 2705: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
! 2706: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
! 2707: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
! 2708: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
! 2709: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
! 2710: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
! 2711: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
! 2712: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
! 2713: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
! 2714: started porting to gc:
! 2715: PA_Object done
! 2716: lots of replacements also
! 2717:
! 2718: * src/lib/cord/cordprnt.c 1.1:
! 2719: file cordprnt.c was initially added on branch template_gc.
! 2720:
! 2721: * src/lib/cord/cord.dsp 1.1:
! 2722: file cord.dsp was initially added on branch template_gc.
! 2723:
! 2724: 2003-03-17 paf
! 2725: * src/classes/date.C [gc] 1.42.4.1:
! 2726: * src/classes/file.C [gc] 1.107.4.1:
! 2727: * src/classes/form.C [gc] 1.34.4.1:
! 2728: * src/classes/image.C [gc] 1.90.4.1:
! 2729: * src/classes/mail.C [gc] 1.88.4.1:
! 2730: * src/classes/op.C [gc] 1.127.4.1:
! 2731: * src/classes/table.C [gc] 1.172.4.1:
! 2732: * src/classes/xdoc.C [gc] 1.108.4.1:
! 2733: * src/classes/xnode.C [gc] 1.54.4.1:
! 2734: * src/include/pa_pool.h [gc] 1.86.4.1:
! 2735: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
! 2736: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
! 2737: * src/include/pa_string.h [gc] 1.144.4.1:
! 2738: * src/include/pa_types.h [gc] 1.44.4.1:
! 2739: * src/main/compile.C [gc] 1.69.4.1:
! 2740: * src/main/compile.tab.C [gc] 1.81.4.1:
! 2741: * src/main/execute.C [gc] 1.295.4.1:
! 2742: * src/main/pa_charset.C [gc] 1.33.4.1:
! 2743: * src/main/pa_common.C [gc] 1.145.2.1:
! 2744: * src/main/pa_exception.C [gc] 1.43.4.1:
! 2745: * src/main/pa_exec.C [gc] 1.48.4.1:
! 2746: * src/main/pa_globals.C [gc] 1.152.4.1:
! 2747: * src/main/pa_pool.C [gc] 1.59.4.1:
! 2748: * src/main/pa_request.C [gc] 1.245.4.1:
! 2749: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
! 2750: * src/main/pa_string.C [gc] 1.172.4.1:
! 2751: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
! 2752: * src/main/pa_uue.C [gc] 1.4.4.1:
! 2753: * src/main/untaint.C [gc] 1.115.4.1:
! 2754: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
! 2755: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
! 2756: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
! 2757: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
! 2758: * src/types/pa_vcookie.C [gc] 1.55.4.1:
! 2759: * src/types/pa_vdouble.h [gc] 1.42.4.1:
! 2760: * src/types/pa_vfile.C [gc] 1.36.4.1:
! 2761: * src/types/pa_vform.C [gc] 1.74.4.1:
! 2762: * src/types/pa_vint.h [gc] 1.38.4.1:
! 2763: * src/types/pa_vmail.C [gc] 1.41.2.1:
! 2764: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
! 2765: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
! 2766: * src/types/pa_vxnode.C [gc] 1.30.4.1:
! 2767: * src/types/pa_vxnode.h [gc] 1.22.4.1:
! 2768: * www/htdocs/.htaccess [gc] 1.12.8.1:
! 2769: * www/htdocs/auto.p [gc] 1.17.12.1:
! 2770: libgc attempt
! 2771:
! 2772: * src/main/pa_common.C [gc] 1.145.2.2:
! 2773: * src/main/pa_common.C [gc] 1.145.2.3:
! 2774: *** empty log message ***
! 2775:
! 2776: 2003-03-13 paf
! 2777: * src/include/pa_request.h [autoptr] 1.160.2.37:
! 2778: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
! 2779: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
! 2780: * src/main/compile.tab.C [autoptr] 1.81.2.13:
! 2781: * src/main/execute.C [autoptr] 1.295.2.27:
! 2782: * src/main/pa_request.C [autoptr] 1.245.2.37:
! 2783: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
! 2784: * src/types/pa_value.C [autoptr] 1.9.2.15:
! 2785: * src/types/pa_value.h [autoptr] 1.109.2.25:
! 2786: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
! 2787: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
! 2788: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
! 2789: * src/types/types.dsp [autoptr] 1.35.10.8:
! 2790: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
! 2791: set_base, set_derived simplified [counter leaks fixed]
! 2792:
! 2793: * src/include/pa_config_fixed.h 1.55:
! 2794: * src/types/pa_vstatus.C 1.16:
! 2795: * src/types/types.dsp 1.36:
! 2796: incorporated status class patch
! 2797: From: "Victor Fedoseev" <vvf_ru@mail.ru>
! 2798: Sent: Thursday, January 23, 2003 8:14 AM
! 2799:
! 2800: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
! 2801: QuotaPeakNonPagedPoolUsage
! 2802: QuotaPeakPagedPoolUsage
! 2803: PeakPagefileUsage]
! 2804:
! 2805: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
! 2806: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
! 2807: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
! 2808: lt_dlexit called
! 2809:
! 2810: 2003-03-12 paf
! 2811: * Makefile.in [autoptr] 1.48.2.4:
! 2812: * bin/Makefile.in [autoptr] 1.9.2.3:
! 2813: * configure [autoptr] 1.66.2.4:
! 2814: * configure.in [autoptr] 1.62.2.4:
! 2815: * etc/Makefile.in [autoptr] 1.14.2.3:
! 2816: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
! 2817: * src/Makefile.in [autoptr] 1.55.2.3:
! 2818: * src/classes/Makefile.in [autoptr] 1.53.2.3:
! 2819: * src/classes/gd/Makefile.in [autoptr] 1.43.2.3:
! 2820: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.3:
! 2821: * src/include/Makefile.in [autoptr] 1.11.2.5:
! 2822: * src/lib/Makefile.in [autoptr] 1.8.2.3:
! 2823: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
! 2824: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
! 2825: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
! 2826: * src/main/Makefile.in [autoptr] 1.50.2.6:
! 2827: * src/sql/Makefile.in [autoptr] 1.11.2.3:
! 2828: * src/targets/Makefile.in [autoptr] 1.42.2.3:
! 2829: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
! 2830: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
! 2831: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
! 2832: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
! 2833: * src/types/Makefile.in [autoptr] 1.50.2.4:
! 2834: libstdc++ linkage fixed for g++ 3.2.2
! 2835:
! 2836: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
! 2837: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
! 2838: * src/main/compile.tab.C [autoptr] 1.81.2.12:
! 2839: gcc 3.2 rightliy complained on using privately declared class [
! 2840: fixed]
! 2841:
! 2842: * Makefile.am [autoptr] 1.34.2.3:
! 2843: * Makefile.in [autoptr] 1.48.2.5:
! 2844: * src/targets/apache13/Makefile.in 1.45:
! 2845: * src/targets/apache13/hook/Makefile.in 1.7:
! 2846: * src/targets/apache13/p3runConfigure.in 1.12:
! 2847: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
! 2848: * tests/Makefile [autoptr] 1.1.2.8:
! 2849: *** empty log message ***
! 2850:
! 2851: * src/include/pa_request.h [autoptr] 1.160.2.36:
! 2852: * src/main/compile.tab.C [autoptr] 1.81.2.11:
! 2853: * src/main/execute.C [autoptr] 1.295.2.26:
! 2854: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
! 2855: SIGPIPE now can be intercepted
! 2856: and does not cause exception in exception handler
! 2857:
! 2858: * Makefile.in [autoptr] 1.48.2.3:
! 2859: * bin/Makefile.in [autoptr] 1.9.2.2:
! 2860: * configure [autoptr] 1.66.2.3:
! 2861: * configure.in [autoptr] 1.62.2.3:
! 2862: * etc/Makefile.in [autoptr] 1.14.2.2:
! 2863: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
! 2864: * src/Makefile.in [autoptr] 1.55.2.2:
! 2865: * src/classes/Makefile.in [autoptr] 1.53.2.2:
! 2866: * src/classes/gd/Makefile.in [autoptr] 1.43.2.2:
! 2867: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.2:
! 2868: * src/include/Makefile.in [autoptr] 1.11.2.4:
! 2869: * src/lib/Makefile.in [autoptr] 1.8.2.2:
! 2870: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
! 2871: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
! 2872: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
! 2873: * src/main/Makefile.in [autoptr] 1.50.2.5:
! 2874: * src/sql/Makefile.in [autoptr] 1.11.2.2:
! 2875: * src/targets/Makefile.in [autoptr] 1.42.2.2:
! 2876: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
! 2877: * src/targets/apache13/hook/Makefile.in [autoptr] 1.6.2.2:
! 2878: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
! 2879: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
! 2880: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
! 2881: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
! 2882: * src/types/Makefile.in [autoptr] 1.50.2.3:
! 2883: configure now default links libstdc++ statically.
! 2884: that can be overriden by --with-dynamic-stdcpp
! 2885:
! 2886: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
! 2887: 1. more detailed log on signals.
! 2888: 2. sigpipe before request constructor now causes death
! 2889:
! 2890: * configure [autoptr] 1.66.2.5:
! 2891: * configure.in [autoptr] 1.62.2.5:
! 2892: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
! 2893: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
! 2894: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
! 2895: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
! 2896: * src/targets/apache13/hook/Makefile.in [autoptr] 1.6.2.3:
! 2897: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
! 2898: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
! 2899: lib/ltdl/Makefile now created by /configure.in only [were by
! 2900: lib/ltdl/configure.in OVERWRITE]
! 2901:
! 2902: 2003-03-11 paf
! 2903: * src/main/compile.tab.C [autoptr] 1.81.2.10:
! 2904: * src/main/compile.y [autoptr] 1.204.2.7:
! 2905: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
! 2906: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
! 2907: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
! 2908: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
! 2909: removed necessity of libstdc++
! 2910:
! 2911: * src/include/pa_request.h 1.161:
! 2912: * src/include/pa_request.h [autoptr] 1.160.2.35:
! 2913: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
! 2914:
! 2915: 2003-03-08 paf
! 2916: * tests/117.html 1.1:
! 2917: file 117.html was initially added on branch autoptr.
! 2918:
! 2919: * src/classes/xdoc.C [autoptr] 1.108.2.19:
! 2920: forgotten: global xdoc when ndef XML
! 2921:
! 2922: * src/classes/mail.C [autoptr] 1.88.2.16:
! 2923: * src/classes/response.C [autoptr] 1.23.2.8:
! 2924: * src/include/pa_request.h [autoptr] 1.160.2.33:
! 2925: * src/main/pa_request.C [autoptr] 1.245.2.36:
! 2926: removing vform,response,cookie.h -> pa_request.h dependency
! 2927:
! 2928: * tests/118.html 1.1:
! 2929: file 118.html was initially added on branch autoptr.
! 2930:
! 2931: * tests/results/115.processed 1.1:
! 2932: file 115.processed was initially added on branch autoptr.
! 2933:
! 2934: * tests/119.html 1.1:
! 2935: file 119.html was initially added on branch autoptr.
! 2936:
! 2937: * tests/120.html 1.1:
! 2938: file 120.html was initially added on branch autoptr.
! 2939:
! 2940: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
! 2941: charsets: see some strange things with old xml lib-- it's
! 2942: internal memory handling has faults
! 2943:
! 2944: * tests/results/117.processed 1.1:
! 2945: file 117.processed was initially added on branch autoptr.
! 2946:
! 2947: * tests/results/109.processed 1.1:
! 2948: file 109.processed was initially added on branch autoptr.
! 2949:
! 2950: * tests/results/110.processed 1.1:
! 2951: file 110.processed was initially added on branch autoptr.
! 2952:
! 2953: * tests/021.html [autoptr] 1.1.2.2:
! 2954: * tests/031.html [autoptr] 1.1.2.2:
! 2955: * tests/033.html [autoptr] 1.1.2.2:
! 2956: * tests/109.html [autoptr] 1.1.2.1:
! 2957: * tests/110.html [autoptr] 1.1.2.1:
! 2958: * tests/111.html [autoptr] 1.1.2.1:
! 2959: * tests/112.html [autoptr] 1.1.2.1:
! 2960: * tests/113.html [autoptr] 1.1.2.1:
! 2961: * tests/114.html [autoptr] 1.1.2.1:
! 2962: * tests/115.html [autoptr] 1.1.2.1:
! 2963: * tests/116.html [autoptr] 1.1.2.1:
! 2964: * tests/117.html [autoptr] 1.1.2.1:
! 2965: * tests/118.html [autoptr] 1.1.2.1:
! 2966: * tests/119.html [autoptr] 1.1.2.1:
! 2967: * tests/120.html [autoptr] 1.1.2.1:
! 2968: * tests/results/109.processed [autoptr] 1.1.2.1:
! 2969: * tests/results/110.processed [autoptr] 1.1.2.1:
! 2970: * tests/results/111.processed [autoptr] 1.1.2.1:
! 2971: * tests/results/112.processed [autoptr] 1.1.2.1:
! 2972: * tests/results/113.processed [autoptr] 1.1.2.1:
! 2973: * tests/results/114.processed [autoptr] 1.1.2.1:
! 2974: * tests/results/115.processed [autoptr] 1.1.2.1:
! 2975: * tests/results/116.processed [autoptr] 1.1.2.1:
! 2976: * tests/results/117.processed [autoptr] 1.1.2.1:
! 2977: * tests/results/118.processed [autoptr] 1.1.2.1:
! 2978: * tests/results/119.processed [autoptr] 1.1.2.1:
! 2979: * tests/results/120.processed [autoptr] 1.1.2.1:
! 2980: xml: tests
! 2981: 109 dom create/show
! 2982: 110 xpath selectSingle
! 2983: 111 xdoc.create from tainted &
! 2984: 112 xdoc.create/output with russian attr value
! 2985: 113 xpath selectString/Number
! 2986: 114 dom attributes.count
! 2987: 115 xpath selectBool
! 2988: 116 output media-type change
! 2989: 117 transform by dom stylesheet
! 2990: 118 empty transform result
! 2991: 119 dom setAttribute
! 2992: 120 nbsp letter output
! 2993:
! 2994: =END OF PREPARED XML TESTS=
! 2995:
! 2996: * tests/results/119.processed 1.1:
! 2997: file 119.processed was initially added on branch autoptr.
! 2998:
! 2999: * tests/results/120.processed 1.1:
! 3000: file 120.processed was initially added on branch autoptr.
! 3001:
! 3002: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
! 3003: todo: move to latest xml version on win32 and run memleak tests again
! 3004:
! 3005: * src/classes/op.C [autoptr] 1.127.2.21:
! 3006: * src/include/pa_request.h [autoptr] 1.160.2.34:
! 3007: removing vclass,object.h -> pa_request.h dependency
! 3008:
! 3009: * tests/results/112.processed 1.1:
! 3010: file 112.processed was initially added on branch autoptr.
! 3011:
! 3012: * tests/results/114.processed 1.1:
! 3013: file 114.processed was initially added on branch autoptr.
! 3014:
! 3015: * src/main/pa_request.C [autoptr] 1.245.2.32:
! 3016: * src/main/pa_request.C [autoptr] 1.245.2.33:
! 3017: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
! 3018: forgotten: ifdef XML
! 3019:
! 3020: * src/classes/hash.C [autoptr] 1.54.2.13:
! 3021: * src/classes/mail.C [autoptr] 1.88.2.15:
! 3022: * src/classes/string.C [autoptr] 1.125.2.15:
! 3023: * src/classes/table.C [autoptr] 1.172.2.14:
! 3024: * src/include/pa_array.h [autoptr] 1.57.2.27:
! 3025: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
! 3026: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
! 3027: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
! 3028: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
! 3029: * www/htdocs/index.html 1.211:
! 3030: started full-scale-site-test [~ http://parser.ru sources]
! 3031:
! 3032: some fixes
! 3033:
! 3034: * tests/110.html 1.1:
! 3035: file 110.html was initially added on branch autoptr.
! 3036:
! 3037: * tests/109.html 1.1:
! 3038: file 109.html was initially added on branch autoptr.
! 3039:
! 3040: * src/include/pa_types.h [autoptr] 1.44.2.3:
! 3041: * src/main/pa_charset.C [autoptr] 1.33.2.19:
! 3042: charsets: fixed problems when transcode from charset A to A.
! 3043:
! 3044: * tests/results/116.processed 1.1:
! 3045: file 116.processed was initially added on branch autoptr.
! 3046:
! 3047: * tests/111.html 1.1:
! 3048: file 111.html was initially added on branch autoptr.
! 3049:
! 3050: * src/main/untaint.C [autoptr] 1.115.2.12:
! 3051: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
! 3052: mail: transcode fixed.
! 3053: todo: still problems when transcode from charset A to A.
! 3054:
! 3055: * Makefile.in [autoptr] 1.48.2.2:
! 3056: * src/main/pa_request.C [autoptr] 1.245.2.34:
! 3057: *** empty log message ***
! 3058:
! 3059: * tests/112.html 1.1:
! 3060: file 112.html was initially added on branch autoptr.
! 3061:
! 3062: * tests/results/118.processed 1.1:
! 3063: file 118.processed was initially added on branch autoptr.
! 3064:
! 3065: * tests/113.html 1.1:
! 3066: file 113.html was initially added on branch autoptr.
! 3067:
! 3068: * tests/results/111.processed 1.1:
! 3069: file 111.processed was initially added on branch autoptr.
! 3070:
! 3071: * tests/Makefile [autoptr] 1.1.2.7:
! 3072: make install & co
! 3073:
! 3074: * tests/114.html 1.1:
! 3075: file 114.html was initially added on branch autoptr.
! 3076:
! 3077: * tests/115.html 1.1:
! 3078: file 115.html was initially added on branch autoptr.
! 3079:
! 3080: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
! 3081: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
! 3082: yet another return 0; fixed
! 3083:
! 3084: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
! 3085: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
! 3086: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
! 3087: vmail.C received just compiled [not tested]
! 3088:
! 3089: * tests/results/113.processed 1.1:
! 3090: file 113.processed was initially added on branch autoptr.
! 3091:
! 3092: * tests/116.html 1.1:
! 3093: file 116.html was initially added on branch autoptr.
! 3094:
! 3095: * src/include/pa_request.h [autoptr] 1.160.2.32:
! 3096: removing vmail.h -> pa_request.h dependency [testing...]
! 3097:
! 3098: 2003-03-07 paf
! 3099: * src/classes/xdoc.C [autoptr] 1.108.2.18:
! 3100: * src/include/pa_charset.h [autoptr] 1.20.2.18:
! 3101: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
! 3102: * tests/108.html [autoptr] 1.1.2.1:
! 3103: * tests/108.xsl [autoptr] 1.1.2.1:
! 3104: * tests/results/108.processed [autoptr] 1.1.2.1:
! 3105: xml: test 108 transform with params [bugs fixed]
! 3106:
! 3107: * src/classes/xdoc.C [autoptr] 1.108.2.15:
! 3108: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
! 3109: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
! 3110: xml: linked
! 3111:
! 3112: * tests/results/107.processed 1.1:
! 3113: file 107.processed was initially added on branch autoptr.
! 3114:
! 3115: * tests/108.xsl 1.1:
! 3116: file 108.xsl was initially added on branch autoptr.
! 3117:
! 3118: * tests/106.html 1.1:
! 3119: file 106.html was initially added on branch autoptr.
! 3120:
! 3121: * src/classes/classes.C [autoptr] 1.18.2.6:
! 3122: fixed: prevent system classes from modification to lock ALL the
! 3123: classes, not only directly used
! 3124:
! 3125: * tests/107.html 1.1:
! 3126: file 107.html was initially added on branch autoptr.
! 3127:
! 3128: * tests/108.html 1.1:
! 3129: file 108.html was initially added on branch autoptr.
! 3130:
! 3131: * tests/results/106.processed 1.1:
! 3132: file 106.processed was initially added on branch autoptr.
! 3133:
! 3134: * src/include/pa_charset.h [autoptr] 1.20.2.16:
! 3135: * src/main/pa_charset.C [autoptr] 1.33.2.16:
! 3136: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
! 3137: xml: charset two mem alloc functions used for different cases [
! 3138: libxml, libxsl]
! 3139:
! 3140: * src/classes/xdoc.C [autoptr] 1.108.2.17:
! 3141: * src/include/pa_charset.h [autoptr] 1.20.2.17:
! 3142: * src/include/pa_request.h [autoptr] 1.160.2.31:
! 3143: * src/main/execute.C [autoptr] 1.295.2.25:
! 3144: * src/main/pa_charset.C [autoptr] 1.33.2.17:
! 3145: * src/main/pa_exception.C [autoptr] 1.43.2.15:
! 3146: * src/main/pa_globals.C [autoptr] 1.152.2.19:
! 3147: * src/main/pa_request.C [autoptr] 1.245.2.31:
! 3148: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
! 3149: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
! 3150: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
! 3151: * tests/107.html [autoptr] 1.1.2.1:
! 3152: * tests/results/107.processed [autoptr] 1.1.2.1:
! 3153: xml: test: 107 bug fixes
! 3154:
! 3155: * tests/results/108.processed 1.1:
! 3156: file 108.processed was initially added on branch autoptr.
! 3157:
! 3158: * src/classes/xdoc.C [autoptr] 1.108.2.14:
! 3159: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
! 3160: xdoc.C compiled
! 3161:
! 3162: * tests/106.html [autoptr] 1.1.2.1:
! 3163: * tests/results/106.processed [autoptr] 1.1.2.1:
! 3164: test: 106 xdoc create, string
! 3165:
! 3166: * src/classes/xdoc.C [autoptr] 1.108.2.16:
! 3167: * src/classes/xnode.C [autoptr] 1.54.2.10:
! 3168: * src/classes/xnode.h [autoptr] 1.18.2.6:
! 3169: * src/types/pa_value.h [autoptr] 1.109.2.24:
! 3170: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
! 3171: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
! 3172: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
! 3173: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
! 3174: test: 107 bug fixes
! 3175:
! 3176: * src/main/pa_charset.C [autoptr] 1.33.2.18:
! 3177: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
! 3178: fixed: mem leak from copy/paste bug
! 3179:
! 3180: 2003-03-06 paf
! 3181: * tests/023.html [autoptr] 1.1.2.2:
! 3182: in some cases it rounded up badly. postponing solution of that
! 3183: problem, making more simple test
! 3184:
! 3185: * src/include/pa_charset.h [autoptr] 1.20.2.14:
! 3186: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
! 3187: * src/include/pa_memory.h [autoptr] 1.1.2.6:
! 3188: * src/include/pa_pool.h [autoptr] 1.86.2.32:
! 3189: * src/main/pa_charset.C [autoptr] 1.33.2.14:
! 3190: * src/main/pa_memory.C [autoptr] 1.1.2.4:
! 3191: * src/main/pa_pool.C [autoptr] 1.59.2.6:
! 3192: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
! 3193: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
! 3194: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
! 3195: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
! 3196: xml: charsets
! 3197:
! 3198: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
! 3199: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
! 3200: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
! 3201: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
! 3202: xml: stylesheet&manager done
! 3203:
! 3204: * src/classes/xnode.C [autoptr] 1.54.2.9:
! 3205: * src/classes/xnode.h [autoptr] 1.18.2.5:
! 3206: * src/include/pa_charset.h [autoptr] 1.20.2.15:
! 3207: * src/include/pa_memory.h [autoptr] 1.1.2.8:
! 3208: * src/include/pa_request.h [autoptr] 1.160.2.30:
! 3209: * src/include/pa_string.h [autoptr] 1.144.2.28:
! 3210: * src/main/pa_globals.C [autoptr] 1.152.2.18:
! 3211: * src/main/pa_request.C [autoptr] 1.245.2.30:
! 3212: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
! 3213: xnode.C compiled
! 3214:
! 3215: * src/include/pa_memory.h [autoptr] 1.1.2.7:
! 3216: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
! 3217: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
! 3218: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
! 3219: xml: stylesheet&manager STARTED
! 3220:
! 3221: * src/include/pa_globals.h [autoptr] 1.101.2.15:
! 3222: * src/main/pa_charset.C [autoptr] 1.33.2.15:
! 3223: * src/main/pa_exception.C [autoptr] 1.43.2.14:
! 3224: * src/main/pa_globals.C [autoptr] 1.152.2.17:
! 3225: xml: exceptions
! 3226:
! 3227: * src/classes/xdoc.C [autoptr] 1.108.2.13:
! 3228: xdoc.C 50%
! 3229:
! 3230: * src/include/pa_charset.h [autoptr] 1.20.2.13:
! 3231: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
! 3232: * src/main/pa_charset.C [autoptr] 1.33.2.13:
! 3233: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
! 3234: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
! 3235: charset_utf8 declaration moved to charsets.C
! 3236:
! 3237: * Makefile.am [autoptr] 1.34.2.2:
! 3238: * tests/Makefile [autoptr] 1.1.2.4:
! 3239: * tests/Makefile [autoptr] 1.1.2.6:
! 3240: *** empty log message ***
! 3241:
! 3242: * tests/058_paf2000.png [autoptr] 1.1.2.2:
! 3243: * tests/results/058.processed [autoptr] 1.1.2.2:
! 3244: .png added with -kb now
! 3245:
! 3246: 2003-03-05 paf
! 3247: * tests/results/105.processed 1.1:
! 3248: file 105.processed was initially added on branch autoptr.
! 3249:
! 3250: * src/classes/math.C [autoptr] 1.24.2.12:
! 3251: can be: crypt in -lcrypt OK, but crypt.h be missing
! 3252:
! 3253: * src/classes/op.C [autoptr] 1.127.2.20:
! 3254: * src/main/main.dsp [autoptr] 1.161.6.13:
! 3255: * tests/104.html [autoptr] 1.1.2.1:
! 3256: * tests/results/104.processed [autoptr] 1.1.2.1:
! 3257: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
! 3258: ^bpt operator added [does int3 in debug build on win32]
! 3259:
! 3260: * www/htdocs/auto.p [autoptr] 1.17.10.1:
! 3261: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
! 3262: * www/htdocs/base.p [autoptr] 1.6.6.1:
! 3263: * www/htdocs/derived.p [autoptr] 1.24.6.1:
! 3264: * www/htdocs/font.gif [autoptr] 1.1.6.1:
! 3265: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
! 3266: * www/htdocs/index.html [autoptr] 1.210.2.1:
! 3267: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
! 3268: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
! 3269: * www/htdocs/operators.p [autoptr] 1.11.8.1:
! 3270: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
! 3271: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
! 3272: * www/htdocs/some.p [autoptr] 1.2.8.1:
! 3273: removed old tests
! 3274:
! 3275: * tests/104.html 1.1:
! 3276: file 104.html was initially added on branch autoptr.
! 3277:
! 3278: * src/classes/math.C [autoptr] 1.24.2.11:
! 3279: * src/classes/op.C [autoptr] 1.127.2.19:
! 3280: * src/classes/string.C [autoptr] 1.125.2.13:
! 3281: * src/lib/Makefile.in [autoptr] 1.8.2.1:
! 3282: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
! 3283: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
! 3284: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
! 3285: * src/main/pa_exec.C [autoptr] 1.48.2.18:
! 3286: * src/targets/Makefile.in [autoptr] 1.42.2.1:
! 3287: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
! 3288: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
! 3289: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
! 3290: gcc more happy. todo:make linker happy
! 3291:
! 3292: * tests/105.html 1.1:
! 3293: file 105.html was initially added on branch autoptr.
! 3294:
! 3295: * tests/results/104.processed 1.1:
! 3296: file 104.processed was initially added on branch autoptr.
! 3297:
! 3298: * ltmain.sh [autoptr] 1.5.2.1:
! 3299: ltmain.sh added
! 3300:
! 3301: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
! 3302: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
! 3303: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
! 3304: linker needed more tricks to link OK
! 3305:
! 3306: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
! 3307: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
! 3308: hash_default_element_name made static
! 3309:
! 3310: * src/include/Makefile.am [autoptr] 1.3.14.2:
! 3311: * src/include/Makefile.in [autoptr] 1.11.2.3:
! 3312: * src/main/Makefile.am [autoptr] 1.35.6.4:
! 3313: * src/main/Makefile.in [autoptr] 1.50.2.4:
! 3314: * src/types/Makefile.am [autoptr] 1.28.10.1:
! 3315: * src/types/Makefile.in [autoptr] 1.50.2.2:
! 3316: forgotten files added to Makes
! 3317:
! 3318: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
! 3319: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
! 3320: hash_default_element_name change undone ;(
! 3321:
! 3322: * src/classes/file.C [autoptr] 1.107.2.16:
! 3323: * src/include/pa_exec.h [autoptr] 1.11.2.6:
! 3324: * src/main/pa_exec.C [autoptr] 1.48.2.17:
! 3325: pa_exec env param made optional
! 3326:
! 3327: * tests/057.html [autoptr] 1.1.2.3:
! 3328: * tests/results/057.processed [autoptr] 1.1.2.3:
! 3329: test bug fixed
! 3330:
! 3331: * src/classes/string.C [autoptr] 1.125.2.14:
! 3332: * src/include/pa_string.h [autoptr] 1.144.2.27:
! 3333: * src/main/pa_string.C [autoptr] 1.172.2.20:
! 3334: * tests/105.html [autoptr] 1.1.2.1:
! 3335: * tests/results/105.processed [autoptr] 1.1.2.1:
! 3336: String::match bug fixed
! 3337:
! 3338: 2003-03-04 paf
! 3339: * tests/results/060.processed 1.1:
! 3340: file 060.processed was initially added on branch autoptr.
! 3341:
! 3342: * tests/results/059.processed 1.1:
! 3343: file 059.processed was initially added on branch autoptr.
! 3344:
! 3345: * tests/072.html 1.1:
! 3346: file 072.html was initially added on branch autoptr.
! 3347:
! 3348: * tests/results/052.processed 1.1:
! 3349: file 052.processed was initially added on branch autoptr.
! 3350:
! 3351: * tests/074.html 1.1:
! 3352: file 074.html was initially added on branch autoptr.
! 3353:
! 3354: * tests/results/099.processed 1.1:
! 3355: file 099.processed was initially added on branch autoptr.
! 3356:
! 3357: * tests/076.html 1.1:
! 3358: file 076.html was initially added on branch autoptr.
! 3359:
! 3360: * tests/results/092.processed 1.1:
! 3361: file 092.processed was initially added on branch autoptr.
! 3362:
! 3363: * tests/results/102.processed 1.1:
! 3364: file 102.processed was initially added on branch autoptr.
! 3365:
! 3366: * tests/results/084.processed 1.1:
! 3367: file 084.processed was initially added on branch autoptr.
! 3368:
! 3369: * tests/078.html 1.1:
! 3370: file 078.html was initially added on branch autoptr.
! 3371:
! 3372: * tests/results/076.processed 1.1:
! 3373: file 076.processed was initially added on branch autoptr.
! 3374:
! 3375: * tests/081.html 1.1:
! 3376: file 081.html was initially added on branch autoptr.
! 3377:
! 3378: * tests/results/068.processed 1.1:
! 3379: file 068.processed was initially added on branch autoptr.
! 3380:
! 3381: * tests/results/061.processed 1.1:
! 3382: file 061.processed was initially added on branch autoptr.
! 3383:
! 3384: * src/classes/Makefile.in [autoptr] 1.53.2.1:
! 3385: * src/classes/gd/Makefile.in [autoptr] 1.43.2.1:
! 3386: * src/classes/mail.C [autoptr] 1.88.2.13:
! 3387: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.1:
! 3388: * src/main/Makefile.in [autoptr] 1.50.2.3:
! 3389: * src/main/pa_exec.C [autoptr] 1.48.2.16:
! 3390: * src/sql/Makefile.in [autoptr] 1.11.2.1:
! 3391: * src/types/Makefile.in [autoptr] 1.50.2.1:
! 3392: *** empty log message ***
! 3393:
! 3394: * tests/083.html 1.1:
! 3395: file 083.html was initially added on branch autoptr.
! 3396:
! 3397: * tests/results/053.processed 1.1:
! 3398: file 053.processed was initially added on branch autoptr.
! 3399:
! 3400: * tests/053.html [autoptr] 1.1.2.1:
! 3401: * tests/054.html [autoptr] 1.1.2.1:
! 3402: * tests/055.html [autoptr] 1.1.2.1:
! 3403: * tests/056.html [autoptr] 1.1.2.1:
! 3404: * tests/057.html [autoptr] 1.1.2.1:
! 3405: * tests/058.html [autoptr] 1.1.2.1:
! 3406: * tests/058_paf2000.png [autoptr] 1.1.2.1:
! 3407: * tests/059.html [autoptr] 1.1.2.1:
! 3408: * tests/060.html [autoptr] 1.1.2.1:
! 3409: * tests/results/053.processed [autoptr] 1.1.2.1:
! 3410: * tests/results/054.processed [autoptr] 1.1.2.1:
! 3411: * tests/results/055.processed [autoptr] 1.1.2.1:
! 3412: * tests/results/056.processed [autoptr] 1.1.2.1:
! 3413: * tests/results/057.processed [autoptr] 1.1.2.1:
! 3414: * tests/results/058.processed [autoptr] 1.1.2.1:
! 3415: * tests/results/059.processed [autoptr] 1.1.2.1:
! 3416: * tests/results/060.processed [autoptr] 1.1.2.1:
! 3417: test:
! 3418: 53 string.replace
! 3419: 54 junctions
! 3420: 55 table.hash
! 3421: 56 call indirect
! 3422: 57 date.create[string]
! 3423: 58 image.measure[png]
! 3424:
! 3425: * src/classes/image.C [autoptr] 1.90.2.14:
! 3426: * tests/098.html [autoptr] 1.1.2.1:
! 3427: * tests/098font.gif [autoptr] 1.1.2.1:
! 3428: * tests/results/098.processed [autoptr] 1.1.2.1:
! 3429: test:
! 3430: 98 image font text [bug fixed]
! 3431:
! 3432: * tests/085.html 1.1:
! 3433: file 085.html was initially added on branch autoptr.
! 3434:
! 3435: * tests/096_dir/188.jpg 1.1:
! 3436: file 188.jpg was initially added on branch autoptr.
! 3437:
! 3438: * tests/096_dir/163.jpg 1.1:
! 3439: file 163.jpg was initially added on branch autoptr.
! 3440:
! 3441: * tests/087.html 1.1:
! 3442: file 087.html was initially added on branch autoptr.
! 3443:
! 3444: * tests/103paf2001.gif 1.1:
! 3445: file 103paf2001.gif was initially added on branch autoptr.
! 3446:
! 3447: * tests/results/103.processed 1.1:
! 3448: file 103.processed was initially added on branch autoptr.
! 3449:
! 3450: * tests/results/093.processed 1.1:
! 3451: file 093.processed was initially added on branch autoptr.
! 3452:
! 3453: * tests/053.html 1.1:
! 3454: file 053.html was initially added on branch autoptr.
! 3455:
! 3456: * tests/results/085.processed 1.1:
! 3457: file 085.processed was initially added on branch autoptr.
! 3458:
! 3459: * tests/089.html 1.1:
! 3460: file 089.html was initially added on branch autoptr.
! 3461:
! 3462: * tests/090.html 1.1:
! 3463: file 090.html was initially added on branch autoptr.
! 3464:
! 3465: * tests/100.html 1.1:
! 3466: file 100.html was initially added on branch autoptr.
! 3467:
! 3468: * tests/results/077.processed 1.1:
! 3469: file 077.processed was initially added on branch autoptr.
! 3470:
! 3471: * tests/055.html 1.1:
! 3472: file 055.html was initially added on branch autoptr.
! 3473:
! 3474: * src/classes/table.C [autoptr] 1.172.2.12:
! 3475: * src/main/execute.C [autoptr] 1.295.2.23:
! 3476: * tests/061.dat [autoptr] 1.1.2.1:
! 3477: * tests/061.html [autoptr] 1.1.2.1:
! 3478: * tests/062.html [autoptr] 1.1.2.1:
! 3479: * tests/063.html [autoptr] 1.1.2.1:
! 3480: * tests/064.html [autoptr] 1.1.2.1:
! 3481: * tests/065.html [autoptr] 1.1.2.1:
! 3482: * tests/066.html [autoptr] 1.1.2.1:
! 3483: * tests/067.html [autoptr] 1.1.2.1:
! 3484: * tests/068.html [autoptr] 1.1.2.1:
! 3485: * tests/069.html [autoptr] 1.1.2.1:
! 3486: * tests/070.html [autoptr] 1.1.2.1:
! 3487: * tests/071.html [autoptr] 1.1.2.1:
! 3488: * tests/072.html [autoptr] 1.1.2.1:
! 3489: * tests/073.html [autoptr] 1.1.2.1:
! 3490: * tests/074.html [autoptr] 1.1.2.1:
! 3491: * tests/075.html [autoptr] 1.1.2.1:
! 3492: * tests/076.html [autoptr] 1.1.2.1:
! 3493: * tests/077.html [autoptr] 1.1.2.1:
! 3494: * tests/078.html [autoptr] 1.1.2.1:
! 3495: * tests/079.html [autoptr] 1.1.2.1:
! 3496: * tests/080.html [autoptr] 1.1.2.1:
! 3497: * tests/081.html [autoptr] 1.1.2.1:
! 3498: * tests/082.html [autoptr] 1.1.2.1:
! 3499: * tests/083.html [autoptr] 1.1.2.1:
! 3500: * tests/084.html [autoptr] 1.1.2.1:
! 3501: * tests/085.html [autoptr] 1.1.2.1:
! 3502: * tests/086.html [autoptr] 1.1.2.1:
! 3503: * tests/087.html [autoptr] 1.1.2.1:
! 3504: * tests/088.html [autoptr] 1.1.2.1:
! 3505: * tests/089.html [autoptr] 1.1.2.1:
! 3506: * tests/090.html [autoptr] 1.1.2.1:
! 3507: * tests/091.html [autoptr] 1.1.2.1:
! 3508: * tests/092.html [autoptr] 1.1.2.1:
! 3509: * tests/093.html [autoptr] 1.1.2.1:
! 3510: * tests/094.html [autoptr] 1.1.2.1:
! 3511: * tests/095.html [autoptr] 1.1.2.1:
! 3512: * tests/results/061.processed [autoptr] 1.1.2.1:
! 3513: * tests/results/062.processed [autoptr] 1.1.2.1:
! 3514: * tests/results/063.processed [autoptr] 1.1.2.1:
! 3515: * tests/results/064.processed [autoptr] 1.1.2.1:
! 3516: * tests/results/065.processed [autoptr] 1.1.2.1:
! 3517: * tests/results/066.processed [autoptr] 1.1.2.1:
! 3518: * tests/results/067.processed [autoptr] 1.1.2.1:
! 3519: * tests/results/068.processed [autoptr] 1.1.2.1:
! 3520: * tests/results/069.processed [autoptr] 1.1.2.1:
! 3521: * tests/results/070.processed [autoptr] 1.1.2.1:
! 3522: * tests/results/071.processed [autoptr] 1.1.2.1:
! 3523: * tests/results/072.processed [autoptr] 1.1.2.1:
! 3524: * tests/results/073.processed [autoptr] 1.1.2.1:
! 3525: * tests/results/074.processed [autoptr] 1.1.2.1:
! 3526: * tests/results/075.processed [autoptr] 1.1.2.1:
! 3527: * tests/results/076.processed [autoptr] 1.1.2.1:
! 3528: * tests/results/077.processed [autoptr] 1.1.2.1:
! 3529: * tests/results/078.processed [autoptr] 1.1.2.1:
! 3530: * tests/results/079.processed [autoptr] 1.1.2.1:
! 3531: * tests/results/080.processed [autoptr] 1.1.2.1:
! 3532: * tests/results/081.processed [autoptr] 1.1.2.1:
! 3533: * tests/results/082.processed [autoptr] 1.1.2.1:
! 3534: * tests/results/083.processed [autoptr] 1.1.2.1:
! 3535: * tests/results/084.processed [autoptr] 1.1.2.1:
! 3536: * tests/results/085.processed [autoptr] 1.1.2.1:
! 3537: * tests/results/086.processed [autoptr] 1.1.2.1:
! 3538: * tests/results/087.processed [autoptr] 1.1.2.1:
! 3539: * tests/results/088.processed [autoptr] 1.1.2.1:
! 3540: * tests/results/089.processed [autoptr] 1.1.2.1:
! 3541: * tests/results/090.processed [autoptr] 1.1.2.1:
! 3542: * tests/results/091.processed [autoptr] 1.1.2.1:
! 3543: * tests/results/092.processed [autoptr] 1.1.2.1:
! 3544: * tests/results/093.processed [autoptr] 1.1.2.1:
! 3545: * tests/results/094.processed [autoptr] 1.1.2.1:
! 3546: * tests/results/095.processed [autoptr] 1.1.2.1:
! 3547: tests:
! 3548: 61 file::stat size
! 3549: 62 string->int autoconvert
! 3550: 63 double .int,dec,div,mul
! 3551: 64 date compare
! 3552: 65 file: basename,justname,justext
! 3553: 66 math:crypt
! 3554: 67 string.match simple on long
! 3555: 68 string.match normalized simple on long
! 3556: 69 string.int
! 3557: 70 file::stat content-type
! 3558: 71 table.join
! 3559: 72 hash parameter conditional pass
! 3560: 73 date daylightsaving,yearday
! 3561: 74 date arithmetics
! 3562: 75 response date values/attributes
! 3563: 76 string.pos of void, void.pos
! 3564: 77 syntax parsing
! 3565: 78 cookie tainting
! 3566: 79 switch with local
! 3567: 80 scientific numeric literal in string autoconvert
! 3568: 81 xor: logical and numerical
! 3569: 82 for delims
! 3570: 83 menu delims
! 3571: 84 table.hash distinct
! 3572: 85 long string replace
! 3573: 86 throw+catch current language preserve
! 3574: 87 bit shifts
! 3575: 88 junction tests + $caller test
! 3576: 89 hash.foreach selfmodification
! 3577: 90 int/void to int
! 3578: 91 $caller test
! 3579: 92 junction is + def junction tests
! 3580: 93 $caller test
! 3581: 94 syntax test
! 3582: 95 table.hash(keygenerator) [bug fixed]
! 3583:
! 3584: * tests/results/070.processed 1.1:
! 3585: file 070.processed was initially added on branch autoptr.
! 3586:
! 3587: * tests/results/069.processed 1.1:
! 3588: file 069.processed was initially added on branch autoptr.
! 3589:
! 3590: * tests/061.dat 1.1:
! 3591: file 061.dat was initially added on branch autoptr.
! 3592:
! 3593: * tests/092.html 1.1:
! 3594: file 092.html was initially added on branch autoptr.
! 3595:
! 3596: * tests/102.html 1.1:
! 3597: file 102.html was initially added on branch autoptr.
! 3598:
! 3599: * tests/results/062.processed 1.1:
! 3600: file 062.processed was initially added on branch autoptr.
! 3601:
! 3602: * tests/057.html 1.1:
! 3603: file 057.html was initially added on branch autoptr.
! 3604:
! 3605: * tests/results/054.processed 1.1:
! 3606: file 054.processed was initially added on branch autoptr.
! 3607:
! 3608: * tests/094.html 1.1:
! 3609: file 094.html was initially added on branch autoptr.
! 3610:
! 3611: * tests/059.html 1.1:
! 3612: file 059.html was initially added on branch autoptr.
! 3613:
! 3614: * tests/060.html 1.1:
! 3615: file 060.html was initially added on branch autoptr.
! 3616:
! 3617: * tests/096.html 1.1:
! 3618: file 096.html was initially added on branch autoptr.
! 3619:
! 3620: * tests/results/094.processed 1.1:
! 3621: file 094.processed was initially added on branch autoptr.
! 3622:
! 3623: * tests/062.html 1.1:
! 3624: file 062.html was initially added on branch autoptr.
! 3625:
! 3626: * tests/results/086.processed 1.1:
! 3627: file 086.processed was initially added on branch autoptr.
! 3628:
! 3629: * tests/098font.gif 1.1:
! 3630: file 098font.gif was initially added on branch autoptr.
! 3631:
! 3632: * tests/098.html 1.1:
! 3633: file 098.html was initially added on branch autoptr.
! 3634:
! 3635: * tests/results/078.processed 1.1:
! 3636: file 078.processed was initially added on branch autoptr.
! 3637:
! 3638: * tests/064.html 1.1:
! 3639: file 064.html was initially added on branch autoptr.
! 3640:
! 3641: * tests/results/071.processed 1.1:
! 3642: file 071.processed was initially added on branch autoptr.
! 3643:
! 3644: * tests/results/063.processed 1.1:
! 3645: file 063.processed was initially added on branch autoptr.
! 3646:
! 3647: * tests/066.html 1.1:
! 3648: file 066.html was initially added on branch autoptr.
! 3649:
! 3650: * tests/results/055.processed 1.1:
! 3651: file 055.processed was initially added on branch autoptr.
! 3652:
! 3653: * tests/068.html 1.1:
! 3654: file 068.html was initially added on branch autoptr.
! 3655:
! 3656: * tests/071.html 1.1:
! 3657: file 071.html was initially added on branch autoptr.
! 3658:
! 3659: * tests/results/095.processed 1.1:
! 3660: file 095.processed was initially added on branch autoptr.
! 3661:
! 3662: * tests/results/087.processed 1.1:
! 3663: file 087.processed was initially added on branch autoptr.
! 3664:
! 3665: * tests/073.html 1.1:
! 3666: file 073.html was initially added on branch autoptr.
! 3667:
! 3668: * tests/results/079.processed 1.1:
! 3669: file 079.processed was initially added on branch autoptr.
! 3670:
! 3671: * tests/results/080.processed 1.1:
! 3672: file 080.processed was initially added on branch autoptr.
! 3673:
! 3674: * tests/results/072.processed 1.1:
! 3675: file 072.processed was initially added on branch autoptr.
! 3676:
! 3677: * tests/075.html 1.1:
! 3678: file 075.html was initially added on branch autoptr.
! 3679:
! 3680: * tests/results/064.processed 1.1:
! 3681: file 064.processed was initially added on branch autoptr.
! 3682:
! 3683: * tests/103.html [autoptr] 1.1.2.1:
! 3684: * tests/103mark.gif [autoptr] 1.1.2.1:
! 3685: * tests/103paf2001.gif [autoptr] 1.1.2.1:
! 3686: * tests/results/103.processed [autoptr] 1.1.2.1:
! 3687: tests:
! 3688: 103 image.copy transparence test
! 3689:
! 3690: * tests/results/056.processed 1.1:
! 3691: file 056.processed was initially added on branch autoptr.
! 3692:
! 3693: * tests/077.html 1.1:
! 3694: file 077.html was initially added on branch autoptr.
! 3695:
! 3696: * tests/080.html 1.1:
! 3697: file 080.html was initially added on branch autoptr.
! 3698:
! 3699: * tests/079.html 1.1:
! 3700: file 079.html was initially added on branch autoptr.
! 3701:
! 3702: * tests/results/096.processed 1.1:
! 3703: file 096.processed was initially added on branch autoptr.
! 3704:
! 3705: * tests/082.html 1.1:
! 3706: file 082.html was initially added on branch autoptr.
! 3707:
! 3708: * tests/results/088.processed 1.1:
! 3709: file 088.processed was initially added on branch autoptr.
! 3710:
! 3711: * tests/results/081.processed 1.1:
! 3712: file 081.processed was initially added on branch autoptr.
! 3713:
! 3714: * tests/084.html 1.1:
! 3715: file 084.html was initially added on branch autoptr.
! 3716:
! 3717: * tests/results/073.processed 1.1:
! 3718: file 073.processed was initially added on branch autoptr.
! 3719:
! 3720: * tests/058_paf2000.png 1.1:
! 3721: file 058_paf2000.png was initially added on branch autoptr.
! 3722:
! 3723: * tests/results/065.processed 1.1:
! 3724: file 065.processed was initially added on branch autoptr.
! 3725:
! 3726: * tests/086.html 1.1:
! 3727: file 086.html was initially added on branch autoptr.
! 3728:
! 3729: * tests/results/057.processed 1.1:
! 3730: file 057.processed was initially added on branch autoptr.
! 3731:
! 3732: * tests/052.html 1.1:
! 3733: file 052.html was initially added on branch autoptr.
! 3734:
! 3735: * tests/088.html 1.1:
! 3736: file 088.html was initially added on branch autoptr.
! 3737:
! 3738: * tests/054.html 1.1:
! 3739: file 054.html was initially added on branch autoptr.
! 3740:
! 3741: * src/main/pa_common.C [autoptr] 1.143.2.21:
! 3742: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
! 3743: * tests/097.html [autoptr] 1.1.2.1:
! 3744: * tests/results/097.processed [autoptr] 1.1.2.1:
! 3745: test:
! 3746: 97 file::load http:// [bugs fixed]
! 3747:
! 3748: * tests/101.html 1.1:
! 3749: file 101.html was initially added on branch autoptr.
! 3750:
! 3751: * tests/091.html 1.1:
! 3752: file 091.html was initially added on branch autoptr.
! 3753:
! 3754: * tests/results/097.processed 1.1:
! 3755: file 097.processed was initially added on branch autoptr.
! 3756:
! 3757: * tests/056.html 1.1:
! 3758: file 056.html was initially added on branch autoptr.
! 3759:
! 3760: * tests/results/089.processed 1.1:
! 3761: file 089.processed was initially added on branch autoptr.
! 3762:
! 3763: * tests/results/090.processed 1.1:
! 3764: file 090.processed was initially added on branch autoptr.
! 3765:
! 3766: * src/classes/hash.C [autoptr] 1.54.2.12:
! 3767: * src/classes/image.C [autoptr] 1.90.2.13:
! 3768: * src/classes/table.C [autoptr] 1.172.2.13:
! 3769: * src/include/pa_memory.h [autoptr] 1.1.2.5:
! 3770: * tests/096.html [autoptr] 1.1.2.1:
! 3771: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
! 3772: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
! 3773: * tests/results/096.processed [autoptr] 1.1.2.1:
! 3774: tests:
! 3775: 96 image EXIF [bug fixed]
! 3776:
! 3777: * tests/results/100.processed 1.1:
! 3778: file 100.processed was initially added on branch autoptr.
! 3779:
! 3780: * tests/103.html 1.1:
! 3781: file 103.html was initially added on branch autoptr.
! 3782:
! 3783: * tests/093.html 1.1:
! 3784: file 093.html was initially added on branch autoptr.
! 3785:
! 3786: * tests/results/082.processed 1.1:
! 3787: file 082.processed was initially added on branch autoptr.
! 3788:
! 3789: * tests/052.html [autoptr] 1.1.2.1:
! 3790: * tests/outputs/049.processed [autoptr] 1.1.2.2:
! 3791: * tests/outputs/050.processed [autoptr] 1.1.2.2:
! 3792: * tests/outputs/051.processed [autoptr] 1.1.2.2:
! 3793: * tests/results/052.processed [autoptr] 1.1.2.1:
! 3794: test:
! 3795: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
! 3796:
! 3797: * tests/058.html 1.1:
! 3798: file 058.html was initially added on branch autoptr.
! 3799:
! 3800: * tests/results/074.processed 1.1:
! 3801: file 074.processed was initially added on branch autoptr.
! 3802:
! 3803: * tests/095.html 1.1:
! 3804: file 095.html was initially added on branch autoptr.
! 3805:
! 3806: * tests/results/066.processed 1.1:
! 3807: file 066.processed was initially added on branch autoptr.
! 3808:
! 3809: * tests/061.html 1.1:
! 3810: file 061.html was initially added on branch autoptr.
! 3811:
! 3812: * tests/results/058.processed 1.1:
! 3813: file 058.processed was initially added on branch autoptr.
! 3814:
! 3815: * tests/103mark.gif 1.1:
! 3816: file 103mark.gif was initially added on branch autoptr.
! 3817:
! 3818: * tests/097.html 1.1:
! 3819: file 097.html was initially added on branch autoptr.
! 3820:
! 3821: * tests/063.html 1.1:
! 3822: file 063.html was initially added on branch autoptr.
! 3823:
! 3824: * src/main/execute.C [autoptr] 1.295.2.22:
! 3825: * src/main/pa_table.C [autoptr] 1.53.2.10:
! 3826: test:
! 3827: 59 table.locate [bug fixed]
! 3828: 60 string eq string [bug fixed]
! 3829:
! 3830: * tests/099.html 1.1:
! 3831: file 099.html was initially added on branch autoptr.
! 3832:
! 3833: * tests/065.html 1.1:
! 3834: file 065.html was initially added on branch autoptr.
! 3835:
! 3836: * tests/results/098.processed 1.1:
! 3837: file 098.processed was initially added on branch autoptr.
! 3838:
! 3839: * tests/results/091.processed 1.1:
! 3840: file 091.processed was initially added on branch autoptr.
! 3841:
! 3842: * tests/results/101.processed 1.1:
! 3843: file 101.processed was initially added on branch autoptr.
! 3844:
! 3845: * tests/057.html [autoptr] 1.1.2.2:
! 3846: * tests/099.html [autoptr] 1.1.2.1:
! 3847: * tests/100.html [autoptr] 1.1.2.1:
! 3848: * tests/results/057.processed [autoptr] 1.1.2.2:
! 3849: * tests/results/099.processed [autoptr] 1.1.2.1:
! 3850: * tests/results/100.processed [autoptr] 1.1.2.1:
! 3851: tests:
! 3852: 57 date create 2002: added
! 3853: 99,100 response:body/download
! 3854:
! 3855: * tests/067.html 1.1:
! 3856: file 067.html was initially added on branch autoptr.
! 3857:
! 3858: * tests/results/083.processed 1.1:
! 3859: file 083.processed was initially added on branch autoptr.
! 3860:
! 3861: * tests/results/075.processed 1.1:
! 3862: file 075.processed was initially added on branch autoptr.
! 3863:
! 3864: * src/main/execute.C [autoptr] 1.295.2.24:
! 3865: * tests/101.html [autoptr] 1.1.2.1:
! 3866: * tests/102.html [autoptr] 1.1.2.1:
! 3867: * tests/results/101.processed [autoptr] 1.1.2.1:
! 3868: * tests/results/102.processed [autoptr] 1.1.2.1:
! 3869: tests:
! 3870: 101 method/variable name conflict test
! 3871: 102 form fields change should not not change anything [bug fix]
! 3872:
! 3873: * tests/070.html 1.1:
! 3874: file 070.html was initially added on branch autoptr.
! 3875:
! 3876: * tests/069.html 1.1:
! 3877: file 069.html was initially added on branch autoptr.
! 3878:
! 3879: * tests/results/067.processed 1.1:
! 3880: file 067.processed was initially added on branch autoptr.
! 3881:
! 3882: * src/classes/image.C [autoptr] 1.90.2.15:
! 3883: * src/include/pa_request.h [autoptr] 1.160.2.29:
! 3884: * src/include/pa_stack.h [autoptr] 1.17.2.6:
! 3885: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
! 3886: number of gcc compiler bugs fixed
! 3887:
! 3888: 2003-03-03 paf
! 3889: * tests/037.html 1.1:
! 3890: file 037.html was initially added on branch autoptr.
! 3891:
! 3892: * tests/results/044.processed 1.1:
! 3893: file 044.processed was initially added on branch autoptr.
! 3894:
! 3895: * tests/039.html 1.1:
! 3896: file 039.html was initially added on branch autoptr.
! 3897:
! 3898: * tests/040.html 1.1:
! 3899: file 040.html was initially added on branch autoptr.
! 3900:
! 3901: * tests/results/036.processed 1.1:
! 3902: file 036.processed was initially added on branch autoptr.
! 3903:
! 3904: * tests/042.html 1.1:
! 3905: file 042.html was initially added on branch autoptr.
! 3906:
! 3907: * tests/044.html 1.1:
! 3908: file 044.html was initially added on branch autoptr.
! 3909:
! 3910: * src/main/pa_request.C [autoptr] 1.245.2.29:
! 3911: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
! 3912: * tests/033.html [autoptr] 1.1.2.1:
! 3913: * tests/034.html [autoptr] 1.1.2.1:
! 3914: * tests/035.html [autoptr] 1.1.2.1:
! 3915: * tests/036.html [autoptr] 1.1.2.1:
! 3916: * tests/037.html [autoptr] 1.1.2.1:
! 3917: * tests/038.html [autoptr] 1.1.2.1:
! 3918: * tests/results/033.processed [autoptr] 1.1.2.1:
! 3919: * tests/results/034.processed [autoptr] 1.1.2.1:
! 3920: * tests/results/035.processed [autoptr] 1.1.2.1:
! 3921: * tests/results/036.processed [autoptr] 1.1.2.1:
! 3922: * tests/results/037.processed [autoptr] 1.1.2.1:
! 3923: * tests/results/038.processed [autoptr] 1.1.2.1:
! 3924: tests:
! 3925: 33 string.replace
! 3926: 34 string.upper
! 3927: 35 table created
! 3928: 36 local/global vars with juntions
! 3929: 37 table clone
! 3930: 38 math PI & number formatting
! 3931:
! 3932: math class registring typo fixed
! 3933:
! 3934: * tests/046.html 1.1:
! 3935: file 046.html was initially added on branch autoptr.
! 3936:
! 3937: * tests/040.html [autoptr] 1.1.2.1:
! 3938: * tests/results/040.processed [autoptr] 1.1.2.1:
! 3939: test:
! 3940: 39 method result of type table
! 3941: 40 method param junction auto evaluate
! 3942:
! 3943: * tests/051b.p 1.1:
! 3944: file 051b.p was initially added on branch autoptr.
! 3945:
! 3946: * tests/results/045.processed 1.1:
! 3947: file 045.processed was initially added on branch autoptr.
! 3948:
! 3949: * tests/048.html 1.1:
! 3950: file 048.html was initially added on branch autoptr.
! 3951:
! 3952: * tests/results/037.processed 1.1:
! 3953: file 037.processed was initially added on branch autoptr.
! 3954:
! 3955: * tests/051.html 1.1:
! 3956: file 051.html was initially added on branch autoptr.
! 3957:
! 3958: * tests/results/046.processed 1.1:
! 3959: file 046.processed was initially added on branch autoptr.
! 3960:
! 3961: * tests/results/038.processed 1.1:
! 3962: file 038.processed was initially added on branch autoptr.
! 3963:
! 3964: * tests/041.html [autoptr] 1.1.2.1:
! 3965: * tests/results/041.processed [autoptr] 1.1.2.1:
! 3966: test:
! 3967: 41 table.locate by expression
! 3968:
! 3969: * tests/032.html 1.1:
! 3970: file 032.html was initially added on branch autoptr.
! 3971:
! 3972: * tests/results/047.processed 1.1:
! 3973: file 047.processed was initially added on branch autoptr.
! 3974:
! 3975: * tests/034.html 1.1:
! 3976: file 034.html was initially added on branch autoptr.
! 3977:
! 3978: * tests/results/040.processed 1.1:
! 3979: file 040.processed was initially added on branch autoptr.
! 3980:
! 3981: * tests/results/039.processed 1.1:
! 3982: file 039.processed was initially added on branch autoptr.
! 3983:
! 3984: * tests/results/032.processed 1.1:
! 3985: file 032.processed was initially added on branch autoptr.
! 3986:
! 3987: * tests/036.html 1.1:
! 3988: file 036.html was initially added on branch autoptr.
! 3989:
! 3990: * tests/038.html 1.1:
! 3991: file 038.html was initially added on branch autoptr.
! 3992:
! 3993: * tests/parser-unix.sh 1.1:
! 3994: file parser-unix.sh was initially added on branch autoptr.
! 3995:
! 3996: * tests/043.html [autoptr] 1.1.2.1:
! 3997: * tests/044.html [autoptr] 1.1.2.1:
! 3998: * tests/045.html [autoptr] 1.1.2.1:
! 3999: * tests/046.html [autoptr] 1.1.2.1:
! 4000: * tests/047.html [autoptr] 1.1.2.1:
! 4001: * tests/048.html [autoptr] 1.1.2.1:
! 4002: * tests/049.html [autoptr] 1.1.2.1:
! 4003: * tests/050.html [autoptr] 1.1.2.1:
! 4004: * tests/051.html [autoptr] 1.1.2.1:
! 4005: * tests/051b.p [autoptr] 1.1.2.1:
! 4006: * tests/051t.p [autoptr] 1.1.2.1:
! 4007: * tests/Makefile [autoptr] 1.1.2.3:
! 4008: * tests/outputs/049.processed [autoptr] 1.1.2.1:
! 4009: * tests/outputs/050.processed [autoptr] 1.1.2.1:
! 4010: * tests/outputs/051.processed [autoptr] 1.1.2.1:
! 4011: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
! 4012: * tests/parser-unix.sh [autoptr] 1.1.2.2:
! 4013: * tests/results/001.processed [autoptr] 1.1.2.2:
! 4014: * tests/results/002.processed [autoptr] 1.1.2.2:
! 4015: * tests/results/003.processed [autoptr] 1.1.2.2:
! 4016: * tests/results/005.processed [autoptr] 1.1.2.2:
! 4017: * tests/results/006.processed [autoptr] 1.1.2.2:
! 4018: * tests/results/008.processed [autoptr] 1.1.2.2:
! 4019: * tests/results/009.processed [autoptr] 1.1.2.2:
! 4020: * tests/results/011.processed [autoptr] 1.1.2.2:
! 4021: * tests/results/012.processed [autoptr] 1.1.2.2:
! 4022: * tests/results/013.processed [autoptr] 1.1.2.2:
! 4023: * tests/results/014.processed [autoptr] 1.1.2.2:
! 4024: * tests/results/015.processed [autoptr] 1.1.2.2:
! 4025: * tests/results/016.processed [autoptr] 1.1.2.2:
! 4026: * tests/results/017.processed [autoptr] 1.1.2.2:
! 4027: * tests/results/020.processed [autoptr] 1.1.2.2:
! 4028: * tests/results/021.processed [autoptr] 1.1.2.2:
! 4029: * tests/results/022.processed [autoptr] 1.1.2.2:
! 4030: * tests/results/024.processed [autoptr] 1.1.2.2:
! 4031: * tests/results/025.processed [autoptr] 1.1.2.2:
! 4032: * tests/results/026.processed [autoptr] 1.1.2.2:
! 4033: * tests/results/027.processed [autoptr] 1.1.2.2:
! 4034: * tests/results/028.processed [autoptr] 1.1.2.2:
! 4035: * tests/results/029.processed [autoptr] 1.1.2.2:
! 4036: * tests/results/030.processed [autoptr] 1.1.2.2:
! 4037: * tests/results/031.processed [autoptr] 1.1.2.2:
! 4038: * tests/results/043.processed [autoptr] 1.1.2.1:
! 4039: * tests/results/044.processed [autoptr] 1.1.2.1:
! 4040: * tests/results/045.processed [autoptr] 1.1.2.1:
! 4041: * tests/results/046.processed [autoptr] 1.1.2.1:
! 4042: * tests/results/047.processed [autoptr] 1.1.2.1:
! 4043: * tests/results/048.processed [autoptr] 1.1.2.1:
! 4044: * tests/results/049.processed [autoptr] 1.1.2.1:
! 4045: * tests/results/050.processed [autoptr] 1.1.2.1:
! 4046: * tests/results/051.processed [autoptr] 1.1.2.1:
! 4047: * tests/run_parser.sh [autoptr] 1.1.2.1:
! 4048: tests:
! 4049: 43,44,45 date rolls
! 4050: 46 autoevaluating junction
! 4051: 47 table.select
! 4052: 48 name with subvar
! 4053: 49 hash-creating switch
! 4054: 50 process
! 4055: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
! 4056:
! 4057: * tests/041.html 1.1:
! 4058: file 041.html was initially added on branch autoptr.
! 4059:
! 4060: * src/classes/op.C [autoptr] 1.127.2.18:
! 4061: * src/include/pa_request.h [autoptr] 1.160.2.28:
! 4062: * src/include/pa_string.h [autoptr] 1.144.2.25:
! 4063: * src/main/execute.C [autoptr] 1.295.2.21:
! 4064: * src/main/pa_request.C [autoptr] 1.245.2.28:
! 4065: * src/main/pa_string.C [autoptr] 1.172.2.18:
! 4066: * src/main/untaint.C [autoptr] 1.115.2.11:
! 4067: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
! 4068: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
! 4069: * tests/032.html [autoptr] 1.1.2.1:
! 4070: * tests/results/032.processed [autoptr] 1.1.2.1:
! 4071: uchar changed to String_UL in all places [was not everywhere]
! 4072: untaint test: 032
! 4073:
! 4074: * tests/results/048.processed 1.1:
! 4075: file 048.processed was initially added on branch autoptr.
! 4076:
! 4077: * tests/043.html 1.1:
! 4078: file 043.html was initially added on branch autoptr.
! 4079:
! 4080: * tests/results/041.processed 1.1:
! 4081: file 041.processed was initially added on branch autoptr.
! 4082:
! 4083: * tests/results/033.processed 1.1:
! 4084: file 033.processed was initially added on branch autoptr.
! 4085:
! 4086: * tests/045.html 1.1:
! 4087: file 045.html was initially added on branch autoptr.
! 4088:
! 4089: * tests/047.html 1.1:
! 4090: file 047.html was initially added on branch autoptr.
! 4091:
! 4092: * tests/051t.p 1.1:
! 4093: file 051t.p was initially added on branch autoptr.
! 4094:
! 4095: * tests/050.html 1.1:
! 4096: file 050.html was initially added on branch autoptr.
! 4097:
! 4098: * tests/049.html 1.1:
! 4099: file 049.html was initially added on branch autoptr.
! 4100:
! 4101: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
! 4102: * tests/004.html [autoptr] 1.1.2.2:
! 4103: * tests/Makefile [autoptr] 1.1.2.2:
! 4104: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
! 4105: * tests/parser-unix.sh [autoptr] 1.1.2.1:
! 4106: * tests/results/004.processed [autoptr] 1.1.2.2:
! 4107: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
! 4108: removed -H command line key, now testing using .sh file with
! 4109: SERVER_SOFTWARE=xxx
! 4110:
! 4111: * tests/outputs/049.processed 1.1:
! 4112: * tests/results/049.processed 1.1:
! 4113: file 049.processed was initially added on branch autoptr.
! 4114:
! 4115: * tests/outputs/050.processed 1.1:
! 4116: * tests/results/050.processed 1.1:
! 4117: file 050.processed was initially added on branch autoptr.
! 4118:
! 4119: * tests/042.html [autoptr] 1.1.2.1:
! 4120: * tests/results/042.processed [autoptr] 1.1.2.1:
! 4121: test:
! 4122: 42 exception.handled
! 4123:
! 4124: * tests/results/042.processed 1.1:
! 4125: file 042.processed was initially added on branch autoptr.
! 4126:
! 4127: * tests/results/034.processed 1.1:
! 4128: file 034.processed was initially added on branch autoptr.
! 4129:
! 4130: * tests/039.html [autoptr] 1.1.2.1:
! 4131: * tests/results/039.processed [autoptr] 1.1.2.1:
! 4132: test:
! 4133: 37 method result of type table
! 4134:
! 4135: * tests/outputs/051.processed 1.1:
! 4136: * tests/results/051.processed 1.1:
! 4137: file 051.processed was initially added on branch autoptr.
! 4138:
! 4139: * tests/parser-cygwin.sh 1.1:
! 4140: file parser-cygwin.sh was initially added on branch autoptr.
! 4141:
! 4142: * tests/results/043.processed 1.1:
! 4143: file 043.processed was initially added on branch autoptr.
! 4144:
! 4145: * tests/results/035.processed 1.1:
! 4146: file 035.processed was initially added on branch autoptr.
! 4147:
! 4148: * tests/033.html 1.1:
! 4149: file 033.html was initially added on branch autoptr.
! 4150:
! 4151: * tests/run_parser.sh 1.1:
! 4152: file run_parser.sh was initially added on branch autoptr.
! 4153:
! 4154: * tests/035.html 1.1:
! 4155: file 035.html was initially added on branch autoptr.
! 4156:
! 4157: 2003-02-27 paf
! 4158: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
! 4159: *** empty log message ***
! 4160:
! 4161: * www/htdocs/maximized.htm 1.1:
! 4162: file maximized.htm was initially added on branch autoptr.
! 4163:
! 4164: 2003-02-26 paf
! 4165: * tests/001.html 1.1:
! 4166: file 001.html was initially added on branch autoptr.
! 4167:
! 4168: * tests/003.html 1.1:
! 4169: file 003.html was initially added on branch autoptr.
! 4170:
! 4171: * tests/results/028.processed 1.1:
! 4172: file 028.processed was initially added on branch autoptr.
! 4173:
! 4174: * tests/005.html 1.1:
! 4175: file 005.html was initially added on branch autoptr.
! 4176:
! 4177: * tests/results/021.processed 1.1:
! 4178: file 021.processed was initially added on branch autoptr.
! 4179:
! 4180: * tests/results/013.processed 1.1:
! 4181: file 013.processed was initially added on branch autoptr.
! 4182:
! 4183: * src/include/pa_array.h [autoptr] 1.57.2.26:
! 4184: * src/include/pa_hash.h [autoptr] 1.58.2.17:
! 4185: * src/include/pa_memory.h [autoptr] 1.1.2.3:
! 4186: * src/main/pa_charset.C [autoptr] 1.33.2.12:
! 4187: * tests/001.html [autoptr] 1.1.2.1:
! 4188: * tests/002.html [autoptr] 1.1.2.1:
! 4189: * tests/003.html [autoptr] 1.1.2.1:
! 4190: * tests/004.html [autoptr] 1.1.2.1:
! 4191: * tests/005.html [autoptr] 1.1.2.1:
! 4192: * tests/006.html [autoptr] 1.1.2.1:
! 4193: * tests/007.html [autoptr] 1.1.2.1:
! 4194: * tests/008.html [autoptr] 1.1.2.1:
! 4195: * tests/009.html [autoptr] 1.1.2.1:
! 4196: * tests/010.html [autoptr] 1.1.2.1:
! 4197: * tests/011.html [autoptr] 1.1.2.1:
! 4198: * tests/012.html [autoptr] 1.1.2.1:
! 4199: * tests/013.html [autoptr] 1.1.2.1:
! 4200: * tests/014.html [autoptr] 1.1.2.1:
! 4201: * tests/Makefile [autoptr] 1.1.2.1:
! 4202: * tests/outputs/create-dir [autoptr] 1.1.2.1:
! 4203: * tests/results/001.processed [autoptr] 1.1.2.1:
! 4204: * tests/results/002.processed [autoptr] 1.1.2.1:
! 4205: * tests/results/003.processed [autoptr] 1.1.2.1:
! 4206: * tests/results/004.processed [autoptr] 1.1.2.1:
! 4207: * tests/results/005.processed [autoptr] 1.1.2.1:
! 4208: * tests/results/006.processed [autoptr] 1.1.2.1:
! 4209: * tests/results/007.processed [autoptr] 1.1.2.1:
! 4210: * tests/results/008.processed [autoptr] 1.1.2.1:
! 4211: * tests/results/009.processed [autoptr] 1.1.2.1:
! 4212: * tests/results/010.processed [autoptr] 1.1.2.1:
! 4213: * tests/results/011.processed [autoptr] 1.1.2.1:
! 4214: * tests/results/012.processed [autoptr] 1.1.2.1:
! 4215: * tests/results/013.processed [autoptr] 1.1.2.1:
! 4216: * tests/results/014.processed [autoptr] 1.1.2.1:
! 4217: hash cloning fixed
! 4218:
! 4219: * tests/007.html 1.1:
! 4220: file 007.html was initially added on branch autoptr.
! 4221:
! 4222: * tests/results/005.processed 1.1:
! 4223: file 005.processed was initially added on branch autoptr.
! 4224:
! 4225: * tests/010.html 1.1:
! 4226: file 010.html was initially added on branch autoptr.
! 4227:
! 4228: * tests/009.html 1.1:
! 4229: file 009.html was initially added on branch autoptr.
! 4230:
! 4231: * tests/012.html 1.1:
! 4232: file 012.html was initially added on branch autoptr.
! 4233:
! 4234: * tests/014.html 1.1:
! 4235: file 014.html was initially added on branch autoptr.
! 4236:
! 4237: * src/main/execute.C [autoptr] 1.295.2.20:
! 4238: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
! 4239: * tests/024.html [autoptr] 1.1.2.1:
! 4240: * tests/025.html [autoptr] 1.1.2.1:
! 4241: * tests/026.html [autoptr] 1.1.2.1:
! 4242: * tests/027.html [autoptr] 1.1.2.1:
! 4243: * tests/028.html [autoptr] 1.1.2.1:
! 4244: * tests/029.html [autoptr] 1.1.2.1:
! 4245: * tests/030.html [autoptr] 1.1.2.1:
! 4246: * tests/031.html [autoptr] 1.1.2.1:
! 4247: * tests/results/024.processed [autoptr] 1.1.2.1:
! 4248: * tests/results/025.processed [autoptr] 1.1.2.1:
! 4249: * tests/results/026.processed [autoptr] 1.1.2.1:
! 4250: * tests/results/027.processed [autoptr] 1.1.2.1:
! 4251: * tests/results/028.processed [autoptr] 1.1.2.1:
! 4252: * tests/results/029.processed [autoptr] 1.1.2.1:
! 4253: * tests/results/030.processed [autoptr] 1.1.2.1:
! 4254: * tests/results/031.processed [autoptr] 1.1.2.1:
! 4255: fixed bug with name_cstr mutable CharPtr
! 4256: more tests
! 4257:
! 4258: * tests/results/029.processed 1.1:
! 4259: file 029.processed was initially added on branch autoptr.
! 4260:
! 4261: * tests/results/030.processed 1.1:
! 4262: file 030.processed was initially added on branch autoptr.
! 4263:
! 4264: * tests/016.html 1.1:
! 4265: file 016.html was initially added on branch autoptr.
! 4266:
! 4267: * tests/results/022.processed 1.1:
! 4268: file 022.processed was initially added on branch autoptr.
! 4269:
! 4270: * tests/results/014.processed 1.1:
! 4271: file 014.processed was initially added on branch autoptr.
! 4272:
! 4273: * tests/018.html 1.1:
! 4274: file 018.html was initially added on branch autoptr.
! 4275:
! 4276: * tests/results/006.processed 1.1:
! 4277: file 006.processed was initially added on branch autoptr.
! 4278:
! 4279: * tests/022_dir/a.html 1.1:
! 4280: file a.html was initially added on branch autoptr.
! 4281:
! 4282: * tests/021.html 1.1:
! 4283: file 021.html was initially added on branch autoptr.
! 4284:
! 4285: * tests/023.html 1.1:
! 4286: file 023.html was initially added on branch autoptr.
! 4287:
! 4288: * tests/results/031.processed 1.1:
! 4289: file 031.processed was initially added on branch autoptr.
! 4290:
! 4291: * tests/025.html 1.1:
! 4292: file 025.html was initially added on branch autoptr.
! 4293:
! 4294: * tests/results/023.processed 1.1:
! 4295: file 023.processed was initially added on branch autoptr.
! 4296:
! 4297: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
! 4298: * src/main/pa_globals.C [autoptr] 1.152.2.16:
! 4299: * src/main/pa_memory.C [autoptr] 1.1.2.3:
! 4300: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
! 4301: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
! 4302: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
! 4303: SAPI::abort << abort. die now just exits
! 4304:
! 4305: * tests/results/015.processed 1.1:
! 4306: file 015.processed was initially added on branch autoptr.
! 4307:
! 4308: * tests/027.html 1.1:
! 4309: file 027.html was initially added on branch autoptr.
! 4310:
! 4311: * tests/results/007.processed 1.1:
! 4312: file 007.processed was initially added on branch autoptr.
! 4313:
! 4314: * tests/030.html 1.1:
! 4315: file 030.html was initially added on branch autoptr.
! 4316:
! 4317: * tests/029.html 1.1:
! 4318: file 029.html was initially added on branch autoptr.
! 4319:
! 4320: * tests/outputs/create-dir 1.1:
! 4321: file create-dir was initially added on branch autoptr.
! 4322:
! 4323: * tests/022_dir/b.txt 1.1:
! 4324: file b.txt was initially added on branch autoptr.
! 4325:
! 4326: * tests/results/024.processed 1.1:
! 4327: file 024.processed was initially added on branch autoptr.
! 4328:
! 4329: * tests/002.html 1.1:
! 4330: file 002.html was initially added on branch autoptr.
! 4331:
! 4332: * tests/results/016.processed 1.1:
! 4333: file 016.processed was initially added on branch autoptr.
! 4334:
! 4335: * tests/results/008.processed 1.1:
! 4336: file 008.processed was initially added on branch autoptr.
! 4337:
! 4338: * tests/004.html 1.1:
! 4339: file 004.html was initially added on branch autoptr.
! 4340:
! 4341: * tests/results/001.processed 1.1:
! 4342: file 001.processed was initially added on branch autoptr.
! 4343:
! 4344: * tests/006.html 1.1:
! 4345: file 006.html was initially added on branch autoptr.
! 4346:
! 4347: * tests/008.html 1.1:
! 4348: file 008.html was initially added on branch autoptr.
! 4349:
! 4350: * tests/011.html 1.1:
! 4351: file 011.html was initially added on branch autoptr.
! 4352:
! 4353: * tests/results/025.processed 1.1:
! 4354: file 025.processed was initially added on branch autoptr.
! 4355:
! 4356: * tests/results/017.processed 1.1:
! 4357: file 017.processed was initially added on branch autoptr.
! 4358:
! 4359: * tests/Makefile 1.1:
! 4360: file Makefile was initially added on branch autoptr.
! 4361:
! 4362: * tests/results/009.processed 1.1:
! 4363: file 009.processed was initially added on branch autoptr.
! 4364:
! 4365: * tests/results/010.processed 1.1:
! 4366: file 010.processed was initially added on branch autoptr.
! 4367:
! 4368: * tests/013.html 1.1:
! 4369: file 013.html was initially added on branch autoptr.
! 4370:
! 4371: * tests/results/002.processed 1.1:
! 4372: file 002.processed was initially added on branch autoptr.
! 4373:
! 4374: * tests/019paf2001.gif 1.1:
! 4375: file 019paf2001.gif was initially added on branch autoptr.
! 4376:
! 4377: * tests/015.html 1.1:
! 4378: file 015.html was initially added on branch autoptr.
! 4379:
! 4380: * tests/017.html 1.1:
! 4381: file 017.html was initially added on branch autoptr.
! 4382:
! 4383: * tests/020.html 1.1:
! 4384: file 020.html was initially added on branch autoptr.
! 4385:
! 4386: * tests/019.html 1.1:
! 4387: file 019.html was initially added on branch autoptr.
! 4388:
! 4389: * tests/results/026.processed 1.1:
! 4390: file 026.processed was initially added on branch autoptr.
! 4391:
! 4392: * tests/results/018.processed 1.1:
! 4393: file 018.processed was initially added on branch autoptr.
! 4394:
! 4395: * tests/022.html 1.1:
! 4396: file 022.html was initially added on branch autoptr.
! 4397:
! 4398: * tests/results/011.processed 1.1:
! 4399: file 011.processed was initially added on branch autoptr.
! 4400:
! 4401: * tests/024.html 1.1:
! 4402: file 024.html was initially added on branch autoptr.
! 4403:
! 4404: * tests/results/003.processed 1.1:
! 4405: file 003.processed was initially added on branch autoptr.
! 4406:
! 4407: * tests/022_dir/c.htm 1.1:
! 4408: file c.htm was initially added on branch autoptr.
! 4409:
! 4410: * tests/026.html 1.1:
! 4411: file 026.html was initially added on branch autoptr.
! 4412:
! 4413: * tests/028.html 1.1:
! 4414: file 028.html was initially added on branch autoptr.
! 4415:
! 4416: * tests/031.html 1.1:
! 4417: file 031.html was initially added on branch autoptr.
! 4418:
! 4419: * tests/results/027.processed 1.1:
! 4420: file 027.processed was initially added on branch autoptr.
! 4421:
! 4422: * tests/results/019.processed 1.1:
! 4423: file 019.processed was initially added on branch autoptr.
! 4424:
! 4425: * tests/results/020.processed 1.1:
! 4426: file 020.processed was initially added on branch autoptr.
! 4427:
! 4428: * src/classes/classes.awk [autoptr] 1.6.6.3:
! 4429: * src/classes/classes.h [autoptr] 1.23.2.9:
! 4430: * src/classes/date.C [autoptr] 1.42.2.11:
! 4431: * src/classes/double.C [autoptr] 1.53.2.8:
! 4432: * src/classes/file.C [autoptr] 1.107.2.15:
! 4433: * src/classes/form.C [autoptr] 1.34.2.7:
! 4434: * src/classes/hash.C [autoptr] 1.54.2.11:
! 4435: * src/classes/image.C [autoptr] 1.90.2.12:
! 4436: * src/classes/int.C [autoptr] 1.49.2.7:
! 4437: * src/classes/mail.C [autoptr] 1.88.2.12:
! 4438: * src/classes/math.C [autoptr] 1.24.2.10:
! 4439: * src/classes/op.C [autoptr] 1.127.2.17:
! 4440: * src/classes/response.C [autoptr] 1.23.2.7:
! 4441: * src/classes/string.C [autoptr] 1.125.2.12:
! 4442: * src/classes/table.C [autoptr] 1.172.2.11:
! 4443: * src/classes/void.C [autoptr] 1.28.2.5:
! 4444: * src/classes/xdoc.C [autoptr] 1.108.2.12:
! 4445: * src/classes/xnode.C [autoptr] 1.54.2.8:
! 4446: * src/include/pa_memory.h [autoptr] 1.1.2.4:
! 4447: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
! 4448: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
! 4449: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
! 4450: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
! 4451: * src/types/pa_venv.h [autoptr] 1.28.2.5:
! 4452: * src/types/pa_vform.C [autoptr] 1.74.2.11:
! 4453: * tests/015.html [autoptr] 1.1.2.1:
! 4454: * tests/016.html [autoptr] 1.1.2.1:
! 4455: * tests/017.html [autoptr] 1.1.2.1:
! 4456: * tests/018.html [autoptr] 1.1.2.1:
! 4457: * tests/019.html [autoptr] 1.1.2.1:
! 4458: * tests/019paf2001.gif [autoptr] 1.1.2.1:
! 4459: * tests/020.html [autoptr] 1.1.2.1:
! 4460: * tests/021.html [autoptr] 1.1.2.1:
! 4461: * tests/022.html [autoptr] 1.1.2.1:
! 4462: * tests/022_dir/a.html [autoptr] 1.1.2.1:
! 4463: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
! 4464: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
! 4465: * tests/023.html [autoptr] 1.1.2.1:
! 4466: * tests/results/015.processed [autoptr] 1.1.2.1:
! 4467: * tests/results/016.processed [autoptr] 1.1.2.1:
! 4468: * tests/results/017.processed [autoptr] 1.1.2.1:
! 4469: * tests/results/018.processed [autoptr] 1.1.2.1:
! 4470: * tests/results/019.processed [autoptr] 1.1.2.1:
! 4471: * tests/results/020.processed [autoptr] 1.1.2.1:
! 4472: * tests/results/021.processed [autoptr] 1.1.2.1:
! 4473: * tests/results/022.processed [autoptr] 1.1.2.1:
! 4474: * tests/results/023.processed [autoptr] 1.1.2.1:
! 4475: methoded_array now contains all Mxxx classes
! 4476: SAPI::get_env now returns info on pool
! 4477: more tests
! 4478:
! 4479: * tests/results/012.processed 1.1:
! 4480: file 012.processed was initially added on branch autoptr.
! 4481:
! 4482: * tests/results/004.processed 1.1:
! 4483: file 004.processed was initially added on branch autoptr.
! 4484:
! 4485: 2003-02-25 paf
! 4486: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
! 4487: typo fixed
! 4488:
! 4489: 2003-02-24 paf
! 4490: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
! 4491: fixed all places with bad get_string(0)
! 4492: [one remained]
! 4493:
! 4494: * src/include/pa_request.h [autoptr] 1.160.2.27:
! 4495: * src/main/execute.C [autoptr] 1.295.2.19:
! 4496: few bad get_string(0) [should have been get_string(&pool)]
! 4497: todo: check other such calls
! 4498:
! 4499: * src/types/pa_vmail.C 1.41:
! 4500: body [text/html] transcoded to
! 4501: $.charset[specified]
! 4502: now
! 4503:
! 4504: * src/main/compile.tab.C [autoptr] 1.81.2.9:
! 4505: * src/main/execute.C [autoptr] 1.295.2.18:
! 4506: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
! 4507: test10, bad lookups
! 4508:
! 4509: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
! 4510:
! 4511: * src/main/pa_common.C 1.145:
! 4512: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
! 4513: stupid gcc [2.95.4] generated bad code
! 4514: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
! 4515: rewritten simplier [though duplicating closesocket code]
! 4516:
! 4517: * src/classes/string.C [autoptr] 1.125.2.11:
! 4518: match bug fixed
! 4519:
1.22 paf 4520: 2003-02-21 paf
4521: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
4522: MAKE_TEST must be used inside of 'make tests' only
4523: [it's not forcing CGI mode now]
4524: now use -H to output CGI header when parser used in command line [useful for tests also]
4525:
4526: * src/classes/file.C [autoptr] 1.107.2.14:
4527: * src/classes/gd/gif.C [autoptr] 1.30.2.4:
4528: * src/classes/gd/gif.h [autoptr] 1.23.2.5:
4529: * src/classes/image.C [autoptr] 1.90.2.11:
4530: * src/classes/mail.C [autoptr] 1.88.2.11:
4531: * src/classes/op.C [autoptr] 1.127.2.16:
4532: * src/classes/xdoc.C [autoptr] 1.108.2.11:
4533: * src/main/pa_charset.C [autoptr] 1.33.2.11:
4534: * src/main/pa_exec.C [autoptr] 1.48.2.14:
4535: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
4536: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
4537: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
4538: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
4539: fixed all cstr's that must use pool [as the one in ^process]
4540:
4541: * src/include/pa_array.h [autoptr] 1.57.2.25:
4542: * src/include/pa_exception.h [autoptr] 1.38.2.15:
4543: * src/include/pa_memory.h [autoptr] 1.1.2.1:
4544: * src/include/pa_pool.h [autoptr] 1.86.2.31:
4545: * src/main/Makefile.am [autoptr] 1.35.6.3:
4546: * src/main/main.dsp [autoptr] 1.161.6.12:
4547: * src/main/pa_array.C [autoptr] 1.54.2.5:
4548: * src/main/pa_memory.C [autoptr] 1.1.2.1:
4549: * src/main/pa_pool.C [autoptr] 1.59.2.5:
4550: reorganized memory handling files
4551:
4552: * src/include/pa_memory.h [autoptr] 1.1.2.2:
4553: * src/main/pa_memory.C [autoptr] 1.1.2.2:
4554: inlined memory handling pa_*
4555:
4556: * src/main/execute.C [autoptr] 1.295.2.17:
4557: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
4558: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
4559: release mode now compiles OK
4560: test to show benefits of free
4561:
4562: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
4563: MAKE_TEST environment variable switches on CGI mode, and is
4564: used in regression tests
4565:
4566: * operators.txt [autoptr] 1.109.2.1:
4567: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
4568: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
4569: $cookie:name[$.expires[date << can be now]]
4570:
4571: written makefile with regression tests [raw]
4572:
4573: * src/include/pa_request.h [autoptr] 1.160.2.26:
4574: * src/main/pa_request.C [autoptr] 1.245.2.27:
4575: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
4576: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
4577: * src/types/pa_venv.h [autoptr] 1.28.2.4:
4578: env fixed
4579:
4580: * src/main/pa_array.C [autoptr] 1.54.2.4:
4581: pool::format_integer terminator fixed
4582:
4583: * src/include/pa_memory.h 1.1:
4584: file pa_memory.h was initially added on branch autoptr.
4585:
4586: * src/main/pa_memory.C 1.1:
4587: file pa_memory.C was initially added on branch autoptr.
4588:
4589: * src/classes/op.C [autoptr] 1.127.2.15:
4590: fixed process.
4591: sould now check for all cstr's -- some must use pool [as the one in ^process]
4592:
4593: 2003-02-20 paf
4594: * www/htdocs/autoptr.html 1.1:
4595: file autoptr.html was initially added on branch autoptr.
4596:
4597: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
4598: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
4599: form values passed OK now
4600:
4601: * src/classes/date.C [autoptr] 1.42.2.10:
4602: * src/classes/double.C [autoptr] 1.53.2.7:
4603: * src/classes/file.C [autoptr] 1.107.2.13:
4604: * src/classes/hash.C [autoptr] 1.54.2.10:
4605: * src/classes/image.C [autoptr] 1.90.2.10:
4606: * src/classes/int.C [autoptr] 1.49.2.6:
4607: * src/classes/mail.C [autoptr] 1.88.2.10:
4608: * src/classes/math.C [autoptr] 1.24.2.9:
4609: * src/classes/op.C [autoptr] 1.127.2.13:
4610: * src/classes/response.C [autoptr] 1.23.2.6:
4611: * src/classes/string.C [autoptr] 1.125.2.10:
4612: * src/classes/table.C [autoptr] 1.172.2.10:
4613: * src/classes/void.C [autoptr] 1.28.2.4:
4614: * src/classes/xdoc.C [autoptr] 1.108.2.10:
4615: * src/classes/xnode.C [autoptr] 1.54.2.7:
4616: * src/main/pa_string.C [autoptr] 1.172.2.17:
4617: * src/types/pa_method.h [autoptr] 1.1.2.4:
4618: * src/types/pa_value.C [autoptr] 1.9.2.14:
4619: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
4620: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
4621: string cmp fixed
4622:
4623: 2003-02-19 paf
4624: * src/classes/form.C [autoptr] 1.34.2.6:
4625: * src/classes/smtp/smtp.C [autoptr] 1.20.2.3:
4626: * src/classes/smtp/smtp.h [autoptr] 1.11.2.4:
4627: * src/include/pa_charset.h [autoptr] 1.20.2.12:
4628: * src/include/pa_pool.h [autoptr] 1.86.2.30:
4629: * src/main/pa_charset.C [autoptr] 1.33.2.10:
4630: * src/main/pa_exception.C [autoptr] 1.43.2.13:
4631: * src/main/pa_request.C [autoptr] 1.245.2.25:
4632: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
4633: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
4634: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
4635: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
4636: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
4637: * src/types/pa_vform.C [autoptr] 1.74.2.9:
4638: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
4639: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
4640: found&kill all remaning leaks resulted from pooled::malloc calls
4641: [excluding in gd -- planning complete rewrite extremely ugly code]
4642:
4643: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
4644: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
4645: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
4646: removed unneeded files
4647:
4648: 2003-02-17 paf
4649: * src/classes/classes.C [autoptr] 1.18.2.4:
4650: * src/include/pa_array.h [autoptr] 1.57.2.22:
4651: * src/include/pa_hash.h [autoptr] 1.58.2.16:
4652: * src/include/pa_pool.h [autoptr] 1.86.2.29:
4653: * src/include/pa_request.h [autoptr] 1.160.2.23:
4654: * src/main/pa_request.C [autoptr] 1.245.2.20:
4655: * src/main/pa_string.C [autoptr] 1.172.2.16:
4656: * src/main/untaint.C [autoptr] 1.115.2.10:
4657: * src/types/pa_value.h [autoptr] 1.109.2.23:
4658: * src/types/pa_vint.h [autoptr] 1.38.2.10:
4659: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
4660: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
4661: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
4662: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
4663: class fields of simple type not initialized with zeros :(
4664: while class fields of class types initialized with default constructors.
4665: learn C++
4666:
4667: * src/main/execute.C [autoptr] 1.295.2.11:
4668: * src/main/pa_request.C [autoptr] 1.245.2.21:
4669: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
4670: first letters out OK
4671:
4672: * src/classes/classes.awk [autoptr] 1.6.6.2:
4673: * src/classes/double.C [autoptr] 1.53.2.5:
4674: * src/classes/file.C [autoptr] 1.107.2.11:
4675: * src/classes/form.C [autoptr] 1.34.2.5:
4676: * src/classes/image.C [autoptr] 1.90.2.8:
4677: * src/classes/int.C [autoptr] 1.49.2.4:
4678: * src/classes/mail.C [autoptr] 1.88.2.8:
4679: * src/classes/math.C [autoptr] 1.24.2.7:
4680: * src/classes/xdoc.C [autoptr] 1.108.2.7:
4681: * src/classes/xnode.C [autoptr] 1.54.2.5:
4682: * src/include/pa_array.h [autoptr] 1.57.2.21:
4683: * src/include/pa_string.h [autoptr] 1.144.2.24:
4684: * src/main/pa_exec.C [autoptr] 1.48.2.13:
4685: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
4686: parser3.exe - 0 error(s), 0 warning(s)
4687:
4688: * src/classes/date.C [autoptr] 1.42.2.8:
4689: * src/classes/op.C [autoptr] 1.127.2.12:
4690: * src/classes/table.C [autoptr] 1.172.2.8:
4691: * src/classes/xdoc.C [autoptr] 1.108.2.8:
4692: * src/classes/xnode.C [autoptr] 1.54.2.6:
4693: * src/include/pa_array.h [autoptr] 1.57.2.24:
4694: * src/include/pa_charset.h [autoptr] 1.20.2.11:
4695: * src/main/Makefile.am [autoptr] 1.35.6.2:
4696: * src/main/main.dsp [autoptr] 1.161.6.11:
4697: * src/main/pa_charset.C [autoptr] 1.33.2.8:
4698: * src/main/pa_common.C [autoptr] 1.143.2.20:
4699: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
4700: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
4701: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
4702: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
4703: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
4704: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
4705: fixed more leaks resulted from pooled::malloc calls
4706:
4707: * src/include/pa_stack.h [autoptr] 1.17.2.4:
4708: * src/main/compile.C [autoptr] 1.69.2.6:
4709: * src/main/execute.C [autoptr] 1.295.2.13:
4710: * src/main/pa_request.C [autoptr] 1.245.2.23:
4711: stack-stored items need extra .ref to prevent object_ptr from
4712: delete[them]
4713:
4714: * src/main/pa_request.C [autoptr] 1.245.2.22:
4715: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
4716: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
4717: couple mem leaks rusulted from old pooled::malloc usage.
4718: todo:find more like those
4719:
4720: * src/main/execute.C [autoptr] 1.295.2.14:
4721: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
4722: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
4723: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
4724: few bugs in debug output fixed
4725:
4726: * src/include/pa_array.h [autoptr] 1.57.2.23:
4727: * src/include/pa_request.h [autoptr] 1.160.2.24:
4728: * src/main/execute.C [autoptr] 1.295.2.12:
4729: stackItem fixed [there were no string on stack before]
4730:
4731: * src/classes/date.C [autoptr] 1.42.2.9:
4732: * src/classes/double.C [autoptr] 1.53.2.6:
4733: * src/classes/file.C [autoptr] 1.107.2.12:
4734: * src/classes/image.C [autoptr] 1.90.2.9:
4735: * src/classes/int.C [autoptr] 1.49.2.5:
4736: * src/classes/mail.C [autoptr] 1.88.2.9:
4737: * src/classes/math.C [autoptr] 1.24.2.8:
4738: * src/classes/response.C [autoptr] 1.23.2.5:
4739: * src/classes/string.C [autoptr] 1.125.2.9:
4740: * src/classes/table.C [autoptr] 1.172.2.9:
4741: * src/classes/xdoc.C [autoptr] 1.108.2.9:
4742: * src/classes/xnode.h [autoptr] 1.18.2.4:
4743: * src/include/pa_stack.h [autoptr] 1.17.2.5:
4744: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
4745: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
4746: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
4747: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
4748: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
4749: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
4750: * src/types/pa_vform.C [autoptr] 1.74.2.8:
4751: * src/types/pa_vform.h [autoptr] 1.45.2.8:
4752: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
4753: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
4754: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
4755: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
4756: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
4757: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
4758: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
4759: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
4760: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
4761: fixed all remained bugs of unitialized simple-typed field
4762:
4763: * src/classes/classes.C [autoptr] 1.18.2.5:
4764: * src/classes/classes.h [autoptr] 1.23.2.8:
4765: * src/main/execute.C [autoptr] 1.295.2.15:
4766: * src/main/pa_charset.C [autoptr] 1.33.2.9:
4767: * src/main/pa_request.C [autoptr] 1.245.2.24:
4768: another bug of unitialized simple-typed field fixed.
4769: todo: find&kill all like that one
4770:
4771: * src/main/compile.C [autoptr] 1.69.2.5:
4772: * src/main/compile_tools.C [autoptr] 1.54.2.5:
4773: 2*2!
4774:
4775: 2003-02-14 paf
4776: * src/classes/classes.dsp [autoptr] 1.25.10.4:
4777: * src/classes/op.C [autoptr] 1.127.2.10:
4778: * src/classes/string.C [autoptr] 1.125.2.8:
4779: * src/classes/table.C [autoptr] 1.172.2.7:
4780: * src/include/pa_common.h [autoptr] 1.89.2.11:
4781: * src/include/pa_globals.h [autoptr] 1.101.2.14:
4782: * src/include/pa_pool.h [autoptr] 1.86.2.28:
4783: * src/include/pa_request.h [autoptr] 1.160.2.20:
4784: * src/main/pa_globals.C [autoptr] 1.152.2.15:
4785: * src/main/pa_request.C [autoptr] 1.245.2.16:
4786: * src/types/pa_value.h [autoptr] 1.109.2.22:
4787: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
4788: * src/types/pa_vint.h [autoptr] 1.38.2.9:
4789: * src/types/types.dsp [autoptr] 1.35.10.7:
4790: op compiled
4791:
4792: * src/classes/classes.C [autoptr] 1.18.2.3:
4793: * src/classes/classes.awk [autoptr] 1.6.6.1:
4794: * src/classes/file.C [autoptr] 1.107.2.9:
4795: * src/classes/hash.C [autoptr] 1.54.2.9:
4796: * src/classes/mail.C [autoptr] 1.88.2.7:
4797: * src/classes/op.C [autoptr] 1.127.2.11:
4798: * src/include/pa_common.h [autoptr] 1.89.2.12:
4799: * src/include/pa_request.h [autoptr] 1.160.2.21:
4800: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
4801: * src/main/pa_common.C [autoptr] 1.143.2.18:
4802: * src/main/pa_request.C [autoptr] 1.245.2.17:
4803: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
4804: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
4805: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
4806: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
4807: classes.lib - 0 error(s), 0 warning(s)
4808: parser.C compiled
4809:
4810: * src/classes/classes.dsp [autoptr] 1.25.10.3:
4811: * src/classes/response.C [autoptr] 1.23.2.4:
4812: * src/classes/string.C [autoptr] 1.125.2.7:
4813: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
4814: * src/include/pa_string.h [autoptr] 1.144.2.23:
4815: * src/main/pa_string.C [autoptr] 1.172.2.15:
4816: * src/main/untaint.C [autoptr] 1.115.2.9:
4817: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
4818: string, response compiled
4819:
4820: * src/classes/file.C [autoptr] 1.107.2.10:
4821: * src/include/pa_request.h [autoptr] 1.160.2.22:
4822: * src/main/pa_request.C [autoptr] 1.245.2.18:
4823: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
4824: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
4825: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
4826: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
4827: * src/types/pa_vform.C [autoptr] 1.74.2.7:
4828: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
4829: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
4830: all compiled, only 14 link errors :)
4831:
4832: * src/types/pa_vhash.C 1.1:
4833: file pa_vhash.C was initially added on branch autoptr.
4834:
4835: * src/include/pa_common.h [autoptr] 1.89.2.13:
4836: * src/main/pa_common.C [autoptr] 1.143.2.19:
4837: * src/main/pa_request.C [autoptr] 1.245.2.19:
4838: 13 link errors
4839:
4840: 2003-02-07 paf
4841: * src/classes/table.C [autoptr] 1.172.2.6:
4842: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
4843: table compiled
4844:
4845: 2003-02-06 paf
4846: * src/classes/image.C [autoptr] 1.90.2.7:
4847: * src/classes/string.C [autoptr] 1.125.2.6:
4848: * src/classes/xdoc.C [autoptr] 1.108.2.6:
4849: * src/include/pa_common.h [autoptr] 1.89.2.10:
4850: * src/include/pa_hash.h [autoptr] 1.58.2.15:
4851: * src/main/pa_common.C [autoptr] 1.143.2.17:
4852: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
4853: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
4854: image compiled
4855:
4856: * src/classes/mail.C [autoptr] 1.88.2.6:
4857: * src/classes/smtp/smtp.h [autoptr] 1.11.2.3:
4858: * src/include/pa_request.h [autoptr] 1.160.2.19:
4859: * src/main/pa_request.C [autoptr] 1.245.2.15:
4860: mail compiled
4861:
4862: * src/classes/hash.C [autoptr] 1.54.2.7:
4863: * src/include/pa_hash.h [autoptr] 1.58.2.14:
4864: * src/include/pa_table.h [autoptr] 1.48.2.11:
4865: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
4866: hash compiled
4867:
4868: * src/classes/classes.dsp [autoptr] 1.25.10.2:
4869: * src/classes/file.C [autoptr] 1.107.2.7:
4870: * src/include/pa_common.h [autoptr] 1.89.2.9:
4871: * src/include/pa_exec.h [autoptr] 1.11.2.5:
4872: * src/main/pa_common.C [autoptr] 1.143.2.16:
4873: * src/main/pa_exec.C [autoptr] 1.48.2.12:
4874: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
4875: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
4876: file compiled
4877:
4878: * src/classes/file.C [autoptr] 1.107.2.8:
4879: * src/classes/form.C [autoptr] 1.34.2.4:
4880: form compiled
4881:
4882: * src/classes/hash.C [autoptr] 1.54.2.8:
4883: * src/classes/math.C [autoptr] 1.24.2.6:
4884: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
4885: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
4886: math compiled [win32]
4887:
4888: 2003-02-04 paf
4889: * src/classes/date.C [autoptr] 1.42.2.5:
4890: * src/classes/double.C [autoptr] 1.53.2.3:
4891: * src/classes/file.C [autoptr] 1.107.2.5:
4892: * src/classes/form.C [autoptr] 1.34.2.3:
4893: * src/classes/hash.C [autoptr] 1.54.2.4:
4894: * src/classes/image.C [autoptr] 1.90.2.5:
4895: * src/classes/int.C [autoptr] 1.49.2.3:
4896: * src/classes/mail.C [autoptr] 1.88.2.4:
4897: * src/classes/math.C [autoptr] 1.24.2.4:
4898: * src/classes/op.C [autoptr] 1.127.2.8:
4899: * src/classes/response.C [autoptr] 1.23.2.3:
4900: * src/classes/string.C [autoptr] 1.125.2.4:
4901: * src/classes/table.C [autoptr] 1.172.2.4:
4902: * src/classes/void.C [autoptr] 1.28.2.3:
4903: * src/classes/xdoc.C [autoptr] 1.108.2.4:
4904: * src/classes/xnode.C [autoptr] 1.54.2.3:
4905: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
4906: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
4907: * src/types/pa_vint.h [autoptr] 1.38.2.8:
4908: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
4909: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
4910: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
4911: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
4912: int compiled
4913:
4914: * src/types/pa_value.C [autoptr] 1.9.2.12:
4915: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
4916: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
4917: trying to remove stupid value_includes.h
4918:
4919: * src/classes/date.C [autoptr] 1.42.2.4:
4920: * src/classes/double.C [autoptr] 1.53.2.2:
4921: * src/classes/file.C [autoptr] 1.107.2.4:
4922: * src/classes/hash.C [autoptr] 1.54.2.3:
4923: * src/classes/image.C [autoptr] 1.90.2.4:
4924: * src/classes/int.C [autoptr] 1.49.2.2:
4925: * src/classes/mail.C [autoptr] 1.88.2.3:
4926: * src/classes/math.C [autoptr] 1.24.2.3:
4927: * src/classes/op.C [autoptr] 1.127.2.7:
4928: * src/classes/response.C [autoptr] 1.23.2.2:
4929: * src/classes/smtp/smtp.C [autoptr] 1.20.2.2:
4930: * src/classes/smtp/smtp.h [autoptr] 1.11.2.2:
4931: * src/classes/string.C [autoptr] 1.125.2.3:
4932: * src/classes/table.C [autoptr] 1.172.2.3:
4933: * src/classes/void.C [autoptr] 1.28.2.2:
4934: * src/classes/xdoc.C [autoptr] 1.108.2.3:
4935: * src/classes/xnode.C [autoptr] 1.54.2.2:
4936: * src/classes/xnode.h [autoptr] 1.18.2.3:
4937: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
4938: void compiled :)
4939:
4940: * src/classes/date.C [autoptr] 1.42.2.7:
4941: * src/classes/hash.C [autoptr] 1.54.2.6:
4942: * src/include/pa_exec.h [autoptr] 1.11.2.4:
4943: * src/include/pa_hash.h [autoptr] 1.58.2.13:
4944: * src/include/pa_request.h [autoptr] 1.160.2.18:
4945: * src/include/pa_string.h [autoptr] 1.144.2.22:
4946: * src/include/pa_table.h [autoptr] 1.48.2.10:
4947: * src/main/pa_common.C [autoptr] 1.143.2.15:
4948: * src/main/pa_exec.C [autoptr] 1.48.2.11:
4949: * src/main/pa_string.C [autoptr] 1.172.2.14:
4950: * src/types/pa_method.h [autoptr] 1.1.2.3:
4951: * src/types/pa_vform.C [autoptr] 1.74.2.6:
4952: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
4953: hash 50% compiled
4954:
4955: * src/types/pa_method.h 1.1:
4956: file pa_method.h was initially added on branch autoptr.
4957:
4958: * src/classes/gd/gif.C [autoptr] 1.30.2.3:
4959: * src/include/pa_globals.h [autoptr] 1.101.2.13:
4960: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
4961: * src/main/pa_charset.C [autoptr] 1.33.2.7:
4962: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
4963: * src/main/pa_common.C [autoptr] 1.143.2.14:
4964: * src/main/pa_dir.C [autoptr] 1.14.2.3:
4965: * src/main/pa_exception.C [autoptr] 1.43.2.12:
4966: * src/main/pa_exec.C [autoptr] 1.48.2.10:
4967: * src/main/pa_globals.C [autoptr] 1.152.2.13:
4968: * src/main/pa_pool.C [autoptr] 1.59.2.4:
4969: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
4970: * src/main/pa_string.C [autoptr] 1.172.2.12:
4971: * src/main/pa_uue.C [autoptr] 1.4.2.5:
4972: * src/main/untaint.C [autoptr] 1.115.2.8:
4973: * src/types/pa_value.C [autoptr] 1.9.2.13:
4974: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
4975: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
4976: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
4977: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
4978: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
4979: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
4980: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
4981: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
4982: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
4983: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
4984: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
4985: * src/types/types.dsp [autoptr] 1.35.10.6:
4986: removed stupid value_includes.h
4987:
4988: * src/main/pa_exec.C [autoptr] 1.48.2.8:
4989: libmain.a compiled on six [unix]
4990:
4991: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
4992: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
4993: * src/main/pa_common.C [autoptr] 1.143.2.13:
4994: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
4995: * src/main/pa_exec.C [autoptr] 1.48.2.7:
4996: * src/main/pa_socks.C [autoptr] 1.18.2.5:
4997: libmain.a gcc
4998: and
4999: mail.lib msvc++
5000: compiled
5001:
5002: * src/include/pa_array.h [autoptr] 1.57.2.20:
5003: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
5004: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
5005: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
5006: * src/main/pa_exec.C [autoptr] 1.48.2.6:
5007: * src/main/pa_socks.C [autoptr] 1.18.2.4:
5008: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
5009: gcc libmain.a compiled
5010:
5011: * src/include/pa_globals.h [autoptr] 1.101.2.12:
5012: * src/include/pa_request.h [autoptr] 1.160.2.16:
5013: * src/types/pa_value.C [autoptr] 1.9.2.11:
5014: * src/types/pa_value.h [autoptr] 1.109.2.21:
5015: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
5016: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
5017: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
5018: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
5019: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
5020: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
5021: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
5022: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
5023: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
5024: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
5025: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
5026: libtypes.a compiled gcc
5027:
5028: * src/classes/classes.dsp [autoptr] 1.25.10.1:
5029: * src/classes/double.C [autoptr] 1.53.2.4:
5030: double compiled
5031:
5032: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
5033: merged changes from 1.149-1.150 (stupid name conflicts)
5034:
5035: * src/include/pa_array.h [autoptr] 1.57.2.19:
5036: * src/include/pa_pool.h [autoptr] 1.86.2.27:
5037: * src/main/Makefile.am [autoptr] 1.35.6.1:
5038: * src/main/Makefile.in [autoptr] 1.50.2.2:
5039: * src/main/compile.tab.C [autoptr] 1.81.2.7:
5040: * src/main/compile.y [autoptr] 1.204.2.6:
5041: * src/main/execute.C [autoptr] 1.295.2.10:
5042: * src/main/pa_request.C [autoptr] 1.245.2.14:
5043: * src/main/untaint.C [autoptr] 1.115.2.7:
5044: * src/types/pa_junction.h [autoptr] 1.1.2.2:
5045: * src/types/pa_method.h [autoptr] 1.1.2.2:
5046: * src/types/pa_value.h [autoptr] 1.109.2.20:
5047: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
5048: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
5049: *** empty log message ***
5050:
5051: * src/main/pa_exec.C [autoptr] 1.48.2.9:
5052: pa_exec compiled on win32
5053:
5054: * src/classes/date.C [autoptr] 1.42.2.6:
5055: * src/classes/file.C [autoptr] 1.107.2.6:
5056: * src/classes/hash.C [autoptr] 1.54.2.5:
5057: * src/classes/image.C [autoptr] 1.90.2.6:
5058: * src/classes/mail.C [autoptr] 1.88.2.5:
5059: * src/classes/math.C [autoptr] 1.24.2.5:
5060: * src/classes/op.C [autoptr] 1.127.2.9:
5061: * src/classes/string.C [autoptr] 1.125.2.5:
5062: * src/classes/table.C [autoptr] 1.172.2.5:
5063: * src/classes/xdoc.C [autoptr] 1.108.2.5:
5064: * src/classes/xnode.C [autoptr] 1.54.2.4:
5065: * src/include/pa_request.h [autoptr] 1.160.2.17:
5066: * src/main/pa_globals.C [autoptr] 1.152.2.14:
5067: * src/main/pa_string.C [autoptr] 1.172.2.13:
5068: date compiled
5069:
5070: * src/types/pa_junction.h 1.1:
5071: file pa_junction.h was initially added on branch autoptr.
5072:
5073: * src/main/compile_tools.h [autoptr] 1.67.2.8:
5074: * src/main/execute.C [autoptr] 1.295.2.9:
5075: * src/main/pa_table.C [autoptr] 1.53.2.9:
5076: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
5077: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
5078: yuk: gcc on cygwin yelds "virtual memory exhausted" while
5079: trying to compile execute.C [eating up to 127MB]
5080:
5081: 2003-02-03 paf
5082: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
5083: vstateless_class compiled
5084:
5085: * src/include/pa_request.h [autoptr] 1.160.2.13:
5086: * src/main/execute.C [autoptr] 1.295.2.7:
5087: * src/main/pa_request.C [autoptr] 1.245.2.8:
5088: * src/types/pa_value.h [autoptr] 1.109.2.16:
5089: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
5090: execute compiled
5091:
5092: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
5093: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
5094: vresponse compiled
5095:
5096: * src/types/pa_value.C [autoptr] 1.9.2.9:
5097: * src/types/pa_value.h [autoptr] 1.109.2.18:
5098: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
5099: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
5100: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
5101: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
5102: vobject compiled
5103:
5104: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
5105: vtable compiled
5106:
5107: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
5108: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
5109: vmath compiled
5110:
5111: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
5112: * src/include/pa_hash.h [autoptr] 1.58.2.12:
5113: * src/include/pa_operation.h [autoptr] 1.1.2.6:
5114: * src/include/pa_pool.h [autoptr] 1.86.2.26:
5115: * src/include/pa_string.h [autoptr] 1.144.2.21:
5116: * src/main/pa_common.C [autoptr] 1.143.2.12:
5117: * src/types/pa_value.C [autoptr] 1.9.2.10:
5118: * src/types/pa_value.h [autoptr] 1.109.2.19:
5119: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
5120: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
5121: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
5122: * src/types/pa_vint.h [autoptr] 1.38.2.7:
5123: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
5124: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
5125: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
5126: * src/types/types.dsp [autoptr] 1.35.10.5:
5127: started gcc compiling
5128: pa_common compiled
5129:
5130: * src/include/pa_pool.h [autoptr] 1.86.2.23:
5131: * src/main/pa_request.C [autoptr] 1.245.2.10:
5132: * src/types/pa_value.C [autoptr] 1.9.2.8:
5133: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
5134: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
5135: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
5136: * src/types/pa_vform.C [autoptr] 1.74.2.4:
5137: * src/types/pa_vform.h [autoptr] 1.45.2.7:
5138: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
5139: vform compiled
5140:
5141: * src/include/Makefile.am [autoptr] 1.3.14.1:
5142: * src/include/Makefile.in [autoptr] 1.11.2.1:
5143: * src/include/pa_hash.h [autoptr] 1.58.2.11:
5144: * src/include/pa_pool.h [autoptr] 1.86.2.24:
5145: gcc refused to compile _P identifier. it replaced it to some
5146: strange 0x0000040
5147:
5148: * configure [autoptr] 1.66.2.2:
5149: * configure.in [autoptr] 1.62.2.2:
5150: * src/Makefile.in [autoptr] 1.55.2.1:
5151: * src/include/Makefile.in [autoptr] 1.11.2.2:
5152: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
5153: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
5154: * src/include/pa_string.h [autoptr] 1.144.2.20:
5155: * src/main/Makefile.in [autoptr] 1.50.2.1:
5156: *** empty log message ***
5157:
5158: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
5159: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
5160: vstring compiled
5161:
5162: * src/include/pa_request.h [autoptr] 1.160.2.14:
5163: * src/main/execute.C [autoptr] 1.295.2.8:
5164: * src/main/pa_request.C [autoptr] 1.245.2.9:
5165: main.lib - 0 error(s), 0 warning(s)
5166:
5167: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
5168: vrequest compiled
5169:
5170: * src/classes/form.C [autoptr] 1.34.2.2:
5171: * src/classes/mail.C [autoptr] 1.88.2.2:
5172: * src/include/pa_request.h [autoptr] 1.160.2.15:
5173: * src/main/pa_globals.C [autoptr] 1.152.2.12:
5174: * src/main/pa_request.C [autoptr] 1.245.2.11:
5175: * src/types/pa_value.h [autoptr] 1.109.2.17:
5176: * src/types/pa_vform.C [autoptr] 1.74.2.5:
5177: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
5178: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
5179: vmail compiled
5180:
5181: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
5182: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
5183: vimage compiled
5184:
5185: * src/include/pa_exception.h [autoptr] 1.38.2.14:
5186: * src/include/pa_pool.h [autoptr] 1.86.2.25:
5187: * src/main/pa_exception.C [autoptr] 1.43.2.11:
5188: exception gcc change #1
5189:
5190: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
5191: * src/main/pa_request.C [autoptr] 1.245.2.12:
5192: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
5193: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
5194: vstatus compiled
5195:
5196: 2003-01-31 paf
5197: * src/classes/classes.C [autoptr] 1.18.2.2:
5198: * src/classes/classes.h [autoptr] 1.23.2.7:
5199: * src/classes/date.C [autoptr] 1.42.2.3:
5200: * src/classes/double.C [autoptr] 1.53.2.1:
5201: * src/classes/file.C [autoptr] 1.107.2.3:
5202: * src/classes/form.C [autoptr] 1.34.2.1:
5203: * src/classes/gd/gif.C [autoptr] 1.30.2.2:
5204: * src/classes/gd/gif.h [autoptr] 1.23.2.4:
5205: * src/classes/gd/gifio.C [autoptr] 1.21.2.2:
5206: * src/classes/hash.C [autoptr] 1.54.2.2:
5207: * src/classes/image.C [autoptr] 1.90.2.3:
5208: * src/classes/int.C [autoptr] 1.49.2.1:
5209: * src/classes/mail.C [autoptr] 1.88.2.1:
5210: * src/classes/math.C [autoptr] 1.24.2.2:
5211: * src/classes/op.C [autoptr] 1.127.2.5:
5212: * src/classes/response.C [autoptr] 1.23.2.1:
5213: * src/classes/smtp/comms.C [autoptr] 1.11.2.1:
5214: * src/classes/smtp/smtp.C [autoptr] 1.20.2.1:
5215: * src/classes/smtp/smtp.h [autoptr] 1.11.2.1:
5216: * src/classes/string.C [autoptr] 1.125.2.1:
5217: * src/classes/table.C [autoptr] 1.172.2.2:
5218: * src/classes/void.C [autoptr] 1.28.2.1:
5219: * src/classes/xdoc.C [autoptr] 1.108.2.2:
5220: * src/classes/xnode.C [autoptr] 1.54.2.1:
5221: * src/classes/xnode.h [autoptr] 1.18.2.2:
5222: * src/include/pa_array.h [autoptr] 1.57.2.16:
5223: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
5224: * src/include/pa_charset.h [autoptr] 1.20.2.10:
5225: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
5226: * src/include/pa_common.h [autoptr] 1.89.2.7:
5227: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
5228: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
5229: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
5230: * src/include/pa_dir.h [autoptr] 1.13.2.1:
5231: * src/include/pa_exception.h [autoptr] 1.38.2.13:
5232: * src/include/pa_exec.h [autoptr] 1.11.2.3:
5233: * src/include/pa_globals.h [autoptr] 1.101.2.10:
5234: * src/include/pa_hash.h [autoptr] 1.58.2.10:
5235: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
5236: * src/include/pa_operation.h [autoptr] 1.1.2.4:
5237: * src/include/pa_pool.h [autoptr] 1.86.2.22:
5238: * src/include/pa_request.h [autoptr] 1.160.2.9:
5239: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
5240: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
5241: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
5242: * src/include/pa_socks.h [autoptr] 1.11.2.2:
5243: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
5244: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
5245: * src/include/pa_stack.h [autoptr] 1.17.2.3:
5246: * src/include/pa_string.h [autoptr] 1.144.2.18:
5247: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
5248: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
5249: * src/include/pa_table.h [autoptr] 1.48.2.9:
5250: * src/include/pa_threads.h [autoptr] 1.26.2.1:
5251: * src/include/pa_types.h [autoptr] 1.44.2.2:
5252: * src/include/pa_uue.h [autoptr] 1.4.2.3:
5253: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
5254: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
5255: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
5256: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
5257: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
5258: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
5259: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
5260: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
5261: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
5262: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
5263: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
5264: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
5265: * src/main/compile.C [autoptr] 1.69.2.4:
5266: * src/main/compile.tab.C [autoptr] 1.81.2.4:
5267: * src/main/compile.y [autoptr] 1.204.2.3:
5268: * src/main/compile_tools.C [autoptr] 1.54.2.4:
5269: * src/main/compile_tools.h [autoptr] 1.67.2.6:
5270: * src/main/execute.C [autoptr] 1.295.2.4:
5271: * src/main/main.dsp [autoptr] 1.161.6.8:
5272: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
5273: * src/main/pa_charset.C [autoptr] 1.33.2.6:
5274: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
5275: * src/main/pa_common.C [autoptr] 1.143.2.10:
5276: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
5277: * src/main/pa_dir.C [autoptr] 1.14.2.2:
5278: * src/main/pa_exception.C [autoptr] 1.43.2.10:
5279: * src/main/pa_exec.C [autoptr] 1.48.2.5:
5280: * src/main/pa_globals.C [autoptr] 1.152.2.10:
5281: * src/main/pa_pool.C [autoptr] 1.59.2.3:
5282: * src/main/pa_request.C [autoptr] 1.245.2.5:
5283: * src/main/pa_socks.C [autoptr] 1.18.2.3:
5284: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
5285: * src/main/pa_string.C [autoptr] 1.172.2.11:
5286: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
5287: * src/main/pa_table.C [autoptr] 1.53.2.8:
5288: * src/main/pa_uue.C [autoptr] 1.4.2.4:
5289: * src/main/untaint.C [autoptr] 1.115.2.6:
5290: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
5291: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
5292: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
5293: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
5294: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
5295: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
5296: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
5297: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
5298: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
5299: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
5300: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
5301: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
5302: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
5303: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
5304: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
5305: * src/types/pa_value.C [autoptr] 1.9.2.7:
5306: * src/types/pa_value.h [autoptr] 1.109.2.14:
5307: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
5308: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
5309: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
5310: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
5311: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
5312: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
5313: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
5314: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
5315: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
5316: * src/types/pa_venv.h [autoptr] 1.28.2.3:
5317: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
5318: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
5319: * src/types/pa_vform.C [autoptr] 1.74.2.3:
5320: * src/types/pa_vform.h [autoptr] 1.45.2.5:
5321: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
5322: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
5323: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
5324: * src/types/pa_vint.h [autoptr] 1.38.2.6:
5325: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
5326: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
5327: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
5328: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
5329: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
5330: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
5331: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
5332: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
5333: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
5334: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
5335: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
5336: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
5337: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
5338: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
5339: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
5340: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
5341: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
5342: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
5343: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
5344: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
5345: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
5346: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
5347: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
5348: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
5349: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
5350: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
5351: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
5352: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
5353: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
5354: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
5355: grammar compiled
5356:
5357: * src/classes/op.C [autoptr] 1.127.2.6:
5358: * src/classes/string.C [autoptr] 1.125.2.2:
5359: * src/include/pa_common.h [autoptr] 1.89.2.8:
5360: * src/include/pa_globals.h [autoptr] 1.101.2.11:
5361: * src/include/pa_request.h [autoptr] 1.160.2.10:
5362: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
5363: * src/main/compile.tab.C [autoptr] 1.81.2.5:
5364: * src/main/compile.y [autoptr] 1.204.2.4:
5365: * src/main/execute.C [autoptr] 1.295.2.5:
5366: * src/main/main.dsp [autoptr] 1.161.6.9:
5367: * src/main/pa_common.C [autoptr] 1.143.2.11:
5368: * src/main/pa_globals.C [autoptr] 1.152.2.11:
5369: * src/main/pa_request.C [autoptr] 1.245.2.6:
5370: * src/types/pa_value.h [autoptr] 1.109.2.15:
5371: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
5372: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
5373: * src/types/pa_vform.h [autoptr] 1.45.2.6:
5374: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
5375: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
5376: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
5377: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
5378: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
5379: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
5380: * src/types/types.dsp [autoptr] 1.35.10.4:
5381: most pa_request compiled
5382:
5383: * src/include/pa_array.h [autoptr] 1.57.2.17:
5384: * src/include/pa_operation.h [autoptr] 1.1.2.5:
5385: * src/include/pa_request.h [autoptr] 1.160.2.12:
5386: * src/main/execute.C [autoptr] 1.295.2.6:
5387: * src/main/main.dsp [autoptr] 1.161.6.10:
5388: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
5389: started last file from main library: execute
5390:
5391: * src/include/pa_request.h [autoptr] 1.160.2.11:
5392: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
5393: * src/main/compile.tab.C [autoptr] 1.81.2.6:
5394: * src/main/compile.y [autoptr] 1.204.2.5:
5395: * src/main/compile_tools.h [autoptr] 1.67.2.7:
5396: * src/main/pa_request.C [autoptr] 1.245.2.7:
5397: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
5398: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
5399: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
5400: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
5401: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
5402: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
5403: pa_request compiled
5404:
5405: * src/classes/classes.h [autoptr] 1.23.2.6:
5406: * src/classes/op.C [autoptr] 1.127.2.4:
5407: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
5408: * src/include/pa_charset.h [autoptr] 1.20.2.9:
5409: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
5410: * src/include/pa_common.h [autoptr] 1.89.2.6:
5411: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
5412: * src/include/pa_exception.h [autoptr] 1.38.2.12:
5413: * src/include/pa_exec.h [autoptr] 1.11.2.2:
5414: * src/include/pa_pool.h [autoptr] 1.86.2.21:
5415: * src/include/pa_request.h [autoptr] 1.160.2.8:
5416: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
5417: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
5418: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
5419: * src/include/pa_string.h [autoptr] 1.144.2.17:
5420: * src/include/pa_table.h [autoptr] 1.48.2.8:
5421: * src/include/pa_uue.h [autoptr] 1.4.2.2:
5422: * src/main/compile.C [autoptr] 1.69.2.3:
5423: * src/main/compile.tab.C [autoptr] 1.81.2.3:
5424: * src/main/compile_tools.C [autoptr] 1.54.2.3:
5425: * src/main/compile_tools.h [autoptr] 1.67.2.5:
5426: * src/main/main.dsp [autoptr] 1.161.6.7:
5427: * src/main/pa_charset.C [autoptr] 1.33.2.5:
5428: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
5429: * src/main/pa_common.C [autoptr] 1.143.2.9:
5430: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
5431: * src/main/pa_exception.C [autoptr] 1.43.2.9:
5432: * src/main/pa_exec.C [autoptr] 1.48.2.4:
5433: * src/main/pa_request.C [autoptr] 1.245.2.4:
5434: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
5435: * src/main/pa_string.C [autoptr] 1.172.2.10:
5436: * src/main/pa_table.C [autoptr] 1.53.2.7:
5437: * src/main/pa_uue.C [autoptr] 1.4.2.3:
5438: * src/main/untaint.C [autoptr] 1.115.2.5:
5439: * src/types/pa_value.C [autoptr] 1.9.2.6:
5440: * src/types/pa_value.h [autoptr] 1.109.2.13:
5441: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
5442: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
5443: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
5444: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
5445: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
5446: * src/types/pa_venv.h [autoptr] 1.28.2.2:
5447: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
5448: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
5449: * src/types/pa_vform.h [autoptr] 1.45.2.4:
5450: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
5451: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
5452: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
5453: * src/types/pa_vint.h [autoptr] 1.38.2.5:
5454: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
5455: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
5456: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
5457: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
5458: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
5459: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
5460: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
5461: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
5462: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
5463: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
5464: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
5465: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
5466: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
5467: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
5468: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
5469: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
5470: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
5471: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
5472: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
5473: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
5474: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
5475: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
5476: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
5477: ConstStringPtr died, long live StringPtr
5478:
5479: 2003-01-30 paf
5480: * src/classes/classes.h [autoptr] 1.23.2.5:
5481: * src/include/pa_pool.h [autoptr] 1.86.2.20:
5482: * src/main/compile.C [autoptr] 1.69.2.2:
5483: * src/main/compile.tab.C [autoptr] 1.81.2.1:
5484: * src/types/pa_value.h [autoptr] 1.109.2.12:
5485: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
5486: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
5487: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
5488: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
5489: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
5490: * src/types/types.dsp [autoptr] 1.35.10.3:
5491: vstateless_class compiled
5492:
5493: * src/classes/gd/gif.h [autoptr] 1.23.2.3:
5494: * src/include/pa_charset.h [autoptr] 1.20.2.8:
5495: * src/include/pa_request.h [autoptr] 1.160.2.7:
5496: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
5497: * src/main/compile.tab.C [autoptr] 1.81.2.2:
5498: * src/main/compile.y [autoptr] 1.204.2.2:
5499: * src/main/compile_tools.h [autoptr] 1.67.2.4:
5500: * src/main/pa_request.C [autoptr] 1.245.2.3:
5501: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
5502: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
5503: grammar compiled
5504:
5505: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
5506: * src/main/compile_tools.h [autoptr] 1.67.2.1:
5507: * src/main/execute.C [autoptr] 1.295.2.3:
5508: * src/main/main.dsp [autoptr] 1.161.6.6:
5509: * src/types/pa_value.C [autoptr] 1.9.2.5:
5510: * src/types/pa_value.h [autoptr] 1.109.2.11:
5511: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
5512: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
5513: value compiled
5514:
5515: * src/types/pa_vmethod_frame.C 1.1:
5516: file pa_vmethod_frame.C was initially added on branch autoptr.
5517:
5518: * src/include/pa_array.h [autoptr] 1.57.2.15:
5519: * src/include/pa_operation.h [autoptr] 1.1.2.3:
5520: * src/include/pa_table.h [autoptr] 1.48.2.7:
5521: * src/main/compile_tools.C [autoptr] 1.54.2.2:
5522: * src/main/compile_tools.h [autoptr] 1.67.2.3:
5523: * src/main/pa_table.C [autoptr] 1.53.2.6:
5524: compile_tools compiled
5525:
5526: * src/main/compile.C [autoptr] 1.69.2.1:
5527: compile compiled
5528:
5529: * ltmain.sh 1.5:
5530: *** empty log message ***
5531:
5532: * src/include/pa_operation.h [autoptr] 1.1.2.2:
5533: * src/main/compile.y [autoptr] 1.204.2.1:
5534: * src/main/compile_tools.C [autoptr] 1.54.2.1:
5535: * src/main/compile_tools.h [autoptr] 1.67.2.2:
5536: started compile_tools. vagues ideas of how to free compiled code
5537:
5538: * src/include/pa_operation.h 1.1:
5539: file pa_operation.h was initially added on branch autoptr.
5540:
5541: 2003-01-29 paf
5542: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
5543: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
5544: * src/main/main.dsp [autoptr] 1.161.6.5:
5545: * src/main/untaint.C [autoptr] 1.115.2.4:
5546: more compiled
5547:
5548: * src/include/pa_globals.h [autoptr] 1.101.2.9:
5549: * src/include/pa_request.h [autoptr] 1.160.2.6:
5550: * src/main/pa_globals.C [autoptr] 1.152.2.9:
5551: * src/main/pa_request.C [autoptr] 1.245.2.2:
5552: * src/types/pa_value.h [autoptr] 1.109.2.10:
5553: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
5554: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
5555: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
5556: * src/types/types.dsp [autoptr] 1.35.10.2:
5557: vmethodframe, pa_request.h compiled
5558:
5559: * src/classes/file.C [autoptr] 1.107.2.2:
5560: * src/include/pa_globals.h [autoptr] 1.101.2.8:
5561: * src/main/pa_globals.C [autoptr] 1.152.2.8:
5562: * src/types/pa_value.C [autoptr] 1.9.2.4:
5563: * src/types/pa_value.h [autoptr] 1.109.2.9:
5564: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
5565: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
5566: vfile compiled
5567:
5568: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
5569: libltdl compiled without warnings now
5570:
5571: * src/classes/classes.h [autoptr] 1.23.2.3:
5572: * src/classes/math.C [autoptr] 1.24.2.1:
5573: * src/include/pa_pool.h [autoptr] 1.86.2.17:
5574: * src/include/pa_request.h [autoptr] 1.160.2.3:
5575: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
5576: * src/include/pa_string.h [autoptr] 1.144.2.13:
5577: * src/main/main.dsp [autoptr] 1.161.6.3:
5578: * src/types/pa_value.h [autoptr] 1.109.2.5:
5579: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
5580: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
5581: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
5582: * src/types/pa_venv.h [autoptr] 1.28.2.1:
5583: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
5584: * src/types/pa_vform.C [autoptr] 1.74.2.1:
5585: * src/types/pa_vform.h [autoptr] 1.45.2.1:
5586: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
5587: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
5588: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
5589: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
5590: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
5591: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
5592: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
5593: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
5594: * src/types/types.dsp [autoptr] 1.35.10.1:
5595: vmath compiled
5596:
5597: * src/types/pa_vmath.C 1.1:
5598: file pa_vmath.C was initially added on branch autoptr.
5599:
5600: * src/include/pa_common.h [autoptr] 1.89.2.5:
5601: * src/include/pa_globals.h [autoptr] 1.101.2.7:
5602: * src/include/pa_string.h [autoptr] 1.144.2.16:
5603: * src/main/pa_globals.C [autoptr] 1.152.2.7:
5604: * src/types/pa_value.C [autoptr] 1.9.2.3:
5605: * src/types/pa_value.h [autoptr] 1.109.2.8:
5606: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
5607: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
5608: * src/types/pa_vform.C [autoptr] 1.74.2.2:
5609: * src/types/pa_vform.h [autoptr] 1.45.2.3:
5610: vcookie compiled
5611:
5612: * src/include/pa_request_info.h 1.1:
5613: file pa_request_info.h was initially added on branch autoptr.
5614:
5615: * src/classes/gd/gd.dsp [autoptr] 1.26.10.1:
5616: * src/classes/gd/gif.C [autoptr] 1.30.2.1:
5617: * src/classes/gd/gif.h [autoptr] 1.23.2.1:
5618: * src/classes/gd/gif.h [autoptr] 1.23.2.2:
5619: * src/classes/gd/gifio.C [autoptr] 1.21.2.1:
5620: * src/include/pa_array.h [autoptr] 1.57.2.14:
5621: * src/include/pa_exception.h [autoptr] 1.38.2.11:
5622: * src/include/pa_pool.h [autoptr] 1.86.2.19:
5623: * src/main/pa_exception.C [autoptr] 1.43.2.8:
5624: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
5625: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
5626: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
5627: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
5628: gd compiled
5629:
5630: * src/include/pa_exception.h [autoptr] 1.38.2.10:
5631: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
5632: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
5633: * src/main/pa_common.C [autoptr] 1.143.2.8:
5634: * src/main/pa_dir.C [autoptr] 1.14.2.1:
5635: * src/main/pa_exception.C [autoptr] 1.43.2.7:
5636: * src/main/pa_exec.C [autoptr] 1.48.2.3:
5637: * src/main/pa_pool.C [autoptr] 1.59.2.2:
5638: * src/main/pa_socks.C [autoptr] 1.18.2.2:
5639: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
5640: * src/main/pa_string.C [autoptr] 1.172.2.9:
5641: * src/main/pa_uue.C [autoptr] 1.4.2.2:
5642: #include "pa_value_includes.h"
5643: everywhere in main
5644:
5645: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
5646: * src/include/pa_request.h [autoptr] 1.160.2.5:
5647: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
5648: * src/include/pa_string.h [autoptr] 1.144.2.15:
5649: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
5650: * src/types/pa_value.h [autoptr] 1.109.2.7:
5651: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
5652: * src/types/pa_vform.h [autoptr] 1.45.2.2:
5653: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
5654: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
5655: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
5656: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
5657: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
5658: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
5659: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
5660: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
5661: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
5662: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
5663: vrequest compiled
5664:
5665: * src/types/pa_value_includes.h 1.1:
5666: file pa_value_includes.h was initially added on branch autoptr.
5667:
5668: * src/classes/classes.h [autoptr] 1.23.2.4:
5669: * src/include/pa_charset.h [autoptr] 1.20.2.7:
5670: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
5671: * src/include/pa_globals.h [autoptr] 1.101.2.6:
5672: * src/include/pa_pool.h [autoptr] 1.86.2.18:
5673: * src/include/pa_request.h [autoptr] 1.160.2.4:
5674: * src/include/pa_string.h [autoptr] 1.144.2.14:
5675: * src/main/main.dsp [autoptr] 1.161.6.4:
5676: * src/main/pa_charset.C [autoptr] 1.33.2.4:
5677: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
5678: * src/main/pa_globals.C [autoptr] 1.152.2.6:
5679: * src/main/untaint.C [autoptr] 1.115.2.3:
5680: * src/types/pa_value.h [autoptr] 1.109.2.6:
5681: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
5682: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
5683: * src/types/pa_vint.h [autoptr] 1.38.2.4:
5684: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
5685: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
5686: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
5687: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
5688: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
5689: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
5690: vrequest,vdouble,vint compiled
5691:
5692: * src/include/pa_request_charsets.h 1.1:
5693: file pa_request_charsets.h was initially added on branch
5694: autoptr.
5695:
5696: 2003-01-28 paf
5697: * src/include/pa_charset.h [autoptr] 1.20.2.6:
5698: * src/include/pa_exception.h [autoptr] 1.38.2.9:
5699: * src/include/pa_request.h [autoptr] 1.160.2.2:
5700: * src/include/pa_string.h [autoptr] 1.144.2.12:
5701: * src/main/untaint.C [autoptr] 1.115.2.2:
5702: untaint compiled
5703:
5704: * src/include/pa_charset.h [autoptr] 1.20.2.5:
5705: * src/main/pa_charset.C [autoptr] 1.33.2.3:
5706: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
5707: charset/s simplified [charset::pool_for_load introduced]
5708:
5709: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
5710: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
5711: * src/main/pa_globals.C [autoptr] 1.152.2.5:
5712: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
5713: globals compiled
5714:
5715: * src/include/pa_array.h [autoptr] 1.57.2.11:
5716: * src/include/pa_charset.h [autoptr] 1.20.2.3:
5717: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
5718: * src/include/pa_pool.h [autoptr] 1.86.2.13:
5719: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
5720: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
5721: * src/include/pa_stack.h [autoptr] 1.17.2.2:
5722: * src/include/pa_string.h [autoptr] 1.144.2.9:
5723: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
5724: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
5725: * src/types/pa_vint.h [autoptr] 1.38.2.3:
5726: sql_driver_manager compiled
5727:
5728: * src/classes/date.C [autoptr] 1.42.2.1:
5729: * src/include/pa_charset.h [autoptr] 1.20.2.4:
5730: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
5731: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
5732: * src/include/pa_globals.h [autoptr] 1.101.2.5:
5733: * src/main/pa_charset.C [autoptr] 1.33.2.2:
5734: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
5735: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
5736: * src/main/pa_globals.C [autoptr] 1.152.2.4:
5737: * src/main/pa_request.C [autoptr] 1.245.2.1:
5738: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
5739: pa_charsets compiled
5740:
5741: * etc/parser3.charsets/koi8-r.cfg 1.3:
5742: * etc/parser3.charsets/windows-1251.cfg 1.7:
5743: ukranian letter i with two dots added to koi,
5744: all ukranian letters added to win1251.
5745:
5746: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
5747:
5748: * src/include/pa_pool.h [autoptr] 1.86.2.14:
5749: * src/main/pa_common.C [autoptr] 1.143.2.7:
5750: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
5751: common compiled
5752:
5753: * src/classes/classes.h [autoptr] 1.23.2.2:
5754: * src/classes/date.C [autoptr] 1.42.2.2:
5755: * src/classes/file.C [autoptr] 1.107.2.1:
5756: * src/classes/hash.C [autoptr] 1.54.2.1:
5757: * src/classes/image.C [autoptr] 1.90.2.2:
5758: * src/classes/table.C [autoptr] 1.172.2.1:
5759: * src/classes/xdoc.C [autoptr] 1.108.2.1:
5760: * src/classes/xnode.h [autoptr] 1.18.2.1:
5761: * src/main/execute.C [autoptr] 1.295.2.2:
5762: * src/main/main.dsp [autoptr] 1.161.6.2:
5763: * src/types/pa_value.h [autoptr] 1.109.2.4:
5764: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
5765: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
5766: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
5767: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
5768: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
5769: started main: compile_tools
5770:
5771: * src/include/pa_array.h [autoptr] 1.57.2.13:
5772: * src/include/pa_string.h [autoptr] 1.144.2.11:
5773: * src/main/execute.C [autoptr] 1.295.2.1:
5774: * src/main/untaint.C [autoptr] 1.115.2.1:
5775: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
5776: more compiled.
5777: struck with string::store_to needing to know source/client charsets
5778:
5779: * src/include/pa_exception.h [autoptr] 1.38.2.8:
5780: * src/include/pa_uue.h [autoptr] 1.4.2.1:
5781: * src/main/pa_uue.C [autoptr] 1.4.2.1:
5782: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
5783: uue compiled
5784:
5785: * src/include/pa_table.h [autoptr] 1.48.2.6:
5786: * src/main/pa_string.C [autoptr] 1.172.2.8:
5787: * src/main/pa_table.C [autoptr] 1.53.2.5:
5788: table compiled
5789:
5790: * src/include/pa_array.h [autoptr] 1.57.2.12:
5791: * src/include/pa_exec.h [autoptr] 1.11.2.1:
5792: * src/include/pa_hash.h [autoptr] 1.58.2.9:
5793: * src/include/pa_pool.h [autoptr] 1.86.2.15:
5794: * src/main/pa_exec.C [autoptr] 1.48.2.2:
5795: pa_exec win32 compiled
5796:
5797: 2003-01-27 paf
5798: * src/include/pa_array.h [autoptr] 1.57.2.9:
5799: * src/include/pa_common.h [autoptr] 1.89.2.4:
5800: * src/include/pa_hash.h [autoptr] 1.58.2.7:
5801: * src/include/pa_pool.h [autoptr] 1.86.2.9:
5802: * src/include/pa_string.h [autoptr] 1.144.2.7:
5803: * src/main/pa_common.C [autoptr] 1.143.2.4:
5804: * src/main/pa_string.C [autoptr] 1.172.2.6:
5805: * src/types/pa_value.C [autoptr] 1.9.2.2:
5806: * src/types/pa_value.h [autoptr] 1.109.2.3:
5807: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
5808: * src/types/pa_vint.h [autoptr] 1.38.2.2:
5809: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
5810: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
5811: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
5812: wcontext compiled
5813:
5814: * src/include/pa_exception.h [autoptr] 1.38.2.6:
5815: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
5816: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
5817: * src/include/pa_string.h [autoptr] 1.144.2.8:
5818: * src/main/pa_common.C [autoptr] 1.143.2.6:
5819: * src/main/pa_exec.C [autoptr] 1.48.2.1:
5820: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
5821: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
5822: paused on sql_manager
5823:
5824: * src/classes/op.C [autoptr] 1.127.2.3:
5825: * src/include/pa_globals.h [autoptr] 1.101.2.4:
5826: * src/include/pa_hash.h [autoptr] 1.58.2.8:
5827: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
5828: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
5829: * src/include/pa_table.h [autoptr] 1.48.2.5:
5830: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
5831: * src/main/pa_table.C [autoptr] 1.53.2.4:
5832: table compiled
5833:
5834: * src/include/pa_pool.h [autoptr] 1.86.2.10:
5835: * src/main/pa_common.C [autoptr] 1.143.2.5:
5836: common compiled
5837:
5838: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
5839: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
5840: cache_managers compiled
5841:
5842: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
5843: * src/include/pa_pool.h [autoptr] 1.86.2.12:
5844: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
5845: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
5846: * src/include/pa_stack.h [autoptr] 1.17.2.1:
5847: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
5848: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
5849: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
5850: vtable compiled
5851:
5852: * src/include/pa_array.h [autoptr] 1.57.2.10:
5853: * src/include/pa_charset.h [autoptr] 1.20.2.2:
5854: * src/include/pa_pool.h [autoptr] 1.86.2.11:
5855: * src/main/pa_charset.C [autoptr] 1.33.2.1:
5856: charset compiled
5857:
5858: 2003-01-24 paf
5859: * src/classes/classes.C [autoptr] 1.18.2.1:
5860: * src/classes/classes.h [autoptr] 1.23.2.1:
5861: * src/include/pa_array.h [autoptr] 1.57.2.8:
5862: * src/include/pa_common.h [autoptr] 1.89.2.3:
5863: * src/include/pa_globals.h [autoptr] 1.101.2.3:
5864: * src/include/pa_hash.h [autoptr] 1.58.2.6:
5865: * src/include/pa_pool.h [autoptr] 1.86.2.8:
5866: * src/include/pa_string.h [autoptr] 1.144.2.6:
5867: * src/main/pa_common.C [autoptr] 1.143.2.3:
5868: * src/main/pa_globals.C [autoptr] 1.152.2.3:
5869: * src/main/pa_string.C [autoptr] 1.172.2.5:
5870: * src/types/pa_value.h [autoptr] 1.109.2.2:
5871: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
5872: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
5873: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
5874: * src/types/pa_vint.h [autoptr] 1.38.2.1:
5875: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
5876: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
5877: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
5878: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
5879: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
5880: more patched
5881:
5882: * src/classes/op.C [autoptr] 1.127.2.2:
5883: * src/include/pa_array.h [autoptr] 1.57.2.7:
5884: * src/include/pa_exception.h [autoptr] 1.38.2.5:
5885: * src/include/pa_hash.h [autoptr] 1.58.2.5:
5886: * src/include/pa_pool.h [autoptr] 1.86.2.7:
5887: * src/include/pa_string.h [autoptr] 1.144.2.5:
5888: * src/include/pa_table.h [autoptr] 1.48.2.4:
5889: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
5890: * src/main/pa_exception.C [autoptr] 1.43.2.5:
5891: * src/main/pa_string.C [autoptr] 1.172.2.4:
5892: * src/main/pa_table.C [autoptr] 1.53.2.3:
5893: string compiled
5894:
5895: * src/include/pa_array.h [autoptr] 1.57.2.6:
5896: * src/include/pa_common.h [autoptr] 1.89.2.2:
5897: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
5898: * src/include/pa_exception.h [autoptr] 1.38.2.4:
5899: * src/include/pa_pool.h [autoptr] 1.86.2.6:
5900: * src/include/pa_string.h [autoptr] 1.144.2.4:
5901: * src/include/pa_table.h [autoptr] 1.48.2.3:
5902: * src/main/pa_common.C [autoptr] 1.143.2.2:
5903: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
5904: * src/main/pa_exception.C [autoptr] 1.43.2.4:
5905: * src/main/pa_string.C [autoptr] 1.172.2.3:
5906: dictionary compiled
5907:
5908: 2003-01-23 paf
5909: * src/include/pa_array.h [autoptr] 1.57.2.4:
5910: * src/include/pa_exception.h [autoptr] 1.38.2.2:
5911: * src/include/pa_hash.h [autoptr] 1.58.2.4:
5912: * src/include/pa_pool.h [autoptr] 1.86.2.4:
5913: * src/include/pa_table.h [autoptr] 1.48.2.2:
5914: * src/main/pa_exception.C [autoptr] 1.43.2.2:
5915: * src/main/pa_table.C [autoptr] 1.53.2.2:
5916: table compiled
5917:
5918: * src/include/pa_array.h [autoptr] 1.57.2.2:
5919: * src/include/pa_hash.h [autoptr] 1.58.2.2:
5920: * src/include/pa_pool.h [autoptr] 1.86.2.2:
5921: * src/main/main.dsp [autoptr] 1.161.6.1:
5922: continued with Hash
5923:
5924: * src/include/pa_array.h [autoptr] 1.57.2.5:
5925: * src/include/pa_common.h [autoptr] 1.89.2.1:
5926: * src/include/pa_exception.h [autoptr] 1.38.2.3:
5927: * src/include/pa_globals.h [autoptr] 1.101.2.2:
5928: * src/include/pa_pool.h [autoptr] 1.86.2.5:
5929: * src/include/pa_request.h [autoptr] 1.160.2.1:
5930: * src/include/pa_string.h [autoptr] 1.144.2.3:
5931: * src/main/pa_common.C [autoptr] 1.143.2.1:
5932: * src/main/pa_exception.C [autoptr] 1.43.2.3:
5933: * src/main/pa_globals.C [autoptr] 1.152.2.2:
5934: * src/types/pa_value.C [autoptr] 1.9.2.1:
5935: * src/types/pa_value.h [autoptr] 1.109.2.1:
5936: resurrected pool in new sense: now it's factory, producing
5937: accounting memory chunks for read[autofree] buffers
5938:
5939: * src/classes/image.C [autoptr] 1.90.2.1:
5940: * src/classes/op.C [autoptr] 1.127.2.1:
5941: * src/include/pa_array.h [autoptr] 1.57.2.3:
5942: * src/include/pa_exception.h [autoptr] 1.38.2.1:
5943: * src/include/pa_globals.h [autoptr] 1.101.2.1:
5944: * src/include/pa_hash.h [autoptr] 1.58.2.3:
5945: * src/include/pa_pool.h [autoptr] 1.86.2.3:
5946: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
5947: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
5948: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
5949: * src/include/pa_string.h [autoptr] 1.144.2.2:
5950: * src/include/pa_table.h [autoptr] 1.48.2.1:
5951: * src/include/pa_types.h [autoptr] 1.44.2.1:
5952: * src/main/pa_exception.C [autoptr] 1.43.2.1:
5953: * src/main/pa_globals.C [autoptr] 1.152.2.1:
5954: * src/main/pa_string.C [autoptr] 1.172.2.2:
5955: * src/main/pa_table.C [autoptr] 1.53.2.1:
5956: aint that easy
5957:
5958: * src/main/pa_common.C 1.144:
5959: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
5960: c with that stack]
5961:
5962: * src/lib/pcre/8859-1.ucm 1.1:
5963: file 8859-1.ucm was initially added on branch autoptr.
5964:
5965: 2003-01-22 paf
5966: * src/include/pa_array.h [autoptr] 1.57.2.1:
5967: * src/include/pa_charset.h [autoptr] 1.20.2.1:
5968: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
5969: * src/include/pa_hash.h [autoptr] 1.58.2.1:
5970: * src/include/pa_pool.h [autoptr] 1.86.2.1:
5971: * src/include/pa_string.h [autoptr] 1.144.2.1:
5972: * src/main/pa_array.C [autoptr] 1.54.2.1:
5973: * src/main/pa_hash.C [autoptr] 1.53.2.1:
5974: * src/main/pa_pool.C [autoptr] 1.59.2.1:
5975: * src/main/pa_string.C [autoptr] 1.172.2.1:
5976: started auto_ptr.
5977: PA_Object is base: contains references_count.
5978: auto_ptr template calls add_ref/release
5979:
5980: 2003-01-21 paf
5981: * src/classes/classes.C 1.18:
5982: * src/classes/classes.h 1.23:
5983: * src/classes/date.C 1.42:
5984: * src/classes/double.C 1.53:
5985: * src/classes/file.C 1.107:
5986: * src/classes/form.C 1.34:
5987: * src/classes/gd/gif.C 1.30:
5988: * src/classes/gd/gif.h 1.23:
5989: * src/classes/gd/gifio.C 1.21:
5990: * src/classes/hash.C 1.54:
5991: * src/classes/image.C 1.90:
5992: * src/classes/int.C 1.49:
5993: * src/classes/mail.C 1.88:
5994: * src/classes/math.C 1.24:
5995: * src/classes/op.C 1.127:
5996: * src/classes/response.C 1.23:
5997: * src/classes/smtp/comms.C 1.11:
5998: * src/classes/smtp/smtp.C 1.20:
5999: * src/classes/smtp/smtp.h 1.11:
6000: * src/classes/string.C 1.125:
6001: * src/classes/table.C 1.172:
6002: * src/classes/void.C 1.28:
6003: * src/classes/xdoc.C 1.108:
6004: * src/classes/xnode.C 1.54:
6005: * src/classes/xnode.h 1.18:
6006: * src/include/pa_array.h 1.57:
6007: * src/include/pa_cache_managers.h 1.9:
6008: * src/include/pa_charset.h 1.20:
6009: * src/include/pa_charsets.h 1.8:
6010: * src/include/pa_common.h 1.89:
6011: * src/include/pa_config_fixed.h 1.54:
6012: * src/include/pa_config_includes.h 1.23:
6013: * src/include/pa_dictionary.h 1.13:
6014: * src/include/pa_dir.h 1.13:
6015: * src/include/pa_exception.h 1.38:
6016: * src/include/pa_exec.h 1.11:
6017: * src/include/pa_globals.h 1.101:
6018: * src/include/pa_hash.h 1.58:
6019: * src/include/pa_opcode.h 1.24:
6020: * src/include/pa_pool.h 1.86:
6021: * src/include/pa_pragma_pack_begin.h 1.6:
6022: * src/include/pa_pragma_pack_end.h 1.6:
6023: * src/include/pa_request.h 1.160:
6024: * src/include/pa_sapi.h 1.22:
6025: * src/include/pa_socks.h 1.11:
6026: * src/include/pa_sql_connection.h 1.30:
6027: * src/include/pa_sql_driver_manager.h 1.26:
6028: * src/include/pa_stack.h 1.17:
6029: * src/include/pa_string.h 1.144:
6030: * src/include/pa_stylesheet_connection.h 1.32:
6031: * src/include/pa_stylesheet_manager.h 1.15:
6032: * src/include/pa_table.h 1.48:
6033: * src/include/pa_threads.h 1.26:
6034: * src/include/pa_types.h 1.44:
6035: * src/include/pa_uue.h 1.4:
6036: * src/lib/md5/pa_md5.h 1.5:
6037: * src/lib/md5/pa_md5c.c 1.6:
6038: * src/lib/pcre/pcre_parser_ctype.c 1.3:
6039: * src/main/compile.C 1.69:
6040: * src/main/compile.tab.C 1.80:
6041: * src/main/compile.y 1.204:
6042: * src/main/compile_tools.C 1.54:
6043: * src/main/compile_tools.h 1.67:
6044: * src/main/execute.C 1.295:
6045: * src/main/pa_array.C 1.54:
6046: * src/main/pa_cache_managers.C 1.7:
6047: * src/main/pa_charset.C 1.33:
6048: * src/main/pa_charsets.C 1.11:
6049: * src/main/pa_common.C 1.143:
6050: * src/main/pa_dictionary.C 1.17:
6051: * src/main/pa_dir.C 1.14:
6052: * src/main/pa_exception.C 1.43:
6053: * src/main/pa_exec.C 1.48:
6054: * src/main/pa_globals.C 1.152:
6055: * src/main/pa_hash.C 1.53:
6056: * src/main/pa_pool.C 1.59:
6057: * src/main/pa_request.C 1.245:
6058: * src/main/pa_socks.C 1.18:
6059: * src/main/pa_sql_driver_manager.C 1.69:
6060: * src/main/pa_string.C 1.172:
6061: * src/main/pa_stylesheet_manager.C 1.16:
6062: * src/main/pa_table.C 1.53:
6063: * src/main/pa_uue.C 1.4:
6064: * src/main/untaint.C 1.115:
6065: * src/sql/pa_sql_driver.h 1.34:
6066: * src/targets/apache13/mod_parser3.C 1.28:
6067: * src/targets/apache13/pa_md5c.c 1.5:
6068: * src/targets/apache13/pa_pool.C 1.8:
6069: * src/targets/apache13/pa_threads.C 1.11:
6070: * src/targets/cgi/pa_pool.C 1.41:
6071: * src/targets/cgi/pa_threads.C 1.12:
6072: * src/targets/cgi/parser3.C 1.216:
6073: * src/targets/cgi/pool_storage.h 1.13:
6074: * src/targets/isapi/pa_pool.C 1.16:
6075: * src/targets/isapi/pa_threads.C 1.13:
6076: * src/targets/isapi/parser3isapi.C 1.82:
6077: * src/targets/isapi/pool_storage.h 1.19:
6078: * src/types/pa_value.C 1.9:
6079: * src/types/pa_value.h 1.109:
6080: * src/types/pa_vbool.h 1.21:
6081: * src/types/pa_vclass.C 1.16:
6082: * src/types/pa_vclass.h 1.39:
6083: * src/types/pa_vcode_frame.h 1.24:
6084: * src/types/pa_vcookie.C 1.55:
6085: * src/types/pa_vcookie.h 1.23:
6086: * src/types/pa_vdate.h 1.24:
6087: * src/types/pa_vdouble.h 1.42:
6088: * src/types/pa_venv.h 1.28:
6089: * src/types/pa_vfile.C 1.36:
6090: * src/types/pa_vfile.h 1.52:
6091: * src/types/pa_vform.C 1.74:
6092: * src/types/pa_vform.h 1.45:
6093: * src/types/pa_vhash.h 1.43:
6094: * src/types/pa_vimage.C 1.22:
6095: * src/types/pa_vimage.h 1.34:
6096: * src/types/pa_vint.h 1.38:
6097: * src/types/pa_vjunction.h 1.19:
6098: * src/types/pa_vmail.C 1.40:
6099: * src/types/pa_vmail.h 1.9:
6100: * src/types/pa_vmath.h 1.14:
6101: * src/types/pa_vmethod_frame.h 1.45:
6102: * src/types/pa_vobject.C 1.12:
6103: * src/types/pa_vobject.h 1.38:
6104: * src/types/pa_vrequest.C 1.27:
6105: * src/types/pa_vrequest.h 1.25:
6106: * src/types/pa_vresponse.C 1.17:
6107: * src/types/pa_vresponse.h 1.32:
6108: * src/types/pa_vstateless_class.C 1.19:
6109: * src/types/pa_vstateless_class.h 1.42:
6110: * src/types/pa_vstateless_object.h 1.28:
6111: * src/types/pa_vstatus.C 1.15:
6112: * src/types/pa_vstatus.h 1.15:
6113: * src/types/pa_vstring.C 1.22:
6114: * src/types/pa_vstring.h 1.54:
6115: * src/types/pa_vtable.C 1.21:
6116: * src/types/pa_vtable.h 1.48:
6117: * src/types/pa_vvoid.h 1.17:
6118: * src/types/pa_vxdoc.C 1.23:
6119: * src/types/pa_vxdoc.h 1.31:
6120: * src/types/pa_vxnode.C 1.30:
6121: * src/types/pa_vxnode.h 1.22:
6122: * src/types/pa_wcontext.C 1.24:
6123: * src/types/pa_wcontext.h 1.42:
6124: * src/types/pa_wwrapper.h 1.28:
6125: 2002->2003
6126:
6127: 2003-01-16 paf
6128: * operators.txt 1.108:
6129: * src/include/pa_config_fixed.h 1.53:
6130: * src/main/pa_common.C 1.141:
6131: * www/htdocs/index.html 1.208:
6132: http request now return status. and not fail on status!=200
6133:
6134: * operators.txt 1.109:
6135: * src/include/pa_globals.h 1.100:
6136: * src/main/pa_common.C 1.142:
6137: * src/main/pa_globals.C 1.151:
6138: * www/htdocs/index.html 1.209:
6139: http://
6140: introducing
6141: $.any-status(1)
6142:
6143: * src/classes/gd/gif.C 1.29:
6144: * www/htdocs/index.html 1.210:
6145: image.copy fixed transparent resampling
6146:
6147: * bin/Makefile.in 1.9:
6148: * etc/Makefile.in 1.14:
6149: * etc/parser3.charsets/Makefile.in 1.17:
6150: * src/Makefile.in 1.55:
6151: * src/classes/Makefile.in 1.53:
6152: * src/classes/gd/Makefile.in 1.43:
6153: * src/classes/smtp/Makefile.in 1.12:
6154: * src/include/Makefile.in 1.11:
6155: * src/lib/Makefile.in 1.8:
6156: * src/lib/md5/Makefile.in 1.6:
6157: * src/lib/patches/Makefile.in 1.10:
6158: * src/lib/pcre/Makefile.in 1.8:
6159: * src/main/Makefile.in 1.50:
6160: * src/sql/Makefile.in 1.11:
6161: * src/targets/Makefile.in 1.42:
6162: * src/targets/cgi/Makefile.in 1.62:
6163: * src/targets/isapi/Makefile.in 1.11:
6164: * src/types/Makefile.in 1.50:
6165: proper AC_LANG_ switching to fix qsort detection bug
6166:
6167: 2003-01-15 paf
6168: * src/main/pa_globals.C 1.150:
6169: localized pa_xmlFileRead/Close
6170:
6171: 2003-01-14 paf
6172: * src/lib/ltdl/config.guess 1.2:
6173: * src/lib/ltdl/config.sub 1.2:
6174: * src/lib/ltdl/install-sh 1.2:
6175: * src/lib/ltdl/missing 1.2:
6176: * src/lib/ltdl/mkinstalldirs 1.2:
6177: removed some ancient files [they in / really]
6178:
6179: * src/lib/ltdl/config_fixed.h 1.2:
6180: * src/lib/ltdl/libltdl.dsp 1.3:
6181: * src/lib/ltdl/ltdl.c 1.3:
6182: ltdl.c regretfully needed patch in two places.
6183: in config_fixed.h made stubs for lib to compile in MSVC
6184:
6185: * src/lib/ltdl/aclocal.m4 1.1:
6186: *** empty log message ***
6187:
6188: 2003-01-13 paf
6189: * config.guess 1.3:
6190: * config.sub 1.4:
6191: * ltmain.sh 1.4:
6192: * src/targets/apache13/Makefile.in 1.44:
6193: * src/targets/apache13/hook/Makefile.in 1.6:
6194: removed last piece of configure.in(libtool) hacks
6195:
6196: * src/lib/ltdl/COPYING.LIB 1.1:
6197: * src/lib/ltdl/Makefile.in 1.4:
6198: * src/lib/ltdl/acinclude.m4 1.2:
6199: * src/lib/ltdl/config.h 1.2:
6200: * src/lib/ltdl/config_auto.h.in 1.3:
6201: * src/lib/ltdl/configure 1.4:
6202: * src/lib/ltdl/configure.in 1.4:
6203: * src/lib/ltdl/libltdl.dsp 1.2:
6204: * src/lib/ltdl/ltdl.c 1.2:
6205: * src/lib/ltdl/ltdl.h 1.2:
6206: moved to latest libtool (1.4.3)
6207:
6208: 2003-01-10 paf
6209: * src/lib/patches/Makefile.am 1.3:
6210: * src/lib/patches/Makefile.in 1.9:
6211: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
6212: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
6213: * src/lib/patches/libgdome_morestatic.patch 1.2:
6214: * src/lib/patches/libxml_error_column_tab.patch 1.2:
6215: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
6216: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
6217: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
6218: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
6219: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
6220: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
6221: * src/main/pa_globals.C 1.149:
6222: moved to latest xml lib versions, changed patches.
6223: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
6224: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
6225: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
6226:
6227: * INSTALL 1.31:
6228: moved to latest versions of xml libs
6229: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
6230: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
6231: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
6232:
6233: * src/lib/patches/libxml2.patch 1.1:
6234: moved to libxml2 2.5.1, only these patches left:
6235: * fixing \t chars to spaces in error position reporting
6236: * adding context to conversion functions
6237:
6238: * src/lib/patches/gdome2.patch 1.1:
6239: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
6240: Paolo said that he would incorporate this patch in upcoming version of gdome.
6241:
6242: * src/lib/ltdl/configure 1.3:
6243: * src/lib/ltdl/configure.in 1.3:
6244: PROG_NM
6245:
6246: * src/lib/patches/libxslt.patch 1.1:
6247: moved to libxslt 1.0.23. still need a patch which suppresses
6248: htmlSetMetaEncoding calls
6249:
6250: 2003-01-09 paf
6251: * bin/Makefile.in 1.8:
6252: * config.guess 1.2:
6253: * config.sub 1.3:
6254: * etc/Makefile.in 1.13:
6255: * etc/parser3.charsets/Makefile.in 1.16:
6256: * missing 1.2:
6257: * mkinstalldirs 1.2:
6258: * src/Makefile.in 1.54:
6259: * src/classes/Makefile.in 1.52:
6260: * src/classes/gd/Makefile.in 1.42:
6261: * src/classes/smtp/Makefile.in 1.11:
6262: * src/include/Makefile.in 1.10:
6263: * src/include/pa_config_auto.h.in 1.37:
6264: * src/lib/Makefile.in 1.7:
6265: * src/lib/ltdl/Makefile.in 1.3:
6266: * src/lib/ltdl/config_auto.h.in 1.2:
6267: * src/lib/ltdl/configure 1.2:
6268: * src/lib/ltdl/configure.in 1.2:
6269: * src/lib/md5/Makefile.in 1.5:
6270: * src/lib/patches/Makefile.in 1.8:
6271: * src/lib/pcre/Makefile.in 1.7:
6272: * src/main/Makefile.in 1.49:
6273: * src/sql/Makefile.in 1.10:
6274: * src/targets/Makefile.in 1.41:
6275: * src/targets/apache13/Makefile.in 1.43:
6276: * src/targets/apache13/hook/Makefile.in 1.5:
6277: * src/targets/cgi/Makefile.am 1.46:
6278: * src/targets/cgi/Makefile.in 1.61:
6279: * src/targets/isapi/Makefile.in 1.10:
6280: * src/types/Makefile.in 1.49:
6281: moved to autoconf 2.57 & automake 1.7.2
6282:
6283: * depcomp 1.1:
6284: moving to automake 1.7.2
6285:
6286: * INSTALL 1.30:
6287: xml,xslt,gdome lib urls updated
6288:
6289: * Makefile.am 1.30:
6290: * Makefile.in 1.44:
6291: * src/lib/ltdl/missing 1.1:
6292: * src/lib/ltdl/mkinstalldirs 1.1:
6293: *** empty log message ***
6294:
1.21 paf 6295: 2002-12-27 paf
6296: * src/doc/aliased.dox 1.5:
6297: * src/doc/index.dox 1.4:
6298: * src/doc/module.dox 1.4:
6299: * src/doc/pooled.dox 1.4:
6300: * www/htdocs/index.html 1.207:
6301: removed outdated parts, made links to language docs
6302:
6303: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
6304: 0007
6305:
6306: * src/include/pa_config_auto.h.in 1.36:
6307: comment
6308:
6309: 2002-12-26 paf
6310: * INSTALL 1.29:
6311: * src/include/pa_config_auto.h.in 1.35:
6312: * src/main/pa_common.C 1.140:
6313: * src/main/pa_exec.C 1.47:
6314: changing SAFE_MODE politics
6315:
6316: * src/classes/file.C 1.106:
6317: file:fullpath[a.gif] when document root did not contain
6318: trailing / fixed.
6319:
6320: 2002-12-25 paf
6321: * src/main/pa_globals.C 1.147:
6322: optimized-as-is
6323:
6324: * src/main/pa_globals.C 1.148:
6325: optimized-xml
6326:
6327: 2002-12-24 paf
6328: * src/main/pa_common.C 1.139:
6329: * src/main/pa_pool.C 1.58:
6330: pool::copy on zero size|ptr fixed [were really called with zero
6331: size when .html?a=&b=]
6332:
6333: * src/main/pa_exec.C 1.46:
6334: * www/htdocs/index.html 1.206:
6335: fork/pipe error now [old always-pipe-error fixed]
6336:
6337: * src/classes/mail.C 1.86:
6338: $MAIL in @conf now invalid when configured with --with-sendmail
6339:
6340: 2002-12-23 paf
6341: * src/types/pa_vcookie.C 1.54:
6342: cookie:field[put value] fixed [were ignoring parameters & were
6343: storing only string with default expires
6344:
6345: * src/main/pa_charset.C 1.32:
6346: From: "Victor Fedoseev" <vvf_ru@mail.ru>
6347: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
6348: Sent: Monday, December 23, 2002 4:22 AM
6349: Subject: bug â Charset::transcode_buf2xchar
6350:
6351: 2002-12-20 paf
6352: * src/targets/cgi/parser3.C 1.215:
6353: removed last \n appending in non-win32 non-cgi [script] runs
6354:
6355: 2002-12-19 paf
6356: * operators.txt 1.107:
6357: * src/include/pa_globals.h 1.99:
6358: * src/include/pa_request.h 1.159:
6359: * src/main/pa_globals.C 1.146:
6360: * src/main/pa_request.C 1.244:
6361: * www/htdocs/index.html 1.205:
6362: $response:download
6363:
6364: * src/classes/mail.C 1.85:
6365: 'to' check bugfix [now checked only on ms compiler [win32]].
6366:
6367: * INSTALL 1.28:
6368: --without-iconv recommended [it crashes on some systems [tested on elik]]
6369: moreover, it's not needed there [parser registers charsets itself]
6370:
6371: * INSTALL 1.27:
6372: -without-iconv recommended [it crashes on some systems [tested
6373: on elik]]
6374:
6375: 2002-12-18 paf
6376: * src/classes/xdoc.C 1.107:
6377: doc->URL on xdoc.load set correctly now
6378:
6379: 2002-12-17 paf
6380: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
6381: 1. on win32 in die: abort() reverted to exit(1)
6382: 2. more flexible iilegal call check
6383:
6384: * src/targets/cgi/parser3.C 1.214:
6385: merged die&iis changes
6386:
6387: 2002-12-16 paf
6388: * src/main/untaint.C 1.114:
6389: filespec russian small 'r' changed to latin 'p' bug fix
6390:
6391: * Makefile.in 1.38:
6392: ltmain.sh silly required for stupid automake added
6393:
6394: * ltmain.sh 1.3:
6395: *** empty log message ***
6396:
6397: * ltmain.sh [release_3_0_0006] 1.2.2.1:
6398: some automakes silly insist on having this handy
6399:
1.20 paf 6400: 2002-12-15 paf
1.21 paf 6401: * src/main/untaint.C 1.113:
6402: filespec russian small 'r' changed to latin 'p'
6403:
6404: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
6405: ftruncate having checked
6406:
6407: * src/classes/smtp/smtp.C [release_3_0_0006] 1.18.2.1:
6408: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
6409: removed warning
6410:
1.20 paf 6411: * configure.in [release_3_0_0006] 1.52.2.1:
6412: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
6413: new version
6414:
1.21 paf 6415: * configure.in [release_3_0_0006] 1.52.2.2:
6416: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
6417: *** empty log message ***
6418:
6419: * configure.in 1.53:
6420: * src/classes/smtp/smtp.C 1.19:
6421: * src/include/pa_config_auto.h.in 1.34:
6422: * src/main/compile.C 1.68:
6423: * src/main/pa_common.C 1.138:
6424: merged small changes from branch 6 to HEAD
6425:
1.20 paf 6426: 2002-12-14 paf
6427: * src/sql/pa_sql_driver.h 1.33:
6428: * www/htdocs/index.html 1.204:
6429: exception type fixed
6430:
6431: * src/classes/table.C 1.171:
6432: removed unnecessary code
6433:
6434: 2002-12-09 paf
6435: * src/classes/hash.C 1.53:
6436: * src/classes/string.C 1.124:
6437: * src/classes/table.C 1.170:
6438: * src/classes/void.C 1.27:
6439: * src/main/pa_sql_driver_manager.C 1.68:
6440: * src/sql/pa_sql_driver.h 1.32:
6441: changed exception handling mech in sql handlers #2
6442:
6443: * bin/Makefile.in 1.7:
6444: * configure.in 1.52:
6445: * etc/Makefile.in 1.12:
6446: * etc/parser3.charsets/Makefile.in 1.15:
6447: * src/Makefile.in 1.53:
6448: * src/classes/Makefile.in 1.51:
6449: * src/classes/gd/Makefile.in 1.41:
6450: * src/classes/smtp/Makefile.in 1.10:
6451: * src/include/Makefile.in 1.9:
6452: * src/lib/Makefile.in 1.6:
6453: * src/lib/ltdl/Makefile.in 1.2:
6454: * src/lib/md5/Makefile.in 1.4:
6455: * src/lib/patches/Makefile.in 1.7:
6456: * src/lib/pcre/Makefile.in 1.6:
6457: * src/main/Makefile.in 1.48:
6458: * src/sql/Makefile.in 1.9:
6459: * src/targets/Makefile.in 1.40:
6460: * src/targets/apache13/Makefile.in 1.42:
6461: * src/targets/apache13/hook/Makefile.in 1.4:
6462: * src/targets/cgi/Makefile.in 1.60:
6463: * src/targets/isapi/Makefile.in 1.9:
6464: * src/types/Makefile.in 1.48:
6465: removed configure.in:AC_LIBTOOL, it caused automake to write
6466: makefile which used libtool to install things, which is not needed
6467:
6468: * src/targets/apache13/mod_parser3.C 1.27:
6469: * src/targets/cgi/parser3.C 1.211:
6470: * src/targets/cgi/parser3.C 1.212:
6471: * src/targets/cgi/parser3.C 1.213:
6472: * src/targets/isapi/parser3isapi.C 1.81:
6473: ::die now tries to write core dump
6474:
6475: * src/types/pa_vvoid.h 1.16:
6476: * www/htdocs/index.html 1.203:
6477: $void.store[now] error
6478:
6479: * src/classes/hash.C 1.52:
6480: * src/classes/string.C 1.123:
6481: * src/classes/table.C 1.169:
6482: * src/classes/void.C 1.26:
6483: * src/main/pa_sql_driver_manager.C 1.66:
6484: * src/main/pa_sql_driver_manager.C 1.67:
6485: * src/sql/pa_sql_driver.h 1.29:
6486: * src/sql/pa_sql_driver.h 1.30:
6487: * src/sql/pa_sql_driver.h 1.31:
6488: changed exception handling mech in sql handlers
6489:
6490: 2002-12-06 paf
6491: * operators.txt 1.106:
6492: * src/main/compile.tab.C 1.78:
6493: * src/types/pa_vhash.h 1.42:
6494: $hash.fields -- pseudo field to make 'hash' more like 'table'
6495:
6496: 2002-12-05 paf
6497: * src/main/pa_array.C 1.53:
6498: * src/main/pa_table.C 1.51:
6499: * www/htdocs/index.html 1.199:
6500: wow! found/fixed bug in lowlevel proc
6501:
6502: * src/classes/smtp/smtp.C 1.15:
6503: * src/main/pa_common.C 1.137:
6504: * src/main/untaint.C 1.111:
6505: * src/types/pa_vmail.C 1.38:
6506: * www/htdocs/index.html 1.200:
6507: mail header ',' allowed.
6508: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
6509:
6510: [strncpy killed, memnchr used]
6511:
6512: * src/main/pa_table.C 1.52:
6513: table-copy now current=0
6514:
6515: * src/targets/cgi/parser3.C 1.209:
6516: * src/targets/cgi/parser3.C 1.210:
6517: more checks on http://domain/parser.cgi start [maybe some
6518: getenv returns "", checked that now
6519:
6520: * src/targets/cgi/parser3.C 1.208:
6521: * www/htdocs/index.html 1.198:
6522: error logging made unbuffered [so that out-of-mem errors
6523: reached log]
6524:
6525: * src/main/main.dsp 1.161:
6526: pa_version included into main.dsp
6527:
6528: * src/classes/smtp/smtp.C 1.14:
6529: * www/htdocs/index.html 1.196:
6530: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
6531: win32] leave \n intact, and some clients [bat] fail to show
6532: letter correctly
6533:
6534: * src/classes/mail.C 1.83:
6535: * src/targets/cgi/parser3.C 1.207:
6536: * src/types/pa_vmail.C 1.37:
6537: * www/htdocs/index.html 1.197:
6538: mail:send MIME-Version default
6539:
6540: * src/classes/smtp/smtp.C 1.17:
6541: * src/main/untaint.C 1.112:
6542: * www/htdocs/index.html 1.201:
6543: mail header closed properly
6544:
6545: * src/classes/mail.C 1.84:
6546: * src/classes/smtp/smtp.C 1.18:
6547: * src/types/pa_vmail.C 1.39:
6548: * src/types/pa_vmail.h 1.8:
6549: * www/htdocs/index.html 1.202:
6550: smtp cc/bcc OK now
6551:
6552: 2002-12-04 paf
6553: * gnu.dsp 1.3:
6554: restored
6555:
6556: * src/types/pa_vform.C 1.73:
6557: $form:field string value cut by premature 0
6558:
6559: * parser3.dsw 1.6:
6560: * src/main/compile.tab.C 1.77:
6561: * src/main/main.dsp 1.160:
6562: * www/htdocs/.htaccess 1.12:
6563: * www/htdocs/index.html 1.195:
6564: lib/libltdl -> lib/ltdl Win32 changes. s
6565:
6566: * bin/Makefile.in 1.6:
6567: * configure.in 1.51:
6568: * etc/Makefile.in 1.11:
6569: * etc/parser3.charsets/Makefile.in 1.14:
6570: * gnu.dsp 1.2:
6571: * src/Makefile.in 1.52:
6572: * src/classes/Makefile.in 1.50:
6573: * src/classes/gd/Makefile.in 1.40:
6574: * src/classes/smtp/Makefile.in 1.9:
6575: * src/include/Makefile.in 1.8:
6576: * src/lib/Makefile.am 1.3:
6577: * src/lib/Makefile.in 1.5:
6578: * src/lib/ltdl/Makefile.am 1.1:
6579: * src/lib/ltdl/Makefile.in 1.1:
6580: * src/lib/ltdl/README 1.1:
6581: * src/lib/ltdl/acinclude.m4 1.1:
6582: * src/lib/ltdl/config.guess 1.1:
6583: * src/lib/ltdl/config.h 1.1:
6584: * src/lib/ltdl/config.sub 1.1:
6585: * src/lib/ltdl/config_auto.h.in 1.1:
6586: * src/lib/ltdl/config_fixed.h 1.1:
6587: * src/lib/ltdl/configure 1.1:
6588: * src/lib/ltdl/configure.in 1.1:
6589: * src/lib/ltdl/install-sh 1.1:
6590: * src/lib/ltdl/libltdl.dsp 1.1:
6591: * src/lib/ltdl/ltdl.c 1.1:
6592: * src/lib/ltdl/ltdl.h 1.1:
6593: * src/lib/md5/Makefile.in 1.3:
6594: * src/lib/patches/Makefile.in 1.6:
6595: * src/lib/pcre/Makefile.in 1.5:
6596: * src/main/Makefile.in 1.47:
6597: * src/sql/Makefile.in 1.8:
6598: * src/targets/Makefile.in 1.39:
6599: * src/targets/apache13/Makefile.in 1.41:
6600: * src/targets/apache13/hook/Makefile.in 1.3:
6601: * src/targets/cgi/Makefile.in 1.59:
6602: * src/targets/isapi/Makefile.in 1.8:
6603: * src/types/Makefile.in 1.47:
6604: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
6605: so it does have no problems with automake.
6606: ltdl/configure AC_OUTPUT(Makefile<<removed)
6607:
6608: * src/classes/classes.awk 1.6:
6609: more strict *.C$
6610:
6611: 2002-12-02 paf
6612: * operators.txt 1.105:
6613: removed outdated status:db
6614:
6615: * src/classes/mail.C 1.82:
6616: * src/include/pa_common.h 1.88:
6617: * src/main/pa_common.C 1.136:
6618: * src/main/pa_request.C 1.243:
6619: * src/types/pa_vcookie.C 1.53:
6620: * src/types/pa_vmail.C 1.36:
6621: * www/htdocs/index.html 1.194:
6622: http header lang of tainted parts becomes http-header
6623:
1.19 paf 6624: 2002-11-29 paf
6625: * src/include/pa_common.h 1.87:
6626: * src/main/pa_common.C 1.135:
6627: * src/types/pa_vresponse.C 1.16:
6628: * src/types/pa_vresponse.h 1.31:
6629: * www/htdocs/index.html 1.192:
6630: http:// param values now handled exactly like $response:header values.
6631: e.g. can be hash [can have subattributes] & contain date values.
6632:
6633: * operators.txt 1.104:
6634: * src/classes/date.C 1.41:
6635: * src/classes/image.C 1.89:
6636: * www/htdocs/index.html 1.193:
6637: exif dates now objects of type date
6638:
6639: * src/main/pa_common.C 1.133:
6640: * www/htdocs/index.html 1.190:
6641: http:// tainted partes now %xx
6642:
6643: * src/main/pa_common.C 1.134:
6644: * www/htdocs/index.html 1.191:
6645: http:// param values lang forced URI
6646:
6647: * src/classes/image.C 1.88:
6648: file.seek removed [it were used in image.C only, and for parser user this means that jpeg image has bad size in fragment's header]
6649: now used image.format
6650:
6651: 2002-11-28 paf
6652: * src/classes/op.C 1.126:
6653: * www/htdocs/index.html 1.185:
6654: ^cache bug fixed.
6655: stupid compiler allowed 'false' to go into (Hash *) parameter
6656:
6657: * src/classes/image.C 1.85:
6658: * www/htdocs/index.html 1.186:
6659: image.text now outputs one pixel HIGHER chars [one top
6660: horizontal line of 1pixel height were missing]
6661:
6662: * www/htdocs/index.html 1.187:
6663: regexp syntax xxx$ speed-up experiments
6664:
6665: * operators.txt 1.102:
6666: http.timeout
6667:
6668: * www/htdocs/font.gif 1.1:
6669: *** empty log message ***
6670:
6671: * configure.in 1.50:
6672: stopped double libltdl/Makefile generation
6673:
6674: * src/classes/image.C 1.87:
6675: * www/htdocs/index.html 1.188:
6676: image.length now counts interchar space. plus space after last char
6677:
6678: * www/htdocs/index.html 1.189:
6679: doc samples
6680:
6681: * src/main/pa_string.C 1.171:
6682: PCRE_DOLLAR_ENDONLY
6683:
6684: * src/classes/image.C 1.86:
6685: ^image.font width measurer now scans full height [were -1]
6686:
6687: 2002-11-27 paf
6688: * src/classes/image.C 1.84:
6689: * www/htdocs/index.html 1.183:
6690: ^image.font << bad font file-size now properly reported
6691:
6692: * src/include/pa_globals.h 1.98:
6693: * src/main/pa_globals.C 1.145:
6694: * src/main/pa_request.C 1.242:
6695: * src/types/pa_vmail.C 1.35:
6696: * www/htdocs/index.html 1.184:
6697: response:body[file] if file nows it's name
6698: now returns content-disposition: >>attachment<<
6699:
1.18 paf 6700: 2002-11-26 paf
6701: * operators.txt 1.101:
6702: * src/main/pa_common.C 1.130:
6703: * www/htdocs/index.html 1.182:
6704: http:// response status!=200 made exception: http.status with
6705: source=bad status#
6706:
6707: * src/main/pa_common.C 1.131:
6708: * www/htdocs/.htaccess 1.11:
6709: utf8 prefix ignored @read text
6710:
6711: * src/main/pa_request.C 1.241:
6712: fixed lang in reponse header
6713:
6714: 2002-11-25 paf
6715: * operators.txt 1.99:
6716: * src/main/pa_common.C 1.128:
6717: * www/htdocs/index.html 1.181:
6718: http fields now UPPERCASE
6719:
6720: $file[^file::load[http://there]]
6721: $file.SERVER
6722:
6723: * configure.in 1.49:
6724: * src/classes/image.C 1.83:
6725: * src/include/pa_config_auto.h.in 1.33:
6726: * src/include/pa_config_includes.h 1.22:
6727: * src/main/Makefile.am 1.35:
6728: * src/main/Makefile.in 1.46:
6729: * src/main/pa_common.C 1.129:
6730: * src/main/pa_globals.C 1.142:
6731: http://
6732: and image const void related probs fixed
6733:
6734: * operators.txt 1.98:
6735: * src/classes/file.C 1.104:
6736: * src/classes/table.C 1.168:
6737: * src/classes/xdoc.C 1.105:
6738: * src/include/pa_common.h 1.85:
6739: * src/include/pa_globals.h 1.97:
6740: * src/main/pa_common.C 1.126:
6741: * src/main/pa_globals.C 1.141:
6742: * src/main/pa_request.C 1.239:
6743: * src/types/pa_vfile.C 1.35:
6744: * src/types/pa_vfile.h 1.51:
6745: * www/htdocs/index.html 1.179:
6746: table/xdoc/file::load now understand http:// prefix and additional params, sample:
6747: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
6748: $.USER-AGENT[parser3]
6749: ]]
6750:
6751: * src/classes/file.C 1.105:
6752: * src/classes/image.C 1.82:
6753: * src/classes/xdoc.C 1.106:
6754: * src/include/pa_common.h 1.86:
6755: * src/main/pa_common.C 1.127:
6756: * src/main/pa_request.C 1.240:
6757: * www/htdocs/index.html 1.180:
6758: checked http options [invalid onces now reported]
6759: made default
6760: user-agent: paf
6761:
6762: 2002-11-22 paf
6763: * operators.txt 1.97:
6764: * src/classes/image.C 1.80:
6765: * src/include/pa_globals.h 1.96:
6766: * src/main/execute.C 1.294:
6767: * src/main/pa_globals.C 1.140:
6768: * src/types/pa_vimage.C 1.21:
6769: * src/types/pa_vimage.h 1.33:
6770: * www/htdocs/.htaccess 1.10:
6771: * www/htdocs/index.html 1.178:
6772: $image.exif support
6773: $image.exif.DateTime & co
6774:
6775: 2002-11-21 paf
6776: * src/classes/image.C 1.78:
6777: jpeg size measure fixed: were badly skipping EXIF information [
6778: were big block and it's size were considered negative :(]
6779:
6780: * operators.txt 1.96:
6781: * src/classes/image.C 1.77:
6782: * src/include/pa_common.h 1.83:
6783: * src/main/pa_common.C 1.123:
6784: * src/types/pa_vmail.C 1.34:
6785: * www/htdocs/index.html 1.177:
6786: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
6787: [now we fail to measure files with EXIF info]
6788:
6789: * src/main/pa_common.C 1.122:
6790: O_TRUNCATE killed, ftruncate used instead:
6791: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
6792:
6793: * src/main/pa_exec.C 1.44:
6794: * src/main/untaint.C 1.110:
6795: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
6796:
6797: 2002-11-20 paf
6798: * src/main/pa_exec.C 1.41:
6799: pa_exec: data written only if size>0
6800:
6801: * src/targets/cgi/parser3.C 1.205:
6802: logging @signal += query_string
6803:
6804: * src/include/pa_config_fixed.h 1.52:
6805: * src/main/pa_common.C 1.121:
6806: * src/main/pa_exec.C 1.40:
6807: * src/targets/cgi/parser3.C 1.200:
6808: ^file:exec/cgi [pa_exec] pipe read errors now checked
6809:
6810: * src/main/pa_exec.C 1.43:
6811: *** empty log message ***
6812:
6813: * operators.txt 1.95:
6814: * src/classes/file.C 1.103:
6815: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
6816:
6817: * src/include/pa_request.h 1.158:
6818: * src/main/execute.C 1.293:
6819: * src/main/pa_request.C 1.238:
6820: * src/targets/cgi/parser3.C 1.201:
6821: SIGUSR1 >> writes to error_log uri of currently processed document
6822: SIGPIPE >> interrupts request processing [exception = DB rollback]
6823:
6824: * src/targets/cgi/parser3.C 1.203:
6825: SIGNALS overriden @ main top
6826:
6827: * configure.in 1.48:
6828: * src/include/pa_config_auto.h.in 1.32:
6829: * src/include/pa_config_includes.h 1.21:
6830: * src/main/pa_exec.C 1.42:
6831: * src/targets/cgi/parser3.C 1.204:
6832: comment
6833:
6834: 2002-11-19 paf
6835: * src/targets/cgi/parser3.C 1.199:
6836: removed #ifdef WIN32 around check of CGI: Illegal call
6837:
6838: 2002-11-01 paf
6839: * src/main/execute.C 1.292:
6840: comment
6841:
6842: 2002-10-31 paf
6843: * src/types/pa_vobject.C 1.11:
6844: * src/types/pa_vstateless_object.h 1.27:
6845: object put replaces static parent if any
6846:
6847: * src/main/execute.C 1.291:
6848: found out why, checked that for now.
6849: todo: find out a way for that user could do that
6850:
6851: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
6852: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
6853: realized that one can't remember derivates in base class: there's so many of them.
6854: also there can be no virtual method calls in static classes
6855:
6856: * src/classes/op.C 1.124:
6857: * src/types/pa_value.h 1.107:
6858: * src/types/pa_vobject.h 1.36:
6859: * www/htdocs/base.p 1.4:
6860: * www/htdocs/derived.p 1.22:
6861: * www/htdocs/index.html 1.174:
6862: * www/htdocs/operators.p 1.11:
6863: * www/htdocs/some.p 1.2:
6864: ^process[$caller.self]{...}
6865: now compiles to last derived object part of that 'self'
6866:
6867: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
6868: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
6869: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
6870: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
6871: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
6872: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
6873: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
6874: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
6875: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
6876: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
6877: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
6878: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
6879: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
6880: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
6881: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
6882: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
6883: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
6884: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
6885: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
6886: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
6887: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
6888: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
6889: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
6890: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
6891: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
6892: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
6893: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
6894: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
6895: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
6896: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
6897: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
6898: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
6899: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
6900: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
6901: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
6902: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
6903: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
6904: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
6905: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
6906: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
6907: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
6908: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
6909: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
6910: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
6911: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
6912: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
6913: static call $self fixed
6914:
6915: * www/htdocs/base.p 1.6:
6916: * www/htdocs/derived.p 1.24:
6917: * www/htdocs/index.html 1.176:
6918: this example creates base object, which is wrong, todo: find
6919: out why
6920:
6921: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
6922: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
6923: killed $virtual_fields in dynamic, but one can reach derived
6924: static[class] variable from base
6925:
6926: * src/classes/form.C 1.33:
6927: * src/classes/mail.C 1.81:
6928: * src/classes/op.C 1.125:
6929: * src/classes/xnode.h 1.17:
6930: * src/main/compile.tab.C 1.76:
6931: * src/main/execute.C 1.290:
6932: * src/main/pa_request.C 1.237:
6933: * src/types/pa_value.h 1.108:
6934: * src/types/pa_vclass.C 1.15:
6935: * src/types/pa_vclass.h 1.38:
6936: * src/types/pa_vcode_frame.h 1.23:
6937: * src/types/pa_vcookie.C 1.52:
6938: * src/types/pa_vcookie.h 1.22:
6939: * src/types/pa_vdate.h 1.23:
6940: * src/types/pa_venv.h 1.27:
6941: * src/types/pa_vfile.h 1.50:
6942: * src/types/pa_vform.C 1.71:
6943: * src/types/pa_vform.h 1.44:
6944: * src/types/pa_vhash.h 1.41:
6945: * src/types/pa_vimage.h 1.32:
6946: * src/types/pa_vmail.C 1.33:
6947: * src/types/pa_vmail.h 1.7:
6948: * src/types/pa_vmath.h 1.13:
6949: * src/types/pa_vmethod_frame.h 1.44:
6950: * src/types/pa_vobject.C 1.10:
6951: * src/types/pa_vobject.h 1.37:
6952: * src/types/pa_vrequest.C 1.26:
6953: * src/types/pa_vrequest.h 1.24:
6954: * src/types/pa_vresponse.C 1.15:
6955: * src/types/pa_vresponse.h 1.30:
6956: * src/types/pa_vstateless_class.C 1.18:
6957: * src/types/pa_vstateless_class.h 1.41:
6958: * src/types/pa_vstateless_object.h 1.26:
6959: * src/types/pa_vstatus.C 1.14:
6960: * src/types/pa_vstatus.h 1.14:
6961: * src/types/pa_vstring.h 1.53:
6962: * src/types/pa_vtable.C 1.20:
6963: * src/types/pa_vtable.h 1.47:
6964: * src/types/pa_vvoid.h 1.15:
6965: * src/types/pa_vxdoc.C 1.22:
6966: * src/types/pa_vxdoc.h 1.30:
6967: * src/types/pa_vxnode.C 1.29:
6968: * src/types/pa_vxnode.h 1.21:
6969: * src/types/pa_wwrapper.h 1.27:
6970: * www/htdocs/base.p 1.5:
6971: * www/htdocs/derived.p 1.23:
6972: * www/htdocs/index.html 1.175:
6973: static fix merged
6974:
6975: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
6976: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
6977: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
6978: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
6979: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
6980: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
6981: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
6982: fixed statics, left $virtual_fields in dynamic
6983:
6984: * src/main/execute.C 1.288:
6985: comment
6986:
6987: 2002-10-30 paf
6988: * www/htdocs/derived.p 1.21:
6989: * www/htdocs/some.p 1.1:
6990: include method overriding tested OK
6991:
6992: 2002-10-29 paf
6993: * src/targets/isapi/parser3isapi.C 1.80:
6994: comment on 404 bad status re-passing [iis to blame]
6995:
6996: * src/classes/string.C 1.122:
6997: changed string.save to pass current sql connection to cstr
6998: thus one can
6999: ^connect[some server]{
7000: $s[insert into table x (x) values (^taint[sql]{value})]
7001: ^s.save[some.sql]
7002: }
7003: and he'd get in some.sql file code with properly escaped.
7004: [tried in mssql->mysql export->import of binary data]
7005:
7006: 2002-10-28 paf
7007: * www/htdocs/index.html 1.172:
7008: * www/htdocs/index.html 1.173:
7009: bad email handling test
7010:
7011: 2002-10-25 paf
7012: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
7013: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
7014: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
7015: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
7016: saving for maybe-future
7017:
7018: * src/types/pa_vresponse.C 1.14:
7019: case insensitive response user fields get/put
7020:
7021: 2002-10-23 paf
7022: * src/types/pa_vmail.C 1.32:
7023: * www/htdocs/index.html 1.171:
7024: email whitespace trimBoth-ed
7025:
7026: * operators.txt 1.94:
7027: * src/classes/table.C 1.166:
7028: ^table.hash{code}...
7029: ^table.hash(expr)...
7030:
7031: 2002-10-22 paf
7032: * src/types/pa_vform.C 1.70:
7033: * src/types/pa_vform.h 1.43:
7034: removed needless VForm::Append...(...Value)
7035:
7036: * src/main/execute.C 1.287:
7037: $.name outside of $name[...]
7038: checked
7039:
7040: * src/main/compile.tab.C 1.75:
7041: * src/main/compile.y 1.203:
7042: lexer changed to fix ^call[]^#HH bug [that situation yelded no
7043: EON, which whas wrong]
7044:
7045: 2002-10-21 paf
7046: * operators.txt 1.91:
7047: * src/types/pa_vform.C 1.67:
7048: $form:image-map
7049:
7050: * operators.txt 1.92:
7051: * src/types/pa_vform.C 1.68:
7052: $form:nameless = "?value&...", "...&value&...", "...&value"
7053:
7054: * operators.txt 1.93:
7055: * src/types/pa_vform.C 1.69:
7056: * src/types/pa_vform.h 1.42:
7057: $form:qtail
7058: $form:imap.x/y
7059:
7060: * operators.txt 1.90:
7061: * src/classes/file.C 1.102:
7062: * www/htdocs/index.html 1.170:
7063: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
7064:
7065: 2002-10-17 paf
7066: * src/classes/op.C 1.123:
7067: exception handling fixed [were bad with contexts]
7068:
7069: * src/main/compile.tab.C 1.74:
7070: * src/main/compile.y 1.202:
7071: operators precedence changed a little:
7072: logical not and bitwise negation precedence made highest,
7073: << and >> bitshits precedence made equal [were << higher than >>]
7074:
1.17 paf 7075: 2002-10-16 paf
7076: * src/classes/op.C 1.122:
7077: * src/include/pa_request.h 1.157:
7078: * src/main/execute.C 1.285:
7079: * src/main/execute.C 1.286:
7080: * src/main/pa_request.C 1.236:
7081: * www/htdocs/derived.p 1.20:
7082: * www/htdocs/index.html 1.167:
7083: * www/htdocs/index.html 1.168:
7084: Request::self considered equal to VMethodFrame::self, and removed,
7085: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 7086:
7087: * www/htdocs/index.html 1.169:
7088: bad compile to system class test
1.17 paf 7089:
7090: * src/classes/op.C 1.121:
7091: * src/main/pa_request.C 1.235:
7092: VMainClass now has name = $hash in open field now gives old
7093: good error meesage
7094:
1.15 paf 7095: 2002-10-15 paf
1.17 paf 7096: * www/htdocs/derived.p 1.17:
7097: * www/htdocs/index.html 1.162:
7098: test of ^process from operator called from user class
7099:
7100: * src/types/pa_vjunction.h 1.18:
7101: * www/htdocs/index.html 1.166:
7102: ^if(def $junction){was true}{now false}
7103: use
7104: ^if($junction is junction){was and now true}
7105:
7106: * src/types/pa_vjunction.C 1.2:
7107: ident
7108:
7109: * src/classes/op.C 1.119:
7110: * src/main/compile.tab.C 1.72:
7111: * src/main/compile.y 1.200:
7112: * src/types/pa_vmethod_frame.h 1.42:
7113: process[self] objects also considered [were only classes]
7114:
1.15 paf 7115: * src/main/execute.C 1.283:
7116: * src/targets/cgi/parser3.C 1.198:
7117: * src/types/pa_vstateless_class.C 1.17:
7118: * src/types/pa_vstateless_class.h 1.40:
7119: * www/htdocs/operators.p 1.9:
7120: compiling to system classes disabled
7121:
1.17 paf 7122: * operators.txt 1.88:
7123: * src/classes/op.C 1.116:
7124: * www/htdocs/operators.p 1.8:
7125: ^process[$caller.CLASS]{code-string} added
7126:
7127: * src/types/Makefile.in 1.46:
7128: *** empty log message ***
1.15 paf 7129:
1.17 paf 7130: * src/classes/op.C 1.120:
7131: * src/include/pa_opcode.h 1.23:
7132: * src/include/pa_request.h 1.156:
7133: * src/main/compile.tab.C 1.73:
7134: * src/main/compile.y 1.201:
7135: * src/main/execute.C 1.284:
7136: * src/types/pa_vmethod_frame.h 1.43:
7137: * www/htdocs/derived.p 1.19:
7138: removed last pieces of old code allowing $junction.xxx at
7139: compile time
1.15 paf 7140:
7141: * operators.txt 1.87:
7142: * src/classes/op.C 1.115:
7143: * src/main/compile.tab.C 1.71:
7144: * src/main/compile.y 1.199:
7145: * src/main/execute.C 1.282:
7146: * src/main/pa_request.C 1.234:
7147: * src/types/Makefile.am 1.28:
7148: * src/types/pa_vjunction.C 1.3:
7149: * src/types/pa_vjunction.h 1.17:
7150: * src/types/pa_vmethod_frame.h 1.40:
7151: * src/types/types.dsp 1.35:
7152: * www/htdocs/operators.p 1.7:
7153: removed $junction.get $junction.set[]
7154: introducing $caller
7155:
7156: * src/classes/op.C 1.118:
7157: * src/include/pa_request.h 1.155:
7158: * src/types/pa_vmethod_frame.h 1.41:
7159: * www/htdocs/derived.p 1.18:
7160: * www/htdocs/index.html 1.164:
7161: ^process[CLASS]{body} now executed with CLASS self.
7162: [ (request&method_frame).self temporarily changed ]
7163:
1.17 paf 7164: * src/classes/xdoc.C 1.104:
7165: * src/classes/xnode.C 1.53:
7166: * src/include/pa_charset.h 1.19:
7167: * src/include/pa_pool.h 1.85:
7168: * src/main/pa_charset.C 1.31:
7169: * src/main/pa_pool.C 1.57:
7170: * src/types/pa_vxnode.C 1.28:
7171: * www/htdocs/index.html 1.165:
7172: xml->parser strings now have origin, which points to place
7173: where value left xml library and came to parser: place of dom
7174: field extraction/call
1.16 paf 7175:
1.15 paf 7176: * src/classes/hash.C 1.51:
7177: * src/classes/op.C 1.117:
7178: * www/htdocs/index.html 1.163:
7179: * www/htdocs/operators.p 1.10:
7180: method_frame now always changed, with no exception to native calls.
7181: for&foreach changed to use method_frame.caller for their var's name context
7182:
7183: * src/types/pa_value.h 1.106:
7184: removed outdated comments. doxygen would find them lower by
7185: inheritance tree
7186:
7187: 2002-10-14 paf
7188: * src/classes/form.C 1.32:
7189: * src/classes/mail.C 1.80:
7190: * src/classes/op.C 1.113:
7191: * src/include/pa_request.h 1.154:
7192: * src/main/compile.C 1.67:
7193: * src/main/compile.tab.C 1.70:
7194: * src/main/compile.y 1.198:
7195: * src/main/execute.C 1.281:
7196: * src/main/pa_request.C 1.233:
7197: * src/types/pa_vstateless_class.h 1.39:
7198: * www/htdocs/index.html 1.161:
7199: operators now main-class-methods
7200:
7201: * src/include/pa_request.h 1.152:
7202: * src/main/execute.C 1.280:
7203: * src/main/pa_request.C 1.232:
7204: operators @auto now executed in MAIN context
7205:
7206: * src/types/pa_vclass.C 1.14:
7207: * src/types/pa_vobject.h 1.35:
7208: * src/types/pa_vstateless_class.C 1.16:
7209: * src/types/pa_vstateless_class.h 1.38:
7210: * www/htdocs/index.html 1.158:
7211: * www/htdocs/operators.p 1.5:
7212: $form:CLASS resurrected [wes killed in action]
7213:
7214: * configure 1.49:
7215: * configure.in 1.47:
7216: * operators.txt 1.86:
7217: * src/include/pa_config_auto.h.in 1.31:
7218: * src/types/pa_vstatus.C 1.13:
7219: * www/htdocs/index.html 1.157:
7220: $status:rusage.tv_secs/usecs introduced
7221:
7222: * src/types/pa_vxnode.C 1.27:
7223: misreplace fixed
7224:
7225: * src/classes/op.C 1.112:
7226: * src/include/pa_request.h 1.153:
7227: * www/htdocs/index.html 1.160:
7228: * www/htdocs/operators.p 1.6:
7229: ^try{^call{}} now has better stack trace [has "call" & co there]
7230:
7231: * src/main/execute.C 1.279:
7232: operator execution context now = MAIN, not closest stack frame
7233:
7234: @touchit[]
7235: $i[after]
7236:
7237: ----t.html
7238: $i[before] << local
7239: ^touchit[]
7240: $i << now 'before', were 'after'
7241:
7242: ---t.html
7243: $i[before] << notlocal [main]
7244: ^touchit[]
7245: $i << now 'after'
7246:
7247: * src/main/execute.C 1.278:
7248: comment
7249:
7250: * src/classes/op.C 1.114:
7251: process compiles to code's class class
7252:
7253: 2002-10-09 paf
7254: * src/classes/double.C 1.52:
7255: * src/classes/int.C 1.48:
7256: * src/classes/string.C 1.121:
7257: * www/htdocs/derived.p 1.16:
7258: * www/htdocs/index.html 1.156:
7259: ^string.int[] now failes on empty string [or uses (default)]
7260:
7261: 2002-10-08 paf
7262: * src/lib/patches/Makefile.am 1.2:
7263: * src/lib/patches/Makefile.in 1.5:
7264: forgot libgdome_morestatic.patch
7265:
7266: * src/types/pa_vxnode.C 1.26:
7267: misreplace
7268:
7269: * src/main/untaint.C 1.109:
7270: mail header quoted printable changed after RFC reread
7271:
7272: * operators.txt 1.85:
7273: plan on ^if(method
7274:
7275: 2002-09-24 paf
7276: * src/targets/cgi/Makefile.am 1.45:
7277: * src/targets/cgi/Makefile.in 1.58:
7278: LIBS were bad name in .am
7279:
7280: * acconfig.h 1.5:
7281: * configure 1.47:
7282: * configure.in 1.46:
7283: * src/include/pa_config_auto.h.in 1.30:
7284: * src/include/pa_config_fixed.h 1.51:
7285: * src/targets/cgi/Makefile.am 1.44:
7286: * src/targets/cgi/Makefile.in 1.57:
7287: * src/types/pa_vmail.C 1.30:
7288: * src/types/pa_vmail.C 1.31:
7289: HAVE_TIMEZONE & co now checked and mailreceive would compile on
7290: freebsd now
7291:
7292: * src/classes/file.C 1.101:
7293: * src/main/untaint.C 1.108:
7294: * www/htdocs/index.html 1.155:
7295: 1.
7296: file spec language changed:
7297: now there are only few chars are untainted:
7298: * ? ' " < > |
7299: and, on unix, : \ ~
7300: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
7301:
7302: 2.
7303: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
7304:
7305: @russianindex[]
7306: #dir with files with russian-lang names
7307: $where[dir]
7308:
7309: $dir[^file:list[$where;\.txt^$]]
7310: ^dir.menu{
7311: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
7312: }
7313:
7314: 2002-09-23 paf
7315: * src/classes/date.C 1.38:
7316: * src/classes/date.C 1.39:
7317: date bug fix, now round(floatDays*secondsPerDay)
7318:
7319: * src/targets/cgi/Makefile.in 1.56:
7320: *** empty log message ***
7321:
7322: * src/types/pa_vdouble.h 1.41:
7323: double->int round added
7324:
7325: 2002-09-20 paf
7326: * src/types/pa_vhash.h 1.40:
7327: * www/htdocs/operators.p 1.4:
7328: hash.foreach modification of existing keys allowed
7329:
7330: * src/main/compile.tab.C 1.69:
7331: * src/main/compile.y 1.197:
7332: * www/htdocs/index.html 1.153:
7333: changed grammer on junction expanding to include ^junction.method
7334:
7335: * src/classes/xdoc.C 1.102:
7336: empty transform result, being taken as file now returns empty
7337: file, not raises stupid error about "stat-ed file"
7338:
7339: * src/main/execute.C 1.276:
7340: * www/htdocs/index.html 1.154:
7341: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
7342:
7343: this now error:
7344: @badjunctioncall[]
7345: ^badjunctioncallinside{code}
7346:
7347: @badjunctioncallinside[code]
7348: ^code[]
7349:
7350: * src/targets/apache13/Makefile.am 1.15:
7351: * src/targets/apache13/Makefile.in 1.40:
7352: * src/targets/cgi/Makefile.am 1.43:
7353: * src/targets/cgi/Makefile.in 1.55:
7354: binaries now depend on makefiles, thus taking linking options
7355: configure changes into account [were: ignoring]
7356:
7357: * src/classes/xdoc.C 1.103:
7358: * www/htdocs/index.html 1.152:
7359: xdoc::create[name] now sets $request:charset as internal xdoc
7360: encoding, and after decoding attributes set by dom functions
7361: now encoded OK, not as digital entities
7362:
7363: * src/types/Makefile.in 1.45:
7364: *** empty log message ***
7365:
7366: * src/include/pa_opcode.h 1.22:
7367: * src/include/pa_request.h 1.150:
7368: * src/main/compile.tab.C 1.68:
7369: * src/main/compile.y 1.196:
7370: * src/main/execute.C 1.275:
7371: * src/main/main.dsp 1.159:
7372: * src/targets/cgi/parser3.dsp 1.60:
7373: * src/types/Makefile.am 1.27:
7374: * src/types/pa_vjunction.C 1.1:
7375: * src/types/pa_vjunction.h 1.16:
7376: * src/types/types.dsp 1.34:
7377: * www/htdocs/.htaccess 1.8:
7378: * www/htdocs/index.html 1.151:
7379: introducing $junction.get/put(1)
7380: one can write iterators now:
7381:
7382: ^user-foreach[key;value]{$key=$value<br>}
7383:
7384: @user-foreach[key;value;code]
7385: ^for[i](1;10){
7386: $code.key($i)
7387: $code.value($i*2)
7388: $code
7389: }
7390:
7391: * src/main/pa_common.C 1.120:
7392: -d "DIR/" now true
7393:
7394: * src/main/compile_tools.h 1.66:
7395: mistype
7396:
7397: 2002-09-19 paf
7398: * Makefile.am 1.8:
7399: * Makefile.in 1.21:
7400: * aclocal.m4 1.5:
7401: *** empty log message ***
7402:
7403: * aclocal.m4 1.3:
7404: forced to be older
7405:
7406: * Makefile.am 1.12:
7407: * Makefile.in 1.25:
7408: new: make commit
7409:
7410: 2002-09-18 paf
7411: * parser3.dsw 1.4:
7412: * src/include/pa_opcode.h 1.21:
7413: * src/main/compile.tab.C 1.67:
7414: * src/main/compile.y 1.195:
7415: * src/main/execute.C 1.274:
7416: * www/htdocs/index.html 1.150:
7417: << >> int shifts
7418:
7419: * src/classes/file.C 1.100:
7420: * www/htdocs/index.html 1.149:
7421: * www/htdocs/mailreceive.eml 1.3:
7422: ^file::exec/cgi $.stdin[can be file now]
7423: so that one can pass binary data there
7424:
7425: * src/include/pa_common.h 1.82:
7426: * src/include/pa_request.h 1.149:
7427: * src/main/pa_common.C 1.119:
7428: * src/main/pa_request.C 1.230:
7429: auto.p exists but unreadable - now this - fatal error
7430:
7431: * src/classes/date.C 1.37:
7432: * src/classes/double.C 1.51:
7433: * src/classes/file.C 1.99:
7434: * src/classes/hash.C 1.50:
7435: * src/classes/image.C 1.76:
7436: * src/classes/int.C 1.47:
7437: * src/classes/mail.C 1.79:
7438: * src/classes/op.C 1.111:
7439: * src/classes/response.C 1.22:
7440: * src/classes/string.C 1.120:
7441: * src/classes/table.C 1.165:
7442: * src/classes/void.C 1.25:
7443: * src/classes/xdoc.C 1.101:
7444: * src/classes/xnode.C 1.52:
7445: * src/include/pa_request.h 1.148:
7446: * www/htdocs/index.html 1.148:
7447: pa_request contexts made privated, plus get_{self/method_frame} to read.
7448: Request_context_saver used in ^try to save flang too.
7449: [were not saved]
7450:
7451: * src/types/pa_vresponse.C 1.13:
7452: header value chains joined before output, this should help
7453: $.subject[$var $var]
7454: from being converted to
7455: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
7456:
7457: 2002-09-17 paf
7458: * src/classes/op.C 1.109:
7459: * www/htdocs/index.html 1.147:
7460: * www/htdocs/operators.p 1.2:
7461: made place for ^process to compile it's code to in case of no self
7462:
7463: * src/classes/op.C 1.110:
7464: * src/main/execute.C 1.272:
7465: * src/main/pa_request.C 1.229:
7466: * src/types/pa_value.C 1.8:
7467: * src/types/pa_value.h 1.104:
7468: * src/types/pa_vmethod_frame.h 1.38:
7469: * src/types/pa_vstateless_class.h 1.37:
7470: * www/htdocs/operators.p 1.3:
7471: operators now executed with MAIN self.
7472: it's for ^include sake, too strong a change
7473:
7474: * src/classes/hash.C 1.47:
7475: foreach delims bug fixed [were ,2,3]
7476:
7477: * src/classes/hash.C 1.48:
7478: * src/classes/table.C 1.162:
7479: * src/include/pa_sql_connection.h 1.29:
7480: * www/htdocs/index.html 1.141:
7481: table.sql hash::sql duplicate keys now errors
7482:
7483: * src/main/execute.C 1.273:
7484: * src/types/pa_value.h 1.105:
7485: * src/types/pa_vmethod_frame.h 1.39:
7486: removed changes, operators executed with calling self.
7487: lots of code with ^include code relies on defined/defining self variables
7488:
7489: $a[1]
7490: ^include[print_a.p]
7491: print_a.p: $a
7492:
7493: ^include[set_a.p]
7494: a=$a
7495: set_a.p:
7496: $a[1]
7497:
7498: * operators.txt 1.83:
7499: * operators.txt 1.84:
7500: * src/classes/hash.C 1.49:
7501: * src/classes/table.C 1.163:
7502: * src/include/pa_globals.h 1.95:
7503: * src/main/pa_globals.C 1.139:
7504: * www/htdocs/index.html 1.142:
7505: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
7506: first record taken [were last]
7507:
7508: * src/main/execute.C 1.270:
7509: * src/main/execute.C 1.271:
7510: * src/types/pa_value.C 1.7:
7511: * src/types/pa_value.h 1.103:
7512: * src/types/pa_vstateless_class.h 1.36:
7513: * www/htdocs/index.html 1.146:
7514: found ancient param to Junction, removed.
7515: allowed passing self to native_code_operators [for ^process to work, she needs self]
7516:
7517: * Makefile.in 1.20:
7518: * bin/Makefile.in 1.5:
7519: * bin/auto.p.dist.in 1.8:
7520: * configure 1.40:
7521: * configure 1.41:
7522: * configure.in 1.40:
7523: * configure.in 1.41:
7524: * etc/Makefile.in 1.10:
7525: * etc/parser3.charsets/Makefile.in 1.13:
7526: * src/Makefile.in 1.51:
7527: * src/classes/Makefile.in 1.49:
7528: * src/classes/gd/Makefile.in 1.39:
7529: * src/classes/smtp/Makefile.in 1.8:
7530: * src/include/Makefile.in 1.7:
7531: * src/lib/Makefile.in 1.4:
7532: * src/lib/md5/Makefile.in 1.2:
7533: * src/lib/patches/Makefile.in 1.4:
7534: * src/lib/pcre/Makefile.in 1.4:
7535: * src/main/Makefile.in 1.45:
7536: * src/sql/Makefile.in 1.7:
7537: * src/targets/Makefile.in 1.38:
7538: * src/targets/apache13/Makefile.in 1.39:
7539: * src/targets/apache13/hook/Makefile.in 1.2:
7540: * src/targets/cgi/Makefile.in 1.54:
7541: * src/targets/isapi/Makefile.in 1.7:
7542: * src/types/Makefile.in 1.44:
7543: so now detected [can be .sl on hpux, .dll on cygwin, .so in
7544: other cases)
7545:
7546: * bin/auto.p.dist.in 1.9:
7547: strange \n
7548:
7549: * src/classes/table.C 1.164:
7550: * src/classes/xdoc.C 1.100:
7551: * www/htdocs/index.html 1.144:
7552: table::sql options
7553: table::create copy options
7554: options checked, wrong option now fatal error
7555:
7556: * src/main/pa_string.C 1.170:
7557: * www/htdocs/index.html 1.143:
7558: string.replace fixed [were missing words on pieces boundaries]
7559:
7560: * src/main/execute.C 1.269:
7561: * src/main/pa_request.C 1.228:
7562: * src/types/pa_value.C 1.6:
7563: * src/types/pa_value.h 1.102:
7564: * src/types/pa_vmethod_frame.h 1.37:
7565: * src/types/pa_vstateless_class.h 1.35:
7566: * www/htdocs/index.html 1.145:
7567: * www/htdocs/operators.p 1.1:
7568: allowed Request.self to be 0, checked that in VMethodFrame get
7569: put and $self.
7570:
7571: * src/classes/op.C 1.108:
7572: * src/classes/table.C 1.161:
7573: * www/htdocs/index.html 1.140:
7574: menu/for delims bug fixed [were ,2,3]
7575:
7576: 2002-09-16 paf
7577: * src/classes/file.C 1.98:
7578: * www/htdocs/index.html 1.139:
7579: file::cgi line ends can be both unix & dos. and they can be unix [\n\n] on win when 'use CGI' used, it causes stdout to be binary.
7580: now detected closest header break.
7581:
7582: * src/main/untaint.C 1.107:
7583: * src/types/pa_vmail.C 1.29:
7584: mail:send closing ?= now closed right
7585:
7586: 2002-09-13 paf
7587: * operators.txt 1.81:
7588: * src/main/compile.tab.C 1.65:
7589: * src/main/compile.y 1.193:
7590: * www/htdocs/index.html 1.137:
7591: !| bitwise
7592: !|| numerical
7593: xor now
7594: [preparing for expression #comments]
7595:
7596: * src/main/compile.tab.C 1.63:
7597: * src/main/compile.y 1.191:
7598: * src/types/pa_vresponse.C 1.12:
7599: * www/htdocs/index.html 1.135:
7600: cookie date now clean [were mistakenly tainted & that worked
7601: bad with opera -- 'happily' that worked OK with msie]
7602:
7603: * src/main/compile.tab.C 1.64:
7604: * src/main/compile.y 1.192:
7605: * www/htdocs/index.html 1.136:
7606: @method[$name]
7607: now parse error
7608:
7609: * operators.txt 1.82:
7610: * src/main/compile.tab.C 1.66:
7611: * src/main/compile.y 1.194:
7612: * src/main/compile_tools.h 1.65:
7613: * www/htdocs/index.html 1.138:
7614: (expression #comment)
7615:
7616: (multiline expression #comment
7617: line2 #comment
7618: )
7619:
7620: (expression #comment with (brackets) comment) << OK
7621:
7622: * Makefile.in 1.19:
7623: * configure 1.39:
7624: * configure.in 1.39:
7625: * src/include/pa_config_auto.h.in 1.29:
7626: HAVE_WINSOCK_H created in configure.in
7627:
7628: * src/include/pa_config_fixed.h 1.50:
7629: * src/main/pa_socks.C 1.17:
7630: HAVE_WINSOCK_H cheched in pa_socks.C
7631:
7632: 2002-09-12 paf
7633: * src/main/untaint.C 1.105:
7634: * www/htdocs/index.html 1.134:
7635: quoted printable ' ' now =20
7636: and encoding stops before <...>$
7637:
7638: * src/types/pa_vclass.C 1.13:
7639: * src/types/pa_vmail.C 1.28:
7640: * src/types/pa_vobject.C 1.8:
7641: VObject & VClass
7642: get_element
7643: now first looks to fields, next to methods & co
7644: todo: the rest
7645: reason: more speed
7646:
7647: * src/main/untaint.C 1.106:
7648: quoted printable encoding stops before \s*<...>$
7649:
7650: 2002-09-11 paf
7651: * src/main/pa_charset.C 1.30:
7652: * src/targets/cgi/parser3.dsp 1.59:
7653: * www/htdocs/index.html 1.133:
7654: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
7655: forgot to check users of those funcs. not all were using that return value convention
7656:
7657: * etc/parser3.charsets/windows-1254.cfg 1.1:
7658: * src/lib/pcre/ibm-1254.ucm 1.1:
7659: windows-1254 added
7660:
7661: 2002-09-10 paf
7662: * src/classes/op.C 1.106:
7663: * src/main/execute.C 1.265:
7664: * src/types/pa_value.C 1.5:
7665: * src/types/pa_value.h 1.100:
7666: * src/types/pa_vcode_frame.h 1.22:
7667: * src/types/pa_vmethod_frame.h 1.36:
7668: * src/types/pa_wcontext.C 1.23:
7669: * src/types/pa_wcontext.h 1.39:
7670: * src/types/pa_wwrapper.h 1.25:
7671: moved junction kill responsibility to wcontext
7672:
7673: * src/main/execute.C 1.267:
7674: * src/types/pa_value.h 1.101:
7675: * src/types/pa_wwrapper.h 1.26:
7676: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
7677: now has parent, wich helps code in hash to survivi
7678:
7679: * src/include/pa_request.h 1.147:
7680: * src/main/execute.C 1.266:
7681: removed redundant param to execute [stack said 'thanks']
7682:
7683: * src/classes/file.C 1.97:
7684: decided not to log exec's with stderr, that could be warnings,
7685: and it's up to scritper to log/show them
7686:
7687: * src/main/pa_charset.C 1.29:
7688: * src/types/pa_vmail.C 1.27:
7689: * www/htdocs/index.html 1.131:
7690: xmlCharEncodingInput/OutputFunc callbacks returned bad value in case of unfinished in buffer processing, causing accidental transcode stop [in case that source enc != utf-8 & there is incomplete utf-8 sequence at the end of 16000block iside of libxml lib]
7691: tfm readed & code updated
7692:
7693: * src/classes/op.C 1.107:
7694: * src/main/execute.C 1.268:
7695: * src/types/pa_wcontext.h 1.40:
7696: * src/types/pa_wcontext.h 1.41:
7697: VCodeFrame parent param were specified badly
7698:
7699: * src/classes/double.C 1.50:
7700: * src/main/execute.C 1.264:
7701: * www/htdocs/index.html 1.132:
7702: double:sql badly called write_assign_lang, not write_no_lang,
7703: thus doing unnecessary double/string converstion, which were loosing time&precesion
7704:
7705: 2002-09-04 paf
7706: * src/types/pa_vxnode.C 1.25:
7707: * www/htdocs/index.html 1.129:
7708: removed too strong checks of xnode.elements.
7709: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
7710:
7711: * configure 1.37:
7712: * configure.in 1.38:
7713: introducing --with-sjlj-exceptions
7714: [hpux can not work with longjump/throw pair, and one must switch that on there.
7715: todo: detect that automatically]
7716:
7717: * configure 1.38:
7718: makes with sjlj
7719:
7720: * src/include/pa_config_auto.h.in 1.28:
7721: sjlj define
7722:
7723: * INSTALL 1.26:
7724: * src/include/pa_config_fixed.h 1.49:
7725: * src/include/pa_sql_connection.h 1.28:
7726: * src/main/pa_sql_driver_manager.C 1.65:
7727: * www/htdocs/index.html 1.130:
7728: -with-sjlj-exceptions define checked.
7729: on win32 it made default
7730:
7731: 2002-09-02 paf
7732: * Makefile.am 1.7:
7733: * Makefile.in 1.18:
7734: * src/types/pa_vdate.h 1.20:
7735: happy now only install-exec
7736:
7737: * src/types/pa_vdate.h 1.21:
7738: removed debug
7739:
7740: * operators.txt 1.80:
7741: * src/main/execute.C 1.263:
7742: * src/targets/cgi/parser3.dsp 1.58:
7743: * www/htdocs/index.html 1.128:
7744: removed double_result, didn't help
7745:
7746: * src/types/pa_vdate.h 1.22:
7747: *** empty log message ***
7748:
7749: * src/main/execute.C 1.258:
7750: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
7751: this works fine on solaris/intel for still unknown reason.
7752:
7753: * src/main/execute.C 1.261:
7754: double_result made to move that var away from hungry g++ optimizer (-O2),
7755: before: it were optimized and comparison operators worked badly
7756:
7757: 2002-08-29 paf
7758: * parser3.dsw 1.3:
7759: * src/classes/classes.dsp 1.25:
7760: * src/classes/hash.C 1.46:
7761: * src/classes/op.C 1.105:
7762: * src/classes/string.C 1.119:
7763: * src/include/pa_request.h 1.146:
7764: * src/lib/md5/md5.dsp 1.2:
7765: * src/main/execute.C 1.257:
7766: * src/main/main.dsp 1.158:
7767: * src/main/pa_request.C 1.227:
7768: * src/targets/cgi/parser3.dsp 1.57:
7769: * src/types/pa_value.C 1.4:
7770: * src/types/pa_value.h 1.99:
7771: * src/types/pa_vmail.C 1.26:
7772: * src/types/pa_vmethod_frame.h 1.35:
7773: * src/types/pa_wcontext.h 1.38:
7774: * src/types/types.dsp 1.33:
7775: * www/htdocs/index.html 1.127:
7776: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
7777: request.root renamed to method_frame [more easyreading]
7778: ancient {...PUSH/POPs...} changed to stack vars [speed up]
7779:
7780: 2002-08-28 paf
7781: * operators.txt 1.79:
7782: * src/classes/string.C 1.118:
7783: * www/htdocs/derived.p 1.15:
7784: * www/htdocs/index.html 1.124:
7785: ^string.split[delim[;options]]
7786:
7787: * src/types/pa_vcookie.C 1.50:
7788: * www/htdocs/index.html 1.125:
7789: fixed cookie delete when
7790: $cookie:name[$.value[]]
7791:
7792: * src/types/pa_vcookie.C 1.51:
7793: * www/htdocs/index.html 1.126:
7794: $cookie:name[&]
7795: $cookie:name << now tainted
7796:
7797: 2002-08-27 paf
7798: * etc/parser3.charsets/Makefile.am 1.4:
7799: * etc/parser3.charsets/Makefile.in 1.12:
7800: merged from 3.0.0005
7801:
7802: * INSTALL 1.25:
7803: recommended latest gmime 1.0.5
7804:
7805: * operators.txt 1.78:
7806: * src/main/compile.tab.C 1.62:
7807: * src/main/compile.y 1.190:
7808: * www/htdocs/index.html 1.123:
7809: * www/htdocs/mailreceive.eml 1.2:
7810: # now delimiter
7811:
7812: 2002-08-26 paf
7813: * src/targets/apache13/hook/Makefile.am 1.1:
7814: * src/targets/apache13/hook/Makefile.in 1.1:
7815: *** empty log message ***
7816:
7817: * configure 1.36:
7818: * configure.in 1.37:
7819: * src/targets/apache13/Makefile.am 1.14:
7820: * src/targets/apache13/Makefile.in 1.38:
7821: * src/targets/apache13/hook/mod_parser3.c 1.2:
7822: apache13/hook added to make dist.
7823:
7824: 2002-08-23 paf
7825: * src/include/pa_common.h 1.81:
7826: * src/main/pa_common.C 1.118:
7827: * src/targets/cgi/parser3.C 1.197:
7828: * src/targets/isapi/parser3isapi.C 1.79:
7829: * www/htdocs/index.html 1.122:
7830: when auto.p beside binary [cgi, isapi] not accessible [due to
7831: bad rights or whatever] it's error now
7832:
7833: 2002-08-21 paf
7834: * src/main/pa_string.C 1.169:
7835: * www/htdocs/index.html 1.121:
7836: fixed bad language bug, [were wrong string cloning constructor]
7837:
7838: * src/main/compile.tab.C 1.61:
7839: * src/main/compile.y 1.189:
7840: * src/main/compile_tools.C 1.53:
7841: * src/main/compile_tools.h 1.64:
7842: * www/htdocs/derived.p 1.13:
7843: * www/htdocs/derived.p 1.14:
7844: "BASE:"
7845: "BASE::"
7846: syntax allowed, means "base class".
7847: compiled as if here they named base class
7848:
7849: * bin/auto.p.dist.in 1.7:
7850: * src/targets/cgi/parser3.C 1.196:
7851: * src/types/pa_vfile.C 1.34:
7852: * src/types/pa_vmail.C 1.23:
7853: * www/htdocs/mailreceive.eml 1.1:
7854: * www/htdocs/mailreceive.html 1.1:
7855: $mail.received.file.value.content-type fixed
7856:
7857: * Makefile.am 1.6:
7858: * Makefile.in 1.17:
7859: can use:
7860: make happy
7861: equals to
7862: make update install
7863:
7864: * src/main/execute.C 1.256:
7865: * src/types/pa_vobject.h 1.34:
7866: * www/htdocs/base.p 1.3:
7867: * www/htdocs/derived.p 1.12:
7868: * www/htdocs/index.html 1.120:
7869: fixed virtual calls
7870:
7871: 2002-08-20 paf
7872: * operators.txt 1.76:
7873: * src/classes/void.C 1.23:
7874: * www/htdocs/index.html 1.117:
7875: ^void.length[] = 0 merged from 3.0.0005
7876:
7877: * operators.txt 1.77:
7878: * src/classes/void.C 1.24:
7879: * www/htdocs/index.html 1.118:
7880: ^void.pos[...] = -1 merged from 3.0.0005
7881:
7882: * operators.txt [release_3_0_0005] 1.59.2.3:
7883: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
7884: ^void.length[] = 0
7885:
7886: * operators.txt [release_3_0_0005] 1.59.2.4:
7887: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
7888: ^void.pos[...] = -1
7889:
7890: * src/classes/file.C 1.96:
7891: * www/htdocs/index.html 1.119:
7892: fixed language of file:file result
7893:
7894: 2002-08-19 paf
7895: * src/classes/xnode.C 1.49:
7896: * src/classes/xnode.C 1.50:
7897: * src/classes/xnode.C 1.51:
7898: * src/types/pa_vxdoc.C 1.21:
7899: xdoc.fields fixed [were error in xnode, which were not catched
7900: in xdoc]
7901:
7902: * src/classes/xdoc.C 1.99:
7903: xdoc getElementsByTagName, ...NS
7904: overriden, work now
7905:
7906: * src/include/pa_stylesheet_connection.h 1.31:
7907: * src/main/pa_globals.C 1.138:
7908: prepared:
7909: // validate each document after load/create (?)
7910: //xmlDoValidityCheckingDefaultValue = 1;
7911:
7912: 2002-08-15 paf
7913: * src/types/pa_vrequest.C 1.25:
7914: * www/htdocs/index.html 1.113:
7915: $request:body unprecessed POST request
7916:
7917: * operators.txt 1.71:
7918: * src/classes/form.C 1.31:
7919: * src/include/pa_pool.h 1.84:
7920: * src/include/pa_request.h 1.145:
7921: * src/main/pa_pool.C 1.56:
7922: * src/types/pa_vform.C 1.66:
7923: * src/types/pa_vform.h 1.41:
7924: * www/htdocs/.htaccess 1.7:
7925: planning/preparing_to $request:body
7926: r.post_data now const
7927:
7928: * src/classes/image.C 1.75:
7929: * src/classes/op.C 1.104:
7930: * src/classes/xdoc.C 1.98:
7931: * src/classes/xnode.C 1.48:
7932: * src/main/execute.C 1.255:
7933: * src/types/pa_value.h 1.97:
7934: * src/types/pa_vhash.h 1.39:
7935: * src/types/pa_vobject.C 1.7:
7936: * src/types/pa_vobject.h 1.33:
7937: * src/types/pa_vtable.h 1.46:
7938: * www/htdocs/index.html 1.111:
7939: instead of type() checking everywhere used Value.as
7940: now user descendants can be used in params.
7941:
7942: VObject::as_*, is_defined now taken from bases.
7943: xtable(table)
7944: ^if($xtable) now OK
7945:
7946: * operators.txt 1.73:
7947: * src/include/pa_common.h 1.80:
7948: * src/main/pa_common.C 1.117:
7949: * src/types/pa_vcookie.C 1.49:
7950: * src/types/pa_vdate.h 1.19:
7951: * src/types/pa_vresponse.C 1.11:
7952: * src/types/pa_vresponse.h 1.29:
7953: * www/htdocs/index.html 1.115:
7954: $response:field[date]
7955: $response:field[$.xxx[date]]
7956:
7957: * src/types/pa_value.h 1.98:
7958: * src/types/pa_vdate.h 1.18:
7959: * src/types/pa_vrequest.C 1.24:
7960: * src/types/pa_vxdoc.C 1.20:
7961: * src/types/pa_vxnode.C 1.24:
7962: * www/htdocs/index.html 1.112:
7963: few barks:
7964: bark("%s field not found", 0, &aname)
7965:
7966: * src/classes/hash.C 1.45:
7967: * src/classes/string.C 1.117:
7968: * src/classes/table.C 1.160:
7969: * src/classes/void.C 1.22:
7970: * src/include/pa_sql_connection.h 1.27:
7971: * www/htdocs/index.html 1.114:
7972: fixed source of ^hash::sql{bad}
7973:
7974: * src/classes/classes.h 1.22:
7975: * www/htdocs/index.html 1.116:
7976: write to static var caused useless Exception, introduced
7977: Methoded::put_element wich consumes those
7978:
7979: * src/main/execute.C 1.254:
7980: * src/types/pa_value.h 1.96:
7981: * src/types/pa_vclass.C 1.12:
7982: * src/types/pa_vclass.h 1.37:
7983: * src/types/pa_vobject.C 1.6:
7984: * src/types/pa_vobject.h 1.32:
7985: * src/types/pa_vxdoc.C 1.19:
7986: * src/types/pa_vxdoc.h 1.29:
7987: is->as
7988:
7989: * operators.txt 1.72:
7990: $request:body unprecessed POST request body
7991:
7992: 2002-08-14 paf
7993: * src/targets/cgi/Makefile.am 1.41:
7994: * src/targets/cgi/fixopt.C 1.1:
7995: * src/targets/cgi/fixopt.C 1.2:
7996: * src/targets/cgi/fixopt.h 1.1:
7997: * src/targets/cgi/parser3.C 1.194:
7998: * src/targets/cgi/parser3.dsp 1.55:
7999: fixopt now preprocesses command line params, splitting them by
8000: space, excluding argv[0], argv[argc-1]
8001:
8002: * src/classes/xnode.h 1.16:
8003: * src/main/execute.C 1.253:
8004: * src/targets/cgi/parser3.dsp 1.56:
8005: * src/types/pa_value.h 1.95:
8006: * src/types/pa_vclass.C 1.11:
8007: * src/types/pa_vclass.h 1.36:
8008: * src/types/pa_vcode_frame.h 1.21:
8009: * src/types/pa_vcookie.C 1.48:
8010: * src/types/pa_vcookie.h 1.21:
8011: * src/types/pa_vdate.h 1.17:
8012: * src/types/pa_venv.h 1.26:
8013: * src/types/pa_vfile.h 1.49:
8014: * src/types/pa_vform.C 1.65:
8015: * src/types/pa_vform.h 1.40:
8016: * src/types/pa_vhash.h 1.38:
8017: * src/types/pa_vimage.h 1.31:
8018: * src/types/pa_vmail.C 1.22:
8019: * src/types/pa_vmail.h 1.6:
8020: * src/types/pa_vmath.h 1.12:
8021: * src/types/pa_vmethod_frame.h 1.34:
8022: * src/types/pa_vobject.C 1.5:
8023: * src/types/pa_vobject.h 1.31:
8024: * src/types/pa_vrequest.C 1.23:
8025: * src/types/pa_vrequest.h 1.23:
8026: * src/types/pa_vresponse.C 1.10:
8027: * src/types/pa_vresponse.h 1.28:
8028: * src/types/pa_vstateless_class.h 1.34:
8029: * src/types/pa_vstateless_object.h 1.25:
8030: * src/types/pa_vstatus.C 1.12:
8031: * src/types/pa_vstatus.h 1.13:
8032: * src/types/pa_vstring.h 1.52:
8033: * src/types/pa_vtable.C 1.19:
8034: * src/types/pa_vtable.h 1.45:
8035: * src/types/pa_vvoid.h 1.14:
8036: * src/types/pa_vxdoc.C 1.18:
8037: * src/types/pa_vxdoc.h 1.28:
8038: * src/types/pa_vxnode.C 1.23:
8039: * src/types/pa_vxnode.h 1.20:
8040: * src/types/pa_wwrapper.h 1.24:
8041: * www/htdocs/index.html 1.110:
8042: is now works with VObject & VClass
8043:
8044: * src/types/pa_vmail.C 1.21:
8045: mail: turned off utf8 to source transcoding
8046:
8047: * src/targets/cgi/parser3.C 1.193:
8048: -f config file
8049:
8050: * src/targets/cgi/Makefile.am 1.42:
8051: * src/targets/cgi/fixopt.C 1.3:
8052: * src/targets/cgi/fixopt.h 1.2:
8053: * src/targets/cgi/parser3.C 1.195:
8054: removed fixopt stupidity. on stupid linux use
8055: cd /document/root
8056: ../cgi/parser3 script
8057:
8058: * src/targets/cgi/Makefile.in 1.52:
8059: * src/targets/cgi/Makefile.in 1.53:
8060: *** empty log message ***
8061:
8062: * src/targets/cgi/parser3.C 1.192:
8063: * www/htdocs/auto.p 1.17:
8064: * www/htdocs/derived.p 1.11:
8065: * www/htdocs/index.html 1.109:
8066: fixed .log file dir
8067:
8068: 2002-08-13 paf
8069: * www/htdocs/derived.p 1.7:
8070: sample: dont convinient that table fields can be overridden
8071:
8072: * src/types/Makefile.in 1.43:
8073: added vobject.c & vclass
8074:
8075: * src/types/Makefile.in 1.42:
8076: VAliased removed
8077:
8078: * src/types/pa_vclass.C 1.9:
8079: * www/htdocs/derived.p 1.9:
8080: checked: form[vclass]fields can be overwritten in derived(table)
8081:
8082: * src/types/Makefile.am 1.26:
8083: * src/types/pa_vclass.C 1.7:
8084: * src/types/pa_vclass.h 1.34:
8085: * src/types/pa_vobject.C 1.1:
8086: * src/types/pa_vobject.h 1.29:
8087: * src/types/types.dsp 1.32:
8088: reorganized modules
8089: todo: fix bug with put endless recoursion
8090: todo: check 'as'
8091:
8092: * src/types/pa_vclass.C 1.10:
8093: * www/htdocs/index.html 1.107:
8094: allow override parent variables, useful for form descendants
8095:
8096: * src/types/pa_vobject.C 1.4:
8097: * www/htdocs/derived.p 1.10:
8098: * www/htdocs/index.html 1.108:
8099: allow override parent variables, useful for form descendants [
8100: in vobject too, were in vclass]
8101:
8102: * src/classes/form.C 1.30:
8103: * src/classes/mail.C 1.78:
8104: * src/classes/op.C 1.103:
8105: * src/classes/xnode.h 1.15:
8106: * src/include/pa_request.h 1.144:
8107: * src/main/execute.C 1.252:
8108: * src/main/pa_request.C 1.226:
8109: * src/types/pa_value.h 1.94:
8110: * src/types/pa_vclass.C 1.8:
8111: * src/types/pa_vclass.h 1.35:
8112: * src/types/pa_vcode_frame.h 1.20:
8113: * src/types/pa_vcookie.C 1.47:
8114: * src/types/pa_vcookie.h 1.20:
8115: * src/types/pa_vdate.h 1.16:
8116: * src/types/pa_venv.h 1.25:
8117: * src/types/pa_vfile.h 1.48:
8118: * src/types/pa_vform.C 1.64:
8119: * src/types/pa_vform.h 1.39:
8120: * src/types/pa_vhash.h 1.37:
8121: * src/types/pa_vimage.h 1.30:
8122: * src/types/pa_vmail.C 1.20:
8123: * src/types/pa_vmail.h 1.5:
8124: * src/types/pa_vmath.h 1.11:
8125: * src/types/pa_vmethod_frame.h 1.33:
8126: * src/types/pa_vobject.C 1.3:
8127: * src/types/pa_vobject.h 1.30:
8128: * src/types/pa_vrequest.C 1.22:
8129: * src/types/pa_vrequest.h 1.22:
8130: * src/types/pa_vresponse.C 1.9:
8131: * src/types/pa_vresponse.h 1.27:
8132: * src/types/pa_vstateless_class.h 1.33:
8133: * src/types/pa_vstateless_object.h 1.24:
8134: * src/types/pa_vstatus.C 1.11:
8135: * src/types/pa_vstatus.h 1.12:
8136: * src/types/pa_vstring.h 1.51:
8137: * src/types/pa_vtable.C 1.18:
8138: * src/types/pa_vtable.h 1.44:
8139: * src/types/pa_vvoid.h 1.13:
8140: * src/types/pa_vxdoc.C 1.17:
8141: * src/types/pa_vxdoc.h 1.27:
8142: * src/types/pa_vxnode.C 1.22:
8143: * src/types/pa_vxnode.h 1.19:
8144: * src/types/pa_wwrapper.h 1.23:
8145: introduced Value::get_element(..., bool looking_down) [needed
8146: to exclude endless recoursion]
8147:
8148: * src/classes/table.C 1.159:
8149: * src/types/pa_vtable.C 1.17:
8150: * src/types/pa_vtable.h 1.43:
8151: * www/htdocs/derived.p 1.5:
8152: fixed error message on using non-created table
8153:
8154: * src/classes/form.C 1.29:
8155: * src/classes/hash.C 1.44:
8156: * src/classes/mail.C 1.77:
8157: * src/classes/op.C 1.102:
8158: * src/classes/xnode.h 1.14:
8159: * src/include/pa_request.h 1.143:
8160: * src/main/compile.C 1.66:
8161: * src/main/compile.tab.C 1.60:
8162: * src/main/execute.C 1.251:
8163: * src/main/pa_request.C 1.225:
8164: * src/types/pa_value.h 1.93:
8165: * src/types/pa_vclass.h 1.33:
8166: * src/types/pa_vcode_frame.h 1.19:
8167: * src/types/pa_vcookie.C 1.46:
8168: * src/types/pa_vcookie.h 1.19:
8169: * src/types/pa_vdate.h 1.15:
8170: * src/types/pa_venv.h 1.24:
8171: * src/types/pa_vfile.h 1.47:
8172: * src/types/pa_vform.C 1.63:
8173: * src/types/pa_vform.h 1.38:
8174: * src/types/pa_vhash.h 1.36:
8175: * src/types/pa_vimage.C 1.20:
8176: * src/types/pa_vimage.h 1.29:
8177: * src/types/pa_vmail.C 1.19:
8178: * src/types/pa_vmail.h 1.4:
8179: * src/types/pa_vmath.h 1.10:
8180: * src/types/pa_vmethod_frame.h 1.32:
8181: * src/types/pa_vobject.h 1.26:
8182: * src/types/pa_vrequest.C 1.20:
8183: * src/types/pa_vrequest.h 1.20:
8184: * src/types/pa_vresponse.C 1.8:
8185: * src/types/pa_vresponse.h 1.26:
8186: * src/types/pa_vstateless_class.h 1.32:
8187: * src/types/pa_vstateless_object.h 1.23:
8188: * src/types/pa_vstatus.C 1.10:
8189: * src/types/pa_vstatus.h 1.11:
8190: * src/types/pa_vstring.h 1.50:
8191: * src/types/pa_vtable.C 1.16:
8192: * src/types/pa_vtable.h 1.42:
8193: * src/types/pa_vvoid.h 1.12:
8194: * src/types/pa_vxdoc.C 1.16:
8195: * src/types/pa_vxdoc.h 1.26:
8196: * src/types/pa_vxnode.C 1.21:
8197: * src/types/pa_vxnode.h 1.18:
8198: * src/types/pa_wwrapper.h 1.22:
8199: * www/htdocs/derived.p 1.4:
8200: VObject.get/out now looking down/up tree
8201: todo: fix error message on non-constructed parents
8202:
8203: * src/types/pa_vobject.h 1.28:
8204: * www/htdocs/derived.p 1.8:
8205: checked: table fields can be overwritten in derived(table)
8206:
8207: * src/types/pa_vobject.h 1.27:
8208: * www/htdocs/derived.p 1.6:
8209: * www/htdocs/index.html 1.106:
8210: derived classes can have fields of their own now
8211:
8212: 2002-08-12 paf
8213: * src/main/compile.tab.C 1.59:
8214: * src/main/compile.y 1.188:
8215: * src/main/execute.C 1.249:
8216: * src/main/execute.C 1.250:
8217: * src/main/pa_request.C 1.224:
8218: * src/types/Makefile.am 1.25:
8219: * src/types/pa_valiased.C 1.17:
8220: * src/types/pa_valiased.h 1.23:
8221: * src/types/pa_value.h 1.92:
8222: * src/types/pa_vclass.h 1.32:
8223: * src/types/pa_vobject.h 1.25:
8224: * src/types/pa_vstateless_class.h 1.30:
8225: * src/types/pa_vstateless_object.h 1.21:
8226: * src/types/pa_wcontext.h 1.37:
8227: ^base:create[] dynamic call rewritten
8228: todo: thorough testing
8229:
8230: * src/types/pa_value.h 1.91:
8231: * src/types/pa_vclass.h 1.31:
8232: * src/types/pa_vobject.h 1.24:
8233: * www/htdocs/base.p 1.1:
8234: * www/htdocs/derived.p 1.1:
8235: VObject ctor now instantates base class, remembers it and saves child in parent
8236: VObject.get_class now returns last child = downward virtual calls OK
8237:
8238: * src/types/pa_vstateless_class.h 1.31:
8239: * src/types/pa_vstateless_object.h 1.22:
8240: * www/htdocs/derived.p 1.3:
8241: table derived OK
8242:
8243: * src/main/pa_request.C 1.223:
8244: response:body[file] content-type check fixed [were bad when
8245: content-type is hash]
8246:
8247: * bin/auto.p.dist.in 1.5:
8248: fixed sendmail default comment
8249:
8250: * src/main/execute.C 1.248:
8251: * src/types/pa_value.h 1.90:
8252: * src/types/pa_vclass.h 1.30:
8253: * src/types/pa_vdate.h 1.14:
8254: * src/types/pa_vdouble.h 1.40:
8255: * src/types/pa_vfile.h 1.46:
8256: * src/types/pa_vimage.h 1.28:
8257: * src/types/pa_vint.h 1.37:
8258: * src/types/pa_vmethod_frame.h 1.31:
8259: * src/types/pa_vobject.h 1.23:
8260: * src/types/pa_vresponse.h 1.25:
8261: * src/types/pa_vstateless_class.h 1.29:
8262: * src/types/pa_vstateless_object.h 1.20:
8263: * src/types/pa_vstring.h 1.49:
8264: * src/types/pa_vtable.h 1.41:
8265: * src/types/pa_vxdoc.h 1.25:
8266: * src/types/pa_vxnode.h 1.17:
8267: * src/types/pa_wcontext.h 1.36:
8268: * src/types/types.dsp 1.31:
8269: * www/htdocs/index.html 1.105:
8270: killed VAliased [redundant], moved $CLASS to VObject only [
8271: parser class instance]
8272:
8273: * bin/auto.p.dist.in 1.6:
8274: more like in dist on parser.ru
8275:
8276: * www/htdocs/base.p 1.2:
8277: * www/htdocs/derived.p 1.2:
8278: not good - along upward-virtual call self eq child
8279:
8280: 2002-08-09 paf
8281: * src/main/execute.C 1.247:
8282: * src/types/pa_value.h 1.89:
8283: * src/types/pa_vclass.h 1.29:
8284: * src/types/pa_vobject.h 1.22:
8285: * src/types/pa_vxdoc.h 1.24:
8286: * www/htdocs/index.html 1.104:
8287: started as()
8288:
8289: 2002-08-08 paf
8290: * src/classes/mail.C 1.76:
8291: * src/types/pa_vmail.C 1.18:
8292: * www/htdocs/auto.p 1.16:
8293: * www/htdocs/index.html 1.98:
8294: in letter texts one can use tainted data now. only she must specify the language.
8295:
8296: ^mail:send[
8297: $.from[paf@mail.design.ru]
8298: $.to[paf@mail.design.ru]
8299: $.subject[^taint[uri][ìîñêâà]=2]
8300: $.text[^taint[uri][ìîñêâà]=]
8301: ]
8302:
8303: * operators.txt 1.67:
8304: * src/include/pa_string.h 1.142:
8305: * src/include/pa_string.h 1.143:
8306: * src/main/pa_string.C 1.168:
8307: * www/htdocs/index.html 1.95:
8308: String::first_char now not fails on empty strings
8309: ^if(-f '') now ok and in 3 other places.
8310:
8311: * src/classes/file.C 1.95:
8312: * src/classes/op.C 1.101:
8313: * src/types/pa_vfile.C 1.33:
8314: * www/htdocs/index.html 1.96:
8315: * www/htdocs/index.html 1.97:
8316: ^process now prints more precise origin
8317:
8318: * operators.txt 1.68:
8319: * src/types/pa_vdate.h 1.13:
8320: * www/htdocs/index.html 1.99:
8321: $date.yearday
8322: $date.daylightsaving
8323:
8324: * src/main/execute.C 1.246:
8325: * www/htdocs/index.html 1.100:
8326: error reporting on object writes to MAIN improved [were ruind
8327: with fixing $obj[^if(1){$obj}] ]
8328:
8329: * operators.txt 1.69:
8330: * operators.txt 1.70:
8331: * src/classes/date.C 1.36:
8332: * src/include/pa_globals.h 1.94:
8333: * src/main/pa_globals.C 1.137:
8334: * www/htdocs/index.html 1.101:
8335: * www/htdocs/index.html 1.102:
8336: year column in month calendar [week year]
8337:
8338: 2002-08-07 paf
8339: * src/classes/classes.dsp 1.24:
8340: * src/classes/gd/gd.dsp 1.26:
8341: * src/classes/smtp/smtp.dsp 1.22:
8342: * src/classes/table.C 1.158:
8343: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
8344: * src/main/pa_array.C 1.52:
8345: * src/types/types.dsp 1.30:
8346: * www/htdocs/index.html 1.91:
8347: all Debug dirs in .dsp now named 'Debug'
8348:
8349: * src/classes/string.C 1.116:
8350: * src/main/pa_string.C 1.166:
8351: * src/main/pa_string.C 1.167:
8352: * www/htdocs/index.html 1.93:
8353: * www/htdocs/index.html 1.94:
8354: ^string.mid(0;bad) fixed
8355:
8356: * operators.txt 1.66:
8357: * src/classes/op.C 1.100:
8358: cache...{...^cache<<to past...} now erasing cache file [there
8359: were bad check on that]
8360:
8361: * operators.txt 1.65:
8362: * src/classes/mail.C 1.75:
8363: exception_type email.send
8364:
8365: * src/types/pa_vmail.C 1.16:
8366: * www/htdocs/global.xsl 1.8:
8367: * www/htdocs/index.html 1.89:
8368: mail:send empty email checked
8369:
8370: * src/main/execute.C 1.245:
8371: * src/types/pa_vcode_frame.h 1.17:
8372: * src/types/pa_vcode_frame.h 1.18:
8373: * src/types/pa_vmethod_frame.h 1.30:
8374: * src/types/pa_wcontext.C 1.22:
8375: * src/types/pa_wcontext.h 1.35:
8376: * src/types/pa_wwrapper.h 1.21:
8377: * www/htdocs/index.html 1.92:
8378: vcodeframe were mistakenly not completely transparent to object writes.
8379: $hash[^if(1){$hash}] now works
8380:
8381: * operators.txt 1.64:
8382: * src/types/pa_vmail.C 1.17:
8383: * www/htdocs/index.html 1.90:
8384: exception_type email.format
8385:
8386: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
8387: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
8388: all included into dist
8389:
8390: 2002-08-06 paf
8391: * src/classes/file.C 1.93:
8392: * src/include/pa_globals.h 1.93:
8393: * src/main/pa_globals.C 1.136:
8394: * src/main/pa_request.C 1.222:
8395: * src/types/pa_vfile.C 1.32:
8396: * src/types/pa_vfile.h 1.45:
8397: * www/htdocs/index.html 1.85:
8398: $file.content-type [instead of .mime-type]
8399: now works for file::stat also
8400:
8401: * src/main/pa_request.C 1.221:
8402: * www/htdocs/index.html 1.84:
8403: case insensitive mime_type_of
8404:
8405: * src/classes/file.C 1.94:
8406: * www/htdocs/index.html 1.86:
8407: $f[file::cgi]
8408: $f.UPPER case fields
8409:
8410: * operators.txt 1.62:
8411: * operators.txt 1.63:
8412: * src/classes/table.C 1.157:
8413: * src/include/pa_array.h 1.56:
8414: * src/include/pa_table.h 1.47:
8415: * src/main/pa_array.C 1.51:
8416: * src/main/pa_table.C 1.50:
8417: * www/htdocs/index.html 1.88:
8418: ^table::create[$source;$.options]
8419: ^table::join[$source;$.options]
8420:
8421: * bin/auto.p.dist.in 1.4:
8422: jpeg
8423:
8424: * operators.txt 1.61:
8425: * src/classes/hash.C 1.43:
8426: * src/classes/string.C 1.115:
8427: * src/classes/table.C 1.156:
8428: * www/htdocs/index.html 1.87:
8429: sql options can be string now
8430: ^xxx:sql{...}[
8431: # $.default()
8432: }
8433:
8434: 2002-08-05 paf
8435: * src/classes/date.C 1.34:
8436: * src/include/pa_globals.h 1.92:
8437: * src/main/pa_globals.C 1.135:
8438: month calendar week column [ISO 8601 Week Numbers]
8439:
8440: * operators.txt 1.60:
8441: comment on date:calendar week column
8442:
8443: * src/types/pa_vxnode.C 1.20:
8444: xnode.childNodes now 0... [were 1...]
8445:
8446: * src/main/pa_common.C 1.113:
8447: * src/main/pa_common.C 1.114:
8448: * src/main/pa_common.C 1.115:
8449: * src/main/pa_common.C 1.116:
8450: write checked
8451:
8452: * src/types/pa_vmail.C 1.15:
8453: file buffer relocated to parser heap
8454:
8455: * src/classes/date.C 1.35:
8456: +1 buf size for stupid snprintfs
8457:
8458: 2002-08-02 paf
8459: * operators.txt 1.59:
8460: * src/main/pa_request.C 1.220:
8461: * src/types/pa_vform.C 1.61:
8462: * www/htdocs/index.html 1.83:
8463: response transcoded source->client only when text/* or simple
8464: onoverridden $response:body
8465:
8466: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
8467: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
8468: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
8469: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
8470: removed #define DEBUG*
8471:
8472: * src/Makefile.in 1.50:
8473: * src/classes/Makefile.in 1.48:
8474: * src/classes/gd/Makefile.in 1.38:
8475: * src/main/Makefile.in 1.44:
8476: * src/targets/apache13/Makefile.in 1.37:
8477: * src/targets/cgi/Makefile.in 1.51:
8478: * src/types/Makefile.in 1.41:
8479: *** empty log message ***
8480:
8481: * src/types/pa_vclass.h 1.28:
8482: * src/types/pa_vform.C 1.62:
8483: * src/types/pa_vobject.h 1.21:
8484: opera multipart post fixed
8485:
8486: * configure [release_3_0_0005] 1.35.2.1:
8487: * configure.in [release_3_0_0005] 1.36.2.1:
8488: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
8489: release 3_0_0005
8490:
8491: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
8492: unhandled_exception comments
8493:
8494: 2002-08-01 paf
8495: * src/classes/classes.C 1.17:
8496: * src/classes/classes.h 1.21:
8497: * src/classes/date.C 1.33:
8498: * src/classes/double.C 1.49:
8499: * src/classes/file.C 1.92:
8500: * src/classes/form.C 1.28:
8501: * src/classes/gd/gif.C 1.28:
8502: * src/classes/gd/gif.h 1.22:
8503: * src/classes/gd/gifio.C 1.20:
8504: * src/classes/hash.C 1.42:
8505: * src/classes/image.C 1.74:
8506: * src/classes/int.C 1.46:
8507: * src/classes/mail.C 1.74:
8508: * src/classes/math.C 1.23:
8509: * src/classes/op.C 1.99:
8510: * src/classes/response.C 1.21:
8511: * src/classes/smtp/comms.C 1.10:
8512: * src/classes/smtp/smtp.C 1.13:
8513: * src/classes/smtp/smtp.h 1.10:
8514: * src/classes/string.C 1.114:
8515: * src/classes/table.C 1.155:
8516: * src/classes/void.C 1.21:
8517: * src/classes/xdoc.C 1.97:
8518: * src/classes/xnode.C 1.47:
8519: * src/classes/xnode.h 1.13:
8520: * src/include/pa_array.h 1.55:
8521: * src/include/pa_cache_managers.h 1.8:
8522: * src/include/pa_charset.h 1.18:
8523: * src/include/pa_charsets.h 1.7:
8524: * src/include/pa_common.h 1.79:
8525: * src/include/pa_config_fixed.h 1.48:
8526: * src/include/pa_dictionary.h 1.12:
8527: * src/include/pa_dir.h 1.12:
8528: * src/include/pa_exception.h 1.37:
8529: * src/include/pa_exec.h 1.10:
8530: * src/include/pa_globals.h 1.91:
8531: * src/include/pa_hash.h 1.57:
8532: * src/include/pa_opcode.h 1.20:
8533: * src/include/pa_pool.h 1.83:
8534: * src/include/pa_request.h 1.142:
8535: * src/include/pa_sapi.h 1.21:
8536: * src/include/pa_socks.h 1.10:
8537: * src/include/pa_sql_connection.h 1.26:
8538: * src/include/pa_sql_driver_manager.h 1.25:
8539: * src/include/pa_stack.h 1.16:
8540: * src/include/pa_string.h 1.141:
8541: * src/include/pa_stylesheet_connection.h 1.30:
8542: * src/include/pa_stylesheet_manager.h 1.14:
8543: * src/include/pa_table.h 1.46:
8544: * src/include/pa_threads.h 1.25:
8545: * src/include/pa_types.h 1.43:
8546: * src/include/pa_uue.h 1.3:
8547: * src/lib/md5/pa_md5.h 1.4:
8548: * src/lib/md5/pa_md5c.c 1.5:
8549: * src/lib/pcre/pcre_parser_ctype.c 1.2:
8550: * src/main/compile.C 1.65:
8551: * src/main/compile.tab.C 1.58:
8552: * src/main/compile_tools.C 1.52:
8553: * src/main/compile_tools.h 1.63:
8554: * src/main/execute.C 1.244:
8555: * src/main/pa_array.C 1.50:
8556: * src/main/pa_cache_managers.C 1.6:
8557: * src/main/pa_charset.C 1.28:
8558: * src/main/pa_charsets.C 1.10:
8559: * src/main/pa_common.C 1.112:
8560: * src/main/pa_dictionary.C 1.16:
8561: * src/main/pa_dir.C 1.13:
8562: * src/main/pa_exception.C 1.42:
8563: * src/main/pa_exec.C 1.39:
8564: * src/main/pa_globals.C 1.134:
8565: * src/main/pa_hash.C 1.52:
8566: * src/main/pa_pool.C 1.55:
8567: * src/main/pa_request.C 1.219:
8568: * src/main/pa_socks.C 1.16:
8569: * src/main/pa_sql_driver_manager.C 1.64:
8570: * src/main/pa_string.C 1.165:
8571: * src/main/pa_stylesheet_manager.C 1.15:
8572: * src/main/pa_table.C 1.49:
8573: * src/main/pa_uue.C 1.3:
8574: * src/main/untaint.C 1.104:
8575: * src/sql/pa_sql_driver.h 1.28:
8576: * src/targets/apache13/mod_parser3.C 1.26:
8577: * src/targets/apache13/pa_md5c.c 1.4:
8578: * src/targets/apache13/pa_pool.C 1.7:
8579: * src/targets/apache13/pa_threads.C 1.10:
8580: * src/targets/cgi/pa_pool.C 1.40:
8581: * src/targets/cgi/pa_threads.C 1.11:
8582: * src/targets/cgi/parser3.C 1.190:
8583: * src/targets/cgi/pool_storage.h 1.12:
8584: * src/targets/isapi/pa_pool.C 1.15:
8585: * src/targets/isapi/pa_threads.C 1.12:
8586: * src/targets/isapi/parser3isapi.C 1.78:
8587: * src/targets/isapi/pool_storage.h 1.18:
8588: * src/types/pa_valiased.C 1.16:
8589: * src/types/pa_valiased.h 1.22:
8590: * src/types/pa_value.C 1.3:
8591: * src/types/pa_value.h 1.88:
8592: * src/types/pa_vbool.h 1.20:
8593: * src/types/pa_vclass.h 1.27:
8594: * src/types/pa_vcode_frame.h 1.16:
8595: * src/types/pa_vcookie.C 1.45:
8596: * src/types/pa_vcookie.h 1.18:
8597: * src/types/pa_vdate.h 1.12:
8598: * src/types/pa_vdouble.h 1.39:
8599: * src/types/pa_venv.h 1.23:
8600: * src/types/pa_vfile.C 1.31:
8601: * src/types/pa_vfile.h 1.44:
8602: * src/types/pa_vform.C 1.60:
8603: * src/types/pa_vform.h 1.37:
8604: * src/types/pa_vhash.h 1.35:
8605: * src/types/pa_vimage.C 1.19:
8606: * src/types/pa_vimage.h 1.27:
8607: * src/types/pa_vint.h 1.36:
8608: * src/types/pa_vjunction.h 1.15:
8609: * src/types/pa_vmail.C 1.14:
8610: * src/types/pa_vmail.h 1.3:
8611: * src/types/pa_vmath.h 1.9:
8612: * src/types/pa_vmethod_frame.h 1.29:
8613: * src/types/pa_vobject.h 1.20:
8614: * src/types/pa_vrequest.C 1.19:
8615: * src/types/pa_vrequest.h 1.19:
8616: * src/types/pa_vresponse.C 1.7:
8617: * src/types/pa_vresponse.h 1.24:
8618: * src/types/pa_vstateless_class.C 1.15:
8619: * src/types/pa_vstateless_class.h 1.28:
8620: * src/types/pa_vstateless_object.h 1.19:
8621: * src/types/pa_vstatus.C 1.9:
8622: * src/types/pa_vstatus.h 1.10:
8623: * src/types/pa_vstring.C 1.21:
8624: * src/types/pa_vstring.h 1.48:
8625: * src/types/pa_vtable.C 1.15:
8626: * src/types/pa_vtable.h 1.40:
8627: * src/types/pa_vvoid.h 1.11:
8628: * src/types/pa_vxdoc.C 1.15:
8629: * src/types/pa_vxdoc.h 1.23:
8630: * src/types/pa_vxnode.C 1.19:
8631: * src/types/pa_vxnode.h 1.16:
8632: * src/types/pa_wcontext.C 1.21:
8633: * src/types/pa_wcontext.h 1.34:
8634: * src/types/pa_wwrapper.h 1.20:
1.23 ! paf 8635: $Date: 2003/06/26 11:51:27 $
1.15 paf 8636:
8637: * src/Makefile.am 1.17:
8638: * src/classes/Makefile.am 1.40:
8639: * src/classes/classes.C 1.16:
8640: * src/classes/classes.dsp 1.23:
8641: * src/classes/classes.h 1.20:
8642: * src/classes/date.C 1.32:
8643: * src/classes/double.C 1.48:
8644: * src/classes/file.C 1.91:
8645: * src/classes/form.C 1.27:
8646: * src/classes/gd/Makefile.am 1.10:
8647: * src/classes/gd/gd.dsp 1.25:
8648: * src/classes/gd/gif.C 1.27:
8649: * src/classes/gd/gif.h 1.21:
8650: * src/classes/gd/gifio.C 1.19:
8651: * src/classes/hash.C 1.41:
8652: * src/classes/image.C 1.73:
8653: * src/classes/int.C 1.45:
8654: * src/classes/mail.C 1.73:
8655: * src/classes/math.C 1.22:
8656: * src/classes/op.C 1.98:
8657: * src/classes/response.C 1.20:
8658: * src/classes/smtp/comms.C 1.9:
8659: * src/classes/smtp/smtp.C 1.12:
8660: * src/classes/smtp/smtp.dsp 1.21:
8661: * src/classes/smtp/smtp.h 1.9:
8662: * src/classes/string.C 1.113:
8663: * src/classes/table.C 1.154:
8664: * src/classes/void.C 1.20:
8665: * src/classes/xdoc.C 1.96:
8666: * src/classes/xnode.C 1.46:
8667: * src/classes/xnode.h 1.12:
8668: * src/include/pa_array.h 1.54:
8669: * src/include/pa_cache_managers.h 1.7:
8670: * src/include/pa_charset.h 1.17:
8671: * src/include/pa_charsets.h 1.6:
8672: * src/include/pa_common.h 1.78:
8673: * src/include/pa_config_fixed.h 1.47:
8674: * src/include/pa_config_includes.h 1.20:
8675: * src/include/pa_dictionary.h 1.11:
8676: * src/include/pa_dir.h 1.11:
8677: * src/include/pa_exception.h 1.36:
8678: * src/include/pa_exec.h 1.9:
8679: * src/include/pa_globals.h 1.90:
8680: * src/include/pa_hash.h 1.56:
8681: * src/include/pa_opcode.h 1.19:
8682: * src/include/pa_pool.h 1.82:
8683: * src/include/pa_pragma_pack_begin.h 1.5:
8684: * src/include/pa_pragma_pack_end.h 1.5:
8685: * src/include/pa_request.h 1.141:
8686: * src/include/pa_sapi.h 1.20:
8687: * src/include/pa_socks.h 1.9:
8688: * src/include/pa_sql_connection.h 1.25:
8689: * src/include/pa_sql_driver_manager.h 1.24:
8690: * src/include/pa_stack.h 1.15:
8691: * src/include/pa_string.h 1.140:
8692: * src/include/pa_stylesheet_connection.h 1.29:
8693: * src/include/pa_stylesheet_manager.h 1.13:
8694: * src/include/pa_table.h 1.45:
8695: * src/include/pa_threads.h 1.24:
8696: * src/include/pa_types.h 1.42:
8697: * src/include/pa_uue.h 1.2:
8698: * src/lib/md5/pa_md5.h 1.3:
8699: * src/lib/md5/pa_md5c.c 1.4:
8700: * src/main/Makefile.am 1.34:
8701: * src/main/compile.C 1.64:
8702: * src/main/compile_tools.C 1.51:
8703: * src/main/compile_tools.h 1.62:
8704: * src/main/execute.C 1.243:
8705: * src/main/main.dsp 1.157:
8706: * src/main/pa_array.C 1.49:
8707: * src/main/pa_cache_managers.C 1.5:
8708: * src/main/pa_charset.C 1.27:
8709: * src/main/pa_charsets.C 1.9:
8710: * src/main/pa_common.C 1.111:
8711: * src/main/pa_dictionary.C 1.15:
8712: * src/main/pa_dir.C 1.12:
8713: * src/main/pa_exception.C 1.41:
8714: * src/main/pa_exec.C 1.38:
8715: * src/main/pa_globals.C 1.133:
8716: * src/main/pa_hash.C 1.51:
8717: * src/main/pa_pool.C 1.54:
8718: * src/main/pa_request.C 1.218:
8719: * src/main/pa_socks.C 1.15:
8720: * src/main/pa_sql_driver_manager.C 1.63:
8721: * src/main/pa_string.C 1.164:
8722: * src/main/pa_stylesheet_manager.C 1.14:
8723: * src/main/pa_table.C 1.48:
8724: * src/main/pa_uue.C 1.2:
8725: * src/main/untaint.C 1.103:
8726: * src/sql/pa_sql_driver.h 1.27:
8727: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
8728: * src/targets/apache13/Makefile.am 1.13:
8729: * src/targets/apache13/mod_parser3.C 1.25:
8730: * src/targets/apache13/pa_md5c.c 1.3:
8731: * src/targets/apache13/pa_pool.C 1.6:
8732: * src/targets/apache13/pa_threads.C 1.9:
8733: * src/targets/cgi/Makefile.am 1.40:
8734: * src/targets/cgi/pa_pool.C 1.39:
8735: * src/targets/cgi/pa_threads.C 1.10:
8736: * src/targets/cgi/parser3.C 1.189:
8737: * src/targets/cgi/parser3.dsp 1.54:
8738: * src/targets/cgi/pool_storage.h 1.11:
8739: * src/targets/isapi/pa_pool.C 1.14:
8740: * src/targets/isapi/pa_threads.C 1.11:
8741: * src/targets/isapi/parser3isapi.C 1.77:
8742: * src/targets/isapi/parser3isapi.dsp 1.41:
8743: * src/targets/isapi/pool_storage.h 1.17:
8744: * src/types/Makefile.am 1.24:
8745: * src/types/pa_valiased.C 1.15:
8746: * src/types/pa_valiased.h 1.21:
8747: * src/types/pa_value.C 1.2:
8748: * src/types/pa_value.h 1.87:
8749: * src/types/pa_vbool.h 1.19:
8750: * src/types/pa_vclass.h 1.26:
8751: * src/types/pa_vcode_frame.h 1.15:
8752: * src/types/pa_vcookie.C 1.44:
8753: * src/types/pa_vcookie.h 1.17:
8754: * src/types/pa_vdate.h 1.11:
8755: * src/types/pa_vdouble.h 1.38:
8756: * src/types/pa_venv.h 1.22:
8757: * src/types/pa_vfile.C 1.30:
8758: * src/types/pa_vfile.h 1.43:
8759: * src/types/pa_vform.C 1.59:
8760: * src/types/pa_vform.h 1.36:
8761: * src/types/pa_vhash.h 1.34:
8762: * src/types/pa_vimage.C 1.18:
8763: * src/types/pa_vimage.h 1.26:
8764: * src/types/pa_vint.h 1.35:
8765: * src/types/pa_vjunction.h 1.14:
8766: * src/types/pa_vmail.C 1.13:
8767: * src/types/pa_vmail.h 1.2:
8768: * src/types/pa_vmath.h 1.8:
8769: * src/types/pa_vmethod_frame.h 1.28:
8770: * src/types/pa_vobject.h 1.19:
8771: * src/types/pa_vrequest.C 1.18:
8772: * src/types/pa_vrequest.h 1.18:
8773: * src/types/pa_vresponse.C 1.6:
8774: * src/types/pa_vresponse.h 1.23:
8775: * src/types/pa_vstateless_class.C 1.14:
8776: * src/types/pa_vstateless_class.h 1.27:
8777: * src/types/pa_vstateless_object.h 1.18:
8778: * src/types/pa_vstatus.C 1.8:
8779: * src/types/pa_vstatus.h 1.9:
8780: * src/types/pa_vstring.C 1.20:
8781: * src/types/pa_vstring.h 1.47:
8782: * src/types/pa_vtable.C 1.14:
8783: * src/types/pa_vtable.h 1.39:
8784: * src/types/pa_vvoid.h 1.10:
8785: * src/types/pa_vxdoc.C 1.14:
8786: * src/types/pa_vxdoc.h 1.22:
8787: * src/types/pa_vxnode.C 1.18:
8788: * src/types/pa_vxnode.h 1.15:
8789: * src/types/pa_wcontext.C 1.20:
8790: * src/types/pa_wcontext.h 1.33:
8791: * src/types/pa_wwrapper.h 1.19:
8792: * src/types/types.dsp 1.29:
8793: ident.C* removed
8794:
8795: * operators.txt 1.58:
8796: * src/classes/file.C 1.90:
8797: * src/main/pa_request.C 1.217:
8798: file:find[/can/do/this/now.txt]
8799:
8800: * src/targets/cgi/parser3.C 1.188:
8801: usage to stdout now
8802:
8803: 2002-07-31 paf
8804: * src/classes/mail.C 1.72:
8805: * src/types/pa_vmail.C 1.10:
8806: * src/types/pa_vmail.C 1.11:
8807: * src/types/pa_vmail.C 1.12:
8808: mail:
8809: errors-to: now default "postmaster"
8810:
8811: * src/classes/mail.C 1.70:
8812: * src/classes/smtp/smtp.C 1.11:
8813: * src/types/pa_vmail.C 1.9:
8814: mail from/to now must be.
8815: -f postmaster now default sendmail key
8816: word "postmaster" replaced to $.from
8817:
8818: * src/classes/mail.C 1.71:
8819: *** empty log message ***
8820:
8821: 2002-07-30 paf
8822: * src/main/pa_charset.C 1.25:
8823: * www/htdocs/auto.p 1.15:
8824: UTF-8 to 1byte charset convert, no char in table, &#decimal;
8825:
8826: * Makefile.in 1.16:
8827: * configure 1.35:
8828: * configure.in 1.36:
8829: * src/targets/cgi/Makefile.in 1.50:
8830: * src/targets/cgi/pa_config_paths.h.in 1.2:
8831: * src/targets/cgi/parser3.C 1.187:
8832: removed pa_config_paths.h
8833:
8834: * src/main/pa_charset.C 1.26:
8835: * src/main/pa_request.C 1.216:
8836: comment
8837:
8838: * etc/parser3.charsets/windows-1251.cfg 1.6:
8839: section sign [russian paragraf]
8840:
8841: 2002-07-11 paf
8842: * src/classes/mail.C 1.69:
8843: $MAIL[
8844: # xxx
8845: ]
8846:
8847: now ok
8848:
8849: * operators.txt 1.57:
8850: plan: sql detailed exception
8851:
8852: * src/main/pa_exec.C 1.36:
8853: invalid .exe caused error message with params wich parser did not provide = reported badly.
8854: fixed that.
8855:
8856: * src/main/pa_exec.C 1.37:
8857: build command line badly added params twice [and first time
8858: without ' ']. double wrong. fixed.
8859:
8860: 2002-07-01 paf
8861: * src/classes/form.C 1.26:
8862: * src/main/pa_request.C 1.215:
8863: conf bug fixed [MForm.configure_admin were called when request
8864: main_class ==0
8865:
8866: * src/classes/form.C 1.24:
8867: content_length type fix
8868:
8869: * src/classes/form.C 1.25:
8870: 10*0x400*400 bug fix [4M not 10M]
8871:
8872: 2002-06-30 paf
8873: * src/classes/mail.C 1.68:
8874: merged from 4
8875:
8876: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
8877: restored $MAIL
8878:
8879: 2002-06-28 paf
8880: * configure 1.32:
8881: * operators.txt 1.56:
8882: * src/classes/xdoc.C 1.95:
8883: * src/include/pa_charset.h 1.16:
8884: * src/include/pa_config_fixed.h 1.46:
8885: * src/include/pa_pool.h 1.81:
8886: * src/include/pa_version.h 1.6:
8887: * src/main/pa_charset.C 1.24:
8888: * src/main/pa_pool.C 1.53:
8889: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
8890: * src/targets/cgi/parser3.dsp 1.53:
8891: * src/targets/isapi/parser3isapi.dsp 1.40:
8892: * src/types/pa_vmail.C 1.8:
8893: * www/htdocs/index.html 1.82:
8894: merged latest updates to head
8895:
8896: * configure 1.34:
8897: * configure.in [release_3_0_0004] 1.35.2.2:
8898: removed paths.h
8899:
8900: * Makefile.in 1.15:
8901: * configure 1.33:
8902: * src/include/pa_version.h 1.7:
8903: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
8904: lates changes from 4 build merged, makes updated
8905:
8906: 2002-06-27 paf
8907: * src/classes/xdoc.C 1.94:
8908: * www/htdocs/index.html 1.81:
8909: xsltParseStylesheetDoc bug workaround
8910:
8911: * operators.txt [release_3_0_0004] 1.55.2.1:
8912: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
8913: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
8914: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
8915: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
8916: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
8917: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
8918: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
8919: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
8920: default uri=path_translated
8921:
8922: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
8923: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
8924: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
8925: post-build not error now
8926:
8927: 2002-06-26 paf
8928: * configure [release_3_0_0004] 1.31.2.1:
8929: * configure.in [release_3_0_0004] 1.35.2.1:
8930: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
8931: release_3_0_0004
8932:
8933: * src/main/pa_string.C 1.162:
8934: blank string '', ' <whitespace>' considered 0 now
8935:
8936: * src/lib/md5/Makefile.in 1.1:
8937: *** empty log message ***
8938:
8939: * src/targets/cgi/parser3.C 1.186:
8940: /cgi-bin/parser empty filename checked
8941:
8942: 2002-06-25 paf
8943: * operators.txt 1.55:
8944: * src/classes/xdoc.C 1.93:
8945: * www/htdocs/index.html 1.78:
8946: * www/htdocs/index.html 1.79:
8947: ^xdoc.transform[xdoc <<can be now
8948:
8949: * bin/auto.p.dist.in 1.3:
8950: * operators.txt 1.53:
8951: * src/classes/math.C 1.20:
8952: * src/types/pa_vmail.C 1.6:
8953: * www/htdocs/index.html 1.76:
8954: math:crypt updated to generate random salt when needed and to
8955: call system crypt() if not $apr1$ prefix
8956:
8957: * configure 1.31:
8958: * configure.in 1.35:
8959: * src/include/pa_config_auto.h.in 1.27:
8960: crypt library configured
8961:
8962: * operators.txt 1.54:
8963: * src/classes/string.C 1.112:
8964: * www/htdocs/index.html 1.77:
8965: ^string.normalize [old name: optimize
8966:
8967: * src/main/pa_string.C 1.161:
8968: * www/htdocs/index.html 1.80:
8969: emtpy string, or string of whitespaces considered bad number now
8970:
8971: * src/main/pa_request.C 1.214:
8972: configure_admin forced if no @conf
8973:
8974: 2002-06-24 paf
8975: * Makefile.in 1.14:
8976: * bin/Makefile.in 1.4:
8977: * configure 1.29:
8978: * configure.in 1.33:
8979: * etc/Makefile.in 1.9:
8980: * etc/parser3.charsets/Makefile.in 1.11:
8981: * src/Makefile.in 1.49:
8982: * src/classes/Makefile.in 1.47:
8983: * src/classes/gd/Makefile.in 1.37:
8984: * src/classes/smtp/Makefile.in 1.7:
8985: * src/include/Makefile.in 1.6:
8986: * src/include/pa_config_auto.h.in 1.25:
8987: * src/lib/Makefile.in 1.3:
8988: * src/lib/patches/Makefile.in 1.3:
8989: * src/lib/pcre/Makefile.in 1.3:
8990: * src/main/Makefile.in 1.43:
8991: * src/sql/Makefile.in 1.6:
8992: * src/targets/Makefile.in 1.37:
8993: * src/targets/apache13/Makefile.in 1.36:
8994: * src/targets/apache13/p3runConfigure.in 1.11:
8995: * src/targets/cgi/Makefile.am 1.39:
8996: * src/targets/cgi/Makefile.in 1.49:
8997: * src/targets/isapi/Makefile.in 1.6:
8998: * src/types/Makefile.am 1.23:
8999: * src/types/Makefile.in 1.40:
9000: * src/types/pa_vmail.C 1.4:
9001: $mail:received makes update
9002:
9003: * src/targets/cgi/getopt.c 1.1:
9004: * src/targets/cgi/getopt.h 1.1:
9005: introducing parser -m option, for $mail:receive
9006:
9007: * src/include/pa_config_fixed.h 1.45:
9008: ssize_t fixed
9009:
9010: * INSTALL 1.24:
9011: --with-static/shared-mailreceive described
9012:
9013: * operators.txt 1.51:
9014: * src/classes/mail.C 1.67:
9015: * src/include/Makefile.am 1.3:
9016: * src/include/pa_charset.h 1.15:
9017: * src/include/pa_config_fixed.h 1.43:
9018: * src/include/pa_request.h 1.140:
9019: * src/include/pa_string.h 1.139:
9020: * src/include/pa_uue.h 1.1:
9021: * src/main/Makefile.am 1.33:
9022: * src/main/main.dsp 1.155:
9023: * src/main/pa_globals.C 1.131:
9024: * src/main/pa_request.C 1.213:
9025: * src/main/pa_string.C 1.160:
9026: * src/main/pa_uue.C 1.1:
9027: * src/targets/apache13/mod_parser3.C 1.24:
9028: * src/targets/cgi/Makefile.am 1.38:
9029: * src/targets/cgi/parser3.C 1.184:
9030: * src/targets/cgi/parser3.dsp 1.51:
9031: * src/targets/isapi/parser3isapi.C 1.76:
9032: * src/types/pa_vform.C 1.57:
9033: * src/types/pa_vform.h 1.35:
9034: * src/types/pa_vmail.C 1.1:
9035: * src/types/pa_vmail.h 1.1:
9036: * src/types/types.dsp 1.27:
9037: * www/htdocs/index.html 1.74:
9038: uue to separate file
9039: introducting $message:received
9040: ^mail:send rewritten with backward comp
9041:
9042: * src/classes/classes.dsp 1.22:
9043: * src/classes/gd/gd.dsp 1.24:
9044: * src/classes/smtp/smtp.dsp 1.20:
9045: * src/main/main.dsp 1.156:
9046: * src/main/pa_globals.C 1.132:
9047: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
9048: * src/targets/cgi/parser3.dsp 1.52:
9049: * src/targets/isapi/parser3isapi.dsp 1.39:
9050: * src/types/types.dsp 1.28:
9051: win32xml win32mailreceive pseudomodules paths now
9052:
9053: * src/include/pa_config_fixed.h 1.44:
9054: * src/targets/cgi/parser3.C 1.185:
9055: * src/types/pa_vmail.C 1.3:
9056: #ifdef WITH_MAILRECEIVE
9057:
9058: * acconfig.h 1.2:
9059: * configure 1.30:
9060: * configure.in 1.34:
9061: * src/include/pa_config_auto.h.in 1.26:
9062: *** empty log message ***
9063:
9064: 2002-06-21 paf
9065: * Makefile.in 1.13:
9066: * configure 1.28:
9067: * configure.in 1.32:
9068: * src/Makefile.in 1.48:
9069: * src/classes/Makefile.in 1.46:
9070: * src/lib/Makefile.in 1.1:
9071: * src/lib/md5/Makefile.am 1.2:
9072: * src/lib/md5/pa_md5c.c 1.2:
9073: * src/lib/patches/Makefile.in 1.2:
9074: * src/lib/pcre/Makefile.in 1.2:
9075: * src/main/Makefile.in 1.42:
9076: * src/targets/apache13/Makefile.in 1.35:
9077: * src/targets/cgi/Makefile.am 1.37:
9078: * src/targets/cgi/Makefile.in 1.48:
9079: * src/types/Makefile.in 1.39:
9080: lib restructure .in and .am files appropriate changes
9081:
9082: * src/lib/Makefile.am 1.2:
9083: * src/lib/Makefile.in 1.2:
9084: * src/lib/md5/pa_md5.h 1.2:
9085: * src/targets/apache13/p3runConfigure.in 1.10:
9086: * src/targets/apache13/pa_md5c.c 1.2:
9087: lib restructure apache .am & co changes
9088:
9089: * INSTALL 1.23:
9090: * configure.in 1.31:
9091: * operators.txt 1.50:
9092: * parser3.dsw 1.2:
9093: * src/Makefile.am 1.16:
9094: * src/classes/Makefile.am 1.39:
9095: * src/classes/classes.dsp 1.21:
9096: * src/classes/math.C 1.19:
9097: * src/lib/Makefile.am 1.1:
9098: * src/lib/md5/Makefile.am 1.1:
9099: * src/lib/md5/md5.dsp 1.1:
9100: * src/lib/md5/pa_md5.h 1.1:
9101: * src/lib/md5/pa_md5c.c 1.1:
9102: * src/lib/patches/Makefile.am 1.1:
9103: * src/lib/patches/Makefile.in 1.1:
9104: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
9105: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
9106: * src/lib/patches/libgdome_morestatic.patch 1.1:
9107: * src/lib/patches/libxml_error_column_tab.patch 1.1:
9108: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
9109: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
9110: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
9111: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
9112: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
9113: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
9114: * src/lib/pcre/LICENCE 1.1:
9115: * src/lib/pcre/Makefile.am 1.1:
9116: * src/lib/pcre/Makefile.in 1.1:
9117: * src/lib/pcre/README 1.1:
9118: * src/lib/pcre/Tech.Notes 1.1:
9119: * src/lib/pcre/dftables.c 1.1:
9120: * src/lib/pcre/get.c 1.1:
9121: * src/lib/pcre/ibm-1250.ucm 1.1:
9122: * src/lib/pcre/ibm-1251.ucm 1.1:
9123: * src/lib/pcre/ibm-1257.ucm 1.1:
9124: * src/lib/pcre/internal.h 1.1:
9125: * src/lib/pcre/maketables.c 1.1:
9126: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
9127: * src/lib/pcre/pcre.3 1.1:
9128: * src/lib/pcre/pcre.3.html 1.1:
9129: * src/lib/pcre/pcre.3.txt 1.1:
9130: * src/lib/pcre/pcre.c 1.1:
9131: * src/lib/pcre/pcre.dsp 1.1:
9132: * src/lib/pcre/pcre.h 1.1:
9133: * src/lib/pcre/pcre_dftables.dsp 1.1:
9134: * src/lib/pcre/pcre_parser_ctype.c 1.1:
9135: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
9136: * src/lib/pcre/ruspart_win2koi.pl 1.1:
9137: * src/lib/pcre/study.c 1.1:
9138: * src/lib/pcre/win-koi.tab 1.1:
9139: * src/main/Makefile.am 1.32:
9140: * src/main/compile.tab.C 1.57:
9141: * src/main/main.dsp 1.154:
9142: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
9143: * src/targets/apache13/Makefile.am 1.12:
9144: * src/targets/apache13/pa_md5c.c 1.1:
9145: * src/targets/cgi/Makefile.am 1.36:
9146: * src/targets/cgi/parser3.dsp 1.50:
9147: * src/targets/isapi/parser3isapi.dsp 1.38:
9148: * src/types/Makefile.am 1.22:
9149: * src/types/types.dsp 1.26:
9150: * www/htdocs/.htaccess 1.5:
9151: * www/htdocs/index.html 1.73:
9152: moved libltdl and pcre to libs/
9153: added libs/md5 which is linked to non-apache targets
9154: ^math:crypt[password;$apr1$salt]
9155:
9156: 2002-06-20 paf
9157: * INSTALL [release_3_0_0003] 1.21.2.1:
9158: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
9159: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
9160: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
9161: * configure [release_3_0_0003] 1.26.2.2:
9162: * configure.in [release_3_0_0003] 1.29.2.2:
9163: * operators.txt [release_3_0_0003] 1.47.2.1:
9164: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
9165: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
9166: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
9167: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
9168: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
9169: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
9170: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
9171: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
9172: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
9173: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
9174: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
9175: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
9176: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
9177: marged latest HEAD updates, mainly file:justname&co & @auto
9178: conf[filespec
9179:
9180: * INSTALL 1.22:
9181: * bin/Makefile.am 1.3:
9182: * bin/auto.p.dist.in 1.1:
9183: * configure.in 1.30:
9184: * operators.txt 1.48:
9185: * src/doc/doxygen.cfg 1.23:
9186: * src/include/pa_globals.h 1.89:
9187: * src/targets/apache13/mod_parser3.C 1.23:
9188: * src/targets/cgi/parser3.C 1.183:
9189: * src/targets/isapi/parser3isapi.C 1.75:
9190: * www/htdocs/auto.p 1.12:
9191: * www/htdocs/index.html 1.70:
9192: parser3.conf renamed to auto.p
9193:
9194: * operators.txt 1.49:
9195: * src/classes/file.C 1.89:
9196: * www/htdocs/auto.p 1.14:
9197: * www/htdocs/index.html 1.72:
9198: !^file:dirname[/a/some.tar.gz]=/a
9199: !^file:dirname[/a/b/]=/a
9200: !^file:basename[/a/some.tar.gz]=some.tar.gz
9201: !^file:justname[/a/some.tar.gz]=some.tar
9202: !^file:justext[/a/some.tar.gz]=gz
9203:
9204: * bin/Makefile.in 1.3:
9205: * configure 1.27:
9206: parser3.conf renamed to auto.p autoconf changes
9207:
9208: * src/classes/op.C 1.97:
9209: * src/include/pa_request.h 1.139:
9210: * src/main/execute.C 1.242:
9211: * src/main/pa_request.C 1.212:
9212: * src/types/pa_vmethod_frame.h 1.27:
9213: * www/htdocs/auto.p 1.13:
9214: * www/htdocs/index.html 1.71:
9215: introducing @conf/auto[filespec]
9216:
9217: * bin/auto.p.dist.in 1.2:
9218: <noindex>
9219:
9220: 2002-06-18 paf
9221: * bin/Makefile.am 1.1:
9222: * bin/Makefile.in 1.1:
9223: * etc/Makefile.am 1.4:
9224: * www/htdocs/index.html 1.69:
9225: bin/parser3.conf.dist [moved from etc
9226:
9227: * configure [release_3_0_0003] 1.26.2.1:
9228: * configure.in [release_3_0_0003] 1.29.2.1:
9229: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
9230: version to configure.in
9231:
1.23 ! paf 9232: * src/classes/file.C 1.86:
! 9233: ^file::exec[script;$.bad error case insensitive check now
! 9234:
1.15 paf 9235: * src/classes/file.C 1.85:
9236: * www/htdocs/index.html 1.68:
9237: ^file::exec[script;$.bad now error, not skip
9238:
9239: * Makefile.am 1.5:
9240: * Makefile.in 1.12:
9241: * bin/Makefile.am 1.2:
9242: * bin/Makefile.in 1.2:
9243: * configure 1.26:
9244: * configure.in 1.29:
9245: * etc/Makefile.in 1.8:
9246: * etc/parser3.charsets/Makefile.am 1.3:
9247: * etc/parser3.charsets/Makefile.in 1.10:
9248: * src/classes/smtp/Makefile.am 1.2:
9249: * src/classes/smtp/Makefile.in 1.6:
9250: * src/targets/apache13/Makefile.in 1.34:
9251: parser3.conf.dist moved to bin, .in & *.am updated
9252:
9253: * src/classes/file.C 1.87:
9254: strcasecmp
9255:
9256: * INSTALL 1.21:
9257: reflected .conf.dist dir change
9258:
9259: * configure 1.25:
9260: * configure.in 1.28:
9261: * src/include/pa_pool.h 1.80:
9262: * src/include/pa_types.h 1.41:
9263: pack configure.in detection simplified.
9264: figured out that gcc on sparc not that stupid as thought previously:
9265: on sparc: when it sees packed class it modifies it's field-access-code to byte operations [stb, ldub] instead of 4byte operations [st, lduh]
9266: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
9267: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
9268:
9269: * src/classes/file.C 1.88:
9270: strncasecmp
9271:
9272: 2002-06-14 paf
9273: * operators.txt 1.47:
9274: more precise xml-to-text options
9275:
9276: * operators.txt 1.46:
9277: * src/types/pa_vxnode.C 1.17:
9278: xnode attribute_node.name/value
9279: xnode pi.node.data
9280:
9281: 2002-06-12 paf
9282: * Makefile.in 1.11:
9283: * configure 1.24:
9284: * configure.in 1.27:
9285: * etc/Makefile.in 1.7:
9286: * etc/parser3.charsets/Makefile.in 1.9:
9287: * src/Makefile.in 1.47:
9288: * src/classes/Makefile.in 1.45:
9289: * src/classes/gd/Makefile.in 1.36:
9290: * src/classes/smtp/Makefile.in 1.5:
9291: * src/include/Makefile.in 1.5:
9292: * src/main/Makefile.in 1.41:
9293: * src/sql/Makefile.in 1.5:
9294: * src/targets/Makefile.in 1.36:
9295: * src/targets/cgi/Makefile.am 1.35:
9296: * src/targets/cgi/Makefile.in 1.47:
9297: * src/targets/cgi/parser3.C 1.182:
9298: * src/targets/isapi/Makefile.in 1.5:
9299: * src/types/Makefile.in 1.38:
9300: removed root conf define creation
9301:
9302: * src/classes/mail.C 1.66:
9303: sendmail -ti [default now]
9304:
9305: * src/include/pa_globals.h 1.86:
9306: * src/include/pa_request.h 1.136:
9307: * src/main/main.dsp 1.153:
9308: * src/main/pa_globals.C 1.128:
9309: * src/main/pa_request.C 1.208:
9310: @conf
9311:
9312: * INSTALL 1.20:
9313: * configure.in 1.26:
9314: * etc/Makefile.am 1.3:
9315: * operators.txt 1.43:
9316: * src/include/pa_globals.h 1.88:
9317: * src/include/pa_request.h 1.138:
9318: * src/main/compile.tab.C 1.56:
9319: * src/main/pa_globals.C 1.130:
9320: * src/main/pa_request.C 1.211:
9321: * src/targets/apache13/mod_parser3.C 1.22:
9322: * src/targets/cgi/parser3.C 1.181:
9323: * src/targets/isapi/parser3isapi.C 1.74:
9324: parser3.conf now one and only
9325:
1.23 ! paf 9326: * src/include/pa_globals.h 1.87:
! 9327: * src/include/pa_request.h 1.137:
! 9328: * src/main/execute.C 1.241:
! 9329: * src/main/pa_globals.C 1.129:
! 9330: * src/main/pa_request.C 1.209:
! 9331: @rootconf [were @conf]
! 9332:
1.15 paf 9333: * src/classes/mail.C 1.65:
9334: * src/main/pa_request.C 1.210:
9335: $MAIL $CHARSETS allowed to be strings. for convinient #ing
9336:
9337: 2002-06-11 paf
9338: * src/classes/file.C 1.83:
9339: * src/targets/cgi/parser3.dsp 1.49:
9340: * src/targets/isapi/parser3isapi.C 1.73:
9341: * www/htdocs/.htaccess 1.4:
9342: * www/htdocs/index.html 1.66:
9343: suexec env keys filter plus CGI_ as valid prefix
9344:
9345: * src/classes/file.C 1.84:
9346: check simplified
9347:
9348: * src/classes/file.C 1.82:
9349: * src/include/pa_request.h 1.135:
9350: * src/include/pa_sapi.h 1.19:
9351: * src/targets/apache13/mod_parser3.C 1.21:
9352: * src/targets/cgi/parser3.C 1.180:
9353: * src/targets/isapi/parser3isapi.C 1.72:
9354: * www/htdocs/index.html 1.65:
9355: file::exec/cgi to pass HTTP_ vars
9356: introducing SAPI::environment
9357:
9358: 2002-06-10 paf
9359: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
9360: fixed -d (bug)
9361:
9362: * configure 1.20:
9363: * configure [release_3_0_0002] 1.19.2.1:
9364: * configure.in [release_3_0_0002] 1.21.2.1:
9365: * src/include/pa_version.h 1.5:
9366: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
9367: makes
9368:
9369: * operators.txt 1.41:
9370: old merge conflict removed
9371:
9372: * src/types/pa_vform.C 1.56:
9373: * src/types/pa_vform.h 1.34:
9374: * www/htdocs/index.html 1.62:
9375: $form: not determined yet check
9376:
9377: * src/main/pa_common.C 1.109:
9378: merged fixed -d (bug)
9379:
9380: * src/main/compile.tab.C 1.55:
9381: * src/main/pa_string.C 1.159:
9382: * www/htdocs/index.html 1.63:
9383: whitespace after number in autoconvert now ignored
9384:
9385: * operators.txt 1.42:
9386: * src/classes/op.C 1.96:
9387: * src/include/pa_common.h 1.77:
9388: * src/main/pa_common.C 1.110:
9389: lock failures reported now
9390:
9391: * configure 1.21:
9392: * configure.in 1.23:
9393: pack even address access on sparc&co arch checked in configure
9394:
9395: * configure 1.23:
9396: * configure.in 1.25:
9397: *** empty log message ***
9398:
9399: * src/main/compile_tools.C 1.50:
9400: * www/htdocs/index.html 1.64:
9401: ^if(" 1 "){y} bug fixed
9402: optimization string->double @ compile time were not-enough-checking...
9403:
9404: * configure 1.22:
9405: * configure.in 1.24:
9406: hpux check, nsl link, no socket
9407:
9408: * src/classes/mail.C 1.64:
9409: mail netscape attachment name fixed. todo: $response:body
9410: content-type:name
9411:
9412: * src/main/untaint.C 1.102:
9413: bug#2) mail subject got always prepended with charset even when
9414: all letters were 7bit one
9415:
9416: 2002-06-04 paf
9417: * src/targets/apache13/mod_parser3.C 1.20:
9418: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
9419: fixed .dsp-s along with reorganized cvs modules dirs structure
9420:
9421: 2002-06-03 paf
9422: * etc/parser3.charsets/windows-1251.cfg 1.5:
9423: * operators.txt 1.40:
9424: * src/classes/classes.dsp 1.20:
9425: * src/classes/gd/gd.dsp 1.23:
9426: * src/classes/smtp/smtp.dsp 1.19:
9427: * src/main/compile.tab.C 1.54:
9428: * src/main/main.dsp 1.152:
9429: * src/main/pa_globals.C 1.127:
9430: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
9431: * src/targets/cgi/parser3.C 1.179:
9432: * src/targets/cgi/parser3.dsp 1.48:
9433: * src/targets/isapi/parser3isapi.dsp 1.37:
9434: * src/types/types.dsp 1.25:
9435: * www/htdocs/index.html 1.60:
9436: fixed .dsp-s along with reorganized cvs modules dirs structure
9437:
9438: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
9439: * src/classes/gd/gd.dsp [release_1_0_0001] 1.21.2.2:
9440: * src/classes/smtp/smtp.dsp [release_1_0_0001] 1.17.2.2:
9441: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
9442: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
9443: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
9444: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
9445: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
9446: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
9447: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
9448: reorganized cvs modules
9449:
9450: 2002-05-28 paf
9451: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
9452: info.uri now ""
9453:
9454: 2002-05-17 paf
9455: * src/classes/table.C 1.153:
9456: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
9457: ^table.save << checked empty pre/match/post columns
9458:
9459: 2002-05-16 paf
9460: * src/classes/image.C 1.72:
9461: * www/htdocs/index.html 1.59:
9462: image::measure can png now
9463:
9464: 2002-05-15 paf
9465: * operators.txt 1.38:
9466: * src/classes/date.C 1.31:
9467: * www/htdocs/index.html 1.58:
9468: ^date::create[%H:%M[:%S]] added
9469:
9470: * etc/parser3.charsets/windows-1251.cfg 1.4:
9471: 0x forgot, fixed
9472:
9473: * operators.txt 1.37:
9474: * src/classes/date.C 1.30:
9475: * www/htdocs/.htaccess 1.3:
9476: * www/htdocs/auto.p 1.10:
9477: * www/htdocs/index.html 1.57:
9478: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
9479: [-%m now
9480:
9481: 2002-05-14 paf
9482: * etc/parser3.charsets/windows-1251.cfg 1.3:
9483: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
9484: added 3 quotes
9485:
9486: 2002-05-07 paf
9487: * src/classes/classes.dsp 1.19:
9488: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
9489: * src/classes/gd/gd.dsp 1.22:
9490: * src/classes/gd/gd.dsp [release_1_0_0001] 1.21.2.1:
9491: * src/classes/op.C 1.95:
9492: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
9493: * src/classes/smtp/smtp.dsp 1.18:
9494: * src/classes/smtp/smtp.dsp [release_1_0_0001] 1.17.2.1:
9495: * src/include/pa_globals.h 1.85:
9496: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
9497: * src/include/pa_request.h 1.134:
9498: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
9499: * src/include/pa_table.h 1.44:
9500: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
9501: * src/main/compile.tab.C 1.53:
9502: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
9503: * src/main/compile.y 1.187:
9504: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
9505: * src/main/main.dsp 1.151:
9506: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
9507: * src/main/pa_globals.C 1.126:
9508: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
9509: * src/main/pa_request.C 1.207:
9510: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
9511: * src/main/pa_table.C 1.47:
9512: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
9513: * src/targets/isapi/pa_pool.C 1.13:
9514: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
9515: * src/targets/isapi/parser3isapi.C 1.71:
9516: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
9517: * src/targets/isapi/parser3isapi.dsp 1.36:
9518: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
9519: * src/targets/isapi/pool_storage.h 1.16:
9520: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
9521: * src/types/types.dsp 1.24:
9522: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
9523: * www/htdocs/parser-status.html 1.2:
9524: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
9525: Table name2number field now &.
9526: main_method_name now on Request pool rather on global_pool [Junction+VJunction created on same pool as name = were created on global pool, causing mem leaks]
9527:
9528: 2002-05-06 paf
9529: * src/main/pa_globals.C 1.125:
9530: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
9531: * src/targets/cgi/parser3.C 1.178:
9532: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
9533: * src/targets/cgi/pool_storage.h 1.10:
9534: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
9535: * src/targets/isapi/parser3isapi.C 1.70:
9536: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
9537: removed 100*40 bytes per request memory leak [nonpool malloc in
9538: globals]
9539:
9540: 2002-04-30 paf
9541: * configure 1.19:
9542: * src/include/pa_version.h 1.4:
9543: version now not b
9544:
9545: * src/targets/cgi/parser3.C 1.177:
9546: * www/htdocs/global.xsl 1.7:
9547: * www/htdocs/index.html 1.56:
9548: request.uri now never 0
9549:
9550: 2002-04-29 paf
9551: * configure.in 1.21:
9552: removed b
9553:
9554: * src/doc/ClassExample1.dox 1.4:
9555: * src/doc/ClassExample3.dox 1.4:
9556: * src/doc/aliased.dox 1.4:
9557: * src/doc/methoded.dox 1.3:
9558: * src/doc/string.dox 1.4:
9559: * src/doc/value.dox 1.3:
9560: * src/include/pa_exception.h 1.34:
9561: * src/main/pa_request.C 1.205:
9562: * src/targets/cgi/parser3.C 1.176:
9563: merged from 0001
9564:
9565: * src/classes/op.C 1.94:
9566: * src/include/pa_exception.h 1.35:
9567: * src/main/pa_request.C 1.206:
9568: Exception::comment/type checked in (), no there's no empty type
9569: comment by default
9570:
9571: 2002-04-26 paf
9572: * src/doc/doxygen.cfg 1.22:
9573: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
9574: * src/targets/cgi/parser3.dsp 1.47:
9575: * www/htdocs/index.html 1.55:
9576: doxygen dot image size reduced
9577:
9578: 2002-04-25 paf
9579: * src/classes/table.C 1.152:
9580: * www/htdocs/.htaccess 1.1:
9581: * www/htdocs/index.html 1.51:
9582: removed restriction on column count to ^table.hash to work, now
9583: must be >0 [were >1]
9584:
9585: * src/targets/cgi/parser3.C 1.175:
9586: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
9587: setenv in .htaccess when cgi is not under that dir got
9588: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
9589: into account
9590:
9591: * www/htdocs/index.html 1.52:
9592: sample of 'using junction out of context'
9593:
9594: * operators.txt 1.35:
9595: * operators.txt 1.36:
9596: * src/classes/date.C 1.28:
9597: * src/classes/date.C 1.29:
9598: * www/htdocs/index.html 1.53:
9599: ^date::create[2002-12-33 01:03:04]
9600:
9601: 2002-04-24 paf
9602: * src/classes/classes.dsp 1.18:
9603: * src/classes/gd/gd.dsp 1.21:
9604: * src/classes/smtp/smtp.dsp 1.17:
9605: * src/main/compile.tab.C 1.52:
9606: * src/main/main.dsp 1.150:
9607: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
9608: * src/targets/cgi/parser3.C 1.174:
9609: * src/targets/cgi/parser3.dsp 1.46:
9610: * src/targets/isapi/parser3isapi.dsp 1.34:
9611: * src/types/types.dsp 1.23:
9612: MSVC profile targets
9613:
9614: 2002-04-23 paf
9615: * operators.txt 1.34:
9616: * src/classes/string.C 1.110:
9617: * www/htdocs/index.html 1.50:
9618: int/double/string:sql{}[$.default{code}]
9619: fixed [were barking: "junction used outside of context"]
9620:
9621: 2002-04-22 paf
9622: * src/classes/string.C 1.109:
9623: * src/include/pa_string.h 1.138:
9624: * src/main/pa_string.C 1.158:
9625: * src/types/pa_vstring.C 1.19:
9626: * src/types/pa_vstring.h 1.46:
9627: * types.txt 1.2:
9628: ^string.optimize[]
9629:
9630: * src/main/execute.C 1.238:
9631: * www/htdocs/index.html 1.48:
9632: junctions to local contexts got cleanized&checked later
9633:
9634: * src/include/pa_globals.h 1.84:
9635: * src/include/pa_table.h 1.43:
9636: * src/main/pa_globals.C 1.124:
9637: * src/main/pa_string.C 1.157:
9638: * src/main/pa_table.C 1.46:
9639: fixed match table template
9640:
1.23 ! paf 9641: * src/main/execute.C 1.240:
! 9642: rolled back to before_killing_userjunction_contexts
! 9643:
1.15 paf 9644: * src/classes/string.C 1.107:
9645: * src/classes/string.C 1.108:
9646: optimize removed from string .left/right/pos
9647:
9648: * src/main/execute.C 1.239:
9649: * www/htdocs/index.html 1.49:
9650: user junctions context killed
9651:
9652: 2002-04-19 paf
9653: * src/classes/string.C 1.106:
9654: * src/include/pa_request.h 1.133:
9655: * src/include/pa_string.h 1.137:
9656: * src/main/pa_request.C 1.204:
9657: * src/main/pa_string.C 1.156:
9658: * src/types/pa_vstring.C 1.18:
9659: * src/types/pa_vstring.h 1.45:
9660: * www/htdocs/index.html 1.47:
9661: string now optimized prior to .left .right .mid .pos .match when that is profitable,
9662: and always before .replace
9663: when $ORIGINS(1) optimization disabled
9664: economy from not wasting mem on lots of strings which occur by lots of String:mid calls to get parts of source string between found_occurances
9665:
9666: * src/classes/op.C 1.93:
9667: * src/classes/string.C 1.105:
9668: * src/types/pa_value.h 1.86:
9669: VTable removed from each String::match replace iteration, and made stacked
9670: sizeof(VTable)=12bytes economy on each replace code
9671:
9672: * src/include/pa_globals.h 1.83:
9673: * src/include/pa_table.h 1.42:
9674: * src/main/pa_globals.C 1.123:
9675: * src/main/pa_string.C 1.155:
9676: String::match table columns globalized, not created @ each ^match anymore
9677: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
9678:
9679: * src/classes/file.C 1.81:
9680: ovector now local
9681: economy: 16 bytes per ^file:list
9682:
9683: * src/classes/string.C 1.104:
9684: * src/include/pa_string.h 1.136:
9685: * src/main/pa_string.C 1.154:
9686: * www/htdocs/index.html 1.46:
9687: string.match[]['] option enables generation of $match.prematch
9688: .match .postmatch columns
9689:
9690: * src/main/pa_string.C 1.153:
9691: String::match options analized without cstr-ing them now
9692:
9693: * src/doc/chmhelper.pl 1.1:
9694: * src/doc/doxygen.cfg 1.21:
9695: * src/doc/footer.htm 1.1:
9696: * src/doc/html2chm.cmd 1.6:
9697: * src/doc/postbuild.txt 1.3:
9698: * src/doc/sources2html.cmd 1.5:
9699: * src/doc/view_chm.cmd 1.2:
9700: * src/doc/view_html.cmd 1.2:
9701: config updated to doxygen 1.2.15,
9702: created helper which fixes minor bugs in chm project files & htm tree.
9703: changed extension to .htm
9704:
9705: * src/doc/footer.htm 1.2:
9706: 2001,
9707:
9708: 2002-04-18 paf
9709: * src/classes/classes.h 1.18:
9710: * src/classes/hash.C 1.40:
9711: * src/types/pa_value.h 1.85:
9712: * src/types/pa_vbool.h 1.18:
9713: * src/types/pa_vcookie.h 1.16:
9714: * src/types/pa_vdate.h 1.10:
9715: * src/types/pa_vdouble.h 1.37:
9716: * src/types/pa_venv.h 1.21:
9717: * src/types/pa_vfile.h 1.42:
9718: * src/types/pa_vhash.h 1.33:
9719: * src/types/pa_vimage.h 1.25:
9720: * src/types/pa_vint.h 1.34:
9721: * src/types/pa_vjunction.h 1.13:
9722: * src/types/pa_vobject.h 1.18:
9723: * src/types/pa_vrequest.h 1.17:
9724: * src/types/pa_vresponse.h 1.22:
9725: * src/types/pa_vstateless_class.h 1.26:
9726: * src/types/pa_vstateless_object.h 1.17:
9727: * src/types/pa_vstatus.h 1.8:
9728: * src/types/pa_vstring.h 1.44:
9729: * src/types/pa_vtable.h 1.38:
9730: * src/types/pa_vvoid.h 1.9:
9731: * src/types/pa_vxdoc.h 1.21:
9732: * src/types/pa_vxnode.h 1.14:
9733: fclass_real lowered from VStateless_class to VObject
9734:
9735: * src/types/pa_value.C 1.1:
9736: forced to cut that from .h because of VStateless_class usage [
9737: undefined in .h]
9738:
9739: * src/classes/classes.h 1.17:
9740: * src/classes/date.C 1.27:
9741: * src/classes/double.C 1.47:
9742: * src/classes/file.C 1.80:
9743: * src/classes/form.C 1.23:
9744: * src/classes/hash.C 1.39:
9745: * src/classes/image.C 1.71:
9746: * src/classes/int.C 1.44:
9747: * src/classes/mail.C 1.63:
9748: * src/classes/math.C 1.18:
9749: * src/classes/op.C 1.91:
9750: * src/classes/response.C 1.19:
9751: * src/classes/string.C 1.103:
9752: * src/classes/table.C 1.151:
9753: * src/classes/void.C 1.19:
9754: * src/classes/xnode.C 1.44:
9755: * src/include/pa_globals.h 1.82:
9756: * src/include/pa_request.h 1.132:
9757: * src/main/execute.C 1.236:
9758: * src/main/pa_globals.C 1.122:
9759: * src/main/pa_request.C 1.201:
9760: * src/types/Makefile.am 1.21:
9761: * src/types/pa_value.h 1.84:
9762: * src/types/pa_vdouble.h 1.36:
9763: * src/types/pa_vform.C 1.55:
9764: * src/types/pa_vhash.h 1.32:
9765: * src/types/pa_vint.h 1.33:
9766: * src/types/pa_vmath.h 1.7:
9767: * src/types/pa_vmethod_frame.h 1.25:
9768: * src/types/pa_vstateless_class.h 1.24:
9769: * src/types/pa_wcontext.C 1.18:
9770: * src/types/pa_wcontext.h 1.32:
9771: * src/types/pa_wwrapper.h 1.18:
9772: * src/types/types.dsp 1.22:
9773: * www/htdocs/index.html 1.40:
9774: removed Value::fname
9775:
9776: * src/include/pa_opcode.h 1.18:
9777: * src/main/compile.tab.C 1.51:
9778: * src/main/compile.y 1.186:
9779: * src/main/compile_tools.C 1.49:
9780: * src/main/compile_tools.h 1.61:
9781: * src/main/execute.C 1.237:
9782: * src/main/pa_request.C 1.202:
9783: * src/types/pa_vmethod_frame.h 1.26:
9784: * www/htdocs/index.html 1.41:
9785: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
9786: stack [no more heap waste on each CALL]
9787:
9788: * src/types/pa_valiased.C 1.14:
9789: * src/types/pa_valiased.h 1.19:
9790: * src/types/pa_vclass.h 1.25:
9791: * src/types/pa_vobject.h 1.17:
9792: * src/types/pa_wcontext.C 1.19:
9793: * www/htdocs/index.html 1.42:
9794: VAliased get/set alias now virtual and implemented down in
9795: VClass, fclass_alias removed,
9796:
9797: * src/main/pa_request.C 1.203:
9798: * src/types/pa_valiased.h 1.20:
9799: * src/types/pa_vstateless_class.h 1.25:
9800: * src/types/pa_vstateless_object.h 1.16:
9801: * src/types/pa_vstring.h 1.43:
9802: * www/htdocs/index.html 1.43:
9803: VStateless_string_object speicalized light version of VStateless_object
9804:
9805: * src/types/Makefile.in 1.37:
9806: *** empty log message ***
9807:
9808: * src/doc/doxygen.cfg 1.20:
9809: .chi generation disabled
9810:
9811: * src/classes/classes.h 1.19:
9812: * src/classes/xdoc.C 1.92:
9813: * src/classes/xnode.C 1.45:
9814: * src/classes/xnode.h 1.11:
9815: * src/types/pa_vxdoc.C 1.13:
9816: * www/htdocs/index.html 1.44:
9817: * www/htdocs/index.html 1.45:
9818: xdoc(xnode) now fully - fields&methods
9819:
9820: * src/classes/op.C 1.92:
9821: ^throw comment param made optional
9822:
9823: 2002-04-17 paf
9824: * src/types/pa_vhash.h 1.31:
9825: vstring wrong parent fixed
9826:
9827: * src/classes/op.C 1.90:
9828: taint local result var bug fixed
9829:
9830: * src/doc/ClassExample1.dox 1.3:
9831: * src/doc/ClassExample2.dox 1.4:
9832: * src/doc/ClassExample3.dox 1.3:
9833: * src/doc/compiler.dox 1.3:
9834: * src/doc/module.dox 1.3:
9835: * src/doc/pooled.dox 1.3:
9836: * src/doc/string.dox 1.3:
9837: * src/doc/targets.dox 1.3:
9838: * src/include/pa_pool.h 1.79:
9839: * src/include/pa_types.h 1.40:
9840: dox updated to current state, PTHROW freshen to throw & co
9841:
9842: 2002-04-16 paf
9843: * src/classes/op.C 1.89:
9844: exception2vhash file now tainted
9845:
9846: * src/include/pa_opcode.h 1.17:
9847: * src/main/compile.tab.C 1.49:
9848: * src/main/compile.y 1.185:
9849: * src/main/execute.C 1.232:
9850: * src/targets/cgi/parser3.C 1.172:
9851: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
9852:
9853: * src/doc/postbuild.txt 1.2:
9854: * src/main/execute.C 1.234:
9855: * www/htdocs/index.html 1.37:
9856: result in @postprocess & @unhandled_exception now taken into
9857: account as in usual functions
9858:
9859: * src/doc/postbuild.txt 1.1:
9860: instructions on post .html build
9861:
9862: * asm.txt 1.2:
9863: * form.txt 1.2:
9864: * lang.txt 1.2:
9865: * sql.txt 1.2:
9866: removed outdated. see in Attic asm.txt as most interesting
9867:
9868: * src/classes/op.C 1.87:
9869: * www/htdocs/auto.p 1.8:
9870: extra check on empty file in origin in _execute
9871:
9872: * src/classes/date.C 1.26:
9873: * src/main/compile.tab.C 1.50:
9874: * src/targets/cgi/parser3.C 1.173:
9875: cheched date:create(days) param for validity [later were
9876: assumed valid and crashed on invalid onces]
9877:
9878: * src/classes/file.C 1.79:
9879: * src/main/pa_exec.C 1.35:
9880: * www/htdocs/index.html 1.36:
9881: stderr of execs mark as tainted
9882:
9883: * src/main/execute.C 1.235:
9884: * www/htdocs/index.html 1.38:
9885: $result in @main now taken into account as in usual functions
9886:
1.23 ! paf 9887: * src/main/pa_request.C 1.199:
! 9888: uri in error log
! 9889:
1.20 paf 9890: * src/classes/op.C 1.88:
9891: _process pseudo origin copied from local var to heap
9892:
1.15 paf 9893: * src/main/pa_request.C 1.200:
9894: * src/targets/isapi/parser3isapi.C 1.69:
9895: * www/htdocs/index.html 1.39:
9896: removed check, preventing content-length: 0 from appearing
9897:
9898: * src/doc/doxygen.cfg 1.19:
9899: * src/doc/html2chm.cmd 1.5:
9900: .chm file only now, no .chi
9901:
9902: 2002-04-15 paf
9903: * src/classes/image.C 1.70:
9904: * src/classes/op.C 1.83:
9905: * src/classes/op.C 1.84:
9906: * src/classes/string.C 1.101:
9907: * src/classes/table.C 1.149:
9908: * src/include/pa_request.h 1.129:
9909: * src/main/execute.C 1.228:
9910: * src/types/pa_value.h 1.81:
9911: * src/types/pa_vmethod_frame.h 1.24:
9912: * src/types/pa_wcontext.h 1.29:
9913: StringOrValue wcontext result, now ready for dual writes
9914:
9915: * src/main/execute.C 1.231:
9916: * src/types/pa_value.h 1.83:
9917: fixed name update
9918:
9919: * src/main/execute.C 1.229:
9920: CodeFrame soul fixed [mistakenly killed by prev changes]
9921:
1.23 ! paf 9922: * src/classes/file.C 1.78:
! 9923: * src/classes/op.C 1.86:
! 9924: * src/classes/table.C 1.150:
! 9925: finished dual write_xxx_lang functions
! 9926:
1.15 paf 9927: * src/classes/date.C 1.25:
9928: * src/classes/file.C 1.76:
9929: * src/classes/mail.C 1.62:
9930: * src/classes/string.C 1.102:
9931: * src/classes/xnode.C 1.43:
9932: * src/include/pa_request.h 1.130:
9933: * src/types/pa_value.h 1.82:
9934: * src/types/pa_wcontext.h 1.30:
9935: removed absolutely unnecessary VString shells
9936:
9937: * src/classes/op.C 1.82:
9938: * src/include/pa_globals.h 1.81:
9939: * src/include/pa_opcode.h 1.16:
9940: * src/include/pa_request.h 1.128:
9941: * src/main/compile.tab.C 1.47:
9942: * src/main/compile.y 1.183:
9943: * src/main/compile_tools.C 1.47:
9944: * src/main/compile_tools.h 1.59:
9945: * src/main/execute.C 1.226:
9946: * src/main/pa_globals.C 1.121:
9947: * src/main/pa_request.C 1.198:
9948: * src/targets/cgi/parser3.C 1.170:
9949: * www/htdocs/index.html 1.35:
9950: switch in hash constructor fixed [were problems with using of
9951: stacked wwrapper after it's death]
9952:
9953: * src/classes/file.C 1.77:
9954: * src/classes/hash.C 1.38:
9955: * src/classes/op.C 1.85:
9956: * src/include/pa_request.h 1.131:
9957: * src/main/execute.C 1.230:
9958: * src/types/pa_wcontext.h 1.31:
9959: started dual write_xxx_lang functions, if checked & works
9960:
9961: * src/targets/cgi/parser3.C 1.171:
9962: ctime sometimes can be just "", checked that
9963:
9964: * src/main/compile.tab.C 1.48:
9965: * src/main/compile.y 1.184:
9966: * src/main/compile_tools.C 1.48:
9967: * src/main/compile_tools.h 1.60:
9968: * src/main/execute.C 1.227:
9969: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
9970: changed to OP_WRITE_VALUE
9971: in var get cases
9972:
9973: 2002-04-12 paf
9974: * operators.txt 1.33:
9975: * src/classes/table.C 1.148:
9976: * www/htdocs/index.html 1.34:
9977: table.select(expression) 0
9978:
9979: 2002-04-11 paf
9980: * src/classes/string.C 1.100:
9981: * src/include/pa_request.h 1.127:
9982: * src/main/execute.C 1.225:
9983: Request::process_internal codeFrame & wwrapper stacked [not
9984: wasting heap anymore]
9985:
9986: 2002-04-10 paf
9987: * src/include/pa_string.h 1.135:
9988: * src/main/pa_string.C 1.151:
9989: * src/main/untaint.C 1.101:
9990: * www/htdocs/index.html 1.33:
9991: killed 8 bytes from String.head
9992:
9993: * src/classes/double.C 1.46:
9994: * src/classes/file.C 1.75:
9995: * src/classes/hash.C 1.37:
9996: * src/classes/image.C 1.69:
9997: * src/classes/int.C 1.43:
9998: * src/classes/math.C 1.17:
9999: * src/classes/op.C 1.81:
10000: * src/classes/string.C 1.99:
10001: * src/classes/table.C 1.147:
10002: * src/classes/void.C 1.18:
10003: * src/classes/xdoc.C 1.91:
10004: * src/include/pa_request.h 1.126:
10005: * src/main/execute.C 1.224:
10006: * src/main/pa_string.C 1.152:
10007: killed Request::process() wrapping VString(String) in case we
10008: need only String
10009:
10010: 2002-04-09 paf
10011: * src/main/pa_common.C 1.108:
10012: * src/targets/cgi/parser3.C 1.168:
10013: * src/types/pa_vdouble.h 1.35:
10014: * src/types/pa_vint.h 1.32:
10015: int/double get_string now not pool.malloc(MAX_NUMBER) but
10016: really neaded
10017:
10018: * etc/Makefile.in 1.6:
10019: * etc/parser3.charsets/Makefile.in 1.8:
10020: * src/classes/Makefile.in 1.44:
10021: * src/classes/gd/Makefile.in 1.35:
10022: * src/classes/smtp/Makefile.in 1.4:
10023: * src/sql/Makefile.in 1.4:
10024: * src/targets/Makefile.in 1.35:
10025: * src/targets/apache13/Makefile.in 1.33:
10026: * src/targets/cgi/Makefile.in 1.46:
10027: * src/targets/isapi/Makefile.in 1.4:
10028: * src/types/Makefile.in 1.36:
10029: makse
10030:
10031: * operators.txt 1.31:
10032: * src/classes/double.C 1.45:
10033: * src/classes/int.C 1.42:
10034: * www/htdocs/global.xsl 1.5:
10035: int/double.int/double(default)
10036:
10037: * src/main/compile.tab.C 1.46:
10038: * src/targets/cgi/parser3.C 1.169:
10039: * src/targets/isapi/parser3isapi.C 1.68:
10040: removed
10041: {
10042: char *a;
10043: {
10044: /*sub local*/char b[...];
10045: a=b;
10046: situations
10047:
10048: * src/classes/xdoc.C 1.89:
10049: * www/htdocs/global.xsl 1.6:
10050: * www/htdocs/index.html 1.32:
10051: xslt params fixed
10052:
10053: * operators.txt 1.32:
10054: * src/classes/xdoc.C 1.90:
10055: xslt params made literal
10056:
10057: 2002-04-04 paf
10058: * src/include/pa_string.h 1.134:
10059: * src/main/pa_string.C 1.150:
10060: * www/htdocs/index.html 1.31:
10061: fixed string.replace [when reconstructing pieces were split by
10062: max_integral(piece.size), thus some strings to replace happen
10063: to be split into two = not replaced)
10064:
10065: * src/targets/cgi/parser3.C 1.166:
10066: * src/targets/cgi/parser3.C 1.167:
10067: * src/targets/cgi/parser3.dsp 1.44:
10068: * src/targets/cgi/parser3.dsp 1.45:
10069: document root in standalone version = current dir
10070:
10071: 2002-04-03 paf
10072: * INSTALL 1.18:
10073: * Makefile.in 1.10:
10074: * configure 1.17:
10075: * configure.in 1.19:
10076: * etc/Makefile.in 1.5:
10077: * etc/parser3.charsets/Makefile.in 1.7:
10078: * src/Makefile.in 1.46:
10079: * src/include/Makefile.in 1.4:
10080: * src/main/Makefile.in 1.40:
10081: root config configure options
10082:
10083: * configure 1.18:
10084: * configure.in 1.20:
10085: more checks on nonexistent charset
10086:
10087: 2002-04-02 paf
10088: * src/main/compile.C 1.63:
10089: parser.compile [exception name more like in doc]
10090:
10091: 2002-04-01 paf
10092: * src/classes/mail.C 1.61:
10093: * src/include/pa_string.h 1.133:
10094: * src/main/untaint.C 1.100:
10095: * src/targets/isapi/parser3isapi.dsp 1.33:
10096: mail subject encoding taken from .content-type.charset, not .charset
10097:
10098: 2002-03-29 paf
10099: * operators.txt 1.30:
10100: * src/classes/date.C 1.24:
10101: * www/htdocs/index.html 1.30:
10102: ^date::create now may not supply day, default 1.
10103: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
10104:
10105: * etc/parser3.charsets/koi8-r.cfg 1.2:
10106: koi8-r += ukranian letters
10107:
10108: 2002-03-28 paf
10109: * operators.txt 1.29:
10110: * src/classes/date.C 1.23:
10111: * src/classes/op.C 1.79:
10112: * src/include/pa_globals.h 1.80:
10113: * src/include/pa_hash.h 1.55:
10114: * src/main/pa_globals.C 1.120:
10115: * src/types/pa_vdate.h 1.9:
10116: * www/htdocs/index.html 1.29:
10117: ^cache[file][date]{
10118: ^cache(seconds)
10119: ^cache[date]
10120: }
10121:
10122: * src/classes/xdoc.C 1.88:
10123: * src/classes/xnode.C 1.42:
10124: * src/classes/xnode.h 1.10:
10125: removed redundant pool param
10126:
10127: 2002-03-27 paf
10128: * operators.txt 1.27:
10129: * src/classes/op.C 1.77:
10130: * src/include/pa_config_fixed.h 1.42:
10131: * src/include/pa_request.h 1.124:
10132: * src/main/execute.C 1.222:
10133: * src/main/pa_request.C 1.196:
10134: decided agains resetting exception_trace, just changed name
10135:
10136: * operators.txt 1.28:
10137: * src/classes/date.C 1.22:
10138: * src/classes/double.C 1.44:
10139: * src/classes/file.C 1.74:
10140: * src/classes/form.C 1.22:
10141: * src/classes/hash.C 1.36:
10142: * src/classes/image.C 1.68:
10143: * src/classes/int.C 1.41:
10144: * src/classes/mail.C 1.60:
10145: * src/classes/math.C 1.16:
10146: * src/classes/op.C 1.78:
10147: * src/classes/smtp/smtp.C 1.10:
10148: * src/classes/string.C 1.98:
10149: * src/classes/table.C 1.146:
10150: * src/classes/void.C 1.17:
10151: * src/classes/xdoc.C 1.87:
10152: * src/classes/xnode.C 1.41:
10153: * src/include/pa_exception.h 1.33:
10154: * src/include/pa_request.h 1.125:
10155: * src/include/pa_stylesheet_connection.h 1.28:
10156: * src/main/compile.C 1.62:
10157: * src/main/compile_tools.C 1.46:
10158: * src/main/execute.C 1.223:
10159: * src/main/pa_array.C 1.48:
10160: * src/main/pa_charset.C 1.23:
10161: * src/main/pa_charsets.C 1.8:
10162: * src/main/pa_common.C 1.106:
10163: * src/main/pa_dictionary.C 1.14:
10164: * src/main/pa_exception.C 1.40:
10165: * src/main/pa_exec.C 1.34:
10166: * src/main/pa_pool.C 1.52:
10167: * src/main/pa_request.C 1.197:
10168: * src/main/pa_socks.C 1.14:
10169: * src/main/pa_sql_driver_manager.C 1.62:
10170: * src/main/pa_string.C 1.149:
10171: * src/main/pa_table.C 1.45:
10172: * src/main/untaint.C 1.99:
10173: * src/targets/apache13/mod_parser3.C 1.19:
10174: * src/targets/cgi/parser3.C 1.165:
10175: * src/targets/isapi/parser3isapi.C 1.67:
10176: * src/types/pa_value.h 1.80:
10177: * src/types/pa_vcookie.C 1.43:
10178: * src/types/pa_vfile.h 1.41:
10179: * src/types/pa_vform.C 1.54:
10180: * src/types/pa_vhash.h 1.30:
10181: * src/types/pa_vmethod_frame.h 1.23:
10182: * src/types/pa_vstatus.C 1.7:
10183: * src/types/pa_vtable.C 1.13:
10184: * src/types/pa_vxdoc.h 1.20:
10185: * src/types/pa_vxnode.h 1.13:
10186: * src/types/pa_wcontext.C 1.17:
10187: * src/types/pa_wwrapper.h 1.17:
10188: * www/htdocs/index.html 1.28:
10189: assigned exception types
10190:
10191: 2002-03-26 paf
10192: * operators.txt 1.24:
10193: * src/classes/date.C 1.20:
10194: * www/htdocs/index.html 1.25:
10195: fixed date roll on daylightsaving days
10196: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
10197:
10198: * src/classes/op.C 1.76:
10199: * www/htdocs/index.html 1.27:
10200: forced language of $source field of exception to 'tainted',
10201: so that sql-langed-frags could be outputed outside of connect
10202:
10203: * src/include/pa_common.h 1.76:
10204: * src/main/pa_exec.C 1.33:
10205: windows exec chdir fixed
10206:
10207: * operators.txt 1.25:
10208: * src/classes/date.C 1.21:
10209: * www/htdocs/index.html 1.26:
10210: removed date.roll limit of +-1 offset
10211:
10212: 2002-03-25 paf
10213: * INSTALL 1.13:
10214: comment on --disable-link-stdcpp
10215:
10216: * INSTALL 1.12:
10217: * configure 1.15:
10218: * configure.in 1.17:
10219: * src/targets/cgi/Makefile.am 1.33:
10220: * src/targets/cgi/Makefile.in 1.44:
10221: libstdc++ link skipping configure option
10222:
10223: * src/classes/file.C 1.73:
10224: * src/classes/mail.C 1.56:
10225: * src/include/pa_exec.h 1.8:
10226: * src/main/pa_exec.C 1.32:
10227: f(!forced_allow)
10228: to allow
10229: --with-sendmail to work with any/both
10230: --disable-foreign-group-files --disable-execs
10231:
10232: * src/classes/op.C 1.75:
10233: * src/include/pa_sql_connection.h 1.24:
10234: sql connection with error were put to cache with '
10235: marked_to_rollback' flag, all consequent even OK requests
10236: rolled back
10237:
10238: * INSTALL 1.16:
10239: "--with=sendmail=COMMAND"
10240: comment
10241:
10242: * INSTALL 1.15:
10243: * configure 1.16:
10244: * configure.in 1.18:
10245: * src/classes/mail.C 1.55:
10246: * src/include/pa_config_auto.h.in 1.24:
10247: * src/main/pa_exec.C 1.31:
10248: * src/targets/cgi/Makefile.am 1.34:
10249: * src/targets/cgi/Makefile.in 1.45:
10250: --disable-foreign-group-files now disables execs also.
10251: introducing --sendmail
10252:
10253: * INSTALL 1.14:
10254: * INSTALL 1.17:
10255: * src/classes/mail.C 1.57:
10256: * src/classes/mail.C 1.58:
10257: *** empty log message ***
10258:
10259: * operators.txt 1.22:
10260: pgsql options comment
10261:
10262: * operators.txt 1.23:
10263: * src/targets/cgi/parser3.C 1.164:
10264: http_site_config_filespec
10265:
10266: 2002-03-22 paf
10267: * operators.txt 1.21:
10268: few comments on sets
10269:
10270: * src/main/pa_exec.C 1.30:
10271: createprocess nowindow flag
10272: check on readfile false return
10273:
10274: 2002-03-18 paf
10275: * src/main/pa_charset.C 1.22:
10276: * src/targets/isapi/pa_threads.C 1.10:
10277: * src/types/pa_vdouble.h 1.34:
10278: removed some tested @tests
10279:
10280: * operators.txt 1.20:
10281: * src/classes/op.C 1.74:
10282: * src/include/pa_exception.h 1.32:
10283: * src/include/pa_globals.h 1.79:
10284: * src/include/pa_request.h 1.123:
10285: * src/include/pa_stack.h 1.14:
10286: * src/main/pa_globals.C 1.119:
10287: * src/main/pa_request.C 1.195:
10288: * www/htdocs/index.html 1.22:
10289: * www/htdocs/index.html 1.23:
10290: introducing ^try
10291:
10292: 2002-03-15 paf
10293: * operators.txt 1.19:
10294: * src/classes/table.C 1.145:
10295: * www/htdocs/index.html 1.21:
10296: ^table.locate(logical expr)
10297:
10298: 2002-03-13 paf
10299: * src/main/pa_exception.C 1.39:
10300: checked not-pooled malloc
10301:
10302: 2002-03-11 paf
10303: * src/types/pa_vfile.C 1.29:
10304: $file.text now 0A linebreaks,
10305: file::exec/cgi linebreaks "0D0A" changed to 0A onces
10306:
10307: * INSTALL 1.10:
10308: * configure 1.13:
10309: * configure.in 1.15:
10310: * src/include/pa_config_auto.h.in 1.22:
10311: * src/include/pa_config_fixed.h 1.40:
10312: * src/main/pa_exec.C 1.28:
10313: * src/main/pa_exec.C 1.29:
10314: * www/htdocs/index.html 1.18:
10315: * www/htdocs/index.html 1.19:
10316: * www/htdocs/index.html 1.20:
10317: --disable-execs
10318:
10319: * INSTALL 1.11:
10320: * configure 1.14:
10321: * configure.in 1.16:
10322: * src/include/pa_config_auto.h.in 1.23:
10323: * src/main/pa_common.C 1.105:
10324: --disable-foreign-group-files
10325:
10326: 2002-03-05 paf
10327: * src/targets/isapi/parser3isapi.C 1.66:
10328: * src/targets/isapi/parser3isapi.dsp 1.32:
10329: iis5 now requires headers to be terminated with \r\n manually [
10330: refuses to separate header/body itself]
10331:
10332: * operators.txt 1.17:
10333: * operators.txt 1.18:
10334: * src/classes/date.C 1.18:
10335: * src/classes/date.C 1.19:
10336: date week calendar columns named
10337:
10338: * src/main/pa_globals.C 1.118:
10339: * src/targets/cgi/parser3.C 1.163:
10340: * src/targets/isapi/parser3isapi.C 1.65:
10341: * www/htdocs/index.html 1.17:
10342: isapi site config beside .dll
10343:
10344: 2002-03-04 paf
10345: * src/targets/isapi/pa_threads.C 1.9:
10346: * src/targets/isapi/parser3isapi.C 1.64:
10347: * src/targets/isapi/parser3isapi.dsp 1.31:
10348: isapi updated
10349:
10350: * src/classes/op.C 1.73:
10351: * src/types/pa_vfile.C 1.28:
10352: * www/htdocs/index.html 1.16:
10353: process body now evaluated in PASS language
10354:
10355: * src/classes/op.C 1.72:
10356: * src/include/pa_string.h 1.132:
10357: * src/main/pa_string.C 1.148:
10358: string deserialize checks on broken file
10359:
10360: 2002-03-01 paf
10361: * src/main/pa_exec.C 1.27:
10362: execle -> execve, now argc OK
10363:
10364: 2002-02-28 paf
10365: * src/main/pa_string.C 1.147:
10366: origin by first piece preferred before last piece
10367:
10368: * src/main/pa_charsets.C 1.7:
10369: when placing charset to cache using global name now [were
10370: request]
10371:
10372: * configure 1.12:
10373: * configure.in 1.14:
10374: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
10375: * src/targets/apache13/mod_parser3.C 1.18:
10376: * src/targets/apache13/p3runConfigure.in 1.9:
10377: * src/targets/apache13/pa_threads.C 1.8:
10378: * www/htdocs/auto.p 1.7:
10379: apache module updated
10380:
10381: * src/main/untaint.C 1.98:
10382: removed some debug comments
10383:
10384: 2002-02-27 paf
10385: * src/main/pa_charset.C 1.21:
10386: size_t
10387:
10388: * INSTALL 1.9:
10389: shared/static-xml
10390: with-pathlink
10391:
10392: * operators.txt 1.15:
10393: * operators.txt 1.16:
10394: SMTP comment
10395:
10396: 2002-02-26 paf
10397: * src/classes/xnode.C 1.40:
10398: * www/htdocs/auto.p 1.6:
10399: * www/htdocs/global.xsl 1.4:
10400: * www/htdocs/index.html 1.15:
10401: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
10402: checked that
10403:
10404: * src/main/pa_exec.C 1.26:
10405: more precise names for vars, cosmetic
10406:
10407: 2002-02-22 paf
10408: * operators.txt 1.14:
10409: * src/types/pa_vcookie.C 1.41:
10410: * src/types/pa_vcookie.C 1.42:
10411: cookie "expires=0" = "session"
10412:
10413: * src/include/pa_string.h 1.131:
10414: * src/main/pa_string.C 1.144:
10415: * src/main/pa_string.C 1.145:
10416: * src/main/pa_string.C 1.146:
10417: * www/htdocs/auto.p 1.5:
10418: * www/htdocs/index.html 1.14:
10419: string iterators fixed again, so were String::join_chain
10420:
10421: * configure 1.11:
10422: * configure.in 1.13:
10423: glib###.a detection fixed
10424:
10425: * Makefile.in 1.7:
10426: * configure 1.9:
10427: * configure.in 1.11:
10428: * etc/Makefile.in 1.4:
10429: * etc/parser3.charsets/Makefile.in 1.6:
10430: * src/Makefile.in 1.45:
10431: * src/classes/Makefile.am 1.38:
10432: * src/classes/Makefile.in 1.43:
10433: * src/classes/gd/Makefile.in 1.34:
10434: * src/classes/hashfile.C 1.23:
10435: * src/classes/smtp/Makefile.in 1.3:
10436: * src/include/Makefile.am 1.2:
10437: * src/include/Makefile.in 1.3:
10438: * src/include/pa_config_auto.h.in 1.20:
10439: * src/include/pa_db_connection.h 1.22:
10440: * src/include/pa_db_manager.h 1.15:
10441: * src/include/pa_db_table.h 1.16:
10442: * src/main/Makefile.am 1.31:
10443: * src/main/Makefile.in 1.39:
10444: * src/main/pa_db_connection.C 1.38:
10445: * src/main/pa_db_manager.C 1.23:
10446: * src/main/pa_db_table.C 1.21:
10447: * src/main/pa_globals.C 1.117:
10448: * src/sql/Makefile.in 1.3:
10449: * src/targets/Makefile.in 1.34:
10450: * src/targets/apache13/Makefile.in 1.32:
10451: * src/targets/apache13/p3runConfigure.in 1.8:
10452: * src/targets/cgi/Makefile.am 1.32:
10453: * src/targets/cgi/Makefile.in 1.43:
10454: * src/targets/isapi/Makefile.in 1.3:
10455: * src/types/Makefile.am 1.20:
10456: * src/types/Makefile.in 1.35:
10457: * src/types/pa_vhashfile.C 1.21:
10458: * src/types/pa_vhashfile.h 1.16:
10459: removed hashfile support for now
10460:
10461: * acconfig.h 1.1:
10462: acconfig move in cvs[from src/libltdl to /]
10463:
10464: * etc/parser3.charsets/windows-1251.cfg 1.2:
10465: °
10466:
10467: * Makefile.am 1.4:
10468: * Makefile.in 1.9:
10469: make update
10470:
10471: * INSTALL 1.7:
10472: hashfile removed from INSTALL
10473:
10474: * Makefile.in 1.8:
10475: * configure 1.10:
10476: * configure.in 1.12:
10477: * src/include/pa_config_auto.h.in 1.21:
10478: --with-shared-xml
10479: --with-static-xml
10480:
10481: * INSTALL 1.8:
10482: without-zlib comment
10483:
10484: * operators.txt 1.13:
10485: * src/classes/classes.dsp 1.16:
10486: * src/main/main.dsp 1.148:
10487: * src/types/types.dsp 1.20:
10488: removed hashfile support from sources for now
10489:
10490: * src/classes/classes.dsp 1.17:
10491: * src/classes/gd/gd.dsp 1.20:
10492: * src/main/compile.tab.C 1.45:
10493: * src/main/main.dsp 1.149:
10494: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
10495: * src/targets/cgi/parser3.dsp 1.43:
10496: * src/targets/isapi/parser3isapi.dsp 1.30:
10497: * src/types/types.dsp 1.21:
10498: *.dsp: removed refereces to win32db & ancient xalan&xml
10499:
10500: 2002-02-21 paf
10501: * Makefile.am 1.3:
10502: * Makefile.in 1.6:
10503: make cvsupdate
10504:
10505: * src/main/untaint.C 1.97:
10506: removed debug code, activated commented-for debug parts
10507:
10508: * src/include/pa_string.h 1.130:
10509: * src/include/pa_types.h 1.39:
10510: * src/main/pa_string.C 1.143:
10511: * src/main/untaint.C 1.96:
10512: STRING_*FOREACH_ROW
10513: changed to stop at append_row, not at link zero
10514: now string to string appending works
10515:
10516: 2002-02-20 paf
10517: * src/include/pa_string.h 1.129:
10518: * src/main/execute.C 1.221:
10519: * src/main/untaint.C 1.95:
10520: * src/targets/cgi/pa_pool.C 1.38:
10521: * src/targets/cgi/parser3.C 1.162:
10522: * www/htdocs/index.html 1.13:
10523: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
10524:
10525: * src/include/pa_string.h 1.128:
10526: * src/main/pa_string.C 1.142:
10527: * src/main/untaint.C 1.94:
10528: economy: 22%
10529:
10530: * operators.txt 1.12:
10531: * src/include/pa_common.h 1.75:
10532: * src/include/pa_config_fixed.h 1.39:
10533: * src/include/pa_string.h 1.125:
10534: * src/include/pa_types.h 1.38:
10535: * src/main/compile.tab.C 1.44:
10536: * src/main/execute.C 1.220:
10537: * src/main/pa_string.C 1.139:
10538: * src/main/untaint.C 1.91:
10539: * src/targets/cgi/pa_pool.C 1.37:
10540: * src/targets/cgi/parser3.C 1.160:
10541: * www/htdocs/auto.p 1.4:
10542: * www/htdocs/global.xsl 1.3:
10543: * www/htdocs/index.html 1.11:
10544: strign to string append optimiziation idea and estimates
10545:
10546: * src/include/pa_string.h 1.126:
10547: * src/include/pa_stylesheet_connection.h 1.27:
10548: * src/main/pa_db_manager.C 1.22:
10549: * src/main/pa_dictionary.C 1.13:
10550: * src/main/pa_string.C 1.140:
10551: * src/main/untaint.C 1.92:
10552: * src/targets/cgi/parser3.C 1.161:
10553: * src/types/pa_vcookie.C 1.40:
10554: * src/types/pa_vstring.h 1.42:
10555: * www/htdocs/index.html 1.12:
10556: speed uptimized: string::is_empty
10557:
10558: * src/include/pa_string.h 1.127:
10559: * src/main/pa_string.C 1.141:
10560: * src/main/untaint.C 1.93:
10561: space uptimized: string::link_row removed
10562:
10563: 2002-02-19 paf
10564: * src/classes/xdoc.C 1.86:
10565: * src/classes/xnode.C 1.39:
10566: getElementsByTagName and *NS moved to node [element]
10567:
10568: * src/classes/math.C 1.15:
10569: not used directly [but erroreously reported that 'is', thus
10570: registering twice&other probs]
10571:
10572: * src/main/compile.C 1.59:
10573: * src/main/compile.C 1.60:
10574: without string_origins not worked
10575:
10576: * src/main/compile.C 1.61:
10577: without string_origins parse error file+line+col possible
10578:
10579: 2002-02-18 paf
10580: * src/types/pa_vdouble.h 1.33:
10581: since we have in_expression
10582: removed that trick i've installed into double::as_string
10583:
10584: * INSTALL 1.6:
10585: local install comment
10586:
10587: * src/main/compile.tab.C 1.41:
10588: * src/main/compile.y 1.181:
10589: * www/htdocs/global.xsl 1.2:
10590: * www/htdocs/index.html 1.7:
10591: integer division stops name
10592:
10593: * Makefile.in 1.4:
10594: * acinclude.m4 1.2:
10595: * aclocal.m4 1.2:
10596: * configure 1.8:
10597: * configure.in 1.10:
10598: * etc/Makefile.in 1.3:
10599: * etc/parser3.charsets/Makefile.in 1.5:
10600: * src/Makefile.in 1.44:
10601: * src/classes/Makefile.in 1.42:
10602: * src/classes/gd/Makefile.in 1.33:
10603: * src/classes/smtp/Makefile.in 1.2:
10604: * src/include/Makefile.in 1.2:
10605: * src/include/pa_config_auto.h.in 1.19:
10606: * src/include/pa_config_includes.h 1.19:
10607: * src/main/Makefile.in 1.38:
10608: * src/sql/Makefile.in 1.2:
10609: * src/targets/Makefile.in 1.33:
10610: * src/targets/apache13/Makefile.in 1.31:
10611: * src/targets/apache13/p3runConfigure.in 1.7:
10612: * src/targets/cgi/Makefile.am 1.30:
10613: * src/targets/cgi/Makefile.in 1.41:
10614: * src/targets/cgi/parser3.C 1.157:
10615: * src/targets/isapi/Makefile.in 1.2:
10616: * src/types/Makefile.in 1.34:
10617: removed libtool usage from build mech
10618:
10619: * operators.txt 1.10:
10620: * src/classes/date.C 1.17:
10621: date::create [were date::set, with backward comp
10622:
10623: * src/classes/math.C 1.14:
10624: * www/htdocs/index.html 1.8:
10625: math:random range check fixed
10626:
10627: * src/main/compile.tab.C 1.42:
10628: bison env set so one could compile without cygwin installed
10629:
10630: * src/targets/cgi/Makefile.am 1.31:
10631: * src/targets/cgi/Makefile.in 1.42:
10632: * src/targets/cgi/parser3.C 1.158:
10633: *** empty log message ***
10634:
10635: * src/main/pa_globals.C 1.116:
10636: extern "C" was removed too fast
10637:
10638: * Makefile.in 1.5:
10639: * ltconfig 1.2:
10640: * ltmain.sh 1.2:
10641: removed libtool subpart files
10642:
10643: * src/main/main.dsp 1.147:
10644: * src/main/pa_globals.C 1.115:
10645: removed unneded
10646: #ifdef __cplusplus
10647: }
10648: #endif
10649:
10650: * src/include/pa_opcode.h 1.15:
10651: * src/include/pa_request.h 1.122:
10652: * src/main/compile.tab.C 1.43:
10653: * src/main/compile.y 1.182:
10654: * src/main/execute.C 1.219:
10655: * src/types/pa_wcontext.h 1.28:
10656: * www/htdocs/index.html 1.10:
10657: * www/htdocs/index.html 1.9:
10658: in_expression
10659: aimed to solve old problem with string/nonstring values,
10660: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
10661:
10662: * operators.txt 1.11:
10663: * src/targets/cgi/parser3.C 1.159:
10664: PARSER_ROOT_CONFIG
10665:
10666: * src/classes/classes.dsp 1.15:
10667: * src/classes/gd/gd.dsp 1.19:
10668: * src/classes/smtp/smtp.dsp 1.16:
10669: * src/main/main.dsp 1.146:
10670: * src/main/pa_globals.C 1.114:
10671: * src/targets/cgi/parser3.dsp 1.42:
10672: * src/types/types.dsp 1.19:
10673: win32xml now contains gnome xml libs
10674: parser .dsp-s changed accordingly
10675:
10676: * operators.txt 1.9:
10677: \ comment
10678:
10679: 2002-02-13 paf
10680: * INSTALL 1.5:
10681: * configure 1.7:
10682: * configure.in 1.9:
10683: * src/targets/cgi/Makefile.am 1.29:
10684: * src/targets/cgi/Makefile.in 1.40:
10685: --with-glib-config
10686: CXXLINK=$(CC) for targets/cgi/parser3
10687:
10688: * src/include/pa_config_includes.h 1.18:
10689: sys/time time both included now.
10690: vaguely remember confilicts on this on some system [not on six|ablv]
10691: so when would see them again would think up proper check
10692:
10693: * etc/parser3.charsets/windows-1257.cfg 1.1:
10694: * src/targets/cgi/parser3.C 1.156:
10695: baltic charset file generated, in generation script ispunct
10696: check added
10697:
10698: * src/main/pa_common.C 1.103:
10699: strnchr: sanity check added
10700:
10701: * src/main/pa_common.C 1.104:
10702: truncation never occured when writing files on unix [since i've changed cache mech]
10703: fix
10704:
10705: * etc/parser3.charsets/windows-1257.cfg 1.2:
10706: id added
10707:
10708: 2002-02-08 paf
10709: * src/classes/classes.C 1.14:
10710: * src/classes/classes.h 1.15:
10711: * src/classes/date.C 1.15:
10712: * src/classes/double.C 1.42:
10713: * src/classes/file.C 1.71:
10714: * src/classes/form.C 1.20:
10715: * src/classes/gd/gif.C 1.25:
10716: * src/classes/gd/gif.h 1.19:
10717: * src/classes/gd/gifio.C 1.17:
10718: * src/classes/hash.C 1.34:
10719: * src/classes/hashfile.C 1.21:
10720: * src/classes/image.C 1.65:
10721: * src/classes/int.C 1.39:
10722: * src/classes/mail.C 1.53:
10723: * src/classes/math.C 1.12:
10724: * src/classes/op.C 1.70:
10725: * src/classes/response.C 1.17:
10726: * src/classes/smtp/comms.C 1.7:
10727: * src/classes/smtp/smtp.C 1.8:
10728: * src/classes/smtp/smtp.h 1.7:
10729: * src/classes/string.C 1.96:
10730: * src/classes/table.C 1.143:
10731: * src/classes/void.C 1.15:
10732: * src/classes/xdoc.C 1.84:
10733: * src/classes/xnode.C 1.37:
10734: * src/classes/xnode.h 1.8:
10735: * src/include/pa_array.h 1.52:
10736: * src/include/pa_cache_managers.h 1.5:
10737: * src/include/pa_charset.h 1.13:
10738: * src/include/pa_charsets.h 1.4:
10739: * src/include/pa_common.h 1.73:
10740: * src/include/pa_config_fixed.h 1.37:
10741: * src/include/pa_config_includes.h 1.16:
10742: * src/include/pa_db_connection.h 1.20:
10743: * src/include/pa_db_manager.h 1.13:
10744: * src/include/pa_db_table.h 1.14:
10745: * src/include/pa_dictionary.h 1.9:
10746: * src/include/pa_dir.h 1.9:
10747: * src/include/pa_exception.h 1.30:
10748: * src/include/pa_exec.h 1.6:
10749: * src/include/pa_globals.h 1.77:
10750: * src/include/pa_hash.h 1.53:
10751: * src/include/pa_opcode.h 1.13:
10752: * src/include/pa_pool.h 1.77:
10753: * src/include/pa_pragma_pack_begin.h 1.3:
10754: * src/include/pa_pragma_pack_end.h 1.3:
10755: * src/include/pa_request.h 1.120:
10756: * src/include/pa_sapi.h 1.17:
10757: * src/include/pa_socks.h 1.7:
10758: * src/include/pa_sql_connection.h 1.22:
10759: * src/include/pa_sql_driver_manager.h 1.22:
10760: * src/include/pa_stack.h 1.12:
10761: * src/include/pa_string.h 1.123:
10762: * src/include/pa_stylesheet_connection.h 1.25:
10763: * src/include/pa_stylesheet_manager.h 1.11:
10764: * src/include/pa_table.h 1.40:
10765: * src/include/pa_threads.h 1.22:
10766: * src/include/pa_types.h 1.36:
10767: * src/main/compile.C 1.57:
10768: * src/main/compile.tab.C 1.40:
10769: * src/main/compile_tools.C 1.44:
10770: * src/main/compile_tools.h 1.57:
10771: * src/main/execute.C 1.217:
10772: * src/main/pa_array.C 1.46:
10773: * src/main/pa_cache_managers.C 1.3:
10774: * src/main/pa_charset.C 1.19:
10775: * src/main/pa_charsets.C 1.5:
10776: * src/main/pa_common.C 1.100:
10777: * src/main/pa_db_connection.C 1.36:
10778: * src/main/pa_db_manager.C 1.20:
10779: * src/main/pa_db_table.C 1.19:
10780: * src/main/pa_dictionary.C 1.11:
10781: * src/main/pa_dir.C 1.10:
10782: * src/main/pa_exception.C 1.37:
10783: * src/main/pa_exec.C 1.24:
10784: * src/main/pa_globals.C 1.112:
10785: * src/main/pa_hash.C 1.49:
10786: * src/main/pa_pool.C 1.50:
10787: * src/main/pa_request.C 1.193:
10788: * src/main/pa_socks.C 1.12:
10789: * src/main/pa_sql_driver_manager.C 1.60:
10790: * src/main/pa_status_provider.C 1.3:
10791: * src/main/pa_string.C 1.137:
10792: * src/main/pa_stylesheet_manager.C 1.12:
10793: * src/main/pa_table.C 1.43:
10794: * src/main/untaint.C 1.88:
10795: * src/sql/pa_sql_driver.h 1.25:
10796: * src/targets/apache13/mod_parser3.C 1.16:
10797: * src/targets/apache13/pa_pool.C 1.4:
10798: * src/targets/apache13/pa_threads.C 1.6:
10799: * src/targets/cgi/pa_pool.C 1.35:
10800: * src/targets/cgi/pa_threads.C 1.8:
10801: * src/targets/cgi/parser3.C 1.153:
10802: * src/targets/cgi/pool_storage.h 1.8:
10803: * src/targets/isapi/pa_pool.C 1.11:
10804: * src/targets/isapi/pa_threads.C 1.7:
10805: * src/targets/isapi/parser3isapi.C 1.62:
10806: * src/targets/isapi/pool_storage.h 1.14:
10807: * src/types/pa_valiased.C 1.12:
10808: * src/types/pa_valiased.h 1.17:
10809: * src/types/pa_value.h 1.78:
10810: * src/types/pa_vbool.h 1.16:
10811: * src/types/pa_vclass.h 1.23:
10812: * src/types/pa_vcode_frame.h 1.13:
10813: * src/types/pa_vcookie.C 1.33:
10814: * src/types/pa_vcookie.h 1.14:
10815: * src/types/pa_vdate.h 1.7:
10816: * src/types/pa_vdouble.h 1.31:
10817: * src/types/pa_venv.h 1.19:
10818: * src/types/pa_vfile.C 1.25:
10819: * src/types/pa_vfile.h 1.39:
10820: * src/types/pa_vform.C 1.51:
10821: * src/types/pa_vform.h 1.32:
10822: * src/types/pa_vhash.h 1.28:
10823: * src/types/pa_vhashfile.C 1.18:
10824: * src/types/pa_vhashfile.h 1.14:
10825: * src/types/pa_vimage.C 1.15:
10826: * src/types/pa_vimage.h 1.23:
10827: * src/types/pa_vint.h 1.30:
10828: * src/types/pa_vjunction.h 1.11:
10829: * src/types/pa_vmath.h 1.5:
10830: * src/types/pa_vmethod_frame.h 1.21:
10831: * src/types/pa_vobject.h 1.15:
10832: * src/types/pa_vrequest.C 1.15:
10833: * src/types/pa_vrequest.h 1.15:
10834: * src/types/pa_vresponse.C 1.3:
10835: * src/types/pa_vresponse.h 1.20:
10836: * src/types/pa_vstateless_class.C 1.12:
10837: * src/types/pa_vstateless_class.h 1.22:
10838: * src/types/pa_vstateless_object.h 1.14:
10839: * src/types/pa_vstatus.C 1.5:
10840: * src/types/pa_vstatus.h 1.6:
10841: * src/types/pa_vstring.C 1.15:
10842: * src/types/pa_vstring.h 1.40:
10843: * src/types/pa_vtable.C 1.10:
10844: * src/types/pa_vtable.h 1.36:
10845: * src/types/pa_vvoid.h 1.7:
10846: * src/types/pa_vxdoc.C 1.10:
10847: * src/types/pa_vxdoc.h 1.18:
10848: * src/types/pa_vxnode.C 1.14:
10849: * src/types/pa_vxnode.h 1.11:
10850: * src/types/pa_wcontext.C 1.14:
10851: * src/types/pa_wcontext.h 1.26:
10852: * src/types/pa_wwrapper.h 1.15:
10853: 2002
10854:
10855: * src/types/pa_vcookie.C 1.36:
10856: * src/types/pa_vcookie.C 1.37:
10857: * src/types/pa_vcookie.C 1.38:
10858: * src/types/pa_vcookie.C 1.39:
10859: VCookie::fill_fields one check forgotten
10860:
10861: * src/classes/smtp/Makefile.am 1.1:
10862: * src/classes/smtp/Makefile.in 1.1:
10863: * src/include/Makefile.am 1.1:
10864: * src/include/Makefile.in 1.1:
10865: * src/sql/Makefile.am 1.3:
10866: * src/sql/Makefile.in 1.1:
10867: * src/targets/isapi/Makefile.am 1.1:
10868: * src/targets/isapi/Makefile.in 1.1:
10869: forgotten makes
10870:
10871: * AUTHORS 1.2:
10872: * COPYING 1.2:
10873: * INSTALL 1.3:
10874: * INSTALL 1.4:
10875: * README 1.2:
10876: install&others updated
10877:
10878: * Makefile.am 1.2:
10879: * Makefile.in 1.3:
10880: * configure 1.6:
10881: * configure.in 1.8:
10882: * etc/parser3.charsets/Makefile.am 1.2:
10883: * etc/parser3.charsets/Makefile.in 1.4:
10884: * src/Makefile.am 1.15:
10885: * src/Makefile.in 1.43:
10886: * src/classes/Makefile.am 1.37:
10887: * src/classes/Makefile.in 1.41:
10888: * src/classes/gd/Makefile.am 1.9:
10889: * src/classes/gd/Makefile.in 1.32:
10890: * src/main/Makefile.am 1.30:
10891: * src/main/Makefile.in 1.37:
10892: * src/main/pa_status_provider.C 1.5:
10893: * src/targets/Makefile.am 1.9:
10894: * src/targets/Makefile.in 1.32:
10895: * src/targets/apache13/Makefile.am 1.11:
10896: * src/targets/apache13/Makefile.in 1.30:
10897: * src/targets/cgi/Makefile.am 1.28:
10898: * src/targets/cgi/Makefile.in 1.39:
10899: * src/types/Makefile.am 1.19:
10900: * src/types/Makefile.in 1.33:
10901: 'make dist' works
10902:
10903: * src/classes/classes.C 1.15:
10904: * src/classes/classes.h 1.16:
10905: * src/classes/date.C 1.16:
10906: * src/classes/double.C 1.43:
10907: * src/classes/file.C 1.72:
10908: * src/classes/form.C 1.21:
10909: * src/classes/gd/gif.C 1.26:
10910: * src/classes/gd/gif.h 1.20:
10911: * src/classes/gd/gifio.C 1.18:
10912: * src/classes/hash.C 1.35:
10913: * src/classes/hashfile.C 1.22:
10914: * src/classes/image.C 1.66:
10915: * src/classes/image.C 1.67:
10916: * src/classes/int.C 1.40:
10917: * src/classes/mail.C 1.54:
10918: * src/classes/math.C 1.13:
10919: * src/classes/op.C 1.71:
10920: * src/classes/response.C 1.18:
10921: * src/classes/smtp/comms.C 1.8:
10922: * src/classes/smtp/smtp.C 1.9:
10923: * src/classes/smtp/smtp.h 1.8:
10924: * src/classes/string.C 1.97:
10925: * src/classes/table.C 1.144:
10926: * src/classes/void.C 1.16:
10927: * src/classes/xdoc.C 1.85:
10928: * src/classes/xnode.C 1.38:
10929: * src/classes/xnode.h 1.9:
10930: * src/include/pa_array.h 1.53:
10931: * src/include/pa_cache_managers.h 1.6:
10932: * src/include/pa_charset.h 1.14:
10933: * src/include/pa_charsets.h 1.5:
10934: * src/include/pa_common.h 1.74:
10935: * src/include/pa_config_fixed.h 1.38:
10936: * src/include/pa_config_includes.h 1.17:
10937: * src/include/pa_db_connection.h 1.21:
10938: * src/include/pa_db_manager.h 1.14:
10939: * src/include/pa_db_table.h 1.15:
10940: * src/include/pa_dictionary.h 1.10:
10941: * src/include/pa_dir.h 1.10:
10942: * src/include/pa_exception.h 1.31:
10943: * src/include/pa_exec.h 1.7:
10944: * src/include/pa_globals.h 1.78:
10945: * src/include/pa_hash.h 1.54:
10946: * src/include/pa_opcode.h 1.14:
10947: * src/include/pa_pool.h 1.78:
10948: * src/include/pa_pragma_pack_begin.h 1.4:
10949: * src/include/pa_pragma_pack_end.h 1.4:
10950: * src/include/pa_request.h 1.121:
10951: * src/include/pa_sapi.h 1.18:
10952: * src/include/pa_socks.h 1.8:
10953: * src/include/pa_sql_connection.h 1.23:
10954: * src/include/pa_sql_driver_manager.h 1.23:
10955: * src/include/pa_stack.h 1.13:
10956: * src/include/pa_string.h 1.124:
10957: * src/include/pa_stylesheet_connection.h 1.26:
10958: * src/include/pa_stylesheet_manager.h 1.12:
10959: * src/include/pa_table.h 1.41:
10960: * src/include/pa_threads.h 1.23:
10961: * src/include/pa_types.h 1.37:
10962: * src/main/compile.C 1.58:
10963: * src/main/compile_tools.C 1.45:
10964: * src/main/compile_tools.h 1.58:
10965: * src/main/execute.C 1.218:
10966: * src/main/pa_array.C 1.47:
10967: * src/main/pa_cache_managers.C 1.4:
10968: * src/main/pa_charset.C 1.20:
10969: * src/main/pa_charsets.C 1.6:
10970: * src/main/pa_common.C 1.101:
10971: * src/main/pa_common.C 1.102:
10972: * src/main/pa_db_connection.C 1.37:
10973: * src/main/pa_db_manager.C 1.21:
10974: * src/main/pa_db_table.C 1.20:
10975: * src/main/pa_dictionary.C 1.12:
10976: * src/main/pa_dir.C 1.11:
10977: * src/main/pa_exception.C 1.38:
10978: * src/main/pa_exec.C 1.25:
10979: * src/main/pa_globals.C 1.113:
10980: * src/main/pa_hash.C 1.50:
10981: * src/main/pa_pool.C 1.51:
10982: * src/main/pa_request.C 1.194:
10983: * src/main/pa_socks.C 1.13:
10984: * src/main/pa_sql_driver_manager.C 1.61:
10985: * src/main/pa_status_provider.C 1.4:
10986: * src/main/pa_string.C 1.138:
10987: * src/main/pa_stylesheet_manager.C 1.13:
10988: * src/main/pa_table.C 1.44:
10989: * src/main/untaint.C 1.89:
10990: * src/main/untaint.C 1.90:
10991: * src/sql/pa_sql_driver.h 1.26:
10992: * src/targets/apache13/mod_parser3.C 1.17:
10993: * src/targets/apache13/pa_pool.C 1.5:
10994: * src/targets/apache13/pa_threads.C 1.7:
10995: * src/targets/cgi/pa_pool.C 1.36:
10996: * src/targets/cgi/pa_threads.C 1.9:
10997: * src/targets/cgi/parser3.C 1.154:
10998: * src/targets/cgi/parser3.C 1.155:
10999: * src/targets/cgi/pool_storage.h 1.9:
11000: * src/targets/isapi/pa_pool.C 1.12:
11001: * src/targets/isapi/pa_threads.C 1.8:
11002: * src/targets/isapi/parser3isapi.C 1.63:
11003: * src/targets/isapi/pool_storage.h 1.15:
11004: * src/types/pa_valiased.C 1.13:
11005: * src/types/pa_valiased.h 1.18:
11006: * src/types/pa_value.h 1.79:
11007: * src/types/pa_vbool.h 1.17:
11008: * src/types/pa_vclass.h 1.24:
11009: * src/types/pa_vcode_frame.h 1.14:
11010: * src/types/pa_vcookie.C 1.34:
11011: * src/types/pa_vcookie.C 1.35:
11012: * src/types/pa_vcookie.h 1.15:
11013: * src/types/pa_vdate.h 1.8:
11014: * src/types/pa_vdouble.h 1.32:
11015: * src/types/pa_venv.h 1.20:
11016: * src/types/pa_vfile.C 1.26:
11017: * src/types/pa_vfile.C 1.27:
11018: * src/types/pa_vfile.h 1.40:
11019: * src/types/pa_vform.C 1.52:
11020: * src/types/pa_vform.C 1.53:
11021: * src/types/pa_vform.h 1.33:
11022: * src/types/pa_vhash.h 1.29:
11023: * src/types/pa_vhashfile.C 1.19:
11024: * src/types/pa_vhashfile.C 1.20:
11025: * src/types/pa_vhashfile.h 1.15:
11026: * src/types/pa_vimage.C 1.16:
11027: * src/types/pa_vimage.C 1.17:
11028: * src/types/pa_vimage.h 1.24:
11029: * src/types/pa_vint.h 1.31:
11030: * src/types/pa_vjunction.h 1.12:
11031: * src/types/pa_vmath.h 1.6:
11032: * src/types/pa_vmethod_frame.h 1.22:
11033: * src/types/pa_vobject.h 1.16:
11034: * src/types/pa_vrequest.C 1.16:
11035: * src/types/pa_vrequest.C 1.17:
11036: * src/types/pa_vrequest.h 1.16:
11037: * src/types/pa_vresponse.C 1.4:
11038: * src/types/pa_vresponse.C 1.5:
11039: * src/types/pa_vresponse.h 1.21:
11040: * src/types/pa_vstateless_class.C 1.13:
11041: * src/types/pa_vstateless_class.h 1.23:
11042: * src/types/pa_vstateless_object.h 1.15:
11043: * src/types/pa_vstatus.C 1.6:
11044: * src/types/pa_vstatus.h 1.7:
11045: * src/types/pa_vstring.C 1.16:
11046: * src/types/pa_vstring.C 1.17:
11047: * src/types/pa_vstring.h 1.41:
11048: * src/types/pa_vtable.C 1.11:
11049: * src/types/pa_vtable.C 1.12:
11050: * src/types/pa_vtable.h 1.37:
11051: * src/types/pa_vvoid.h 1.8:
11052: * src/types/pa_vxdoc.C 1.11:
11053: * src/types/pa_vxdoc.C 1.12:
11054: * src/types/pa_vxdoc.h 1.19:
11055: * src/types/pa_vxnode.C 1.15:
11056: * src/types/pa_vxnode.C 1.16:
11057: * src/types/pa_vxnode.h 1.12:
11058: * src/types/pa_wcontext.C 1.15:
11059: * src/types/pa_wcontext.h 1.27:
11060: * src/types/pa_wwrapper.h 1.16:
11061: name spelling
11062:
11063: 2002-02-07 paf
11064: * src/main/compile.C 1.56:
11065: * src/main/compile.tab.C 1.39:
11066: * src/main/compile.y 1.180:
11067: * src/main/compile_tools.h 1.56:
11068: disabled $if reference due to conflicts with local variables
11069:
11070: * configure 1.5:
11071: * configure.in 1.7:
11072: * src/classes/Makefile.in 1.39:
11073: * src/classes/gd/Makefile.in 1.30:
11074: * src/include/pa_config_auto.h.in 1.18:
11075: * src/main/Makefile.in 1.35:
11076: * src/main/pa_common.C 1.99:
11077: * src/main/pa_socks.C 1.10:
11078: * src/targets/Makefile.in 1.30:
11079: * src/targets/cgi/Makefile.in 1.37:
11080: * src/types/Makefile.in 1.31:
11081: compiled under cygwin
11082: added yet another locking function: fcntl
11083:
11084: * src/classes/Makefile.in 1.40:
11085: * src/classes/gd/Makefile.in 1.31:
11086: * src/main/Makefile.in 1.36:
11087: * src/targets/Makefile.in 1.31:
11088: * src/targets/apache13/Makefile.in 1.29:
11089: * src/targets/cgi/Makefile.in 1.38:
11090: * src/types/Makefile.in 1.32:
11091: makes
11092:
11093: * src/include/pa_array.h 1.50:
11094: * src/main/compile.C 1.55:
11095: * src/main/compile.tab.C 1.37:
11096: * src/main/compile.y 1.179:
11097: * src/main/compile_tools.C 1.43:
11098: * src/main/compile_tools.h 1.55:
11099: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
11100: OP_VALUE+string+OP_GET_ELEMENT.
11101: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
11102: to form
11103: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
11104: code
11105:
11106: * operators.txt 1.6:
11107: * src/classes/string.C 1.95:
11108: * src/include/pa_config_fixed.h 1.35:
11109: * src/main/compile.tab.C 1.38:
11110: ^int/double/string.format
11111: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
11112: retaining backward compatibility due to some already-implemented servers
11113:
11114: * config.sub 1.2:
11115: on cygwin configure passes it with strange i1586 const, hacked
11116: it to mean i586
11117:
11118: * src/main/pa_socks.C 1.11:
11119: swapped headers to avoid compiler warnings
11120:
11121: * operators.txt 1.7:
11122: * src/classes/table.C 1.142:
11123: * src/include/pa_array.h 1.51:
11124: * src/include/pa_table.h 1.39:
11125: * src/main/pa_array.C 1.45:
11126: * src/main/pa_table.C 1.42:
11127: * www/htdocs/auto.p 1.3:
11128: * www/htdocs/index.html 1.6:
11129: table::create now // 'set' name obsolete now
11130: table clone.
11131:
11132: * operators.txt 1.8:
11133: * src/classes/xdoc.C 1.83:
11134: * src/include/pa_config_fixed.h 1.36:
11135: xdoc::set obsolete now, now xdoc::create, with both sences
11136:
11137: 2002-02-06 paf
11138: * src/classes/mail.C 1.52:
11139: *** empty log message ***
11140:
11141: * configure 1.4:
11142: * configure.in 1.6:
11143: prefix expanded, grr
11144:
11145: * operators.txt 1.5:
11146: * src/classes/mail.C 1.51:
11147: mail:send config changed
11148:
11149: 2002-02-05 paf
11150: * configure.in 1.3:
11151: * operators.txt 1.2:
11152: * src/classes/file.C 1.70:
11153: * src/classes/op.C 1.69:
11154: * src/include/pa_common.h 1.72:
11155: * src/include/pa_config_includes.h 1.15:
11156: * src/main/compile.tab.C 1.36:
11157: * src/main/pa_common.C 1.98:
11158: * www/htdocs/index.html 1.5:
11159: rewritten ^cache to use non-blocking-exclusive-caches
11160:
11161: * src/types/pa_vstatus.C 1.4:
11162: status:rusage 3
11163:
11164: * src/main/pa_common.C 1.97:
11165: text file read mode on win32 adjusted [speed impact. was off
11166: for debugging purpose, but forgotten afterwards]
11167:
11168: * operators.txt 1.3:
11169: status:rusage described int operators
11170:
11171: * configure.in 1.4:
11172: * src/types/Makefile.am 1.18:
11173: * src/types/pa_vstatus.h 1.5:
11174: * src/types/types.dsp 1.18:
11175: status:rusage
11176:
11177: * src/types/pa_vstatus.C 1.1:
11178: status:rusage 1
11179:
11180: * configure 1.3:
11181: * configure.in 1.5:
11182: * src/include/pa_config_auto.h.in 1.17:
11183: * src/types/Makefile.in 1.30:
11184: * src/types/pa_vstatus.C 1.2:
11185: *** empty log message ***
11186:
11187: * src/main/pa_exec.C 1.22.14.1:
11188: * src/main/pa_exec.C 1.23:
11189: argv0 now correct
11190:
11191: * src/types/pa_vstatus.C 1.3:
11192: status:rusage 2
11193:
11194: * operators.txt 1.4:
11195: regex options commented
11196:
11197: 2002-02-01 paf
11198: * src/classes/op.C 1.62.2.1.2.3:
11199: file_write does EX lock after create,
11200: while file_read does SH after open,
11201: so there's a moment after create but before EX lock when read can sneak into, and read just-created-for-writing-and-not-yet-locked file,
11202: added a check for that in ^cache...read
11203:
11204: 2002-01-31 paf
11205: * src/main/execute.C 1.210:
11206: * www/htdocs/index.html 1.3:
11207: operators check, thay mistakenly seen in
11208: $class:operator
11209: $object.operators
11210: contexts
11211:
11212: * INSTALL 1.2:
11213: * Makefile.in 1.2:
11214: * configure 1.2:
11215: * configure.in 1.2:
11216: * etc/Makefile.am 1.2:
11217: * etc/Makefile.in 1.2:
11218: * etc/parser3.charsets/Makefile.in 1.3:
11219: * ident.awk 1.2:
11220: * src/Makefile.in 1.42:
11221: * src/classes/Makefile.am 1.36:
11222: * src/classes/Makefile.in 1.38:
11223: * src/classes/gd/Makefile.am 1.8:
11224: * src/classes/gd/Makefile.in 1.29:
11225: * src/main/Makefile.am 1.29:
11226: * src/main/Makefile.in 1.34:
11227: * src/targets/Makefile.in 1.29:
11228: * src/targets/apache13/Makefile.am 1.10:
11229: * src/targets/cgi/Makefile.am 1.27:
11230: * src/targets/cgi/Makefile.in 1.36:
11231: * src/targets/cgi/pa_config_paths.h.in 1.1:
11232: * src/targets/cgi/parser3.C 1.152:
11233: * src/types/Makefile.am 1.17:
11234: * src/types/Makefile.in 1.29:
11235: lowered indent.awk back to src/
11236:
11237: * src/classes/xdoc.C 1.82:
11238: * src/targets/cgi/parser3.dsp 1.41:
11239: * www/htdocs/index.html 1.2:
11240: now compiles under win32
11241:
11242: * src/main/compile.tab.C 1.35:
11243: * src/main/compile.y 1.178:
11244: disabled operator call after ^xxx:
11245:
11246: * AUTHORS 1.1:
11247: * COPYING 1.1:
11248: * INSTALL 1.1:
11249: * Makefile.am 1.1:
11250: * Makefile.in 1.1:
11251: * NEWS 1.1:
11252: * README 1.1:
11253: * acinclude.m4 1.1:
11254: * aclocal.m4 1.1:
11255: * asm.txt 1.1:
11256: * config.guess 1.1:
11257: * config.sub 1.1:
11258: * configure 1.1:
11259: * configure.in 1.1:
11260: * etc/Makefile.am 1.1:
11261: * etc/Makefile.in 1.1:
11262: * etc/parser3.charsets/Makefile.am 1.1:
11263: * etc/parser3.charsets/Makefile.in 1.1:
11264: * etc/parser3.charsets/koi8-r.cfg 1.1:
11265: * etc/parser3.charsets/windows-1250.cfg 1.1:
11266: * etc/parser3.charsets/windows-1251.cfg 1.1:
11267: * form.txt 1.1:
11268: * ident.awk 1.1:
11269: * install-sh 1.1:
11270: * lang.txt 1.1:
11271: * ltconfig 1.1:
11272: * ltmain.sh 1.1:
11273: * missing 1.1:
11274: * mkinstalldirs 1.1:
11275: * operators.txt 1.1:
11276: * parser3.dsw 1.1:
11277: * sql.txt 1.1:
11278: * src/Makefile.am 1.14:
11279: * src/Makefile.in 1.41:
11280: * src/classes/Makefile.am 1.35:
11281: * src/classes/Makefile.in 1.37:
11282: * src/classes/gd/Makefile.am 1.7:
11283: * src/classes/gd/Makefile.in 1.28:
11284: * src/include/pa_config_auto.h.in 1.16:
11285: * src/main/Makefile.am 1.28:
11286: * src/main/Makefile.in 1.33:
11287: * src/targets/Makefile.in 1.28:
11288: * src/targets/apache13/Makefile.am 1.9:
11289: * src/targets/apache13/Makefile.in 1.28:
11290: * src/targets/cgi/Makefile.am 1.26:
11291: * src/targets/cgi/Makefile.in 1.35:
11292: * src/targets/cgi/parser3.C 1.151:
11293: * src/types/Makefile.am 1.16:
11294: * src/types/Makefile.in 1.28:
11295: * types.txt 1.1:
11296: * www/Makefile.am 1.1:
11297: * www/Makefile.in 1.1:
11298: * www/htdocs/auto.p 1.1:
11299: * www/htdocs/global.xsl 1.1:
11300: * www/htdocs/index.html 1.1:
11301: * www/htdocs/parser-status.html 1.1:
11302: * www/htdocs/people.dtd 1.1:
11303: moved etc&www out of src, moved configure&co out of src
11304: added windows-1250.cfg
11305: straightened installation scripts procedure
11306: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
11307:
11308: * src/include/pa_opcode.h 1.12:
11309: * src/include/pa_request.h 1.119:
11310: * src/main/compile.C 1.54:
11311: * src/main/compile.tab.C 1.33:
11312: * src/main/compile.y 1.177:
11313: * src/main/compile_tools.C 1.42:
11314: * src/main/compile_tools.h 1.54:
11315: * src/main/execute.C 1.215:
11316: * src/types/pa_wcontext.h 1.25:
11317: operators check 6.1
11318: rewritten. now check is done at compile time
11319:
11320: * etc/parser3.charsets/Makefile.in 1.2:
11321: *** empty log message ***
11322:
11323: * src/main/execute.C 1.214:
11324: operators check 5
11325: floated up old error of staying in 'entered class/object' state after $a($a..)
11326: it prevented operators from being called thereafter
11327:
11328: * src/main/compile.tab.C 1.34:
11329: * src/main/execute.C 1.216:
11330: made operators lookup first in ^xxx situation.
11331: so that one could not do
11332: $if[1]
11333: ^if[xxx]
11334:
11335: * src/main/execute.C 1.211:
11336: * src/types/pa_wcontext.h 1.24:
11337: * www/htdocs/auto.p 1.2:
11338: * www/htdocs/index.html 1.4:
11339: operators check 2
11340: floated up old error of staying in 'entered class' state after $a:a[a]
11341: it prevented operators from being called thereafter
11342:
11343: * src/main/execute.C 1.212:
11344: operators check 3
11345: floated up old error of staying in 'entered class' state after $a:a(a)
11346: it prevented operators from being called thereafter
11347:
11348: * src/include/pa_opcode.h 1.11:
11349: * src/main/compile.tab.C 1.32:
11350: * src/main/compile.y 1.176:
11351: * src/main/execute.C 1.213:
11352: operators check 4
11353: floated up old error of staying in 'entered object' state after ^a.a(a)
11354: it prevented operators from being called thereafter
11355:
11356: 2002-01-30 paf
11357: * src/classes/xdoc.C 1.81:
11358: acconfig.h changed [comments before #undefs removed]
11359: those comments were a mistake, and prevented libltdl from function properly
11360:
11361: 2002-01-29 paf
11362: * src/Makefile.am 1.13:
11363: * src/Makefile.in 1.40:
11364: * src/classes/Makefile.am 1.34:
11365: * src/classes/Makefile.in 1.36:
11366: * src/classes/gd/Makefile.in 1.27:
11367: * src/main/Makefile.in 1.32:
11368: * src/targets/Makefile.in 1.27:
11369: * src/targets/apache13/Makefile.in 1.27:
11370: * src/targets/cgi/Makefile.in 1.34:
11371: * src/types/Makefile.in 1.27:
11372: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
11373: added default system config&charsetts
11374: prepared 'make install', now it installs
11375: targets/cgi/parser3 into bin directory
11376: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
11377:
11378: * src/classes/xdoc.C 1.80:
11379: * src/include/pa_charset.h 1.12:
11380: * src/include/pa_globals.h 1.76:
11381: * src/main/pa_globals.C 1.111:
11382: few forgotten ifdef XML added
11383:
11384: 2002-01-28 paf
11385: * src/classes/xdoc.C 1.79:
11386: * src/classes/xnode.h 1.7:
11387: * src/main/pa_exception.C 1.35:
11388: xdoc.importNode 0
11389:
11390: * src/classes/xdoc.C 1.78:
11391: xdoc::set now untaints OK
11392:
11393: * src/Makefile.in 1.39:
11394: stupid make runs automake on ths
11395:
11396: * src/classes/xnode.C 1.34:
11397: * src/types/pa_vxdoc.h 1.17:
11398: xdoc.importNode 1 [fixed as_node helper func to accept docs]
11399:
11400: * src/classes/Makefile.am 1.33:
11401: * src/classes/Makefile.in 1.35:
11402: * src/targets/cgi/Makefile.am 1.25:
11403: * src/targets/cgi/Makefile.in 1.33:
11404: xalan-patch removed
11405:
11406: * src/main/pa_exception.C 1.36:
11407: dom|generic error output fix
11408:
11409: * src/classes/xnode.C 1.35:
11410: xdoc.importNode 2 [mistype err]
11411:
11412: * src/classes/xnode.C 1.36:
11413: xdoc.importNode 3 [check err]
11414:
11415: 2002-01-25 paf
11416: * src/include/pa_charset.h 1.11:
11417: * src/main/pa_globals.C 1.110:
11418: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
11419:
11420: * src/classes/hash.C 1.33:
11421: unified hash::sql, now
11422: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
11423:
11424: * src/classes/file.C 1.68:
11425: * src/classes/op.C 1.68:
11426: * src/classes/string.C 1.94:
11427: * src/classes/table.C 1.141:
11428: * src/classes/xdoc.C 1.77:
11429: * src/include/pa_common.h 1.70:
11430: * src/main/pa_common.C 1.95:
11431: * src/types/pa_vfile.h 1.38:
11432: removed redundant pool param to some pa_common funcs
11433:
11434: * src/classes/file.C 1.69:
11435: * src/include/pa_common.h 1.71:
11436: * src/main/pa_common.C 1.96:
11437: ^file:lock[filename]{code}
11438:
11439: * src/include/pa_charset.h 1.10:
11440: * src/include/pa_charset.h 1.2.2.1:
11441: * src/include/pa_config_fixed.h 1.34.6.1:
11442: * src/main/compile.tab.C 1.27.6.3:
11443: * src/main/pa_charset.C 1.18:
11444: typedef XMLCh... not stupid illegal define
11445:
11446: * src/main/compile.tab.C 1.31:
11447: * src/main/compile.y 1.175:
11448: #comment before @ after @SPECIAL
11449: now works OK
11450:
11451: * src/main/pa_exec.C 1.20:
11452: max arg count now 10, and proper message on violation that added
11453:
11454: * src/main/pa_exec.C 1.21:
11455: * src/main/pa_exec.C 1.22:
11456: unix: exec now does chdir to script dir
11457:
11458: 2002-01-24 paf
11459: * src/classes/hashfile.C 1.20:
11460: * src/include/pa_db_table.h 1.13:
11461: * src/include/pa_opcode.h 1.10:
11462: * src/main/compile.tab.C 1.30:
11463: * src/main/compile.y 1.174:
11464: * src/main/compile_tools.C 1.41:
11465: * src/main/compile_tools.h 1.53:
11466: * src/main/execute.C 1.209:
11467: * src/main/pa_db_connection.C 1.35:
11468: * src/main/pa_db_table.C 1.18:
11469: * src/types/pa_vhashfile.C 1.17:
11470: * src/types/pa_vhashfile.h 1.13:
11471: merged from r17 - hashfile without logfiles
11472:
11473: * src/classes/xnode.C 1.31:
11474: xnode.select returns array always now, in case 'nothing found'
11475: returns empty array
11476:
11477: * src/include/pa_version.h 1.3:
11478: changed version number
11479:
11480: * src/classes/xdoc.C 1.74:
11481: checked empty response
11482:
11483: * src/classes/hashfile.C 1.19.2.1:
11484: * src/include/pa_db_table.h 1.12.6.1:
11485: * src/main/compile.tab.C 1.27.6.2:
11486: * src/main/pa_db_connection.C 1.34.6.1:
11487: * src/main/pa_db_table.C 1.17.2.1:
11488: * src/types/pa_vhashfile.C 1.16.6.1:
11489: * src/types/pa_vhashfile.h 1.12.14.1:
11490: hashfile:
11491: removed use of transactions
11492: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
11493: thus got rid of huge log files, which cluttered disk without huge need]
11494:
11495: * src/classes/xdoc.C 1.76:
11496: * src/classes/xnode.C 1.33:
11497: * src/classes/xnode.h 1.6:
11498: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
11499: in dome lib
11500:
11501: * src/classes/xnode.C 1.30:
11502: xpath nodes select bug [0] instead of [i], be more tender with
11503: ctrl/c/v
11504:
11505: * src/classes/xdoc.C 1.75:
11506: xsltSaveResultTo checked <0 response
11507:
11508: * src/classes/xnode.C 1.32:
11509: xdoc.select fixed context node [were always /, not self node]
11510:
11511: 2002-01-23 paf
11512: * src/classes/xdoc.C 1.72:
11513: * src/main/pa_globals.C 1.108:
11514: * src/types/pa_vdouble.h 1.29:
11515: %.20E now default float format
11516: this is for regretful twice-converting here:
11517: $a(double value) when they write double falue they convert it to string first,
11518: thus %g were losing precesion.
11519:
11520: todo: think up some way to remove double->string string->double twice-converting
11521:
11522: * src/main/pa_globals.C 1.105:
11523: removed debug xslt messages
11524:
11525: * src/main/pa_globals.C 1.106:
11526: xslt linked dynamically. [mistekenly were statically linked]
11527:
11528: * src/include/pa_exception.h 1.29:
11529: * src/main/compile.tab.C 1.29:
11530: * src/main/pa_exception.C 1.34:
11531: removed exception va_list constructor.
11532: 1. not needed anymore
11533: 2. there were a conflict[causing errors] between
11534: ctor(, va_list)
11535: ctor(, ...)
11536: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
11537: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
11538:
11539: * src/types/pa_vdouble.h 1.30:
11540: %.20E now float format when %g produced 'e' in output
11541: this is for regretful twice-converting here:
11542: $a(double value) when they write double falue they convert it to string first,
11543: thus %g were losing precesion.
11544:
11545: todo: think up some way to remove double->string string->double twice-converting
11546:
11547: * src/types/pa_vdouble.h 1.28.14.1:
11548: double prec. todo: get rid of twice-converting
11549:
11550: * src/classes/xdoc.C 1.71:
11551: * src/include/pa_stylesheet_connection.h 1.24:
11552: * src/main/pa_globals.C 1.107:
11553: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
11554:
11555: * src/classes/xdoc.C 1.73:
11556: * src/main/pa_globals.C 1.109:
11557: xdoc::load/set entities substituted.
11558: // 2. when dom tree with entites goes under transform text nodes
11559: // got [erroreosly] cut on first entity occurance
11560:
11561: 2002-01-22 paf
11562: * src/classes/table.C 1.140:
11563: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
11564: replaced them with empty strings
11565:
11566: * src/classes/xdoc.C 1.70:
11567: * src/include/pa_stylesheet_connection.h 1.23:
11568: * src/main/pa_globals.C 1.104:
11569: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
11570: example:
11571: this refused to work,
11572: <b>«<xsl:value-of select="@title" />»</b>
11573: stranly worked only this way:
11574: <b>«<xsl:value-of select="@title" />»</b>
11575:
11576: docs says "set it to 1", never going into details, so I decided to try NOT to do that
11577:
11578: * src/classes/gd/gif.C 1.24:
11579: * src/classes/gd/mtables.h 1.2:
11580: angles adjust for image.arc and image.sector
11581:
11582: * src/classes/gd/gif.C 1.23:
11583: added bounds check into image.replace...LineReplaceColor
11584:
11585: 2002-01-21 paf
11586: * src/include/pa_stylesheet_connection.h 1.20:
11587: * src/main/pa_exception.C 1.32:
11588: xml generic message 1
11589:
11590: * src/main/pa_charset.C 1.17:
11591: checked empty transcoders in transcode_cstr|buf
11592:
11593: * src/classes/Makefile.in 1.34:
11594: * src/classes/xdoc.C 1.67:
11595: * src/classes/xnode.C 1.29:
11596: * src/include/pa_stylesheet_connection.h 1.22:
11597: * src/main/pa_charset.C 1.16:
11598: * src/main/pa_globals.C 1.103:
11599: * src/main/pa_sql_driver_manager.C 1.59:
11600: * src/main/pa_stylesheet_manager.C 1.11:
11601: * src/targets/cgi/Makefile.am 1.24:
11602: * src/targets/cgi/Makefile.in 1.32:
11603: autoconf gnome
11604:
11605: * src/classes/xdoc.C 1.69:
11606: xdoc::load error source = filespec
11607:
11608: * src/classes/table.C 1.139:
11609: ^table::load
11610: empty lines or #comments before headline
11611:
11612: * src/include/pa_array.h 1.49:
11613: * src/include/pa_globals.h 1.74:
11614: * src/include/pa_request.h 1.118:
11615: * src/include/pa_threads.h 1.21:
11616: * src/main/pa_array.C 1.44:
11617: * src/main/pa_exception.C 1.31:
11618: * src/main/pa_globals.C 1.101:
11619: * src/main/pa_request.C 1.192:
11620: * src/targets/apache13/pa_threads.C 1.4:
11621: * src/targets/cgi/pa_threads.C 1.6:
11622: * src/targets/isapi/pa_threads.C 1.6:
11623: xml generic errors 0
11624:
11625: * src/classes/xdoc.C 1.66:
11626: * src/classes/xnode.C 1.28:
11627: * src/include/pa_exception.h 1.28:
11628: * src/include/pa_globals.h 1.75:
11629: * src/include/pa_stylesheet_connection.h 1.21:
11630: * src/main/pa_exception.C 1.33:
11631: * src/main/pa_globals.C 1.102:
11632: * src/targets/apache13/pa_threads.C 1.5:
11633: * src/targets/cgi/pa_threads.C 1.7:
11634: xslt generic error 1
11635:
11636: * src/classes/xdoc.C 1.68:
11637: transform error source now stylesheet_filespec
11638:
11639: 2002-01-16 paf
11640: * src/classes/xdoc.C 1.64:
11641: few comments
11642:
11643: * src/classes/hash.C 1.32:
11644: * src/classes/op.C 1.67:
11645: * src/classes/string.C 1.93:
11646: * src/classes/table.C 1.138:
11647: * src/classes/void.C 1.14:
11648: * src/classes/xdoc.C 1.65:
11649: * src/include/pa_db_connection.h 1.19:
11650: * src/include/pa_request.h 1.117:
11651: * src/include/pa_sql_connection.h 1.21:
11652: * src/include/pa_sql_driver_manager.h 1.21:
11653: * src/include/pa_stylesheet_connection.h 1.19:
11654: * src/include/pa_stylesheet_manager.h 1.10:
11655: * src/main/pa_request.C 1.191:
11656: * src/main/pa_sql_driver_manager.C 1.58:
11657: * src/main/pa_stylesheet_manager.C 1.10:
11658: * src/targets/cgi/pool_storage.h 1.7:
11659: auto closers to sql_connection, stylesheet_connection
11660: auto destroyers to remaining gnome objects
11661:
11662: 2002-01-15 paf
11663: * src/classes/xdoc.C 1.61:
11664: * src/include/pa_charset.h 1.9:
11665: * src/main/pa_charset.C 1.15:
11666: started output options parsing
11667:
11668: * src/classes/xdoc.C 1.63:
11669: xdoc
11670: file
11671: save
11672: string
11673:
11674: ready.
11675: todo: error handling
11676:
11677: * src/classes/xdoc.C 1.62:
11678: xdoc save rewritten using xmlAllocOutputBuffer
11679: less mallocs, more reallocs. less fragmented result
11680:
11681: 2002-01-14 paf
11682: * src/classes/xdoc.C 1.60:
11683: method
11684:
11685: * src/classes/xdoc.C 1.59:
11686: * src/classes/xnode.C 1.27:
11687: * src/include/pa_charset.h 1.8:
11688: * src/include/pa_pool.h 1.76:
11689: * src/include/pa_stylesheet_connection.h 1.18:
11690: * src/main/main.dsp 1.145:
11691: * src/main/pa_charset.C 1.14:
11692: * src/main/pa_globals.C 1.100:
11693: * src/main/pa_pool.C 1.49:
11694: * src/main/pa_stylesheet_manager.C 1.9:
11695: * src/types/pa_vxdoc.h 1.16:
11696: xslt transform0.
11697: TODO:
11698: use output options
11699: handle errors
11700:
11701: * src/classes/xdoc.C 1.58:
11702: * src/classes/xnode.C 1.26:
11703: ^xdoc.file
11704:
11705: 2002-01-11 paf
11706: * src/classes/xnode.C 1.22:
11707: * src/include/pa_charset.h 1.6:
11708: * src/main/pa_charset.C 1.13:
11709: xpath selectNode 1
11710:
11711: * src/include/pa_opcode.h 1.9.6.1:
11712: * src/main/compile.tab.C 1.27.6.1:
11713: * src/main/compile.y 1.173.14.1:
11714: * src/main/compile_tools.C 1.40.14.1:
11715: * src/main/compile_tools.h 1.52.6.1:
11716: * src/main/execute.C 1.208.2.1:
11717: partial logical && || evaluation
11718:
11719: * src/classes/xnode.C 1.23:
11720: xpath selectNode 2
11721:
11722: * src/classes/xnode.C 1.24:
11723: * src/include/pa_charset.h 1.7:
11724: xpath selectNode 3: string/number/bool
11725:
11726: * src/classes/xnode.C 1.25:
11727: xpath selectNodes
11728:
11729: 2002-01-10 paf
11730: * src/classes/xnode.C 1.21:
11731: xpath selectNode -100 [just written]
11732:
11733: * src/classes/xdoc.C 1.57:
11734: * src/classes/xnode.C 1.20:
11735: * src/include/pa_charset.h 1.5:
11736: * src/include/pa_exception.h 1.27:
11737: * src/include/pa_pool.h 1.75:
11738: * src/main/pa_charset.C 1.12:
11739: * src/main/pa_pool.C 1.48:
11740: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
11741:
11742: 2001-12-29 paf
11743: * src/classes/xdoc.C 1.56:
11744: * src/include/pa_exception.h 1.26:
11745: * src/main/pa_charset.C 1.11:
11746: * src/main/pa_exception.C 1.30:
11747: * src/main/pa_globals.C 1.99:
11748: xdoc
11749: ^set
11750: ^string with glib works 0
11751:
11752: 2001-12-28 paf
11753: * src/classes/smtp/smtp.h 1.6:
11754: * src/main/pa_globals.C 1.98:
11755: renamed gdome to libgdome.dll
11756:
11757: * src/classes/classes.dsp 1.14:
11758: * src/classes/gd/gd.dsp 1.18:
11759: * src/classes/gd/gifio.C 1.16:
11760: * src/classes/mail.C 1.50:
11761: * src/classes/smtp/comms.C 1.6:
11762: * src/classes/smtp/smtp.C 1.7:
11763: * src/classes/smtp/smtp.dsp 1.15:
11764: * src/classes/xdoc.C 1.54:
11765: * src/classes/xnode.C 1.19:
11766: * src/classes/xnode.h 1.5:
11767: * src/include/pa_exception.h 1.25:
11768: * src/include/pa_globals.h 1.73:
11769: * src/main/compile.tab.C 1.28:
11770: * src/main/main.dsp 1.144:
11771: * src/main/pa_charset.C 1.9:
11772: * src/main/pa_dir.C 1.9:
11773: * src/main/pa_exception.C 1.28:
11774: * src/main/pa_exec.C 1.19:
11775: * src/main/pa_globals.C 1.97:
11776: * src/main/pa_socks.C 1.9:
11777: * src/targets/cgi/parser3.C 1.150:
11778: * src/targets/cgi/parser3.dsp 1.40:
11779: * src/types/pa_vxdoc.C 1.9:
11780: * src/types/pa_vxdoc.h 1.15:
11781: * src/types/pa_vxnode.C 1.13:
11782: * src/types/pa_vxnode.h 1.10:
11783: gnome libs just compiled in.
11784: no refcounting
11785: no xpath
11786: no xslt
11787: yet
11788:
11789: * src/classes/xdoc.C 1.55:
11790: * src/include/pa_charset.h 1.4:
11791: * src/main/pa_charset.C 1.10:
11792: * src/main/pa_exception.C 1.29:
11793: started glib transcoders
11794:
11795: 2001-12-27 paf
11796: * src/include/pa_charset.h 1.3:
11797: * src/include/pa_common.h 1.69:
11798: * src/include/pa_exception.h 1.24:
11799: * src/include/pa_globals.h 1.72:
11800: * src/include/pa_pool.h 1.74:
11801: * src/main/main.dsp 1.143:
11802: * src/main/pa_charset.C 1.8:
11803: * src/main/pa_charsets.C 1.4:
11804: * src/main/pa_globals.C 1.96:
11805: * src/main/pa_pool.C 1.47:
11806: * src/targets/cgi/parser3.C 1.149:
11807: * src/targets/cgi/parser3.dsp 1.39:
11808: * src/types/pa_vxdoc.C 1.8:
11809: * src/types/pa_vxdoc.h 1.14:
11810: * src/types/pa_vxnode.C 1.12:
11811: * src/types/pa_vxnode.h 1.9:
11812: * src/types/types.dsp 1.17:
11813: going away from xalan&xerces, started the process.
11814: globals [initialization
11815: pool [charset update
11816: charset [transcodings
11817: vxnode vxdoc [DOM calls
11818:
11819: * src/classes/Makefile.am 1.32:
11820: going away from xalan&xerces, not needed anymore
11821:
11822: 2001-12-26 paf
11823: * src/include/pa_charset.h 1.2:
11824: * src/include/pa_charsets.h 1.3:
11825: * src/main/pa_charset.C 1.7:
11826: * src/main/pa_charsets.C 1.3:
11827: * src/main/pa_request.C 1.190:
11828: charset key globalized [bug]
11829:
11830: 2001-12-25 paf
11831: * src/classes/mail.C 1.49:
11832: * src/classes/table.C 1.137:
11833: * src/include/pa_string.h 1.122:
11834: * src/main/pa_string.C 1.136:
11835: table set & append changed splitting languages, separators now can be clean AND as-is
11836: same to mail command line $MAIN:MAIL.progX arguments
11837:
11838: 2001-12-24 paf
11839: * src/classes/hashfile.C 1.19:
11840: * src/classes/op.C 1.66:
11841: * src/main/pa_db_table.C 1.17:
11842: * src/main/pa_string.C 1.135:
11843: read from cache size check updated
11844:
11845: * src/main/pa_string.C 1.133:
11846: * src/main/pa_string.C 1.134:
11847: String::join_chain another ugly bug :(
11848:
11849: * src/classes/mail.C 1.48:
11850: one parted text messages - no multipart mime-type anymore.
11851: for convinient if $.attach-ments
11852:
11853: 2001-12-21 paf
11854: * src/main/pa_request.C 1.189:
11855: $result in @main actually not working, to hell with it for now
11856:
11857: * src/main/execute.C 1.207:
11858: junction evaluation canceled - endless recursion detected
11859:
11860: * src/classes/date.C 1.14:
11861: date:sql-string now returns localtime
11862:
11863: * src/include/pa_request.h 1.116:
11864: * src/main/execute.C 1.208:
11865: * src/main/pa_request.C 1.188:
11866: * src/types/pa_vmethod_frame.h 1.20:
11867: * src/types/pa_wcontext.h 1.23:
11868: $result in @main @postprocess @exception
11869:
11870: 2001-12-19 paf
11871: * src/main/pa_request.C 1.187:
11872: CLASS_PATH now / = DOCUMENT_ROOT
11873:
11874: * src/classes/op.C 1.65:
11875: ^cache keypath now relative
11876:
11877: * src/classes/hashfile.C 1.18:
11878: ^hashfile.open DB_HOME now relative
11879:
11880: * src/main/pa_charset.C 1.6:
11881: charset->charset transcoding via unicode intermediate
11882:
11883: * src/classes/mail.C 1.46:
11884: * src/include/pa_config_fixed.h 1.34:
11885: to/from 0 check were missing
11886:
11887: * src/classes/mail.C 1.47:
11888: changed weighting prior to sort
11889:
11890: 2001-12-17 paf
11891: * src/classes/mail.C 1.45:
11892: * src/include/pa_charsets.h 1.2:
11893: * src/include/pa_string.h 1.121:
11894: * src/main/pa_charsets.C 1.2:
11895: * src/main/untaint.C 1.87:
11896: * src/types/pa_vrequest.C 1.14:
11897: * src/types/pa_vresponse.C 1.2:
11898: ^mail:send[
11899: $.charset[zzz]
11900: addded
11901:
11902: * src/include/pa_db_table.h 1.12:
11903: * src/main/pa_db_table.C 1.16:
11904: db_table used outdated unset services_pool
11905:
11906: * src/main/pa_charset.C 1.5:
11907: ifndef XML were bad type
11908:
11909: * src/classes/image.C 1.63:
11910: govno
11911:
11912: * src/main/untaint.C 1.86:
11913: allowed space in filespec
11914:
11915: * src/classes/image.C 1.64:
11916: no govno
11917:
11918: * src/targets/apache13/mod_parser3.C 1.15:
11919: test r->finfo.st_mode check seems to work only on win32
11920:
11921: * src/main/pa_charset.C 1.4:
11922: empty bufs transcode [forgot check :(]
11923:
11924: 2001-12-15 paf
11925: * src/classes/file.C 1.67:
11926: * src/classes/math.C 1.11:
11927: * src/classes/op.C 1.64:
11928: * src/classes/string.C 1.92:
11929: * src/classes/table.C 1.136:
11930: * src/classes/xdoc.C 1.53:
11931: * src/include/pa_array.h 1.48:
11932: * src/include/pa_cache_managers.h 1.4:
11933: * src/include/pa_charset_connection.h 1.6:
11934: * src/include/pa_charset_manager.h 1.8:
11935: * src/include/pa_common.h 1.68:
11936: * src/include/pa_db_connection.h 1.18:
11937: * src/include/pa_db_manager.h 1.12:
11938: * src/include/pa_db_table.h 1.11:
11939: * src/include/pa_dictionary.h 1.8:
11940: * src/include/pa_exception.h 1.23:
11941: * src/include/pa_exec.h 1.5:
11942: * src/include/pa_globals.h 1.71:
11943: * src/include/pa_hash.h 1.52:
11944: * src/include/pa_opcode.h 1.9:
11945: * src/include/pa_pool.h 1.73:
11946: * src/include/pa_request.h 1.115:
11947: * src/include/pa_sapi.h 1.16:
11948: * src/include/pa_socks.h 1.6:
11949: * src/include/pa_sql_connection.h 1.20:
11950: * src/include/pa_sql_driver_manager.h 1.20:
11951: * src/include/pa_string.h 1.120:
11952: * src/include/pa_stylesheet_connection.h 1.17:
11953: * src/include/pa_stylesheet_manager.h 1.9:
11954: * src/include/pa_table.h 1.38:
11955: * src/include/pa_transcoder.h 1.3:
11956: * src/main/compile_tools.h 1.52:
11957: * src/main/main.dsp 1.142:
11958: * src/main/pa_charset.C 1.1:
11959: * src/main/pa_charset_connection.C 1.13:
11960: * src/main/pa_charset_manager.C 1.10:
11961: * src/main/pa_charsets.C 1.1:
11962: * src/main/pa_globals.C 1.95:
11963: * src/main/pa_pool.C 1.46:
11964: * src/main/pa_request.C 1.186:
11965: * src/main/pa_string.C 1.132:
11966: * src/main/pa_transcoder.C 1.4:
11967: * src/main/untaint.C 1.84:
11968: * src/types/pa_vfile.C 1.24:
11969: * src/types/pa_vform.C 1.50:
11970: * src/types/pa_vform.h 1.31:
11971: * src/types/pa_vrequest.C 1.13:
11972: * src/types/pa_vrequest.h 1.14:
11973: * src/types/pa_vresponse.C 1.1:
11974: * src/types/pa_vresponse.h 1.19:
11975: * src/types/types.dsp 1.16:
11976: introducing Charset
11977:
11978: * src/main/pa_charset.C 1.2:
11979: name_cstr 0
11980:
11981: * src/main/Makefile.in 1.31:
11982: * src/targets/apache13/Makefile.in 1.26:
11983: * src/targets/cgi/Makefile.in 1.31:
11984: * src/types/Makefile.in 1.26:
11985: makes
11986:
11987: * src/include/pa_charset.h 1.1:
11988: * src/include/pa_charsets.h 1.1:
11989: forgot to add
11990:
11991: * src/main/Makefile.am 1.27:
11992: * src/main/pa_charset.C 1.3:
11993: * src/types/Makefile.am 1.15:
11994: charset_connection&manager replaced by charset&charsets
11995:
11996: * src/main/untaint.C 1.85:
11997: uri lang now knows about client/source charsets
11998:
11999: 2001-12-14 paf
12000: * src/include/pa_request.h 1.114:
12001: * src/include/pa_transcoder.h 1.2:
12002: * src/main/pa_request.C 1.185:
12003: * src/main/pa_transcoder.C 1.3:
12004: * src/types/pa_vform.C 1.49:
12005: * src/types/pa_vform.h 1.30:
12006: transcodeToUTF8[were FromUTF8] for forms
12007: todo: uri lang
12008:
12009: * src/targets/apache13/Makefile.am 1.8:
12010: * src/targets/cgi/Makefile.am 1.23:
12011: -I../../pcre to .am
12012:
12013: * src/include/pa_charset_connection.h 1.5:
12014: * src/include/pa_pool.h 1.72:
12015: * src/include/pa_request.h 1.113:
12016: * src/include/pa_transcoder.h 1.1:
12017: * src/main/Makefile.am 1.26:
12018: * src/main/main.dsp 1.141:
12019: * src/main/pa_charset_connection.C 1.12:
12020: * src/main/pa_charset_manager.C 1.9:
12021: * src/main/pa_request.C 1.184:
12022: * src/main/pa_transcoder.C 1.1:
12023: * src/types/Makefile.am 1.14:
12024: * src/types/pa_vrequest.C 1.12:
12025: * src/types/pa_vrequest.h 1.13:
12026: * src/types/pa_vresponse.h 1.18:
12027: * src/types/types.dsp 1.15:
12028: changed charset model.
12029: now important:
12030: $request:charset
12031: $response:charset
12032: while
12033: $response:content-type.charset
12034: become unimportant [informational]
12035:
12036: * src/include/pa_globals.h 1.70:
12037: * src/main/pa_globals.C 1.94:
12038: removed unused defalts_name global
12039:
12040: * src/main/pa_transcoder.C 1.2:
12041: transcodeToUTF8,
12042: now form&uri lang
12043:
12044: 2001-12-13 paf
12045: * src/include/pa_types.h 1.35:
12046: msvc head debugging flag
12047:
12048: * src/classes/xdoc.C 1.49:
12049: freed up listener
12050:
12051: * src/classes/xdoc.C 1.51:
12052: * src/main/pa_sql_driver_manager.C 1.57:
12053: rewritten auto_ptr part other way, because of stupid gcc 2.96
12054: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
12055: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
12056: FormatterListener]
12057: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
12058: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
12059: FormatterListener, _Tp = FormatterListener]
12060:
12061: * src/include/pa_config_fixed.h 1.32:
12062: * src/main/pa_common.C 1.94:
12063: * src/main/pa_string.C 1.131:
12064: removed signed mismatch warnings
12065:
12066: * src/classes/xdoc.C 1.52:
12067: rewritten auto_ptr part other way2, because of stupid gcc 2.96
12068: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
12069: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
12070: FormatterListener]
12071: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
12072: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
12073: FormatterListener, _Tp = FormatterListener]
12074:
12075: * src/main/pa_string.C 1.130:
12076: string::recustruct erroreusly used outdated row ptr
12077:
12078: * src/include/pa_cache_managers.h 1.3:
12079: * src/include/pa_charset_manager.h 1.7:
12080: * src/include/pa_config_fixed.h 1.33:
12081: * src/include/pa_db_manager.h 1.11:
12082: * src/include/pa_sql_driver_manager.h 1.19:
12083: * src/include/pa_stylesheet_manager.h 1.8:
12084: * src/main/pa_cache_managers.C 1.2:
12085: * src/main/pa_globals.C 1.93:
12086: ~Cache_managers
12087:
12088: * src/classes/string.C 1.91:
12089: change msg '... code is not code'
12090:
12091: * src/classes/xdoc.C 1.50:
12092: removed extra inc
12093:
12094: * src/targets/apache13/mod_parser3.C 1.14:
12095: * src/targets/cgi/parser3.C 1.147:
12096: * src/targets/isapi/parser3isapi.C 1.61:
12097: removed 'expires' from header outputs
12098:
12099: * src/targets/cgi/pa_pool.C 1.34:
12100: * src/targets/isapi/pa_pool.C 1.10:
12101: EOL@EOF
12102:
12103: * src/main/pa_db_connection.C 1.34:
12104: * src/main/pa_db_manager.C 1.19:
12105: * src/main/pa_sql_driver_manager.C 1.56:
12106: * src/main/pa_stylesheet_manager.C 1.8:
12107: * src/targets/cgi/pool_storage.h 1.6:
12108: couple cache expiratiors were wrong [past/future prob]
12109:
12110: * src/classes/xdoc.C 1.48:
12111: lang list updated
12112:
12113: * src/targets/cgi/pa_pool.C 1.33:
12114: * src/targets/cgi/parser3.C 1.148:
12115: msvc heap debugging flag
12116:
12117: * src/classes/file.C 1.66:
12118: file::cgi bug, request_method were passed to SERVER_PROTOCOL
12119: but SERVER_PROTOCOL were forgotten
12120:
12121: 2001-12-10 paf
12122: * src/main/untaint.C 1.83:
12123: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
12124: introducing
12125: // theoretical problem with, for instance, "_2B" and "." fragments,
12126: // they would yield the same
12127: // because need_file_encode('_')=false
12128: // but we need to delete such files somehow, getting names from ^index
12129:
12130: * src/main/pa_string.C 1.129:
12131: ^string.replace bug fixed [bad string::join_chank break]
12132:
12133: * src/classes/math.C 1.10:
12134: ^math:random(n) now yields[0;n) not [0;n]
12135:
12136: 2001-12-07 paf
12137: * src/main/pa_string.C 1.125.2.1.2.2:
12138: stupid sparc architecture failed to access short at odd address
12139: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
12140:
12141: bus error,
12142: fixed that
12143:
12144: * src/include/pa_config_auto.h.in 1.14.6.1:
12145: makes
12146:
12147: * src/main/pa_string.C 1.125.2.1.2.1:
12148: strange string deserialize bug on client[pmts], a bit shortened,
12149:
12150: * src/include/pa_common.h 1.66.6.2:
12151: * src/include/pa_config_fixed.h 1.30.8.2:
12152: * src/include/pa_config_includes.h 1.13.6.1:
12153: * src/main/pa_common.C 1.91.4.1.2.2:
12154: exclusive lock file write
12155: shared lock file read
12156:
12157: * src/classes/hashfile.C 1.17:
12158: * src/classes/op.C 1.63:
12159: * src/classes/table.C 1.135:
12160: * src/include/pa_common.h 1.67:
12161: * src/include/pa_config_auto.h.in 1.15:
12162: * src/include/pa_config_fixed.h 1.31:
12163: * src/include/pa_config_includes.h 1.14:
12164: * src/include/pa_db_table.h 1.10:
12165: * src/include/pa_request.h 1.112:
12166: * src/main/pa_common.C 1.93:
12167: * src/main/pa_db_table.C 1.15:
12168: * src/main/pa_request.C 1.183:
12169: * src/main/pa_string.C 1.128:
12170: * src/types/pa_vhashfile.C 1.16:
12171: merged from r14_simple_cache
12172:
12173: 2001-12-06 paf
12174: * src/main/compile.tab.C 1.27:
12175: * src/targets/cgi/parser3.C 1.146:
12176: removed debug info
12177:
12178: * src/classes/op.C 1.62.2.1.2.1:
12179: * src/classes/table.C 1.133.2.2.2.1:
12180: * src/include/pa_request.h 1.111.2.1.2.1:
12181: * src/main/pa_request.C 1.182.2.1.2.1:
12182: #ifdef RESOURCES_DEBUG
12183:
12184: * src/classes/op.C 1.62.2.1.2.2:
12185: * src/include/pa_common.h 1.66.6.1:
12186: * src/include/pa_config_fixed.h 1.30.8.1:
12187: * src/main/pa_common.C 1.91.4.1.2.1:
12188: ^cache operator
12189:
12190: * src/classes/hashfile.C 1.15.6.2:
12191: removed transaction from ^cache
12192:
12193: 2001-12-05 paf
12194: * src/targets/cgi/parser3.C 1.144:
12195: * src/targets/cgi/parser3.C 1.145:
12196: fatal error reporting fixed.
12197: in IIS5 there were a prob with illegal call check
12198:
12199: 2001-12-04 paf
12200: * src/classes/op.C 1.62.2.1:
12201: * src/classes/table.C 1.133.2.2:
12202: * src/include/pa_request.h 1.111.2.1:
12203: * src/main/pa_request.C 1.182.2.1:
12204: measures to log
12205:
12206: 2001-11-26 paf
12207: * src/targets/apache13/mod_parser3.C 1.13:
12208: merge dir config now works OK with parser_root_config_filespec
12209:
12210: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
12211:
12212: 2001-11-23 paf
12213: * src/classes/hashfile.C 1.16:
12214: * src/classes/table.C 1.134:
12215: * src/include/pa_db_table.h 1.9:
12216: * src/main/pa_common.C 1.92:
12217: * src/main/pa_db_table.C 1.14:
12218: * src/main/pa_string.C 1.127:
12219: * src/types/pa_vhashfile.C 1.15:
12220: merged from _0014, 1
12221:
12222: * src/classes/hashfile.C 1.15.6.1:
12223: * src/classes/table.C 1.133.2.1:
12224: * src/include/pa_db_table.h 1.8.6.1:
12225: * src/main/pa_common.C 1.91.4.1:
12226: * src/main/pa_db_table.C 1.12.6.2:
12227: * src/types/pa_vhashfile.C 1.14.6.1:
12228: hashfile bugfix2 more wrong sizes.
12229: ^cache behaviour changed: if ^cache(33) would change
12230:
12231: 0660 bits in file_write & hashfile create
12232:
12233: * src/main/pa_db_table.C 1.12.6.1:
12234: * src/main/pa_db_table.C 1.13:
12235: * src/main/pa_string.C 1.125.2.1:
12236: * src/main/pa_string.C 1.126:
12237: cache bugfix [wrong types after pa_string optimization]
12238:
12239: 2001-11-22 paf
12240: * src/main/untaint.C 1.82:
12241: ORIGINS mode removed UHTML
12242:
12243: * src/classes/op.C 1.62:
12244: process cstr(,connection)
12245:
12246: * src/Makefile.in 1.38:
12247: * src/classes/gd/Makefile.in 1.26:
12248: * src/classes/xdoc.C 1.47:
12249: * src/targets/Makefile.in 1.26:
12250: * src/targets/apache13/Makefile.in 1.25:
12251: * src/targets/cgi/Makefile.in 1.30:
12252: cached xslt [removed nocache forcing]
12253:
12254: * src/classes/op.C 1.61:
12255: process now gets its body on current language, not as-is
12256:
12257: * src/main/untaint.C 1.81:
12258: ORIGINS mode was bad - forgot about optimize bit
12259:
12260: * src/classes/table.C 1.133:
12261: * src/include/pa_table.h 1.37:
12262: * src/main/pa_table.C 1.41:
12263: table.offset[whence]
12264:
12265: 2001-11-21 paf
12266: * src/classes/table.C 1.132:
12267: * src/main/pa_string.C 1.124:
12268: * src/main/untaint.C 1.78:
12269: * src/targets/cgi/parser3.C 1.141:
12270: table.append bug fixed: forgot to switch default language for {
12271: code}, it happen to change it's language from CLEAN, so later
12272: refused to split by CLEAN \t
12273:
12274: * src/classes/xdoc.C 1.46:
12275: * src/types/pa_vxdoc.C 1.7:
12276: * src/types/pa_vxdoc.h 1.13:
12277: <xsl:output
12278: output options made identical to xsl:output attributes
12279: exclusion:
12280: cdata-section-elements
12281: what xalan can do but that not used now:
12282: it can escape and remove CDATA sections
12283:
12284: * src/targets/cgi/parser3.C 1.142:
12285: removed debug cgi||1
12286:
12287: * src/main/untaint.C 1.80:
12288: * src/targets/cgi/parser3.C 1.143:
12289: optimized \r produced by xslt
12290:
12291: * src/main/pa_string.C 1.125:
12292: * src/main/untaint.C 1.79:
12293: cached some string::size() es
12294:
12295: 2001-11-20 paf
12296: * src/classes/Makefile.am 1.31:
12297: * src/classes/Makefile.in 1.33:
12298: * src/classes/table.C 1.131:
12299: * src/main/Makefile.am 1.25:
12300: * src/main/Makefile.in 1.30:
12301: * src/main/pa_exception.C 1.27:
12302: * src/types/Makefile.am 1.13:
12303: * src/types/Makefile.in 1.25:
12304: moved ident.C & co to bottom of dependeces, so that errors
12305: would popup quicklier, fixed line numbering in table::sql
12306:
12307: 2001-11-19 paf
12308: * src/classes/op.C 1.60:
12309: * src/include/pa_request.h 1.111:
12310: * src/include/pa_string.h 1.119:
12311: * src/include/pa_types.h 1.34:
12312: * src/main/pa_globals.C 1.92:
12313: * src/main/pa_request.C 1.182:
12314: * src/main/pa_string.C 1.123:
12315: * src/main/untaint.C 1.77:
12316: * src/targets/apache13/mod_parser3.C 1.12:
12317: * src/targets/cgi/parser3.C 1.140:
12318: * src/targets/isapi/parser3isapi.C 1.60:
12319: * src/types/pa_wcontext.C 1.13:
12320: * src/types/pa_wcontext.h 1.22:
12321: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
12322:
12323: * src/classes/Makefile.in 1.32:
12324: * src/classes/gd/Makefile.in 1.25:
12325: * src/main/Makefile.in 1.29:
12326: * src/targets/Makefile.am 1.8:
12327: * src/targets/Makefile.in 1.25:
12328: * src/targets/apache13/Makefile.in 1.24:
12329: * src/targets/apache13/mod_parser3.C 1.11:
12330: * src/targets/cgi/Makefile.in 1.29:
12331: * src/targets/cgi/parser3.C 1.139:
12332: * src/types/Makefile.in 1.24:
12333: #if _MSC_VER _set_new_handler
12334:
12335: * src/Makefile.in 1.37:
12336: * src/targets/apache13/mod_parser3.C 1.10:
12337: * src/targets/cgi/parser3.C 1.138:
12338: * src/targets/isapi/parser3isapi.C 1.59:
12339: set_new_handler in apache&isapi
12340:
12341: 2001-11-16 paf
12342: * src/include/pa_string.h 1.117:
12343: * src/main/pa_string.C 1.120:
12344: * src/main/pa_string.C 1.121:
12345: * src/main/untaint.C 1.76:
12346: * src/types/pa_vstring.C 1.14:
12347: removed 1+4 bytes from String
12348:
12349: * src/include/pa_string.h 1.118:
12350: * src/include/pa_types.h 1.33:
12351: * src/main/pa_string.C 1.122:
12352: removed 8 bytes from String, 2 bytes from string::chunk::row::item
12353:
12354: * src/include/pa_globals.h 1.69:
12355: * src/include/pa_string.h 1.116:
12356: * src/include/pa_types.h 1.32:
12357: * src/main/pa_globals.C 1.91:
12358: * src/main/pa_pool.C 1.44:
12359: * src/main/pa_pool.C 1.45:
12360: * src/main/pa_request.C 1.181:
12361: * src/main/untaint.C 1.75:
12362: * src/sql/pa_sql_driver.h 1.24:
12363: * src/targets/cgi/parser3.C 1.136:
12364: introducing estimating String::cstr_bufsize, 0
12365:
12366: * src/include/pa_pool.h 1.70:
12367: * src/include/pa_pool.h 1.71:
12368: * src/main/execute.C 1.206:
12369: * src/main/pa_pool.C 1.41:
12370: * src/main/pa_pool.C 1.42:
12371: * src/main/pa_pool.C 1.43:
12372: * src/targets/cgi/parser3.C 1.134:
12373: * src/targets/cgi/parser3.C 1.135:
12374: die in pool::fail
12375:
12376: * src/targets/cgi/parser3.C 1.137:
12377: pool debug @ die
12378:
12379: 2001-11-15 paf
12380: * src/Makefile.in 1.36:
12381: configure set_new_handler check added
12382:
12383: * src/targets/cgi/parser3.C 1.131:
12384: set_new_handler started
12385:
12386: * src/include/pa_exception.h 1.22:
12387: * src/main/execute.C 1.205:
12388: * src/main/main.dsp 1.140:
12389: * src/main/pa_exception.C 1.26:
12390: * src/targets/cgi/parser3.C 1.133:
12391: exception with dynamic buffer re-back
12392: now with counter
12393:
12394: * src/include/pa_config_auto.h.in 1.13:
12395: * src/main/Makefile.in 1.28:
12396: makes
12397:
12398: * src/include/pa_exception.h 1.21:
12399: * src/main/pa_exception.C 1.25:
12400: exception with static buffer back
12401:
12402: * src/classes/classes.awk 1.5:
12403: * src/include/pa_config_auto.h.in 1.14:
12404: * src/include/pa_config_includes.h 1.13:
12405: setnewhandler check
12406:
12407: * src/targets/cgi/parser3.C 1.132:
12408: std::
12409:
12410: 2001-11-14 paf
12411: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
12412: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
12413: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
12414: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
12415: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
12416: fixed this:
12417: $bred[^string::length[]]
12418: $bred[^response::clear[]]
12419: $bred[^int::int[]]
12420:
12421: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
12422:
12423: * src/include/pa_common.h 1.64:
12424: * src/include/pa_common.h 1.65:
12425: * src/include/pa_common.h 1.66:
12426: * src/main/pa_common.C 1.90:
12427: * src/main/pa_common.C 1.91:
12428: snprintf replacement was wrong
12429:
12430: * src/main/execute.C 1.204:
12431: * src/types/pa_vclass.h 1.22:
12432: * src/types/pa_vobject.h 1.14:
12433: * src/types/pa_vstateless_class.h 1.21:
12434: * src/types/pa_vstateless_object.h 1.13:
12435: merged with no_bad_constructors_try
12436:
12437: * src/classes/op.C 1.59:
12438: ^untaint{body} as-is default now
12439:
12440: * src/main/pa_request.C 1.180:
12441: z
12442:
12443: * src/include/pa_common.h 1.63:
12444: * src/main/pa_common.C 1.88:
12445: * src/main/pa_common.C 1.89:
12446: snprintf on buffer full returns
12447: win32 -1
12448: solaris >buffer_size
12449:
12450: checked all that
12451:
12452: 2001-11-13 paf
12453: * src/classes/classes.C 1.13:
12454: returned accedently removed if in foreach callbacks [when hash
12455: no-0-restructure]
12456:
12457: 2001-11-12 paf
12458: * src/classes/classes.C 1.12:
12459: * src/classes/hash.C 1.31:
12460: * src/classes/xdoc.C 1.45:
12461: * src/include/pa_hash.h 1.51:
12462: * src/main/pa_db_connection.C 1.33:
12463: * src/main/pa_db_manager.C 1.18:
12464: * src/main/pa_dictionary.C 1.10:
12465: * src/main/pa_hash.C 1.48:
12466: * src/main/pa_sql_driver_manager.C 1.55:
12467: * src/main/pa_stylesheet_manager.C 1.7:
12468: hash now does not containt 0 values. put 0 actullay removes.
12469: no check on 0 value in foreach now required
12470:
12471: * src/classes/date.C 1.13:
12472: date.roll parser2 alg used
12473:
12474: * src/main/pa_pool.C 1.40:
12475: changed xdoc createXXX politics, now string passed as-is to
12476: method, xalan makes & into & itself
12477:
12478: 2001-11-11 paf
12479: * src/main/pa_sql_driver_manager.C 1.53:
12480: * src/sql/pa_sql_driver.h 1.21:
12481: sql driver initialize not const
12482:
12483: * src/sql/pa_sql_driver.h 1.23:
12484: removed extra constructor, doc
12485:
12486: * src/main/pa_sql_driver_manager.C 1.54:
12487: * src/sql/pa_sql_driver.h 1.22:
12488: CRLF
12489:
12490: 2001-11-10 paf
12491: * src/main/pa_exec.C 1.18:
12492: doc
12493:
12494: 2001-11-09 paf
12495: * src/main/pa_common.C 1.87:
12496: line endings fixing fixed last piece[was still cstr oriented]
12497:
12498: * src/include/pa_common.h 1.62:
12499: * src/main/pa_common.C 1.86:
12500: * src/types/pa_vform.C 1.48:
12501: line endings fixing got rid of cstr, now must work ok with post multipart
12502:
12503: * src/classes/string.C 1.90:
12504: * src/classes/xdoc.C 1.44:
12505: xdoc::set{code} now untaints param properly
12506:
12507: * src/types/pa_vform.C 1.47:
12508: line endings fixed at post / multipart / not file also now
12509:
12510: * src/classes/string.C 1.89:
12511: string.save now does untainting before saving
12512:
12513: 2001-11-08 paf
12514: * src/include/pa_request.h 1.110:
12515: * src/main/pa_request.C 1.179:
12516: * src/targets/apache13/mod_parser3.C 1.9:
12517: * src/targets/cgi/parser3.C 1.130:
12518: * src/targets/isapi/parser3isapi.C 1.58:
12519: apache 'status' class enabler
12520:
12521: <Location /parser-status.html>
12522: ParserStatusAllowed
12523: </Location>
12524:
12525: * src/Makefile.in 1.35:
12526: * src/include/pa_common.h 1.61:
12527: * src/main/Makefile.am 1.24:
12528: * src/main/Makefile.in 1.27:
12529: * src/targets/cgi/pa_pool.C 1.32:
12530: makes
12531:
12532: * src/include/pa_cache_managers.h 1.2:
12533: * src/include/pa_charset_manager.h 1.6:
12534: * src/include/pa_db_manager.h 1.10:
12535: * src/include/pa_sql_driver_manager.h 1.18:
12536: * src/include/pa_stylesheet_manager.h 1.7:
12537: * src/main/pa_charset_manager.C 1.8:
12538: * src/main/pa_db_manager.C 1.17:
12539: * src/main/pa_sql_driver_manager.C 1.52:
12540: * src/main/pa_stylesheet_manager.C 1.6:
12541: restructured Cache manager to be simple parent, not second
12542: parent [gcc 2.96 strangly refused to call virtual from second
12543: parent]
12544:
12545: * src/include/pa_cache_managers.h 1.1:
12546: * src/include/pa_charset_manager.h 1.5:
12547: * src/include/pa_db_manager.h 1.9:
12548: * src/include/pa_sql_driver_manager.h 1.17:
12549: * src/include/pa_stylesheet_manager.h 1.6:
12550: * src/main/main.dsp 1.139:
12551: * src/main/pa_cache_managers.C 1.1:
12552: * src/main/pa_charset_manager.C 1.7:
12553: * src/main/pa_db_manager.C 1.16:
12554: * src/main/pa_globals.C 1.90:
12555: * src/main/pa_request.C 1.178:
12556: * src/main/pa_sql_driver_manager.C 1.51:
12557: * src/main/pa_stylesheet_manager.C 1.5:
12558: * src/types/pa_vstatus.h 1.4:
12559: cache_managers, maybe-expiring every request
12560: todo: apache 'status' class enabler
12561:
12562: 2001-11-05 paf
12563: * src/classes/xdoc.C 1.42:
12564: * src/include/pa_db_connection.h 1.16:
12565: * src/include/pa_stylesheet_connection.h 1.15:
12566: * src/include/pa_stylesheet_manager.h 1.4:
12567: * src/main/pa_stylesheet_manager.C 1.3:
12568: * src/types/pa_vstatus.h 1.2:
12569: $status:stylesheet
12570:
12571: * src/targets/cgi/parser3.C 1.129:
12572: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
12573: checked that in cgi, on apache already done :)
12574:
12575: * src/main/pa_db_connection.C 1.31:
12576: * src/main/pa_db_manager.C 1.14:
12577: * src/main/pa_request.C 1.177:
12578: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
12579:
12580: expiring to 0 time was wrong, changed to 'now' time
12581:
12582: * src/main/pa_db_connection.C 1.30:
12583: * src/main/pa_db_manager.C 1.13:
12584: hence i removed skipping 0 values in hash::for_each-es we need
12585: to check cleaned cache items manually
12586:
12587: * src/include/pa_charset_connection.h 1.3:
12588: * src/main/pa_charset_manager.C 1.5:
12589: $status:charset
12590:
12591: * src/classes/classes.C 1.11:
12592: * src/classes/classes.h 1.14:
12593: * src/classes/date.C 1.12:
12594: * src/classes/double.C 1.41:
12595: * src/classes/file.C 1.65:
12596: * src/classes/form.C 1.19:
12597: * src/classes/gd/gif.C 1.22:
12598: * src/classes/gd/gif.h 1.18:
12599: * src/classes/gd/gifio.C 1.15:
12600: * src/classes/hash.C 1.30:
12601: * src/classes/hashfile.C 1.15:
12602: * src/classes/image.C 1.62:
12603: * src/classes/int.C 1.38:
12604: * src/classes/mail.C 1.44:
12605: * src/classes/math.C 1.9:
12606: * src/classes/op.C 1.58:
12607: * src/classes/response.C 1.16:
12608: * src/classes/smtp/comms.C 1.5:
12609: * src/classes/smtp/smtp.C 1.6:
12610: * src/classes/smtp/smtp.h 1.5:
12611: * src/classes/string.C 1.88:
12612: * src/classes/table.C 1.130:
12613: * src/classes/void.C 1.13:
12614: * src/classes/xdoc.C 1.43:
12615: * src/classes/xnode.C 1.18:
12616: * src/classes/xnode.h 1.4:
12617: * src/include/pa_array.h 1.47:
12618: * src/include/pa_charset_connection.h 1.4:
12619: * src/include/pa_charset_manager.h 1.4:
12620: * src/include/pa_common.h 1.60:
12621: * src/include/pa_config_fixed.h 1.30:
12622: * src/include/pa_config_includes.h 1.12:
12623: * src/include/pa_db_connection.h 1.17:
12624: * src/include/pa_db_manager.h 1.8:
12625: * src/include/pa_db_table.h 1.8:
12626: * src/include/pa_dictionary.h 1.7:
12627: * src/include/pa_dir.h 1.8:
12628: * src/include/pa_exception.h 1.20:
12629: * src/include/pa_exec.h 1.4:
12630: * src/include/pa_globals.h 1.68:
12631: * src/include/pa_hash.h 1.50:
12632: * src/include/pa_opcode.h 1.8:
12633: * src/include/pa_pool.h 1.69:
12634: * src/include/pa_pragma_pack_begin.h 1.2:
12635: * src/include/pa_pragma_pack_end.h 1.2:
12636: * src/include/pa_request.h 1.109:
12637: * src/include/pa_sapi.h 1.15:
12638: * src/include/pa_socks.h 1.5:
12639: * src/include/pa_sql_connection.h 1.19:
12640: * src/include/pa_sql_driver_manager.h 1.16:
12641: * src/include/pa_stack.h 1.11:
12642: * src/include/pa_string.h 1.115:
12643: * src/include/pa_stylesheet_connection.h 1.16:
12644: * src/include/pa_stylesheet_manager.h 1.5:
12645: * src/include/pa_table.h 1.36:
12646: * src/include/pa_threads.h 1.20:
12647: * src/include/pa_types.h 1.31:
12648: * src/main/compile.C 1.53:
12649: * src/main/compile.tab.C 1.26:
12650: * src/main/compile_tools.C 1.40:
12651: * src/main/compile_tools.h 1.51:
12652: * src/main/execute.C 1.203:
12653: * src/main/pa_array.C 1.43:
12654: * src/main/pa_charset_connection.C 1.11:
12655: * src/main/pa_charset_manager.C 1.6:
12656: * src/main/pa_common.C 1.85:
12657: * src/main/pa_db_connection.C 1.28:
12658: * src/main/pa_db_manager.C 1.12:
12659: * src/main/pa_db_table.C 1.11:
12660: * src/main/pa_dictionary.C 1.9:
12661: * src/main/pa_dir.C 1.8:
12662: * src/main/pa_exception.C 1.24:
12663: * src/main/pa_exec.C 1.17:
12664: * src/main/pa_globals.C 1.89:
12665: * src/main/pa_hash.C 1.47:
12666: * src/main/pa_pool.C 1.39:
12667: * src/main/pa_request.C 1.176:
12668: * src/main/pa_socks.C 1.8:
12669: * src/main/pa_sql_driver_manager.C 1.50:
12670: * src/main/pa_status_provider.C 1.2:
12671: * src/main/pa_string.C 1.119:
12672: * src/main/pa_stylesheet_manager.C 1.4:
12673: * src/main/pa_table.C 1.40:
12674: * src/main/untaint.C 1.74:
12675: * src/sql/pa_sql_driver.h 1.20:
12676: * src/targets/apache13/mod_parser3.C 1.8:
12677: * src/targets/apache13/pa_pool.C 1.3:
12678: * src/targets/apache13/pa_threads.C 1.3:
12679: * src/targets/cgi/pa_pool.C 1.31:
12680: * src/targets/cgi/pa_threads.C 1.5:
12681: * src/targets/cgi/parser3.C 1.128:
12682: * src/targets/cgi/pool_storage.h 1.5:
12683: * src/targets/isapi/pa_pool.C 1.9:
12684: * src/targets/isapi/pa_threads.C 1.5:
12685: * src/targets/isapi/parser3isapi.C 1.57:
12686: * src/targets/isapi/pool_storage.h 1.13:
12687: * src/types/pa_valiased.C 1.11:
12688: * src/types/pa_valiased.h 1.16:
12689: * src/types/pa_value.h 1.77:
12690: * src/types/pa_vbool.h 1.15:
12691: * src/types/pa_vclass.h 1.21:
12692: * src/types/pa_vcode_frame.h 1.12:
12693: * src/types/pa_vcookie.C 1.32:
12694: * src/types/pa_vcookie.h 1.13:
12695: * src/types/pa_vdate.h 1.6:
12696: * src/types/pa_vdouble.h 1.28:
12697: * src/types/pa_venv.h 1.18:
12698: * src/types/pa_vfile.C 1.23:
12699: * src/types/pa_vfile.h 1.37:
12700: * src/types/pa_vform.C 1.46:
12701: * src/types/pa_vform.h 1.29:
12702: * src/types/pa_vhash.h 1.27:
12703: * src/types/pa_vhashfile.C 1.14:
12704: * src/types/pa_vhashfile.h 1.12:
12705: * src/types/pa_vimage.C 1.14:
12706: * src/types/pa_vimage.h 1.22:
12707: * src/types/pa_vint.h 1.29:
12708: * src/types/pa_vjunction.h 1.10:
12709: * src/types/pa_vmath.h 1.4:
12710: * src/types/pa_vmethod_frame.h 1.19:
12711: * src/types/pa_vobject.h 1.13:
12712: * src/types/pa_vrequest.C 1.11:
12713: * src/types/pa_vrequest.h 1.12:
12714: * src/types/pa_vresponse.h 1.17:
12715: * src/types/pa_vstateless_class.C 1.11:
12716: * src/types/pa_vstateless_class.h 1.20:
12717: * src/types/pa_vstateless_object.h 1.12:
12718: * src/types/pa_vstatus.h 1.3:
12719: * src/types/pa_vstring.C 1.13:
12720: * src/types/pa_vstring.h 1.39:
12721: * src/types/pa_vtable.C 1.9:
12722: * src/types/pa_vtable.h 1.35:
12723: * src/types/pa_vvoid.h 1.6:
12724: * src/types/pa_vxdoc.C 1.6:
12725: * src/types/pa_vxdoc.h 1.12:
12726: * src/types/pa_vxnode.C 1.11:
12727: * src/types/pa_vxnode.h 1.8:
12728: * src/types/pa_wcontext.C 1.12:
12729: * src/types/pa_wcontext.h 1.21:
12730: * src/types/pa_wwrapper.h 1.14:
12731: $status:db
12732: fixed used not initialized in db_connection & db_table
12733:
12734: * src/include/pa_charset_manager.h 1.3:
12735: * src/include/pa_db_manager.h 1.7:
12736: * src/include/pa_request.h 1.108:
12737: * src/include/pa_sql_connection.h 1.18:
12738: * src/include/pa_sql_driver_manager.h 1.15:
12739: * src/include/pa_stylesheet_manager.h 1.3:
12740: * src/main/main.dsp 1.138:
12741: * src/main/pa_charset_manager.C 1.4:
12742: * src/main/pa_common.C 1.84:
12743: * src/main/pa_db_manager.C 1.11:
12744: * src/main/pa_globals.C 1.88:
12745: * src/main/pa_request.C 1.175:
12746: * src/main/pa_sql_driver_manager.C 1.49:
12747: * src/main/pa_status_provider.C 1.1:
12748: * src/main/pa_stylesheet_manager.C 1.2:
12749: * src/types/pa_vstatus.h 1.1:
12750: * src/types/pa_vxnode.C 1.10:
12751: * src/types/types.dsp 1.14:
12752: started status parser class
12753:
12754: * src/main/pa_db_connection.C 1.29:
12755: * src/main/pa_db_table.C 1.12:
12756: parser_multithreaded check was wrong
12757:
12758: * src/main/pa_db_connection.C 1.32:
12759: * src/main/pa_db_manager.C 1.15:
12760: expiration from debug to normal
12761:
12762: 2001-11-01 paf
12763: * src/classes/hash.C 1.26:
12764: * src/classes/op.C 1.54:
12765: * src/types/pa_vmethod_frame.h 1.18:
12766: * src/types/pa_vstring.C 1.12:
12767: * src/types/pa_vstring.h 1.38:
12768: ^foreach[key|value]{body}[[separator]|{separator}]
12769:
12770: * src/classes/hash.C 1.25:
12771: * src/include/pa_hash.h 1.48:
12772: * src/main/pa_hash.C 1.44:
12773: * src/types/pa_vcookie.C 1.31:
12774: ^hash.delete[key]
12775:
12776: * src/classes/gd/gif.C 1.21:
12777: * src/classes/math.C 1.8:
12778: * src/include/pa_common.h 1.59:
12779: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
12780:
12781: * src/classes/op.C 1.57:
12782: ^for endless loop check strightened
12783:
12784: * src/Makefile.in 1.34:
12785: * src/classes/Makefile.in 1.31:
12786: * src/classes/gd/Makefile.in 1.24:
12787: * src/include/pa_config_auto.h.in 1.12:
12788: * src/main/Makefile.in 1.26:
12789: * src/targets/Makefile.in 1.24:
12790: * src/targets/apache13/Makefile.in 1.23:
12791: * src/targets/cgi/Makefile.in 1.28:
12792: * src/types/Makefile.in 1.23:
12793: makes
12794:
12795: * src/main/pa_hash.C 1.46:
12796: removed old extra include
12797:
12798: * src/classes/hash.C 1.28:
12799: * src/classes/xdoc.C 1.41:
12800: * src/classes/xnode.C 1.17:
12801: * src/include/pa_hash.h 1.49:
12802: * src/main/pa_hash.C 1.45:
12803: * src/main/pa_request.C 1.174:
12804: * src/types/pa_vhash.h 1.26:
12805: * src/types/pa_vxnode.C 1.9:
12806: hash locking
12807: disabled changing of hash inside of foreach
12808:
12809: * src/classes/hash.C 1.27:
12810: * src/classes/hashfile.C 1.14:
12811: * src/types/pa_vhashfile.C 1.13:
12812: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
12813: prev were hash.foreach
12814:
12815: * src/classes/hash.C 1.29:
12816: * src/classes/op.C 1.56:
12817: * src/main/execute.C 1.202:
12818: changed root behavior in native calls.
12819: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
12820:
12821: * src/classes/op.C 1.55:
12822: detected for var storage bug, fixed. todo:foreach
12823:
12824: 2001-10-31 paf
12825: * src/main/pa_sql_driver_manager.C 1.47:
12826: hiding passwords and addresses from accidental show [imagine
12827: user forgot @exception]
12828:
12829: * src/main/pa_db_connection.C 1.26:
12830: * src/main/pa_sql_driver_manager.C 1.48:
12831: // lockdetector flags
12832: dbenv.lk_detect=DB_LOCK_RANDOM;
12833:
12834: * src/include/pa_opcode.h 1.7:
12835: * src/main/compile.tab.C 1.25:
12836: * src/main/compile.y 1.173:
12837: * src/main/execute.C 1.201:
12838: \ in expression: int divide 10/3=3
12839:
12840: * src/main/pa_common.C 1.81:
12841: typing bug in common - bad ifdeff
12842:
12843: * src/types/pa_vhashfile.h 1.11:
12844: hashfile ^delete to do something only inside of ^cache
12845:
12846: * src/include/pa_threads.h 1.19:
12847: * src/main/pa_db_connection.C 1.25:
12848: * src/main/pa_db_table.C 1.10:
12849: * src/targets/apache13/pa_threads.C 1.2:
12850: * src/targets/cgi/pa_threads.C 1.4:
12851: * src/targets/isapi/pa_threads.C 1.4:
12852: libdb DB_THREAD flag only when really needed
12853:
12854: * src/main/pa_db_connection.C 1.27:
12855: z
12856:
12857: * src/classes/file.C 1.64:
12858: * src/classes/image.C 1.61:
12859: * src/classes/mail.C 1.43:
12860: * src/classes/string.C 1.87:
12861: * src/classes/xnode.C 1.16:
12862: * src/include/pa_common.h 1.58:
12863: * src/main/pa_common.C 1.80:
12864: ^string.save[[append;]path]
12865:
12866: * src/main/compile.C 1.52:
12867: * src/main/pa_common.C 1.83:
12868: completely empty file now considered "read", not ignored [not
12869: perfect trick used]
12870:
12871: * src/classes/table.C 1.129:
12872: ^table.save[[nameless|+append;]path]
12873:
12874: * src/main/pa_common.C 1.82:
12875: simplier common ifdefs
12876:
12877: 2001-10-30 paf
12878: * src/include/pa_common.h 1.57:
12879: * src/main/pa_common.C 1.79:
12880: * src/types/pa_vform.C 1.45:
12881: form post data line endings not reformatted now.
12882:
12883: * src/classes/xdoc.C 1.40:
12884: rolled back {} in xdoc.createTextNode for now
12885:
12886: * src/classes/classes.dsp 1.13:
12887: * src/classes/gd/gd.dsp 1.17:
12888: * src/classes/smtp/smtp.dsp 1.14:
12889: * src/main/main.dsp 1.137:
12890: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
12891: * src/targets/cgi/parser3.dsp 1.38:
12892: * src/targets/isapi/parser3isapi.dsp 1.29:
12893: * src/types/types.dsp 1.13:
12894: enabled debug incremental compile
12895:
12896: * src/main/pa_db_connection.C 1.24:
12897: * src/main/pa_db_manager.C 1.10:
12898: * src/main/pa_db_table.C 1.9:
12899: * src/main/pa_exec.C 1.16:
12900: * src/main/pa_request.C 1.173:
12901: * src/main/pa_sql_driver_manager.C 1.46:
12902: * src/main/pa_string.C 1.118:
12903: cstr(asis) default param removed
12904:
12905: * src/types/pa_vform.C 1.44:
12906: * src/types/pa_vform.h 1.28:
12907: AppendFormEntry length param now required [had bug when file=
12908: has no value]
12909:
12910: * src/types/pa_vform.C 1.43:
12911: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
12912:
12913: * src/include/pa_dir.h 1.7:
12914: LOAD_DIR fixed
12915:
12916: * src/include/pa_config_fixed.h 1.29:
12917: * src/include/pa_pragma_pack_begin.h 1.1:
12918: * src/include/pa_pragma_pack_end.h 1.1:
12919: * src/include/pa_string.h 1.114:
12920: * src/include/pa_types.h 1.30:
12921: String & Origin packed with #pragma pack
12922:
12923: * src/Makefile.in 1.33:
12924: * src/include/pa_config_auto.h.in 1.11:
12925: pragma detection
12926:
12927: * src/classes/xdoc.C 1.39:
12928: rolled back {} in xdoc.createElement for now
12929:
12930: 2001-10-29 paf
12931: * src/types/pa_wcontext.h 1.20:
12932: bitfield syntax stricter
12933:
12934: * src/include/pa_string.h 1.111:
12935: * src/main/pa_string.C 1.115:
12936: * src/targets/cgi/pa_pool.C 1.27:
12937: debugging memory
12938: String::fused_rows func now
12939:
12940: [Mon Oct 29 17:55:45 2001] total 5917436/158731
12941: [Mon Oct 29 18:11:53 2001] total 5796092/158731
12942:
12943: * src/classes/file.C 1.61:
12944: * src/classes/image.C 1.60:
12945: * src/classes/string.C 1.86:
12946: * src/classes/xdoc.C 1.38:
12947: * src/include/pa_pool.h 1.68:
12948: * src/include/pa_string.h 1.109:
12949: * src/main/execute.C 1.199:
12950: * src/main/pa_array.C 1.41:
12951: * src/main/pa_common.C 1.78:
12952: * src/main/pa_hash.C 1.43:
12953: * src/main/pa_sql_driver_manager.C 1.45:
12954: * src/main/pa_string.C 1.114:
12955: * src/main/untaint.C 1.70:
12956: * src/targets/cgi/pa_pool.C 1.25:
12957: * src/targets/cgi/parser3.C 1.126:
12958: * src/types/pa_vcookie.C 1.30:
12959: * src/types/pa_vstring.h 1.37:
12960: debuggging memory.
12961: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
12962: VString(String&) not copies reference [29M -> 17M]
12963:
12964: * src/include/pa_sql_connection.h 1.17:
12965: SQL_CONNECTION_FUNC_GUARDED name
12966:
12967: * src/targets/isapi/pa_pool.C 1.8:
12968: added isapi&apache real_malloc debug param.someday either ifdef
12969: or remove it
12970:
12971: * src/targets/apache13/pa_pool.C 1.2:
12972: * src/targets/cgi/pa_pool.C 1.30:
12973: * src/targets/cgi/parser3.C 1.127:
12974: removed debug defines
12975:
12976: * src/Makefile.am 1.12:
12977: .am order
12978:
12979: * src/main/pa_sql_driver_manager.C 1.44:
12980: ping to have services [old hiding bug]
12981:
12982: * src/main/untaint.C 1.73:
12983: optimizing returned after debugging
12984:
12985: * src/include/pa_array.h 1.45:
12986: * src/include/pa_charset_manager.h 1.2:
12987: * src/include/pa_db_connection.h 1.15:
12988: * src/include/pa_db_manager.h 1.6:
12989: * src/include/pa_db_table.h 1.7:
12990: * src/include/pa_hash.h 1.46:
12991: * src/include/pa_request.h 1.107:
12992: * src/include/pa_sql_driver_manager.h 1.14:
12993: * src/include/pa_stylesheet_manager.h 1.2:
12994: * src/include/pa_threads.h 1.18:
12995: * src/types/pa_valiased.h 1.15:
12996: * src/types/pa_vhashfile.h 1.10:
12997: * src/types/pa_vstateless_class.h 1.19:
12998: * src/types/pa_wcontext.h 1.18:
12999: gcc 3.0.1 required "friend class"
13000:
13001: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
13002: class Temp_lang'
13003:
13004: * src/include/pa_string.h 1.112:
13005: * src/main/pa_string.C 1.116:
13006: * src/main/untaint.C 1.71:
13007: * src/targets/cgi/pa_pool.C 1.29:
13008: String size_t replace to uint in proper places [todo:Array]
13009:
13010: * src/classes/file.C 1.62:
13011: * src/include/pa_hash.h 1.47:
13012: * src/include/pa_string.h 1.110:
13013: * src/main/pa_globals.C 1.87:
13014: * src/targets/cgi/pa_pool.C 1.26:
13015: debugging memory
13016: hash key ref now
13017:
13018: [Mon Oct 29 16:01:17 2001] total 17050496/202647
13019: [Mon Oct 29 17:11:17 2001] total 16867948/202658
13020:
13021: * src/classes/file.C 1.63:
13022: * src/types/pa_vimage.C 1.13:
13023: image&file couple stack string hash.puts
13024:
13025: * src/main/execute.C 1.200:
13026: * src/targets/cgi/pa_pool.C 1.28:
13027: * src/targets/cgi/parser3.dsp 1.37:
13028: * src/types/pa_wcontext.h 1.19:
13029: * src/types/pa_wwrapper.h 1.13:
13030: debugging memory
13031: WContext
13032: flags to bits
13033:
13034: total 5 652 652/158731
13035: total 5 469 332/158731
13036:
13037: * src/include/pa_sql_connection.h 1.16:
13038: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
13039:
13040: * src/include/pa_exception.h 1.19:
13041: * src/include/pa_sql_connection.h 1.15:
13042: * src/main/pa_exception.C 1.23:
13043: * src/main/pa_sql_driver_manager.C 1.43:
13044: * src/sql/pa_sql_driver.h 1.19:
13045: sql driver impl changed in _throw part.
13046:
13047: the idea is to #1 jump to C++ some function to main body, where
13048: every function stack frame has exception unwind information
13049: and from there... #2 propagate_exception()
13050:
13051: * src/include/pa_array.h 1.46:
13052: * src/main/pa_array.C 1.42:
13053: debugging memory
13054: Array:: without cache in get/put now
13055:
13056: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
13057: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
13058:
13059: * src/include/pa_string.h 1.113:
13060: * src/include/pa_types.h 1.29:
13061: * src/main/pa_string.C 1.117:
13062: * src/main/untaint.C 1.72:
13063: memory hunging
13064: #pragma pack(1)
13065:
13066: 16 419 844
13067: 13 169 394
13068:
13069: 2001-10-28 paf
13070: * src/include/pa_config_auto.h.in 1.10:
13071: * src/include/pa_config_fixed.h 1.28:
13072: * src/include/pa_db_connection.h 1.14:
13073: * src/include/pa_db_manager.h 1.5:
13074: * src/include/pa_db_table.h 1.6:
13075: * src/main/pa_db_connection.C 1.20:
13076: * src/main/pa_db_table.C 1.6:
13077: db2 on linux with DB 2.4.14: (6/2/98)
13078:
13079: * src/main/pa_db_connection.C 1.21:
13080: * src/main/pa_db_table.C 1.8:
13081: exception translation
13082:
13083: * src/main/pa_db_connection.C 1.22:
13084: expire table [was accidently pasted with wrong type/cast]
13085:
13086: * src/classes/Makefile.am 1.30:
13087: * src/classes/Makefile.in 1.30:
13088: * src/targets/apache13/p3runConfigure.in 1.6:
13089: * src/targets/cgi/Makefile.am 1.22:
13090: * src/targets/cgi/Makefile.in 1.27:
13091: db makes. remember to build DB2 with -fexceptions!!!
13092:
13093: * src/main/pa_db_table.C 1.7:
13094: DB_RMW defed
13095:
13096: * src/main/pa_db_connection.C 1.23:
13097: removed old consts
13098:
13099: 2001-10-27 paf
13100: * src/classes/hashfile.C 1.13:
13101: * src/include/pa_db_connection.h 1.13:
13102: * src/include/pa_db_table.h 1.5:
13103: * src/main/pa_db_connection.C 1.19:
13104: * src/main/pa_db_manager.C 1.9:
13105: * src/main/pa_db_table.C 1.5:
13106: * src/main/pa_globals.C 1.86:
13107: * src/types/pa_vhashfile.C 1.12:
13108: DB2 ifdefs
13109:
13110: * src/Makefile.in 1.32:
13111: * src/classes/Makefile.am 1.29:
13112: * src/classes/Makefile.in 1.29:
13113: * src/classes/gd/Makefile.in 1.23:
13114: * src/include/pa_config_fixed.h 1.27:
13115: * src/main/Makefile.am 1.23:
13116: * src/main/Makefile.in 1.25:
13117: * src/targets/Makefile.in 1.23:
13118: * src/targets/apache13/Makefile.in 1.22:
13119: * src/targets/apache13/p3runConfigure.in 1.5:
13120: * src/targets/cgi/Makefile.am 1.21:
13121: * src/targets/cgi/Makefile.in 1.26:
13122: * src/types/Makefile.am 1.12:
13123: * src/types/Makefile.in 1.22:
13124: makes with DB2
13125:
13126: * src/classes/classes.awk 1.4:
13127: no $ in var names
13128:
13129: * src/main/pa_globals.C 1.85:
13130: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
13131: * src/targets/cgi/parser3.dsp 1.36:
13132: * src/targets/isapi/parser3isapi.dsp 1.28:
13133: vc projects libdb ifdefed into globals.C
13134:
13135: * src/main/pa_db_connection.C 1.17:
13136: * src/main/pa_db_manager.C 1.8:
13137: db expiration connection&table [forgotten calls]
13138:
13139: * src/Makefile.in 1.31:
13140: * src/classes/Makefile.in 1.28:
13141: * src/classes/gd/Makefile.in 1.22:
13142: * src/include/pa_config_auto.h.in 1.9:
13143: * src/main/Makefile.am 1.22:
13144: * src/main/Makefile.in 1.24:
13145: * src/targets/Makefile.in 1.22:
13146: * src/targets/apache13/p3runConfigure.in 1.4:
13147: * src/targets/cgi/Makefile.in 1.25:
13148: * src/types/Makefile.am 1.11:
13149: * src/types/Makefile.in 1.21:
13150: makes db
13151:
13152: * src/classes/hashfile.C 1.12:
13153: * src/include/pa_db_connection.h 1.12:
13154: * src/include/pa_db_table.h 1.4:
13155: * src/main/pa_db_connection.C 1.18:
13156: * src/main/pa_db_table.C 1.4:
13157: ^hashfile.clear[]
13158:
13159: 2001-10-26 paf
13160: * src/classes/xdoc.C 1.35:
13161: * src/classes/xdoc.C 1.36:
13162: * src/types/pa_vxdoc.h 1.11:
13163: transform2 for parsed_source
13164:
13165: * src/classes/hashfile.C 1.11:
13166: * src/include/pa_db_connection.h 1.10:
13167: * src/include/pa_db_manager.h 1.4:
13168: * src/include/pa_db_table.h 1.3:
13169: * src/include/pa_hash.h 1.45:
13170: * src/main/pa_db_connection.C 1.13:
13171: * src/main/pa_db_manager.C 1.7:
13172: * src/main/pa_db_table.C 1.3:
13173: * src/main/pa_hash.C 1.42:
13174: * src/types/pa_vhashfile.C 1.11:
13175: * src/types/pa_vhashfile.h 1.9:
13176: db connections & tables now cached at create time & multithreaded
13177:
13178: * src/classes/xdoc.C 1.37:
13179: xdoc createTextNode createElement UL_XML default. but entities
13180: still reparsed. todo: tothink
13181:
13182: * src/classes/hashfile.C 1.10:
13183: * src/include/pa_db_table.h 1.2:
13184: * src/main/pa_db_table.C 1.2:
13185: db: child transaction commit/rollback responsibility left to
13186: parent [as it sould - else there were a bug with double free]
13187:
13188: * src/include/pa_db_connection.h 1.11:
13189: * src/main/pa_db_connection.C 1.15:
13190: * src/main/pa_db_connection.C 1.16:
13191: db checkpoints
13192:
13193: * src/main/pa_db_connection.C 1.12:
13194: about to remove connection from vhashfile
13195:
13196: * src/main/pa_db_connection.C 1.14:
13197: db recover mech 2
13198:
13199: 2001-10-25 paf
13200: * src/classes/hashfile.C 1.9:
13201: * src/include/pa_common.h 1.56:
13202: * src/include/pa_db_connection.h 1.9:
13203: * src/include/pa_db_manager.h 1.3:
13204: * src/include/pa_db_table.h 1.1:
13205: * src/main/main.dsp 1.136:
13206: * src/main/pa_db_connection.C 1.11:
13207: * src/main/pa_db_manager.C 1.6:
13208: * src/main/pa_db_table.C 1.1:
13209: * src/types/pa_vhashfile.C 1.10:
13210: * src/types/pa_vhashfile.h 1.8:
13211: started db_home [multiple, cached]
13212: todo: autorecover [tried, but not succeded, yet]
13213:
13214: * src/include/pa_db_connection.h 1.8:
13215: * src/main/pa_db_manager.C 1.5:
13216: transaction parent passed
13217:
13218: * src/include/pa_dir.h 1.6:
13219: ancient gpf on dir not found fixed
13220:
13221: 2001-10-24 parser
13222: * src/classes/Makefile.am 1.26:
13223: * src/classes/Makefile.am 1.27:
13224: * src/classes/Makefile.am 1.28:
13225: * src/classes/Makefile.in 1.26:
13226: * src/classes/Makefile.in 1.27:
13227: * src/main/Makefile.in 1.23:
13228: * src/targets/cgi/Makefile.am 1.20:
13229: * src/targets/cgi/Makefile.in 1.24:
13230: * src/targets/cgi/pool_storage.h 1.2:
13231: * src/targets/cgi/pool_storage.h 1.3:
13232: makes
13233:
13234: * src/include/pa_db_connection.h 1.6:
13235: * src/main/pa_db_connection.C 1.6:
13236: * src/types/pa_vhashfile.C 1.6:
13237: db_cursor constructor public now
13238:
13239: * src/include/pa_common.h 1.54:
13240: * src/main/Makefile.am 1.21:
13241: * src/main/pa_common.C 1.76:
13242: * src/types/pa_vform.C 1.41:
13243: * src/types/pa_vform.h 1.26:
13244: .am
13245:
13246: * src/classes/hashfile.C 1.7:
13247: * src/include/pa_request.h 1.106:
13248: hashfile.cache 0
13249:
13250: * src/main/pa_db_connection.C 1.7:
13251: * src/types/pa_vhashfile.C 1.7:
13252: db_connection not bothers with key when not returning expired data
13253:
13254: * src/targets/cgi/pool_storage.h 1.4:
13255: * src/targets/isapi/parser3isapi.C 1.56:
13256: * src/targets/isapi/pool_storage.h 1.12:
13257: pool_storage fixed
13258:
13259: * src/include/pa_common.h 1.55:
13260: * src/main/pa_common.C 1.77:
13261: * src/types/pa_vform.C 1.42:
13262: * src/types/pa_vform.h 1.27:
13263: form fix_line_breaks
13264:
13265: * src/types/pa_vhashfile.C 1.8:
13266: * src/types/pa_vhashfile.h 1.6:
13267: hashfile expiring 0
13268:
13269: * src/main/pa_db_connection.C 1.8:
13270: * src/types/pa_vhashfile.C 1.9:
13271: hashfile expiring 1
13272:
13273: * src/classes/hashfile.C 1.6:
13274: * src/include/pa_db_connection.h 1.7:
13275: * src/main/pa_db_connection.C 1.9:
13276: hashfile expired deleted from db when get & iterate
13277:
13278: * src/classes/hashfile.C 1.8:
13279: * src/types/pa_vhashfile.h 1.7:
13280: hashfile 1
13281:
13282: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
13283: * src/targets/isapi/parser3isapi.dsp 1.27:
13284: doc
13285:
13286: * src/include/pa_db_connection.h 1.5:
13287: * src/main/pa_db_connection.C 1.5:
13288: * src/types/pa_vhashfile.C 1.5:
13289: * src/types/pa_vhashfile.h 1.5:
13290: hashfile data stamped, todo: put_element analize
13291:
13292: * src/sql/pa_sql_driver.h 1.18:
13293: version
13294:
13295: * src/include/pa_db_connection.h 1.4:
13296: * src/include/pa_string.h 1.108:
13297: * src/main/pa_db_connection.C 1.4:
13298: * src/main/pa_string.C 1.113:
13299: hashfile pieced serialize. todo stamp
13300:
13301: * src/main/pa_db_connection.C 1.10:
13302: * src/main/pa_db_manager.C 1.4:
13303: hashfile setted this:
13304: DB_RMW
13305: Acquire write locks instead of read locks when doing the retrieval. Setting this flag may decrease the likelihood of deadlock during a read-modify-write cycle by immediately acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock
13306:
13307: 2001-10-23 parser
13308: * src/classes/file.C 1.60:
13309: * src/classes/hash.C 1.24:
13310: * src/classes/hashfile.C 1.5:
13311: * src/classes/image.C 1.59:
13312: * src/classes/mail.C 1.42:
13313: * src/classes/response.C 1.15:
13314: * src/classes/string.C 1.85:
13315: * src/classes/table.C 1.128:
13316: * src/classes/xdoc.C 1.34:
13317: * src/include/pa_config_fixed.h 1.26:
13318: * src/include/pa_db_connection.h 1.3:
13319: * src/main/pa_common.C 1.75:
13320: * src/main/pa_db_connection.C 1.3:
13321: * src/main/pa_request.C 1.172:
13322: * src/types/pa_value.h 1.76:
13323: * src/types/pa_vcookie.C 1.29:
13324: * src/types/pa_vhash.h 1.25:
13325: * src/types/pa_vhashfile.C 1.4:
13326: * src/types/pa_vhashfile.h 1.4:
13327: * src/types/pa_vresponse.h 1.16:
13328: * src/types/pa_vtable.C 1.8:
13329: ^hashfile.hash[]
13330:
13331: * src/classes/hashfile.C 1.3:
13332: * src/include/pa_db_connection.h 1.2:
13333: * src/include/pa_db_manager.h 1.2:
13334: * src/main/pa_db_connection.C 1.2:
13335: * src/main/pa_db_manager.C 1.2:
13336: * src/types/pa_vhashfile.h 1.3:
13337: ^hashfile.transaction{code}
13338: ^hashfile:clear[filename]
13339: ^hashfile.delete[key]
13340:
13341: * src/classes/hashfile.C 1.4:
13342: * src/classes/xdoc.C 1.33:
13343: * src/include/pa_config_fixed.h 1.25:
13344: * src/main/pa_db_manager.C 1.3:
13345: * src/main/pa_globals.C 1.84:
13346: ifdefs so it compiled without db
13347:
13348: 2001-10-22 parser
13349: * src/classes/classes.dsp 1.12:
13350: * src/classes/hashfile.C 1.2:
13351: * src/classes/xdoc.C 1.32:
13352: * src/classes/xnode.C 1.15:
13353: * src/include/pa_charset_connection.h 1.2:
13354: * src/include/pa_db_connection.h 1.1:
13355: * src/include/pa_db_manager.h 1.1:
13356: * src/include/pa_exception.h 1.18:
13357: * src/include/pa_sapi.h 1.14:
13358: * src/include/pa_sql_connection.h 1.14:
13359: * src/include/pa_sql_driver_manager.h 1.13:
13360: * src/include/pa_stylesheet_connection.h 1.14:
13361: * src/include/pa_stylesheet_manager.h 1.1:
13362: * src/include/pa_xslt_stylesheet_manager.h 1.5:
13363: * src/main/main.dsp 1.135:
13364: * src/main/pa_db_connection.C 1.1:
13365: * src/main/pa_db_manager.C 1.1:
13366: * src/main/pa_exception.C 1.22:
13367: * src/main/pa_globals.C 1.83:
13368: * src/main/pa_pool.C 1.38:
13369: * src/main/pa_sql_driver_manager.C 1.42:
13370: * src/main/pa_stylesheet_manager.C 1.1:
13371: * src/main/pa_xslt_stylesheet_manager.C 1.5:
13372: * src/targets/apache13/mod_parser3.C 1.7:
13373: * src/targets/cgi/parser3.C 1.124:
13374: * src/targets/isapi/parser3isapi.C 1.55:
13375: * src/types/pa_vhashfile.C 1.3:
13376: * src/types/pa_vhashfile.h 1.2:
13377: * src/types/pa_vxdoc.C 1.5:
13378: * src/types/pa_vxnode.C 1.8:
13379: * src/types/types.dsp 1.12:
13380: hashfile 0
13381:
13382: * src/targets/cgi/pa_pool.C 1.24:
13383: * src/targets/cgi/parser3.C 1.125:
13384: * src/targets/cgi/parser3.dsp 1.35:
13385: * src/targets/cgi/pool_storage.h 1.1:
13386: * src/targets/isapi/pool_storage.h 1.11:
13387: cgi += pool cleanups
13388:
13389: * src/targets/apache13/mod_parser3.C 1.5:
13390: * src/targets/isapi/parser3isapi.C 1.54:
13391: SEH minor ifdef changes
13392:
13393: * src/targets/apache13/mod_parser3.C 1.6:
13394: html
13395:
13396: * src/classes/classes.dsp 1.11:
13397: * src/classes/hashfile.C 1.1:
13398: * src/include/pa_config_fixed.h 1.24:
13399: * src/main/execute.C 1.198:
13400: * src/targets/cgi/parser3.dsp 1.34:
13401: * src/types/pa_vhashfile.C 1.1:
13402: * src/types/pa_vhashfile.h 1.1:
13403: * src/types/types.dsp 1.11:
13404: hashfile -100
13405:
13406: * src/include/pa_exception.h 1.17:
13407: * src/include/pa_request.h 1.105:
13408: * src/main/execute.C 1.197:
13409: * src/main/pa_exception.C 1.21:
13410: * src/main/pa_request.C 1.171:
13411: * src/targets/cgi/parser3.C 1.123:
13412: * src/targets/cgi/parser3.dsp 1.33:
13413: * src/types/pa_vclass.h 1.20:
13414: * src/types/pa_vobject.h 1.12:
13415: stack backtrace
13416:
13417: * src/types/pa_vhashfile.C 1.2:
13418: z
13419:
13420: 2001-10-19 parser
13421: * src/main/pa_request.C 1.170:
13422: * src/targets/apache13/mod_parser3.C 1.4:
13423: pool:: context - get_context
13424:
13425: * src/main/pa_pool.C 1.37:
13426: auto compiled on gcc
13427:
13428: * src/classes/classes.h 1.13:
13429: * src/classes/date.C 1.11:
13430: * src/classes/double.C 1.40:
13431: * src/classes/file.C 1.59:
13432: * src/classes/form.C 1.18:
13433: * src/classes/gd/gd.dsp 1.16:
13434: * src/classes/gd/gif.C 1.20:
13435: * src/classes/hash.C 1.23:
13436: * src/classes/image.C 1.57:
13437: * src/classes/int.C 1.37:
13438: * src/classes/mail.C 1.41:
13439: * src/classes/math.C 1.7:
13440: * src/classes/op.C 1.53:
13441: * src/classes/smtp/smtp.C 1.5:
13442: * src/classes/smtp/smtp.dsp 1.13:
13443: * src/classes/string.C 1.84:
13444: * src/classes/table.C 1.127:
13445: * src/classes/void.C 1.12:
13446: * src/include/pa_config_fixed.h 1.22:
13447: * src/include/pa_exception.h 1.15:
13448: * src/include/pa_pool.h 1.64:
13449: * src/include/pa_request.h 1.104:
13450: * src/include/pa_types.h 1.27:
13451: * src/main/compile.C 1.51:
13452: * src/main/compile_tools.C 1.39:
13453: * src/main/execute.C 1.196:
13454: * src/main/pa_array.C 1.40:
13455: * src/main/pa_common.C 1.73:
13456: * src/main/pa_dictionary.C 1.8:
13457: * src/main/pa_exception.C 1.19:
13458: * src/main/pa_exec.C 1.15:
13459: * src/main/pa_pool.C 1.34:
13460: * src/main/pa_request.C 1.169:
13461: * src/main/pa_socks.C 1.7:
13462: * src/main/pa_sql_driver_manager.C 1.41:
13463: * src/main/pa_string.C 1.112:
13464: * src/main/pa_table.C 1.39:
13465: * src/main/untaint.C 1.69:
13466: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
13467: * src/targets/apache13/mod_parser3.C 1.3:
13468: * src/targets/cgi/parser3.C 1.122:
13469: * src/targets/isapi/parser3isapi.C 1.53:
13470: * src/types/pa_value.h 1.75:
13471: * src/types/pa_vbool.h 1.14:
13472: * src/types/pa_vdouble.h 1.27:
13473: * src/types/pa_vfile.h 1.36:
13474: * src/types/pa_vform.C 1.40:
13475: * src/types/pa_vhash.h 1.24:
13476: * src/types/pa_vint.h 1.28:
13477: * src/types/pa_vjunction.h 1.9:
13478: * src/types/pa_vmethod_frame.h 1.17:
13479: * src/types/pa_vstateless_class.h 1.18:
13480: * src/types/pa_vtable.C 1.7:
13481: * src/types/pa_wcontext.C 1.11:
13482: * src/types/pa_wwrapper.h 1.12:
13483: switched to c++ exceptions 0
13484:
13485: * src/Makefile.in 1.30:
13486: * src/classes/Makefile.in 1.25:
13487: * src/include/pa_pool.h 1.66:
13488: * src/main/Makefile.in 1.22:
13489: * src/main/pa_common.C 1.74:
13490: * src/targets/Makefile.in 1.21:
13491: * src/targets/apache13/Makefile.in 1.21:
13492: * src/targets/cgi/Makefile.in 1.23:
13493: * src/types/Makefile.in 1.20:
13494: makes
13495:
13496: * src/include/pa_pool.h 1.67:
13497: header
13498:
13499: * src/classes/xdoc.C 1.30:
13500: * src/classes/xnode.C 1.13:
13501: * src/include/pa_pool.h 1.65:
13502: * src/include/pa_types.h 1.28:
13503: * src/main/pa_pool.C 1.36:
13504: first c++ exceptions result: can free up xalandomstring
13505: resulting from pool::transcode
13506:
13507: * src/classes/classes.awk 1.3.6.1:
13508: $ removed
13509:
13510: * src/classes/Makefile.am 1.25:
13511: * src/classes/xdoc.C 1.29:
13512: * src/classes/xnode.C 1.12:
13513: * src/include/pa_config_fixed.h 1.23:
13514: * src/include/pa_exception.h 1.16:
13515: * src/include/pa_stylesheet_connection.h 1.13:
13516: * src/main/pa_charset_connection.C 1.10:
13517: * src/main/pa_exception.C 1.20:
13518: * src/main/pa_pool.C 1.35:
13519: * src/types/pa_vxdoc.C 1.3:
13520: * src/types/pa_vxdoc.h 1.9:
13521: * src/types/pa_vxnode.C 1.6:
13522: * src/types/pa_vxnode.h 1.6:
13523: switched to c++ exceptions 1xml
13524: configure fixed to exclude xalan-patch from non-xml compile
13525:
13526: * src/classes/xdoc.C 1.31:
13527: * src/classes/xnode.C 1.14:
13528: * src/classes/xnode.h 1.3:
13529: * src/types/pa_vxdoc.C 1.4:
13530: * src/types/pa_vxdoc.h 1.10:
13531: * src/types/pa_vxnode.C 1.7:
13532: * src/types/pa_vxnode.h 1.7:
13533: xnode clone got freed
13534:
13535: * src/classes/image.C 1.58:
13536: comment
13537:
13538: 2001-10-18 parser
13539: * src/classes/xdoc.C 1.28:
13540: * src/types/pa_vxdoc.h 1.8:
13541: * src/types/pa_vxnode.C 1.5:
13542: vxdoc set_document & ctor question "who owns document" solved
13543:
13544: * src/classes/xdoc.C 1.26:
13545: * src/classes/xnode.C 1.11:
13546: * src/include/pa_pool.h 1.63:
13547: * src/main/pa_pool.C 1.32:
13548: encoding in dom creating funcs
13549:
13550: * src/include/pa_stylesheet_connection.h 1.12:
13551: prev stylesheet destroyed @ recompile
13552:
13553: * src/classes/xdoc.C 1.22:
13554: comment
13555:
13556: * src/classes/xdoc.C 1.21:
13557: * src/classes/xnode.C 1.10:
13558: * src/main/compile.tab.C 1.24:
13559: xdoc create now uses XercesDocumentBridge, appendChild&co now works
13560:
13561: * src/classes/xdoc.C 1.27:
13562: * src/main/pa_pool.C 1.33:
13563: extra free removed
13564:
13565: * src/classes/xdoc.C 1.24:
13566: * src/classes/xdoc.C 1.25:
13567: * src/types/pa_vxdoc.h 1.7:
13568: dom created by create can be transformed now
13569:
13570: * src/classes/xdoc.C 1.23:
13571: z
13572:
13573: * src/types/pa_vcookie.C 1.28:
13574: cookie:CLASS
13575:
13576: * src/classes/classes.dsp 1.10:
13577: * src/classes/xdoc.C 1.19:
13578: * src/types/types.dsp 1.10:
13579: fiew leechy-found bugs in code&doc fixed
13580:
13581: * src/classes/xdoc.C 1.20:
13582: * src/classes/xnode.C 1.9:
13583: xdoc::create[] now. and all dom tag names forced to XML lang
13584:
13585: * src/main/main.dsp 1.134:
13586: project
13587:
13588: * src/main/compile.tab.C 1.23:
13589: * src/main/compile.y 1.172:
13590: * src/main/pa_request.C 1.168:
13591: ^:
13592: no colon in $origin @exception[
13593:
13594: 2001-10-17 parser
13595: * src/types/pa_vimage.h 1.21:
13596: removed unused vimage::save
13597:
13598: * src/classes/classes.dsp 1.9:
13599: * src/classes/string.C 1.83:
13600: * src/main/pa_string.C 1.111:
13601: * src/types/pa_vxnode.h 1.5:
13602: * src/types/types.dsp 1.9:
13603: string::mid fixed, string.mid n functionality preserved
13604:
13605: 2001-10-16 parser
13606: * src/types/pa_vhash.h 1.23:
13607: * src/types/pa_vtable.h 1.34:
13608: hash can be used as boolean
13609:
13610: * src/types/pa_vimage.C 1.12:
13611: comment
13612:
13613: * src/classes/image.C 1.54:
13614: gd size/resize bugfix
13615:
13616: * src/classes/gd/gif.C 1.18:
13617: * src/classes/gd/gif.h 1.16:
13618: * src/classes/image.C 1.55:
13619: :CopyResampled made gd2beta+my hands, very ineffective, but
13620: works for small paleted image
13621:
13622: * src/classes/xnode.C 1.7:
13623: * src/classes/xnode.C 1.8:
13624: removed few dom returns & changed op.txt
13625:
13626: * src/classes/classes.dsp 1.8:
13627: * src/classes/gd/gd.dsp 1.15:
13628: * src/classes/smtp/smtp.dsp 1.12:
13629: * src/main/main.dsp 1.133:
13630: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
13631: * src/targets/cgi/parser3.dsp 1.32:
13632: * src/targets/isapi/parser3isapi.dsp 1.26:
13633: * src/types/types.dsp 1.8:
13634: ident >nul 2>&1
13635:
13636: * src/classes/gd/gif.C 1.19:
13637: * src/classes/gd/gif.h 1.17:
13638: * src/classes/image.C 1.56:
13639: image.copy tolerance
13640:
13641: * src/classes/gd/gif.C 1.16:
13642: copyResized
13643:
13644: * src/classes/string.C 1.82:
13645: * src/main/pa_string.C 1.110:
13646: $string.mid(p[;n])
13647:
13648: * src/main/pa_common.C 1.72:
13649: \r\n -> \n DOS
13650: \r -> \n Macintosh
13651: on all systems
13652:
13653: * src/classes/gd/gif.C 1.17:
13654: couple casts
13655:
13656: * src/classes/image.C 1.53:
13657: * src/types/pa_vimage.h 1.20:
13658: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
13659: ;dest h]])
13660:
13661: 2001-10-15 parser
13662: * src/Makefile.in 1.29:
13663: * src/types/pa_vcode_frame.h 1.11:
13664: * src/types/pa_wcontext.C 1.10:
13665: code_frame fixed - ::write badly passed string too
13666: transparently [failed to intercept it]
13667:
13668: * src/types/pa_vxnode.C 1.4:
13669: document_type_node.
13670: !readonly attribute DOMString name
13671: !notation_node.
13672: !readonly attribute DOMString publicId
13673: !readonly attribute DOMString systemId
13674:
13675: * src/classes/xdoc.C 1.16:
13676: * src/classes/xnode.C 1.6:
13677: * src/include/pa_config_fixed.h 1.21:
13678: * src/include/pa_request.h 1.103:
13679: * src/main/pa_sql_driver_manager.C 1.40:
13680: * src/types/pa_vxdoc.C 1.2:
13681: * src/types/pa_vxdoc.h 1.6:
13682: * src/types/pa_vxnode.C 1.3:
13683: * src/types/pa_vxnode.h 1.4:
13684: DOM1 major addtion, only few attributes/methods left
13685:
13686: * src/main/execute.C 1.195:
13687: z
13688:
13689: * src/classes/xdoc.C 1.17:
13690: * src/classes/xdoc.C 1.18:
13691: !::create{qualifiedName}
13692:
13693: 2001-10-13 parser
13694: * src/main/execute.C 1.194:
13695: * src/types/pa_vcode_frame.h 1.9:
13696: vcodeframe made transparent enough to handle hash if creation&passing
13697:
13698: * src/include/pa_config_fixed.h 1.20:
13699: * src/main/execute.C 1.193:
13700: * src/main/pa_exception.C 1.18:
13701: noticed that vcodeframe not transparent enough, would change now
13702:
13703: * src/types/pa_vcode_frame.h 1.10:
13704: couple comments
13705:
13706: * src/targets/isapi/pool_storage.h 1.10:
13707: isapi pool storage reverse cleanups & frees order
13708:
13709: * src/main/pa_sql_driver_manager.C 1.39:
13710: * src/targets/cgi/parser3.C 1.121:
13711: * src/targets/isapi/parser3isapi.C 1.52:
13712: isapi&cgi couple non-pooled mallocs in main handler
13713:
13714: 2001-10-12 parser
13715: * src/classes/double.C 1.39:
13716: * src/classes/int.C 1.36:
13717: * src/classes/string.C 1.81:
13718: sql{}[$.default[({})]] handling changed:
13719: now type of default param analized always, not only at problem time,
13720: thus helping early problem spotting
13721:
13722: * src/classes/classes.dsp 1.7:
13723: * src/classes/gd/gd.dsp 1.14:
13724: * src/classes/smtp/smtp.dsp 1.11:
13725: * src/classes/xdoc.C 1.15:
13726: * src/main/compile.tab.C 1.22:
13727: * src/main/main.dsp 1.132:
13728: * src/main/pa_globals.C 1.82:
13729: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
13730: * src/targets/apache13/mod_parser3.C 1.2:
13731: * src/targets/cgi/parser3.C 1.120:
13732: * src/targets/cgi/parser3.dsp 1.31:
13733: * src/targets/isapi/parser3isapi.C 1.50:
13734: * src/targets/isapi/parser3isapi.C 1.51:
13735: * src/targets/isapi/parser3isapi.dsp 1.25:
13736: * src/types/types.dsp 1.7:
13737: xalan&xerces multithread bug fixed. initialization&free on each
13738: thread!
13739:
13740: 2001-10-11 parser
13741: * src/targets/apache13/Makefile.am 1.6:
13742: started restructuring
13743:
13744: * src/Makefile.in 1.25:
13745: * src/Makefile.in 1.26:
13746: * src/Makefile.in 1.28:
13747: * src/classes/Makefile.in 1.22:
13748: * src/classes/Makefile.in 1.23:
13749: * src/classes/gd/Makefile.in 1.19:
13750: * src/classes/gd/Makefile.in 1.20:
13751: * src/include/pa_config_auto.h.in 1.8:
13752: * src/main/Makefile.in 1.20:
13753: * src/main/Makefile.in 1.21:
13754: * src/targets/Makefile.in 1.19:
13755: * src/targets/Makefile.in 1.20:
13756: * src/targets/apache13/Makefile.in 1.19:
13757: * src/targets/apache13/Makefile.in 1.20:
13758: * src/targets/apache13/p3runConfigure.in 1.3:
13759: * src/targets/cgi/Makefile.in 1.21:
13760: * src/targets/cgi/Makefile.in 1.22:
13761: * src/types/Makefile.in 1.18:
13762: * src/types/Makefile.in 1.19:
13763: makes
13764:
13765: * src/classes/xnode.C 1.5:
13766: xnode.selectSingle now
13767:
13768: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
13769: .dsp fixed due to relocate
13770:
13771: * src/classes/xdoc.C 1.14:
13772: * src/classes/xnode.C 1.4:
13773: * src/include/pa_exception.h 1.14:
13774: * src/include/pa_pool.h 1.62:
13775: * src/include/pa_stylesheet_connection.h 1.11:
13776: * src/main/pa_exception.C 1.17:
13777: * src/main/pa_pool.C 1.31:
13778: moved xslt exceptions convertors out of Pool into Exception
13779:
13780: * src/Makefile.in 1.27:
13781: * src/classes/Makefile.in 1.24:
13782: * src/classes/gd/Makefile.in 1.21:
13783: makes. stdc++ lib added to apache libraries
13784:
13785: * src/classes/hash.C 1.22:
13786: !^hash.add[addme]
13787: !^hash.sub[subme]
13788: !^a.union[b] = new
13789: !^a.intersection[b] = new
13790: !^a.intersects[b] = bool
13791:
13792: * src/main/pa_string.C 1.109:
13793: const
13794:
13795: * src/classes/hash.C 1.20:
13796: * src/types/pa_vhash.h 1.22:
13797: !^hash::create[[copy_from]]
13798:
13799: * src/classes/hash.C 1.21:
13800: !^hash::append[append_from]
13801:
13802: * src/targets/apache13/Makefile.am 1.7:
13803: * src/targets/apache13/hook/mod_parser3.c 1.1:
13804: * src/targets/apache13/p3runConfigure.in 1.2:
13805: added
13806:
13807: * src/include/pa_string.h 1.107:
13808: * src/main/pa_string.C 1.108:
13809: restructured string: linked pieces of same language together
13810: prior to String::replace
13811:
13812: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
13813: * src/targets/apache13/mod_parser3.C 1.1:
13814: * src/targets/apache13/p3runConfigure.in 1.1:
13815: * src/targets/apache13/pa_pool.C 1.1:
13816: * src/targets/apache13/pa_threads.C 1.1:
13817: restructured
13818:
13819: * src/classes/string.C 1.80:
13820: * src/classes/table.C 1.126:
13821: * src/include/pa_globals.h 1.67:
13822: * src/include/pa_string.h 1.106:
13823: * src/main/pa_globals.C 1.81:
13824: * src/main/pa_string.C 1.107:
13825: * src/main/untaint.C 1.68:
13826: * src/types/pa_vvoid.h 1.5:
13827: untaint lang origins table fixed.
13828: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
13829:
13830: 2001-10-10 parser
13831: * src/classes/gd/gif.C 1.15:
13832: arc algorithms: commented all bresenhams, algs must be unified
13833: not "perfect"
13834:
13835: * src/classes/gd/gif.C 1.14:
13836: * src/main/compile.tab.C 1.19:
13837: * src/main/compile.y 1.170:
13838: ^a[^b] more informative compile error
13839:
13840: * src/main/compile.tab.C 1.20:
13841: * src/main/compile.y 1.171:
13842: ^a[
13843:
13844: @next_method << now unclosed ] would be reported here
13845:
13846: * src/classes/op.C 1.52:
13847: * src/main/compile.tab.C 1.21:
13848: ^error[msg]
13849:
13850: 2001-10-09 parser
13851: * src/classes/classes.dsp 1.6:
13852: * src/classes/xdoc.C 1.13:
13853: * src/include/pa_stylesheet_connection.h 1.10:
13854: * src/main/main.dsp 1.131:
13855: * src/targets/cgi/parser3.C 1.118:
13856: * src/targets/isapi/parser3isapi.C 1.48:
13857: * src/types/pa_vxdoc.h 1.5:
13858: * src/types/pa_vxnode.h 1.3:
13859: * src/types/types.dsp 1.6:
13860: xalan patches starting
13861:
13862: * src/classes/op.C 1.49:
13863: * src/classes/table.C 1.121:
13864: * src/types/pa_vfile.h 1.35:
13865: * src/types/pa_vimage.h 1.19:
13866: * src/types/pa_vjunction.h 1.8:
13867: * src/types/pa_vxdoc.h 1.4:
13868: * src/types/pa_vxnode.h 1.2:
13869: table:menu & op for delims made allowed not to be code [be
13870: string..]
13871:
13872: * src/Makefile.in 1.23:
13873: * src/Makefile.in 1.24:
13874: * src/classes/Makefile.am 1.23:
13875: * src/classes/Makefile.am 1.24:
13876: * src/classes/Makefile.in 1.20:
13877: * src/classes/Makefile.in 1.21:
13878: * src/classes/gd/Makefile.in 1.17:
13879: * src/classes/gd/Makefile.in 1.18:
13880: * src/main/Makefile.am 1.20:
13881: * src/main/Makefile.in 1.18:
13882: * src/main/Makefile.in 1.19:
13883: * src/targets/Makefile.in 1.17:
13884: * src/targets/Makefile.in 1.18:
13885: * src/targets/apache13/Makefile.in 1.17:
13886: * src/targets/apache13/Makefile.in 1.18:
13887: * src/targets/cgi/Makefile.am 1.19:
13888: * src/targets/cgi/Makefile.in 1.19:
13889: * src/targets/cgi/Makefile.in 1.20:
13890: * src/types/Makefile.am 1.10:
13891: * src/types/Makefile.in 1.16:
13892: * src/types/Makefile.in 1.17:
13893: makes
13894:
13895: * src/targets/cgi/parser3.C 1.119:
13896: * src/targets/isapi/parser3isapi.C 1.49:
13897: xml transform win32 errors intercepted [xalan transformer
13898: patched and incorporated]
13899:
13900: * src/classes/double.C 1.38:
13901: * src/classes/file.C 1.58:
13902: * src/classes/image.C 1.52:
13903: * src/classes/int.C 1.35:
13904: * src/classes/op.C 1.48:
13905: * src/classes/string.C 1.78:
13906: * src/classes/table.C 1.120:
13907: lots of params->as_int/double/as_string/as_junction
13908: as_no_junction messages added
13909:
13910: * src/classes/op.C 1.51:
13911: * src/classes/table.C 1.123:
13912: table.hash[key field;value field(s) string/table] now
13913:
13914: * src/classes/op.C 1.50:
13915: * src/classes/table.C 1.122:
13916: z
13917:
13918: * src/classes/date.C 1.10:
13919: * src/classes/table.C 1.124:
13920: calendar moved to date
13921:
13922: * src/classes/string.C 1.79:
13923: * src/classes/table.C 1.125:
13924: ^string.save[file]
13925:
13926: 2001-10-08 parser
13927: * src/classes/xdoc.C 1.12:
13928: xdoc:load exceptions intercepted [like in set]
13929:
13930: * src/types/pa_vcookie.C 1.25:
13931: removing cookie made more netscape-like way
13932:
13933: * src/classes/image.C 1.48:
13934: * src/include/pa_common.h 1.53:
13935: * src/main/pa_common.C 1.71:
13936: * src/types/pa_vcookie.C 1.26:
13937: cookie urlencoded [netscape doc reread]
13938:
13939: * src/classes/gd/gif.C 1.10:
13940: image.bar now draws (100 100 0 0)
13941:
13942: * src/classes/gd/gif.C 1.11:
13943: * src/classes/gd/mtables.h 1.1:
13944: image:arc image:circle
13945:
13946: * src/classes/gd/gd.dsp 1.13:
13947: * src/classes/gd/gif.C 1.12:
13948: * src/classes/gd/gif.h 1.15:
13949: * src/classes/image.C 1.49:
13950: * src/types/pa_vcookie.C 1.27:
13951: * src/types/pa_vimage.C 1.11:
13952: image:sector
13953: removed image:html internal "line-*" attribs
13954:
13955: * src/classes/file.C 1.57:
13956: * src/classes/form.C 1.17:
13957: * src/main/pa_common.C 1.70:
13958: * src/main/untaint.C 1.67:
13959: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
13960: nonforced [only tainted pieces]
13961:
13962: * src/classes/gd/gif.C 1.13:
13963: * src/classes/image.C 1.50:
13964: image:circle [and round arc] uses Bresenham
13965:
13966: * src/main/untaint.C 1.65:
13967: \r to ' ' in origins mode
13968:
13969: * src/classes/date.C 1.9:
13970: * src/classes/image.C 1.51:
13971: * src/classes/string.C 1.77:
13972: * src/classes/table.C 1.119:
13973: * src/classes/void.C 1.11:
13974: * src/include/pa_request.h 1.102:
13975: params->as_int/double message added
13976:
13977: * src/classes/xdoc.C 1.11:
13978: * src/include/pa_config_fixed.h 1.19:
13979: * src/main/compile.tab.C 1.18:
13980: * src/types/pa_vxdoc.h 1.3:
13981: parsedSource produced by nonstandard liaison freed up
13982:
13983: * src/include/pa_common.h 1.52:
13984: * src/main/pa_common.C 1.69:
13985: * src/main/untaint.C 1.66:
13986: * src/targets/cgi/parser3.C 1.117:
13987: * src/targets/isapi/parser3isapi.C 1.47:
13988: remove_crlf @ SAPI::log
13989:
13990: 2001-10-07 parser
13991: * src/include/pa_config_fixed.h 1.18:
13992: * src/main/compile.tab.C 1.17:
13993: restored project
13994:
13995: 2001-10-05 parser
13996: * src/classes/xdoc.C 1.9:
13997: * src/include/pa_dictionary.h 1.6:
13998: * src/main/main.dsp 1.129:
13999: * src/main/pa_dictionary.C 1.7:
14000: * src/main/pa_string.C 1.106:
14001: * src/types/pa_vxdoc.h 1.2:
14002: started xml errorhandler.
14003: fixed string.replace a little, read @test
14004:
14005: * src/main/pa_charset_connection.C 1.7:
14006: unicode zero pair at the beging of totable appered to be vital
14007:
14008: * src/classes/xdoc.C 1.8:
14009: * src/main/compile.tab.C 1.16:
14010: xdoc.transform now
14011:
14012: * src/doc/doxygen.cfg 1.18:
14013: * src/doc/html2chm.cmd 1.4:
14014: * src/doc/sources2html.cmd 1.4:
14015: paths
14016:
14017: * src/classes/xdoc.C 1.10:
14018: * src/include/pa_pool.h 1.61:
14019: * src/main/main.dsp 1.130:
14020: * src/main/pa_pool.C 1.30:
14021: changed xdoc:set to prevent SAXParseException from outputing to cerr.
14022: lots of "todos"
14023:
14024: * src/main/pa_charset_connection.C 1.8:
14025: * src/main/pa_charset_connection.C 1.9:
14026: ctype another mem clear bugfix
14027:
14028: * src/main/untaint.C 1.64:
14029: http_header tainting more gentle with enquoting now
14030:
14031: * src/main/pa_string.C 1.105:
14032: found replace bug - first_that_starts(char *) does not have
14033: limit, and looks further eos, fixing....
14034:
14035: * src/include/pa_hash.h 1.44:
14036: * src/main/pa_hash.C 1.41:
14037: Hash::size() calculated wrong. fixed it
14038:
14039: * src/Makefile.in 1.22:
14040: * src/main/compile.tab.C 1.15:
14041: * src/main/compile.y 1.169:
14042: disabled ^literals in names
14043: $result[^[$p^]z]
14044: now works fine
14045:
14046: 2001-10-04 parser
14047: * src/classes/image.C 1.47:
14048: ^image.length[text]
14049:
14050: 2001-10-03 parser
14051: * src/main/pa_request.C 1.166:
14052: restored pcre defaulting in request [mindlessly "optimized" yesterday]
14053: comment left
14054:
14055: * src/main/pa_request.C 1.167:
14056: DEFAULT...charset was ignored when !XML
14057:
14058: 2001-10-02 parser
14059: * src/include/pa_request.h 1.101:
14060: * src/main/pa_charset_connection.C 1.4:
14061: * src/main/pa_charset_connection.C 1.5:
14062: * src/main/pa_request.C 1.165:
14063: * src/types/pa_vstring.h 1.36:
14064: pcre tables now const inside
14065: removed default - pcre handles that internally
14066: fixed bug on not-cleaning tables [previously was calloced, now member]
14067:
14068: * src/Makefile.in 1.21:
14069: * src/classes/Makefile.in 1.19:
14070: * src/classes/gd/Makefile.in 1.16:
14071: * src/main/Makefile.in 1.17:
14072: * src/targets/Makefile.in 1.16:
14073: * src/targets/apache13/Makefile.in 1.16:
14074: * src/targets/cgi/Makefile.in 1.18:
14075: * src/types/Makefile.in 1.15:
14076: makes
14077:
14078: * src/include/pa_config_fixed.h 1.17:
14079: * src/main/pa_charset_connection.C 1.3:
14080: tested charset reload on file change @ apache version = OK
14081: tested freeing up prev encoding on adding new = OK
14082:
14083: * src/classes/table.C 1.117:
14084: * src/main/pa_charset_connection.C 1.6:
14085: table:load & charset_connection
14086: #comment now
14087:
14088: * src/classes/classes.dsp 1.5:
14089: * src/types/types.dsp 1.5:
14090: release projects options fixed to use release msvcrt lib
14091:
14092: * src/include/pa_pool.h 1.60:
14093: * src/include/pa_stylesheet_connection.h 1.8:
14094: * src/include/pa_stylesheet_connection.h 1.9:
14095: * src/main/pa_charset_manager.C 1.2:
14096: * src/main/pa_charset_manager.C 1.3:
14097: * src/main/pa_pool.C 1.29:
14098: * src/types/pa_vresponse.h 1.15:
14099: forgot non-xml pool.*charset needed
14100:
14101: * src/classes/table.C 1.118:
14102: # config comments fixed
14103:
14104: 2001-10-01 parser
14105: * src/include/pa_charset_connection.h 1.1:
14106: * src/include/pa_charset_manager.h 1.1:
14107: * src/include/pa_xslt_stylesheet_manager.h 1.4:
14108: * src/main/main.dsp 1.128:
14109: * src/main/pa_charset_connection.C 1.1:
14110: * src/main/pa_charset_manager.C 1.1:
14111: * src/main/pa_request.C 1.164:
14112: charset loading & caching mech 0
14113:
14114: * src/include/pa_stylesheet_connection.h 1.7:
14115: * src/include/pa_xslt_stylesheet_manager.h 1.3:
14116: * src/main/main.dsp 1.127:
14117: * src/main/pa_globals.C 1.80:
14118: * src/main/pa_request.C 1.163:
14119: would make charset loading & caching mech now
14120:
14121: * src/main/pa_charset_connection.C 1.2:
14122: removed entitify external hack [internal installed]
14123:
14124: * src/classes/gd/Makefile.am 1.6:
14125: * src/classes/gd/Makefile.in 1.15:
14126: makes
14127:
14128: * src/main/Makefile.am 1.19:
14129: * src/main/Makefile.in 1.16:
14130: makes+removed dtd
14131:
14132: 2001-09-30 parser
14133: * src/classes/xdoc.C 1.7:
14134: * src/include/pa_request.h 1.100:
14135: * src/main/pa_request.C 1.159:
14136: ctype with unicode 1. todo: no П entities on output somehow
14137:
14138: * src/include/pa_globals.h 1.66:
14139: * src/main/pa_globals.C 1.79:
14140: * src/main/pa_request.C 1.160:
14141: now charsets table configuration variable is: CHARSETS
14142:
14143: * src/main/pa_request.C 1.162:
14144: forgot to fill toTable
14145:
14146: * src/classes/file.C 1.56:
14147: * src/classes/op.C 1.47:
14148: * src/classes/string.C 1.76:
14149: * src/include/pa_request.h 1.99:
14150: * src/main/pa_request.C 1.158:
14151: started ctype with unicode values
14152:
14153: * src/include/pa_config_fixed.h 1.16:
14154: * src/main/pa_request.C 1.161:
14155: started hack_s_maximumCharacterValues to
14156: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
14157:
14158: 2001-09-28 parser
14159: * src/classes/xdoc.C 1.5:
14160: * src/classes/xnode.C 1.3:
14161: xdoc addencoding works! invented a way of user-configuring...
14162: todo: implement
14163:
14164: * src/classes/mail.C 1.40:
14165: * src/classes/op.C 1.46:
14166: * src/classes/xdoc.C 1.6:
14167: * src/include/pa_stylesheet_connection.h 1.6:
14168: * src/main/pa_request.C 1.157:
14169: letter body string passed AS-IS now
14170:
14171: 2001-09-27 parser
14172: * src/classes/classes.dsp 1.4:
14173: * src/classes/gd/gd.dsp 1.12:
14174: * src/classes/gd/gifio.C 1.14:
14175: * src/classes/smtp/smtp.dsp 1.10:
14176: * src/classes/xdoc.C 1.3:
14177: * src/main/main.dsp 1.126:
14178: * src/targets/cgi/parser3.dsp 1.30:
14179: * src/targets/isapi/parser3isapi.dsp 1.23:
14180: * src/types/types.dsp 1.4:
14181: win32 ident make system so not to rebuild library [ident.C.new]
14182:
14183: * src/classes/table.C 1.116:
14184: table.sort changed to sort table itself
14185:
14186: * src/classes/xdoc.C 1.4:
14187: * src/targets/isapi/parser3isapi.dsp 1.24:
14188: X^.getElementsByTagName[tagname] = array of xnode
14189: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
14190: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
14191:
14192: win32build system: solved long waiting anti-non-started-apache problem
14193:
14194: 2001-09-26 parser
14195: * src/Makefile.am 1.11:
14196: * src/classes/Makefile.am 1.22:
14197: * src/classes/Makefile.in 1.18:
14198: * src/classes/gd/Makefile.am 1.5:
14199: * src/classes/gd/Makefile.in 1.14:
14200: * src/main/Makefile.am 1.18:
14201: * src/main/Makefile.in 1.15:
14202: * src/targets/Makefile.in 1.15:
14203: * src/targets/apache13/Makefile.in 1.15:
14204: * src/targets/cgi/Makefile.am 1.18:
14205: * src/targets/cgi/Makefile.in 1.17:
14206: * src/types/Makefile.am 1.9:
14207: * src/types/Makefile.in 1.14:
14208: makes with clases.awk
14209:
14210: * src/include/pa_config_fixed.h 1.14:
14211: * src/targets/cgi/parser3.C 1.114:
14212: * src/targets/isapi/parser3isapi.C 1.45:
14213: #ifdef SMTP
14214:
14215: * src/classes/classes.C 1.9:
14216: * src/classes/classes.awk 1.3:
14217: * src/classes/classes.dsp 1.1:
14218: * src/classes/classes.h 1.12:
14219: * src/classes/date.C 1.8:
14220: * src/classes/dnode.C 1.6:
14221: * src/classes/dnode.h 1.2:
14222: * src/classes/dom.C 1.35:
14223: * src/classes/double.C 1.37:
14224: * src/classes/file.C 1.55:
14225: * src/classes/form.C 1.16:
14226: * src/classes/gd/gd.dsp 1.10:
14227: * src/classes/gd/gif.C 1.9:
14228: * src/classes/gd/gif.h 1.14:
14229: * src/classes/gd/gifio.C 1.13:
14230: * src/classes/hash.C 1.19:
14231: * src/classes/image.C 1.46:
14232: * src/classes/int.C 1.34:
14233: * src/classes/mail.C 1.39:
14234: * src/classes/math.C 1.6:
14235: * src/classes/op.C 1.45:
14236: * src/classes/response.C 1.14:
14237: * src/classes/smtp/comms.C 1.4:
14238: * src/classes/smtp/smtp.C 1.4:
14239: * src/classes/smtp/smtp.dsp 1.8:
14240: * src/classes/smtp/smtp.h 1.4:
14241: * src/classes/string.C 1.75:
14242: * src/classes/table.C 1.115:
14243: * src/classes/void.C 1.10:
14244: * src/include/pa_array.h 1.44:
14245: * src/include/pa_common.h 1.51:
14246: * src/include/pa_config_fixed.h 1.13:
14247: * src/include/pa_config_includes.h 1.11:
14248: * src/include/pa_dictionary.h 1.5:
14249: * src/include/pa_dir.h 1.5:
14250: * src/include/pa_exception.h 1.13:
14251: * src/include/pa_exec.h 1.3:
14252: * src/include/pa_globals.h 1.65:
14253: * src/include/pa_request.h 1.98:
14254: * src/include/pa_sapi.h 1.13:
14255: * src/include/pa_socks.h 1.4:
14256: * src/include/pa_sql_connection.h 1.13:
14257: * src/include/pa_sql_driver_manager.h 1.12:
14258: * src/include/pa_stack.h 1.10:
14259: * src/include/pa_string.h 1.105:
14260: * src/include/pa_stylesheet_connection.h 1.5:
14261: * src/include/pa_table.h 1.35:
14262: * src/include/pa_threads.h 1.17:
14263: * src/include/pa_types.h 1.26:
14264: * src/include/pa_xslt_stylesheet_manager.h 1.2:
14265: * src/main/compile.C 1.50:
14266: * src/main/compile.y 1.168:
14267: * src/main/compile_tools.C 1.38:
14268: * src/main/compile_tools.h 1.50:
14269: * src/main/execute.C 1.192:
14270: * src/main/main.dsp 1.124:
14271: * src/main/pa_array.C 1.39:
14272: * src/main/pa_common.C 1.68:
14273: * src/main/pa_dictionary.C 1.6:
14274: * src/main/pa_dir.C 1.7:
14275: * src/main/pa_exception.C 1.16:
14276: * src/main/pa_exec.C 1.14:
14277: * src/main/pa_globals.C 1.78:
14278: * src/main/pa_hash.C 1.40:
14279: * src/main/pa_pool.C 1.28:
14280: * src/main/pa_request.C 1.156:
14281: * src/main/pa_socks.C 1.6:
14282: * src/main/pa_sql_driver_manager.C 1.38:
14283: * src/main/pa_string.C 1.104:
14284: * src/main/pa_table.C 1.38:
14285: * src/main/pa_xslt_stylesheet_manager.C 1.4:
14286: * src/main/untaint.C 1.63:
14287: * src/sql/pa_sql_driver.h 1.17:
14288: * src/targets/cgi/pa_pool.C 1.23:
14289: * src/targets/cgi/pa_threads.C 1.3:
14290: * src/targets/cgi/parser3.C 1.113:
14291: * src/targets/cgi/parser3.dsp 1.29:
14292: * src/targets/isapi/pa_pool.C 1.7:
14293: * src/targets/isapi/pa_threads.C 1.3:
14294: * src/targets/isapi/parser3isapi.C 1.44:
14295: * src/targets/isapi/parser3isapi.dsp 1.22:
14296: * src/targets/isapi/pool_storage.h 1.9:
14297: * src/types/pa_valiased.C 1.10:
14298: * src/types/pa_valiased.h 1.14:
14299: * src/types/pa_value.h 1.74:
14300: * src/types/pa_vbool.h 1.13:
14301: * src/types/pa_vclass.h 1.19:
14302: * src/types/pa_vcode_frame.h 1.8:
14303: * src/types/pa_vcookie.C 1.24:
14304: * src/types/pa_vcookie.h 1.12:
14305: * src/types/pa_vdate.h 1.5:
14306: * src/types/pa_vdnode.C 1.8:
14307: * src/types/pa_vdnode.h 1.3:
14308: * src/types/pa_vdom.C 1.3:
14309: * src/types/pa_vdom.h 1.14:
14310: * src/types/pa_vdouble.h 1.26:
14311: * src/types/pa_venv.h 1.17:
14312: * src/types/pa_vfile.C 1.22:
14313: * src/types/pa_vfile.h 1.34:
14314: * src/types/pa_vform.C 1.39:
14315: * src/types/pa_vform.h 1.25:
14316: * src/types/pa_vimage.C 1.10:
14317: * src/types/pa_vimage.h 1.18:
14318: * src/types/pa_vint.h 1.27:
14319: * src/types/pa_vjunction.h 1.7:
14320: * src/types/pa_vmath.h 1.3:
14321: * src/types/pa_vmethod_frame.h 1.16:
14322: * src/types/pa_vobject.h 1.11:
14323: * src/types/pa_vrequest.C 1.10:
14324: * src/types/pa_vrequest.h 1.11:
14325: * src/types/pa_vresponse.h 1.14:
14326: * src/types/pa_vstateless_class.C 1.10:
14327: * src/types/pa_vstateless_class.h 1.17:
14328: * src/types/pa_vstateless_object.h 1.11:
14329: * src/types/pa_vstring.C 1.11:
14330: * src/types/pa_vstring.h 1.35:
14331: * src/types/pa_vtable.C 1.6:
14332: * src/types/pa_vtable.h 1.33:
14333: * src/types/pa_vvoid.h 1.4:
14334: * src/types/pa_wcontext.C 1.9:
14335: * src/types/pa_wcontext.h 1.17:
14336: * src/types/pa_wwrapper.h 1.11:
14337: * src/types/types.dsp 1.1:
14338: added ident.awk and main.dsp splitted to main+classes+types
14339: along to .am
14340:
14341: * src/classes/classes.dsp 1.2:
14342: * src/classes/dnode.C 1.7:
14343: * src/classes/dnode.h 1.3:
14344: * src/classes/dom.C 1.36:
14345: * src/classes/xdoc.C 1.1:
14346: * src/classes/xnode.C 1.1:
14347: * src/classes/xnode.h 1.1:
14348: * src/main/compile.tab.C 1.14:
14349: * src/types/pa_vdnode.C 1.9:
14350: * src/types/pa_vdnode.h 1.4:
14351: * src/types/pa_vdom.C 1.4:
14352: * src/types/pa_vdom.h 1.15:
14353: * src/types/pa_vxdoc.C 1.1:
14354: * src/types/pa_vxdoc.h 1.1:
14355: * src/types/pa_vxnode.C 1.1:
14356: * src/types/pa_vxnode.h 1.1:
14357: * src/types/types.dsp 1.2:
14358: xdoc&xnode now
14359:
14360: * src/classes/classes.dsp 1.3:
14361: * src/classes/gd/gd.dsp 1.11:
14362: * src/classes/smtp/smtp.dsp 1.9:
14363: * src/classes/xdoc.C 1.2:
14364: * src/classes/xnode.C 1.2:
14365: * src/classes/xnode.h 1.2:
14366: * src/include/pa_config_fixed.h 1.15:
14367: * src/main/main.dsp 1.125:
14368: * src/targets/cgi/parser3.C 1.115:
14369: * src/targets/cgi/parser3.C 1.116:
14370: * src/targets/isapi/parser3isapi.C 1.46:
14371: * src/types/pa_vxnode.C 1.2:
14372: * src/types/types.dsp 1.3:
14373: z
14374:
14375: * src/classes/classes.cmd 1.4:
14376: * src/main/main.dsp 1.123:
14377: * src/targets/cgi/parser3.dsp 1.28:
14378: moved classes.inc generation on win32 to main.dsp
14379:
14380: * src/classes/classes.C 1.10:
14381: forgot one non-xml check
14382:
14383: * src/classes/Makefile.am 1.21:
14384: removed useless var
14385:
14386: 2001-09-25 parser
14387: * src/Makefile.am 1.10:
14388: * src/Makefile.in 1.20:
14389: * src/classes/Makefile.am 1.20:
14390: * src/classes/Makefile.in 1.17:
14391: * src/classes/dom.C 1.34:
14392: * src/classes/gd/Makefile.am 1.4:
14393: * src/classes/gd/Makefile.in 1.13:
14394: * src/include/pa_stylesheet_connection.h 1.4:
14395: * src/main/Makefile.am 1.17:
14396: * src/main/Makefile.in 1.14:
14397: * src/main/pa_pool.C 1.27:
14398: * src/targets/Makefile.in 1.14:
14399: * src/targets/apache13/Makefile.in 1.14:
14400: * src/targets/cgi/Makefile.am 1.17:
14401: * src/targets/cgi/Makefile.in 1.16:
14402: * src/types/Makefile.am 1.8:
14403: * src/types/Makefile.in 1.13:
14404: * src/types/pa_vdom.h 1.13:
14405: xml configure makes
14406:
14407: * src/include/pa_config_auto.h.in 1.7:
14408: xml on linux[elik] works! no 1251 though, todo ICU
14409:
14410: 2001-09-24 parser
14411: * src/types/pa_vfile.h 1.33:
14412: * src/types/pa_vimage.h 1.17:
14413: * src/types/pa_vstring.h 1.34:
14414: fiew wrong resolved conflicts fixed [const]
14415:
14416: * src/Makefile.in 1.19:
14417: * src/classes/Makefile.am 1.19:
14418: * src/classes/Makefile.in 1.16:
14419: * src/classes/gd/Makefile.in 1.12:
14420: * src/include/pa_config_auto.h.in 1.6:
14421: * src/main/Makefile.in 1.13:
14422: * src/targets/Makefile.in 1.13:
14423: * src/targets/apache13/Makefile.in 1.13:
14424: * src/types/Makefile.am 1.7:
14425: * src/types/Makefile.in 1.12:
14426: makes
14427:
14428: * src/targets/cgi/Makefile.am 1.16:
14429: * src/targets/cgi/Makefile.in 1.15:
14430: makefiles
14431:
14432: * src/types/pa_value.h 1.73:
14433: * src/types/pa_vdnode.C 1.7:
14434: * src/types/pa_vtable.C 1.5:
14435: * src/types/pa_vvoid.h 1.3:
14436: z
14437:
14438: * src/types/pa_vclass.h 1.18:
14439: * src/types/pa_vhash.h 1.20:
14440: * src/types/pa_vhash.h 1.21:
14441: * src/types/pa_vtable.h 1.32:
14442: fixed small bugs with usinge hash/table in expressions
14443:
14444: * src/classes/classes.cmd 1.3:
14445: * src/classes/gd/gd.dsp 1.9:
14446: * src/classes/gd/gif.C 1.8:
14447: * src/classes/gd/gif.h 1.13:
14448: * src/classes/image.C 1.45:
14449: * src/classes/op.C 1.44:
14450: * src/classes/table.C 1.114:
14451: * src/include/pa_request.h 1.97:
14452: * src/include/pa_sapi.h 1.12:
14453: * src/main/compile.C 1.49:
14454: * src/main/compile.tab.C 1.13:
14455: * src/main/compile.y 1.167:
14456: * src/main/compile_tools.h 1.49:
14457: * src/main/main.dsp 1.122:
14458: * src/main/pa_common.C 1.67:
14459: * src/main/pa_sql_driver_manager.C 1.37:
14460: * src/targets/cgi/parser3.C 1.112:
14461: * src/targets/cgi/parser3.dsp 1.27:
14462: * src/types/pa_value.h 1.72:
14463: * src/types/pa_vbool.h 1.12:
14464: * src/types/pa_vdate.h 1.4:
14465: * src/types/pa_vdouble.h 1.25:
14466: * src/types/pa_vform.C 1.38:
14467: * src/types/pa_vhash.h 1.19:
14468: * src/types/pa_vimage.h 1.16:
14469: * src/types/pa_vint.h 1.26:
14470: * src/types/pa_vstring.h 1.33:
14471: * src/types/pa_vtable.h 1.31:
14472: * src/types/pa_vvoid.h 1.2:
14473: merged3 with before_xml
14474: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
14475:
14476: * src/Makefile.am 1.7:
14477: * src/Makefile.am 1.8:
14478: * src/Makefile.am 1.9:
14479: * src/main/Makefile.am 1.16:
14480: * src/targets/Makefile.am 1.7:
14481: * src/targets/apache13/Makefile.am 1.5:
14482: * src/targets/cgi/Makefile.am 1.15:
14483: * src/targets/cgi/pa_pool.C 1.22:
14484: started unix makes update
14485:
14486: 2001-09-21 parser
14487: * src/classes/gd/gd.dsp 1.8:
14488: * src/classes/smtp/smtp.dsp 1.7:
14489: * src/main/main.dsp 1.121:
14490: * src/targets/cgi/parser3.dsp 1.26:
14491: * src/targets/isapi/parser3isapi.dsp 1.21:
14492: updated project files [/ sadly produced "" in make file and
14493: sadly wrong interpreted on load]
14494:
14495: * src/include/pa_pool.h 1.56:
14496: * src/main/pa_pool.C 1.24:
14497: checked whether transcoder were created right
14498: "unsupported encoding" message.
14499: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
14500:
14501: reduced transcode buffer size to 60
14502: fixed pool cleanup - no registration needed, pools are officially destructured
14503:
14504: * src/classes/dom.C 1.29:
14505: * src/classes/dom.C 1.30:
14506: * src/classes/dom.C 1.31:
14507: * src/classes/dom.C 1.32:
14508: * src/include/pa_pool.h 1.57:
14509: * src/include/pa_pool.h 1.58:
14510: * src/main/pa_pool.C 1.25:
14511: * src/types/pa_vdnode.C 1.5:
14512: * src/types/pa_vresponse.h 1.12:
14513: defaulted dom writing methods encoding to pool.get_charset
14514:
14515: * src/classes/classes.C 1.8:
14516: * src/classes/date.C 1.7:
14517: * src/classes/dnode.C 1.5:
14518: * src/classes/dom.C 1.33:
14519: * src/classes/file.C 1.54:
14520: * src/classes/form.C 1.15:
14521: * src/classes/gd/gd.dsp 1.6:
14522: * src/classes/gd/gif.C 1.7:
14523: * src/classes/gd/gifio.C 1.12:
14524: * src/classes/int.C 1.33:
14525: * src/classes/mail.C 1.38:
14526: * src/classes/smtp/comms.C 1.3:
14527: * src/classes/smtp/smtp.C 1.3:
14528: * src/classes/smtp/smtp.dsp 1.5:
14529: * src/doc/doxygen.cfg 1.16:
14530: * src/include/pa_config_fixed.h 1.12:
14531: * src/include/pa_pool.h 1.59:
14532: * src/main/main.dsp 1.119:
14533: * src/main/pa_globals.C 1.76:
14534: * src/main/pa_pool.C 1.26:
14535: * src/main/pa_request.C 1.155:
14536: * src/main/pa_xslt_stylesheet_manager.C 1.3:
14537: * src/targets/cgi/pa_pool.C 1.21:
14538: * src/targets/cgi/pa_threads.C 1.2:
14539: * src/targets/cgi/parser3.dsp 1.24:
14540: * src/targets/isapi/pa_pool.C 1.6:
14541: * src/targets/isapi/pa_threads.C 1.2:
14542: * src/targets/isapi/parser3isapi.dsp 1.19:
14543: * src/types/pa_valiased.C 1.9:
14544: * src/types/pa_vcookie.C 1.23:
14545: * src/types/pa_vdnode.C 1.6:
14546: * src/types/pa_vdom.C 1.2:
14547: * src/types/pa_vfile.C 1.21:
14548: * src/types/pa_vform.C 1.37:
14549: * src/types/pa_vimage.C 1.9:
14550: * src/types/pa_vrequest.C 1.9:
14551: * src/types/pa_vresponse.h 1.13:
14552: * src/types/pa_vstateless_class.C 1.9:
14553: * src/types/pa_vstring.C 1.10:
14554: * src/types/pa_vtable.C 1.4:
14555: * src/types/pa_wcontext.C 1.8:
14556: zillions of #ifdef XML
14557: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
14558: first, will join latest changes
14559:
14560: * src/Makefile.in 1.18:
14561: * src/classes/classes.h 1.11:
14562: * src/classes/gd/gd.dsp 1.7:
14563: * src/classes/gd/gif.h 1.12:
14564: * src/classes/hash.C 1.18:
14565: * src/classes/op.C 1.43:
14566: * src/classes/smtp/smtp.dsp 1.6:
14567: * src/classes/table.C 1.113:
14568: * src/doc/doxygen.cfg 1.17:
14569: * src/include/pa_common.h 1.50:
14570: * src/include/pa_globals.h 1.64:
14571: * src/include/pa_request.h 1.96:
14572: * src/include/pa_sapi.h 1.11:
14573: * src/include/pa_sql_driver_manager.h 1.11:
14574: * src/include/pa_string.h 1.104:
14575: * src/main/compile.tab.C 1.12:
14576: * src/main/main.dsp 1.120:
14577: * src/main/pa_common.C 1.66:
14578: * src/main/pa_exec.C 1.13:
14579: * src/main/pa_globals.C 1.77:
14580: * src/targets/cgi/parser3.dsp 1.25:
14581: * src/targets/isapi/parser3isapi.dsp 1.20:
14582: merged with before_xml
14583:
14584: 2001-09-20 parser
14585: * src/classes/dnode.C 1.3:
14586: * src/classes/dom.C 1.26:
14587: * src/targets/cgi/parser3.dsp 1.22:
14588: * src/types/pa_vstring.h 1.32:
14589: dnode .file .string .save moved back to dom due to strange
14590: xalan bug
14591:
14592: * src/main/pa_pool.C 1.23:
14593: * src/main/pa_request.C 1.154:
14594: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
14595: charset[here]]
14596:
14597: * src/classes/dom.C 1.27:
14598: dom. string save file
14599: moved output xml options to last param and made it optional
14600:
14601: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
14602: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
14603: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
14604: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
14605: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
14606: table/hash can be used in expression context now, there value = size
14607: and boolean value size!=0
14608:
14609: * src/classes/dnode.C 1.4:
14610: * src/classes/dom.C 1.28:
14611: * src/classes/gd/gd.dsp 1.5:
14612: * src/classes/smtp/smtp.dsp 1.4:
14613: * src/include/pa_config_includes.h 1.10:
14614: * src/include/pa_globals.h 1.63:
14615: * src/include/pa_pool.h 1.55:
14616: * src/main/main.dsp 1.118:
14617: * src/main/pa_globals.C 1.75:
14618: * src/main/pa_pool.C 1.22:
14619: * src/targets/cgi/parser3.dsp 1.23:
14620: * src/targets/isapi/parser3isapi.C 1.43:
14621: * src/targets/isapi/parser3isapi.dsp 1.18:
14622: * src/types/pa_vdnode.C 1.4:
14623: * src/types/pa_vdnode.h 1.2:
14624: * src/types/pa_vresponse.h 1.11:
14625: Pool::transcode 0
14626:
14627: * src/types/pa_vdnode.C 1.3:
14628: !$elementnode.attributes = hash of dnodes
14629: !$attributenode.specified = boolean
14630: true if the attribute received its value explicitly in the XML document,
14631: or if a value was assigned programatically with the setValue function.
14632: false if the attribute value came from the default value declared in the document's DTD.
14633: !$pinode.target = target of this processing instruction
14634: XML defines this as being the first token following the markup
14635: that begins the processing instruction.
14636: XPath:
14637: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
14638: !^node.select-single[xpath/query/expression] = first node if any
14639:
14640: * src/classes/image.C [before_xml] 1.40.4.4:
14641: 20K preload on jpg measure [image::measure]
14642:
14643: * src/types/pa_value.h [before_xml] 1.70.4.2:
14644: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
14645: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
14646: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
14647: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
14648: * src/types/pa_vint.h [before_xml] 1.25.4.1:
14649: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
14650: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
14651: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
14652: some 'const's added
14653:
14654: 2001-09-18 parser
14655: * src/classes/dnode.C 1.2:
14656: * src/classes/dom.C 1.25:
14657: * src/classes/gd/gif.C 1.6:
14658: * src/classes/gd/gif.h 1.11:
14659: * src/classes/hash.C 1.17:
14660: * src/classes/image.C 1.44:
14661: * src/classes/op.C 1.42:
14662: * src/classes/table.C 1.112:
14663: * src/include/pa_common.h 1.49:
14664: * src/include/pa_globals.h 1.62:
14665: * src/include/pa_request.h 1.95:
14666: * src/include/pa_sql_driver_manager.h 1.10:
14667: * src/main/compile.C 1.48:
14668: * src/main/compile.tab.C 1.11:
14669: * src/main/compile.y 1.166:
14670: * src/main/compile_tools.h 1.48:
14671: * src/main/execute.C 1.191:
14672: * src/main/pa_common.C 1.65:
14673: * src/main/pa_request.C 1.153:
14674: * src/main/pa_sql_driver_manager.C 1.36:
14675: * src/main/pa_string.C 1.103:
14676: * src/main/pa_table.C 1.37:
14677: * src/targets/cgi/parser3.C 1.111:
14678: * src/targets/cgi/parser3.dsp 1.21:
14679: * src/targets/isapi/parser3isapi.C 1.42:
14680: * src/types/pa_value.h 1.71:
14681: * src/types/pa_vform.C 1.36:
14682: * src/types/pa_vform.h 1.24:
14683: * src/types/pa_vhash.h 1.18:
14684: * src/types/pa_vimage.C 1.8:
14685: * src/types/pa_vimage.h 1.15:
14686: * src/types/pa_vtable.h 1.30:
14687: merged latest bugfixes from before_xml branch
14688: ^if(def $hash) now true only when ^hash:_count[]!=0
14689: moved
14690: .string .save .file from dom to dnode
14691:
14692: * src/classes/dnode.C 1.1:
14693: * src/classes/dnode.h 1.1:
14694: * src/main/main.dsp 1.117:
14695: * src/types/pa_vdnode.C 1.1:
14696: * src/types/pa_vdnode.h 1.1:
14697: dom, dnode 0
14698:
14699: * src/types/pa_vdnode.C 1.2:
14700: * src/types/pa_vdom.h 1.12:
14701: * src/types/pa_vhash.h 1.17:
14702: * src/types/pa_vtable.h 1.29:
14703: dom, dnode 1
14704:
14705: * src/classes/image.C [before_xml] 1.40.4.3:
14706: * src/main/pa_string.C [before_xml] 1.102.2.2:
14707: * src/main/pa_table.C [before_xml] 1.36.2.1:
14708: image: poly* fixed
14709:
14710: * src/classes/op.C [before_xml] 1.41.4.2:
14711: * src/main/execute.C [before_xml] 1.190.4.2:
14712: operators self changed to root
14713: ^for variable context changed to self
14714:
14715: 2001-09-17 parser
14716: * src/classes/classes.h 1.10:
14717: * src/classes/dom.C 1.23:
14718: * src/classes/hash.C 1.16:
14719: * src/include/pa_stylesheet_connection.h 1.3:
14720: * src/main/main.dsp 1.115:
14721: * src/targets/cgi/pa_pool.C 1.20:
14722: * src/types/pa_vdom.h 1.10:
14723: * src/types/pa_vfile.h 1.32:
14724: * src/types/pa_vimage.h 1.14:
14725: started
14726: dnode
14727: DOM:
14728: $node.name
14729: $node.value
14730: ...others...
14731: ^node.xpath[/rates/USD] = hash
14732: dom(dnode)
14733:
14734: * src/classes/dom.C 1.24:
14735: * src/main/main.dsp 1.116:
14736: * src/main/pa_globals.C 1.74:
14737: * src/types/pa_vdom.h 1.11:
14738: started dnode+dom
14739:
14740: dnode
14741: DOM methods:
14742: $node.name
14743: $node.value
14744: ...others...
14745:
14746: ^node.xpath[/rates/USD] = hash
14747: $hash[
14748: $.0[node0]
14749: $.1[node1]
14750: ]
14751:
14752: * src/classes/gd/gif.C [before_xml] 1.5.8.2:
14753: * src/classes/gd/gif.h [before_xml] 1.10.4.2:
14754: * src/classes/image.C [before_xml] 1.40.4.2:
14755: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
14756: $image.line-style
14757: now applies to all linear primitives
14758:
14759: * src/classes/hash.C [before_xml] 1.15.4.1:
14760: * src/main/compile.C [before_xml] 1.47.4.1:
14761: * src/main/compile.tab.C [before_xml] 1.10.4.2:
14762: * src/main/compile.y [before_xml] 1.165.4.2:
14763: * src/main/compile_tools.h [before_xml] 1.47.4.2:
14764: * src/main/execute.C [before_xml] 1.190.4.1:
14765: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
14766: expressions unary+
14767: ^hash.count[]
14768: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
14769:
14770: 2001-09-15 parser
14771: * src/classes/gd/gif.C [before_xml] 1.5.8.1:
14772: * src/classes/gd/gif.h [before_xml] 1.10.4.1:
14773: * src/classes/image.C [before_xml] 1.40.4.1:
14774: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
14775: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
14776: image: $line-width ^line(...)[**** style]
14777:
14778: * src/classes/dom.C 1.21:
14779: * src/classes/image.C 1.43:
14780: * src/include/pa_pool.h 1.53:
14781: * src/include/pa_stylesheet_connection.h 1.2:
14782: * src/main/main.dsp 1.114:
14783: * src/targets/cgi/pa_pool.C 1.18:
14784: * src/targets/isapi/pa_pool.C 1.4:
14785: * src/targets/isapi/pool_storage.h 1.5:
14786: * src/types/pa_vdom.C 1.1:
14787: * src/types/pa_vdom.h 1.8:
14788: xalan objects freed up [introducing Pool::register_cleanup]
14789:
14790: * src/doc/doxygen.cfg 1.15:
14791: * src/include/pa_sapi.h 1.10:
14792: * src/types/pa_vdom.h 1.7:
14793: comments
14794:
14795: * src/classes/dom.C 1.22:
14796: * src/targets/isapi/parser3isapi.C 1.41:
14797: * src/targets/isapi/pool_storage.h 1.8:
14798: * src/types/pa_vdom.h 1.9:
14799: fixed bug in isapi pool_storage -
14800: cleanups first, allocations second.
14801: apache wisely does just like that
14802:
14803: * src/targets/isapi/parser3isapi.C 1.40:
14804: * src/targets/isapi/pool_storage.h 1.7:
14805: pool_storage rewritten using template, no bugs now
14806:
14807: * src/include/pa_pool.h 1.54:
14808: * src/main/pa_pool.C 1.21:
14809: * src/targets/cgi/pa_pool.C 1.19:
14810: * src/targets/isapi/pa_pool.C 1.5:
14811: * src/targets/isapi/parser3isapi.C 1.39:
14812: * src/targets/isapi/parser3isapi.dsp 1.17:
14813: * src/targets/isapi/pool_storage.h 1.6:
14814: poorly started isapi pool_storage, would rewrite using template now
14815:
14816: 2001-09-14 parser
14817: * src/classes/dom.C 1.20:
14818: * src/classes/file.C 1.53:
14819: * src/classes/image.C 1.42:
14820: * src/classes/mail.C 1.37:
14821: * src/include/pa_common.h 1.48:
14822: * src/include/pa_sql_driver_manager.h 1.9:
14823: * src/include/pa_string.h 1.103:
14824: * src/include/pa_stylesheet_connection.h 1.1:
14825: * src/include/pa_xslt_stylesheet_manager.h 1.1:
14826: * src/main/main.dsp 1.113:
14827: * src/main/pa_common.C 1.64:
14828: * src/main/pa_exec.C 1.12:
14829: * src/main/pa_globals.C 1.73:
14830: * src/main/pa_sql_driver_manager.C 1.34:
14831: * src/main/pa_xslt_stylesheet_manager.C 1.1:
14832: * src/main/untaint.C 1.62:
14833: * src/types/pa_vfile.C 1.20:
14834: dom.xslt stylesheet compiled&cached
14835:
14836: * src/main/pa_sql_driver_manager.C 1.35:
14837: * src/main/pa_xslt_stylesheet_manager.C 1.2:
14838: z
14839:
14840: 2001-09-13 parser
14841: * src/classes/dom.C 1.18:
14842: dom:file content-type(.method)
14843:
14844: * src/classes/dom.C 1.19:
14845: * src/classes/file.C 1.52:
14846: * src/classes/image.C 1.41:
14847: * src/types/pa_vfile.C 1.19:
14848: * src/types/pa_vfile.h 1.31:
14849: ^dom.file[] charset
14850:
14851: * src/include/pa_globals.h [before_xml] 1.61.4.1:
14852: * src/include/pa_request.h [before_xml] 1.94.4.1:
14853: * src/main/pa_request.C [before_xml] 1.152.4.2:
14854: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
14855: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
14856: ParserRootConfig .../parser3.conf
14857: ParserSiteConfig .../parser3.conf
14858:
14859: cgi&isapi looks for {configure|c:\windows}/parser3.conf
14860:
14861: * src/include/pa_common.h [before_xml] 1.47.4.1:
14862: * src/include/pa_globals.h [before_xml] 1.61.4.2:
14863: * src/main/pa_common.C [before_xml] 1.63.4.1:
14864: * src/main/pa_request.C [before_xml] 1.152.4.3:
14865: $MAIN:CLASS_PATH now
14866: can be string now
14867: more informative error messages
14868:
14869: 2001-09-12 parser
14870: * src/main/compile.y [before_xml] 1.165.4.1:
14871: * src/main/compile_tools.h [before_xml] 1.47.4.1:
14872: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
14873: introduced special LS_NAME_SQUARE_PART state
14874:
14875: * src/main/compile.tab.C [before_xml] 1.10.4.1:
14876: fixed - subname code parts actually [] braced
14877:
14878: * src/classes/op.C [before_xml] 1.41.4.1:
14879: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
14880: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
14881: ^connect[]
14882: ^connect[aaa]
14883: more precise error reporting:
14884: "connection string must start with protocol://"
14885: now
14886:
14887: 2001-09-11 parser
14888: * src/types/pa_vdom.h 1.5:
14889: messages
14890:
14891: * src/classes/dom.C 1.16:
14892: * src/types/pa_vdom.h 1.6:
14893: ^dom:set[<some>xml</some>]
14894:
14895: * src/classes/dom.C 1.17:
14896: * src/include/pa_string.h 1.102:
14897: * src/main/pa_globals.C 1.72:
14898: * src/main/untaint.C 1.61:
14899: ^dom:set{<some>xml</some>} default language XML
14900: languages+=xml
14901:
14902: * src/classes/dom.C 1.14:
14903: * src/classes/dom.C 1.15:
14904: ^dom:save/string/file[output options]
14905: output options:
14906: $.method[xml|html|text] detection fixed
14907:
14908: 2001-09-10 parser
14909: * src/classes/dom.C 1.4:
14910: * src/main/main.dsp 1.110:
14911: * src/types/pa_vform.C 1.35:
14912: * src/types/pa_vform.h 1.23:
14913: ^dom.save[b.xml] 0
14914:
14915: * src/classes/dom.C 1.9:
14916: ^dom.file[encoding] = file
14917:
14918: * src/classes/dom.C 1.12:
14919: ^dom.xslt[stylesheet filename][params hash added]
14920:
14921: * src/classes/dom.C 1.10:
14922: * src/main/main.dsp 1.111:
14923: * src/types/pa_vdom.h 1.3:
14924: ^dom.xslt[stylesheet filename] -1 doc is lying
14925:
14926: * src/classes/dom.C 1.11:
14927: * src/main/main.dsp 1.112:
14928: * src/types/pa_vdom.h 1.4:
14929: ^dom.xslt[stylesheet filename] 0
14930:
14931: * src/classes/dom.C 1.5:
14932: ^dom.save[b.xml] 1:error handling
14933:
14934: * src/classes/dom.C 1.13:
14935: ^dom:save/string/file[output options]
14936: output options:
14937: $.method[xml|html|text] $.encoding[windows-1251|...]
14938:
14939: * src/classes/dom.C 1.6:
14940: ^dom.string[] 0
14941:
14942: * src/classes/dom.C 1.7:
14943: * src/classes/dom.C 1.8:
14944: ^dom.string[encoding] 1
14945: ^dom.save[encoding;filename]
14946:
14947: 2001-09-08 parser
14948: * src/types/pa_vform.C [before_xml] 1.33.2.3:
14949: $form:tables.name.field
14950:
14951: 2001-09-07 parser
14952: * src/classes/dom.C 1.3:
14953: * src/types/pa_value.h [before_xml] 1.70.4.1:
14954: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
14955: (def $table) is false when table is empty
14956:
14957: * src/main/pa_request.C [before_xml] 1.152.4.1:
14958: * src/types/pa_vform.C [before_xml] 1.33.2.2:
14959: * src/types/pa_vform.h [before_xml] 1.22.2.2:
14960: !$form:tables
14961: $atable[$form:tables.a]
14962: ^atable.menu{a=$atable.element}[,]
14963:
14964: * src/classes/dom.C 1.1:
14965: file dom.C was initially added on branch xalan1_2.
14966:
14967: * src/main/pa_exception.C 1.15:
14968: * src/types/pa_vform.C 1.32:
14969: getting FIRST form element [not last]
14970:
14971: * src/classes/table.C [before_xml] 1.110.4.1:
14972: table:empty removed, superceded by ^if(def $table)...
14973:
14974: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
14975: * src/types/pa_vform.C [before_xml] 1.33.2.1:
14976: * src/types/pa_vform.h [before_xml] 1.22.2.1:
14977: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
14978: !$form:fields
14979:
14980: * src/include/pa_hash.h 1.43:
14981: * src/main/pa_hash.C 1.39:
14982: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
14983: * src/types/pa_vfile.h 1.30:
14984: * src/types/pa_vform.C 1.33:
14985: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
14986: * src/types/pa_vform.h 1.22:
14987: z
14988:
14989: * src/Makefile.in [xalan1_2] 1.16.2.1:
14990: * src/classes/dom.C [xalan1_2] 1.1.2.1:
14991: * src/classes/table.C [xalan1_2] 1.110.2.1:
14992: * src/main/main.dsp [xalan1_2] 1.108.2.1:
14993: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
14994: introducing dom. dom:load[a.xml]
14995:
14996: * src/main/pa_string.C [before_xml] 1.102.2.1:
14997: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
14998: is 0]
14999:
15000: * src/Makefile.in 1.17:
15001: * src/classes/dom.C 1.2:
15002: * src/classes/table.C 1.111:
15003: * src/main/main.dsp 1.109:
15004: * src/types/pa_vdom.h 1.2:
15005: * src/types/pa_vform.C 1.34:
15006: merged with successful start of dom
15007:
15008: * src/types/pa_vdom.h 1.1:
15009: file pa_vdom.h was initially added on branch xalan1_2.
15010:
15011: 2001-09-06 parser
15012: * src/doc/doxygen.cfg 1.14:
15013: merged new default options from 1.2.10 doxygen
15014:
15015: * src/classes/hash.C 1.15:
15016: * src/include/pa_globals.h 1.61:
15017: * src/main/pa_globals.C 1.71:
15018: * src/types/pa_vhash.h 1.16:
15019: now there's special hash key '_default' [instead of ^_default method]
15020: $hash[
15021: $.a[1]
15022: $.b[2]
15023: $._default[xx]
15024: ]
15025: $hash.c
15026:
15027: * src/types/pa_vform.C 1.30:
15028: * src/types/pa_vform.C 1.31:
15029: a=1&a=2 would result in $form:a being a table with one column '
15030: element' and two rows: 1 and 2
15031:
15032: * src/classes/gd/gifio.C 1.11:
15033: * src/classes/image.C 1.40:
15034: * src/classes/op.C 1.41:
15035: * src/classes/string.C 1.74:
15036: * src/classes/table.C 1.110:
15037: * src/doc/doxygen.cfg 1.13:
15038: * src/targets/isapi/parser3isapi.C 1.38:
15039: * src/types/pa_vtable.C 1.3:
15040: few #ifndef DOXYGEN
15041:
15042: * src/classes/void.C 1.9:
15043: * src/main/pa_string.C 1.102:
15044: * src/main/pa_table.C 1.36:
15045: fixed up bad int/double conversions, and now $form:nonexistent
15046: int(88) would return 88
15047:
15048: * src/main/compile.tab.C 1.10:
15049: * src/main/compile.y 1.165:
15050: ^if(0){}{ ^if(1){}^; }
15051: bug fixed [thanks, fif], ^; were treated there non-literally
15052:
15053: 2001-09-05 parser
15054: * src/classes/string.C 1.73:
15055: * src/classes/table.C 1.109:
15056: sql options can be void [same as image:html the other day]
15057:
15058: * src/classes/mail.C 1.36:
15059: MAIN:MAIL check fixed
15060:
15061: * src/Makefile.in 1.16:
15062: * src/classes/Makefile.in 1.15:
15063: * src/classes/gd/Makefile.in 1.11:
15064: * src/main/Makefile.in 1.12:
15065: * src/targets/cgi/Makefile.in 1.14:
15066: * src/types/Makefile.in 1.11:
15067: makes
15068:
15069: * src/main/pa_sql_driver_manager.C 1.33:
15070: * src/sql/pa_sql_driver.h 1.16:
15071: * src/targets/cgi/parser3.C 1.110:
15072: #define STRINGIZE(name) #name
15073: does not macro expantion on param, simply qoutes whatever passed, undone
15074:
15075: * src/main/pa_sql_driver_manager.C 1.30:
15076: * src/sql/pa_sql_driver.h 1.14:
15077: SQL_DRIVER_CREATE_FUNC_NAME
15078:
15079: * src/main/pa_sql_driver_manager.C 1.32:
15080: * src/sql/pa_sql_driver.h 1.15:
15081: * src/targets/cgi/Makefile.am 1.13:
15082: * src/targets/cgi/parser3.C 1.109:
15083: #define STRINGIZE(name) #name
15084: invented
15085:
15086: * src/targets/cgi/Makefile.am 1.14:
15087: .am undo
15088:
15089: * src/classes/op.C 1.40:
15090: * src/include/pa_sql_driver_manager.h 1.8:
15091: * src/main/pa_sql_driver_manager.C 1.31:
15092: #define MAIN_SQL_NAME "SQL"
15093: #define MAIN_SQL_DRIVERS_NAME "drivers"
15094:
15095: moved to be availible to all users
15096:
15097: 2001-09-04 parser
15098: * src/targets/cgi/parser3.C 1.106:
15099: zz
15100:
15101: * src/include/pa_config_auto.h.in 1.5:
15102: * src/targets/Makefile.in 1.12:
15103: * src/targets/apache13/Makefile.in 1.12:
15104: * src/targets/cgi/Makefile.am 1.12:
15105: * src/targets/cgi/Makefile.in 1.13:
15106: * src/targets/cgi/parser3.C 1.102:
15107: configure --sysconfdir=sysadmin-controlled auto.p location for
15108: targets/cgi/parser3, default[/usr/local/etc]
15109:
15110: * src/Makefile.in 1.15:
15111: * src/include/pa_config_auto.h.in 1.4:
15112: * src/targets/apache13/Makefile.in 1.11:
15113: * src/targets/cgi/Makefile.in 1.12:
15114: makes
15115:
15116: * src/targets/isapi/parser3isapi.C 1.37:
15117: z
15118:
15119: * src/targets/cgi/parser3.C 1.104:
15120: zzz
15121:
15122: * src/targets/cgi/parser3.C 1.108:
15123: full_file_spec bug
15124:
15125: * src/classes/image.C 1.39:
15126: image.html now can accept void params
15127:
15128: * src/classes/date.C 1.5:
15129: date:sql-string is now without ''
15130:
15131: * src/classes/date.C 1.6:
15132: date
15133:
15134: * src/targets/cgi/parser3.C 1.107:
15135: getenvcheck
15136:
15137: 2001-09-03 parser
15138: * src/targets/cgi/parser3.C 1.101:
15139: /configure cgi SYSCONFDIR
15140:
15141: 2001-09-01 parser
15142: * src/classes/image.C 1.38:
15143: letter_spacing
15144:
15145: * src/classes/image.C 1.36:
15146: image: as_int as_string used
15147:
15148: * src/classes/image.C 1.37:
15149: image: font params changed
15150:
15151: * src/types/pa_vmethod_frame.h 1.15:
15152: $result[] now gets properly analized
15153:
15154: 2001-08-31 parser
15155: * src/Makefile.in 1.14:
15156: * src/include/pa_dir.h 1.4:
15157: * src/targets/Makefile.in 1.11:
15158: * src/targets/cgi/parser3.C 1.99:
15159: compiled under cygwin
15160:
15161: * src/targets/cgi/parser3.C 1.100:
15162: z
15163:
15164: * src/classes/void.C 1.8:
15165: void:int/double += (default)
15166:
15167: * src/classes/string.C 1.72:
15168: * src/classes/table.C 1.108:
15169: string:int/double (defaults)
15170:
15171: * src/classes/image.C 1.35:
15172: image:font added space param
15173: image:font changed charwidth alg, added kerning const[for now]
15174:
15175: 2001-08-29 parser
15176: * src/main/pa_exception.C 1.14:
15177: exception redundant debug info
15178:
15179: 2001-08-28 parser
15180: * src/classes/table.C 1.107:
15181: NO_STRING_ORIGIN check
15182:
15183: * src/classes/string.C 1.71:
15184: * src/include/pa_dictionary.h 1.2:
15185: * src/include/pa_string.h 1.101:
15186: * src/main/pa_dictionary.C 1.4:
15187: * src/main/pa_string.C 1.101:
15188: * src/main/untaint.C 1.59:
15189: pa_directory speeded up. moved zero 'from' check to directory constructor.
15190: string:replace
15191:
15192: * src/Makefile.in 1.13:
15193: makes
15194:
15195: * src/Makefile.in 1.12:
15196: * src/classes/Makefile.in 1.13:
15197: * src/classes/gd/Makefile.in 1.9:
15198: * src/main/Makefile.in 1.10:
15199: * src/targets/Makefile.in 1.10:
15200: * src/targets/apache13/Makefile.in 1.9:
15201: * src/targets/cgi/Makefile.in 1.10:
15202: * src/types/Makefile.in 1.9:
15203: makefiles
15204:
15205: * src/classes/file.C 1.51:
15206: * src/main/pa_common.C 1.63:
15207: file:move autocreate/remove dest/src dir
15208:
15209: * src/main/compile.C 1.47:
15210: NO_STRING_ORIGIN check2
15211:
15212: * src/classes/image.C 1.33:
15213: image: gifsize little endian
15214:
15215: * src/targets/apache13/Makefile.am 1.4:
15216: COMPILE_APACHE13_MODULE
15217:
15218: * src/include/pa_dictionary.h 1.4:
15219: * src/main/pa_dictionary.C 1.5:
15220: * src/main/pa_sql_driver_manager.C 1.29:
15221: NO_STRING_ORIGIN check3
15222:
15223: * src/include/pa_dictionary.h 1.3:
15224: gcc: ../include/pa_dictionary.h:19: storage class specifiers
15225: invalid in friend function declarations
15226:
15227: * src/targets/apache13/Makefile.am 1.3:
15228: configure to skip apache
15229:
15230: * src/classes/Makefile.in 1.14:
15231: * src/classes/gd/Makefile.in 1.10:
15232: * src/main/Makefile.in 1.11:
15233: * src/targets/apache13/Makefile.in 1.10:
15234: * src/targets/cgi/Makefile.in 1.11:
15235: * src/types/Makefile.in 1.10:
15236: make.ins
15237:
15238: * src/classes/op.C 1.39:
15239: * src/main/compile.tab.C 1.9:
15240: * src/main/pa_dir.C 1.6:
15241: * src/main/untaint.C 1.60:
15242: * src/targets/cgi/parser3.C 1.98:
15243: * src/targets/isapi/parser3isapi.C 1.36:
15244: strncpy forced with zero ending in case of limit
15245:
15246: * src/classes/gd/gif.h 1.10:
15247: * src/classes/gd/gifio.C 1.10:
15248: #endif /*some comments removed*/
15249:
15250: * src/classes/image.C 1.34:
15251: image error msgs
15252:
15253: * src/classes/Makefile.am 1.18:
15254: * src/classes/gd/Makefile.am 1.3:
15255: * src/main/Makefile.am 1.15:
15256: * src/targets/cgi/Makefile.am 1.11:
15257: * src/types/Makefile.am 1.6:
15258: .am-s
15259:
15260: * src/doc/doxygen.cfg 1.12:
15261: doxygen conf removed some garbage from under doxygeneration
15262:
15263: 2001-08-27 parser
15264: * src/Makefile.in 1.11:
15265: * src/classes/Makefile.in 1.12:
15266: * src/classes/gd/Makefile.in 1.8:
15267: * src/main/Makefile.in 1.9:
15268: * src/main/pa_common.C 1.61:
15269: * src/main/pa_exception.C 1.12:
15270: * src/main/pa_sql_driver_manager.C 1.28:
15271: * src/targets/Makefile.in 1.9:
15272: * src/targets/apache13/Makefile.in 1.8:
15273: * src/targets/cgi/Makefile.am 1.10:
15274: * src/targets/cgi/Makefile.in 1.9:
15275: * src/types/Makefile.in 1.8:
15276: configure for solaris -lsocket
15277:
15278: * src/classes/image.C 1.31:
15279: * src/classes/image.C 1.32:
15280: fixed jpgsize alg
15281:
15282: * src/main/pa_request.C 1.152:
15283: * src/targets/cgi/parser3.C 1.97:
15284: parser3 test.html [auto.p from current dir loading]
15285:
15286: * src/main/pa_exception.C 1.13:
15287: z
15288:
15289: * src/main/pa_common.C 1.62:
15290: removed debug info from pa_common
15291:
15292: 2001-08-24 parser
15293: * src/targets/cgi/parser3.C 1.95:
15294: not cgi extra \n 2
15295:
15296: * src/classes/file.C 1.50:
15297: * src/classes/form.C 1.14:
15298: * src/classes/mail.C 1.35:
15299: * src/classes/table.C 1.106:
15300: fiew non-pool mallocs fixed
15301:
15302: * src/targets/cgi/parser3.C 1.96:
15303: not cgi extra \n 3
15304:
15305: * src/sql/pa_sql_driver.h 1.13:
15306: sql* removed services from disconnect - cross-request ideological probs.
15307: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
15308:
15309: * src/targets/cgi/parser3.C 1.94:
15310: not cgi extra \n
15311:
15312: * src/main/pa_sql_driver_manager.C 1.27:
15313: z
15314:
15315: * src/include/pa_sql_connection.h 1.12:
15316: * src/main/pa_sql_driver_manager.C 1.26:
15317: sql* removed services from disconnect - cross-request
15318: ideological probs.
15319:
15320: 2001-08-23 parser
15321: * src/main/pa_sql_driver_manager.C 1.25:
15322: oracle: dlink
15323:
15324: * src/classes/file.C 1.49:
15325: minor bug in file:save fixed
15326:
15327: 2001-08-22 parser
15328: * src/classes/file.C 1.48:
15329: * src/main/compile.tab.C 1.8:
15330: * src/types/pa_vfile.C 1.18:
15331: * src/types/pa_vfile.h 1.29:
15332: file:load|save[text|binary;
15333:
15334: * src/main/compile.tab.C 1.7:
15335: * src/main/compile.y 1.164:
15336: ^method[]^[^] literals []
15337:
15338: 2001-08-21 parser
15339: * src/classes/file.C 1.47:
15340: * src/classes/table.C 1.105:
15341: ^file:list
15342:
15343: 2001-08-20 parser
15344: * src/main/compile.tab.C 1.6:
15345: * src/main/compile.y 1.163:
15346: * src/main/pa_sql_driver_manager.C 1.24:
15347: * src/types/pa_value.h 1.70:
15348: * src/types/pa_vbool.h 1.11:
15349: * src/types/pa_vdouble.h 1.24:
15350: * src/types/pa_vint.h 1.25:
15351: var(123) ^var.inc[] recousively caused problems: inc incremeted
15352: 123 literal!! fixed
15353:
15354: 2001-08-10 parser
15355: * src/classes/table.C 1.101:
15356: * src/include/pa_table.h 1.34:
15357: * src/main/pa_table.C 1.35:
15358: table.sort now creates new sorted table
15359:
15360: * src/main/compile.tab.C 1.3:
15361: * src/main/compile.tab.C 1.4:
15362: * src/main/compile.y 1.160:
15363: * src/main/compile.y 1.161:
15364: (codes) name part syntax added
15365:
15366: * src/main/compile.tab.C 1.5:
15367: * src/main/compile.y 1.162:
15368: [codes] name part syntax now
15369:
15370: * src/main/pa_string.C 1.100:
15371: string.match hanged on. there were a hang check but it weren't wise enough
15372:
15373: @parse[dateString][tmp]
15374: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
15375: $tmp.1 $tmp.2
15376: #end
15377:
15378: @main[]
15379: ^parse[2001-02-03]
15380:
15381: * src/classes/table.C 1.102:
15382: * src/classes/table.C 1.103:
15383: table:sort now default desc
15384:
15385: * src/types/pa_value.h 1.69:
15386: * src/types/pa_vstring.h 1.30:
15387: * src/types/pa_vstring.h 1.31:
15388: string now def only when ne ''
15389:
15390: * src/main/pa_request.C 1.150:
15391: * src/main/pa_request.C 1.151:
15392: wanted to make
15393: const int MAX_EXECUTE_SECONDS=1;
15394:
15395: but couldnt, set_callback_and_alarm appeared to be not exported :(
15396:
15397: * src/classes/table.C 1.104:
15398: table:sort restored [it was bad test :(]
15399:
15400: 2001-08-09 parser
15401: * src/main/pa_string.C 1.99:
15402: $a[010] now ^if($a==10){true}
15403: were octal
15404:
15405: * src/main/Makefile.am 1.14:
15406: .am
15407:
15408: * src/classes/void.C 1.6:
15409: * src/classes/void.C 1.7:
15410: void: int double copy/paste from int: bug fixed
15411:
15412: * src/classes/hash.C 1.14:
15413: hash:_default now [was hash:default]
15414:
15415: * src/types/pa_vcookie.C 1.22:
15416: cookie name&value origins added, more precise $ORIGINS(1)
15417:
15418: * src/classes/op.C 1.38:
15419: case without switch check added
15420:
15421: * src/main/Makefile.in 1.8:
15422: make.in
15423:
15424: 2001-08-07 parser
15425: * src/classes/math.C 1.5:
15426: * src/main/pa_request.C 1.149:
15427: math:random fixed. win32 srand made working
15428:
15429: * src/classes/double.C 1.36:
15430: * src/classes/int.C 1.32:
15431: * src/classes/string.C 1.70:
15432: * src/classes/table.C 1.100:
15433: * src/include/pa_globals.h 1.60:
15434: * src/main/pa_globals.C 1.70:
15435: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
15436: string, table
15437:
15438: 2001-08-06 parser
15439: * src/classes/hash.C 1.13:
15440: hash:keys renamed to hash:_keys :(
15441:
15442: * src/main/pa_exec.C 1.10:
15443: exec win32 real filename
15444:
15445: * src/classes/file.C 1.46:
15446: exec stderr out
15447:
15448: * src/classes/mail.C 1.34:
15449: * src/classes/op.C 1.37:
15450: * src/include/pa_array.h 1.43:
15451: * src/include/pa_globals.h 1.59:
15452: * src/include/pa_hash.h 1.42:
15453: * src/include/pa_request.h 1.94:
15454: * src/main/compile.tab.C 1.2:
15455: * src/main/compile.y 1.159:
15456: * src/main/pa_array.C 1.38:
15457: * src/main/pa_dictionary.C 1.3:
15458: * src/main/pa_exec.C 1.11:
15459: * src/main/pa_globals.C 1.69:
15460: * src/main/pa_hash.C 1.38:
15461: * src/main/pa_request.C 1.148:
15462: * src/main/pa_string.C 1.98:
15463: class_path
15464:
15465: 2001-08-03 parser
15466: * src/classes/table.C 1.99:
15467: * src/types/pa_vtable.h 1.28:
15468: vtable.locks killed
15469:
15470: 2001-08-02 parser
15471: * src/classes/classes.h 1.9:
15472: * src/classes/op.C 1.36:
15473: * src/include/pa_globals.h 1.58:
15474: * src/main/execute.C 1.188:
15475: * src/main/pa_globals.C 1.66:
15476: * src/main/pa_globals.C 1.67:
15477: found another multithread bug in op.C (last, last global var
15478: killed) :)
15479:
15480: * src/main/pa_dictionary.C 1.2:
15481: * src/main/pa_globals.C 1.68:
15482: memset dictionary minor bug fixed
15483:
15484: * src/classes/string.C 1.69:
15485: * src/classes/table.C 1.98:
15486: * src/include/pa_array.h 1.42:
15487: * src/main/execute.C 1.190:
15488: * src/main/pa_exec.C 1.9:
15489: introducing Array_iter
15490:
15491: * src/main/execute.C 1.189:
15492: detected quick_get recursion bug. changed to get@execute, but
15493: needs array iterator, separate from array to avoid it & use caching
15494:
15495: 2001-08-01 parser
15496: * src/include/pa_dictionary.h 1.1:
15497: * src/include/pa_globals.h 1.57:
15498: * src/include/pa_string.h 1.100:
15499: * src/main/main.dsp 1.107:
15500: * src/main/pa_dictionary.C 1.1:
15501: * src/main/pa_globals.C 1.65:
15502: * src/main/pa_request.C 1.147:
15503: * src/main/pa_string.C 1.97:
15504: * src/main/untaint.C 1.58:
15505: speeded up typo-html replacements. introducing Dictionary with
15506: first-char caching
15507:
15508: 2001-07-31 parser
15509: * src/types/Makefile.am 1.5:
15510: pa_vtable.C added to .am
15511:
15512: * src/main/compile.tab.C 1.1:
15513: added, so that could be compiled even on non-bison-enabled platforms
15514:
15515: 2001-07-28 parser
15516: * src/main/compile.y 1.158:
15517: * src/main/untaint.C 1.57:
15518: bug fix @ untaint when \r skipped \n
15519:
15520: * src/classes/table.C 1.97:
15521: table:hash always produces hash, when can't - empty
15522:
15523: 2001-07-27 parser
15524: * src/classes/double.C 1.35:
15525: * src/classes/int.C 1.31:
15526: * src/classes/string.C 1.68:
15527: provided meaningful msg on int/double/string :sql without
15528: result and default
15529:
15530: 2001-07-26 parser
15531: * src/include/pa_opcode.h 1.6:
15532: * src/main/compile.y 1.156:
15533: * src/main/execute.C 1.187:
15534: hash creation syntax problem persists. restored $: for a while.
15535: thinking of $man[$.age[zzz]] syntax now
15536:
15537: * src/classes/op.C 1.35:
15538: fixed bad multithread bug with strangly global OP
15539:
15540: * src/main/compile.y 1.157:
15541: $man[$.age[zzz]] 0
15542:
15543: * src/include/pa_opcode.h 1.4:
15544: * src/main/compile.C 1.45:
15545: * src/main/compile.y 1.154:
15546: * src/main/compile_tools.h 1.46:
15547: * src/main/execute.C 1.185:
15548: * src/main/pa_request.C 1.146:
15549: * src/types/pa_vmethod_frame.h 1.13:
15550: introducing ::
15551: this is constructor call prefix.
15552: ordinary : remains for static accesses
15553:
15554: * src/classes/double.C 1.34:
15555: * src/classes/int.C 1.30:
15556: * src/classes/string.C 1.67:
15557: * src/include/pa_opcode.h 1.5:
15558: * src/main/compile.C 1.46:
15559: * src/main/compile.y 1.155:
15560: * src/main/compile_tools.h 1.47:
15561: * src/main/execute.C 1.186:
15562: * src/types/pa_vcode_frame.h 1.7:
15563: * src/types/pa_vmethod_frame.h 1.14:
15564: * src/types/pa_wcontext.h 1.16:
15565: * src/types/pa_wwrapper.h 1.10:
15566: fixing :: realization #1
15567:
15568: 2001-07-25 parser
15569: * src/classes/table.C 1.95:
15570: * src/main/main.dsp 1.106:
15571: * src/types/pa_vtable.C 1.1:
15572: * src/types/pa_vtable.h 1.27:
15573: ^table.record[] now $table.fields
15574:
15575: * src/types/pa_vtable.C 1.2:
15576: table: get_element order changeed. now:
15577: 1. fields
15578: 2. methods
15579: 3. columns
15580:
15581: * src/types/pa_vdouble.h 1.23:
15582: * src/types/pa_vint.h 1.24:
15583: odbc: no result queries; quote.
15584: optimized double&int tostring-s
15585:
15586: * src/classes/string.C 1.66:
15587: * src/include/pa_globals.h 1.56:
15588: * src/main/execute.C 1.183:
15589: * src/main/pa_globals.C 1.64:
15590: match replace code context moved to implicit $match context
15591:
15592: * src/main/compile.C 1.44:
15593: * src/main/compile.y 1.153:
15594: * src/main/compile_tools.h 1.45:
15595: allowed whitespace before first method decl
15596:
15597: * src/include/pa_opcode.h 1.3:
15598: * src/main/compile.y 1.149:
15599: * src/main/compile_tools.C 1.37:
15600: * src/main/compile_tools.h 1.43:
15601: * src/main/execute.C 1.182:
15602: with killed, code storage introduced with former 'with' syntax
15603:
15604: * src/main/compile.y 1.150:
15605: * src/main/compile.y 1.151:
15606: * src/main/execute.C 1.184:
15607: $var[] is now empty string, not void
15608:
15609: * src/main/compile.C 1.43:
15610: * src/main/compile.y 1.152:
15611: * src/main/compile_tools.h 1.44:
15612: allowed empty lines before first method decl
15613:
15614: * src/classes/table.C 1.96:
15615: allowed nontable result in table:sql, results in empty table
15616:
15617: 2001-07-24 parser
15618: * src/main/compile.C 1.42:
15619: * src/main/execute.C 1.181:
15620: * src/main/pa_string.C 1.96:
15621: * src/types/pa_value.h 1.68:
15622: first get_element, next get operator
15623:
15624: * src/classes/file.C 1.45:
15625: * src/include/pa_common.h 1.47:
15626: * src/main/pa_common.C 1.60:
15627: file:move
15628:
15629: * src/main/compile.y 1.148:
15630: removed @end handling
15631:
15632: * src/main/pa_common.C 1.59:
15633: file_read close @ eof when imgsize bug fixed
15634:
15635: * src/main/compile.C 1.41:
15636: * src/main/compile.y 1.147:
15637: @end handling method2
15638:
15639: 2001-07-23 parser
15640: * src/main/pa_sql_driver_manager.C 1.23:
15641: * src/sql/pa_sql_driver.h 1.12:
15642: sql odbc driver
15643:
15644: * src/classes/hash.C 1.11:
15645: * src/classes/hash.C 1.12:
15646: * src/classes/string.C 1.65:
15647: * src/classes/table.C 1.94:
15648: * src/classes/void.C 1.5:
15649: * src/include/pa_sql_connection.h 1.11:
15650: * src/sql/pa_sql_driver.h 1.11:
15651: changed sql driver query interface
15652:
15653: 2001-07-20 parser
15654: * src/types/pa_vrequest.C 1.8:
15655: X!$browser:type
15656:
15657: * src/classes/file.C 1.44:
15658: * src/classes/string.C 1.64:
15659: * src/include/pa_string.h 1.99:
15660: * src/main/execute.C 1.180:
15661: * src/main/pa_string.C 1.95:
15662: * src/types/pa_valiased.C 1.8:
15663: * src/types/pa_valiased.h 1.13:
15664: * src/types/pa_value.h 1.67:
15665: * src/types/pa_vclass.h 1.17:
15666: * src/types/pa_vcookie.h 1.11:
15667: * src/types/pa_vdate.h 1.3:
15668: * src/types/pa_vfile.h 1.28:
15669: * src/types/pa_vform.h 1.21:
15670: * src/types/pa_vhash.h 1.15:
15671: * src/types/pa_vmath.h 1.2:
15672: * src/types/pa_vobject.h 1.10:
15673: * src/types/pa_vrequest.C 1.7:
15674: * src/types/pa_vstateless_class.h 1.16:
15675: * src/types/pa_vstateless_object.h 1.10:
15676: only ^class:method dynamic calls allowed.
15677: ^BASE.method call disabled.
15678: BASE element globally removed
15679:
15680: 2001-07-18 parser
15681: * src/Makefile.am 1.6:
15682: * src/Makefile.in 1.10:
15683: * src/classes/Makefile.am 1.17:
15684: * src/classes/gd/Makefile.am 1.2:
15685: * src/main/Makefile.am 1.13:
15686: * src/targets/Makefile.am 1.6:
15687: * src/targets/apache13/Makefile.am 1.2:
15688: * src/targets/cgi/Makefile.am 1.9:
15689: * src/types/Makefile.am 1.4:
15690: removed $id from *.in *.am
15691:
15692: * src/classes/file.C 1.43:
15693: file:exec/cgi msg
15694:
15695: * src/main/pa_request.C 1.145:
15696: * src/main/untaint.C 1.56:
15697: ORIGINS langs name abbrevations
15698:
15699: * src/classes/file.C 1.42:
15700: $file:exit-code renamed to 'status'
15701:
15702: * src/classes/date.C 1.4:
15703: * src/classes/mail.C 1.33:
15704: * src/classes/math.C 1.4:
15705: * src/classes/string.C 1.63:
15706: * src/classes/table.C 1.93:
15707: * src/include/pa_globals.h 1.55:
15708: * src/include/pa_string.h 1.98:
15709: * src/main/execute.C 1.179:
15710: * src/main/pa_globals.C 1.63:
15711: * src/main/pa_request.C 1.144:
15712: * src/main/pa_string.C 1.94:
15713: * src/main/untaint.C 1.55:
15714: * src/types/pa_value.h 1.66:
15715: * src/types/pa_vdouble.h 1.22:
15716: * src/types/pa_vfile.h 1.27:
15717: * src/types/pa_vint.h 1.23:
15718: * src/types/pa_vstring.C 1.9:
15719: * src/types/pa_vstring.h 1.29:
15720: $ORIGINS(1) output tracing mode
15721:
15722: * src/classes/Makefile.in 1.11:
15723: * src/classes/gd/Makefile.in 1.7:
15724: * src/main/Makefile.in 1.7:
15725: * src/targets/Makefile.in 1.8:
15726: * src/targets/apache13/Makefile.in 1.7:
15727: * src/targets/cgi/Makefile.in 1.8:
15728: * src/types/Makefile.in 1.7:
15729: $id in .in's from .am's removed
15730:
15731: * src/classes/file.C 1.41:
15732: * src/main/pa_exec.C 1.8:
15733: file:exec
15734:
15735: 2001-07-17 parser
15736: * src/Makefile.in 1.9:
15737: * src/classes/Makefile.in 1.10:
15738: == wrong
15739:
15740: 2001-07-13 parser
15741: * src/main/execute.C 1.175:
15742: * src/main/pa_request.C 1.142:
15743: order of MAIN parents was wrong, fixed
15744:
15745: * src/classes/double.C 1.33:
15746: * src/classes/int.C 1.29:
15747: * src/classes/string.C 1.62:
15748: * src/include/pa_request.h 1.92:
15749: * src/include/pa_request.h 1.93:
15750: * src/main/execute.C 1.176:
15751: * src/main/execute.C 1.177:
15752: * src/main/execute.C 1.178:
15753: * src/main/pa_request.C 1.143:
15754: auto.p[@auto], /news/auto.p[no @auto], so that initializing
15755: second would not call first @auto
15756:
15757: 2001-07-12 parser
15758: * src/types/pa_value.h 1.65:
15759: pa_value.putelement modification of system classes prevented
15760:
15761: 2001-07-11 parser
15762: * src/classes/string.C 1.61:
15763: * src/doc/sources2html.cmd 1.3:
15764: lr split now yelds table $piece
15765:
15766: * src/classes/file.C 1.40:
15767: * src/include/pa_common.h 1.46:
15768: * src/main/pa_common.C 1.58:
15769: * src/types/pa_vstateless_class.h 1.15:
15770: $file created by file:state += .atime .mtime .ctime
15771: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
15772:
15773: 2001-07-09 parser
15774: * src/main/untaint.C 1.54:
15775: qp wrong name
15776:
15777: * src/classes/date.C 1.3:
15778: * src/classes/string.C 1.60:
15779: * src/classes/table.C 1.92:
15780: * src/main/compile.y 1.146:
15781: date format 0
15782:
15783: 2001-07-07 parser
15784: * src/classes/Makefile.am 1.16:
15785: * src/classes/date.C 1.1:
15786: * src/classes/file.C 1.39:
15787: * src/classes/hash.C 1.10:
15788: * src/classes/image.C 1.30:
15789: * src/classes/mail.C 1.32:
15790: * src/classes/math.C 1.3:
15791: * src/classes/op.C 1.34:
15792: * src/classes/string.C 1.59:
15793: * src/classes/table.C 1.90:
15794: * src/classes/void.C 1.4:
15795: * src/include/pa_request.h 1.91:
15796: * src/main/main.dsp 1.105:
15797: * src/types/pa_value.h 1.64:
15798: * src/types/pa_vdate.h 1.1:
15799: * src/types/pa_wcontext.C 1.7:
15800: date now set $fields roll string. todo: sql, calendar
15801:
15802: * src/classes/date.C 1.2:
15803: * src/classes/table.C 1.91:
15804: * src/include/pa_common.h 1.45:
15805: * src/include/pa_string.h 1.97:
15806: * src/main/pa_common.C 1.57:
15807: * src/types/pa_vdate.h 1.2:
15808: date roll
15809: table calendar
15810:
15811: 2001-07-06 parser
15812: * src/classes/math.C 1.2:
15813: * src/include/pa_request.h 1.90:
15814: * src/main/execute.C 1.174:
15815: * src/main/main.dsp 1.104:
15816: * src/main/pa_request.C 1.141:
15817: * src/types/pa_vmath.h 1.1:
15818: math 0
15819:
15820: 2001-07-03 parser
15821: * src/classes/Makefile.am 1.15:
15822: * src/classes/math.C 1.1:
15823: * src/classes/op.C 1.33:
15824: * src/classes/random.C 1.15:
15825: * src/main/main.dsp 1.103:
15826: class random renamed to math, operators became methods
15827:
15828: * src/classes/op.C 1.32:
15829: pow sqrt
15830:
15831: * src/classes/op.C 1.31:
15832: * src/main/execute.C 1.173:
15833: sin asin cos acos tan atan
15834:
15835: 2001-07-02 parser
15836: * src/classes/hash.C 1.9:
15837: ^hash.keys[]
15838:
15839: * src/classes/table.C 1.88:
15840: * src/main/pa_table.C 1.34:
15841: ^table:columns[]
15842:
15843: * src/classes/table.C 1.89:
15844: ^table.columns column renamed from 'name' to 'column'
15845:
15846: * src/main/compile.y 1.145:
15847: * src/main/compile_tools.h 1.42:
15848: in expressions now allowed 'strings'
15849:
15850: 2001-06-29 parser
15851: * src/main/execute.C 1.171:
15852: * src/main/execute.C 1.172:
15853: /0 %0 checkes ver 2
15854:
15855: * src/classes/table.C 1.87:
15856: empty strings @ sql
15857:
15858: * src/Makefile.in 1.8:
15859: * src/classes/Makefile.in 1.9:
15860: makes
15861:
15862: * src/classes/Makefile.am 1.14:
15863: nothing - void
15864:
15865: * src/main/execute.C 1.170:
15866: /0 %0 checke
15867:
15868: 2001-06-28 parser
15869: * src/classes/double.C 1.32:
15870: * src/classes/file.C 1.38:
15871: * src/classes/form.C 1.13:
15872: * src/classes/hash.C 1.8:
15873: * src/classes/image.C 1.29:
15874: * src/classes/int.C 1.28:
15875: * src/classes/mail.C 1.31:
15876: * src/classes/op.C 1.30:
15877: * src/classes/random.C 1.14:
15878: * src/classes/response.C 1.13:
15879: * src/classes/string.C 1.58:
15880: * src/classes/table.C 1.86:
15881: * src/classes/void.C 1.3:
15882: * src/main/compile.C 1.40:
15883: * src/main/compile.y 1.144:
15884: * src/main/compile_tools.C 1.36:
15885: * src/main/execute.C 1.169:
15886: * src/main/pa_array.C 1.37:
15887: * src/main/pa_common.C 1.56:
15888: * src/main/pa_dir.C 1.5:
15889: * src/main/pa_exception.C 1.11:
15890: * src/main/pa_exec.C 1.7:
15891: * src/main/pa_globals.C 1.62:
15892: * src/main/pa_hash.C 1.37:
15893: * src/main/pa_pool.C 1.20:
15894: * src/main/pa_request.C 1.140:
15895: * src/main/pa_socks.C 1.5:
15896: * src/main/pa_sql_driver_manager.C 1.22:
15897: * src/main/pa_string.C 1.93:
15898: * src/main/pa_table.C 1.33:
15899: * src/main/untaint.C 1.53:
15900: * src/targets/cgi/parser3.C 1.93:
15901: * src/targets/isapi/parser3isapi.C 1.35:
15902: */
1.23 ! paf 15903: static const char *RCSId="$Id: ChangeLog,v 1.21.2.4.2.1 2003/06/26 11:51:27 paf Exp $";
1.15 paf 15904:
15905: * src/main/compile.y 1.142:
15906: * src/main/compile_tools.h 1.41:
15907: $:name: == ${name}:
15908: $class:name: == ${class:name}:
15909:
15910: * src/classes/string.C 1.56:
15911: exactly one
15912:
15913: * src/classes/double.C 1.31:
15914: * src/classes/file.C 1.37:
15915: * src/classes/form.C 1.12:
15916: * src/classes/hash.C 1.7:
15917: * src/classes/image.C 1.28:
15918: * src/classes/int.C 1.27:
15919: * src/classes/mail.C 1.30:
15920: * src/classes/op.C 1.29:
15921: * src/classes/random.C 1.13:
15922: * src/classes/response.C 1.12:
15923: * src/classes/string.C 1.57:
15924: * src/classes/table.C 1.85:
15925: * src/classes/void.C 1.2:
15926: * src/main/compile.C 1.39:
15927: * src/main/compile.y 1.143:
15928: * src/main/compile_tools.C 1.35:
15929: * src/main/execute.C 1.168:
15930: * src/main/pa_array.C 1.36:
15931: * src/main/pa_common.C 1.55:
15932: * src/main/pa_dir.C 1.4:
15933: * src/main/pa_exception.C 1.10:
15934: * src/main/pa_exec.C 1.6:
15935: * src/main/pa_globals.C 1.61:
15936: * src/main/pa_hash.C 1.36:
15937: * src/main/pa_pool.C 1.19:
15938: * src/main/pa_request.C 1.139:
15939: * src/main/pa_socks.C 1.4:
15940: * src/main/pa_sql_driver_manager.C 1.21:
15941: * src/main/pa_string.C 1.92:
15942: * src/main/pa_table.C 1.32:
15943: * src/main/untaint.C 1.52:
15944: * src/targets/cgi/parser3.C 1.92:
15945: * src/targets/isapi/parser3isapi.C 1.34:
1.23 ! paf 15946: static char *RCSId="$Id: ChangeLog,v 1.21.2.4.2.1 2003/06/26 11:51:27 paf Exp $";
1.15 paf 15947:
15948: 2001-06-27 parser
15949: * src/classes/hash.C 1.6:
15950: * src/classes/nothing.C 1.5:
15951: * src/classes/table.C 1.84:
15952: * src/classes/void.C 1.1:
15953: * src/main/compile.y 1.140:
15954: * src/main/compile.y 1.141:
15955: * src/main/execute.C 1.167:
15956: * src/main/main.dsp 1.102:
15957: * src/main/pa_request.C 1.138:
15958: * src/targets/cgi/pa_pool.C 1.17:
15959: * src/types/pa_value.h 1.63:
15960: * src/types/pa_vcode_frame.h 1.6:
15961: * src/types/pa_vmethod_frame.h 1.12:
15962: * src/types/pa_vnothing.h 1.2:
15963: * src/types/pa_vtable.h 1.26:
15964: * src/types/pa_vvoid.h 1.1:
15965: nothing renamed to void
15966:
15967: * src/classes/op.C 1.28:
15968: ^switch ^case
15969:
15970: * src/main/compile.y 1.139:
15971: lexer: $zzzz^zzzz were name part
15972:
15973: 2001-05-28 parser
15974: * src/main/main.dsp 1.101:
15975: * src/targets/isapi/parser3isapi.dsp 1.15:
15976: release project options [some bugs]
15977:
15978: * src/classes/classes.C 1.7:
15979: * src/main/compile.C 1.38:
15980: * src/main/compile.y 1.138:
15981: * src/main/execute.C 1.166:
15982: operators are not in root class again
15983:
15984: * src/doc/html2chm.cmd 1.3:
15985: removed >a
15986:
15987: * src/doc/sources2html.cmd 1.2:
15988: z
15989:
15990: 2001-05-24 parser
15991: * src/Makefile.in 1.7:
15992: * src/classes/Makefile.in 1.8:
15993: * src/classes/gd/Makefile.in 1.6:
15994: * src/main/Makefile.in 1.6:
15995: * src/targets/Makefile.in 1.7:
15996: * src/targets/apache13/Makefile.in 1.6:
15997: * src/targets/cgi/Makefile.in 1.7:
15998: * src/types/Makefile.in 1.6:
15999: makes
16000:
16001: * src/main/pa_request.C 1.135:
16002: * src/main/pa_request.C 1.136:
16003: * src/targets/cgi/parser3.C 1.90:
16004: // no _ conversions in @exception[params]
16005:
16006: * src/targets/cgi/parser3.dsp 1.19:
16007: project file
16008:
16009: * src/classes/op.C 1.27:
16010: * src/main/pa_request.C 1.137:
16011: * src/targets/cgi/parser3.C 1.91:
16012: ^log ^exp
16013:
16014: 2001-05-23 parser
16015: * src/classes/op.C 1.25:
16016: * src/main/compile.y 1.137:
16017: allow one empty line before LS_DEF_NAME
16018:
16019: * src/main/pa_string.C 1.91:
16020: string cmp bug
16021:
16022: * src/classes/mail.C 1.29:
16023: * src/classes/op.C 1.26:
16024: rem max 1000
16025:
16026: 2001-05-22 parser
16027: * src/classes/op.C 1.24:
16028: if params code-required
16029:
16030: 2001-05-21 parser
16031: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
16032: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
16033: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
16034: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
16035: 0
16036:
16037: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
16038: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
16039: 1
16040:
16041: * src/Makefile.in 1.6:
16042: * src/classes/Makefile.in 1.6:
16043: * src/classes/Makefile.in 1.7:
16044: * src/classes/gd/Makefile.in 1.5:
16045: * src/main/Makefile.in 1.5:
16046: * src/targets/Makefile.in 1.6:
16047: * src/targets/apache13/Makefile.in 1.5:
16048: * src/targets/cgi/Makefile.in 1.6:
16049: * src/types/Makefile.in 1.5:
16050: makes
16051:
16052: * src/classes/double.C 1.30:
16053: * src/classes/hash.C 1.4:
16054: * src/classes/hash.C 1.5:
16055: * src/classes/nothing.C 1.1:
16056: * src/classes/nothing.C 1.2:
16057: * src/classes/nothing.C 1.3:
16058: * src/classes/op.C 1.23:
16059: * src/classes/string.C 1.55:
16060: * src/classes/table.C 1.83:
16061: * src/classes/unknown.C 1.8:
16062: * src/main/compile.y 1.136:
16063: * src/main/execute.C 1.164:
16064: * src/main/execute.C 1.165:
16065: * src/main/main.dsp 1.100:
16066: * src/main/pa_request.C 1.134:
16067: * src/targets/cgi/pa_pool.C 1.15:
16068: * src/targets/cgi/pa_pool.C 1.16:
16069: * src/types/pa_value.h 1.62:
16070: * src/types/pa_vcode_frame.h 1.5:
16071: * src/types/pa_vmethod_frame.h 1.10:
16072: * src/types/pa_vmethod_frame.h 1.11:
16073: * src/types/pa_vnothing.h 1.1:
16074: * src/types/pa_vtable.h 1.24:
16075: * src/types/pa_vtable.h 1.25:
16076: * src/types/pa_vunknown.h 1.14:
16077: 'unknown' renamed to 'nothing'
16078:
16079: * src/Makefile.in 1.5:
16080: * src/classes/Makefile.in 1.5:
16081: * src/classes/gd/Makefile.in 1.4:
16082: * src/main/Makefile.in 1.4:
16083: * src/targets/Makefile.in 1.5:
16084: * src/targets/apache13/Makefile.in 1.4:
16085: * src/targets/cgi/Makefile.in 1.5:
16086: * src/types/Makefile.in 1.4:
16087: make system timestamps
16088:
16089: * src/classes/nothing.C 1.4:
16090: resultless ^sql moved to nothing:
16091:
16092: * src/classes/Makefile.am 1.13:
16093: .AM
16094:
16095: * src/main/pa_request.C 1.133:
16096: .am
16097:
16098: * src/Makefile.in 1.4:
16099: file stamps to remove autoreconf
16100:
16101: * src/targets/cgi/parser3.C 1.88:
16102: argv can be just "parser3". made site_auto_path "." in that case
16103:
16104: * src/types/pa_vstring.C 1.8:
16105: eoleof
16106:
16107: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
16108: * src/main/execute.C 1.162:
16109: * src/targets/cgi/Makefile.in 1.4:
16110: * src/targets/cgi/parser3.C 1.86:
16111: * src/targets/cgi/parser3.C 1.87:
16112: * src/targets/cgi/parser3.C 1.89:
16113: z
16114:
16115: * src/main/pa_request.C 1.132:
16116: * src/targets/cgi/parser3.C 1.85:
16117: pcre_tables=pcre_default_tables;
16118:
16119: * src/classes/hash.C 1.3:
16120: * src/classes/int.C 1.25:
16121: * src/classes/string.C 1.53:
16122: * src/classes/table.C 1.82:
16123: * src/include/pa_string.h 1.95:
16124: * src/include/pa_string.h 1.96:
16125: * src/main/pa_string.C 1.89:
16126: * src/main/pa_string.C 1.90:
16127: * src/types/pa_vstring.C 1.6:
16128: * src/types/pa_vstring.h 1.27:
16129: started int:sql
16130:
16131: * src/types/pa_vstring.C 1.7:
16132: * src/types/pa_vstring.h 1.28:
16133: removed unnecessary vstring::set_string
16134:
16135: * src/classes/double.C 1.29:
16136: * src/classes/int.C 1.26:
16137: * src/classes/string.C 1.54:
16138: int,double;sql
16139:
16140: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
16141: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
16142: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
16143: hash:sql
16144:
16145: * src/classes/classes.C 1.6:
16146: * src/classes/hash.C 1.2:
16147: * src/classes/op.C 1.22:
16148: * src/classes/table.C 1.81:
16149: * src/main/compile.C 1.37:
16150: * src/main/compile.y 1.135:
16151: * src/main/execute.C 1.163:
16152: hash:sql moved to main trunc. operators.txt updated
16153:
16154: 2001-05-19 parser
16155: * src/types/pa_value.h 1.61:
16156: parameter # 1 based
16157:
16158: * src/main/pa_common.C 1.54:
16159: common: actual filename '%s'
16160:
16161: * src/classes/string.C 1.52:
16162: root context in match replace body now unchanged
16163:
16164: * src/classes/Makefile.am 1.10:
16165: * src/classes/Makefile.am 1.11:
16166: * src/classes/Makefile.am 1.12:
16167: * src/classes/Makefile.am 1.9:
16168: * src/main/pa_sql_driver_manager.C 1.20:
16169: * src/targets/cgi/pa_pool.C 1.12:
16170: classes/.am
16171:
16172: * src/main/untaint.C 1.50:
16173: * src/targets/cgi/pa_pool.C 1.13:
16174: * src/targets/cgi/parser3.C 1.84:
16175: fixed bug in pre html untaint, wrong size used, 4* mem wasted
16176:
16177: * src/classes/string.C 1.51:
16178: * src/main/pa_string.C 1.88:
16179: z
16180:
16181: * src/include/pa_string.h 1.94:
16182: * src/main/untaint.C 1.51:
16183: * src/targets/cgi/pa_pool.C 1.14:
16184: introducing String::cstr_bufsize, returns just size+1 for as_is
16185: target.
16186:
16187: * src/classes/Makefile.in 1.4:
16188: clean
16189:
16190: 2001-05-18 parser
16191: * src/Makefile.in 1.3:
16192: * src/classes/Makefile.in 1.3:
16193: * src/classes/gd/Makefile.in 1.3:
16194: * src/include/pa_config_auto.h.in 1.3:
16195: * src/main/Makefile.in 1.3:
16196: * src/targets/Makefile.in 1.4:
16197: * src/targets/apache13/Makefile.in 1.3:
16198: * src/targets/cgi/Makefile.in 1.3:
16199: * src/targets/cgi/pa_pool.C 1.11:
16200: * src/types/Makefile.in 1.3:
16201: .am pa_threads.C ins
16202:
16203: * src/targets/cgi/Makefile.am 1.8:
16204: .am pa_threads.C added
16205:
16206: 2001-05-17 parser
16207: * src/include/pa_hash.h 1.40:
16208: * src/main/execute.C 1.158:
16209: removed /*SYNCHRONIZED*/ from hash.h
16210:
16211: * src/include/pa_array.h 1.41:
16212: * src/include/pa_common.h 1.44:
16213: * src/include/pa_config_fixed.h 1.8:
16214: * src/include/pa_config_includes.h 1.8:
16215: * src/include/pa_exception.h 1.12:
16216: * src/include/pa_exec.h 1.2:
16217: * src/include/pa_globals.h 1.54:
16218: * src/include/pa_hash.h 1.41:
16219: * src/include/pa_opcode.h 1.2:
16220: * src/include/pa_pool.h 1.52:
16221: * src/include/pa_request.h 1.88:
16222: * src/include/pa_sapi.h 1.9:
16223: * src/include/pa_socks.h 1.3:
16224: * src/include/pa_sql_connection.h 1.7:
16225: * src/include/pa_stack.h 1.9:
16226: * src/include/pa_string.h 1.93:
16227: * src/include/pa_table.h 1.33:
16228: * src/include/pa_threads.h 1.14:
16229: #include "pa_config_includes.h"
16230: in all headers
16231:
16232: * src/include/pa_request.h 1.89:
16233: * src/main/execute.C 1.159:
16234: * src/main/pa_request.C 1.131:
16235: ANTI_ENDLESS_EXECUTE_RECOURSION
16236:
16237: * src/classes/op.C 1.20:
16238: * src/include/pa_config_fixed.h 1.10:
16239: * src/include/pa_sql_connection.h 1.8:
16240: * src/include/pa_sql_driver_manager.h 1.5:
16241: * src/main/pa_sql_driver_manager.C 1.15:
16242: found problem at last: 2connections own 1driver and
16243: set_services fight for driver::fservices. before fix
16244:
16245: * src/main/execute.C 1.160:
16246: * src/types/pa_vmethod_frame.h 1.9:
16247: endless recursion line no
16248:
16249: * src/classes/classes.h 1.8:
16250: * src/include/pa_sql_connection.h 1.10:
16251: * src/include/pa_sql_driver_manager.h 1.7:
16252: * src/main/pa_sql_driver_manager.C 1.17:
16253: cache expiration[use SQL_Driver::disconnect]
16254:
16255: * src/include/pa_config_fixed.h 1.9:
16256: * src/include/pa_threads.h 1.16:
16257: * src/targets/cgi/pa_threads.C 1.1:
16258: * src/targets/cgi/parser3.dsp 1.18:
16259: * src/targets/isapi/pa_threads.C 1.1:
16260: * src/targets/isapi/parser3isapi.dsp 1.14:
16261: added pa_threads.C
16262:
16263: * src/classes/image.C 1.27:
16264: * src/include/pa_sql_driver_manager.h 1.4:
16265: * src/main/pa_sql_driver_manager.C 1.14:
16266: * src/main/pa_string.C 1.87:
16267: wrong includes order prevented sqlmanager to see MULTYTHREAD define
16268:
16269: * src/main/pa_table.C 1.31:
16270: table.locate current restored on "not found"
16271:
16272: * src/include/pa_threads.h 1.15:
16273: removed targets/parser
16274:
16275: * src/classes/op.C 1.19:
16276: * src/include/pa_sql_connection.h 1.6:
16277: * src/main/pa_sql_driver_manager.C 1.12:
16278: * src/sql/pa_sql_driver.h 1.9:
16279: connection from cache ->set_services(&services);
16280:
16281: * src/include/pa_config_fixed.h 1.7:
16282: * src/include/pa_threads.h 1.13:
16283: * src/main/pa_sql_driver_manager.C 1.13:
16284: SYNCHRONIZED moved closer to caches put/gets
16285:
16286: * src/classes/string.C 1.50:
16287: * src/include/pa_config_fixed.h 1.11:
16288: * src/include/pa_config_includes.h 1.9:
16289: * src/main/compile.y 1.134:
16290: * src/main/compile_tools.h 1.40:
16291: * src/main/execute.C 1.161:
16292: * src/main/pa_array.C 1.35:
16293: * src/main/pa_common.C 1.53:
16294: * src/main/pa_dir.C 1.3:
16295: * src/main/pa_hash.C 1.35:
16296: * src/main/pa_pool.C 1.18:
16297: * src/main/untaint.C 1.49:
16298: * src/types/pa_vcookie.C 1.21:
16299: * src/types/pa_vfile.C 1.17:
16300: * src/types/pa_vform.C 1.29:
16301: #include "pa_config_includes.h"
16302: removed from most .C
16303:
16304: * src/doc/html2chm.cmd 1.2:
16305: z
16306:
16307: * src/doc/chm.cmd 1.7:
16308: * src/doc/doxygen.cmd 1.7:
16309: * src/doc/html2chm.cmd 1.1:
16310: * src/doc/sources2html.cmd 1.1:
16311: * src/doc/view.cmd 1.3:
16312: * src/doc/view_chm.cmd 1.1:
16313: * src/doc/view_html.cmd 1.1:
16314: doc cmds
16315:
16316: * src/main/pa_sql_driver_manager.C 1.19:
16317: moved expiration to get_connection_from_cache
16318:
16319: * src/main/pa_sql_driver_manager.C 1.18:
16320: cache expiration bf
16321:
16322: * src/classes/op.C 1.21:
16323: * src/include/pa_sql_connection.h 1.9:
16324: * src/include/pa_sql_driver_manager.h 1.6:
16325: * src/main/pa_sql_driver_manager.C 1.16:
16326: * src/sql/pa_sql_driver.h 1.10:
16327: fixed problem at last: 2connections own 1driver and
16328: set_services fight for driver::fservices. before fix
16329:
16330: 2001-05-16 parser
16331: * src/include/pa_array.h 1.39:
16332: * src/include/pa_string.h 1.92:
16333: * src/main/execute.C 1.157:
16334: * src/main/pa_array.C 1.33:
16335: * src/targets/cgi/pa_pool.C 1.9:
16336: * src/targets/cgi/parser3.C 1.81:
16337: array debugged; adjusted
16338:
16339: * src/include/pa_array.h 1.40:
16340: * src/main/pa_array.C 1.34:
16341: * src/targets/cgi/parser3.C 1.82:
16342: removed array debug. before vstring rebasing
16343:
16344: * src/main/pa_sql_driver_manager.C 1.11:
16345: * src/main/pa_string.C 1.86:
16346: SQL_Driver_manager line no for connect/charset errors
16347:
16348: * src/targets/cgi/parser3.C 1.83:
16349: z
16350:
16351: * src/include/pa_pool.h 1.51:
16352: * src/targets/cgi/pa_pool.C 1.10:
16353: removed pool debug, #ifdefed some.
16354: would debug later, on more precise sample than stupid:
16355: @main[]
16356: $name[$z[]]
16357: ^for[i](0;10000-2){
16358: $tail[9994]
16359: $name.$tail[$tail!]
16360: $name.$tail
16361: }
16362: ok3
16363:
16364: 2001-05-15 parser
16365: * src/targets/cgi/pa_pool.C 1.6:
16366: * src/targets/cgi/parser3.C 1.78:
16367: main loss here: 5673321/ 70041= 81
16368:
16369: * src/include/pa_pool.h 1.50:
16370: * src/include/pa_string.h 1.89:
16371: * src/main/pa_string.C 1.83:
16372: * src/targets/cgi/pa_pool.C 1.7:
16373: * src/targets/cgi/parser3.C 1.79:
16374: string fixed bug with fullchunk cmps
16375:
16376: * src/include/pa_string.h 1.90:
16377: * src/main/pa_string.C 1.84:
16378: * src/targets/cgi/pa_pool.C 1.8:
16379: * src/targets/cgi/parser3.C 1.80:
16380: think that all must grow lineary, not exponentialy
16381:
16382: * src/include/pa_array.h 1.38:
16383: * src/include/pa_string.h 1.91:
16384: * src/main/pa_array.C 1.32:
16385: * src/main/pa_string.C 1.85:
16386: string+array made linear grows
16387:
16388: * src/include/pa_string.h 1.88:
16389: * src/targets/cgi/pa_pool.C 1.5:
16390: * src/targets/cgi/parser3.C 1.77:
16391: detected huge mem allocation: size/times malloc 27809390/368771
16392: calloc 3232/83. would test now
16393:
16394: * src/classes/random.C 1.12:
16395: * src/main/compile.y 1.133:
16396: * src/main/execute.C 1.156:
16397: * src/main/pa_request.C 1.130:
16398: * src/types/pa_value.h 1.60:
16399: * src/types/pa_vmethod_frame.h 1.8:
16400: numbered params had wrong name - for instance: bad error
16401: message in ^for[] bad body type. fixed
16402:
16403: 2001-05-14 parser
16404: * src/classes/string.C 1.49:
16405: * src/include/pa_string.h 1.87:
16406: * src/main/pa_string.C 1.82:
16407: * src/main/untaint.C 1.48:
16408: ^string.upper|lower[]
16409:
16410: 2001-05-11 paf
16411: * src/classes/classes.cmd 1.2:
16412: * src/classes/gawk.exe 1.2:
16413: * src/classes/ls.exe 1.2:
16414: * src/main/bison.exe 1.2:
16415: * src/targets/isapi/KILL.EXE 1.2:
16416: * src/targets/isapi/PSTAT.EXE 1.2:
16417: * src/targets/isapi/istart.cmd 1.2:
16418: * src/targets/isapi/istop.cmd 1.2:
16419: * src/targets/isapi/kill.pl 1.2:
16420: moved win32 helpers to /win32tools
16421:
16422: 2001-05-11 parser
16423: * src/main/main.dsp 1.99:
16424: * src/targets/isapi/parser3isapi.dsp 1.13:
16425: fixed some .dsp for win32tools
16426:
16427: * src/classes/double.C 1.28:
16428: * src/classes/image.C 1.26:
16429: * src/classes/op.C 1.18:
16430: * src/classes/string.C 1.48:
16431: * src/classes/table.C 1.80:
16432: * src/classes/unknown.C 1.7:
16433: * src/main/execute.C 1.155:
16434: * src/types/pa_value.h 1.59:
16435: * src/types/pa_vbool.h 1.10:
16436: * src/types/pa_vdouble.h 1.21:
16437: * src/types/pa_vint.h 1.22:
16438: * src/types/pa_vstring.h 1.26:
16439: * src/types/pa_vunknown.h 1.13:
16440: op: MAX_LOOPS
16441: as_int
16442:
16443: 2001-05-10 paf
16444: * src/doc/doxygen.cmd 1.5:
16445: * src/main/compile.y 1.131:
16446: * src/types/pa_vobject.h 1.9:
16447: grammar: priorities changes [lowerd && prior]
16448: vobject: now first fields, next methods
16449:
16450: * src/main/pa_request.C 1.129:
16451: * src/types/pa_vrequest.C 1.6:
16452: op configured
16453:
16454: * src/Makefile.in 1.2:
16455: * src/classes/Makefile.in 1.2:
16456: * src/classes/gd/Makefile.in 1.2:
16457: * src/classes/gd/gif.h 1.9:
16458: * src/include/pa_config_auto.h.in 1.2:
16459: * src/include/pa_config_fixed.h 1.6:
16460: * src/include/pa_config_includes.h 1.6:
16461: * src/main/Makefile.in 1.2:
16462: * src/targets/Makefile.in 1.3:
16463: * src/targets/apache13/Makefile.in 1.2:
16464: * src/targets/cgi/Makefile.in 1.2:
16465: * src/types/Makefile.in 1.2:
16466: inline wonders
16467:
16468: * src/main/compile.y 1.132:
16469: @end grammar: allowed zero strings in control menthod
16470:
16471: * src/types/pa_value.h 1.58:
16472: * src/types/pa_vclass.h 1.16:
16473: * src/types/pa_vstateless_class.h 1.14:
16474: * src/types/pa_vstateless_object.h 1.9:
16475: changed priority: field before method lookup in vclass & vobject
16476:
16477: * src/include/pa_common.h 1.43:
16478: * src/include/pa_config_includes.h 1.7:
16479: inline undefed for C++, that's all
16480:
16481: * src/classes/gd/gif.h 1.8:
16482: gif.h accedently removed
16483:
16484: * src/classes/Makefile.am 1.8:
16485: * src/classes/hash.C 1.1:
16486: * src/doc/doxygen.cfg 1.11:
16487: * src/doc/doxygen.cmd 1.6:
16488: hash.C added
16489:
16490: 2001-05-08 paf
16491: * src/classes/table.C 1.76:
16492: table:hash always hash of hash now
16493:
16494: * src/classes/op.C 1.15:
16495: * src/classes/table.C 1.72:
16496: * src/main/main.dsp 1.97:
16497: * src/types/pa_vtable.h 1.21:
16498: removed table:find. table:locate and op:eval now return bool
16499:
16500: * src/classes/table.C 1.75:
16501: table:empty return bool now
16502:
16503: * src/classes/table.C 1.79:
16504: * src/types/pa_value.h 1.57:
16505: * src/types/pa_vhash.h 1.14:
16506: * src/types/pa_vmethod_frame.h 1.7:
16507: hash:default works at last!
16508:
16509: * src/main/pa_table.C 1.30:
16510: table columnname2item on nameless ignored bark=false. fixed
16511:
16512: * src/classes/op.C 1.17:
16513: * src/types/pa_vtable.h 1.22:
16514: allowed $table.2342734 returns vunknown
16515:
16516: * src/classes/table.C 1.74:
16517: * src/doc/chm.cmd 1.6:
16518: * src/include/pa_array.h 1.37:
16519: * src/include/pa_table.h 1.32:
16520: * src/main/pa_table.C 1.29:
16521: * src/types/pa_value.h 1.56:
16522: * src/types/pa_vtable.h 1.23:
16523: table:hash
16524:
16525: * src/doc/chm.cmd 1.5:
16526: * src/main/execute.C 1.154:
16527: * src/types/pa_value.h 1.55:
16528: wrong pool in method checkparams again. fixed
16529:
16530: * src/classes/double.C 1.27:
16531: * src/classes/int.C 1.24:
16532: * src/classes/op.C 1.16:
16533: * src/classes/string.C 1.47:
16534: int,double,string:int[] double[] string:length[] results now
16535: have hames
16536:
16537: * src/classes/table.C 1.77:
16538: z
16539:
16540: * src/classes/mail.C 1.28:
16541: * src/classes/table.C 1.78:
16542: * src/doc/doxygen.cmd 1.4:
16543: * src/main/main.dsp 1.98:
16544: * src/types/pa_vhash.h 1.13:
16545: * src/types/pa_vstateless_class.h 1.13:
16546: hash:default
16547:
16548: * src/classes/table.C 1.73:
16549: table:record have name
16550:
16551: 2001-05-07 paf
16552: * src/types/pa_value.h 1.51:
16553: * src/types/pa_vtable.h 1.17:
16554: table: fields, then methods. so to enable 'dir' fields & co.
16555:
16556: * src/main/execute.C 1.153:
16557: ^var[^class:var.method[]] is not constructor now
16558:
16559: * src/main/compile.y 1.130:
16560: grammar: @end
16561:
16562: * src/doc/chm.cmd 1.4:
16563: cmd
16564:
16565: * src/doc/ClassExample2.dox 1.3:
16566: * src/doc/aliased.dox 1.3:
16567: * src/doc/chm.cmd 1.2:
16568: * src/include/code.h 1.29:
16569: * src/include/pa_opcode.h 1.1:
16570: * src/main/compile.C 1.36:
16571: * src/main/compile_tools.h 1.39:
16572: * src/main/execute.C 1.152:
16573: * src/types/pa_value.h 1.53:
16574: * src/types/pa_vbool.h 1.9:
16575: * src/types/pa_vclass.h 1.15:
16576: * src/types/pa_vcode_frame.h 1.4:
16577: * src/types/pa_vcookie.h 1.10:
16578: * src/types/pa_vdouble.h 1.20:
16579: * src/types/pa_venv.h 1.16:
16580: * src/types/pa_vfile.h 1.26:
16581: * src/types/pa_vform.h 1.20:
16582: * src/types/pa_vhash.h 1.12:
16583: * src/types/pa_vimage.h 1.13:
16584: * src/types/pa_vint.h 1.21:
16585: * src/types/pa_vjunction.h 1.6:
16586: * src/types/pa_vmethod_frame.h 1.6:
16587: * src/types/pa_vobject.h 1.8:
16588: * src/types/pa_vrequest.h 1.10:
16589: * src/types/pa_vresponse.h 1.10:
16590: * src/types/pa_vstateless_class.h 1.12:
16591: * src/types/pa_vstring.h 1.25:
16592: * src/types/pa_vtable.h 1.20:
16593: * src/types/pa_vunknown.h 1.12:
16594: * src/types/pa_wcontext.h 1.15:
16595: * src/types/pa_wwrapper.h 1.9:
16596: pa_code.h
16597:
16598: * src/include/pa_table.h 1.30:
16599: * src/main/pa_table.C 1.27:
16600: * src/types/pa_value.h 1.52:
16601: * src/types/pa_vtable.h 1.18:
16602: table: fields, then methods. so to enable 'dir' fields & co. more
16603:
16604: * src/classes/gd/gifio.C 1.9:
16605: * src/classes/string.C 1.45:
16606: * src/classes/table.C 1.71:
16607: * src/doc/ClassExample1.dox 1.2:
16608: * src/doc/ClassExample2.dox 1.2:
16609: * src/doc/ClassExample3.dox 1.2:
16610: * src/doc/aliased.dox 1.2:
16611: * src/doc/class.dox 1.2:
16612: * src/doc/compiler.dox 1.2:
16613: * src/doc/doxygen.cfg 1.10:
16614: * src/doc/doxygen.cmd 1.2:
16615: * src/doc/executor.dox 1.2:
16616: * src/doc/index.dox 1.3:
16617: * src/doc/methoded.dox 1.2:
16618: * src/doc/module.dox 1.2:
16619: * src/doc/object.dox 1.2:
16620: * src/doc/pooled.dox 1.2:
16621: * src/doc/string.dox 1.2:
16622: * src/doc/targets.dox 1.2:
16623: * src/doc/value.dox 1.2:
16624: * src/include/code.h 1.28:
16625: * src/include/pa_hash.h 1.39:
16626: * src/include/pa_string.h 1.86:
16627: * src/main/pa_request.C 1.128:
16628: * src/main/pa_sql_driver_manager.C 1.10:
16629: * src/types/pa_vjunction.h 1.5:
16630: * src/types/pa_vtable.h 1.19:
16631: dox, split by not clean parts also
16632:
16633: * src/classes/image.C 1.25:
16634: * src/classes/mail.C 1.27:
16635: * src/classes/string.C 1.46:
16636: * src/doc/chm.cmd 1.3:
16637: * src/include/pa_table.h 1.31:
16638: * src/main/pa_table.C 1.28:
16639: * src/types/pa_value.h 1.54:
16640: method reported errors on wrong pool
16641:
16642: * src/doc/chm.cmd 1.1:
16643: * src/doc/doxygen.cmd 1.3:
16644: * src/doc/view.cmd 1.2:
16645: dox cmd
16646:
16647: 2001-05-04 paf
16648: * src/classes/classes.h 1.7:
16649: * src/classes/double.C 1.26:
16650: * src/classes/file.C 1.36:
16651: * src/classes/form.C 1.11:
16652: * src/classes/image.C 1.24:
16653: * src/classes/int.C 1.23:
16654: * src/classes/mail.C 1.26:
16655: * src/classes/op.C 1.14:
16656: * src/classes/random.C 1.11:
16657: * src/classes/response.C 1.11:
16658: * src/classes/string.C 1.44:
16659: * src/classes/table.C 1.70:
16660: * src/classes/unknown.C 1.6:
16661: * src/doc/doxygen.cfg 1.9:
16662: * src/doc/index.dox 1.2:
16663: * src/main/pa_string.C 1.81:
16664: removed m- method dox
16665:
16666: * src/doc/ClassExample1.dox 1.1:
16667: * src/doc/ClassExample2.dox 1.1:
16668: * src/doc/ClassExample3.dox 1.1:
16669: * src/main/execute.C 1.151:
16670: dox: example1 updated
16671:
16672: 2001-05-03 paf
16673: * src/classes/classes.h 1.6:
16674: * src/classes/double.C 1.25:
16675: * src/doc/aliased.dox 1.1:
16676: * src/doc/class.dox 1.1:
16677: * src/doc/compiler.dox 1.1:
16678: * src/doc/doxygen.cfg 1.8:
16679: * src/doc/doxygen.txt 1.6:
16680: * src/doc/executor.dox 1.1:
16681: * src/doc/index.dox 1.1:
16682: * src/doc/methoded.dox 1.1:
16683: * src/doc/module.dox 1.1:
16684: * src/doc/object.dox 1.1:
16685: * src/doc/pooled.dox 1.1:
16686: * src/doc/string.dox 1.1:
16687: * src/doc/targets.dox 1.1:
16688: * src/doc/value.dox 1.1:
16689: * src/main/pa_request.C 1.127:
16690: dox splitted .dox files and added some
16691:
16692: * src/classes/Makefile.am 1.7:
16693: * src/doc/doxygen.txt 1.5:
16694: classes/am
16695:
16696: 2001-05-02 paf
16697: * src/classes/image.C 1.23:
16698: * src/classes/table.C 1.69:
16699: table:dir result are not tainted by file_name language now
16700:
16701: 2001-04-28 paf
16702: * src/classes/classes.inc 1.5:
16703: removed classes.inc
16704:
16705: * src/classes/classes.C 1.3:
16706: * src/classes/classes.h 1.3:
16707: * src/classes/file.C 1.33:
16708: * src/classes/form.C 1.5:
16709: * src/classes/mail.C 1.24:
16710: * src/include/pa_request.h 1.85:
16711: * src/main/pa_request.C 1.124:
16712: configure started
16713:
16714: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
16715: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
16716: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
16717: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
16718: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
16719: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
16720: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
16721: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
16722: removed ^a.menu{$name} ability. now
16723: $a{^menu{$name}}
16724: or
16725: ^a.menu{$a.name}
16726:
16727: * src/classes/_double.h 1.8:
16728: * src/classes/_file.h 1.5:
16729: * src/classes/_form.h 1.4:
16730: * src/classes/_image.h 1.4:
16731: * src/classes/_int.h 1.8:
16732: * src/classes/_mail.h 1.4:
16733: * src/classes/_op.h 1.6:
16734: * src/classes/_random.h 1.4:
16735: * src/classes/_response.h 1.5:
16736: * src/classes/_string.h 1.10:
16737: * src/classes/_table.h 1.7:
16738: * src/classes/_unknown.h 1.3:
16739: * src/classes/classes.C 1.2:
16740: * src/classes/classes.h 1.2:
16741: * src/classes/classes.inc 1.1:
16742: * src/classes/double.C 1.22:
16743: * src/classes/exec.C 1.4:
16744: * src/classes/file.C 1.32:
16745: * src/classes/form.C 1.4:
16746: * src/classes/image.C 1.22:
16747: * src/classes/int.C 1.20:
16748: * src/classes/mail.C 1.23:
16749: * src/classes/op.C 1.10:
16750: * src/classes/random.C 1.10:
16751: * src/classes/response.C 1.8:
16752: * src/classes/string.C 1.41:
16753: * src/classes/table.C 1.66:
16754: * src/classes/unknown.C 1.3:
16755: * src/include/pa_globals.h 1.51:
16756: * src/include/pa_request.h 1.84:
16757: * src/main/compile.y 1.129:
16758: * src/main/execute.C 1.149:
16759: * src/main/main.dsp 1.93:
16760: * src/main/pa_globals.C 1.57:
16761: * src/main/pa_request.C 1.123:
16762: * src/targets/cgi/parser3.C 1.73:
16763: * src/targets/isapi/parser3isapi.C 1.32:
16764: * src/types/pa_value.h 1.50:
16765: * src/types/pa_vcookie.h 1.9:
16766: * src/types/pa_vdouble.h 1.17:
16767: * src/types/pa_venv.h 1.15:
16768: * src/types/pa_vfile.h 1.23:
16769: * src/types/pa_vform.C 1.28:
16770: * src/types/pa_vform.h 1.17:
16771: * src/types/pa_vimage.h 1.10:
16772: * src/types/pa_vint.h 1.18:
16773: * src/types/pa_vrequest.h 1.9:
16774: * src/types/pa_vresponse.h 1.9:
16775: * src/types/pa_vstateless_class.h 1.11:
16776: * src/types/pa_vstring.h 1.24:
16777: * src/types/pa_vtable.h 1.16:
16778: * src/types/pa_vunknown.h 1.11:
16779: * src/types/pa_wcontext.h 1.13:
16780: Methoded reorganized. todo: methoded-configure
16781:
16782: * src/classes/classes.inc 1.4:
16783: * src/main/Makefile.am 1.12:
16784: removed pa_methoded from .am
16785:
16786: * src/main/execute.C 1.150:
16787: * src/types/pa_wcontext.h 1.14:
16788: Methoded reorganized 2. todo: methoded-configure
16789:
16790: * src/classes/Makefile.am 1.4:
16791: * src/classes/classes.awk 1.1:
16792: * src/classes/classes.cmd 1.1:
16793: * src/classes/classes.inc 1.2:
16794: * src/classes/gawk.exe 1.1:
16795: * src/classes/ls.exe 1.1:
16796: * src/main/bison.exe 1.1:
16797: classes.inc autogenerator
16798:
16799: * src/classes/form.C 1.6:
16800: * src/include/pa_request.h 1.86:
16801: * src/main/pa_request.C 1.125:
16802: about to move configured data to special request hash
16803:
16804: * src/classes/Makefile.am 1.5:
16805: * src/main/main.dsp 1.95:
16806: classes/Makefile.am
16807:
16808: * src/classes/form.C 1.7:
16809: * src/classes/mail.C 1.25:
16810: * src/classes/op.C 1.11:
16811: * src/include/pa_globals.h 1.52:
16812: * src/include/pa_request.h 1.87:
16813: * src/main/pa_globals.C 1.58:
16814: * src/main/pa_request.C 1.126:
16815: moved some configured data to request::classes_conf
16816: moved some string crations from globals to M...
16817:
16818: * src/classes/classes.C 1.4:
16819: * src/classes/classes.h 1.4:
16820: * src/classes/double.C 1.23:
16821: * src/classes/file.C 1.34:
16822: * src/classes/form.C 1.9:
16823: * src/classes/int.C 1.21:
16824: * src/classes/op.C 1.12:
16825: * src/classes/response.C 1.9:
16826: * src/classes/string.C 1.42:
16827: * src/classes/table.C 1.67:
16828: * src/classes/unknown.C 1.4:
16829: * src/include/pa_methoded.h 1.1:
16830: * src/main/Makefile.am 1.11:
16831: * src/main/main.dsp 1.94:
16832: * src/main/pa_methoded.C 1.1:
16833: * src/targets/cgi/parser3.C 1.75:
16834: * src/types/pa_vdouble.h 1.18:
16835: * src/types/pa_vfile.h 1.24:
16836: * src/types/pa_vform.h 1.18:
16837: * src/types/pa_vimage.h 1.11:
16838: * src/types/pa_vint.h 1.19:
16839: classes/classes renamet to include|main/pa_methoded
16840:
16841: * src/include/pa_string.h 1.85:
16842: * src/main/pa_globals.C 1.60:
16843: * src/main/untaint.C 1.47:
16844: * src/targets/cgi/parser3.C 1.74:
16845: * src/targets/isapi/parser3isapi.C 1.33:
16846: z
16847:
16848: * src/classes/Makefile.am 1.6:
16849: * src/classes/classes.C 1.5:
16850: * src/classes/classes.h 1.5:
16851: * src/classes/classes.inc 1.3:
16852: * src/classes/double.C 1.24:
16853: * src/classes/file.C 1.35:
16854: * src/classes/form.C 1.10:
16855: * src/classes/int.C 1.22:
16856: * src/classes/op.C 1.13:
16857: * src/classes/response.C 1.10:
16858: * src/classes/string.C 1.43:
16859: * src/classes/table.C 1.68:
16860: * src/classes/unknown.C 1.5:
16861: * src/include/pa_methoded.h 1.2:
16862: * src/main/main.dsp 1.96:
16863: * src/main/pa_methoded.C 1.2:
16864: * src/targets/cgi/parser3.C 1.76:
16865: * src/types/pa_vdouble.h 1.19:
16866: * src/types/pa_vfile.h 1.25:
16867: * src/types/pa_vform.h 1.19:
16868: * src/types/pa_vimage.h 1.12:
16869: * src/types/pa_vint.h 1.20:
16870: renamed pa_methoded back to classes/classes.h
16871:
16872: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
16873: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
16874: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
16875: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
16876: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
16877: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
16878: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
16879: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
16880: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
16881: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
16882: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
16883: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
16884: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
16885: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
16886: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
16887: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
16888: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
16889: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
16890: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
16891: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
16892: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
16893: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
16894: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
16895: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
16896: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
16897: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
16898: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
16899: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
16900: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
16901: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
16902: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
16903: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
16904: beautifying just compiled. todo: debug, configure
16905:
16906: * src/classes/classes.awk 1.2:
16907: skipped classes in .awk
16908:
16909: * src/classes/form.C 1.8:
16910: * src/include/pa_globals.h 1.53:
16911: * src/main/pa_globals.C 1.59:
16912: moved some configured data to request::classes_conf
16913: moved some string crations from globals to M...
16914: [works]
16915:
16916: 2001-04-27 paf
16917: * src/main/compile.y 1.128:
16918: serge@ found @CLASS bug. fixed
16919:
16920: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
16921: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
16922: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
16923: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
16924: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
16925: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
16926: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
16927: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
16928: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
16929: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
16930: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
16931: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
16932: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
16933: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
16934: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
16935: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
16936: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
16937: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
16938: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
16939: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
16940: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
16941: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
16942: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
16943: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
16944: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
16945: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
16946: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
16947: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
16948: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
16949: beautifying -100
16950:
16951: * src/classes/classes.C 1.1:
16952: file classes.C was initially added on branch
16953: reorganize_user_classes.
16954:
16955: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
16956: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
16957: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
16958: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
16959: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
16960: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
16961: beautifying -99
16962:
16963: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
16964: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
16965: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
16966: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
16967: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
16968: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
16969: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
16970: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
16971: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
16972: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
16973: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
16974: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
16975: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
16976: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
16977: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
16978: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
16979: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
16980: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
16981: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
16982: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
16983: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
16984: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
16985: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
16986: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
16987: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
16988: started beautifying
16989:
16990: * src/classes/classes.h 1.1:
16991: file classes.h was initially added on branch
16992: reorganize_user_classes.
16993:
16994: 2001-04-26 paf
16995: * src/main/pa_request.C 1.121:
16996: * src/main/pa_string.C 1.80:
16997: z
16998:
16999: * src/classes/_exec.h 1.4:
17000: * src/classes/_image.h 1.3:
17001: * src/classes/gd/gif.h 1.7:
17002: * src/classes/gd/gifio.C 1.8:
17003: * src/classes/image.C 1.21:
17004: * src/classes/mail.C 1.22:
17005: * src/classes/op.C 1.9:
17006: * src/classes/random.C 1.9:
17007: * src/classes/smtp/smtp.h 1.3:
17008: * src/classes/string.C 1.40:
17009: * src/classes/table.C 1.65:
17010: * src/doc/doxygen.cfg 1.5:
17011: * src/doc/doxygen.cfg 1.6:
17012: * src/doc/doxygen.cfg 1.7:
17013: * src/doc/doxygen.txt 1.4:
17014: * src/include/pa_array.h 1.36:
17015: * src/include/pa_config_fixed.h 1.5:
17016: * src/include/pa_config_includes.h 1.5:
17017: * src/include/pa_dir.h 1.3:
17018: * src/include/pa_socks.h 1.2:
17019: * src/include/pa_string.h 1.84:
17020: * src/main/compile_tools.h 1.38:
17021: * src/main/pa_common.C 1.52:
17022: * src/main/pa_request.C 1.122:
17023: * src/main/pa_socks.C 1.3:
17024: * src/sql/pa_sql_driver.h 1.8:
17025: * src/targets/cgi/pa_pool.C 1.4:
17026: * src/types/pa_vbool.h 1.7:
17027: * src/types/pa_vbool.h 1.8:
17028: * src/types/pa_vclass.h 1.13:
17029: * src/types/pa_vclass.h 1.14:
17030: * src/types/pa_vcode_frame.h 1.2:
17031: * src/types/pa_vcode_frame.h 1.3:
17032: * src/types/pa_vcookie.h 1.8:
17033: * src/types/pa_vdouble.h 1.16:
17034: * src/types/pa_venv.h 1.14:
17035: * src/types/pa_vfile.h 1.22:
17036: * src/types/pa_vform.C 1.27:
17037: * src/types/pa_vform.h 1.16:
17038: * src/types/pa_vhash.h 1.11:
17039: * src/types/pa_vimage.C 1.7:
17040: * src/types/pa_vimage.h 1.9:
17041: * src/types/pa_vint.h 1.17:
17042: * src/types/pa_vjunction.h 1.3:
17043: * src/types/pa_vjunction.h 1.4:
17044: * src/types/pa_vmethod_frame.h 1.4:
17045: * src/types/pa_vmethod_frame.h 1.5:
17046: * src/types/pa_vobject.h 1.6:
17047: * src/types/pa_vobject.h 1.7:
17048: * src/types/pa_vrequest.C 1.5:
17049: * src/types/pa_vrequest.h 1.8:
17050: * src/types/pa_vstateless_class.C 1.8:
17051: * src/types/pa_vstateless_class.h 1.10:
17052: * src/types/pa_vstateless_object.h 1.8:
17053: * src/types/pa_vstring.C 1.5:
17054: * src/types/pa_vstring.h 1.23:
17055: * src/types/pa_vtable.h 1.15:
17056: * src/types/pa_vunknown.h 1.10:
17057: * src/types/pa_wcontext.C 1.6:
17058: * src/types/pa_wcontext.h 1.12:
17059: * src/types/pa_wwrapper.h 1.7:
17060: * src/types/pa_wwrapper.h 1.8:
17061: code documentation ++
17062:
17063: * src/include/pa_common.h 1.42:
17064: * src/include/pa_types.h 1.25:
17065: * src/main/pa_sql_driver_manager.C 1.9:
17066: module [and, guess, isapi] connection caching fixed.
17067: request-pooled-url were stored into global connectioncache
17068:
17069: 2001-04-25 paf
17070: * src/doc/doxygen.cfg 1.4:
17071: * src/doc/doxygen.txt 1.3:
17072: * src/targets/isapi/parser3isapi.C 1.31:
17073: started doc / [doxygen.txt]
17074:
17075: * src/include/code.h 1.27:
17076: * src/include/pa_common.h 1.41:
17077: * src/main/compile.y 1.127:
17078: * src/main/execute.C 1.148:
17079: * src/main/pa_common.C 1.51:
17080: -d
17081:
17082: * src/classes/file.C 1.31:
17083: * src/main/pa_exec.C 1.5:
17084: * src/targets/cgi/parser3.C 1.72:
17085: illegal call check a bit improved, but still under iis no
17086: mapping of dir with parser allowed!
17087:
17088: 2001-04-24 paf
17089: * src/targets/Makefile.in 1.2:
17090: * src/targets/apache13/Makefile.in 1.1:
17091: apache makefile.in s
17092:
17093: * src/targets/Makefile.am 1.5:
17094: * src/targets/apache13/Makefile.am 1.1:
17095: apache module lib .am
17096:
17097: * src/main/pa_exec.C 1.4:
17098: windows32 buildCommand
17099:
17100: 2001-04-23 paf
17101: * src/classes/gd/gifio.C 1.7:
17102: * src/classes/image.C 1.20:
17103: * src/classes/mail.C 1.21:
17104: * src/include/pa_globals.h 1.50:
17105: * src/include/pa_string.h 1.83:
17106: * src/main/pa_exec.C 1.3:
17107: * src/main/pa_request.C 1.119:
17108: * src/main/untaint.C 1.44:
17109: untaint - @test optimize whitespaces for all but 'html'
17110:
17111: * src/main/untaint.C 1.46:
17112: untaint without charset
17113:
17114: * src/targets/cgi/parser3.C 1.68:
17115: cgi /// @test disable /cgi-bin/parser3/auto.p
17116:
17117: * src/classes/random.C 1.8:
17118: * src/targets/cgi/parser3.C 1.71:
17119: redo failed
17120: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
17121:
17122: * src/main/untaint.C 1.45:
17123: mail header only once to =?
17124:
17125: * src/classes/mail.C 1.20:
17126: * src/include/pa_hash.h 1.38:
17127: * src/include/pa_string.h 1.82:
17128: * src/main/pa_common.C 1.49:
17129: * src/main/pa_hash.C 1.34:
17130: * src/main/pa_request.C 1.118:
17131: * src/main/untaint.C 1.43:
17132: untaint - @test mail-header
17133:
17134: * src/include/pa_config_auto.h.in 1.1:
17135: .h.in
17136:
17137: * src/targets/cgi/parser3.C 1.69:
17138: cgi cmdline ver
17139:
17140: * src/main/pa_request.C 1.120:
17141: * src/targets/cgi/parser3.C 1.70:
17142: // @test with commandline start "parser3 a.html" so that ^load
17143: a.cfg] worked! [now doesnt]
17144:
17145: * src/main/execute.C 1.147:
17146: operators first!
17147: so that ^table.menu{^rem{}} would not be 'unknown column'
17148:
17149: * src/include/pa_array.h 1.35:
17150: * src/main/pa_array.C 1.31:
17151: * src/types/pa_vfile.h 1.20:
17152: * src/types/pa_vfile.h 1.21:
17153: vfile fields return type
17154:
17155: * src/Makefile.in 1.1:
17156: * src/classes/Makefile.in 1.1:
17157: * src/main/Makefile.in 1.1:
17158: * src/targets/cgi/Makefile.in 1.1:
17159: * src/types/Makefile.in 1.1:
17160: makefile ins
17161:
17162: * src/main/pa_string.C 1.78:
17163: tested OK
17164: /// @test really @b test: s x m [tested: i & g ]
17165:
17166: * src/classes/gd/Makefile.am 1.1:
17167: * src/classes/gd/Makefile.in 1.1:
17168: * src/targets/Makefile.in 1.1:
17169: makefiles&co
17170:
17171: * src/classes/Makefile 1.2:
17172: * src/main/Makefile 1.2:
17173: * src/targets/cgi/Makefile 1.2:
17174: * src/types/Makefile 1.2:
17175: makefiles removed
17176:
17177: * src/classes/Makefile 1.1:
17178: * src/main/Makefile 1.1:
17179: * src/main/pa_string.C 1.79:
17180: * src/targets/cgi/Makefile 1.1:
17181: * src/types/Makefile 1.1:
17182: configure.in + makefiles
17183:
17184: * src/classes/table.C 1.64:
17185: * src/types/pa_vform.C 1.26:
17186: * src/types/pa_vtable.h 1.14:
17187: /// @test $a.menu{ $a[123] }
17188: and $a.menu{^table:set[]...}
17189:
17190: * src/targets/cgi/Makefile.am 1.5:
17191: liblink
17192:
17193: * src/targets/cgi/Makefile.am 1.6:
17194: * src/targets/cgi/Makefile.am 1.7:
17195: win32 conditional
17196:
17197: * src/include/pa_config_fixed.h 1.4:
17198: * src/include/pa_config_includes.h 1.4:
17199: * src/main/pa_common.C 1.50:
17200: common: file_write /// @test mkdirs file_delete rmdirs
17201:
17202: 2001-04-20 paf
17203: * src/main/untaint.C 1.41:
17204: * src/targets/cgi/parser3.C 1.66:
17205: fixed header "a/a"
17206:
17207: * src/main/untaint.C 1.42:
17208: z
17209:
17210: * src/classes/string.C 1.39:
17211: * src/classes/table.C 1.63:
17212: * src/include/pa_globals.h 1.49:
17213: * src/include/pa_request.h 1.83:
17214: * src/include/pa_string.h 1.81:
17215: * src/main/compile.y 1.126:
17216: * src/main/pa_globals.C 1.56:
17217: * src/main/pa_request.C 1.117:
17218: * src/main/pa_string.C 1.77:
17219: * src/targets/cgi/parser3.C 1.67:
17220: $MAIN:LOCALE
17221:
17222: 2001-04-19 paf
17223: * src/main/compile_tools.h 1.37:
17224: $a$b bugfix
17225:
17226: * src/classes/file.C 1.30:
17227: * src/targets/cgi/parser3.C 1.65:
17228: z
17229:
17230: * src/include/pa_common.h 1.39:
17231: * src/main/pa_common.C 1.48:
17232: * src/main/pa_request.C 1.116:
17233: * src/main/untaint.C 1.40:
17234: * src/targets/isapi/parser3isapi.C 1.30:
17235: * src/types/pa_vcookie.C 1.19:
17236: changed urlencode here and in untaint.C to HTTP standard's "
17237: and \" mech
17238:
17239: * src/classes/file.C 1.29:
17240: * src/include/pa_common.h 1.40:
17241: * src/types/pa_vcookie.C 1.20:
17242: done: header to $fields. waits for header '\' tricks
17243:
17244: * src/main/pa_request.C 1.115:
17245: * src/targets/isapi/parser3isapi.C 1.29:
17246: fixed http://alx/~paf/ doesnt load /auto.p
17247:
17248: 2001-04-18 paf
17249: * src/classes/smtp/smtp.dsp 1.2:
17250: * src/main/Makefile.am 1.10:
17251: * src/main/main.dsp 1.92:
17252: * src/targets/cgi/Makefile.am 1.4:
17253: linux @alx
17254:
17255: * src/main/pa_request.C 1.114:
17256: 1
17257:
17258: 2001-04-17 paf
17259: * src/classes/file.C 1.28:
17260: * src/classes/image.C 1.19:
17261: * src/doc/doxygen.cfg 1.3:
17262: * src/include/pa_sql_connection.h 1.5:
17263: * src/main/pa_sql_driver_manager.C 1.8:
17264: * src/sql/pa_sql_driver.h 1.7:
17265: SQL_Driver_services renamed. doxygen statics enabled
17266:
17267: * src/Makefile.am 1.5:
17268: * src/classes/Makefile.am 1.3:
17269: * src/classes/_double.h 1.7:
17270: * src/classes/_exec.h 1.3:
17271: * src/classes/_file.h 1.4:
17272: * src/classes/_form.h 1.3:
17273: * src/classes/_image.h 1.2:
17274: * src/classes/_int.h 1.7:
17275: * src/classes/_mail.h 1.3:
17276: * src/classes/_op.h 1.5:
17277: * src/classes/_random.h 1.3:
17278: * src/classes/_response.h 1.4:
17279: * src/classes/_string.h 1.9:
17280: * src/classes/_table.h 1.6:
17281: * src/classes/_unknown.h 1.2:
17282: * src/classes/file.C 1.27:
17283: * src/classes/gd/gif.C 1.5:
17284: * src/classes/gd/gif.h 1.6:
17285: * src/classes/gd/gifio.C 1.6:
17286: * src/classes/image.C 1.18:
17287: * src/classes/mail.C 1.19:
17288: * src/classes/op.C 1.8:
17289: * src/classes/random.C 1.7:
17290: * src/include/pa_config_fixed.h 1.3:
17291: * src/include/pa_config_includes.h 1.3:
17292: * src/include/pa_hash.h 1.37:
17293: * src/include/pa_sql_driver_manager.h 1.3:
17294: * src/include/pa_version.h 1.2:
17295: * src/main/Makefile.am 1.9:
17296: * src/main/compile.y 1.125:
17297: * src/main/pa_common.C 1.47:
17298: * src/main/pa_exec.C 1.2:
17299: * src/main/pa_socks.C 1.2:
17300: * src/main/pa_sql_driver_manager.C 1.7:
17301: * src/sql/Makefile.am 1.2:
17302: * src/sql/pa_sql_driver.h 1.6:
17303: * src/targets/cgi/Makefile.am 1.3:
17304: * src/targets/cgi/parser3.C 1.64:
17305: * src/types/Makefile.am 1.3:
17306: * src/types/pa_vcookie.C 1.18:
17307: * src/types/pa_vform.C 1.25:
17308: * src/types/pa_vimage.h 1.8:
17309: exec @jav
17310:
17311: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
17312: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
17313: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
17314: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
17315: sql driver interface now has initialize(client .so)
17316:
17317: 2001-04-16 paf
17318: * src/Makefile.am [gcc0415] 1.4.2.2:
17319: compile2 cygwin
17320:
17321: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
17322: compile0 jav
17323:
17324: * src/Makefile.am [gcc0415] 1.4.2.1:
17325: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
17326: * src/classes/_double.h [gcc0415] 1.6.2.1:
17327: * src/classes/_exec.h [gcc0415] 1.2.2.1:
17328: * src/classes/_file.h [gcc0415] 1.3.2.1:
17329: * src/classes/_form.h [gcc0415] 1.2.2.1:
17330: * src/classes/_image.h [gcc0415] 1.1.2.1:
17331: * src/classes/_int.h [gcc0415] 1.6.2.1:
17332: * src/classes/_mail.h [gcc0415] 1.2.2.1:
17333: * src/classes/_op.h [gcc0415] 1.4.2.1:
17334: * src/classes/_random.h [gcc0415] 1.2.2.1:
17335: * src/classes/_response.h [gcc0415] 1.3.2.1:
17336: * src/classes/_string.h [gcc0415] 1.8.2.1:
17337: * src/classes/_table.h [gcc0415] 1.5.2.1:
17338: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
17339: * src/classes/gd/gif.C [gcc0415] 1.4.2.1:
17340: * src/classes/gd/gif.h [gcc0415] 1.5.2.1:
17341: * src/classes/gd/gifio.C [gcc0415] 1.5.2.1:
17342: * src/classes/image.C [gcc0415] 1.17.2.1:
17343: * src/classes/mail.C [gcc0415] 1.18.2.1:
17344: * src/classes/op.C [gcc0415] 1.7.2.1:
17345: * src/classes/random.C [gcc0415] 1.6.2.1:
17346: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
17347: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
17348: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
17349: * src/include/pa_version.h [gcc0415] 1.1.2.1:
17350: * src/main/Makefile.am [gcc0415] 1.8.2.1:
17351: * src/main/compile.y [gcc0415] 1.124.2.1:
17352: * src/main/pa_common.C [gcc0415] 1.46.2.1:
17353: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
17354: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
17355: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
17356: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
17357: * src/types/Makefile.am [gcc0415] 1.2.2.1:
17358: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
17359: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
17360: compile-1
17361:
17362: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
17363: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
17364: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
17365: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
17366: compile1 cygwin
17367:
17368: 2001-04-15 paf
17369: * src/classes/op.C 1.5:
17370: * src/include/pa_request.h 1.82:
17371: * src/types/pa_value.h 1.48:
17372: * src/types/pa_vmethod_frame.h 1.3:
17373: MethodParams in op.C
17374:
17375: * src/types/pa_value.h 1.49:
17376: MethodParams !junction
17377:
17378: * src/classes/table.C 1.62:
17379: table:empty +=process
17380:
17381: * src/classes/op.C 1.7:
17382: z
17383:
17384: * src/classes/_string.h 1.8:
17385: * src/classes/double.C 1.21:
17386: * src/classes/file.C 1.26:
17387: * src/classes/image.C 1.17:
17388: * src/classes/int.C 1.19:
17389: * src/classes/mail.C 1.18:
17390: * src/classes/op.C 1.6:
17391: * src/classes/random.C 1.6:
17392: * src/classes/response.C 1.7:
17393: * src/classes/string.C 1.38:
17394: * src/classes/table.C 1.61:
17395: * src/classes/unknown.C 1.2:
17396: * src/main/pa_request.C 1.113:
17397: MethodParams everywhere
17398:
17399: 2001-04-12 paf
17400: * src/classes/_unknown.h 1.1:
17401: * src/classes/unknown.C 1.1:
17402: * src/include/pa_globals.h 1.48:
17403: * src/main/main.dsp 1.91:
17404: * src/main/pa_globals.C 1.55:
17405: * src/types/pa_vunknown.h 1.9:
17406: ^unknown:int[]=0 double[]=0
17407:
17408: * src/classes/gd/gif.C 1.4:
17409: * src/classes/image.C 1.13:
17410: image:line/fill/rectangle/bar/replace/polygon/polybar
17411:
17412: * src/classes/image.C 1.15:
17413: * src/main/pa_hash.C 1.33:
17414: hash bug fixed
17415:
17416: * src/classes/gd/gif.h 1.5:
17417: * src/classes/image.C 1.12:
17418: * src/classes/op.C 1.4:
17419: * src/main/execute.C 1.146:
17420: * src/types/pa_value.h 1.47:
17421: * src/types/pa_vmethod_frame.h 1.2:
17422: * src/types/pa_wcontext.h 1.11:
17423: for var now written not to r.wcontext, but to r.root
17424: cleared "entered_object" state
17425:
17426: * src/classes/image.C 1.16:
17427: * src/types/pa_vimage.h 1.7:
17428: image:font :text
17429:
17430: * src/classes/image.C 1.14:
17431: image:gif now does not have params
17432:
17433: 2001-04-11 paf
17434: * src/classes/mail.C 1.17:
17435: * src/classes/op.C 1.3:
17436: * src/targets/cgi/parser3.C 1.63:
17437: * src/types/pa_value.h 1.46:
17438: * src/types/pa_vfile.C 1.15:
17439: * src/types/pa_vfile.h 1.19:
17440: * src/types/pa_vform.C 1.24:
17441: * src/types/pa_vstring.C 1.3:
17442: * src/types/pa_vstring.h 1.22:
17443: forced UL_FILE_NAME of posted file name
17444:
17445: * src/classes/image.C 1.7:
17446: * src/main/execute.C 1.145:
17447: * src/main/main.dsp 1.89:
17448: * src/main/pa_request.C 1.112:
17449: * src/types/pa_vcframe.h 1.4:
17450: * src/types/pa_vcode_frame.h 1.1:
17451: * src/types/pa_vimage.C 1.4:
17452: * src/types/pa_vimage.h 1.4:
17453: * src/types/pa_vmethod_frame.h 1.1:
17454: * src/types/pa_vmframe.h 1.13:
17455: libimaging dead end: pil parses header in .py
17456:
17457: * src/classes/gd/gd.dsp 1.3:
17458: * src/classes/gd/gif.C 1.2:
17459: * src/classes/gd/gif.h 1.2:
17460: * src/classes/gd/gifio.C 1.2:
17461: * src/classes/image.C 1.8:
17462: * src/types/pa_vimage.C 1.5:
17463: * src/types/pa_vimage.h 1.5:
17464: gd started porting to Pooled descendant
17465:
17466: * src/classes/image.C 1.5:
17467: * src/main/pa_request.C 1.110:
17468: * src/types/pa_vform.C 1.23:
17469: fixed post [broke when moved post read to core]
17470:
17471: * src/classes/gd/gd.dsp 1.1:
17472: * src/classes/smtp/smtp.dsp 1.1:
17473: * src/main/main.dsp 1.87:
17474: gd+smtp made separate libs
17475:
17476: * src/classes/gd/gifio.C 1.3:
17477: * src/classes/image.C 1.9:
17478: * src/types/pa_vimage.C 1.6:
17479: * src/types/pa_vimage.h 1.6:
17480: gd todo: gif without file
17481:
17482: * src/include/pa_globals.h 1.46:
17483: * src/include/pa_string.h 1.80:
17484: * src/main/pa_common.C 1.46:
17485: * src/main/pa_request.C 1.111:
17486: * src/main/untaint.C 1.39:
17487: * src/types/pa_vfile.C 1.16:
17488: * src/types/pa_vstring.C 1.4:
17489: fixed vstring:as_vfile length
17490:
17491: * src/classes/gd/gd.dsp 1.2:
17492: * src/classes/image.C 1.6:
17493: * src/include/pa_globals.h 1.47:
17494: * src/main/main.dsp 1.88:
17495: * src/main/pa_globals.C 1.54:
17496: * src/types/pa_vimage.C 1.3:
17497: * src/types/pa_vimage.h 1.3:
17498: gd dead end. switching to python imaging lib
17499:
17500: * src/classes/gd/gif.h 1.3:
17501: * src/classes/gd/gifio.C 1.4:
17502: * src/classes/image.C 1.10:
17503: * src/main/main.dsp 1.90:
17504: gd with mem write + image just compiled
17505:
17506: * src/classes/gd/gif.C 1.3:
17507: * src/classes/gd/gif.h 1.4:
17508: * src/classes/gd/gifio.C 1.5:
17509: * src/classes/image.C 1.11:
17510: image:create image:load
17511:
17512: 2001-04-10 paf
17513: * src/classes/_double.h 1.6:
17514: * src/classes/_file.h 1.3:
17515: * src/classes/_form.h 1.2:
17516: * src/classes/_int.h 1.6:
17517: * src/classes/_mail.h 1.2:
17518: * src/classes/_op.h 1.4:
17519: * src/classes/_random.h 1.2:
17520: * src/classes/_response.h 1.3:
17521: * src/classes/_string.h 1.7:
17522: * src/classes/_table.h 1.5:
17523: * src/classes/file.C 1.25:
17524: * src/classes/gd/gif.C 1.1:
17525: * src/classes/gd/gif.h 1.1:
17526: * src/classes/gd/gifio.C 1.1:
17527: * src/classes/mail.C 1.16:
17528: * src/include/pa_common.h 1.37:
17529: * src/include/pa_globals.h 1.45:
17530: * src/main/execute.C 1.144:
17531: * src/main/main.dsp 1.86:
17532: * src/main/pa_common.C 1.44:
17533: * src/main/pa_globals.C 1.53:
17534: * src/targets/isapi/parser3isapi.C 1.28:
17535: * src/types/pa_value.h 1.45:
17536: * src/types/pa_vfile.C 1.14:
17537: * src/types/pa_vfile.h 1.18:
17538: * src/types/pa_vhash.h 1.10:
17539: * src/types/pa_vimage.h 1.1:
17540: * src/types/pa_vresponse.h 1.8:
17541: * src/types/pa_vstring.h 1.21:
17542: image:measure -100 just compiled
17543:
17544: * src/classes/_image.h 1.1:
17545: * src/classes/image.C 1.1:
17546: * src/types/pa_vimage.C 1.1:
17547: image forgotten!
17548:
17549: * src/classes/image.C 1.3:
17550: * src/types/pa_vimage.C 1.2:
17551: jpg measure bugs fixed
17552:
17553: * src/classes/image.C 1.4:
17554: image:html done
17555:
17556: * src/classes/table.C 1.60:
17557: * src/include/pa_common.h 1.38:
17558: * src/main/pa_common.C 1.45:
17559: * src/main/pa_request.C 1.109:
17560: * src/main/pa_string.C 1.76:
17561: * src/main/untaint.C 1.38:
17562: * src/types/pa_vimage.h 1.2:
17563: image:measure -90
17564:
17565: * src/classes/mail.C 1.11:
17566: * src/classes/smtp/comms.C 1.2:
17567: * src/classes/smtp/smtp.C 1.2:
17568: * src/classes/smtp/smtp.h 1.2:
17569: * src/main/pa_globals.C 1.52:
17570: smtp some consts
17571:
17572: * src/classes/mail.C 1.12:
17573: unix sendmail compiled. todo:testing
17574:
17575: * src/classes/mail.C 1.14:
17576: sendmail unix skipping defaults
17577:
17578: * src/classes/image.C 1.2:
17579: z
17580:
17581: * src/classes/mail.C 1.13:
17582: * src/include/pa_common.h 1.36:
17583: * src/main/pa_common.C 1.43:
17584: sendmail unix added defaults
17585:
17586: * src/classes/mail.C 1.15:
17587: minor bug with unclear from/to
17588:
17589: 2001-04-09 paf
17590: * src/classes/_exec.h 1.2:
17591: * src/main/execute.C 1.142:
17592: * src/main/pa_globals.C 1.50:
17593: * src/main/pa_request.C 1.106:
17594: * src/types/pa_vcookie.C 1.17:
17595: * src/types/pa_vfile.C 1.12:
17596: exec -2
17597:
17598: * src/classes/file.C 1.24:
17599: * src/include/pa_exec.h 1.1:
17600: * src/include/pa_sapi.h 1.8:
17601: * src/main/main.dsp 1.85:
17602: * src/main/pa_exec.C 1.1:
17603: * src/targets/cgi/parser3.C 1.62:
17604: * src/targets/cgi/parser3.dsp 1.17:
17605: * src/targets/isapi/parser3isapi.C 1.27:
17606: * src/targets/isapi/parser3isapi.dsp 1.12:
17607: all targets exec
17608:
17609: * src/classes/exec.C 1.2:
17610: * src/include/pa_common.h 1.35:
17611: * src/main/pa_common.C 1.42:
17612: * src/main/untaint.C 1.37:
17613: exec3. decided exec:cgi to move to file:cgi
17614:
17615: * src/include/pa_sapi.h 1.7:
17616: * src/include/pa_string.h 1.79:
17617: * src/targets/cgi/parser3.C 1.61:
17618: * src/targets/isapi/parser3isapi.C 1.26:
17619: * src/targets/isapi/parser3isapi.dsp 1.11:
17620: sapi exec dead end. badly parsed args in apache:util.script
17621:
17622: * src/classes/file.C 1.23:
17623: * src/main/main.dsp 1.84:
17624: * src/main/pa_request.C 1.108:
17625: * src/targets/cgi/parser3.C 1.60:
17626: exec win32 env
17627:
17628: * src/classes/exec.C 1.3:
17629: * src/classes/file.C 1.21:
17630: * src/include/pa_globals.h 1.44:
17631: * src/main/execute.C 1.143:
17632: * src/main/main.dsp 1.83:
17633: * src/main/pa_globals.C 1.51:
17634: * src/main/pa_request.C 1.107:
17635: * src/types/pa_vfile.C 1.13:
17636: * src/types/pa_vfile.h 1.17:
17637: * src/types/pa_vform.C 1.22:
17638: * src/types/pa_vstring.C 1.2:
17639: exec4. todo env
17640:
17641: * src/classes/_exec.h 1.1:
17642: * src/classes/exec.C 1.1:
17643: * src/include/pa_common.h 1.34:
17644: * src/include/pa_request.h 1.81:
17645: * src/include/pa_sapi.h 1.6:
17646: * src/include/pa_string.h 1.77:
17647: * src/main/pa_common.C 1.41:
17648: * src/main/pa_request.C 1.105:
17649: * src/main/pa_string.C 1.75:
17650: * src/targets/cgi/parser3.C 1.59:
17651: * src/targets/cgi/parser3.dsp 1.16:
17652: * src/targets/isapi/parser3isapi.C 1.25:
17653: * src/types/pa_vform.C 1.21:
17654: * src/types/pa_vform.h 1.15:
17655: exec class just compiled. moved post read to request core
17656:
17657: * src/classes/file.C 1.22:
17658: * src/include/pa_hash.h 1.36:
17659: * src/main/pa_hash.C 1.32:
17660: exec env 0
17661:
17662: * src/classes/_op.h 1.3:
17663: * src/include/pa_dir.h 1.2:
17664: * src/include/pa_globals.h 1.43:
17665: * src/include/pa_sapi.h 1.5:
17666: * src/main/main.dsp 1.82:
17667: * src/main/pa_dir.C 1.2:
17668: * src/main/pa_globals.C 1.49:
17669: * src/targets/cgi/parser3.C 1.58:
17670: * src/targets/cgi/parser3.dsp 1.15:
17671: problems with ^exec:cgi post data. they are already read by vform
17672:
17673: * src/include/pa_string.h 1.78:
17674: written but not tested exec with env for unix
17675:
17676: 2001-04-08 paf
17677: * src/classes/file.C 1.20:
17678: * src/classes/mail.C 1.10:
17679: * src/classes/string.C 1.37:
17680: * src/include/pa_request.h 1.80:
17681: * src/include/pa_string.h 1.76:
17682: * src/main/pa_request.C 1.104:
17683: uuencode. string<<
17684:
17685: 2001-04-07 paf
17686: * src/classes/_mail.h 1.1:
17687: * src/classes/mail.C 1.1:
17688: * src/include/pa_common.h 1.33:
17689: * src/include/pa_globals.h 1.41:
17690: * src/include/pa_string.h 1.74:
17691: * src/main/main.dsp 1.79:
17692: * src/main/pa_common.C 1.40:
17693: * src/main/pa_globals.C 1.47:
17694: * src/main/pa_request.C 1.101:
17695: * src/main/untaint.C 1.36:
17696: * src/types/pa_vcookie.C 1.16:
17697: mail:send -10 just compiled
17698:
17699: * src/include/pa_socks.h 1.1:
17700: * src/main/main.dsp 1.81:
17701: * src/main/pa_socks.C 1.1:
17702: * src/targets/cgi/parser3.C 1.57:
17703: * src/targets/cgi/parser3.dsp 1.14:
17704: * src/targets/isapi/parser3isapi.C 1.24:
17705: mail:send 1
17706:
17707: * src/classes/mail.C 1.3:
17708: +=
17709:
17710: * src/classes/mail.C 1.6:
17711: ^attach dead end
17712:
17713: * src/classes/mail.C 1.2:
17714: * src/include/pa_string.h 1.75:
17715: mail:send -1 text prepared
17716:
17717: * src/classes/mail.C 1.7:
17718: ^mail[$attach
17719:
17720: * src/classes/mail.C 1.5:
17721: * src/classes/mail.C 1.8:
17722: * src/classes/mail.C 1.9:
17723: * src/main/pa_request.C 1.103:
17724: z
17725:
17726: * src/classes/mail.C 1.4:
17727: * src/classes/smtp/comms.C 1.1:
17728: * src/classes/smtp/smtp.C 1.1:
17729: * src/classes/smtp/smtp.h 1.1:
17730: * src/include/pa_globals.h 1.42:
17731: * src/include/pa_request.h 1.79:
17732: * src/main/main.dsp 1.80:
17733: * src/main/pa_globals.C 1.48:
17734: * src/main/pa_request.C 1.102:
17735: smtp just compiled
17736:
17737: 2001-04-06 paf
17738: * src/types/pa_valiased.C 1.7:
17739: another root inherititance skipped
17740:
17741: * src/classes/random.C 1.5:
17742: * src/classes/table.C 1.57:
17743: * src/main/pa_globals.C 1.44:
17744: @office
17745:
17746: * src/classes/table.C 1.58:
17747: * src/include/pa_dir.h 1.1:
17748: * src/main/execute.C 1.141:
17749: * src/main/main.dsp 1.78:
17750: * src/main/pa_dir.C 1.1:
17751: table:dir 0 [without regexp]
17752:
17753: * src/main/compile.C 1.34:
17754: * src/main/compile.y 1.124:
17755: * src/main/execute.C 1.139:
17756: operators are now not root methods of parent class. just 'ROOT
17757: class
17758:
17759: * src/classes/table.C 1.59:
17760: * src/include/pa_globals.h 1.40:
17761: * src/main/pa_globals.C 1.46:
17762: * src/main/pa_string.C 1.74:
17763: table:dir 1
17764:
17765: * src/classes/_op.h 1.2:
17766: * src/classes/_root.h 1.5:
17767: * src/classes/op.C 1.2:
17768: * src/classes/root.C 1.62:
17769: * src/include/pa_globals.h 1.39:
17770: * src/include/pa_request.h 1.78:
17771: * src/main/compile.C 1.35:
17772: * src/main/execute.C 1.140:
17773: * src/main/main.dsp 1.77:
17774: * src/main/pa_globals.C 1.45:
17775: * src/main/pa_request.C 1.100:
17776: renamed 'root' to 'op'
17777:
17778: * src/classes/_op.h 1.1:
17779: * src/classes/op.C 1.1:
17780: renamed from 'root'
17781:
17782: 2001-04-05 paf
17783: * src/classes/root.C 1.59:
17784: * src/include/pa_sql_connection.h 1.1:
17785: * src/include/pa_sql_driver.h 1.5:
17786: * src/main/main.dsp 1.76:
17787: * src/main/pa_sql_driver_manager.C 1.3:
17788: * src/sql/pa_sql_driver.h 1.1:
17789: sql driver services for conv memory & error reporting
17790:
17791: * src/main/execute.C 1.138:
17792: * src/main/pa_request.C 1.98:
17793: * src/main/pa_string.C 1.73:
17794: * src/types/pa_value.h 1.44:
17795: * src/types/pa_vmframe.h 1.12:
17796: * src/types/pa_wcontext.h 1.10:
17797: constructor flag dropped at get_method_frame and remembered
17798: into method_frame
17799:
17800: * src/include/pa_globals.h 1.38:
17801: * src/main/pa_globals.C 1.43:
17802: * src/main/pa_request.C 1.96:
17803: * src/main/pa_string.C 1.72:
17804: * src/targets/isapi/parser3isapi.dsp 1.10:
17805: $LOCALE:ctype[Russian_Russia.1251]
17806:
17807: * src/main/pa_request.C 1.99:
17808: * src/sql/pa_sql_driver.h 1.5:
17809: mysql limit
17810:
17811: * src/classes/table.C 1.52:
17812: select * from hren error contains statement
17813:
17814: * src/classes/random.C 1.4:
17815: * src/classes/root.C 1.60:
17816: * src/classes/table.C 1.54:
17817: * src/include/pa_sql_connection.h 1.4:
17818: * src/include/pa_string.h 1.71:
17819: * src/main/execute.C 1.137:
17820: * src/main/pa_sql_driver_manager.C 1.6:
17821: * src/main/pa_string.C 1.70:
17822: * src/main/untaint.C 1.34:
17823: * src/sql/pa_sql_driver.h 1.4:
17824: * src/types/pa_vmframe.h 1.11:
17825: * src/types/pa_wcontext.C 1.5:
17826: * src/types/pa_wcontext.h 1.9:
17827: sql quote. string untaint UL_SQL
17828:
17829: * src/classes/table.C 1.51:
17830: * src/include/pa_sql_connection.h 1.2:
17831: * src/include/pa_types.h 1.24:
17832: * src/main/pa_sql_driver_manager.C 1.4:
17833: * src/main/untaint.C 1.33:
17834: * src/sql/pa_sql_driver.h 1.2:
17835: * src/targets/cgi/parser3.dsp 1.13:
17836: mysql 0
17837:
17838: * src/classes/table.C 1.53:
17839: * src/include/pa_sql_connection.h 1.3:
17840: * src/main/pa_sql_driver_manager.C 1.5:
17841: * src/sql/pa_sql_driver.h 1.3:
17842: sql ping
17843:
17844: * src/classes/table.C 1.55:
17845: * src/include/pa_string.h 1.72:
17846: * src/main/pa_string.C 1.71:
17847: * src/main/untaint.C 1.35:
17848: z
17849:
17850: * src/classes/file.C 1.19:
17851: * src/classes/root.C 1.61:
17852: * src/classes/string.C 1.36:
17853: * src/classes/table.C 1.56:
17854: * src/main/pa_request.C 1.97:
17855: junction to code&expression in errors
17856:
17857: * src/include/pa_config_fixed.h 1.2:
17858: * src/include/pa_config_includes.h 1.2:
17859: * src/include/pa_hash.h 1.35:
17860: * src/include/pa_string.h 1.73:
17861: * src/main/pa_hash.C 1.31:
17862: * src/main/pa_table.C 1.26:
17863: hash now not thread-safe.
17864:
17865: 2001-04-04 paf
17866: * src/include/pa_sql_driver.h 1.4:
17867: mysql connect
17868:
17869: * src/classes/random.C 1.3:
17870: * src/classes/root.C 1.56:
17871: * src/classes/table.C 1.49:
17872: * src/include/pa_globals.h 1.36:
17873: * src/include/pa_pool.h 1.48:
17874: * src/include/pa_request.h 1.76:
17875: * src/main/pa_request.C 1.94:
17876: * src/types/pa_vclass.h 1.12:
17877: sql frame -10
17878:
17879: * src/Makefile.am 1.4:
17880: * src/classes/root.C 1.57:
17881: * src/classes/string.C 1.35:
17882: * src/classes/table.C 1.50:
17883: * src/include/pa_globals.h 1.37:
17884: * src/include/pa_hash.h 1.34:
17885: * src/include/pa_pool.h 1.49:
17886: * src/include/pa_request.h 1.77:
17887: * src/include/pa_sapi.h 1.4:
17888: * src/include/pa_string.h 1.70:
17889: * src/include/pa_table.h 1.29:
17890: * src/main/main.dsp 1.74:
17891: * src/main/pa_globals.C 1.42:
17892: * src/main/pa_hash.C 1.30:
17893: * src/main/pa_request.C 1.95:
17894: * src/main/pa_string.C 1.69:
17895: * src/main/pa_table.C 1.25:
17896: * src/main/untaint.C 1.32:
17897: connect&sql -1000 just compiled
17898:
17899: * src/sql/Makefile.am 1.1:
17900: forgot to add mysql client
17901:
17902: * src/classes/root.C 1.58:
17903: * src/include/pa_sql_driver.h 1.2:
17904: * src/include/pa_sql_driver_manager.h 1.2:
17905: * src/main/main.dsp 1.75:
17906: * src/main/pa_sql_driver_manager.C 1.2:
17907: more manager&connection&driver
17908:
17909: * src/include/pa_sql_driver.h 1.3:
17910: mysql info
17911:
17912: * src/doc/doxygen.cfg 1.2:
17913: z
17914:
17915: * src/include/pa_sql_driver.h 1.1:
17916: * src/include/pa_sql_driver_manager.h 1.1:
17917: * src/main/pa_sql_driver_manager.C 1.1:
17918: connect&sql -1000 just compiled [forgot to add libltdl, added]
17919:
17920: 2001-04-03 paf
17921: * src/classes/file.C 1.18:
17922: * src/classes/string.C 1.32:
17923: * src/classes/table.C 1.48:
17924: * src/include/pa_string.h 1.69:
17925: * src/main/pa_common.C 1.39:
17926: * src/main/pa_string.C 1.68:
17927: * src/main/untaint.C 1.31:
17928: string:match replace 2. string.cstr(forced lang)
17929:
17930: * src/classes/string.C 1.30:
17931: string:match replace 0
17932:
17933: * src/classes/string.C 1.34:
17934: * src/types/pa_vform.C 1.19:
17935: string:match replace assigned lang
17936:
17937: * src/classes/string.C 1.31:
17938: * src/include/pa_string.h 1.68:
17939: * src/main/pa_string.C 1.67:
17940: string:match replace strange matches
17941:
17942: * src/classes/table.C 1.46:
17943: table:append now uses string::split
17944:
17945: * src/include/pa_globals.h 1.33:
17946: * src/include/pa_hash.h 1.33:
17947: * src/main/pa_globals.C 1.39:
17948: * src/main/pa_request.C 1.92:
17949: * src/targets/cgi/parser3.C 1.55:
17950: * src/targets/isapi/parser3isapi.C 1.22:
17951: * src/types/pa_vfile.C 1.11:
17952: content-disposition
17953:
17954: * src/classes/string.C 1.25:
17955: * src/include/pa_globals.h 1.34:
17956: * src/include/pa_string.h 1.64:
17957: * src/main/main.dsp 1.73:
17958: * src/main/pa_globals.C 1.40:
17959: * src/main/pa_string.C 1.62:
17960: string:match [search] -1 just compiled
17961:
17962: * src/classes/string.C 1.26:
17963: * src/include/pa_globals.h 1.35:
17964: * src/include/pa_string.h 1.65:
17965: * src/include/pa_threads.h 1.12:
17966: * src/main/pa_globals.C 1.41:
17967: * src/main/pa_string.C 1.63:
17968: * src/targets/isapi/parser3isapi.dsp 1.9:
17969: string:match 0
17970:
17971: * src/main/pa_common.C 1.37:
17972: * src/main/untaint.C 1.30:
17973: * src/targets/cgi/parser3.C 1.56:
17974: * src/targets/isapi/parser3isapi.C 1.23:
17975: * src/targets/isapi/pool_storage.h 1.4:
17976: todo/tests
17977:
17978: * src/classes/string.C 1.27:
17979: * src/include/pa_string.h 1.66:
17980: * src/main/pa_string.C 1.64:
17981: string:match replace -11
17982:
17983: * src/classes/file.C 1.15:
17984: * src/classes/root.C 1.54:
17985: * src/classes/string.C 1.23:
17986: * src/classes/table.C 1.44:
17987: * src/doc/doxygen.cmd 1.1:
17988: * src/doc/doxygen.txt 1.2:
17989: * src/doc/generate.cmd 1.2:
17990: * src/include/pa_array.h 1.34:
17991: * src/include/pa_request.h 1.74:
17992: * src/include/pa_string.h 1.62:
17993: * src/main/execute.C 1.136:
17994: * src/main/pa_string.C 1.60:
17995: * src/main/untaint.C 1.29:
17996: * src/targets/cgi/parser3.C 1.52:
17997: * src/types/pa_vcookie.C 1.15:
17998: string::pos & cmp & piece bugs fixed.
17999: string::split new
18000: table:load separated from set
18001: table:set implemented with clean \n \t searches
18002:
18003: * src/include/pa_common.h 1.31:
18004: * src/include/pa_globals.h 1.32:
18005: * src/main/pa_globals.C 1.38:
18006: * src/main/pa_request.C 1.91:
18007: * src/targets/cgi/parser3.C 1.54:
18008: * src/targets/isapi/parser3isapi.C 1.21:
18009: * src/types/pa_value.h 1.43:
18010: main:post-process
18011:
18012: * src/classes/file.C 1.16:
18013: * src/classes/table.C 1.45:
18014: * src/include/pa_common.h 1.32:
18015: * src/main/compile_tools.C 1.34:
18016: * src/main/pa_common.C 1.38:
18017: * src/main/pa_request.C 1.93:
18018: * src/types/pa_vform.C 1.20:
18019: * src/types/pa_vstring.C 1.1:
18020: z
18021:
18022: * src/include/pa_common.h 1.30:
18023: * src/include/pa_request.h 1.75:
18024: * src/include/pa_sapi.h 1.3:
18025: * src/main/main.dsp 1.72:
18026: * src/main/pa_common.C 1.36:
18027: * src/main/pa_request.C 1.90:
18028: * src/targets/cgi/parser3.C 1.53:
18029: * src/types/pa_value.h 1.42:
18030: * src/types/pa_vfile.C 1.10:
18031: * src/types/pa_vfile.h 1.16:
18032: * src/types/pa_vstring.h 1.20:
18033: vfile in response:body
18034:
18035: * src/classes/string.C 1.28:
18036: * src/include/pa_string.h 1.67:
18037: * src/main/pa_string.C 1.65:
18038: string:match replace prepared
18039:
18040: * src/classes/string.C 1.33:
18041: * src/main/compile.y 1.123:
18042: grammar: fixed to allow {}[]< empty []
18043:
18044: * src/classes/double.C 1.20:
18045: * src/classes/file.C 1.17:
18046: * src/classes/form.C 1.3:
18047: * src/classes/int.C 1.18:
18048: * src/classes/response.C 1.6:
18049: * src/classes/root.C 1.55:
18050: * src/classes/string.C 1.24:
18051: * src/classes/table.C 1.47:
18052: * src/include/pa_string.h 1.63:
18053: * src/main/pa_string.C 1.61:
18054: string:match -10 [frame]
18055:
18056: * src/classes/string.C 1.29:
18057: * src/main/pa_string.C 1.66:
18058: string:match replace prepared 2
18059:
18060: 2001-04-02 paf
18061: * src/classes/_random.h 1.1:
18062: * src/classes/random.C 1.1:
18063: * src/include/pa_globals.h 1.31:
18064: * src/main/main.dsp 1.71:
18065: * src/main/pa_globals.C 1.37:
18066: * src/main/pa_request.C 1.89:
18067: * src/types/pa_value.h 1.40:
18068: random:generate
18069:
18070: * src/classes/table.C 1.42:
18071: * src/include/pa_array.h 1.33:
18072: * src/include/pa_string.h 1.60:
18073: * src/include/pa_table.h 1.28:
18074: * src/main/execute.C 1.135:
18075: * src/types/pa_value.h 1.41:
18076: table:join
18077:
18078: * src/classes/table.C 1.43:
18079: * src/include/pa_string.h 1.61:
18080: * src/main/pa_string.C 1.59:
18081: * src/types/pa_valiased.C 1.6:
18082: * src/types/pa_valiased.h 1.12:
18083: * src/types/pa_vdouble.h 1.15:
18084: * src/types/pa_vfile.h 1.15:
18085: * src/types/pa_vint.h 1.16:
18086: * src/types/pa_vresponse.h 1.7:
18087: * src/types/pa_vstring.h 1.19:
18088: * src/types/pa_vtable.h 1.13:
18089: string::pos. about to use it in table:set/load
18090:
18091: * src/classes/random.C 1.2:
18092: random:generate 1
18093:
18094: 2001-03-30 paf
18095: * src/classes/double.C 1.19:
18096: * src/classes/file.C 1.14:
18097: * src/classes/int.C 1.17:
18098: * src/classes/response.C 1.5:
18099: * src/classes/root.C 1.53:
18100: * src/classes/string.C 1.22:
18101: * src/classes/table.C 1.40:
18102: * src/main/compile.y 1.122:
18103: * src/main/execute.C 1.134:
18104: * src/types/pa_value.h 1.39:
18105: * src/types/pa_vstateless_class.C 1.7:
18106: * src/types/pa_vstateless_class.h 1.9:
18107: static|dynamic|any method registration
18108:
18109: * src/classes/table.C 1.41:
18110: * src/include/pa_string.h 1.59:
18111: * src/main/pa_string.C 1.58:
18112: todo: table flip and append. string::pos
18113:
18114: 2001-03-29 paf
18115: * src/classes/string.C 1.14:
18116: * src/main/compile.y 1.120:
18117: * src/main/compile_tools.C 1.33:
18118: * src/main/compile_tools.h 1.36:
18119: * src/main/main.dsp 1.70:
18120: * src/types/pa_value.h 1.38:
18121: * src/types/pa_vstring.h 1.17:
18122: * src/types/pa_vunknown.h 1.8:
18123: empty params allowed. [] and [;] are different now.
18124:
18125: * src/include/pa_pool.h 1.46:
18126: * src/include/pa_request.h 1.72:
18127: * src/main/pa_request.C 1.86:
18128: * src/main/untaint.C 1.25:
18129: pool.request
18130:
18131: * src/classes/string.C 1.21:
18132: string:xsplit forgot that they must result in 1 row N column [
18133: not vice versa]
18134:
18135: * src/classes/string.C 1.17:
18136: * src/include/pa_string.h 1.57:
18137: * src/main/execute.C 1.133:
18138: * src/main/pa_array.C 1.30:
18139: * src/main/pa_string.C 1.56:
18140: * src/types/pa_vtable.h 1.12:
18141: string: lsplit -1
18142:
18143: * src/classes/string.C 1.16:
18144: * src/include/pa_string.h 1.55:
18145: * src/main/pa_string.C 1.54:
18146: string: pos -1
18147:
18148: * src/classes/string.C 1.18:
18149: * src/include/pa_string.h 1.58:
18150: * src/main/pa_string.C 1.57:
18151: string: lsplit
18152:
18153: * src/include/pa_pool.h 1.47:
18154: * src/include/pa_request.h 1.73:
18155: * src/main/pa_request.C 1.87:
18156: * src/main/untaint.C 1.26:
18157: pool.request undone
18158:
18159: * src/classes/string.C 1.20:
18160: z
18161:
18162: * src/include/pa_string.h 1.56:
18163: * src/main/pa_string.C 1.55:
18164: * src/main/untaint.C 1.28:
18165: string: pos
18166:
18167: * src/classes/string.C 1.15:
18168: * src/classes/table.C 1.38:
18169: * src/include/pa_string.h 1.54:
18170: * src/main/compile.y 1.121:
18171: * src/main/pa_request.C 1.88:
18172: * src/main/pa_string.C 1.53:
18173: * src/main/untaint.C 1.27:
18174: string: left right mid
18175:
18176: * src/classes/file.C 1.13:
18177: * src/classes/table.C 1.39:
18178: * src/include/pa_table.h 1.27:
18179: * src/main/pa_table.C 1.24:
18180: * src/types/pa_vstring.h 1.18:
18181: * src/types/pa_wwrapper.h 1.6:
18182: table:flip
18183:
18184: * src/classes/string.C 1.19:
18185: string: rsplit
18186:
18187: 2001-03-28 paf
18188: * src/classes/file.C 1.12:
18189: * src/include/pa_globals.h 1.30:
18190: * src/include/pa_request.h 1.71:
18191: * src/targets/cgi/parser3.C 1.51:
18192: * src/targets/isapi/parser3isapi.C 1.20:
18193: * src/types/pa_value.h 1.37:
18194: * src/types/pa_vrequest.C 1.4:
18195: * src/types/pa_vunknown.h 1.7:
18196: $request:browser [.type .version]; unknown.get_double now = 0.
18197:
18198: * src/classes/table.C 1.36:
18199: * src/include/pa_array.h 1.32:
18200: * src/include/pa_hash.h 1.32:
18201: * src/include/pa_table.h 1.24:
18202: * src/main/pa_array.C 1.29:
18203: * src/main/pa_table.C 1.21:
18204: * src/types/pa_vtable.h 1.11:
18205: table:locate just compiled
18206:
18207: * src/classes/file.C 1.9:
18208: * src/include/pa_common.h 1.29:
18209: * src/main/pa_common.C 1.34:
18210: * src/types/pa_vfile.C 1.7:
18211: * src/types/pa_vfile.h 1.12:
18212: started file:load. wrong write. must be self.set
18213:
18214: * src/classes/file.C 1.8:
18215: * src/classes/root.C 1.52:
18216: * src/classes/table.C 1.37:
18217: * src/include/pa_table.h 1.25:
18218: * src/main/pa_table.C 1.22:
18219: table:locate1, file:test
18220:
18221: * src/classes/file.C 1.10:
18222: * src/main/execute.C 1.132:
18223: * src/main/pa_common.C 1.35:
18224: * src/main/untaint.C 1.24:
18225: * src/targets/cgi/parser3.C 1.50:
18226: * src/types/pa_vfile.C 1.8:
18227: * src/types/pa_vfile.h 1.13:
18228: * src/types/pa_vform.C 1.17:
18229: file:load 1. tainted
18230:
18231: * src/classes/file.C 1.11:
18232: * src/include/pa_globals.h 1.29:
18233: * src/include/pa_request.h 1.70:
18234: * src/include/pa_table.h 1.26:
18235: * src/main/pa_globals.C 1.36:
18236: * src/main/pa_request.C 1.85:
18237: * src/main/pa_table.C 1.23:
18238: * src/types/pa_vfile.C 1.9:
18239: * src/types/pa_vfile.h 1.14:
18240: * src/types/pa_vform.C 1.18:
18241: file:load autodetection of mime-type by user-file-name
18242:
18243: 2001-03-27 paf
18244: * src/classes/double.C 1.18:
18245: * src/classes/int.C 1.16:
18246: * src/classes/root.C 1.51:
18247: * src/classes/string.C 1.13:
18248: * src/classes/table.C 1.34:
18249: * src/main/compile_tools.C 1.32:
18250: * src/main/execute.C 1.128:
18251: * src/main/pa_request.C 1.84:
18252: * src/main/untaint.C 1.23:
18253: * src/types/pa_value.h 1.35:
18254: * src/types/pa_vbool.h 1.6:
18255: * src/types/pa_vcookie.C 1.14:
18256: * src/types/pa_vdouble.h 1.14:
18257: * src/types/pa_vfile.h 1.11:
18258: * src/types/pa_vint.h 1.15:
18259: * src/types/pa_vmframe.h 1.9:
18260: * src/types/pa_vstring.h 1.16:
18261: * src/types/pa_vtable.h 1.10:
18262: * src/types/pa_vunknown.h 1.6:
18263: sort 0
18264:
18265: * src/classes/table.C 1.31:
18266: * src/include/pa_common.h 1.27:
18267: * src/main/compile.y 1.117:
18268: * src/main/execute.C 1.127:
18269: * src/main/pa_common.C 1.31:
18270: * src/main/pa_table.C 1.20:
18271: table:save decided to have as it were. stepped back.
18272: grammar: added 'in' 'is' 'lt'&co follow-space check
18273:
18274: * src/main/compile.y 1.119:
18275: fixed minor bug in @mn[][] ...^{
18276:
18277: * src/main/execute.C 1.130:
18278: * src/types/pa_value.h 1.36:
18279: * src/types/pa_vmframe.h 1.10:
18280: * src/types/pa_wcontext.h 1.8:
18281: fixed r/w context of code-params
18282:
18283: * src/classes/table.C 1.33:
18284: * src/main/pa_common.C 1.32:
18285: * src/main/pa_request.C 1.83:
18286: * src/targets/cgi/parser3.C 1.49:
18287: * src/types/pa_value.h 1.34:
18288: * src/types/pa_vbool.h 1.5:
18289: * src/types/pa_vdouble.h 1.12:
18290: * src/types/pa_vfile.h 1.9:
18291: * src/types/pa_vint.h 1.13:
18292: * src/types/pa_vstring.h 1.14:
18293: * src/types/pa_vunknown.h 1.5:
18294: continue on sort
18295:
18296: * src/types/pa_valiased.C 1.5:
18297: * src/types/pa_valiased.h 1.11:
18298: * src/types/pa_vdouble.h 1.13:
18299: * src/types/pa_vfile.h 1.10:
18300: * src/types/pa_vint.h 1.14:
18301: * src/types/pa_vresponse.h 1.6:
18302: * src/types/pa_vstring.h 1.15:
18303: * src/types/pa_vtable.h 1.9:
18304: renamed to are_static_calls_disabled
18305:
18306: * src/main/execute.C 1.131:
18307: * src/main/pa_common.C 1.33:
18308: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
18309:
18310: * src/classes/table.C 1.35:
18311: * src/main/execute.C 1.129:
18312: about to change junction rcontext!!
18313:
18314: * src/classes/table.C 1.32:
18315: * src/include/pa_common.h 1.28:
18316: * src/main/compile.y 1.118:
18317: started table:sort
18318: fixed minor bug in #...^{
18319:
18320: 2001-03-26 paf
18321: * src/classes/file.C 1.7:
18322: * src/classes/root.C 1.50:
18323: * src/classes/table.C 1.30:
18324: * src/include/pa_common.h 1.26:
18325: * src/include/pa_globals.h 1.28:
18326: * src/include/pa_table.h 1.23:
18327: * src/main/pa_common.C 1.30:
18328: * src/main/pa_globals.C 1.35:
18329: * src/main/pa_request.C 1.82:
18330: * src/main/pa_table.C 1.19:
18331: moved ::save to pa_table.
18332: disabled @auto invocation in ^process
18333:
18334: * src/classes/table.C 1.29:
18335: * src/include/pa_array.h 1.31:
18336: * src/include/pa_table.h 1.22:
18337: * src/main/pa_array.C 1.28:
18338: table:record
18339:
18340: * src/main/untaint.C 1.22:
18341: * src/targets/cgi/parser3.C 1.48:
18342: * src/targets/isapi/parser3isapi.C 1.19:
18343: * src/targets/isapi/parser3isapi.dsp 1.8:
18344: * src/targets/isapi/pool_storage.h 1.3:
18345: * src/types/pa_valiased.h 1.10:
18346: * src/types/pa_vcookie.C 1.13:
18347: * src/types/pa_vdouble.h 1.11:
18348: * src/types/pa_vfile.h 1.8:
18349: * src/types/pa_vint.h 1.12:
18350: * src/types/pa_vresponse.h 1.5:
18351: * src/types/pa_vstring.h 1.13:
18352: * src/types/pa_vtable.h 1.8:
18353: z
18354:
18355: * src/main/compile.y 1.116:
18356: grammar: [] 0params [;] 2 params (was 0)
18357:
18358: * src/include/pa_pool.h 1.45:
18359: * src/main/execute.C 1.126:
18360: * src/types/pa_valiased.C 1.4:
18361: * src/types/pa_valiased.h 1.9:
18362: * src/types/pa_value.h 1.33:
18363: * src/types/pa_vdouble.h 1.10:
18364: * src/types/pa_vfile.h 1.7:
18365: * src/types/pa_vint.h 1.11:
18366: * src/types/pa_vresponse.h 1.4:
18367: * src/types/pa_vstring.h 1.12:
18368: * src/types/pa_vtable.h 1.7:
18369: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
18370: allowed no checks in native method realisations on 'self' validity -
18371: they now can simply assume that 'self' is V{Proper} .
18372:
18373: 2001-03-25 paf
18374: * src/classes/table.C 1.26:
18375: * src/include/pa_globals.h 1.27:
18376: * src/include/pa_string.h 1.52:
18377: * src/include/pa_table.h 1.20:
18378: * src/main/compile.y 1.114:
18379: * src/main/compile_tools.C 1.31:
18380: * src/main/compile_tools.h 1.35:
18381: * src/main/pa_globals.C 1.32:
18382: * src/main/pa_request.C 1.79:
18383: * src/main/pa_string.C 1.52:
18384: * src/main/pa_table.C 1.17:
18385: * src/main/untaint.C 1.15:
18386: * src/types/pa_vcookie.h 1.7:
18387: typo & typo-default
18388:
18389: * src/main/pa_globals.C 1.34:
18390: * src/main/untaint.C 1.19:
18391: html-typo - moved all processing to table [except preliminary \
18392: \n \r \n replacements to "\n"]
18393:
18394: * src/main/untaint.C 1.16:
18395: typo \r \r\n \n properly handled
18396:
18397: * src/classes/table.C 1.27:
18398: * src/include/pa_table.h 1.21:
18399: * src/main/pa_globals.C 1.33:
18400: * src/main/pa_table.C 1.18:
18401: * src/main/untaint.C 1.17:
18402: returned table originating. useful for reporting typo table
18403: problems origin. think would be useful somewhere else
18404:
18405: * src/classes/table.C 1.28:
18406: * src/main/untaint.C 1.18:
18407: html-typo - decided to move all the processing to table
18408:
18409: * src/main/pa_request.C 1.80:
18410: table empty lines ignored. system-default content type assigned
18411: in output:result [can fail in main:auto and skipped normal
18412: defaults extraction]
18413:
18414: * src/include/pa_string.h 1.53:
18415: * src/main/compile.y 1.115:
18416: #comment fixed minor bug
18417:
18418: * src/main/pa_request.C 1.81:
18419: * src/main/untaint.C 1.20:
18420: moved default typo-table to lowlevel - it initialization could
18421: be skipped if failed in @auto. so that exception report would
18422: use some table
18423:
18424: * src/main/untaint.C 1.21:
18425: z
18426:
18427: 2001-03-24 paf
18428: * src/main/pa_globals.C 1.28:
18429: * src/types/pa_vclass.C 1.6:
18430: * src/types/pa_vclass.h 1.11:
18431: * src/types/pa_vstateless_class.C 1.6:
18432: * src/types/pa_vstateless_class.h 1.8:
18433: thrown away freeze mech.
18434: no danger now for you can't do ^request:process[@new-method[]
18435: body]
18436: trick anymore.
18437: still remains $some_instance.process[@new-method[]
18438: possibility]
18439: but would leave it as a feature.
18440: see index for sample
18441:
18442: * src/include/pa_string.h 1.51:
18443: * src/main/pa_string.C 1.51:
18444: * src/main/untaint.C 1.14:
18445: * src/targets/cgi/parser3.C 1.47:
18446: html-typo 2
18447:
18448: * src/include/pa_array.h 1.29:
18449: * src/include/pa_hash.h 1.31:
18450: * src/include/pa_request.h 1.67:
18451: * src/main/compile.y 1.110:
18452: * src/main/pa_array.C 1.26:
18453: * src/main/pa_common.C 1.25:
18454: * src/main/pa_hash.C 1.29:
18455: * src/main/pa_request.C 1.73:
18456: * src/types/pa_vcookie.C 1.12:
18457: cyclic uses ignored. defaulted default content-type
18458:
18459: * src/doc/doxygen.cfg 1.1:
18460: * src/doc/doxygen.txt 1.1:
18461: * src/doc/generate.cmd 1.1:
18462: * src/doc/view.cmd 1.1:
18463: * src/include/pa_array.h 1.30:
18464: * src/include/pa_globals.h 1.26:
18465: * src/include/pa_pool.h 1.44:
18466: * src/include/pa_string.h 1.50:
18467: * src/include/pa_table.h 1.19:
18468: * src/main/execute.C 1.125:
18469: * src/main/pa_array.C 1.27:
18470: * src/main/pa_globals.C 1.31:
18471: * src/main/pa_request.C 1.78:
18472: * src/main/pa_string.C 1.50:
18473: * src/main/untaint.C 1.13:
18474: * src/targets/cgi/parser3.C 1.46:
18475: * src/targets/isapi/parser3isapi.C 1.18:
18476: * src/types/pa_value.h 1.32:
18477: * src/types/pa_vtable.h 1.6:
18478: html-typo 0
18479: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
18480: html-typo sample. detected << problem: they become ltlt too fast
18481:
18482: * src/classes/file.C 1.6:
18483: * src/classes/root.C 1.49:
18484: * src/classes/table.C 1.25:
18485: * src/include/pa_common.h 1.25:
18486: * src/include/pa_request.h 1.69:
18487: * src/main/compile.y 1.111:
18488: * src/main/pa_common.C 1.28:
18489: * src/main/pa_request.C 1.77:
18490: * src/main/pa_string.C 1.49:
18491: * src/targets/isapi/parser3isapi.C 1.17:
18492: * src/types/pa_vfile.h 1.6:
18493: file_read stringified
18494:
18495: * src/include/pa_sapi.h 1.2:
18496: * src/main/pa_common.C 1.27:
18497: * src/main/pa_request.C 1.76:
18498: * src/targets/cgi/parser3.C 1.44:
18499: * src/targets/isapi/nt_log_events.mc 1.1:
18500: * src/targets/isapi/parser3isapi.C 1.16:
18501: * src/targets/isapi/parser3isapi.dsp 1.6:
18502: nt error log experiments failed - cgi under iis got no access to log. registereventsource simply failed with 5(illegal call) code, while worked OK as standalone executable.
18503: isapi: used HSE_APPEND_LOG_PARAMETER feature
18504:
18505: * src/types/pa_valiased.C 1.3:
18506: decided to String-ify file_read
18507:
18508: * src/targets/cgi/parser3.C 1.45:
18509: * src/targets/isapi/nt_log_events.mc 1.2:
18510: * src/targets/isapi/parser3isapi.dsp 1.7:
18511: cgi: sapi::log
18512:
18513: * src/main/compile.y 1.109:
18514: * src/main/execute.C 1.124:
18515: * src/main/main.dsp 1.69:
18516: @CLASS equals @BASE. sanity
18517:
18518: * src/include/pa_globals.h 1.24:
18519: * src/include/pa_request.h 1.68:
18520: * src/main/compile.y 1.113:
18521: * src/main/pa_common.C 1.29:
18522: * src/main/pa_globals.C 1.29:
18523: * src/main/pa_request.C 1.74:
18524: z
18525:
18526: * src/include/pa_common.h 1.22:
18527: * src/main/pa_common.C 1.23:
18528: * src/main/pa_request.C 1.72:
18529: * src/targets/cgi/parser3.C 1.42:
18530: * src/targets/isapi/pool_storage.h 1.2:
18531: * src/types/pa_vform.C 1.16:
18532: * src/types/pa_vform.h 1.14:
18533: auto.p monkey
18534:
18535: * src/include/pa_common.h 1.24:
18536: * src/include/pa_globals.h 1.25:
18537: * src/main/pa_common.C 1.26:
18538: * src/main/pa_globals.C 1.30:
18539: * src/main/pa_request.C 1.75:
18540: * src/targets/isapi/parser3isapi.C 1.15:
18541: fixed default content-type allocation storage
18542:
18543: * src/include/pa_common.h 1.23:
18544: * src/main/pa_common.C 1.24:
18545: * src/targets/cgi/parser3.C 1.43:
18546: * src/targets/isapi/parser3isapi.C 1.14:
18547: auto.p monkey every target
18548:
18549: * src/main/compile.y 1.112:
18550: * src/main/compile_tools.h 1.34:
18551: #comment
18552:
18553: 2001-03-23 paf
18554: * src/classes/root.C 1.48:
18555: * src/classes/table.C 1.24:
18556: * src/include/pa_common.h 1.21:
18557: * src/include/pa_config_fixed.h 1.1:
18558: * src/include/pa_config_includes.h 1.1:
18559: * src/include/pa_string.h 1.49:
18560: * src/include/pa_threads.h 1.11:
18561: * src/include/pa_types.h 1.23:
18562: * src/include/pa_version.h 1.1:
18563: * src/main/compile.y 1.108:
18564: * src/main/execute.C 1.123:
18565: * src/main/pa_array.C 1.25:
18566: * src/main/pa_common.C 1.22:
18567: * src/main/pa_hash.C 1.28:
18568: * src/main/pa_pool.C 1.17:
18569: * src/main/pa_request.C 1.70:
18570: * src/main/pa_string.C 1.48:
18571: * src/main/untaint.C 1.12:
18572: * src/targets/cgi/parser3.C 1.40:
18573: * src/targets/isapi/parser3isapi.C 1.10:
18574: * src/types/pa_vfile.C 1.6:
18575: * src/types/pa_vform.C 1.15:
18576: cgi: reinvent document_root and request_uri under iis. autoconf
18577: updated. introducing ap_config_includes
18578:
18579: * src/targets/cgi/parser3.C 1.41:
18580: * src/targets/isapi/parser3isapi.C 1.12:
18581: isapi: think it would be better to rewrite as filter then to
18582: deal with pool
18583:
18584: * src/targets/cgi/parser3.C 1.39:
18585: cgi: reinvent document_root under iis
18586:
18587: * src/include/pa_globals.h 1.22:
18588: * src/main/pa_request.C 1.68:
18589: * src/targets/cgi/parser3.C 1.36:
18590: * src/targets/cgi/parser3.dsp 1.12:
18591: * src/targets/isapi/parser3isapi.C 1.8:
18592: * src/types/pa_vcookie.C 1.10:
18593: * src/types/pa_venv.h 1.12:
18594: * src/types/pa_vform.C 1.13:
18595: all: sapi beauty
18596:
18597: * src/main/pa_request.C 1.67:
18598: * src/targets/cgi/parser3.C 1.35:
18599: * src/targets/isapi/parser3isapi.C 1.7:
18600: * src/targets/isapi/parser3isapi.dsp 1.4:
18601: isapi minor env beauty
18602:
18603: * src/include/pa_globals.h 1.23:
18604: * src/include/pa_sapi.h 1.1:
18605: * src/main/main.dsp 1.67:
18606: * src/main/pa_globals.C 1.27:
18607: * src/main/pa_request.C 1.69:
18608: * src/targets/cgi/parser3.C 1.37:
18609: * src/targets/isapi/parser3isapi.C 1.9:
18610: * src/types/pa_vcookie.C 1.11:
18611: * src/types/pa_venv.h 1.13:
18612: * src/types/pa_vform.C 1.14:
18613: sapi made object
18614:
18615: * src/include/pa_pool.h 1.43:
18616: * src/main/pa_request.C 1.71:
18617: * src/targets/cgi/pa_pool.C 1.3:
18618: * src/targets/isapi/pa_pool.C 1.3:
18619: * src/targets/isapi/parser3isapi.C 1.13:
18620: * src/targets/isapi/parser3isapi.dsp 1.5:
18621: * src/targets/isapi/pool_storage.h 1.1:
18622: isapi: dumb pool storage
18623:
18624: * src/main/main.dsp 1.68:
18625: * src/targets/isapi/parser3isapi.C 1.11:
18626: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
18627:
18628: * src/targets/isapi/pa_pool.C 1.2:
18629: decided to continue with extension
18630:
18631: * src/targets/cgi/parser3.C 1.38:
18632: cgi: only one pool now
18633:
18634: 2001-03-22 paf
18635: * src/main/pa_request.C 1.66:
18636: * src/targets/cgi/parser3.C 1.34:
18637: * src/targets/isapi/parser3isapi.C 1.6:
18638: * src/targets/isapi/parser3isapi.dsp 1.3:
18639: isapi document_root 0
18640:
18641: * src/types/pa_vcookie.C 1.8:
18642: cookie attr decoded
18643:
18644: * src/include/pa_pool.h 1.40:
18645: * src/targets/cgi/pa_pool.C 1.2:
18646: * src/targets/cgi/parser3.C 1.31:
18647: * src/targets/cgi/parser3.dsp 1.11:
18648: * src/targets/isapi/pa_pool.C 1.1:
18649: * src/targets/isapi/parser3isapi.C 1.1:
18650: * src/targets/isapi/parser3isapi.def 1.1:
18651: * src/targets/isapi/parser3isapi.dsp 1.1:
18652: started isapi
18653:
18654: * src/targets/isapi/parser3isapi.C 1.5:
18655: isapi keep-alive
18656:
18657: * src/targets/isapi/KILL.EXE 1.1:
18658: * src/targets/isapi/PSTAT.EXE 1.1:
18659: * src/targets/isapi/istart.cmd 1.1:
18660: * src/targets/isapi/istop.cmd 1.1:
18661: * src/targets/isapi/kill.pl 1.1:
18662: isapi added utils
18663:
18664: * src/include/pa_pool.h 1.41:
18665: * src/main/pa_pool.C 1.16:
18666: * src/targets/cgi/parser3.C 1.32:
18667: * src/targets/isapi/parser3isapi.C 1.2:
18668: * src/targets/isapi/parser3isapi.dsp 1.2:
18669: * src/types/pa_vform.C 1.12:
18670: isapi 0
18671:
18672: * src/include/pa_globals.h 1.20:
18673: * src/include/pa_request.h 1.66:
18674: * src/include/pa_types.h 1.22:
18675: * src/main/pa_globals.C 1.26:
18676: * src/main/pa_request.C 1.63:
18677: * src/targets/cgi/parser3.C 1.30:
18678: * src/types/pa_vcookie.C 1.9:
18679: config of auto.p path: parser_root_auto_path parser_site_auto_path
18680:
18681: * src/targets/cgi/vform_fields_fill.C 1.2:
18682: * src/targets/cgi/vform_fields_fill.h 1.2:
18683: * src/targets/isapi/parser3isapi.C 1.4:
18684: z
18685:
18686: * src/include/pa_globals.h 1.21:
18687: * src/main/pa_common.C 1.21:
18688: * src/main/pa_request.C 1.64:
18689: some comments
18690:
18691: * src/include/pa_pool.h 1.42:
18692: * src/main/pa_request.C 1.65:
18693: * src/targets/cgi/parser3.C 1.33:
18694: * src/targets/isapi/parser3isapi.C 1.3:
18695: isapi 1
18696:
18697: 2001-03-21 paf
18698: * src/include/pa_globals.h 1.18:
18699: * src/targets/cgi/parser3.C 1.28:
18700: * src/types/pa_venv.h 1.11:
18701: in cookie & env. todo:post
18702:
18703: * src/Makefile.am 1.3:
18704: * src/classes/Makefile.am 1.2:
18705: * src/classes/file.C 1.5:
18706: * src/classes/root.C 1.47:
18707: * src/classes/table.C 1.23:
18708: * src/include/pa_array.h 1.28:
18709: * src/include/pa_common.h 1.20:
18710: * src/include/pa_globals.h 1.17:
18711: * src/include/pa_pool.h 1.39:
18712: * src/include/pa_request.h 1.65:
18713: * src/include/pa_string.h 1.48:
18714: * src/main/Makefile.am 1.8:
18715: * src/main/compile.y 1.107:
18716: * src/main/execute.C 1.122:
18717: * src/main/main.dsp 1.66:
18718: * src/main/pa_common.C 1.20:
18719: * src/main/pa_globals.C 1.25:
18720: * src/main/pa_request.C 1.62:
18721: * src/main/pa_string.C 1.47:
18722: * src/main/pa_table.C 1.16:
18723: * src/main/untaint.C 1.11:
18724: * src/targets/Makefile.am 1.4:
18725: * src/targets/cgi/Makefile.am 1.2:
18726: * src/targets/cgi/parser3.C 1.27:
18727: * src/targets/cgi/parser3.dsp 1.10:
18728: * src/types/Makefile.am 1.2:
18729: * src/types/pa_vcookie.C 1.7:
18730: * src/types/pa_vform.C 1.11:
18731: * src/types/pa_vstring.h 1.11:
18732: * src/types/pa_wwrapper.h 1.5:
18733: shifted apache branch on main trunc
18734:
18735: * src/targets/cgi/parser3.C 1.29:
18736: z
18737:
18738: * src/include/pa_common.h [automake_update] 1.19.2.2:
18739: * src/include/pa_globals.h [automake_update] 1.16.2.1:
18740: * src/include/pa_pool.h [automake_update] 1.38.2.1:
18741: * src/include/pa_request.h [automake_update] 1.64.2.4:
18742: * src/main/main.dsp [automake_update] 1.65.2.1:
18743: * src/main/pa_common.C [automake_update] 1.19.2.5:
18744: * src/main/pa_request.C [automake_update] 1.61.2.3:
18745: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
18746: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
18747: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
18748: * src/types/pa_vform.C [automake_update] 1.10.2.1:
18749: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
18750: starting mod_parser3
18751:
18752: * src/include/pa_globals.h 1.19:
18753: post. todo: config of auto.p path
18754:
18755: 2001-03-20 paf
18756: * src/classes/Makefile.am 1.1:
18757: * src/types/Makefile.am 1.1:
18758: file Makefile.am was initially added on branch automake_update.
18759:
18760: * src/main/pa_common.C [automake_update] 1.19.2.4:
18761: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
18762: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
18763: automake compiled and works. todo:make win32 ifdefs work and
18764: add ifdef unistd
18765:
18766: * src/classes/Makefile.am [automake_update] 1.1.2.1:
18767: * src/classes/file.C 1.4:
18768: * src/classes/table.C 1.21:
18769: * src/classes/table.C [automake_update] 1.22.2.2:
18770: * src/include/pa_array.h 1.27:
18771: * src/include/pa_common.h 1.18:
18772: * src/include/pa_common.h [automake_update] 1.19.2.1:
18773: * src/include/pa_request.h 1.64:
18774: * src/include/pa_request.h [automake_update] 1.64.2.3:
18775: * src/include/pa_string.h 1.47:
18776: * src/include/pa_table.h 1.18:
18777: * src/include/pa_threads.h 1.10:
18778: * src/main/Makefile.am [automake_update] 1.7.16.3:
18779: * src/main/pa_common.C [automake_update] 1.19.2.3:
18780: * src/main/pa_globals.C 1.24:
18781: * src/main/pa_request.C [automake_update] 1.61.2.2:
18782: * src/main/pa_table.C [automake_update] 1.15.2.1:
18783: * src/main/untaint.C 1.10:
18784: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
18785: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
18786: * src/types/Makefile.am [automake_update] 1.1.2.1:
18787: * src/types/pa_valiased.h 1.8:
18788: * src/types/pa_value.h 1.31:
18789: * src/types/pa_vform.h 1.13:
18790: z
18791:
18792: * src/include/pa_request.h [automake_update] 1.64.2.2:
18793: * src/main/Makefile.am [automake_update] 1.7.16.2:
18794: * src/main/compile.y [automake_update] 1.106.2.1:
18795: * src/main/execute.C [automake_update] 1.121.2.2:
18796: * src/main/pa_common.C [automake_update] 1.19.2.2:
18797: * src/types/Makefile.am [automake_update] 1.1.2.2:
18798: removing locking
18799:
18800: * src/Makefile.am [automake_update] 1.2.16.1:
18801: * src/classes/file.C [automake_update] 1.4.2.1:
18802: * src/classes/root.C [automake_update] 1.46.2.1:
18803: * src/classes/table.C [automake_update] 1.22.2.1:
18804: * src/include/pa_array.h [automake_update] 1.27.2.1:
18805: * src/include/pa_request.h [automake_update] 1.64.2.1:
18806: * src/include/pa_string.h [automake_update] 1.47.2.1:
18807: * src/main/Makefile.am [automake_update] 1.7.16.1:
18808: * src/main/execute.C [automake_update] 1.121.2.1:
18809: * src/main/pa_common.C [automake_update] 1.19.2.1:
18810: * src/main/pa_globals.C [automake_update] 1.24.2.1:
18811: * src/main/pa_request.C [automake_update] 1.61.2.1:
18812: * src/main/pa_string.C [automake_update] 1.46.2.1:
18813: * src/main/untaint.C [automake_update] 1.10.2.1:
18814: * src/targets/Makefile.am [automake_update] 1.3.16.1:
18815: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
18816: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
18817: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
18818: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
18819: String::UL_
18820:
18821: * src/classes/table.C 1.22:
18822: * src/include/pa_common.h 1.19:
18823: * src/main/pa_common.C 1.19:
18824: * src/main/pa_request.C 1.61:
18825: * src/types/pa_vfile.h 1.5:
18826: ^table:save
18827:
18828: 2001-03-19 paf
18829: * src/classes/file.C 1.2:
18830: * src/classes/request.C 1.4:
18831: * src/classes/table.C 1.19:
18832: * src/include/pa_string.h 1.45:
18833: * src/main/main.dsp 1.61:
18834: * src/main/pa_pool.C 1.15:
18835: * src/main/pa_request.C 1.58:
18836: * src/main/untaint.C 1.9:
18837: * src/types/pa_value.h 1.27:
18838: * src/types/pa_vfile.C 1.2:
18839: * src/types/pa_vfile.h 1.2:
18840: * src/types/pa_vform.C 1.10:
18841: file 1
18842:
18843: * src/classes/table.C 1.17:
18844: * src/include/pa_pool.h 1.38:
18845: * src/include/pa_request.h 1.63:
18846: * src/include/pa_table.h 1.16:
18847: * src/include/pa_types.h 1.20:
18848: * src/main/execute.C 1.119:
18849: * src/main/pa_request.C 1.57:
18850: * src/targets/cgi/parser3.C 1.25:
18851: * src/types/pa_value.h 1.25:
18852: * src/types/pa_vclass.h 1.10:
18853: * src/types/pa_vform.C 1.8:
18854: * src/types/pa_vstateless_class.h 1.5:
18855: * src/types/pa_vstateless_object.h 1.4:
18856: ^table:set{default level: TABLE}
18857:
18858: * src/classes/_request.h 1.3:
18859: * src/classes/request.C 1.5:
18860: * src/main/pa_globals.C 1.22:
18861: * src/types/pa_vrequest.C 1.2:
18862: * src/types/pa_vrequest.h 1.6:
18863: VRequest moved to :VStateless_object
18864:
18865: * src/classes/_request.h 1.4:
18866: * src/classes/request.C 1.6:
18867: * src/main/main.dsp 1.65:
18868: * src/main/pa_globals.C 1.23:
18869: * src/types/pa_value.h 1.30:
18870: * src/types/pa_vform.h 1.12:
18871: * src/types/pa_vrequest.C 1.3:
18872: * src/types/pa_vrequest.h 1.7:
18873: VRequest moved to :Value
18874:
18875: * src/types/pa_valiased.h 1.4:
18876: * src/types/pa_vbool.h 1.4:
18877: doc: Value and it's derivates somehow unlinked. don't know why yet
18878:
18879: * src/classes/_env.h 1.6:
18880: * src/classes/_table.h 1.4:
18881: * src/classes/env.C 1.8:
18882: * src/classes/table.C 1.20:
18883: * src/main/execute.C 1.121:
18884: * src/main/main.dsp 1.63:
18885: * src/main/pa_globals.C 1.20:
18886: * src/main/pa_request.C 1.60:
18887: * src/types/pa_value.h 1.28:
18888: * src/types/pa_vcookie.C 1.6:
18889: * src/types/pa_vcookie.h 1.6:
18890: * src/types/pa_venv.h 1.10:
18891: VEnv is now :Value
18892:
18893: * src/targets/cgi/pa_vform.C 1.3:
18894: * src/types/pa_valiased.C 1.1:
18895: * src/types/pa_valiased.h 1.7:
18896: * src/types/pa_value.h 1.29:
18897: * src/types/pa_vstateless_class.C 1.5:
18898: * src/types/pa_vstateless_class.h 1.7:
18899: * src/types/pa_vstateless_object.h 1.7:
18900: moved common get_element part from stateless object&class into VAliased
18901:
18902: * src/classes/_file.h 1.2:
18903: * src/classes/file.C 1.3:
18904: * src/include/pa_types.h 1.21:
18905: * src/main/pa_globals.C 1.18:
18906: * src/main/pa_request.C 1.59:
18907: * src/targets/cgi/parser3.C 1.26:
18908: * src/types/pa_valiased.h 1.6:
18909: * src/types/pa_vfile.C 1.4:
18910: * src/types/pa_vfile.h 1.3:
18911: * src/types/pa_vstateless_class.h 1.6:
18912: * src/types/pa_vstateless_object.h 1.5:
18913: \ to / and ^file:save
18914:
18915: * src/classes/root.C 1.46:
18916: * src/classes/table.C 1.16:
18917: * src/main/pa_exception.C 1.7:
18918: * src/main/pa_request.C 1.53:
18919: * src/targets/cgi/parser3.C 1.24:
18920: * src/types/pa_vbool.h 1.3:
18921: * src/types/pa_vcookie.C 1.3:
18922: * src/types/pa_vcookie.h 1.3:
18923: * src/types/pa_vdouble.h 1.9:
18924: * src/types/pa_venv.h 1.8:
18925: * src/types/pa_vform.h 1.8:
18926: * src/types/pa_vint.h 1.10:
18927: * src/types/pa_vrequest.h 1.4:
18928: doc: detected Value derivates prob
18929:
18930: * src/include/code.h 1.25:
18931: * src/include/pa_array.h 1.25:
18932: * src/include/pa_pool.h 1.35:
18933: * src/include/pa_string.h 1.42:
18934: * src/include/pa_threads.h 1.8:
18935: * src/main/compile.C 1.32:
18936: * src/main/compile.y 1.105:
18937: * src/main/compile_tools.C 1.29:
18938: * src/main/compile_tools.h 1.32:
18939: * src/main/execute.C 1.117:
18940: * src/main/pa_array.C 1.23:
18941: * src/main/pa_common.C 1.15:
18942: * src/main/pa_exception.C 1.8:
18943: * src/main/pa_globals.C 1.15:
18944: * src/main/pa_hash.C 1.25:
18945: * src/main/pa_pool.C 1.13:
18946: * src/main/pa_request.C 1.54:
18947: * src/main/pa_string.C 1.45:
18948: * src/main/pa_table.C 1.14:
18949: * src/main/untaint.C 1.7:
18950: * src/types/pa_value.h 1.23:
18951: auto @brief
18952:
18953: * src/classes/_file.h 1.1:
18954: * src/classes/file.C 1.1:
18955: * src/classes/table.C 1.18:
18956: * src/include/pa_common.h 1.17:
18957: * src/include/pa_globals.h 1.16:
18958: * src/include/pa_string.h 1.44:
18959: * src/include/pa_table.h 1.17:
18960: * src/main/main.dsp 1.60:
18961: * src/main/pa_common.C 1.18:
18962: * src/main/pa_globals.C 1.17:
18963: * src/types/pa_value.h 1.26:
18964: * src/types/pa_vcookie.h 1.4:
18965: * src/types/pa_venv.h 1.9:
18966: * src/types/pa_vfile.C 1.1:
18967: * src/types/pa_vfile.h 1.1:
18968: * src/types/pa_vform.C 1.9:
18969: * src/types/pa_vform.h 1.9:
18970: * src/types/pa_vrequest.h 1.5:
18971: * src/types/pa_vtable.h 1.5:
18972: file class just compiled
18973:
18974: * src/types/pa_vfile.C 1.5:
18975: * src/types/pa_vfile.h 1.4:
18976: * src/types/pa_vstateless_object.h 1.6:
18977: vfile doxx
18978:
18979: * src/classes/_response.h 1.2:
18980: * src/classes/response.C 1.4:
18981: * src/main/pa_globals.C 1.21:
18982: * src/types/pa_vform.h 1.11:
18983: * src/types/pa_vresponse.h 1.3:
18984: VResponse moved to :VStateless_object
18985:
18986: * src/classes/_request.h 1.2:
18987: * src/classes/request.C 1.3:
18988: * src/include/code.h 1.24:
18989: * src/include/pa_array.h 1.24:
18990: * src/include/pa_common.h 1.15:
18991: * src/include/pa_exception.h 1.10:
18992: * src/include/pa_globals.h 1.13:
18993: * src/include/pa_hash.h 1.28:
18994: * src/include/pa_pool.h 1.34:
18995: * src/include/pa_request.h 1.61:
18996: * src/include/pa_stack.h 1.7:
18997: * src/include/pa_string.h 1.41:
18998: * src/include/pa_table.h 1.14:
18999: * src/include/pa_threads.h 1.7:
19000: * src/include/pa_types.h 1.17:
19001: * src/main/execute.C 1.116:
19002: * src/main/pa_pool.C 1.12:
19003: * src/main/pa_request.C 1.52:
19004: * src/main/pa_string.C 1.44:
19005: * src/main/untaint.C 1.6:
19006: * src/targets/cgi/parser3.C 1.23:
19007: * src/types/pa_value.h 1.22:
19008: * src/types/pa_vform.C 1.7:
19009: doxygen include/, Value
19010:
19011: * src/include/code.h 1.26:
19012: * src/include/pa_array.h 1.26:
19013: * src/include/pa_common.h 1.16:
19014: * src/include/pa_exception.h 1.11:
19015: * src/include/pa_globals.h 1.14:
19016: * src/include/pa_globals.h 1.15:
19017: * src/include/pa_hash.h 1.29:
19018: * src/include/pa_pool.h 1.36:
19019: * src/include/pa_pool.h 1.37:
19020: * src/include/pa_request.h 1.62:
19021: * src/include/pa_stack.h 1.8:
19022: * src/include/pa_string.h 1.43:
19023: * src/include/pa_string.h 1.46:
19024: * src/include/pa_table.h 1.15:
19025: * src/include/pa_threads.h 1.9:
19026: * src/include/pa_types.h 1.18:
19027: * src/main/compile.C 1.33:
19028: * src/main/compile.y 1.106:
19029: * src/main/compile_tools.C 1.30:
19030: * src/main/compile_tools.h 1.33:
19031: * src/main/execute.C 1.118:
19032: * src/main/pa_array.C 1.24:
19033: * src/main/pa_common.C 1.16:
19034: * src/main/pa_exception.C 1.9:
19035: * src/main/pa_globals.C 1.16:
19036: * src/main/pa_hash.C 1.26:
19037: * src/main/pa_pool.C 1.14:
19038: * src/main/pa_request.C 1.55:
19039: * src/main/pa_string.C 1.46:
19040: * src/main/pa_table.C 1.15:
19041: * src/main/untaint.C 1.8:
19042: * src/types/pa_valiased.h 1.5:
19043: * src/types/pa_value.h 1.24:
19044: * src/types/pa_vfile.C 1.3:
19045: z
19046:
19047: * src/include/pa_hash.h 1.30:
19048: * src/include/pa_types.h 1.19:
19049: * src/main/pa_common.C 1.17:
19050: * src/main/pa_hash.C 1.27:
19051: * src/main/pa_request.C 1.56:
19052: * src/types/pa_vcookie.C 1.4:
19053: renamed Hash::Value to Val so to doxygen would finlly stop
19054: confusing those Value-s
19055:
19056: * src/main/main.dsp 1.64:
19057: * src/targets/cgi/parser3.dsp 1.9:
19058: * src/types/pa_valiased.C 1.2:
19059: * src/types/pa_vform.h 1.10:
19060: commented VForm
19061:
19062: * src/classes/_cookie.h 1.2:
19063: * src/classes/_table.h 1.3:
19064: * src/classes/cookie.C 1.3:
19065: * src/main/execute.C 1.120:
19066: * src/main/main.dsp 1.62:
19067: * src/main/pa_globals.C 1.19:
19068: * src/types/pa_vcookie.C 1.5:
19069: * src/types/pa_vcookie.h 1.5:
19070: VCookie is now :Value
19071:
19072: 2001-03-18 paf
19073: * src/classes/_cookie.h 1.1:
19074: * src/classes/cookie.C 1.1:
19075: * src/include/pa_common.h 1.14:
19076: * src/include/pa_globals.h 1.12:
19077: * src/include/pa_request.h 1.60:
19078: * src/include/pa_string.h 1.40:
19079: * src/include/pa_types.h 1.16:
19080: * src/main/main.dsp 1.59:
19081: * src/main/pa_common.C 1.14:
19082: * src/main/pa_globals.C 1.14:
19083: * src/main/pa_hash.C 1.24:
19084: * src/main/pa_request.C 1.51:
19085: * src/main/pa_string.C 1.43:
19086: * src/main/untaint.C 1.5:
19087: * src/targets/cgi/parser3.C 1.21:
19088: * src/types/pa_value.h 1.21:
19089: * src/types/pa_vcookie.C 1.1:
19090: * src/types/pa_vcookie.h 1.1:
19091: * src/types/pa_vform.C 1.6:
19092: * src/types/pa_vform.h 1.7:
19093: * src/types/pa_vhash.h 1.9:
19094: * src/types/pa_vunknown.h 1.4:
19095: cookie class
19096:
19097: * src/include/pa_hash.h 1.26:
19098: * src/main/pa_hash.C 1.22:
19099: * src/targets/cgi/parser3.C 1.17:
19100: response fields to header
19101:
19102: * src/classes/root.C 1.41:
19103: * src/classes/string.C 1.12:
19104: * src/include/pa_string.h 1.37:
19105: * src/main/pa_globals.C 1.11:
19106: * src/main/pa_request.C 1.44:
19107: * src/main/pa_string.C 1.41:
19108: * src/types/pa_vdouble.h 1.8:
19109: * src/types/pa_vform.C 1.5:
19110: * src/types/pa_vint.h 1.9:
19111: * src/types/pa_vstateless_class.C 1.4:
19112: convinient string(pool, char *src, bool tainted) ctor
19113:
19114: * src/include/pa_hash.h 1.27:
19115: * src/include/pa_request.h 1.58:
19116: * src/include/pa_string.h 1.36:
19117: * src/main/pa_globals.C 1.10:
19118: * src/main/pa_hash.C 1.23:
19119: * src/main/pa_request.C 1.43:
19120: * src/main/pa_string.C 1.40:
19121: * src/main/untaint.C 1.3:
19122: * src/targets/cgi/parser3.C 1.18:
19123: proper @exceptions params tainting
19124:
19125: * src/classes/_response.h 1.1:
19126: * src/classes/response.C 1.1:
19127: * src/include/pa_globals.h 1.8:
19128: * src/include/pa_hash.h 1.25:
19129: * src/include/pa_request.h 1.57:
19130: * src/main/compile.C 1.31:
19131: * src/main/compile.y 1.104:
19132: * src/main/execute.C 1.114:
19133: * src/main/main.dsp 1.58:
19134: * src/main/pa_globals.C 1.8:
19135: * src/main/pa_hash.C 1.21:
19136: * src/main/pa_request.C 1.41:
19137: * src/targets/cgi/parser3.C 1.16:
19138: * src/targets/cgi/parser3.dsp 1.8:
19139: * src/types/pa_value.h 1.18:
19140: * src/types/pa_vhash.h 1.6:
19141: * src/types/pa_vrequest.h 1.3:
19142: * src/types/pa_vresponse.h 1.1:
19143: $response: 0 request::core exception rethrow
19144:
19145: * src/classes/request.C 1.2:
19146: * src/classes/response.C 1.2:
19147: * src/classes/root.C 1.42:
19148: * src/include/pa_common.h 1.13:
19149: * src/include/pa_globals.h 1.10:
19150: * src/include/pa_request.h 1.59:
19151: * src/include/pa_string.h 1.38:
19152: * src/main/pa_common.C 1.13:
19153: * src/main/pa_globals.C 1.12:
19154: * src/main/pa_request.C 1.45:
19155: * src/targets/cgi/parser3.C 1.19:
19156: ^taint 0
19157:
19158: * src/classes/cookie.C 1.2:
19159: * src/types/pa_vcookie.C 1.2:
19160: * src/types/pa_vcookie.h 1.2:
19161: cookie: allowed access to hash-assigned
19162:
19163: * src/include/pa_globals.h 1.9:
19164: * src/main/execute.C 1.115:
19165: * src/main/pa_globals.C 1.9:
19166: * src/main/pa_request.C 1.42:
19167: * src/targets/cgi/parser3.C 1.22:
19168: z
19169:
19170: * src/main/pa_request.C 1.50:
19171: zero length output allowed
19172:
19173: * src/classes/root.C 1.44:
19174: * src/include/pa_globals.h 1.11:
19175: * src/include/pa_string.h 1.39:
19176: * src/main/pa_globals.C 1.13:
19177: * src/main/pa_request.C 1.47:
19178: * src/main/pa_string.C 1.42:
19179: * src/types/pa_value.h 1.19:
19180: * src/types/pa_vhash.h 1.7:
19181: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
19182:
19183: * src/classes/root.C 1.43:
19184: * src/main/pa_request.C 1.46:
19185: * src/main/untaint.C 1.4:
19186: * src/targets/cgi/parser3.C 1.20:
19187: taint[uri
19188:
19189: * src/classes/response.C 1.3:
19190: * src/main/pa_request.C 1.49:
19191: * src/types/pa_value.h 1.20:
19192: * src/types/pa_vhash.h 1.8:
19193: * src/types/pa_vresponse.h 1.2:
19194: ^response:clear[]
19195:
19196: * src/classes/root.C 1.45:
19197: * src/main/pa_request.C 1.48:
19198: taint forgotten forced lang switch
19199:
19200: 2001-03-16 paf
19201: * src/include/code.h 1.22:
19202: * src/include/pa_hash.h 1.24:
19203: * src/include/pa_request.h 1.55:
19204: * src/main/compile.y 1.102:
19205: * src/main/execute.C 1.108:
19206: * src/types/pa_value.h 1.15:
19207: * src/types/pa_vhash.h 1.5:
19208: * src/types/pa_vstring.h 1.10:
19209: * src/types/pa_vtable.h 1.4:
19210: * src/types/pa_wcontext.C 1.4:
19211: * src/types/pa_wcontext.h 1.6:
19212: see () and {} param wcontext conflict
19213:
19214: * src/main/execute.C 1.113:
19215: * src/main/main.dsp 1.57:
19216: * src/types/pa_value.h 1.17:
19217: * src/types/pa_vrequest.h 1.2:
19218: native method' class call with less params then needed error reporting
19219:
19220: * src/classes/double.C 1.17:
19221: * src/include/code.h 1.23:
19222: * src/main/compile.y 1.103:
19223: * src/main/compile_tools.C 1.28:
19224: * src/main/compile_tools.h 1.31:
19225: * src/main/execute.C 1.109:
19226: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
19227:
19228: * src/main/execute.C 1.107:
19229: * src/types/pa_value.h 1.14:
19230: * src/types/pa_vstateless_object.h 1.3:
19231: * src/types/pa_vstring.h 1.9:
19232: disabled $string.field
19233:
19234: * src/main/execute.C 1.110:
19235: * src/types/pa_vmframe.h 1.7:
19236: if(in "/news/")
19237:
19238: * src/include/pa_globals.h 1.6:
19239: * src/main/execute.C 1.111:
19240: * src/main/pa_globals.C 1.6:
19241: * src/types/pa_value.h 1.16:
19242: * src/types/pa_vcframe.h 1.3:
19243: * src/types/pa_vmframe.h 1.8:
19244: * src/types/pa_wcontext.h 1.7:
19245: $result
19246:
19247: * src/classes/_request.h 1.1:
19248: * src/classes/request.C 1.1:
19249: * src/include/pa_globals.h 1.7:
19250: * src/include/pa_request.h 1.56:
19251: * src/main/execute.C 1.112:
19252: * src/main/main.dsp 1.56:
19253: * src/main/pa_globals.C 1.7:
19254: * src/main/pa_request.C 1.40:
19255: * src/targets/cgi/parser3.C 1.15:
19256: * src/types/pa_vform.C 1.4:
19257: * src/types/pa_vrequest.C 1.1:
19258: * src/types/pa_vrequest.h 1.1:
19259: $request : query :uri
19260:
19261: 2001-03-15 paf
19262: * src/main/compile.y 1.99:
19263: * src/main/pa_request.C 1.37:
19264: * src/targets/cgi/parser3.C 1.13:
19265: * src/types/pa_vstring.h 1.7:
19266: pre-pre-pre-beta cgi under win32 apache pre pre pre works
19267:
19268: * src/main/compile.y 1.100:
19269: * src/main/execute.C 1.105:
19270: z
19271:
19272: * src/main/compile.y 1.101:
19273: * src/main/execute.C 1.106:
19274: * src/main/pa_request.C 1.38:
19275: * src/targets/cgi/parser3.C 1.14:
19276: * src/types/pa_vstring.h 1.8:
19277: @exception
19278:
19279: * src/include/pa_globals.h 1.5:
19280: * src/main/pa_globals.C 1.5:
19281: * src/main/pa_request.C 1.36:
19282: * src/targets/cgi/parser3.C 1.12:
19283: * src/types/pa_vform.C 1.3:
19284: * src/types/pa_vform.h 1.6:
19285: vform fillfields just compiled
19286:
19287: * src/main/pa_request.C 1.39:
19288: news sample
19289:
19290: 2001-03-14 paf
19291: * src/include/core.h 1.16:
19292: * src/include/pa_globals.h 1.1:
19293: * src/include/pa_pool.h 1.33:
19294: * src/include/pa_string.h 1.35:
19295: * src/include/pa_types.h 1.13:
19296: * src/main/compile.y 1.98:
19297: * src/main/core.C 1.69:
19298: * src/main/main.dsp 1.54:
19299: * src/main/pa_globals.C 1.1:
19300: * src/main/pa_request.C 1.31:
19301: * src/targets/cgi/pa_vform.C 1.2:
19302: * src/targets/cgi/parser3.C 1.5:
19303: * src/targets/cgi/parser3.dsp 1.4:
19304: * src/types/pa_value.h 1.13:
19305: * src/types/pa_vform.h 1.3:
19306: * src/types/pa_vunknown.h 1.3:
19307: global handler, exceptions in parser3
19308:
19309: * src/include/pa_globals.h 1.4:
19310: * src/main/pa_globals.C 1.4:
19311: * src/main/pa_request.C 1.34:
19312: * src/targets/cgi/parser3.dsp 1.7:
19313: * src/types/pa_vform.C 1.2:
19314: * src/types/pa_vform.h 1.5:
19315: * src/types/pa_vstring.h 1.6:
19316: limits -1
19317:
19318: * src/include/pa_common.h 1.12:
19319: * src/include/pa_types.h 1.14:
19320: * src/main/pa_request.C 1.32:
19321: * src/targets/cgi/parser3.C 1.7:
19322: PATH_DELIMITER_CHAR
19323:
19324: * src/targets/cgi/parser3.C 1.8:
19325: # if MSVC
19326:
19327: * src/include/pa_globals.h 1.3:
19328: * src/include/pa_request.h 1.53:
19329: * src/include/pa_types.h 1.15:
19330: * src/main/main.dsp 1.55:
19331: * src/main/pa_globals.C 1.3:
19332: * src/main/pa_request.C 1.33:
19333: * src/targets/cgi/parser3.C 1.10:
19334: * src/targets/cgi/parser3.dsp 1.6:
19335: * src/types/pa_vform.C 1.1:
19336: * src/types/pa_vform.h 1.4:
19337: request_info -1
19338:
19339: * src/include/pa_globals.h 1.2:
19340: * src/main/pa_globals.C 1.2:
19341: * src/targets/cgi/parser3.C 1.9:
19342: * src/targets/cgi/parser3.dsp 1.5:
19343: * src/targets/cgi/vform_fields_fill.C 1.1:
19344: * src/targets/cgi/vform_fields_fill.h 1.1:
19345: vform_fields_fill
19346:
19347: * src/include/pa_request.h 1.54:
19348: * src/main/pa_request.C 1.35:
19349: * src/targets/cgi/parser3.C 1.11:
19350: * src/targets/cgi/parser3.C 1.6:
19351: z
19352:
19353: 2001-03-13 paf
19354: * src/main/execute.C 1.101:
19355: * src/types/pa_value.h 1.10:
19356: * src/types/pa_venv.h 1.4:
19357: for future methods of ENV constructor if
19358:
19359: * src/classes/root.C 1.36:
19360: * src/classes/table.C 1.12:
19361: * src/include/pa_exception.h 1.9:
19362: * src/include/pa_pool.h 1.31:
19363: skipped_restructure_exceptions_dead_end
19364:
19365: * src/types/pa_vstateless_class.h 1.1:
19366: file pa_vstateless_class.h was initially added on branch
19367: stateless_class.
19368:
19369: * src/include/code.h 1.21:
19370: * src/include/pa_string.h 1.34:
19371: * src/main/compile.y 1.95:
19372: * src/main/execute.C 1.103:
19373: * src/main/pa_string.C 1.39:
19374: 'value is type' expr operator
19375:
19376: * src/classes/form.C 1.2:
19377: * src/main/compile.y 1.97:
19378: * src/main/core.C 1.68:
19379: * src/types/pa_value.h 1.12:
19380: * src/types/pa_vclass.h 1.9:
19381: * src/types/pa_venv.h 1.7:
19382: * src/types/pa_vform.h 1.2:
19383: * src/types/pa_vstateless_class.C 1.3:
19384: * src/types/pa_vstateless_class.h 1.4:
19385: form:fields removed. use $form.CLASS instead
19386:
19387: * src/types/pa_vstateless_class.C 1.1:
19388: file pa_vstateless_class.C was initially added on branch
19389: stateless_class.
19390:
19391: * src/include/core.h 1.14:
19392: * src/include/pa_common.h 1.10:
19393: * src/include/pa_request.h 1.51:
19394: * src/main/pa_common.C 1.12:
19395: * src/main/pa_request.C 1.29:
19396: * src/targets/cgi/parser3.C 1.3:
19397: before error show with parser
19398:
19399: * src/types/pa_venv.h 1.1:
19400: file pa_venv.h was initially added on branch stateless_class.
19401:
19402: * src/targets/cgi/Makefile.am 1.1:
19403: * src/targets/cgi/pa_pool.C 1.1:
19404: * src/targets/cgi/pa_vform.C 1.1:
19405: * src/targets/cgi/parser.dsp 1.1:
19406: * src/targets/cgi/parser3.C 1.1:
19407: renamed targets/ parser to cgi
19408:
19409: * src/classes/_double.h 1.5:
19410: * src/classes/_double.h [stateless_class] 1.4.8.1:
19411: * src/classes/_env.h 1.4:
19412: * src/classes/_env.h [stateless_class] 1.3.8.1:
19413: * src/classes/_int.h 1.5:
19414: * src/classes/_int.h [stateless_class] 1.4.8.1:
19415: * src/classes/_root.h 1.4:
19416: * src/classes/_root.h [stateless_class] 1.3.8.1:
19417: * src/classes/_string.h 1.6:
19418: * src/classes/_string.h [stateless_class] 1.5.4.1:
19419: * src/classes/_table.h 1.2:
19420: * src/classes/_table.h [stateless_class] 1.1.6.1:
19421: * src/classes/double.C 1.15:
19422: * src/classes/double.C [stateless_class] 1.14.2.1:
19423: * src/classes/env.C 1.5:
19424: * src/classes/env.C [stateless_class] 1.4.8.1:
19425: * src/classes/int.C 1.14:
19426: * src/classes/int.C [stateless_class] 1.13.2.1:
19427: * src/classes/root.C 1.38:
19428: * src/classes/root.C [stateless_class] 1.37.2.1:
19429: * src/classes/string.C 1.10:
19430: * src/classes/string.C [stateless_class] 1.9.4.1:
19431: * src/classes/table.C 1.14:
19432: * src/classes/table.C [stateless_class] 1.13.2.1:
19433: * src/include/pa_request.h 1.46:
19434: * src/include/pa_request.h [stateless_class] 1.45.2.1:
19435: * src/main/compile.C 1.29:
19436: * src/main/compile.C [stateless_class] 1.28.2.1:
19437: * src/main/compile_tools.h 1.30:
19438: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
19439: * src/main/core.C 1.64:
19440: * src/main/core.C [stateless_class] 1.63.6.1:
19441: * src/main/execute.C 1.100:
19442: * src/main/execute.C [stateless_class] 1.99.2.1:
19443: * src/main/main.dsp 1.51:
19444: * src/main/main.dsp [stateless_class] 1.50.6.1:
19445: * src/main/pa_request.C 1.26:
19446: * src/main/pa_request.C [stateless_class] 1.25.2.1:
19447: * src/types/pa_valiased.h 1.3:
19448: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
19449: * src/types/pa_value.h 1.9:
19450: * src/types/pa_value.h [stateless_class] 1.8.2.1:
19451: * src/types/pa_vclass.C 1.5:
19452: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
19453: * src/types/pa_vclass.h 1.8:
19454: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
19455: * src/types/pa_venv.h 1.2:
19456: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
19457: * src/types/pa_vmframe.h 1.6:
19458: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
19459: * src/types/pa_vobject.h 1.5:
19460: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
19461: * src/types/pa_vstateless_class.C 1.2:
19462: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
19463: * src/types/pa_vstateless_class.h 1.2:
19464: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
19465: * src/types/pa_vstateless_object.h 1.2:
19466: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
19467: * src/types/pa_wcontext.h 1.5:
19468: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
19469: $ENV: re 0, stateless classes
19470:
19471: * src/include/pa_request.h 1.45:
19472: * src/main/compile.C 1.28:
19473: * src/main/execute.C 1.99:
19474: * src/main/pa_request.C 1.25:
19475: * src/types/pa_value.h 1.8:
19476: * src/types/pa_vmframe.h 1.5:
19477: fixed yesterdays bad decision on execute_static_method
19478:
19479: * src/include/core.h 1.15:
19480: * src/include/pa_common.h 1.11:
19481: * src/include/pa_request.h 1.52:
19482: * src/main/core.C 1.67:
19483: * src/main/execute.C 1.104:
19484: * src/main/main.dsp 1.53:
19485: * src/main/pa_request.C 1.30:
19486: * src/targets/cgi/parser3.C 1.4:
19487: * src/targets/cgi/parser3.dsp 1.3:
19488: * src/types/pa_vform.h 1.1:
19489: started cgi target
19490:
19491: * src/include/pa_request.h 1.47:
19492: * src/types/pa_venv.h 1.3:
19493: $ENV 0.1 stateless class
19494:
19495: * src/classes/_form.h 1.1:
19496: * src/classes/double.C 1.16:
19497: * src/classes/env.C 1.7:
19498: * src/classes/form.C 1.1:
19499: * src/classes/int.C 1.15:
19500: * src/classes/root.C 1.40:
19501: * src/classes/string.C 1.11:
19502: * src/classes/table.C 1.13:
19503: * src/classes/table.C 1.15:
19504: * src/include/core.h 1.13:
19505: * src/include/pa_request.h 1.49:
19506: * src/include/pa_request.h 1.50:
19507: * src/include/pa_types.h 1.12:
19508: * src/main/core.C 1.66:
19509: * src/main/execute.C 1.102:
19510: * src/main/pa_request.C 1.23:
19511: * src/main/pa_request.C 1.24:
19512: * src/main/pa_request.C 1.28:
19513: * src/targets/cgi/parser.dsp 1.2:
19514: * src/targets/cgi/parser3.C 1.2:
19515: * src/targets/cgi/parser3.dsp 1.1:
19516: * src/targets/cgi/parser3.dsp 1.2:
19517: * src/types/pa_vhash.h 1.4:
19518: z
19519:
19520: * src/classes/root.C 1.35:
19521: * src/classes/table.C 1.11:
19522: * src/include/pa_exception.h 1.8:
19523: * src/include/pa_pool.h 1.30:
19524: * src/main/pa_request.C 1.22:
19525: restructure_exceptions_dead_end
19526:
19527: * src/classes/root.C 1.34:
19528: * src/main/compile.y 1.94:
19529: ^if required junctions. allowed ; inside {} to break params
19530:
19531: * src/classes/_env.h 1.5:
19532: * src/classes/env.C 1.6:
19533: * src/classes/root.C 1.39:
19534: * src/include/core.h 1.12:
19535: * src/include/pa_pool.h 1.32:
19536: * src/include/pa_request.h 1.48:
19537: * src/main/compile.C 1.30:
19538: * src/main/compile.y 1.96:
19539: * src/main/core.C 1.65:
19540: * src/main/main.dsp 1.52:
19541: * src/main/pa_common.C 1.11:
19542: * src/main/pa_request.C 1.27:
19543: * src/types/pa_value.h 1.11:
19544: * src/types/pa_venv.h 1.6:
19545: * src/types/pa_vstateless_class.h 1.3:
19546: started $form: [historical moment :)]
19547:
19548: * src/types/pa_venv.h 1.5:
19549: $ENV 1
19550:
19551: * src/classes/double.C 1.14:
19552: * src/classes/int.C 1.13:
19553: * src/classes/root.C 1.37:
19554: * src/types/pa_vdouble.h 1.7:
19555: * src/types/pa_vint.h 1.8:
19556: Int,Double dec mul div mod
19557:
19558: 2001-03-12 paf
19559: * src/classes/_string.h 1.5:
19560: * src/classes/double.C 1.13:
19561: * src/classes/int.C 1.12:
19562: * src/classes/string.C 1.9:
19563: * src/main/execute.C 1.98:
19564: * src/types/pa_wcontext.h 1.4:
19565: int doube string ^format
19566:
19567: * src/classes/root.C 1.19:
19568: * src/types/pa_vclass.h 1.4:
19569: process temp main zeroing
19570:
19571: * src/classes/root.C 1.30:
19572: * src/classes/table.C 1.6:
19573: * src/types/pa_vtable.h 1.2:
19574: table ^offset ^line ^count
19575:
19576: * src/classes/root.C 1.28:
19577: * src/classes/table.C 1.5:
19578: ^use
19579:
19580: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
19581: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
19582: constructing flag not 'bad' but not 'enough'
19583:
19584: * src/classes/root.C 1.27:
19585: * src/classes/table.C 1.4:
19586: * src/include/pa_request.h 1.44:
19587: * src/main/compile.y 1.92:
19588: * src/main/core.C 1.62:
19589: * src/main/execute.C 1.96:
19590: * src/types/pa_vclass.h 1.7:
19591: * src/types/pa_wcontext.C 1.3:
19592: * src/types/pa_wcontext.h 1.3:
19593: * src/types/pa_wwrapper.h 1.3:
19594: while. switched off wcontext.constructing after write(value) or
19595: auto-vhash-constructing
19596:
19597: * src/classes/table.C 1.8:
19598: table ^empty
19599:
19600: * src/classes/root.C 1.33:
19601: ^eval
19602:
19603: * src/classes/root.C 1.26:
19604: * src/classes/table.C 1.3:
19605: * src/include/pa_request.h 1.43:
19606: * src/main/pa_request.C 1.20:
19607: fail_if_junction_ helper func
19608:
19609: * src/classes/root.C 1.23:
19610: * src/include/core.h 1.11:
19611: * src/include/pa_array.h 1.23:
19612: * src/include/pa_request.h 1.41:
19613: * src/include/pa_table.h 1.11:
19614: * src/main/core.C 1.60:
19615: * src/main/main.dsp 1.49:
19616: * src/main/pa_request.C 1.17:
19617: * src/main/pa_table.C 1.12:
19618: * src/types/pa_value.h 1.6:
19619: * src/types/pa_vclass.C 1.4:
19620: * src/types/pa_vclass.h 1.6:
19621: * src/types/pa_vdouble.h 1.5:
19622: * src/types/pa_vint.h 1.5:
19623: * src/types/pa_vmframe.h 1.4:
19624: * src/types/pa_vstring.h 1.5:
19625: freeze, ^table:create[] -1
19626:
19627: * src/types/pa_vtable.h 1.1:
19628: table: no, better with string in cells...
19629:
19630: * src/classes/root.C 1.21:
19631: * src/main/execute.C 1.93:
19632: * src/types/pa_vclass.h 1.5:
19633: used get_method in couple places optimizing them
19634:
19635: * src/classes/double.C 1.10:
19636: * src/classes/int.C 1.10:
19637: * src/classes/root.C 1.18:
19638: * src/classes/string.C 1.7:
19639: * src/include/pa_common.h 1.6:
19640: * src/include/pa_request.h 1.40:
19641: * src/include/pa_string.h 1.32:
19642: * src/include/pa_types.h 1.10:
19643: * src/main/compile.C 1.27:
19644: * src/main/compile.y 1.91:
19645: * src/main/compile_tools.h 1.29:
19646: * src/main/execute.C 1.92:
19647: * src/main/pa_common.C 1.7:
19648: * src/main/pa_request.C 1.16:
19649: * src/types/pa_value.h 1.4:
19650: * src/types/pa_vmframe.h 1.3:
19651: process. actual names to store param and
19652: check_actual_numbered_params for better place diagnostics
19653:
19654: * src/classes/_table.h 1.1:
19655: * src/classes/root.C 1.20:
19656: * src/classes/root.C 1.22:
19657: * src/classes/table.C 1.1:
19658: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
19659: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
19660: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
19661: * src/main/untaint.C 1.1:
19662: * src/types/pa_value.h 1.5:
19663: z
19664:
19665: * src/classes/root.C 1.25:
19666: * src/classes/table.C 1.2:
19667: * src/include/pa_common.h 1.8:
19668: * src/include/pa_request.h 1.42:
19669: * src/main/execute.C 1.95:
19670: * src/main/main.dsp 1.50:
19671: * src/main/pa_common.C 1.9:
19672: * src/main/pa_request.C 1.19:
19673: ^process error point by actual method_name, not source.
19674: ^load
19675:
19676: * src/classes/table.C 1.7:
19677: * src/include/pa_table.h 1.13:
19678: table ^menu
19679:
19680: * src/classes/root.C 1.29:
19681: ^round() ^floor() ^ceiling() ^abs() ^sign()
19682:
19683: * src/classes/double.C 1.11:
19684: * src/classes/int.C 1.11:
19685: * src/classes/root.C 1.31:
19686: * src/classes/string.C 1.8:
19687: * src/classes/table.C 1.9:
19688: * src/main/core.C 1.63:
19689: * src/main/execute.C 1.97:
19690: * src/types/pa_vint.h 1.6:
19691: ^for
19692:
19693: * src/classes/double.C 1.12:
19694: * src/classes/root.C 1.32:
19695: * src/classes/table.C 1.10:
19696: * src/include/pa_common.h 1.9:
19697: * src/include/pa_types.h 1.11:
19698: * src/main/compile.y 1.93:
19699: * src/main/pa_common.C 1.10:
19700: * src/main/pa_request.C 1.21:
19701: * src/main/untaint.C 1.2:
19702: * src/types/pa_vdouble.h 1.6:
19703: * src/types/pa_vint.h 1.7:
19704: * src/types/pa_vtable.h 1.3:
19705: * src/types/pa_wwrapper.h 1.4:
19706: think constructing flag as is is bad
19707:
19708: * src/classes/root.C 1.24:
19709: * src/include/pa_common.h 1.7:
19710: * src/include/pa_string.h 1.33:
19711: * src/include/pa_table.h 1.12:
19712: * src/main/core.C 1.61:
19713: * src/main/execute.C 1.94:
19714: * src/main/pa_common.C 1.8:
19715: * src/main/pa_request.C 1.18:
19716: * src/main/pa_table.C 1.13:
19717: * src/types/pa_value.h 1.7:
19718: table:set 0
19719:
19720: 2001-03-11 paf
19721: * src/classes/double.C 1.8:
19722: * src/classes/int.C 1.8:
19723: * src/classes/root.C 1.14:
19724: * src/include/pa_request.h 1.38:
19725: * src/main/execute.C 1.90:
19726: intercept_string
19727:
19728: * src/classes/double.C 1.6:
19729: * src/classes/int.C 1.6:
19730: * src/include/pa_request.h 1.37:
19731: ^inc-s(expr)
19732:
19733: * src/include/pa_valiased.h 1.4:
19734: * src/include/pa_value.h 1.51:
19735: * src/include/pa_vbool.h 1.8:
19736: * src/include/pa_vcframe.h 1.8:
19737: * src/include/pa_vclass.h 1.30:
19738: * src/include/pa_vdouble.h 1.13:
19739: * src/include/pa_vhash.h 1.13:
19740: * src/include/pa_vint.h 1.5:
19741: * src/include/pa_vjunction.h 1.9:
19742: * src/include/pa_vmframe.h 1.24:
19743: * src/include/pa_vobject.h 1.18:
19744: * src/include/pa_vstring.h 1.18:
19745: * src/include/pa_vunknown.h 1.10:
19746: * src/include/pa_wcontext.h 1.29:
19747: * src/include/pa_wwrapper.h 1.14:
19748: * src/main/compile.y 1.88:
19749: * src/main/core.C 1.55:
19750: * src/main/main.dsp 1.44:
19751: * src/main/pa_cframe.C 1.6:
19752: * src/main/pa_request.C 1.11:
19753: * src/main/pa_value.C 1.8:
19754: * src/main/pa_vclass.C 1.5:
19755: * src/main/pa_wcontext.C 1.11:
19756: * src/types/pa_valiased.h 1.1:
19757: * src/types/pa_value.h 1.1:
19758: * src/types/pa_vbool.h 1.1:
19759: * src/types/pa_vcframe.h 1.1:
19760: * src/types/pa_vclass.C 1.1:
19761: * src/types/pa_vclass.h 1.1:
19762: * src/types/pa_vdouble.h 1.1:
19763: * src/types/pa_vhash.h 1.1:
19764: * src/types/pa_vint.h 1.1:
19765: * src/types/pa_vjunction.h 1.1:
19766: * src/types/pa_vmframe.h 1.1:
19767: * src/types/pa_vobject.h 1.1:
19768: * src/types/pa_vstring.h 1.1:
19769: * src/types/pa_vunknown.h 1.1:
19770: * src/types/pa_wcontext.C 1.1:
19771: * src/types/pa_wcontext.h 1.1:
19772: * src/types/pa_wwrapper.h 1.1:
19773: splitted types from include/
19774:
19775: * src/main/main.dsp 1.47:
19776: * src/types/pa_value.h 1.3:
19777: * src/types/pa_vdouble.h 1.3:
19778: * src/types/pa_vint.h 1.3:
19779: * src/types/pa_vobject.h 1.3:
19780: * src/types/pa_vstring.h 1.3:
19781: VString VDouble VInt base now VObject_base - without fields
19782:
19783: * src/include/core.h 1.7:
19784: * src/include/pa_request.h 1.35:
19785: * src/main/core.C 1.56:
19786: * src/main/main.dsp 1.45:
19787: * src/main/pa_request.C 1.12:
19788: renamed AUTO: to MAIN:
19789:
19790: * src/classes/double.C 1.9:
19791: * src/classes/int.C 1.9:
19792: * src/classes/root.C 1.15:
19793: * src/classes/string.C 1.6:
19794: * src/include/core.h 1.9:
19795: * src/include/pa_hash.h 1.23:
19796: * src/include/pa_pool.h 1.29:
19797: * src/include/pa_request.h 1.39:
19798: * src/include/pa_string.h 1.31:
19799: * src/main/compile.C 1.26:
19800: * src/main/core.C 1.58:
19801: * src/main/pa_request.C 1.15:
19802: ^untaint 0
19803:
19804: * src/classes/root.C 1.17:
19805: * src/main/execute.C 1.91:
19806: * src/main/main.dsp 1.48:
19807: setname for method-junctions bug fixed
19808:
19809: * src/types/pa_vdouble.h 1.4:
19810: * src/types/pa_vint.h 1.4:
19811: * src/types/pa_vobject.h 1.4:
19812: * src/types/pa_vstateless_object.h 1.1:
19813: * src/types/pa_vstring.h 1.4:
19814: stateless_object
19815:
19816: * src/classes/root.C 1.16:
19817: * src/include/core.h 1.10:
19818: * src/main/core.C 1.59:
19819: * src/main/pa_request.C 1.13:
19820: * src/types/pa_vhash.h 1.2:
19821: z
19822:
19823: * src/classes/_double.h 1.4:
19824: * src/classes/_env.h 1.3:
19825: * src/classes/_int.h 1.4:
19826: * src/classes/_root.h 1.3:
19827: * src/classes/_string.h 1.4:
19828: * src/classes/double.C 1.5:
19829: * src/classes/env.C 1.4:
19830: * src/classes/int.C 1.5:
19831: * src/classes/root.C 1.12:
19832: * src/classes/string.C 1.5:
19833: * src/include/code.h 1.20:
19834: * src/include/core.h 1.8:
19835: * src/include/pa_array.h 1.22:
19836: * src/include/pa_common.h 1.5:
19837: * src/include/pa_exception.h 1.7:
19838: * src/include/pa_hash.h 1.22:
19839: * src/include/pa_pool.h 1.28:
19840: * src/include/pa_request.h 1.36:
19841: * src/include/pa_stack.h 1.6:
19842: * src/include/pa_string.h 1.30:
19843: * src/include/pa_table.h 1.10:
19844: * src/include/pa_threads.h 1.6:
19845: * src/include/pa_types.h 1.9:
19846: * src/main/compile.C 1.25:
19847: * src/main/compile.y 1.89:
19848: * src/main/compile_tools.C 1.26:
19849: * src/main/compile_tools.h 1.27:
19850: * src/main/core.C 1.57:
19851: * src/main/execute.C 1.89:
19852: * src/main/pa_array.C 1.22:
19853: * src/main/pa_common.C 1.6:
19854: * src/main/pa_exception.C 1.6:
19855: * src/main/pa_hash.C 1.20:
19856: * src/main/pa_pool.C 1.11:
19857: * src/main/pa_request.C 1.14:
19858: * src/main/pa_string.C 1.37:
19859: * src/main/pa_table.C 1.11:
19860: * src/types/pa_valiased.h 1.2:
19861: * src/types/pa_value.h 1.2:
19862: * src/types/pa_vbool.h 1.2:
19863: * src/types/pa_vcframe.h 1.2:
19864: * src/types/pa_vclass.C 1.2:
19865: * src/types/pa_vclass.h 1.2:
19866: * src/types/pa_vdouble.h 1.2:
19867: * src/types/pa_vhash.h 1.3:
19868: * src/types/pa_vint.h 1.2:
19869: * src/types/pa_vjunction.h 1.2:
19870: * src/types/pa_vmframe.h 1.2:
19871: * src/types/pa_vobject.h 1.2:
19872: * src/types/pa_vstring.h 1.2:
19873: * src/types/pa_vunknown.h 1.2:
19874: * src/types/pa_wcontext.C 1.2:
19875: * src/types/pa_wcontext.h 1.2:
19876: * src/types/pa_wwrapper.h 1.2:
19877: headers updated
19878:
19879: * src/classes/double.C 1.7:
19880: * src/classes/int.C 1.7:
19881: * src/classes/root.C 1.13:
19882: * src/types/pa_vclass.C 1.3:
19883: * src/types/pa_vclass.h 1.3:
19884: add_native_method helper
19885:
19886: 2001-03-10 paf
19887: * src/include/core.h 1.4:
19888: * src/include/pa_request.h 1.30:
19889: * src/main/compile.y 1.85:
19890: * src/main/core.C 1.52:
19891: * src/main/pa_request.C 1.6:
19892: names to core.C
19893:
19894: * src/classes/_env.h 1.1:
19895: * src/classes/env.C 1.1:
19896: * src/classes/root.C 1.8:
19897: * src/include/pa_request.h 1.23:
19898: * src/include/pa_vclass.h 1.27:
19899: * src/main/core.C 1.49:
19900: * src/main/main.dsp 1.42:
19901: env0
19902:
19903: * src/include/code.h 1.18:
19904: * src/include/pa_request.h 1.28:
19905: * src/include/pa_vint.h 1.3:
19906: * src/include/pa_vjunction.h 1.7:
19907: * src/include/pa_vstring.h 1.16:
19908: * src/main/compile.y 1.84:
19909: * src/main/compile_tools.C 1.24:
19910: * src/main/compile_tools.h 1.25:
19911: * src/main/execute.C 1.86:
19912: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
19913:
19914: * src/include/core.h 1.2:
19915: * src/include/pa_array.h 1.20:
19916: * src/include/pa_hash.h 1.20:
19917: * src/include/pa_request.h 1.24:
19918: * src/include/pa_value.h 1.49:
19919: * src/include/pa_vcframe.h 1.6:
19920: * src/include/pa_vdouble.h 1.11:
19921: * src/include/pa_vint.h 1.2:
19922: * src/include/pa_vstring.h 1.15:
19923: * src/include/pa_vunknown.h 1.8:
19924: * src/include/pa_wcontext.h 1.26:
19925: * src/main/compile.y 1.82:
19926: * src/main/compile_tools.C 1.23:
19927: * src/main/compile_tools.h 1.24:
19928: * src/main/core.C 1.50:
19929: * src/main/execute.C 1.82:
19930: * src/main/main.dsp 1.43:
19931: * src/main/pa_cframe.C 1.4:
19932: * src/main/pa_request.C 1.3:
19933: * src/main/pa_wcontext.C 1.8:
19934: const fight finished
19935:
19936: * src/include/core.h 1.6:
19937: * src/include/pa_request.h 1.34:
19938: * src/main/core.C 1.54:
19939: * src/main/pa_request.C 1.10:
19940: run+auto=run
19941:
19942: * src/include/pa_request.h 1.27:
19943: * src/main/execute.C 1.85:
19944: * src/main/pa_request.C 1.4:
19945: @auto[] realised. auto.p scan togo
19946:
19947: * src/classes/double.C 1.3:
19948: * src/classes/int.C 1.3:
19949: * src/classes/root.C 1.9:
19950: * src/classes/string.C 1.3:
19951: * src/include/pa_request.h 1.25:
19952: * src/include/pa_string.h 1.28:
19953: * src/include/pa_wcontext.h 1.27:
19954: * src/main/compile.y 1.83:
19955: * src/main/execute.C 1.83:
19956: * src/main/pa_string.C 1.35:
19957: * src/main/pa_wcontext.C 1.9:
19958: tainting 0
19959:
19960: * src/classes/_double.h 1.2:
19961: * src/classes/_int.h 1.2:
19962: * src/classes/_root.h 1.1:
19963: * src/classes/_string.h 1.2:
19964: * src/classes/double.C 1.2:
19965: * src/classes/int.C 1.2:
19966: * src/classes/root.C 1.7:
19967: * src/classes/string.C 1.2:
19968: * src/include/pa_request.h 1.22:
19969: * src/include/pa_string.h 1.27:
19970: * src/include/pa_types.h 1.7:
19971: * src/include/pa_vcframe.h 1.5:
19972: * src/include/pa_wcontext.h 1.25:
19973: * src/main/core.C 1.48:
19974: * src/main/main.dsp 1.41:
19975: * src/main/pa_cframe.C 1.3:
19976: * src/main/pa_string.C 1.34:
19977: * src/main/pa_vclass.C 1.3:
19978: * src/main/pa_wcontext.C 1.7:
19979: ^lang prepare0
19980:
19981: * src/include/pa_request.h 1.31:
19982: * src/main/compile.C 1.23:
19983: * src/main/compile.y 1.86:
19984: * src/main/pa_request.C 1.7:
19985: auto tree0
19986:
19987: * src/classes/env.C 1.2:
19988: env:file/line
19989:
19990: * src/include/pa_vclass.h 1.28:
19991: const fight to go
19992:
19993: * src/include/core.h 1.3:
19994: * src/include/pa_common.h 1.3:
19995: * src/include/pa_pool.h 1.26:
19996: * src/include/pa_request.h 1.29:
19997: * src/main/core.C 1.51:
19998: * src/main/execute.C 1.87:
19999: * src/main/pa_common.C 1.4:
20000: * src/main/pa_request.C 1.5:
20001: root auto.p loaded
20002:
20003: * src/include/pa_request.h 1.26:
20004: * src/main/execute.C 1.84:
20005: autocalc code-junctions result now have names
20006:
20007: * src/classes/root.C 1.11:
20008: * src/include/pa_request.h 1.33:
20009: minor if junction bug
20010:
20011: * src/main/pa_request.C 1.8:
20012: auto..
20013:
20014: * src/classes/_double.h 1.3:
20015: * src/classes/_env.h 1.2:
20016: * src/classes/_int.h 1.3:
20017: * src/classes/_root.h 1.2:
20018: * src/classes/_string.h 1.3:
20019: * src/classes/double.C 1.4:
20020: * src/classes/env.C 1.3:
20021: * src/classes/int.C 1.4:
20022: * src/classes/root.C 1.10:
20023: * src/classes/string.C 1.4:
20024: * src/include/code.h 1.19:
20025: * src/include/core.h 1.5:
20026: * src/include/pa_array.h 1.21:
20027: * src/include/pa_common.h 1.4:
20028: * src/include/pa_exception.h 1.6:
20029: * src/include/pa_hash.h 1.21:
20030: * src/include/pa_pool.h 1.27:
20031: * src/include/pa_request.h 1.32:
20032: * src/include/pa_stack.h 1.5:
20033: * src/include/pa_string.h 1.29:
20034: * src/include/pa_table.h 1.9:
20035: * src/include/pa_threads.h 1.5:
20036: * src/include/pa_types.h 1.8:
20037: * src/include/pa_valiased.h 1.3:
20038: * src/include/pa_value.h 1.50:
20039: * src/include/pa_vbool.h 1.7:
20040: * src/include/pa_vcframe.h 1.7:
20041: * src/include/pa_vclass.h 1.29:
20042: * src/include/pa_vdouble.h 1.12:
20043: * src/include/pa_vhash.h 1.12:
20044: * src/include/pa_vint.h 1.4:
20045: * src/include/pa_vjunction.h 1.8:
20046: * src/include/pa_vmframe.h 1.23:
20047: * src/include/pa_vobject.h 1.17:
20048: * src/include/pa_vstring.h 1.17:
20049: * src/include/pa_vunknown.h 1.9:
20050: * src/include/pa_wcontext.h 1.28:
20051: * src/include/pa_wwrapper.h 1.13:
20052: * src/main/compile.C 1.24:
20053: * src/main/compile.y 1.87:
20054: * src/main/compile_tools.C 1.25:
20055: * src/main/compile_tools.h 1.26:
20056: * src/main/core.C 1.53:
20057: * src/main/execute.C 1.88:
20058: * src/main/pa_array.C 1.21:
20059: * src/main/pa_cframe.C 1.5:
20060: * src/main/pa_common.C 1.5:
20061: * src/main/pa_exception.C 1.5:
20062: * src/main/pa_hash.C 1.19:
20063: * src/main/pa_pool.C 1.10:
20064: * src/main/pa_request.C 1.9:
20065: * src/main/pa_string.C 1.36:
20066: * src/main/pa_table.C 1.10:
20067: * src/main/pa_value.C 1.7:
20068: * src/main/pa_vclass.C 1.4:
20069: * src/main/pa_wcontext.C 1.10:
20070: sources header
20071:
20072: 2001-03-09 paf
20073: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
20074: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
20075: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
20076: ^string.length[]
20077:
20078: * src/classes/root.C 1.5:
20079: * src/include/pa_request.h 1.21:
20080: * src/include/pa_vclass.h 1.26:
20081: * src/include/pa_vhash.h 1.11:
20082: * src/include/pa_vmframe.h 1.20:
20083: * src/include/pa_vobject.h 1.15:
20084: * src/include/pa_vstring.h 1.13:
20085: * src/include/pa_wcontext.h 1.24:
20086: * src/main/compile.y 1.80:
20087: * src/main/core.C 1.46:
20088: * src/main/execute.C 1.79:
20089: * src/main/main.dsp 1.39:
20090: .
20091:
20092: * src/include/pa_vmframe.h 1.22:
20093: * src/main/compile.C 1.22:
20094: * src/main/execute.C 1.81:
20095: expr construct proper naming
20096:
20097: * src/classes/_double.h 1.1:
20098: * src/classes/_int.h 1.1:
20099: * src/classes/_string.h 1.1:
20100: * src/classes/double.C 1.1:
20101: * src/classes/int.C 1.1:
20102: * src/classes/root.C 1.6:
20103: * src/classes/string.C 1.1:
20104: * src/include/code.h 1.17:
20105: * src/include/pa_value.h 1.48:
20106: * src/include/pa_vbool.h 1.6:
20107: * src/include/pa_vdouble.h 1.10:
20108: * src/include/pa_vint.h 1.1:
20109: * src/include/pa_vmframe.h 1.21:
20110: * src/include/pa_vobject.h 1.16:
20111: * src/include/pa_vstring.h 1.14:
20112: * src/main/compile.y 1.81:
20113: * src/main/compile_tools.C 1.22:
20114: * src/main/core.C 1.47:
20115: * src/main/execute.C 1.80:
20116: * src/main/main.dsp 1.40:
20117: Int and Double classes with ^int[] and ^double[]. fixed expr type
20118:
20119: 2001-03-08 paf
20120: * src/include/pa_request.h 1.18:
20121: * src/include/pa_value.h 1.44:
20122: * src/include/pa_vcframe.h 1.4:
20123: * src/include/pa_vmframe.h 1.16:
20124: * src/include/pa_wcontext.h 1.23:
20125: * src/main/compile.C 1.21:
20126: * src/main/compile.y 1.76:
20127: * src/main/core.C 1.45:
20128: * src/main/execute.C 1.70:
20129: * src/main/pa_cframe.C 1.2:
20130: * src/main/pa_wcontext.C 1.5:
20131: 'if' just compiled
20132:
20133: * src/main/pa_vclass.C 1.2:
20134: that were ok... [vclass were out of vcs]
20135:
20136: * src/include/pa_value.h 1.43:
20137: * src/include/pa_vmframe.h 1.14:
20138: * src/main/compile.y 1.75:
20139: * src/main/core.C 1.44:
20140: * src/main/execute.C 1.68:
20141: * src/main/main.dsp 1.37:
20142: z. detected probs with parameter names in operator methods
20143:
20144: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
20145: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
20146: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
20147: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
20148: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
20149: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
20150: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
20151: dead end: vstring can't be derivated from vobject
20152:
20153: * src/include/pa_request.h 1.17:
20154: * src/main/compile.C 1.20:
20155: * src/main/compile.y 1.73:
20156: * src/main/core.C 1.43:
20157: * src/main/main.dsp 1.36:
20158: introducing ROOT_CLASS.
20159: it's default @BASE.
20160: changed 'RUN' assignment mech
20161:
20162: * src/main/execute.C 1.64:
20163: root root in code-junction
20164:
20165: * src/include/pa_bool.h 1.2:
20166: * src/include/pa_double.h 1.2:
20167: * src/include/pa_value.h 1.47:
20168: * src/include/pa_vbool.h 1.5:
20169: * src/include/pa_vclass.h 1.24:
20170: * src/include/pa_vdouble.h 1.9:
20171: * src/include/pa_vhash.h 1.9:
20172: * src/include/pa_vjunction.h 1.6:
20173: * src/include/pa_vmframe.h 1.19:
20174: * src/include/pa_vobject.h 1.13:
20175: * src/include/pa_vstring.h 1.12:
20176: * src/include/pa_vunknown.h 1.7:
20177: * src/main/compile.y 1.79:
20178: * src/main/compile_tools.C 1.21:
20179: * src/main/execute.C 1.78:
20180: withoud cloning. didn't need it actually, params got passed
20181: from out unnamed ewpool
20182:
20183: * src/include/code.h 1.16:
20184: * src/main/compile.y 1.72:
20185: * src/main/compile_tools.C 1.19:
20186: * src/main/compile_tools.h 1.23:
20187: * src/main/execute.C 1.66:
20188: made class: dynamic, not static. so to enable runtime ^use
20189:
20190: * src/include/code.h 1.15:
20191: * src/main/compile.y 1.70:
20192: * src/main/compile_tools.C 1.18:
20193: * src/main/execute.C 1.65:
20194: joined 2 into one OP_CODE__STORE_PARAM
20195:
20196: * src/main/execute.C 1.74:
20197: fixed problems calling operators in constructors
20198:
20199: * src/classes/root.C 1.2:
20200: * src/include/pa_request.h 1.19:
20201: * src/include/pa_value.h 1.45:
20202: * src/include/pa_vbool.h 1.3:
20203: * src/include/pa_wwrapper.h 1.12:
20204: * src/main/execute.C 1.71:
20205: ^if 0
20206:
20207: * src/main/pa_vclass.C 1.1:
20208: wow! vclass were out of vcs
20209:
20210: * src/classes/root.C 1.4:
20211: * src/include/pa_stack.h 1.4:
20212: * src/main/execute.C 1.73:
20213: detected problems calling operators in constructors
20214:
20215: * src/main/compile.y 1.74:
20216: minor renamings in .y
20217:
20218: * src/include/pa_vdouble.h 1.8:
20219: * src/include/pa_vhash.h 1.8:
20220: * src/include/pa_vjunction.h 1.5:
20221: * src/include/pa_vobject.h 1.12:
20222: * src/include/pa_vunknown.h 1.6:
20223: * src/main/compile.y 1.78:
20224: cloning dead end
20225:
20226: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
20227: fixed forgotten method_frame my check
20228:
20229: * src/classes/root.C 1.1:
20230: added root.c
20231:
20232: * src/include/pa_vbool.h 1.2:
20233: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
20234: * src/include/pa_vdouble.h 1.6:
20235: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
20236: * src/include/pa_vjunction.h 1.3:
20237: * src/include/pa_vmframe.h 1.15:
20238: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
20239: * src/include/pa_vstring.h 1.10:
20240: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
20241: * src/include/pa_wcontext.h 1.22:
20242: * src/main/execute.C 1.67:
20243: * src/main/execute.C 1.69:
20244: * src/main/execute.C 1.75:
20245: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
20246: * src/main/pa_wcontext.C 1.4:
20247: * src/main/pa_wcontext.C 1.6:
20248: z
20249:
20250: * src/main/compile.y 1.71:
20251: minor grammar bug with OP_CODE__STORE_PARAM
20252:
20253: * src/include/pa_bool.h 1.1:
20254: * src/include/pa_double.h 1.1:
20255: * src/include/pa_valiased.h 1.2:
20256: * src/include/pa_value.h 1.46:
20257: * src/include/pa_vbool.h 1.4:
20258: * src/include/pa_vclass.h 1.23:
20259: * src/include/pa_vdouble.h 1.7:
20260: * src/include/pa_vhash.h 1.7:
20261: * src/include/pa_vjunction.h 1.4:
20262: * src/include/pa_vmframe.h 1.18:
20263: * src/include/pa_vobject.h 1.11:
20264: * src/include/pa_vstring.h 1.11:
20265: * src/include/pa_vunknown.h 1.5:
20266: * src/main/compile.y 1.77:
20267: * src/main/compile_tools.C 1.20:
20268: * src/main/execute.C 1.77:
20269: * src/main/main.dsp 1.38:
20270: * src/main/pa_value.C 1.6:
20271: value.cloning so to give params proper names
20272:
20273: * src/classes/root.C 1.3:
20274: * src/include/pa_request.h 1.20:
20275: * src/main/execute.C 1.72:
20276: autocalc def to string
20277:
20278: * src/include/pa_vmframe.h 1.17:
20279: * src/main/execute.C 1.76:
20280: added names to unknown values in get_element and unfilled
20281: params. removed wrong name change in get_element
20282:
20283: * src/include/pa_vclass.h 1.25:
20284: * src/include/pa_vhash.h 1.10:
20285: * src/include/pa_vobject.h 1.14:
20286: removes some remained clone conseqs
20287:
20288: 2001-03-07 paf
20289: * src/include/pa_hash.h 1.19:
20290: * src/include/pa_value.h 1.40:
20291: * src/include/pa_vhash.h 1.4:
20292: * src/include/pa_vunknown.h 1.4:
20293: * src/main/compile.y 1.67:
20294: * src/main/execute.C 1.62:
20295: * src/main/pa_hash.C 1.18:
20296: expr def in -f
20297:
20298: * src/main/compile.y 1.65:
20299: * src/main/execute.C 1.60:
20300: * src/main/pa_string.C 1.33:
20301: bug in string.cmp fixed
20302:
20303: * src/main/compile.y 1.68:
20304: .y priorities syntax shaped up a bit
20305:
20306: * src/main/compile.y 1.64:
20307: expr quoted code
20308:
20309: * src/main/execute.C 1.57:
20310: ^var.menu{$field} problem detected. that $field not a $var.field
20311:
20312: * src/main/compile.y 1.69:
20313: * src/main/compile_tools.h 1.22:
20314: ^func(params)
20315:
20316: * src/include/pa_value.h 1.42:
20317: * src/include/pa_vclass.h 1.22:
20318: * src/include/pa_vhash.h 1.6:
20319: * src/include/pa_vmframe.h 1.13:
20320: * src/include/pa_vobject.h 1.10:
20321: * src/include/pa_wwrapper.h 1.11:
20322: const in Value.get_element
20323:
20324: * src/main/compile.y 1.63:
20325: * src/main/execute.C 1.59:
20326: expr whitespace solved. added "" support0
20327:
20328: * src/include/pa_string.h 1.26:
20329: * src/main/compile.y 1.61:
20330: * src/main/execute.C 1.58:
20331: * src/main/pa_string.C 1.32:
20332: just compiled lt&co
20333:
20334: * src/include/pa_stack.h 1.3:
20335: * src/include/pa_value.h 1.41:
20336: * src/include/pa_vclass.h 1.21:
20337: * src/include/pa_vhash.h 1.5:
20338: * src/include/pa_vmframe.h 1.12:
20339: * src/include/pa_vobject.h 1.9:
20340: * src/include/pa_wwrapper.h 1.10:
20341: * src/main/execute.C 1.63:
20342: fixed rwcontext of {} params up
20343:
20344: * src/main/compile.y 1.62:
20345: expr string comparisons 0
20346:
20347: * src/main/compile.y 1.66:
20348: * src/main/execute.C 1.61:
20349: expr calls
20350:
20351: 2001-03-06 paf
20352: * src/include/pa_vbool.h 1.1:
20353: forgot this
20354:
20355: * src/main/compile.y 1.51:
20356: expr lexx1
20357:
20358: * src/include/code.h 1.14:
20359: * src/main/compile.y 1.59:
20360: * src/main/execute.C 1.56:
20361: 1 problems with skipping whitespace in yylex fixed
20362: 2 xors: # bitwise ## logical
20363:
20364: * src/include/code.h 1.11:
20365: * src/include/pa_valiased.h 1.1:
20366: * src/include/pa_value.h 1.37:
20367: * src/include/pa_vdouble.h 1.1:
20368: * src/include/pa_vstring.h 1.6:
20369: * src/main/compile.y 1.49:
20370: * src/main/execute.C 1.49:
20371: expr lex0 exec-1
20372:
20373: * src/main/compile.y 1.52:
20374: expr grammar-1
20375:
20376: * src/include/pa_value.h 1.39:
20377: * src/include/pa_vdouble.h 1.5:
20378: * src/include/pa_vstring.h 1.8:
20379: * src/include/pa_vunknown.h 1.3:
20380: * src/main/compile.y 1.56:
20381: * src/main/execute.C 1.54:
20382: * src/main/main.dsp 1.35:
20383: !~
20384:
20385: * src/include/code.h 1.10:
20386: * src/main/compile.y 1.48:
20387: * src/main/compile_tools.h 1.18:
20388: g
20389:
20390: * src/main/compile.y 1.60:
20391: .y expr visible-shorter
20392:
20393: * src/include/pa_vcframe.h 1.3:
20394: * src/include/pa_vclass.h 1.20:
20395: * src/include/pa_vdouble.h 1.4:
20396: * src/include/pa_vhash.h 1.3:
20397: * src/include/pa_vjunction.h 1.2:
20398: * src/include/pa_vmframe.h 1.11:
20399: * src/include/pa_vobject.h 1.8:
20400: * src/include/pa_vstring.h 1.7:
20401: * src/include/pa_vunknown.h 1.2:
20402: * src/include/pa_wcontext.h 1.21:
20403: * src/include/pa_wwrapper.h 1.9:
20404: * src/main/compile.y 1.55:
20405: * src/main/compile_tools.C 1.17:
20406: * src/main/compile_tools.h 1.21:
20407: * src/main/execute.C 1.53:
20408: +-*/
20409:
20410: * src/main/compile.y 1.50:
20411: * src/main/execute.C 1.50:
20412: * src/main/main.dsp 1.34:
20413: z
20414:
20415: * src/include/pa_vstring.h 1.9:
20416: * src/main/compile.y 1.58:
20417: problems with skipping whitespace in yylex
20418:
20419: * src/include/pa_value.h 1.38:
20420: * src/include/pa_vdouble.h 1.2:
20421: * src/main/compile.y 1.53:
20422: * src/main/execute.C 1.51:
20423: expr grammar-1 2*2=4.000000 :)
20424:
20425: * src/include/pa_vdouble.h 1.3:
20426: * src/main/compile.y 1.54:
20427: * src/main/compile_tools.C 1.15:
20428: * src/main/compile_tools.h 1.19:
20429: grammar-1.1 $a(z) $a=0
20430:
20431: * src/include/code.h 1.13:
20432: * src/main/compile.y 1.57:
20433: * src/main/execute.C 1.55:
20434: without string ops in expressions 0
20435:
20436: 2001-02-26 paf
20437: * src/main/compile.y 1.46:
20438: max_string in yyerror bug fix
20439:
20440: 2001-02-25 paf
20441: * src/main/compile.y 1.40:
20442: escaping bug
20443:
20444: * src/include/pa_request.h 1.14:
20445: * src/main/compile.C 1.19:
20446: * src/main/core.C 1.38:
20447: default name RUN, also alias
20448:
20449: * src/include/pa_vcframe.h 1.2:
20450: * src/include/pa_vmframe.h 1.5:
20451: * src/include/pa_vobject.h 1.6:
20452: * src/include/pa_wcontext.h 1.17:
20453: * src/include/pa_wwrapper.h 1.7:
20454: * src/main/core.C 1.40:
20455: * src/main/execute.C 1.43:
20456: * src/main/main.dsp 1.31:
20457: would now get fields into interm VFielded class
20458:
20459: * src/include/pa_request.h 1.16:
20460: * src/include/pa_value.h 1.34:
20461: * src/include/pa_vmframe.h 1.7:
20462: * src/include/pa_wcontext.h 1.19:
20463: * src/main/execute.C 1.46:
20464: VAliased0
20465:
20466: * src/main/execute.C 1.47:
20467: VAliased1
20468:
20469: * src/include/pa_value.h 1.35:
20470: * src/include/pa_vmframe.h 1.8:
20471: VAliased2
20472:
20473: * src/include/code.h 1.9:
20474: * src/include/pa_value.h 1.28:
20475: * src/include/pa_vclass.h 1.15:
20476: * src/include/pa_vmframe.h 1.2:
20477: * src/include/pa_vobject.h 1.3:
20478: * src/include/pa_wwrapper.h 1.5:
20479: * src/main/compile.y 1.38:
20480: * src/main/compile_tools.C 1.14:
20481: * src/main/compile_tools.h 1.16:
20482: * src/main/execute.C 1.38:
20483: ^class:method() just compiled
20484:
20485: * src/include/pa_value.h 1.36:
20486: * src/include/pa_vmframe.h 1.9:
20487: * src/include/pa_wcontext.h 1.20:
20488: * src/main/execute.C 1.48:
20489: VAliased3
20490:
20491: * src/include/pa_hash.h 1.18:
20492: * src/include/pa_value.h 1.31:
20493: * src/include/pa_vclass.h 1.17:
20494: * src/include/pa_vmframe.h 1.4:
20495: * src/include/pa_vobject.h 1.5:
20496: * src/include/pa_vstring.h 1.5:
20497: * src/include/pa_wcontext.h 1.16:
20498: * src/main/compile.y 1.45:
20499: * src/main/core.C 1.39:
20500: * src/main/execute.C 1.42:
20501: * src/main/main.dsp 1.30:
20502: * src/main/pa_hash.C 1.17:
20503: * src/main/pa_value.C 1.5:
20504: * src/main/pa_wcontext.C 1.3:
20505: virtuals2
20506:
20507: * src/include/pa_value.h 1.32:
20508: * src/include/pa_vclass.h 1.18:
20509: * src/include/pa_wcontext.h 1.18:
20510: * src/include/pa_wwrapper.h 1.8:
20511: * src/main/execute.C 1.44:
20512: * src/main/main.dsp 1.32:
20513: no not get fields into interm VFielded class.
20514: fields & staticfields 1
20515:
20516: * src/include/pa_pool.h 1.25:
20517: * src/include/pa_request.h 1.15:
20518: * src/include/pa_value.h 1.33:
20519: * src/include/pa_vclass.h 1.19:
20520: * src/include/pa_vmframe.h 1.6:
20521: * src/include/pa_vobject.h 1.7:
20522: * src/main/core.C 1.41:
20523: * src/main/execute.C 1.45:
20524: * src/main/main.dsp 1.33:
20525: VAliased just compiled
20526:
20527: * src/include/pa_request.h 1.13:
20528: * src/include/pa_value.h 1.29:
20529: * src/include/pa_vobject.h 1.4:
20530: * src/main/compile.y 1.39:
20531: * src/main/compile_tools.h 1.17:
20532: * src/main/core.C 1.37:
20533: * src/main/execute.C 1.39:
20534: * src/main/pa_common.C 1.3:
20535: vobject1
20536:
20537: * src/main/compile.y 1.43:
20538: rethought to $class:static.field.subfield
20539:
20540: * src/main/compile.y 1.44:
20541: : 1
20542:
20543: * src/include/pa_value.h 1.30:
20544: * src/include/pa_vmframe.h 1.3:
20545: * src/include/pa_wwrapper.h 1.6:
20546: * src/main/compile.y 1.41:
20547: * src/main/execute.C 1.40:
20548: * src/main/pa_wcontext.C 1.2:
20549: before execute class calls rewrite
20550:
20551: * src/include/pa_vclass.h 1.16:
20552: * src/main/compile.y 1.42:
20553: * src/main/execute.C 1.41:
20554: $class:element
20555:
20556: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
20557: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
20558: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
20559: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
20560: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
20561: alias dead end
20562:
20563: 2001-02-24 paf
20564: * src/main/compile.y 1.32:
20565: fixed grammar bugs in constructor/params klinch
20566:
20567: * src/main/main.dsp 1.29:
20568: no bison -d
20569:
20570: * src/main/compile.y 1.37:
20571: * src/main/compile_tools.h 1.15:
20572: use0 line no on 'undef class' err msg wrong
20573:
20574: * src/main/compile.y 1.30:
20575: fixed last \n macrotemplate strip bug
20576:
20577: * src/include/pa_vframe.h 1.5:
20578: * src/main/compile.y 1.33:
20579: found junction ideology @: ^x{$a()) must construct current
20580: wcontext element, so smart wcontext handling needed
20581:
20582: * src/include/pa_value.h 1.25:
20583: * src/include/pa_wcontext.h 1.15:
20584: * src/include/pa_wwrapper.h 1.4:
20585: * src/main/execute.C 1.36:
20586: * src/main/pa_value.C 1.4:
20587: it works as bad as you've named it: wcontext.value() was not a
20588: perfect idea
20589:
20590: * src/main/compile.y 1.35:
20591: * src/main/core.C 1.36:
20592: yylex need some @special lines adj
20593:
20594: * src/include/pa_value.h 1.24:
20595: * src/include/pa_vcframe.h 1.1:
20596: * src/include/pa_vclass.h 1.10:
20597: * src/include/pa_vframe.h 1.6:
20598: * src/include/pa_vhash.h 1.2:
20599: * src/include/pa_vjunction.h 1.1:
20600: * src/include/pa_vmframe.h 1.1:
20601: * src/include/pa_wcontext.h 1.14:
20602: * src/include/pa_wwrapper.h 1.3:
20603: * src/main/execute.C 1.34:
20604: * src/main/main.dsp 1.27:
20605: * src/main/pa_cframe.C 1.1:
20606: * src/main/pa_wcontext.C 1.1:
20607: codeframe just compiled
20608:
20609: * src/include/pa_request.h 1.12:
20610: * src/include/pa_vclass.h 1.14:
20611: * src/main/compile.C 1.18:
20612: * src/main/compile.y 1.34:
20613: * src/main/compile_tools.h 1.14:
20614: * src/main/core.C 1.35:
20615: modules0
20616:
20617: * src/main/pa_array.C 1.20:
20618: minor bug in expanding very small arrays. 60% from 1 were 0
20619:
20620: * src/include/pa_vclass.h 1.12:
20621: * src/main/compile.y 1.36:
20622: * src/main/core.C 1.33:
20623: z
20624:
20625: * src/include/code.h 1.7:
20626: * src/include/pa_request.h 1.11:
20627: * src/include/pa_value.h 1.23:
20628: * src/include/pa_vclass.h 1.9:
20629: * src/include/pa_vframe.h 1.4:
20630: * src/main/compile.y 1.29:
20631: * src/main/compile_tools.C 1.13:
20632: * src/main/compile_tools.h 1.13:
20633: * src/main/core.C 1.32:
20634: * src/main/execute.C 1.32:
20635: code junctions0. something wrong with last \n macrotemplate strip
20636:
20637: * src/include/pa_value.h 1.26:
20638: * src/include/pa_vclass.h 1.11:
20639: * src/include/pa_vobject.h 1.1:
20640: * src/main/main.dsp 1.28:
20641: vobject00
20642:
20643: * src/main/compile.y 1.31:
20644: * src/main/execute.C 1.33:
20645: fixed empty constructor optimized empty case. failed on calls -
20646: produced empty string param
20647:
20648: * src/main/execute.C 1.35:
20649: codeframe1
20650:
20651: 2001-02-23 paf
20652: * src/include/pa_value.h 1.18:
20653: * src/main/core.C 1.27:
20654: * src/main/execute.C 1.25:
20655: * src/main/main.dsp 1.23:
20656: value named
20657:
20658: * src/main/compile.y 1.26:
20659: * src/main/execute.C 1.27:
20660: empty constructor bug fixed
20661:
20662: * src/include/pa_vframe.h 1.1:
20663: * src/include/pa_vunknown.h 1.1:
20664: * src/include/pa_wcontext.h 1.13:
20665: * src/include/pa_wwrapper.h 1.1:
20666: * src/main/core.C 1.29:
20667: * src/main/execute.C 1.29:
20668: * src/main/main.dsp 1.25:
20669: * src/main/pa_value.C 1.1:
20670: call0
20671:
20672: * src/main/compile.y 1.27:
20673: * src/main/compile_tools.C 1.12:
20674: * src/main/compile_tools.h 1.12:
20675: fixed wrong grammar in complex constructor case
20676:
20677: * src/include/pa_value.h 1.21:
20678: * src/include/pa_vclass.h 1.8:
20679: * src/include/pa_vframe.h 1.3:
20680: * src/main/core.C 1.30:
20681: * src/main/execute.C 1.31:
20682: * src/main/pa_value.C 1.2:
20683: get_method RIP. junctions everywhere. call with junctions0
20684:
20685: * src/main/compile.y 1.28:
20686: * src/main/execute.C 1.30:
20687: * src/main/main.dsp 1.26:
20688: rethought some. before junction
20689:
20690: * src/include/pa_value.h 1.17:
20691: * src/include/pa_vstring.h 1.4:
20692: * src/main/execute.C 1.24:
20693: strign 2 value in 2 places in execute
20694:
20695: * src/include/pa_wcontext.h 1.11:
20696: z
20697:
20698: * src/include/pa_hash.h 1.17:
20699: * src/include/pa_value.h 1.19:
20700: * src/include/pa_wcontext.h 1.12:
20701: * src/main/core.C 1.28:
20702: * src/main/execute.C 1.28:
20703: * src/main/main.dsp 1.24:
20704: * src/main/pa_hash.C 1.16:
20705: started call. store param, vframe done
20706:
20707: * src/include/pa_value.h 1.22:
20708: * src/main/compile.C 1.17:
20709: * src/main/core.C 1.31:
20710: * src/main/pa_value.C 1.3:
20711: minor error reporting format beautifyings
20712:
20713: * src/main/execute.C 1.26:
20714: with result rwpool
20715:
20716: * src/include/pa_value.h 1.16:
20717: * src/include/pa_wcontext.h 1.10:
20718: * src/main/compile.y 1.25:
20719: * src/main/execute.C 1.23:
20720: * src/main/main.dsp 1.22:
20721: * src/main/pa_array.C 1.19:
20722: auto VHash on wcontext.put_element when wcontext fvalue==0
20723:
20724: * src/include/pa_value.h 1.20:
20725: * src/include/pa_vclass.h 1.7:
20726: * src/include/pa_vframe.h 1.2:
20727: * src/include/pa_wwrapper.h 1.2:
20728: lara came, can't work, sorry :(
20729:
20730: 2001-02-22 paf
20731: * src/include/pa_request.h 1.10:
20732: * src/main/compile.y 1.23:
20733: $self.put(val)
20734:
20735: * src/include/pa_pool.h 1.24:
20736: * src/include/pa_vclass.h 1.5:
20737: * src/main/core.C 1.25:
20738: * src/main/pa_hash.C 1.15:
20739: * src/main/pa_pool.C 1.9:
20740: TRY...
20741:
20742: * src/include/code.h 1.6:
20743: * src/main/compile_tools.C 1.9:
20744: * src/main/compile_tools.h 1.10:
20745: * src/main/execute.C 1.19:
20746: OP_STRING better then some xxx _VALUE
20747:
20748: * src/main/compile.C 1.14:
20749: * src/main/core.C 1.26:
20750: * src/main/execute.C 1.16:
20751: * src/main/pa_string.C 1.31:
20752: more precise parse error line:col
20753:
20754: * src/main/compile.C 1.15:
20755: * src/main/compile.y 1.18:
20756: * src/main/execute.C 1.20:
20757: started : with $a.$:f
20758:
20759: * src/main/compile.y 1.20:
20760: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
20761:
20762: * src/include/code.h 1.3:
20763: * src/include/pa_string.h 1.25:
20764: * src/include/pa_value.h 1.12:
20765: * src/include/pa_vclass.h 1.3:
20766: * src/include/pa_wcontext.h 1.3:
20767: * src/main/compile.y 1.14:
20768: * src/main/execute.C 1.14:
20769: * src/main/pa_string.C 1.28:
20770: write_value write_string 0
20771: it seems wcontext must write strings regardles of fvalue!=0
20772:
20773: * src/include/code.h 1.4:
20774: * src/include/pa_value.h 1.13:
20775: * src/include/pa_vclass.h 1.4:
20776: * src/include/pa_wcontext.h 1.5:
20777: * src/main/compile.y 1.15:
20778: * src/main/compile_tools.C 1.6:
20779: * src/main/compile_tools.h 1.8:
20780: * src/main/execute.C 1.15:
20781: * src/main/main.dsp 1.20:
20782: iiieeyys! get/put simple vars to VClass works0
20783:
20784: * src/include/pa_array.h 1.18:
20785: * src/include/pa_wcontext.h 1.4:
20786: * src/main/pa_string.C 1.29:
20787: in process, but found that exceptions are too global
20788:
20789: * src/main/compile.y 1.19:
20790: $: finished
20791:
20792: * src/main/compile.C 1.16:
20793: * src/main/compile.y 1.21:
20794: * src/main/compile_tools.C 1.10:
20795: z
20796:
20797: * src/include/pa_request.h 1.9:
20798: * src/include/pa_stack.h 1.2:
20799: * src/include/pa_wcontext.h 1.7:
20800: * src/main/execute.C 1.17:
20801: z about to vstring it .y all
20802:
20803: * src/include/pa_hash.h 1.16:
20804: * src/include/pa_value.h 1.15:
20805: * src/include/pa_vclass.h 1.6:
20806: * src/include/pa_vhash.h 1.1:
20807: * src/include/pa_vstring.h 1.3:
20808: * src/include/pa_wcontext.h 1.9:
20809: * src/main/execute.C 1.22:
20810: * src/main/main.dsp 1.21:
20811: auto VHash in pa.th.cre.at.e
20812:
20813: * src/include/code.h 1.5:
20814: * src/include/pa_vstring.h 1.2:
20815: * src/main/compile.y 1.17:
20816: * src/main/compile_tools.C 1.8:
20817: * src/main/compile_tools.h 1.9:
20818: * src/main/execute.C 1.18:
20819: string to vstring it .y all
20820:
20821: * src/include/pa_array.h 1.19:
20822: * src/main/compile.y 1.22:
20823: * src/main/compile_tools.C 1.11:
20824: * src/main/compile_tools.h 1.11:
20825: * src/main/pa_array.C 1.18:
20826: $self.get
20827:
20828: * src/include/pa_exception.h 1.5:
20829: * src/include/pa_pool.h 1.23:
20830: * src/include/pa_request.h 1.8:
20831: * src/include/pa_value.h 1.14:
20832: * src/include/pa_wcontext.h 1.6:
20833: * src/main/compile.C 1.13:
20834: * src/main/compile.y 1.16:
20835: * src/main/compile_tools.C 1.7:
20836: * src/main/core.C 1.24:
20837: * src/main/pa_array.C 1.17:
20838: * src/main/pa_exception.C 1.4:
20839: * src/main/pa_hash.C 1.14:
20840: * src/main/pa_pool.C 1.8:
20841: * src/main/pa_string.C 1.30:
20842: * src/main/pa_table.C 1.9:
20843: removed exception from request
20844:
20845: * src/include/pa_vstring.h 1.1:
20846: * src/main/compile.C 1.12:
20847: * src/main/core.C 1.23:
20848: added some forgotten
20849:
20850: * src/include/pa_wcontext.h 1.8:
20851: * src/main/compile.y 1.24:
20852: * src/main/execute.C 1.21:
20853: erroreos checkout
20854:
20855: 2001-02-21 paf
20856: * src/main/compile.y 1.9:
20857: more straightforward yylex[end]
20858:
20859: * src/main/compile.C 1.6:
20860: * src/main/compile.y 1.6:
20861: * src/main/compile_tools.h 1.5:
20862: error processing in eval & yyerror so it wouldn't cause
20863: memleaks.
20864:
20865: * src/include/compile.h 1.5:
20866: * src/include/execute.h 1.3:
20867: * src/include/pa_array.h 1.17:
20868: * src/include/pa_request.h 1.7:
20869: * src/include/pa_stack.h 1.1:
20870: * src/include/pa_vclass.h 1.2:
20871: * src/include/pa_wcontext.h 1.2:
20872: * src/main/compile.C 1.10:
20873: * src/main/compile.y 1.12:
20874: * src/main/execute.C 1.11:
20875: * src/main/main.dsp 1.19:
20876: * src/main/pa_array.C 1.16:
20877: * src/main/pa_request.C 1.2:
20878: get put -1 [just compiled]
20879:
20880: * src/include/compile.h 1.4:
20881: * src/include/pa_array.h 1.16:
20882: * src/main/compile.C 1.9:
20883: * src/main/compile.y 1.11:
20884: * src/main/execute.C 1.10:
20885: MAIN_METHOD_NAME ready to write execute
20886:
20887: * src/include/pa_string.h 1.24:
20888: * src/include/pa_types.h 1.6:
20889: * src/main/pa_string.C 1.27:
20890: string.operator==(char*)
20891:
20892: * src/main/compile.C 1.11:
20893: * src/main/compile.y 1.13:
20894: * src/main/execute.C 1.12:
20895: store0
20896:
20897: * src/include/core.h 1.1:
20898: * src/include/pa_context.h 1.8:
20899: * src/include/pa_request.h 1.6:
20900: * src/include/pa_vclass.h 1.1:
20901: * src/include/pa_wcontext.h 1.1:
20902: * src/main/core.C 1.22:
20903: * src/main/main.dsp 1.18:
20904: * src/main/pa_request.C 1.1:
20905: request core methods0
20906:
20907: * src/include/compile.h 1.3:
20908: * src/include/pa_context.h 1.7:
20909: * src/include/pa_hash.h 1.15:
20910: * src/include/pa_request.h 1.5:
20911: * src/include/pa_string.h 1.23:
20912: * src/include/pa_value.h 1.9:
20913: struck with const array.gets
20914:
20915: * src/include/code.h 1.2:
20916: * src/include/pa_types.h 1.5:
20917: * src/main/compile.C 1.3:
20918: * src/main/compile.y 1.3:
20919: * src/main/compile_tools.C 1.3:
20920: * src/main/compile_tools.h 1.3:
20921: * src/main/execute.C 1.3:
20922: * src/main/main.dsp 1.16:
20923: .y to c++
20924: hierarchy output fix.
20925: compiler works ok
20926:
20927: * src/include/compile.h 1.2:
20928: * src/main/compile.C 1.4:
20929: * src/main/compile.y 1.4:
20930: * src/main/compile_tools.h 1.4:
20931: line numbers needed. would add them to .y now internally.
20932: externally it's not as precise as needed
20933:
20934: * src/include/pa_exception.h 1.4:
20935: * src/include/pa_value.h 1.11:
20936: * src/main/compile.C 1.8:
20937: * src/main/compile.y 1.10:
20938: * src/main/compile_tools.C 1.5:
20939: * src/main/compile_tools.h 1.7:
20940: .y methods and one_big_piece. now compile returns array<method*>
20941:
20942: * src/include/execute.h 1.2:
20943: * src/include/pa_array.h 1.15:
20944: * src/include/pa_value.h 1.10:
20945: * src/main/execute.C 1.9:
20946: * src/main/pa_array.C 1.15:
20947: after array.const get wonders
20948:
20949: * src/main/compile.y 1.7:
20950: * src/main/execute.C 1.4:
20951: * src/main/execute.C 1.5:
20952: * src/main/execute.C 1.6:
20953: * src/main/execute.C 1.7:
20954: * src/main/execute.C 1.8:
20955: z
20956:
20957: * src/main/execute.C 1.13:
20958: tired :)
20959:
20960: * src/main/compile.C 1.5:
20961: * src/main/compile.y 1.5:
20962: failed to add absolute precies parse error positions. leaving
20963: RIGHTMOST position as @file[line:col]
20964:
20965: 2001-02-20 paf
20966: * src/include/code.h 1.1:
20967: * src/include/compile.h 1.1:
20968: * src/include/execute.h 1.1:
20969: * src/include/pa_array.h 1.14:
20970: * src/include/pa_common.h 1.2:
20971: * src/include/pa_pool.h 1.22:
20972: * src/include/pa_string.h 1.22:
20973: * src/include/pa_table.h 1.8:
20974: * src/include/pa_types.h 1.4:
20975: * src/main/compile.C 1.1:
20976: * src/main/compile.y 1.1:
20977: * src/main/compile_tools.C 1.1:
20978: * src/main/compile_tools.h 1.1:
20979: * src/main/core.C 1.21:
20980: * src/main/execute.C 1.1:
20981: * src/main/main.dsp 1.14:
20982: * src/main/pa_array.C 1.14:
20983: * src/main/pa_common.C 1.2:
20984: * src/main/pa_hash.C 1.12:
20985: * src/main/pa_string.C 1.26:
20986: * src/main/pa_table.C 1.8:
20987: bison[yacc] first time compiled.
20988: execute=dump for now
20989:
20990: * src/main/compile.C 1.2:
20991: * src/main/compile.y 1.2:
20992: * src/main/compile_tools.C 1.2:
20993: * src/main/compile_tools.h 1.2:
20994: * src/main/execute.C 1.2:
20995: * src/main/main.dsp 1.15:
20996: nestage probs, eof yylex not perfect
20997:
20998: * src/main/core.C 1.20:
20999: core rewrite using yacc investigations
21000: now will be compile[yacc]/execute[opcodes]
21001:
21002: 2001-02-15 paf
21003: * src/include/pa_value.h 1.8:
21004: * src/main/core.C 1.19:
21005: maybe a-la yacc those ifs rewrite as turing machine?
21006: for it seems it would be it's too many ifs with this syntax now
21007:
21008: 2001-02-14 paf
21009: * src/include/pa_context.h 1.6:
21010: * src/include/pa_string.h 1.20:
21011: * src/main/core.C 1.10:
21012: * src/main/pa_string.C 1.23:
21013: process text repassing
21014:
21015: * src/include/pa_value.h 1.7:
21016: * src/main/core.C 1.11:
21017: * src/main/pa_string.C 1.24:
21018: process text repassing2
21019: operator static vars
21020:
21021: * src/include/pa_string.h 1.21:
21022: * src/main/core.C 1.12:
21023: * src/main/pa_string.C 1.25:
21024: get names 0
21025:
21026: * src/include/pa_context.h 1.5:
21027: * src/include/pa_value.h 1.6:
21028: * src/main/core.C 1.9:
21029: module:calls changes
21030:
21031: * src/main/core.C 1.16:
21032: varios breaks
21033:
21034: * src/main/core.C 1.17:
21035: get_params
21036: figured ^menu[UNEVALUATED unthinked :( ]
21037:
21038: * src/main/core.C 1.18:
21039: get_params 1
21040:
21041: * src/main/core.C 1.13:
21042: get names 1
21043:
21044: * src/main/core.C 1.14:
21045: get names 2
21046:
21047: * src/main/core.C 1.15:
21048: get names 3
21049:
21050: 2001-02-13 paf
21051: * src/include/pa_string.h 1.17:
21052: * src/main/pa_string.C 1.19:
21053: String_iterator::skip_to
21054: todo:optimize
21055:
21056: * src/main/core.C 1.6:
21057: operators
21058: : and self. prefixes
21059:
21060: * src/include/pa_context.h 1.4:
21061: * src/include/pa_value.h 1.5:
21062: * src/main/core.C 1.8:
21063: ^class:calls[] started
21064:
21065: * src/include/pa_string.h 1.18:
21066: * src/main/pa_string.C 1.21:
21067: String_iterator optimized
21068:
21069: * src/include/pa_string.h 1.19:
21070: * src/main/pa_string.C 1.22:
21071: String_iterator tested
21072:
21073: * src/main/pa_string.C 1.20:
21074: String_iterator::skip_to
21075: optimized a bit. would change privates to better support optimization
21076:
21077: * src/include/pa_value.h 1.4:
21078: * src/main/core.C 1.5:
21079: * src/main/core.C 1.7:
21080: z
21081:
21082: 2001-02-12 paf
21083: * src/include/pa_context.h 1.2:
21084: * src/include/pa_value.h 1.2:
21085: * src/main/core.C 1.2:
21086: get self/methodref joined
21087:
21088: * src/include/pa_context.h 1.3:
21089: * src/include/pa_value.h 1.3:
21090: * src/main/core.C 1.3:
21091: some comments
21092:
21093: * src/include/pa_string.h 1.16:
21094: * src/main/core.C 1.4:
21095: * src/main/pa_string.C 1.18:
21096: started String_iterator
21097:
21098: 2001-02-11 paf
21099: * src/include/pa_context.h 1.1:
21100: * src/include/pa_value.h 1.1:
21101: * src/main/core.C 1.1:
21102: * src/main/main.dsp 1.13:
21103: core started.
21104: core.C, context&value .h
21105:
21106: * src/include/pa_array.h 1.13:
21107: * src/include/pa_hash.h 1.14:
21108: * src/include/pa_pool.h 1.21:
21109: * src/include/pa_string.h 1.15:
21110: * src/main/main.dsp 1.12:
21111: * src/main/pa_array.C 1.13:
21112: * src/main/pa_hash.C 1.11:
21113: * src/main/pa_pool.C 1.7:
21114: * src/main/pa_string.C 1.17:
21115: :pooled
21116:
21117: 2001-01-30 paf
21118: * src/include/pa_error.h 1.4:
21119: * src/include/pa_exception.h 1.1:
21120: * src/include/pa_pool.h 1.17:
21121: * src/include/pa_request.h 1.3:
21122: * src/main/main.dsp 1.10:
21123: * src/main/pa_error.C 1.4:
21124: * src/main/pa_exception.C 1.1:
21125: * src/main/pa_pool.C 1.4:
21126: * src/targets/Makefile.am 1.2:
21127: lowered targets/parser into subdir, added parser_Pool(Pool)
21128: failed to add. would think..
21129:
21130: * src/include/pa_exception.h 1.3:
21131: * src/include/pa_pool.h 1.19:
21132: * src/include/pa_table.h 1.7:
21133: * src/main/pa_exception.C 1.3:
21134: * src/main/pa_table.C 1.7:
21135: minor * to & changes
21136:
21137: * src/include/pa_pool.h 1.20:
21138: * src/main/Makefile.am 1.5:
21139: * src/main/main.dsp 1.11:
21140: * src/main/pa_pool.C 1.6:
21141: moved pa_pool.C to be target specific
21142:
21143: * src/Makefile.am 1.2:
21144: * src/main/Makefile.am 1.6:
21145: * src/targets/Makefile.am 1.3:
21146: .am comments
21147:
21148: * src/include/pa_exception.h 1.2:
21149: * src/include/pa_pool.h 1.18:
21150: * src/include/pa_request.h 1.4:
21151: * src/include/pa_table.h 1.6:
21152: * src/main/pa_array.C 1.12:
21153: * src/main/pa_exception.C 1.2:
21154: * src/main/pa_pool.C 1.5:
21155: * src/main/pa_table.C 1.6:
21156: error re-associated. that's much better
21157: even removed 'die' necessety
21158:
21159: 2001-01-29 paf
21160: * src/include/pa_hash.h 1.9:
21161: * src/include/pa_pool.h 1.10:
21162: * src/include/pa_threads.h 1.3:
21163: * src/main/pa_hash.C 1.5:
21164: made local Hash-es not thread safe=quicker by
21165: SYNCHRONIZED(thread_safe)
21166:
21167: * src/include/pa_hash.h 1.5:
21168: some comments
21169:
21170: * src/include/pa_error.h 1.2:
21171: * src/include/pa_request.h 1.2:
21172: * src/include/pa_string.h 1.13:
21173: * src/include/pa_table.h 1.4:
21174: * src/main/pa_error.C 1.2:
21175: * src/main/pa_table.C 1.4:
21176: Error fixed
21177:
21178: * src/include/pa_pool.h 1.11:
21179: * src/include/pa_string.h 1.9:
21180: * src/main/pa_string.C 1.13:
21181: String originating
21182:
1.23 ! paf 21183: * src/include/pa_pool.h 1.14:
! 21184: * src/main/pa_array.C 1.9:
! 21185: tested - decision "no templates"
1.15 paf 21186:
21187: * src/include/pa_hash.h 1.6:
21188: * src/include/pa_threads.h 1.1:
21189: * src/main/main.dsp 1.6:
21190: * src/main/pa_threads.C 1.1:
21191: added pa_threads
21192:
21193: Mutex
21194:
1.23 ! paf 21195: * src/include/pa_array.h 1.4:
! 21196: * src/main/pa_array.C 1.4:
! 21197: Array::operator += (Array& src)
! 21198:
! 21199: rethought, would change now
1.15 paf 21200:
21201: * src/include/pa_array.h 1.7:
21202: * src/include/pa_hash.h 1.10:
21203: * src/include/pa_pool.h 1.12:
21204: * src/include/pa_string.h 1.10:
21205: * src/include/pa_table.h 1.1:
21206: * src/include/pa_types.h 1.2:
21207: * src/main/main.dsp 1.7:
21208: * src/main/pa_array.C 1.7:
21209: * src/main/pa_string.C 1.14:
21210: * src/main/pa_table.C 1.1:
21211: Table started
21212: would test
21213: template Array now
21214:
1.23 ! paf 21215: * src/include/pa_error.h 1.3:
! 21216: * src/include/pa_hash.h 1.13:
! 21217: * src/include/pa_string.h 1.14:
! 21218: * src/include/pa_table.h 1.5:
! 21219: * src/main/pa_error.C 1.3:
! 21220: * src/main/pa_hash.C 1.10:
! 21221: * src/main/pa_string.C 1.16:
! 21222: * src/main/pa_table.C 1.5:
! 21223: Table
! 21224: more like C++ style
! 21225: hence lots of 'const'
1.15 paf 21226:
21227: * src/include/pa_array.h 1.11:
21228: * src/include/pa_hash.h 1.11:
21229: * src/include/pa_pool.h 1.15:
21230: * src/include/pa_string.h 1.11:
21231: * src/include/pa_table.h 1.2:
21232: * src/include/pa_types.h 1.3:
21233: * src/main/Makefile.am 1.3:
21234: * src/main/main.dsp 1.9:
21235: * src/main/pa_array.C 1.10:
21236: * src/main/pa_hash.C 1.8:
21237: * src/main/pa_string.C 1.15:
21238: * src/main/pa_table.C 1.2:
21239: Request
21240: Error
21241: Table
21242:
1.23 ! paf 21243: * src/main/pa_array.C 1.5:
! 21244: expand not convinient, would rewrite
! 21245:
1.15 paf 21246: * src/include/pa_array.h 1.6:
21247: * src/include/pa_hash.h 1.8:
21248: * src/include/pa_string.h 1.8:
21249: moved .h public parts to top
21250:
21251: * src/include/pa_hash.h 1.7:
21252: * src/include/pa_threads.h 1.2:
21253: * src/main/pa_hash.C 1.4:
21254: * src/main/pa_threads.C 1.2:
21255: decided on one global_mutex, like PHP
21256: as I can see: needed only in global Hash now,
21257: made Hash:: put/get SYNCHRONIZED
21258:
21259: * src/include/pa_array.h 1.12:
21260: * src/include/pa_common.h 1.1:
21261: * src/include/pa_error.h 1.1:
21262: * src/include/pa_hash.h 1.12:
21263: * src/include/pa_pool.h 1.16:
21264: * src/include/pa_request.h 1.1:
21265: * src/include/pa_string.h 1.12:
21266: * src/include/pa_table.h 1.3:
21267: * src/main/Makefile.am 1.4:
21268: * src/main/pa_array.C 1.11:
21269: * src/main/pa_common.C 1.1:
21270: * src/main/pa_error.C 1.1:
21271: * src/main/pa_hash.C 1.9:
21272: * src/main/pa_table.C 1.3:
21273: added forgotten
21274:
21275: * src/include/pa_array.h 1.8:
21276: * src/include/pa_pool.h 1.13:
21277: * src/main/Makefile.am 1.2:
21278: * src/main/main.dsp 1.8:
21279: * src/main/pa_array.C 1.8:
21280: templates failed
21281: no template specializations [VC6],
21282: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
21283:
21284: * src/include/pa_array.h 1.5:
21285: * src/include/pa_pool.h 1.9:
21286: * src/main/pa_array.C 1.6:
21287: Array& operator += (Array& src)
21288:
21289: 2001-01-27 paf
21290: * src/include/pa_hash.h 1.1:
21291: * src/include/pa_string.h 1.4:
21292: * src/include/pa_types.h 1.1:
21293: * src/main/main.dsp 1.4:
21294: * src/main/pa_string.C 1.7:
21295: uint, and added pa_types & pa_hash[forgotten]
21296:
21297: * src/main/pa_string.C 1.9:
21298: String::operator ==
21299:
1.23 ! paf 21300: * src/main/pa_hash.C 1.2:
! 21301: String(&String)
! 21302:
1.15 paf 21303: * src/include/pa_array.h 1.3:
21304: * src/main/pa_array.C 1.3:
21305: array [] with chunk caching
21306:
21307: * src/include/pa_array.h 1.2:
21308: * src/include/pa_hash.h 1.4:
21309: * src/include/pa_pool.h 1.8:
21310: * src/include/pa_string.h 1.7:
21311: * src/main/pa_array.C 1.2:
21312: * src/main/pa_string.C 1.11:
21313: array cache rethought to chunk caching
21314:
21315: * src/include/pa_array.h 1.1:
21316: * src/include/pa_hash.h 1.3:
21317: * src/include/pa_pool.h 1.7:
21318: * src/include/pa_string.h 1.6:
21319: * src/main/main.dsp 1.5:
21320: * src/main/pa_array.C 1.1:
21321: * src/main/pa_hash.C 1.3:
21322: * src/main/pa_string.C 1.10:
21323: Array 0
21324:
21325: * src/main/pa_hash.C 1.1:
21326: added pa_hash.C [forgotten]
21327:
21328: 2001-01-26 paf
1.23 ! paf 21329: * src/include/pa_pool.h 1.2:
! 21330: * src/main/pa_string.C 1.2:
! 21331: String prealloc & dynamic row_count
! 21332:
1.15 paf 21333: * src/include/pa_pool.h 1.6:
21334: * src/include/pa_string.h 1.3:
21335: * src/main/pa_string.C 1.6:
21336: removed templates [vc++ suxx]
21337:
21338: * src/include/pa_pool.h 1.4:
21339: * src/include/pa_string.h 1.1:
21340: pa_pool split
21341:
21342: * src/Makefile.am 1.1.1.1:
21343: * src/include/pa_pool.h 1.1.1.1:
21344: * src/main/Makefile.am 1.1.1.1:
21345: * src/main/main.dsp 1.1.1.1:
21346: * src/main/pa_pool.C 1.1.1.1:
21347: * src/main/pa_string.C 1.1.1.1:
21348: * src/targets/Makefile.am 1.1.1.1:
21349: creating parser3 module
21350:
21351: * src/include/pa_pool.h 1.3:
21352: * src/main/main.dsp 1.2:
21353: * src/main/pa_pool.C 1.2:
21354: * src/main/pa_string.C 1.3:
21355: * src/main/pa_string.C 1.4:
1.23 ! paf 21356: $Id: ChangeLog,v 1.21.2.4.2.1 2003/06/26 11:51:27 paf Exp $ check
1.15 paf 21357:
21358: * src/include/pa_pool.h 1.5:
21359: * src/include/pa_string.h 1.2:
21360: * src/main/main.dsp 1.3:
21361: * src/main/pa_pool.C 1.3:
21362: * src/main/pa_string.C 1.5:
21363: templates in VC++ suxx.
21364:
E-mail: