Annotation of parser3/ChangeLog, revision 1.26
1.26 ! paf 1: 2003-10-24 paf
! 2: * Makefile.am 1.36:
! 3: * src/classes/Makefile.am 1.43:
! 4: * src/classes/smtp/Makefile.am 1.3:
! 5: * src/lib/cord/Makefile.am 1.3:
! 6: * src/lib/md5/Makefile.am 1.3:
! 7: * src/lib/pcre/Makefile.am 1.2:
! 8: * src/main/Makefile.am 1.37:
! 9: * src/targets/apache13/Makefile.am 1.18:
! 10: * src/targets/apache13core/Makefile.am 1.3:
! 11: * src/targets/cgi/Makefile.am 1.48:
! 12: * src/targets/isapi/Makefile.am 1.3:
! 13: .dsp/w -> .vcproj/sln
! 14:
! 15: * Makefile.in 1.50:
! 16: * src/classes/Makefile.in 1.56:
! 17: * src/classes/smtp/Makefile.in 1.14:
! 18: * src/include/pa_version.h 1.10:
! 19: * src/lib/cord/Makefile.in 1.3:
! 20: * src/lib/md5/Makefile.in 1.8:
! 21: * src/lib/pcre/Makefile.in 1.10:
! 22: * src/main/Makefile.am 1.38:
! 23: * src/main/Makefile.in 1.52:
! 24: * src/targets/apache13/Makefile.in 1.48:
! 25: * src/targets/apache13core/Makefile.in 1.3:
! 26: * src/targets/cgi/Makefile.in 1.64:
! 27: * src/targets/isapi/Makefile.in 1.13:
! 28: *** empty log message ***
! 29:
! 30: 2003-10-22 paf
! 31: * src/include/pa_request.h 1.167:
! 32: fixed: $h[^hash::create[]] $$h[1]
! 33:
! 34: 2003-10-21 paf
! 35: * src/classes/op.C 1.133:
! 36: * src/include/pa_request.h 1.166:
! 37: fixed: false 'endless recoursion' message with intensive throw-catches
! 38: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
! 39:
! 40: * operators.txt 1.118:
! 41: * src/include/pa_string.h 1.151:
! 42: * src/main/pa_string.C 1.185:
! 43: fixed: string.match[g] without <'> option produced columns with
! 44: NULL's, which gpf'ed at table.save time
! 45:
! 46: 2003-10-10 paf
! 47: * src/include/pa_string.h 1.150:
! 48: * src/main/compile.tab.C 1.91:
! 49: * www/htdocs/.htaccess 1.20:
! 50: CORD_chr does not check offset argument for validity
! 51: did that in String::Body::pos myself
! 52: http://i2/tasks/edit/?id=4577425257580789777
! 53:
! 54: 2003-10-07 paf
! 55: * src/main/compile.tab.C 1.90:
! 56: * src/main/compile.y 1.207:
! 57: ^if ( better error:
! 58: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
! 59:
! 60: 2003-10-03 paf
! 61: * parser3.sln 1.5:
! 62: * src/include/pa_dictionary.h 1.15:
! 63: * src/main/pa_dictionary.C 1.19:
! 64: * src/main/pa_string.C 1.184:
! 65: * src/targets/cgi/parser3.vcproj 1.3:
! 66: * www/htdocs/.htaccess 1.19:
! 67: dictionary optimized by precalculating cstr&length
! 68:
! 69: 2003-10-02 paf
! 70: * src/classes/op.C 1.132:
! 71: * src/include/pa_request.h 1.165:
! 72: * src/include/pa_stack.h 1.20:
! 73: * src/main/execute.C 1.299:
! 74: * src/main/pa_request.C 1.251:
! 75: * src/main/pa_sql_driver_manager.C 1.73:
! 76: * src/main/pa_stylesheet_manager.C 1.19:
! 77: * www/htdocs/.htaccess 1.18:
! 78: bugfix: ^throw context were saved/restored incompletely
! 79: http://www.parser.ru/forum/?id=21484
! 80:
! 81: 2003-09-30 paf
! 82: * src/targets/apache13/mod_parser3.c 1.7:
! 83: * src/targets/apache13/pa_httpd.h 1.4:
! 84: * src/targets/apache13core/mod_parser3.C 1.5:
! 85: content-type now changes
! 86:
! 87: * src/main/pa_string.C 1.183:
! 88: string::replace bug fix [were ignoring occurrances after lang-mismatched
! 89:
! 90: 2003-09-29 paf
! 91: * src/include/pa_charset.h 1.25:
! 92: * src/main/helpers/simple_folding.pl 1.1:
! 93: * src/main/pa_charset.C 1.38:
! 94: * src/main/pa_string.C 1.181:
! 95: * www/htdocs/auto.p 1.20:
! 96: utf-8 upper/lower
! 97:
! 98: * src/classes/string.C 1.127:
! 99: bugfix: s.right(>s.length) returned nothing
! 100:
! 101: * www/htdocs/base.p 1.7:
! 102: * www/htdocs/derived.p 1.25:
! 103: * www/htdocs/font.gif 1.2:
! 104: * www/htdocs/global.xsl 1.9:
! 105: * www/htdocs/index.html 1.213:
! 106: * www/htdocs/mailreceive.eml 1.4:
! 107: * www/htdocs/mailreceive.html 1.2:
! 108: * www/htdocs/operators.p 1.12:
! 109: * www/htdocs/parser-status.html 1.3:
! 110: * www/htdocs/people.dtd 1.2:
! 111: * www/htdocs/some.p 1.3:
! 112: removing old tests
! 113:
! 114: * src/main/pa_common.C 1.159:
! 115: bugfix: utf signature were not ignored due to typo error
! 116: http://i2/tasks/edit/?id=4573354650786434584
! 117:
! 118: * src/classes/table.C 1.184:
! 119: bugfix: flip: must produce nameless
! 120: http://i2/tasks/edit/?id=4573405524674081244
! 121:
! 122: * src/main/utf8-to-lower.inc 1.1:
! 123: * src/main/utf8-to-upper.inc 1.1:
! 124: generated by helper
! 125:
! 126: * src/main/pa_string.C 1.182:
! 127: string::serialize bug fix with zero-terminator
! 128:
! 129: * src/classes/table.C 1.185:
! 130: ^nameless_table.save column row now has no \t at the end
! 131:
! 132: * src/classes/form.C 1.36:
! 133: better error message: MAX_POST_SIZE_NAME to error message
! 134:
! 135: * src/include/pa_request.h 1.164:
! 136: * src/main/execute.C 1.298:
! 137: * src/main/pa_request.C 1.250:
! 138: @postprocess now takes $response:body/download
! 139:
! 140: 2003-09-26 paf
! 141: * src/include/pa_string.h 1.149:
! 142: * src/main/pa_common.C 1.157:
! 143: * src/main/pa_string.C 1.180:
! 144: * www/htdocs/.htaccess 1.17:
! 145: String.for_each bug fixed [omited one-char cases]
! 146:
! 147: * src/main/untaint.C 1.121:
! 148: removed needless const
! 149:
! 150: * src/main/untaint.C 1.122:
! 151: removed needless field
! 152:
! 153: * src/classes/op.C 1.131:
! 154: * src/include/pa_string.h 1.148:
! 155: * src/main/pa_string.C 1.178:
! 156: * www/htdocs/.htaccess 1.15:
! 157: string::serialize/deserialize implemented
! 158: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
! 159:
! 160: * src/include/pa_stack.h 1.19:
! 161: bugfix: before collecting garbage, runtime-executor stack were
! 162: cleared... BADLY
! 163:
! 164: * src/main/pa_string.C 1.179:
! 165: * www/htdocs/.htaccess 1.16:
! 166: * www/htdocs/auto.p 1.19:
! 167: ^stirng.replace code used old param-convention on langs.append, fixed that
! 168: search fo the like, found none
! 169:
! 170: 2003-09-25 paf
! 171: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
! 172: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
! 173: string: debug: .v() functions aligned to that of eeparser3 look
! 174:
! 175: * src/include/pa_string.h 1.147:
! 176: * src/include/pa_version.h 1.9:
! 177: * src/main/pa_string.C 1.177:
! 178: * src/main/untaint.C 1.120:
! 179: templates and anonymous unions differences on unix
! 180:
! 181: * parser3.sln 1.4:
! 182: * src/classes/file.C 1.112:
! 183: * src/classes/image.C 1.93:
! 184: * src/classes/mail.C 1.90:
! 185: * src/classes/op.C 1.130:
! 186: * src/classes/table.C 1.183:
! 187: * src/classes/xdoc.C 1.114:
! 188: * src/classes/xnode.C 1.59:
! 189: * src/include/pa_cache_managers.h 1.11:
! 190: * src/include/pa_charset.h 1.24:
! 191: * src/include/pa_charsets.h 1.10:
! 192: * src/include/pa_common.h 1.94:
! 193: * src/include/pa_request.h 1.163:
! 194: * src/include/pa_sql_driver_manager.h 1.28:
! 195: * src/include/pa_string.h 1.146:
! 196: * src/include/pa_stylesheet_manager.h 1.17:
! 197: * src/include/pa_table.h 1.53:
! 198: * src/lib/cord/cordbscs.c 1.3:
! 199: * src/lib/cord/cordprnt.c 1.3:
! 200: * src/lib/cord/cordxtra.c 1.4:
! 201: * src/lib/cord/include/cord.h 1.3:
! 202: * src/main/compile.tab.C 1.89:
! 203: * src/main/compile_tools.h 1.69:
! 204: * src/main/pa_charset.C 1.37:
! 205: * src/main/pa_charsets.C 1.13:
! 206: * src/main/pa_common.C 1.156:
! 207: * src/main/pa_exec.C 1.52:
! 208: * src/main/pa_request.C 1.249:
! 209: * src/main/pa_sql_driver_manager.C 1.72:
! 210: * src/main/pa_string.C 1.176:
! 211: * src/main/pa_stylesheet_manager.C 1.18:
! 212: * src/main/untaint.C 1.119:
! 213: * src/types/pa_value.h 1.113:
! 214: * src/types/pa_vimage.C 1.24:
! 215: * src/types/pa_vmail.C 1.51:
! 216: * src/types/pa_vmath.C 1.3:
! 217: * src/types/pa_vstateless_class.h 1.44:
! 218: * src/types/pa_vstatus.C 1.18:
! 219: * src/types/pa_vxnode.C 1.33:
! 220: * www/htdocs/.htaccess 1.14:
! 221: string_fragments_to_cord merged to HEAD
! 222:
! 223: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
! 224: removed warnings
! 225:
! 226: 2003-09-24 paf
! 227: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
! 228: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
! 229: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
! 230: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
! 231: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
! 232: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
! 233: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
! 234: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
! 235: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
! 236: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
! 237: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
! 238: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
! 239: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
! 240: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
! 241: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
! 242: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
! 243: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
! 244: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
! 245: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
! 246: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
! 247: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
! 248: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
! 249: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
! 250: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
! 251: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
! 252: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
! 253: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
! 254: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
! 255: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
! 256: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
! 257: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
! 258: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
! 259: v() functions of String::Body, String::Languages and String itself
! 260: StringBody->String::Body
! 261:
! 262: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
! 263: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
! 264: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
! 265: langs: speed up by joining adjucent blocks of same char [
! 266: CORD_append_block]
! 267:
! 268: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
! 269: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
! 270: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
! 271: CORD_append_block showed no efficiency = never optimized anything.
! 272: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
! 273:
! 274: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
! 275: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
! 276: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
! 277: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
! 278: aval/ works!
! 279:
! 280: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
! 281: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
! 282: aval is not actually working yet :(
! 283: but more working &understood :)
! 284:
! 285: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
! 286: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
! 287: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
! 288: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
! 289: aval/ works!
! 290: todo: save space by extending blocks when appending block with c == lastblock.c
! 291:
! 292: 2003-09-23 paf
! 293: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
! 294: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
! 295: just compiled
! 296: todo: serialize&deserialize
! 297:
! 298: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
! 299: something even more works :)
! 300:
! 301: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
! 302: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
! 303: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
! 304: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
! 305: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
! 306: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
! 307: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
! 308: main idea implemented, details left
! 309:
! 310: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
! 311: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
! 312: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
! 313: something already works :)
! 314:
! 315: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
! 316: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
! 317: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
! 318: something more works :)
! 319:
! 320: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
! 321: $a[ok!]
! 322: $a works!
! 323:
! 324: 2003-09-22 paf
! 325: * src/classes/xdoc.C 1.112:
! 326: * src/classes/xnode.C 1.57:
! 327: new DOM2 methods from Alexandr Egorov <egr> (all?)
! 328: xdoc:
! 329: createAttributeNS
! 330: createElementNS
! 331: xnode:
! 332: getAttributeNS
! 333: setAttributeNS
! 334: removeAttributeNS
! 335: getAttributeNodeNS
! 336: setAttributeNodeNS
! 337: hasAttribute
! 338: hasAttributeNS
! 339:
! 340: * src/classes/memory.C 1.3:
! 341: * src/include/pa_memory.h 1.5:
! 342: #ifdef GC_DEBUG
! 343:
! 344: * src/include/pa_memory.h 1.4:
! 345: * src/main/pa_globals.C 1.159:
! 346: when xml memory allocator returns 0, just die.
! 347: http://i2/tasks/edit/?id=4570798492410259445
! 348:
! 349: * src/lib/cord/cordxtra.c 1.3:
! 350: CORD_pos bugfix [failed to find 8bit chars due to bitwise
! 351: operation signed-char error]
! 352:
! 353: * src/classes/xdoc.C 1.113:
! 354: * src/classes/xnode.C 1.58:
! 355: copy/paste comment bugfix
! 356:
! 357: 2003-09-19 paf
! 358: * src/targets/apache13/mod_parser3.c 1.6:
! 359: now compiles on MSVC7
! 360:
! 361: * operators.txt 1.117:
! 362: * src/main/pa_common.C 1.155:
! 363: merged
! 364: $f[^file::load[binary;http://...]]
! 365: $f.tables
! 366:
! 367: * src/types/pa_wcontext.C 1.26:
! 368: output message: more practical suggestion
! 369:
! 370: 2003-09-02 paf
! 371: * src/targets/apache13/mod_parser3.c 1.5:
! 372: забытое изменение
! 373:
! 374: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
! 375: forgot initializer
! 376:
! 377: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
! 378: got rid of 'stdout' symbol reference on unix (users reported
! 379: problems with some old libc)
! 380:
! 381: * operators.txt [release_3_0_8] 1.115.2.1:
! 382: *** empty log message ***
! 383:
! 384: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
! 385: printf is buffered, write(1 is not. can't flush stdout without
! 386: referencing 'stdout' symbol. to hell with non-ansi libraries
! 387: without 'stdout' symbol
! 388:
! 389: 2003-09-01 paf
! 390: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
! 391: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
! 392: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
! 393: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
! 394: renamed to .c [lowercase] to correspond to runconfigure.
! 395: added files to fix 'make dist'
! 396:
! 397: * src/targets/apache13/Makefile.am 1.17:
! 398: * src/targets/apache13/Makefile.in 1.47:
! 399: * src/targets/apache13/mod_parser3.c 1.4:
! 400: merged with 3.1.0:
! 401: renamed to .c [lowercase] to correspond to runconfigure.
! 402: added files to fix 'make dist'
! 403:
! 404: * src/classes/date.C [release_3_0_8] 1.45.2.1:
! 405: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
! 406: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
! 407: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
! 408: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
! 409: $date.TZ
! 410: ^date.roll[TZ;new zone]
! 411:
! 412: * src/classes/image.C 1.92:
! 413: memory handling bugs [unpatched 'new' calls]
! 414:
! 415: 2003-08-19 paf
! 416: * src/types/pa_vmail.C 1.48:
! 417: * src/types/pa_vmail.h 1.11:
! 418: parses headers, still problems with body
! 419:
! 420: * src/types/pa_vmail.C 1.47:
! 421: mail_receive just compiled
! 422:
! 423: * src/types/pa_vmail.C 1.50:
! 424: turned off recoding in gmime (were still recoding headers)
! 425:
! 426: * src/include/pa_memory.h 1.3:
! 427: * src/types/pa_value.h 1.111:
! 428: -= few warnings
! 429:
! 430: * src/targets/apache13/mod_parser3.C 1.31:
! 431: * src/targets/apache13/mod_parser3.c 1.2:
! 432: .c
! 433:
! 434: * src/types/pa_vmail.C 1.49:
! 435: works as before, same charset problems:
! 436: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
! 437:
! 438: * src/targets/apache13/mod_parser3.C 1.30:
! 439: * src/targets/apache13/pa_httpd.h 1.3:
! 440: * src/targets/apache13core/mod_parser3.C 1.3:
! 441: apache module compiled on MSVC7
! 442:
! 443: * src/types/pa_value.C 1.11:
! 444: * src/types/pa_value.h 1.112:
! 445: * src/types/pa_vdate.h 1.26:
! 446: * src/types/pa_vrequest.C 1.29:
! 447: * src/types/pa_vstring.h 1.56:
! 448: * src/types/pa_vxdoc.C 1.25:
! 449: * src/types/pa_vxnode.C 1.32:
! 450: bark intefrace obsoleted, simplified a little
! 451:
! 452: * src/types/pa_vhash.C 1.3:
! 453: * src/types/pa_vhash.h 1.47:
! 454: _default+foreach bug refix [lost fix from 3.0.8]
! 455:
! 456: * src/types/pa_vcookie.C 1.57:
! 457: in VC7
! 458: if(type var=xxx){
! 459: }else{
! 460: now visible here
! 461: }
! 462:
! 463: bug fix
! 464:
! 465: * src/main/compile.tab.C 1.87:
! 466: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
! 467: study shows that later in bison they've fixed that. would migrate to latest bison someday
! 468:
! 469: 2003-08-18 paf
! 470: * src/classes/classes.vcproj 1.2:
! 471: * src/include/pa_config_fixed.h 1.58:
! 472: * src/main/main.vcproj 1.2:
! 473: * src/types/types.vcproj 1.2:
! 474: win32: continued process detaching from \parser3project directory
! 475:
! 476: * ~sak5c961f3101c36563.tmp 1.1:
! 477: Temporary file created by Visual Studio .NET to detect Jalindi
! 478: Igloo capabilities.
! 479:
! 480: * gnu.vcproj 1.1:
! 481: * parser3.sln 1.1:
! 482: * src/classes/classes.vcproj 1.1:
! 483: * src/classes/gd/gd.vcproj 1.1:
! 484: * src/classes/smtp/smtp.vcproj 1.1:
! 485: * src/lib/cord/cord.vcproj 1.1:
! 486: * src/lib/ltdl/libltdl.vcproj 1.1:
! 487: * src/lib/md5/md5.vcproj 1.1:
! 488: * src/lib/pcre/pcre.vcproj 1.1:
! 489: * src/lib/pcre/pcre_dftables.vcproj 1.1:
! 490: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
! 491: * src/main/main.vcproj 1.1:
! 492: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
! 493: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
! 494: * src/targets/cgi/parser3.vcproj 1.1:
! 495: * src/targets/isapi/parser3isapi.vcproj 1.1:
! 496: * src/types/types.vcproj 1.1:
! 497: new VS project files
! 498:
! 499: * configure 1.68:
! 500: * configure.in 1.64:
! 501: * src/classes/Makefile.am 1.42:
! 502: * src/classes/Makefile.in 1.55:
! 503: * src/classes/classes.awk 1.8:
! 504: * src/doc/footer.htm 1.3:
! 505: * src/include/pa_config_fixed.h 1.57:
! 506: * src/include/pa_version.h 1.8:
! 507: * src/lib/Makefile.am 1.5:
! 508: * src/lib/Makefile.in 1.10:
! 509: * src/lib/patches/Makefile.in 1.12:
! 510: * src/main/compile.tab.C 1.86:
! 511: * src/main/pa_charset.C 1.36:
! 512: * src/main/pa_string.C 1.175:
! 513: * src/main/untaint.C 1.118:
! 514: * src/types/pa_vmail.C 1.46:
! 515: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
! 516: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
! 517: merged 3.1.0 latest changes
! 518:
! 519: * gnu.dsp 1.5:
! 520: * gnu.vcproj.vspscc 1.1:
! 521: * parser3.dsw 1.9:
! 522: * parser3.vssscc 1.1:
! 523: * src/classes/classes.dsp 1.31:
! 524: * src/classes/classes.vcproj.vspscc 1.1:
! 525: * src/classes/gd/gd.dsp 1.32:
! 526: * src/classes/gd/gd.vcproj.vspscc 1.1:
! 527: * src/classes/smtp/smtp.dsp 1.28:
! 528: * src/classes/smtp/smtp.vcproj.vspscc 1.1:
! 529: * src/lib/cord/cord.dsp 1.3:
! 530: * src/lib/cord/cord.vcproj.vspscc 1.1:
! 531: * src/lib/ltdl/libltdl.dsp 1.7:
! 532: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
! 533: * src/lib/md5/md5.dsp 1.5:
! 534: * src/lib/md5/md5.vcproj.vspscc 1.1:
! 535: * src/lib/pcre/pcre.dsp 1.4:
! 536: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
! 537: * src/lib/pcre/pcre_dftables.dsp 1.2:
! 538: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
! 539: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
! 540: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
! 541: * src/main/main.dsp 1.167:
! 542: * src/main/main.vcproj.vspscc 1.1:
! 543: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
! 544: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
! 545: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
! 546: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
! 547: * src/targets/cgi/parser3.dsp 1.66:
! 548: * src/targets/cgi/parser3.vcproj 1.2:
! 549: * src/targets/isapi/parser3isapi.dsp 1.44:
! 550: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
! 551: * src/types/types.dsp 1.42:
! 552: * src/types/types.vcproj.vspscc 1.1:
! 553: moved to MSVC 7
! 554:
! 555: 2003-08-15 paf
! 556: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
! 557: email addresses in forms:
! 558: "non-ascii" <yyy>
! 559: non-ascii <yyy>
! 560: now encoded correctly
! 561:
! 562: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
! 563: email addresses in forms:
! 564: "non-ascii" <yyy>
! 565: non-ascii <yyy>
! 566: now encoded correctly [kinda merge from 3.0.8]
! 567:
! 568: 2003-07-29 paf
! 569: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
! 570: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
! 571: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
! 572: classes.awk added to make dist
! 573:
! 574: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
! 575: just started --with-mail-receive
! 576:
! 577: 2003-07-28 paf
! 578: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
! 579: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
! 580: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
! 581: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
! 582: removed circular dependence in src/classes, src/lib/gc now in dist
! 583:
! 584: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
! 585: ^cache bug fix [were not working at all]
! 586:
! 587: 2003-07-25 paf
! 588: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
! 589: year
! 590:
1.24 paf 591: 2003-07-24 paf
592: * INSTALL 1.33:
593: * Makefile.am 1.35:
594: * Makefile.in 1.49:
595: * acsite.m4 1.2:
596: * bin/Makefile.in 1.10:
597: * configure 1.67:
598: * configure.in 1.63:
599: * etc/Makefile.in 1.15:
600: * etc/parser3.charsets/Makefile.in 1.18:
601: * etc/parser3.charsets/koi8-r.cfg 1.4:
602: * etc/parser3.charsets/windows-1251.cfg 1.8:
603: * operators.txt 1.116:
604: * parser3.dsw 1.8:
605: * src/Makefile.in 1.56:
606: * src/classes/Makefile.am 1.41:
607: * src/classes/Makefile.in 1.54:
608: * src/classes/classes.C 1.19:
609: * src/classes/classes.awk 1.7:
610: * src/classes/classes.dsp 1.29:
611: * src/classes/classes.h 1.24:
612: * src/classes/date.C 1.46:
613: * src/classes/double.C 1.54:
614: * src/classes/file.C 1.111:
615: * src/classes/form.C 1.35:
616: * src/classes/gd/Makefile.am 1.11:
617: * src/classes/gd/Makefile.in 1.44:
618: * src/classes/gd/gd.dsp 1.30:
619: * src/classes/gd/gif.C 1.31:
620: * src/classes/gd/gif.h 1.24:
621: * src/classes/gd/gifio.C 1.22:
622: * src/classes/hash.C 1.57:
623: * src/classes/image.C 1.91:
624: * src/classes/int.C 1.50:
625: * src/classes/mail.C 1.89:
626: * src/classes/math.C 1.34:
627: * src/classes/memory.C 1.2:
628: * src/classes/op.C 1.129:
629: * src/classes/response.C 1.24:
630: * src/classes/smtp/Makefile.in 1.13:
631: * src/classes/smtp/comms.C 1.12:
632: * src/classes/smtp/smtp.C 1.21:
633: * src/classes/smtp/smtp.dsp 1.26:
634: * src/classes/smtp/smtp.h 1.12:
635: * src/classes/string.C 1.126:
636: * src/classes/table.C 1.182:
637: * src/classes/void.C 1.29:
638: * src/classes/xdoc.C 1.111:
639: * src/classes/xnode.C 1.56:
640: * src/classes/xnode.h 1.19:
641: * src/doc/exception.dox 1.2:
642: * src/doc/index.dox 1.5:
643: * src/doc/memory.dox 1.2:
644: * src/doc/string.dox 1.5:
645: * src/include/Makefile.am 1.4:
646: * src/include/Makefile.in 1.12:
647: * src/include/pa_array.h 1.59:
648: * src/include/pa_cache_managers.h 1.10:
649: * src/include/pa_charset.h 1.23:
650: * src/include/pa_charsets.h 1.9:
651: * src/include/pa_common.h 1.93:
652: * src/include/pa_config_auto.h.in 1.38:
653: * src/include/pa_config_fixed.h 1.56:
654: * src/include/pa_config_includes.h 1.25:
655: * src/include/pa_dictionary.h 1.14:
656: * src/include/pa_dir.h 1.14:
657: * src/include/pa_exception.h 1.39:
658: * src/include/pa_exec.h 1.13:
659: * src/include/pa_globals.h 1.104:
660: * src/include/pa_hash.h 1.59:
661: * src/include/pa_memory.h 1.2:
662: * src/include/pa_opcode.h 1.25:
663: * src/include/pa_operation.h 1.2:
664: * src/include/pa_pool.h 1.87:
665: * src/include/pa_pragma_pack_begin.h 1.7:
666: * src/include/pa_pragma_pack_end.h 1.7:
667: * src/include/pa_request.h 1.162:
668: * src/include/pa_request_charsets.h 1.2:
669: * src/include/pa_request_info.h 1.2:
670: * src/include/pa_sapi.h 1.23:
671: * src/include/pa_socks.h 1.12:
672: * src/include/pa_sql_connection.h 1.31:
673: * src/include/pa_sql_driver_manager.h 1.27:
674: * src/include/pa_stack.h 1.18:
675: * src/include/pa_string.h 1.145:
676: * src/include/pa_stylesheet_connection.h 1.33:
677: * src/include/pa_stylesheet_manager.h 1.16:
678: * src/include/pa_table.h 1.52:
679: * src/include/pa_threads.h 1.27:
680: * src/include/pa_types.h 1.45:
681: * src/include/pa_uue.h 1.5:
682: * src/lib/Makefile.am 1.4:
683: * src/lib/Makefile.in 1.9:
684: * src/lib/cord/Makefile.am 1.2:
685: * src/lib/cord/Makefile.in 1.2:
686: * src/lib/cord/cord.dsp 1.2:
687: * src/lib/cord/cordbscs.c 1.2:
688: * src/lib/cord/cordprnt.c 1.2:
689: * src/lib/cord/cordxtra.c 1.2:
690: * src/lib/cord/include/Makefile.am 1.2:
691: * src/lib/cord/include/Makefile.in 1.2:
692: * src/lib/cord/include/cord.h 1.2:
693: * src/lib/cord/include/ec.h 1.2:
694: * src/lib/cord/include/private/Makefile.am 1.2:
695: * src/lib/cord/include/private/Makefile.in 1.2:
696: * src/lib/cord/include/private/cord_pos.h 1.2:
697: * src/lib/cord/source.url 1.2:
698: * src/lib/gc/Makefile.am 1.2:
699: * src/lib/gc/Makefile.in 1.2:
1.25 paf 700: * src/lib/gc/include/Makefile.am 1.2:
701: * src/lib/gc/include/Makefile.in 1.2:
702: * src/lib/gc/include/gc.h 1.2:
1.24 paf 703: * src/lib/ltdl/Makefile.in 1.5:
704: * src/lib/ltdl/libltdl.dsp 1.6:
705: * src/lib/md5/Makefile.in 1.7:
706: * src/lib/md5/pa_md5.h 1.8:
707: * src/lib/md5/pa_md5c.c 1.10:
708: * src/lib/patches/Makefile.am 1.4:
709: * src/lib/patches/Makefile.in 1.11:
710: * src/lib/patches/gc.patch 1.2:
711: * src/lib/patches/gdome2.patch 1.2:
712: * src/lib/patches/libxml2.patch 1.2:
713: * src/lib/patches/libxslt.patch 1.2:
714: * src/lib/pcre/Makefile.in 1.9:
715: * src/lib/pcre/pcre.h 1.2:
716: * src/lib/pcre/pcre_parser_ctype.c 1.4:
717: * src/main/Makefile.am 1.36:
718: * src/main/Makefile.in 1.51:
719: * src/main/compile.C 1.70:
720: * src/main/compile.tab.C 1.84:
721: * src/main/compile.tab.C 1.85:
722: * src/main/compile.y 1.206:
723: * src/main/compile_tools.C 1.55:
724: * src/main/compile_tools.h 1.68:
725: * src/main/execute.C 1.297:
726: * src/main/main.dsp 1.165:
727: * src/main/pa_array.C 1.57:
728: * src/main/pa_cache_managers.C 1.8:
729: * src/main/pa_charset.C 1.35:
730: * src/main/pa_charsets.C 1.12:
731: * src/main/pa_common.C 1.154:
732: * src/main/pa_dictionary.C 1.18:
733: * src/main/pa_dir.C 1.15:
734: * src/main/pa_exception.C 1.44:
735: * src/main/pa_exec.C 1.51:
736: * src/main/pa_globals.C 1.157:
737: * src/main/pa_hash.C 1.54:
738: * src/main/pa_memory.C 1.2:
739: * src/main/pa_pool.C 1.60:
740: * src/main/pa_request.C 1.248:
741: * src/main/pa_socks.C 1.19:
742: * src/main/pa_sql_driver_manager.C 1.71:
743: * src/main/pa_string.C 1.174:
744: * src/main/pa_stylesheet_manager.C 1.17:
745: * src/main/pa_table.C 1.56:
746: * src/main/pa_uue.C 1.5:
747: * src/main/untaint.C 1.117:
748: * src/sql/Makefile.in 1.12:
749: * src/sql/pa_sql_driver.h 1.35:
750: * src/targets/Makefile.am 1.10:
751: * src/targets/Makefile.in 1.43:
752: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
753: * src/targets/apache13/Makefile.am 1.16:
754: * src/targets/apache13/Makefile.in 1.46:
755: * src/targets/apache13/mod_parser3.C 1.29:
756: * src/targets/apache13/p3runConfigure.in 1.13:
757: * src/targets/apache13/pa_httpd.h 1.2:
758: * src/targets/apache13/pa_md5c.c 1.6:
759: * src/targets/apache13/pa_pool.C 1.9:
760: * src/targets/apache13/pa_threads.C 1.12:
761: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
762: * src/targets/apache13core/Makefile.am 1.2:
763: * src/targets/apache13core/Makefile.in 1.2:
764: * src/targets/apache13core/mod_parser3.C 1.2:
765: * src/targets/apache13core/pa_threads.C 1.2:
766: * src/targets/cgi/Makefile.am 1.47:
767: * src/targets/cgi/Makefile.in 1.63:
768: * src/targets/cgi/getopt.c 1.3:
769: * src/targets/cgi/getopt.h 1.3:
770: * src/targets/cgi/pa_pool.C 1.42:
771: * src/targets/cgi/pa_threads.C 1.13:
772: * src/targets/cgi/parser3.C 1.218:
773: * src/targets/cgi/parser3.dsp 1.64:
774: * src/targets/cgi/pool_storage.h 1.14:
775: * src/targets/cgi/pp3.cmd 1.2:
776: * src/targets/isapi/Makefile.am 1.2:
777: * src/targets/isapi/Makefile.in 1.12:
778: * src/targets/isapi/pa_pool.C 1.17:
779: * src/targets/isapi/pa_threads.C 1.14:
780: * src/targets/isapi/parser3isapi.C 1.83:
781: * src/targets/isapi/parser3isapi.dsp 1.42:
782: * src/targets/isapi/pool_storage.h 1.20:
783: * src/types/Makefile.am 1.29:
784: * src/types/Makefile.in 1.51:
785: * src/types/pa_junction.h 1.2:
786: * src/types/pa_method.h 1.2:
787: * src/types/pa_value.C 1.10:
788: * src/types/pa_value.h 1.110:
789: * src/types/pa_vbool.h 1.22:
790: * src/types/pa_vclass.C 1.17:
791: * src/types/pa_vclass.h 1.40:
792: * src/types/pa_vcode_frame.h 1.25:
793: * src/types/pa_vcookie.C 1.56:
794: * src/types/pa_vcookie.h 1.24:
795: * src/types/pa_vdate.h 1.25:
796: * src/types/pa_vdouble.h 1.43:
797: * src/types/pa_venv.h 1.29:
798: * src/types/pa_vfile.C 1.37:
799: * src/types/pa_vfile.h 1.53:
800: * src/types/pa_vform.C 1.75:
801: * src/types/pa_vform.h 1.46:
802: * src/types/pa_vhash.C 1.2:
803: * src/types/pa_vhash.h 1.46:
804: * src/types/pa_vimage.C 1.23:
805: * src/types/pa_vimage.h 1.35:
806: * src/types/pa_vint.h 1.39:
807: * src/types/pa_vjunction.h 1.20:
808: * src/types/pa_vmail.C 1.45:
809: * src/types/pa_vmail.h 1.10:
810: * src/types/pa_vmath.C 1.2:
811: * src/types/pa_vmath.h 1.15:
812: * src/types/pa_vmemory.h 1.2:
813: * src/types/pa_vmethod_frame.C 1.2:
814: * src/types/pa_vmethod_frame.h 1.46:
815: * src/types/pa_vobject.C 1.13:
816: * src/types/pa_vobject.h 1.39:
817: * src/types/pa_vrequest.C 1.28:
818: * src/types/pa_vrequest.h 1.26:
819: * src/types/pa_vresponse.C 1.18:
820: * src/types/pa_vresponse.h 1.33:
821: * src/types/pa_vstateless_class.C 1.20:
822: * src/types/pa_vstateless_class.h 1.43:
823: * src/types/pa_vstateless_object.h 1.29:
824: * src/types/pa_vstatus.C 1.17:
825: * src/types/pa_vstatus.h 1.16:
826: * src/types/pa_vstring.C 1.23:
827: * src/types/pa_vstring.h 1.55:
828: * src/types/pa_vtable.C 1.22:
829: * src/types/pa_vtable.h 1.49:
830: * src/types/pa_vvoid.h 1.18:
831: * src/types/pa_vxdoc.C 1.24:
832: * src/types/pa_vxdoc.h 1.32:
833: * src/types/pa_vxnode.C 1.31:
834: * src/types/pa_vxnode.h 1.23:
835: * src/types/pa_wcontext.C 1.25:
836: * src/types/pa_wcontext.h 1.43:
837: * src/types/pa_wwrapper.h 1.29:
838: * src/types/types.dsp 1.40:
839: * www/htdocs/.htaccess 1.13:
840: * www/htdocs/auto.p 1.18:
841: * www/htdocs/index.html 1.212:
842: moved tempate_gc to HEAD
843:
844: * parser3.dsw [template_gc] 1.7.6.1.2.4:
845: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
846: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
847: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
848: few paths for libxml debug/release changes
849:
850: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
851: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
852: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
853: more step towards \parser3project not having to be in root
854:
855: * parser3.dsw [template_gc] 1.7.6.1.2.5:
856: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
857: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
858: relative paths to xml&gc libs
859:
860: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
861: PA_ -> pa_
862:
863: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
864: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
865: uuid bugfix
866:
867: * tests/141.html [template_gc] 1.1.2.2:
868: * tests/Makefile [template_gc] 1.1.2.8.2.10:
869: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
870: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
871: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
872: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
873: to reflect date format change (were - become ' ')
874:
1.25 paf 875: * src/classes/classes.dsp 1.30:
876: * src/classes/gd/gd.dsp 1.31:
877: * src/classes/smtp/smtp.dsp 1.27:
878: * src/main/main.dsp 1.166:
879: * src/main/pa_globals.C 1.158:
880: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
881: * src/targets/cgi/parser3.dsp 1.65:
882: * src/targets/isapi/parser3isapi.dsp 1.43:
883: * src/types/types.dsp 1.41:
884: cvs: getting rid of win32xml pseudo project
885:
1.24 paf 886: * src/classes/math.C 1.33:
887: merged uuid bugfix
888:
889: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 890: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
891: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 892: release
893:
894: * src/classes/math.C [release_3_0_8] 1.33.2.1:
895: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
896: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
897: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
898: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
899: apache module compiled [were minor unnecessary changes in lib
900: md5 interface]
901:
1.26 ! paf 902: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
! 903: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
! 904: bad #endif fix
! 905:
1.24 paf 906: * tests/001.html 1.2:
907: * tests/002.html 1.2:
908: * tests/003.html 1.2:
909: * tests/004.html 1.2:
910: * tests/005.html 1.2:
911: * tests/006.html 1.2:
912: * tests/007.html 1.2:
913: * tests/008.html 1.2:
914: * tests/009.html 1.2:
915: * tests/010.html 1.2:
916: * tests/011.html 1.2:
917: * tests/012.html 1.2:
918: * tests/013.html 1.2:
919: * tests/014.html 1.2:
920: * tests/015.html 1.2:
921: * tests/016.html 1.2:
922: * tests/017.html 1.2:
923: * tests/018.html 1.2:
924: * tests/019.html 1.2:
925: * tests/019paf2001.gif 1.2:
926: * tests/020.html 1.2:
927: * tests/021.html 1.2:
928: * tests/022.html 1.2:
929: * tests/022_dir/a.html 1.2:
930: * tests/022_dir/b.txt 1.2:
931: * tests/022_dir/c.htm 1.2:
932: * tests/023.html 1.2:
933: * tests/024.html 1.2:
934: * tests/025.html 1.2:
935: * tests/026.html 1.2:
936: * tests/027.html 1.2:
937: * tests/028.html 1.2:
938: * tests/029.html 1.2:
939: * tests/030.html 1.2:
940: * tests/031.html 1.2:
941: * tests/032.html 1.2:
942: * tests/033.html 1.2:
943: * tests/034.html 1.2:
944: * tests/035.html 1.2:
945: * tests/036.html 1.2:
946: * tests/037.html 1.2:
947: * tests/038.html 1.2:
948: * tests/039.html 1.2:
949: * tests/040.html 1.2:
950: * tests/041.html 1.2:
951: * tests/042.html 1.2:
952: * tests/043.html 1.2:
953: * tests/044.html 1.2:
954: * tests/045.html 1.2:
955: * tests/046.html 1.2:
956: * tests/047.html 1.2:
957: * tests/048.html 1.2:
958: * tests/049.html 1.2:
959: * tests/050.html 1.2:
960: * tests/051.html 1.2:
961: * tests/051b.p 1.2:
962: * tests/051t.p 1.2:
963: * tests/052.html 1.2:
964: * tests/053.html 1.2:
965: * tests/054.html 1.2:
966: * tests/055.html 1.2:
967: * tests/056.html 1.2:
968: * tests/057.html 1.2:
969: * tests/058.html 1.2:
970: * tests/058_paf2000.png 1.2:
971: * tests/059.html 1.2:
972: * tests/060.html 1.2:
973: * tests/061.dat 1.2:
974: * tests/061.html 1.2:
975: * tests/062.html 1.2:
976: * tests/063.html 1.2:
977: * tests/064.html 1.2:
978: * tests/065.html 1.2:
979: * tests/066.html 1.2:
980: * tests/067.html 1.2:
981: * tests/068.html 1.2:
982: * tests/069.html 1.2:
983: * tests/070.html 1.2:
984: * tests/071.html 1.2:
985: * tests/072.html 1.2:
986: * tests/073.html 1.2:
987: * tests/074.html 1.2:
988: * tests/075.html 1.2:
989: * tests/076.html 1.2:
990: * tests/077.html 1.2:
991: * tests/078.html 1.2:
992: * tests/079.html 1.2:
993: * tests/080.html 1.2:
994: * tests/081.html 1.2:
995: * tests/082.html 1.2:
996: * tests/083.html 1.2:
997: * tests/084.html 1.2:
998: * tests/085.html 1.2:
999: * tests/086.html 1.2:
1000: * tests/087.html 1.2:
1001: * tests/088.html 1.2:
1002: * tests/089.html 1.2:
1003: * tests/090.html 1.2:
1004: * tests/091.html 1.2:
1005: * tests/092.html 1.2:
1006: * tests/093.html 1.2:
1007: * tests/094.html 1.2:
1008: * tests/095.html 1.2:
1009: * tests/096.html 1.2:
1010: * tests/096_dir/163.jpg 1.2:
1011: * tests/096_dir/188.jpg 1.2:
1012: * tests/097.html 1.2:
1013: * tests/098.html 1.2:
1014: * tests/098font.gif 1.2:
1015: * tests/099.html 1.2:
1016: * tests/100.html 1.2:
1017: * tests/101.html 1.2:
1018: * tests/102.html 1.2:
1019: * tests/103.html 1.2:
1020: * tests/103mark.gif 1.2:
1021: * tests/103paf2001.gif 1.2:
1022: * tests/104.html 1.2:
1023: * tests/105.html 1.2:
1024: * tests/106.html 1.2:
1025: * tests/107.html 1.2:
1026: * tests/108.html 1.2:
1027: * tests/108.xsl 1.2:
1028: * tests/109.html 1.2:
1029: * tests/110.html 1.2:
1030: * tests/111.html 1.2:
1031: * tests/112.html 1.2:
1032: * tests/113.html 1.2:
1033: * tests/114.html 1.2:
1034: * tests/115.html 1.2:
1035: * tests/116.html 1.2:
1036: * tests/117.html 1.2:
1037: * tests/118.html 1.2:
1038: * tests/119.html 1.2:
1039: * tests/120.html 1.2:
1040: * tests/121.html 1.2:
1041: * tests/122.html 1.2:
1042: * tests/123.html 1.2:
1043: * tests/124.html 1.2:
1044: * tests/125.html 1.2:
1045: * tests/126.html 1.2:
1046: * tests/127.html 1.2:
1047: * tests/128.html 1.2:
1048: * tests/129.html 1.2:
1049: * tests/130.html 1.2:
1050: * tests/131.html 1.2:
1051: * tests/132.html 1.2:
1052: * tests/133.html 1.2:
1053: * tests/134.html 1.2:
1054: * tests/135.html 1.2:
1055: * tests/136.html 1.2:
1056: * tests/137.html 1.2:
1057: * tests/138.html 1.2:
1058: * tests/139.html 1.2:
1059: * tests/140.html 1.2:
1060: * tests/141.html 1.2:
1061: * tests/Makefile 1.2:
1062: * tests/descript.ion 1.2:
1063: * tests/outputs/create-dir 1.2:
1064: * tests/results/001.processed 1.2:
1065: * tests/results/002.processed 1.2:
1066: * tests/results/003.processed 1.2:
1067: * tests/results/004.processed 1.2:
1068: * tests/results/005.processed 1.2:
1069: * tests/results/006.processed 1.2:
1070: * tests/results/007.processed 1.2:
1071: * tests/results/008.processed 1.2:
1072: * tests/results/009.processed 1.2:
1073: * tests/results/010.processed 1.2:
1074: * tests/results/011.processed 1.2:
1075: * tests/results/012.processed 1.2:
1076: * tests/results/013.processed 1.2:
1077: * tests/results/014.processed 1.2:
1078: * tests/results/015.processed 1.2:
1079: * tests/results/016.processed 1.2:
1080: * tests/results/017.processed 1.2:
1081: * tests/results/018.processed 1.2:
1082: * tests/results/019.processed 1.2:
1083: * tests/results/020.processed 1.2:
1084: * tests/results/021.processed 1.2:
1085: * tests/results/022.processed 1.2:
1086: * tests/results/023.processed 1.2:
1087: * tests/results/024.processed 1.2:
1088: * tests/results/025.processed 1.2:
1089: * tests/results/026.processed 1.2:
1090: * tests/results/027.processed 1.2:
1091: * tests/results/028.processed 1.2:
1092: * tests/results/029.processed 1.2:
1093: * tests/results/030.processed 1.2:
1094: * tests/results/031.processed 1.2:
1095: * tests/results/032.processed 1.2:
1096: * tests/results/033.processed 1.2:
1097: * tests/results/034.processed 1.2:
1098: * tests/results/035.processed 1.2:
1099: * tests/results/036.processed 1.2:
1100: * tests/results/037.processed 1.2:
1101: * tests/results/038.processed 1.2:
1102: * tests/results/039.processed 1.2:
1103: * tests/results/040.processed 1.2:
1104: * tests/results/041.processed 1.2:
1105: * tests/results/042.processed 1.2:
1106: * tests/results/043.processed 1.2:
1107: * tests/results/044.processed 1.2:
1108: * tests/results/045.processed 1.2:
1109: * tests/results/046.processed 1.2:
1110: * tests/results/047.processed 1.2:
1111: * tests/results/048.processed 1.2:
1112: * tests/results/049.processed 1.2:
1113: * tests/results/050.processed 1.2:
1114: * tests/results/051.processed 1.2:
1115: * tests/results/052.processed 1.2:
1116: * tests/results/053.processed 1.2:
1117: * tests/results/054.processed 1.2:
1118: * tests/results/055.processed 1.2:
1119: * tests/results/056.processed 1.2:
1120: * tests/results/057.processed 1.2:
1121: * tests/results/058.processed 1.2:
1122: * tests/results/059.processed 1.2:
1123: * tests/results/060.processed 1.2:
1124: * tests/results/061.processed 1.2:
1125: * tests/results/062.processed 1.2:
1126: * tests/results/063.processed 1.2:
1127: * tests/results/064.processed 1.2:
1128: * tests/results/065.processed 1.2:
1129: * tests/results/066.processed 1.2:
1130: * tests/results/067.processed 1.2:
1131: * tests/results/068.processed 1.2:
1132: * tests/results/069.processed 1.2:
1133: * tests/results/070.processed 1.2:
1134: * tests/results/071.processed 1.2:
1135: * tests/results/072.processed 1.2:
1136: * tests/results/073.processed 1.2:
1137: * tests/results/074.processed 1.2:
1138: * tests/results/075.processed 1.2:
1139: * tests/results/076.processed 1.2:
1140: * tests/results/077.processed 1.2:
1141: * tests/results/078.processed 1.2:
1142: * tests/results/079.processed 1.2:
1143: * tests/results/080.processed 1.2:
1144: * tests/results/081.processed 1.2:
1145: * tests/results/082.processed 1.2:
1146: * tests/results/083.processed 1.2:
1147: * tests/results/084.processed 1.2:
1148: * tests/results/085.processed 1.2:
1149: * tests/results/086.processed 1.2:
1150: * tests/results/087.processed 1.2:
1151: * tests/results/088.processed 1.2:
1152: * tests/results/089.processed 1.2:
1153: * tests/results/090.processed 1.2:
1154: * tests/results/091.processed 1.2:
1155: * tests/results/092.processed 1.2:
1156: * tests/results/093.processed 1.2:
1157: * tests/results/094.processed 1.2:
1158: * tests/results/095.processed 1.2:
1159: * tests/results/096.processed 1.2:
1160: * tests/results/097.processed 1.2:
1161: * tests/results/098.processed 1.2:
1162: * tests/results/099.processed 1.2:
1163: * tests/results/100.processed 1.2:
1164: * tests/results/101.processed 1.2:
1165: * tests/results/102.processed 1.2:
1166: * tests/results/103.processed 1.2:
1167: * tests/results/104.processed 1.2:
1168: * tests/results/105.processed 1.2:
1169: * tests/results/106.processed 1.2:
1170: * tests/results/107.processed 1.2:
1171: * tests/results/108.processed 1.2:
1172: * tests/results/109.processed 1.2:
1173: * tests/results/110.processed 1.2:
1174: * tests/results/111.processed 1.2:
1175: * tests/results/112.processed 1.2:
1176: * tests/results/113.processed 1.2:
1177: * tests/results/114.processed 1.2:
1178: * tests/results/115.processed 1.2:
1179: * tests/results/116.processed 1.2:
1180: * tests/results/117.processed 1.2:
1181: * tests/results/118.processed 1.2:
1182: * tests/results/119.processed 1.2:
1183: * tests/results/120.processed 1.2:
1184: * tests/results/121.processed 1.2:
1185: * tests/results/122.processed 1.2:
1186: * tests/results/123.processed 1.2:
1187: * tests/results/124.processed 1.2:
1188: * tests/results/125.processed 1.2:
1189: * tests/results/126.processed 1.2:
1190: * tests/results/127.processed 1.2:
1191: * tests/results/128.processed 1.2:
1192: * tests/results/129.processed 1.2:
1193: * tests/results/130.processed 1.2:
1194: * tests/results/131.processed 1.2:
1195: * tests/results/132.processed 1.2:
1196: * tests/results/133.processed 1.2:
1197: * tests/results/134.processed 1.2:
1198: * tests/results/135.processed 1.2:
1199: * tests/results/136.processed 1.2:
1200: * tests/results/137.processed 1.2:
1201: * tests/results/138.processed 1.2:
1202: * tests/results/139.processed 1.2:
1203: * tests/results/140.processed 1.2:
1204: * tests/results/141.processed 1.2:
1205: * tests/run_parser.sh 1.2:
1206: merged(copied) to HEAD from template_gc
1207:
1.25 paf 1208: * tests/141.html [template_gc] 1.1.2.3:
1209: * tests/results/141.processed [template_gc] 1.1.2.3:
1210: fixed bug with too-small-a-buffer
1211:
1.24 paf 1212: 2003-07-23 paf
1213: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
1214: file ApacheModuleParser3Core.dsp was initially added on branch
1215: template_gc.
1216:
1217: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
1218: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
1219: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
1220: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
1221: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
1222: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
1223: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
1224: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
1225: stack top_index() fixed
1226:
1227: * src/targets/Makefile.am [template_gc] 1.9.24.1:
1228: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
1229: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
1230: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
1231: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
1232: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
1233: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
1234: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
1235: apache13 splitted to simplify apache build
1236:
1237: * src/lib/patches/gc.patch 1.1:
1238: file gc.patch was initially added on branch template_gc.
1239:
1240: * src/targets/apache13/mod_parser3.c 1.1:
1241: file mod_parser3.c was initially added on branch template_gc.
1242:
1243: * src/targets/apache13core/mod_parser3.C 1.1:
1244: file mod_parser3.C was initially added on branch template_gc.
1245:
1246: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
1247: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
1248: connection closing/caching fixed [connections were not closed
1249: put to cache]
1250:
1251: * src/targets/apache13core/Makefile.am 1.1:
1252: file Makefile.am was initially added on branch template_gc.
1253:
1254: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
1255: decided to support multithreading in apache module only on win32
1256: see that apache 1.3.28 supports it only in win32+netware...
1257:
1258: * src/targets/apache13/pa_httpd.h 1.1:
1259: file pa_httpd.h was initially added on branch template_gc.
1260:
1261: * src/targets/apache13core/Makefile.in 1.1:
1262: file Makefile.in was initially added on branch template_gc.
1263:
1264: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
1265: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
1266: proper dependence to rebuild p3conf from .in
1267:
1268: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
1269: minor style changes
1270:
1271: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
1272: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
1273: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
1274: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
1275: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
1276: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
1277: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
1278: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
1279: splitted apache to two projects to simplify separate c/c++ compilation
1280:
1281: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
1282: *** empty log message ***
1283:
1284: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
1285: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
1286: updated to new sapi interface
1287:
1288: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
1289: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
1290: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
1291: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
1292: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
1293: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
1294: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
1295: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
1296: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
1297: started splitting mod_parser3 into two parts: C and C++
1298:
1299: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
1300: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
1301: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
1302: renamed a little [to move to comman naming conv]
1303:
1304: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
1305: this bug remains even in latest-at-the-moment: gc6.2alpha6
1306: just reported to hans
1307:
1308: * src/targets/apache13/mod_parser3_main.C 1.1:
1309: file mod_parser3_main.C was initially added on branch
1310: template_gc.
1311:
1.25 paf 1312: * src/targets/apache13core/pa_threads.C 1.1:
1313: file pa_threads.C was initially added on branch template_gc.
1314:
1.24 paf 1315: 2003-07-22 paf
1316: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
1317: on win32 bugfix in handling shbang
1318:
1319: * INSTALL [template_gc] 1.31.6.4:
1320: disable-threads adviced
1321:
1322: * INSTALL [template_gc] 1.31.6.5:
1323: gc part updated stightly
1324:
1325: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
1326: out of memory is no longer coredump
1327:
1328: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
1329: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
1330: updated to new sapi interface
1331:
1332: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
1333: removed reduntant invariant check [there is one deeper in cord
1334: lib]
1335:
1336: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
1337: comment on OS
1338:
1339: 2003-07-21 paf
1340: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
1341: http:// CRLF now [merged from HEAD]
1342:
1343: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
1344: env passing fixed
1345:
1346: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
1347: file::exec/cgi environment variables now must be UPPERCASE and
1348: A-Z 0-9 _-
1349:
1350: * src/classes/Makefile.am [template_gc] 1.40.16.3:
1351: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
1352: removed circular dependency on classes.C
1353:
1354: * src/main/pa_common.C 1.153:
1355: http:// CRLF now
1356:
1357: 2003-07-02 paf
1358: * operators.txt [template_gc] 1.109.2.1.2.9:
1359: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
1360: renamed $memory:status fields to reflect their real meaning
1361:
1362: 2003-06-27 paf
1363: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
1364: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
1365: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
1366: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
1367: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
1368: merged from HEAD file::exec/cgi .charset
1369:
1370: 2003-06-26 paf
1371: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
1372: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
1373: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
1374: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
1375: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
1376: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
1377: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
1378: fixed several uninitialized local structures.
1379: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
1380:
1381: 2003-06-24 paf
1382: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
1383: simplified HASH_ALLOCATES_COUNT
1384:
1385: 2003-06-20 paf
1386: * operators.txt 1.115:
1387: * src/include/pa_globals.h 1.103:
1388: * src/main/pa_common.C 1.152:
1389: * src/main/pa_globals.C 1.156:
1390: introducing
1391: $f[^file::load[binary;http://...]]
1392: $f.tables
1393:
1394: 2003-06-06 paf
1395: * src/types/pa_vhash.h 1.45:
1396: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
1397: hash.field lookup first now: along with table. [were method
1398: lookup: inconsistent]
1399:
1.23 paf 1400: 2003-06-02 paf
1401: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
1402: empty string clone fixed to return writable memory
1403:
1404: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
1405: fix_line_breaks bug fix [terminating zero were not appended]
1406: which violated string invariant
1407:
1408: 2003-05-30 paf
1409: * src/main/pa_common.C 1.151:
1410: date format now
1411: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
1412:
1413: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
1414: date format now
1415: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
1416:
1417: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
1418: found minor bug, commended for future
1419:
1420: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
1421: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
1422: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
1423: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
1424: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
1425: initialized request_info properly
1426:
1427: 2003-05-28 paf
1428: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
1429: request_info.content_length can't be <0, size_t for some time
1430:
1431: 2003-05-26 paf
1432: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
1433: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
1434: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
1435: few forgotten <0 changed to !=STRING_NOT_FOUND
1436:
1437: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
1438: merged ffffu from HEAD
1439:
1440: 2003-05-11 paf
1441: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
1442: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
1443: think that found cause of premature doc free.
1444: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
1445: added holding-reference
1446:
1447: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
1448: xml memory debugging functions (ifdefed)
1449:
1450: 2003-04-29 paf
1451: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
1452: started digging on double free.
1453: on win32 found that that's perfectly normal.
1454:
1455: 2003-04-25 paf
1456: * src/classes/math.C 1.31:
1457: snprintf(buf, 3) become (buf,2) and failed to print anything.
1458: changed to quicker and simplier code
1459:
1460: * src/classes/hash.C 1.56:
1461: allowed ^hash::create[^rem{xxx}] [were to strict a check]
1462:
1463: * src/classes/table.C 1.180:
1464: * src/lib/md5/pa_md5c.c 1.9:
1465: minor compile errors
1466:
1467: * src/classes/table.C 1.181:
1468: table.join bug fix [bad limit check]
1469:
1470: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
1471: merged from HEAD: simpiler hash_string
1472:
1473: 2003-04-24 paf
1474: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
1475: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
1476: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
1477: ansi c fiolation syntax report
1478:
1479: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
1480: too strict assert loosened
1481:
1482: 2003-04-21 paf
1483: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
1484: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
1485: pp3 added to .am
1486:
1487: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
1488: merged from HEAD:
1489: "x:..." and "\\..." file names on Win32 considered disk-global
1490:
1491: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
1492: .5.6 version of libxml allows to install xmlMallocAtomic [
1493: author agreed to my suggestion], used that
1494:
1495: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
1496: assert added [looking for bug]
1497:
1498: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
1499: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
1500: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
1501: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
1502: attributed_meaning_to_string added L_UNSPECIFIED piece
1503: which was sortof OK, but violated string invariant [assertion barked on that]
1504: changed to L_PASS_APPEND, made that param obligatory
1505:
1506: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
1507: ^mail:send[$.body backward compatibility
1508:
1509: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
1510: pcre memory management changed to use GC memory
1511:
1512: * src/main/pa_request.C 1.247:
1513: "x:..." and "\\..." file names on Win32 considered disk-global
1514:
1515: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
1516: String::ArrayFragment::append_positions bug fixed [assert
1517: helped]
1518:
1519: 2003-04-18 paf
1520: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
1521: merged from HEAD:
1522: enabled '~' letter in filenames
1523:
1524: * src/main/untaint.C 1.116:
1525: enabled '~' letter in filenames
1526:
1527: 2003-04-16 paf
1528: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
1529: small bug introduced in autoptr times fixed
1530:
1531: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
1532: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
1533: fix: gcc reported tiny error
1534:
1535: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
1536: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
1537: merged from HEAD
1538:
1539: 2003-04-15 paf
1540: * operators.txt 1.112:
1541: * operators.txt [release_3_0_0007] 1.107.2.2:
1542: * src/classes/math.C 1.27:
1543: * src/lib/md5/pa_md5.h 1.7:
1544: * src/lib/md5/pa_md5c.c 1.8:
1545: ^math:md5[string]
1546: 16-byte digest
1547:
1548: * operators.txt 1.113:
1549: * src/classes/math.C 1.28:
1550: * src/classes/math.C 1.29:
1551: ^math:uuid[]
1552:
1553: * tests/results/141.processed 1.1:
1554: file 141.processed was initially added on branch template_gc.
1555:
1556: * operators.txt 1.114:
1557: * src/classes/math.C 1.30:
1558: ^math:uid64[]
1559:
1560: * operators.txt [template_gc] 1.109.2.1.2.8:
1561: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
1562: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
1563: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
1564: * tests/141.html [template_gc] 1.1.2.1:
1565: * tests/results/141.processed [template_gc] 1.1.2.1:
1566: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
1567: merged from head
1568: ^math:uuid[]
1569: ^math:uid64[]
1570: ^math:md5[string]
1571:
1572: test added: 141.html
1573:
1574: * tests/141.html 1.1:
1575: file 141.html was initially added on branch template_gc.
1576:
1577: * operators.txt [release_3_0_0007] 1.107.2.1:
1578: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
1579: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
1580: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
1581: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
1582: ^file::load[mode;name;
1583: $.offset
1584: $.limit
1585:
1586: 2003-04-14 paf
1587: * src/classes/table.C 1.178:
1588: more warnings
1589:
1590: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
1591: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
1592: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
1593: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
1594: removed checks in table::set_current, moved them back to table::locate
1595: implemented table::create/join с $.reverse
1596:
1597: * tests/results/140.processed 1.1:
1598: file 140.processed was initially added on branch template_gc.
1599:
1600: * src/include/pa_table.h 1.50:
1601: * src/main/pa_array.C 1.56:
1602: * src/main/pa_table.C 1.55:
1603: removed checks in table::set_current, moved them back to table
1604: :locate
1605:
1606: * src/classes/table.C 1.179:
1607: * src/include/pa_table.h 1.51:
1608: table $.distinct[tables] bug fixed
1609:
1610: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
1611: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
1612: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
1613: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
1614: * tests/140.html [template_gc] 1.1.2.1:
1615: * tests/results/140.processed [template_gc] 1.1.2.1:
1616: table $.reverse option works in create&co
1617: table $.distinct[tables] bug fix merged
1618:
1619: * tests/140.html 1.1:
1620: file 140.html was initially added on branch template_gc.
1621:
1622: * src/classes/math.C 1.26:
1623: * src/lib/md5/pa_md5.h 1.6:
1624: * src/lib/md5/pa_md5c.c 1.7:
1625: started ^math:md5
1626:
1627: 2003-04-11 paf
1628: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
1629: less xml, couple dup were valid
1630:
1631: * tests/128.html 1.1:
1632: file 128.html was initially added on branch template_gc.
1633:
1634: * tests/results/134.processed 1.1:
1635: file 134.processed was initially added on branch template_gc.
1636:
1637: * tests/129.html 1.1:
1638: file 129.html was initially added on branch template_gc.
1639:
1640: * tests/130.html 1.1:
1641: file 130.html was initially added on branch template_gc.
1642:
1643: * tests/results/126.processed 1.1:
1644: file 126.processed was initially added on branch template_gc.
1645:
1646: * tests/130.html [template_gc] 1.1.2.1:
1647: * tests/131.html [template_gc] 1.1.2.1:
1648: * tests/132.html [template_gc] 1.1.2.1:
1649: * tests/133.html [template_gc] 1.1.2.1:
1650: * tests/134.html [template_gc] 1.1.2.1:
1651: * tests/135.html [template_gc] 1.1.2.1:
1652: * tests/136.html [template_gc] 1.1.2.1:
1653: * tests/137.html [template_gc] 1.1.2.1:
1654: * tests/138.html [template_gc] 1.1.2.1:
1655: * tests/139.html [template_gc] 1.1.2.1:
1656: * tests/descript.ion [template_gc] 1.1.2.1:
1657: * tests/results/130.processed [template_gc] 1.1.2.1:
1658: * tests/results/131.processed [template_gc] 1.1.2.1:
1659: * tests/results/132.processed [template_gc] 1.1.2.1:
1660: * tests/results/133.processed [template_gc] 1.1.2.1:
1661: * tests/results/134.processed [template_gc] 1.1.2.1:
1662: * tests/results/135.processed [template_gc] 1.1.2.1:
1663: * tests/results/136.processed [template_gc] 1.1.2.1:
1664: * tests/results/137.processed [template_gc] 1.1.2.1:
1665: * tests/results/138.processed [template_gc] 1.1.2.1:
1666: * tests/results/139.processed [template_gc] 1.1.2.1:
1667: added few mustfail tests
1668: 130.html mustfail: empty regexp
1669: 131.html mustfail: invalid date/time
1670: 132.html mustfail: access to junction outside of context
1671: 133.html mustfail: access to junction outside of context, case version
1672: 134.html mustfail: hash: adding a key inside of foreach
1673: 135.html mustfail: modifying system class
1674: 136.html mustfail: $.name outside of $hash[here]
1675: 137.html mustfail: appendChild without import
1676: 138.html mustfail: invalid encoding inside of xml
1677: 139.html mustfail: bad XPath
1678:
1679: * tests/131.html 1.1:
1680: file 131.html was initially added on branch template_gc.
1681:
1682: * tests/results/136.processed 1.1:
1683: file 136.processed was initially added on branch template_gc.
1684:
1685: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
1686: context-style
1687:
1688: * tests/132.html 1.1:
1689: file 132.html was initially added on branch template_gc.
1690:
1691: * tests/results/128.processed 1.1:
1692: file 128.processed was initially added on branch template_gc.
1693:
1694: * tests/results/138.processed 1.1:
1695: file 138.processed was initially added on branch template_gc.
1696:
1697: * operators.txt [template_gc] 1.109.2.1.2.7:
1698: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
1699: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
1700: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
1701: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
1702: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
1703: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
1704: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
1705: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
1706: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
1707: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
1708: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
1709: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
1710: merged from HEAD
1711: from before_append_array_limit_sense_change
1712: to after_append_array_limit_sense_change
1713:
1714: * operators.txt [template_gc] 1.109.2.1.2.6:
1715: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
1716: * tests/084.html [template_gc] 1.1.2.1.2.1:
1717: * tests/125.html [template_gc] 1.1.2.1:
1718: * tests/126.html [template_gc] 1.1.2.1:
1719: * tests/127.html [template_gc] 1.1.2.1:
1720: * tests/128.html [template_gc] 1.1.2.1:
1721: * tests/129.html [template_gc] 1.1.2.1:
1722: * tests/results/125.processed [template_gc] 1.1.2.1:
1723: * tests/results/126.processed [template_gc] 1.1.2.1:
1724: * tests/results/127.processed [template_gc] 1.1.2.1:
1725: * tests/results/128.processed [template_gc] 1.1.2.1:
1726: * tests/results/129.processed [template_gc] 1.1.2.1:
1727: merged from HEAD
1728: ^table.hash[key][$.distinct[tables]]
1729:
1730: maked appropriate tests [changed one old nonconforming]
1731:
1732: * tests/descript.ion 1.1:
1733: file descript.ion was initially added on branch template_gc.
1734:
1735: * tests/133.html 1.1:
1736: file 133.html was initially added on branch template_gc.
1737:
1738: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
1739: removed bad lines
1740:
1741: * tests/results/131.processed 1.1:
1742: file 131.processed was initially added on branch template_gc.
1743:
1744: * tests/134.html 1.1:
1745: file 134.html was initially added on branch template_gc.
1746:
1747: * tests/135.html 1.1:
1748: file 135.html was initially added on branch template_gc.
1749:
1750: * tests/results/133.processed 1.1:
1751: file 133.processed was initially added on branch template_gc.
1752:
1753: * tests/136.html 1.1:
1754: file 136.html was initially added on branch template_gc.
1755:
1756: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
1757: const
1758:
1759: * tests/results/125.processed 1.1:
1760: file 125.processed was initially added on branch template_gc.
1761:
1762: * tests/137.html 1.1:
1763: file 137.html was initially added on branch template_gc.
1764:
1765: * operators.txt 1.110:
1766: * src/classes/table.C 1.174:
1767: ^table.hash[key][$.distinct[tables]]
1768:
1769: * tests/results/135.processed 1.1:
1770: file 135.processed was initially added on branch template_gc.
1771:
1772: * tests/138.html 1.1:
1773: file 138.html was initially added on branch template_gc.
1774:
1775: * operators.txt 1.111:
1776: * src/classes/date.C 1.45:
1777: * src/classes/table.C 1.176:
1778: * src/include/pa_array.h 1.58:
1779: * src/include/pa_common.h 1.92:
1780: * src/include/pa_config_includes.h 1.24:
1781: * src/include/pa_globals.h 1.102:
1782: * src/include/pa_table.h 1.49:
1783: * src/main/pa_array.C 1.55:
1784: * src/main/pa_globals.C 1.155:
1785: * src/main/pa_request.C 1.246:
1786: * src/main/pa_sql_driver_manager.C 1.70:
1787: * src/main/pa_string.C 1.173:
1788: * src/main/pa_table.C 1.54:
1789: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
1790: append_array_limit_sense_change
1791: locate accepts options same as create
1792: new option: $.reverse(1) [do not work in table::create]
1793:
1794: * tests/results/127.processed 1.1:
1795: file 127.processed was initially added on branch template_gc.
1796:
1797: * tests/139.html 1.1:
1798: file 139.html was initially added on branch template_gc.
1799:
1800: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
1801: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
1802: *** empty log message ***
1803:
1804: * tests/results/137.processed 1.1:
1805: file 137.processed was initially added on branch template_gc.
1806:
1807: * tests/results/130.processed 1.1:
1808: file 130.processed was initially added on branch template_gc.
1809:
1810: * tests/results/129.processed 1.1:
1811: file 129.processed was initially added on branch template_gc.
1812:
1813: * src/include/pa_common.h 1.91:
1814: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
1815: * src/main/pa_common.C 1.150:
1816: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
1817: gcc didn't like (stat xxx,
1818:
1819: * INSTALL [template_gc] 1.31.6.3:
1820: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
1821: * src/lib/Makefile.am [template_gc] 1.3.10.3:
1822: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
1823: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
1824: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
1825: re-added libgdome patch. regretfully libgdome bug can not be
1826: worked around
1827:
1828: * src/classes/xdoc.C 1.110:
1829: * src/classes/xnode.C 1.55:
1830: * src/include/pa_charset.h 1.22:
1831: merged fix for
1832: found very old xml (dom) bug:
1833: were passing domString objects and later ERROREOUSLY freed them
1834:
1835: * src/classes/table.C 1.175:
1836: * src/classes/table.C 1.177:
1837: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
1838: typo
1839:
1840: * tests/results/139.processed 1.1:
1841: file 139.processed was initially added on branch template_gc.
1842:
1843: * tests/125.html 1.1:
1844: file 125.html was initially added on branch template_gc.
1845:
1846: * tests/results/132.processed 1.1:
1847: file 132.processed was initially added on branch template_gc.
1848:
1849: * tests/126.html 1.1:
1850: file 126.html was initially added on branch template_gc.
1851:
1852: * tests/127.html 1.1:
1853: file 127.html was initially added on branch template_gc.
1854:
1855: 2003-04-10 paf
1856: * src/doc/string.dox [template_gc] 1.4.22.2:
1857: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
1858: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
1859: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
1860: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
1861: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
1862: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
1863: * tests/123.html [template_gc] 1.1.2.1:
1864: * tests/124.html [template_gc] 1.1.2.1:
1865: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
1866: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
1867: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
1868: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
1869: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
1870: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
1871: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
1872: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
1873: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
1874: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
1875: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
1876: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
1877: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
1878: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
1879: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
1880: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
1881: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
1882: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
1883: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
1884: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
1885: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
1886: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
1887: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
1888: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
1889: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
1890: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
1891: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
1892: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
1893: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
1894: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
1895: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
1896: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
1897: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
1898: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
1899: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
1900: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
1901: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
1902: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
1903: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
1904: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
1905: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
1906: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
1907: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
1908: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
1909: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
1910: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
1911: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
1912: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
1913: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
1914: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
1915: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
1916: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
1917: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
1918: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
1919: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
1920: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
1921: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
1922: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
1923: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
1924: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
1925: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
1926: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
1927: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
1928: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
1929: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
1930: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
1931: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
1932: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
1933: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
1934: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
1935: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
1936: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
1937: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
1938: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
1939: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
1940: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
1941: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
1942: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
1943: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
1944: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
1945: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
1946: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
1947: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
1948: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
1949: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
1950: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
1951: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
1952: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
1953: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
1954: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
1955: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
1956: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
1957: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
1958: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
1959: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
1960: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
1961: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
1962: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
1963: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
1964: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
1965: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
1966: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
1967: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
1968: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
1969: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
1970: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
1971: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
1972: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
1973: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
1974: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
1975: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
1976: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
1977: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
1978: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
1979: * tests/results/121.processed [template_gc] 1.1.2.2:
1980: * tests/results/122.processed [template_gc] 1.1.2.2:
1981: * tests/results/123.processed [template_gc] 1.1.2.1:
1982: * tests/results/124.processed [template_gc] 1.1.2.1:
1983: new convention: char* never 0. assert in cord on that
1984:
1985: * tests/124.html 1.1:
1986: file 124.html was initially added on branch template_gc.
1987:
1988: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
1989: couple more asserts
1990:
1991: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
1992: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
1993: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
1994: found very old xml (dom) bug:
1995: were passing domString objects and later ERROREOUSLY freed them
1996:
1997: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
1998: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
1999: bugfix on memory buffer overrun [but that's memory from
2000: gc_malloc, not from g_malloc :(, but would hope]
2001:
2002: * tests/results/123.processed 1.1:
2003: file 123.processed was initially added on branch template_gc.
2004:
2005: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
2006: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
2007: little transcodes speedup
2008:
2009: * tests/results/124.processed 1.1:
2010: file 124.processed was initially added on branch template_gc.
2011:
2012: * tests/123.html 1.1:
2013: file 123.html was initially added on branch template_gc.
2014:
2015: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
2016: checked custom malloc for returning 0
2017:
2018: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
2019: couple assertions on fantastic situations added [may be those
2020: is the case now?]
2021:
2022: 2003-04-09 paf
2023: * tests/122.html [template_gc] 1.1.2.1:
2024: * tests/results/122.processed [template_gc] 1.1.2.1:
2025: 122 date test <= and == added [after volatile fix. passes on
2026: win&intel-solaris]
2027:
2028: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
2029: custom profiling script:
2030: plist/ST << Sort by function time
2031:
2032: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
2033: merged ^date.roll changes
2034:
2035: * src/classes/date.C 1.44:
2036: ^date.roll bug fix
2037:
2038: * tests/results/122.processed 1.1:
2039: file 122.processed was initially added on branch template_gc.
2040:
2041: * tests/122.html 1.1:
2042: file 122.html was initially added on branch template_gc.
2043:
2044: * src/classes/date.C 1.43:
2045: ^date.roll now throws less errors:
2046: month shifts handles end of month situation by reducing day number
2047: hour-hole shift reduces hour to recover
2048:
2049: * src/targets/cgi/pp3.cmd 1.1:
2050: file pp3.cmd was initially added on branch template_gc.
2051:
2052: * operators.txt [template_gc] 1.109.2.1.2.5:
2053: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
2054: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
2055: http://
2056: $.charset[] param
2057: done
2058:
2059: 2003-04-08 paf
2060: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
2061: CORD_pos_advance turned out to have limit on 'n' param. worked
2062: that around
2063:
2064: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
2065: removed redundant & in CORD_pos param passing [for it's a
2066: pointer really]
2067:
2068: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
2069: merged PA_USE_ALARM bugfix from HEAD
2070:
2071: * src/lib/cord/source.url 1.1:
2072: file source.url was initially added on branch template_gc.
2073:
2074: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
2075: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
2076: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
2077: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
2078: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
2079: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
2080: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
2081: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
2082: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
2083: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
2084: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
2085: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
2086: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
2087: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
2088: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
2089: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
2090: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
2091: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
2092: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
2093: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
2094: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
2095: pa_vform violated String::invariant. started fixing [not
2096: compiled now]
2097:
2098: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
2099: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
2100: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
2101: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
2102: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
2103: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
2104: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
2105: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
2106: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
2107: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
2108: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
2109: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
2110: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
2111: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
2112: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
2113: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
2114: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
2115: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
2116: started http://
2117: $.charset[] param
2118: and
2119: http response charset detection
2120: just compiled.
2121: todo:test
2122:
2123: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
2124: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
2125: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
2126: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
2127: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
2128: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
2129: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
2130: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
2131: this allowed to fix one remaining String("123", 2) case
2132:
2133: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
2134: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
2135: *** empty log message ***
2136:
2137: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
2138: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
2139: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
2140: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
2141: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
2142: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
2143: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
2144: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
2145: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
2146: number of string style improvements & optimizations
2147:
2148: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
2149: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
2150: * src/lib/cord/source.url [template_gc] 1.1.2.1:
2151: From: "Boehm, Hans" <hans_boehm@hp.com>
2152: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
2153: Sent: Tuesday, April 08, 2003 2:16 AM
2154: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
2155:
2156:
2157: Thanks for the bug report and patch.
2158:
2159: 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.
2160:
2161: Hans
2162:
2163: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
2164: =0 bug fix [left from autoptr default ctor :(]
2165:
2166: 2003-04-07 paf
2167: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
2168: small style change
2169:
2170: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
2171: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
2172: CORD_cat bugfix
2173:
2174: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
2175: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
2176: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
2177: merged from head:safe mode error message now includes numbers
2178:
2179: * src/include/pa_common.h 1.90:
2180: * src/main/pa_common.C 1.149:
2181: * src/main/pa_exec.C 1.50:
2182: safe mode error message now includes numbers
2183:
2184: * src/main/execute.C 1.296:
2185: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
2186: n-th attempt to make a=a work with double.
2187: problem: as_double returns it's result in fp-register
2188: compiler optimizes access to that register after b->as_double,
2189: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
2190: _SAME_ double values do not match here.
2191: when forced to REload fp-register, values do match.
2192:
2193: tried to make them volatile.
2194:
2195: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
2196: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
2197: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
2198: unknown untaint lang now causes death
2199:
2200: 2003-04-04 paf
2201: * src/types/pa_vmail.C 1.44:
2202: mail receive: .txt attachemnts bug fix
2203: http://i2/tasks/edit/?id=4507350336410850921
2204:
2205: * src/main/pa_globals.C 1.154:
2206: exif mem leak
2207: http://i2/tasks/edit/?id=4480590323629807263
2208:
2209: * src/classes/classes.dsp 1.27:
2210: * src/classes/gd/gd.dsp 1.28:
2211: * src/classes/smtp/smtp.dsp 1.24:
2212: * src/lib/ltdl/libltdl.dsp 1.5:
2213: * src/lib/md5/md5.dsp 1.4:
2214: * src/lib/pcre/pcre.dsp 1.3:
2215: * src/main/compile.tab.C 1.82:
2216: * src/main/main.dsp 1.163:
2217: * src/main/pa_globals.C 1.153:
2218: * src/targets/cgi/parser3.dsp 1.62:
2219: * src/types/types.dsp 1.38:
2220: links to xml libs made relative, no need to unpack
2221: parser3project to /parser3project.
2222:
2223: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
2224: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
2225: more understandable error message in case @CLASS with more then
2226: one line inside
2227:
2228: * src/classes/classes.dsp 1.28:
2229: * src/classes/gd/gd.dsp 1.29:
2230: * src/classes/smtp/smtp.dsp 1.25:
2231: * src/main/main.dsp 1.164:
2232: * src/targets/cgi/parser3.dsp 1.63:
2233: * src/types/pa_vmail.C 1.43:
2234: * src/types/types.dsp 1.39:
2235: buf fix http://i2/tasks/edit/?id=4493946731322521294
2236: $.to[billgates@microsoft.com
2237: BCc: send-spam-to@someemails.ru
2238: ]
2239:
2240: * src/classes/file.C 1.110:
2241: * src/include/pa_exec.h 1.12:
2242: * src/main/pa_exec.C 1.49:
2243: incorportated pa_exec patch by
2244: From: "Victor Fedoseev" <vvf_ru@mail.ru>
2245: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
2246: Sent: Thursday, January 23, 2003 9:14 AM
2247:
2248: huge speedup on ^file::cgi with big result
2249:
2250: * configure [template_gc] 1.66.2.5.2.7:
2251: * tests/Makefile [template_gc] 1.1.2.8.2.8:
2252: * tests/Makefile [template_gc] 1.1.2.8.2.9:
2253: *** empty log message ***
2254:
2255: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
2256: more understandable error message in case of errors in @unhandled_exception
2257:
2258: * src/classes/math.C 1.25:
2259: allowed random 1...
2260:
2261: * src/classes/xdoc.C 1.109:
2262: memory allocation func bugfix
2263: http://i2/tasks/edit/?id=4499303470368629745
2264:
1.24 paf 2265: * src/classes/table.C 1.173:
2266: sort table with 0 rows bug fixed
2267:
1.23 paf 2268: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
2269: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
2270: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
2271: error column more precise - tab handling bug fixed
2272:
1.24 paf 2273: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
2274: allowed random 0..
2275:
1.23 paf 2276: * src/classes/hash.C 1.55:
2277: * src/types/pa_vhash.h 1.44:
2278: $hash._default showed in foreach & co bug fix
2279: http://i2/tasks/edit/?id=4493701604654042676
2280:
2281: @main[]
2282: $with_default[
2283: $.a[1]
2284: $._default[default from with_default]
2285: ]
2286: ^show[$with_default]
2287:
2288: $to_add_to[
2289: $.b[2]
2290: ]
2291: ^to_add_to.add[$with_default]
2292: =$to_add_to.xxx=<br>
2293:
2294:
2295: ^show[$to_add_to]
2296:
2297:
2298: $cloned[^hash::create[$with_default]]
2299: =$cloned.xxx=<br>
2300: ^show[$cloned]
2301:
2302:
2303: @show[hash]
2304: ^hash.foreach[k;v]{
2305: $k = $v <br>
2306:
2307: }
2308: <hr>
2309:
2310: 2003-04-03 paf
2311: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
2312: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
2313: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
2314: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
2315: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
2316: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
2317: strack trace reset after handled exception [old bug fixed]
2318:
2319: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
2320: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
2321: parse position old bug fixed.
2322: position reporting made precise [both, in parse erros and runtime errors]
2323:
2324: * operators.txt [template_gc] 1.109.2.1.2.4:
2325: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
2326: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
2327: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
2328: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
2329: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
2330: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
2331: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
2332: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
2333: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
2334: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
2335: * src/classes/memory.C [template_gc] 1.1.2.4:
2336: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
2337: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
2338: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
2339: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
2340: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
2341: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
2342: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
2343: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
2344: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
2345: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
2346: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
2347: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
2348: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
2349: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
2350: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
2351: MethodParams& now [methods without params receive zero
2352: reference, but they are expected not to look there]
2353:
2354: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
2355: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
2356: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
2357: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
2358: slightly improved error messages text:
2359: 1. is '%s', it
2360: 2. method undefined in case of ^void[]
2361:
1.24 paf 2362: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
2363: removed 'patches'
2364:
1.23 paf 2365: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
2366: top limit
2367:
2368: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
2369: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
2370: removed from trace 'a' exception when
2371: ^try{
2372: ^throw[a;1]
2373: }{
2374: ^throw[b;2]
2375: }
2376:
2377: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
2378:
2379:
2380: @main[]
2381: ^try{
2382: ^first[]
2383: }{
2384: ^throw[c;3]
2385: }
2386:
2387: @first[]
2388: ^throw[a;1]
2389:
2390: showed
2391: throw a
2392: first
2393: throw b
2394: try
2395:
2396: which is no good
2397:
2398: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
2399: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
2400: * tests/042.html [template_gc] 1.1.2.1.2.1:
2401: test 042 changed to realities, and passed [bug fixed]
2402:
2403: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
2404: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
2405: *** empty log message ***
2406:
2407: * operators.txt [template_gc] 1.109.2.1.2.3:
2408: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
2409: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
2410: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
2411: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
2412: ^process...[filename]
2413: useful for better error reporting [file/line/col]
2414:
2415: * INSTALL [template_gc] 1.31.6.2:
2416: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
2417: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
2418: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
2419: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
2420: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
2421: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
2422: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
2423: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
2424: debug info format simplified, now it's:
2425: OP_VALUE
2426: Operation::Origin << here
2427: value*
2428:
2429: higher limits:
2430: file number (max: 255)
2431: line number (max: 64535)
2432: column number (max: 255)
2433:
2434: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
2435: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
2436: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
2437: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
2438: precise parse error position in case of
2439:
2440: ^bug
2441: ]
2442:
2443: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
2444: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
2445: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
2446: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
2447: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
2448: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
2449: exception handling done. now we have error columns
2450: todo: test it
2451:
2452: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
2453: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
2454: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
2455: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
2456: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
2457: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
2458: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
2459: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
2460: introducing ^process...[main-method-alias]
2461:
2462: 2003-04-02 paf
2463: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
2464: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
2465: removed ref leak in xdoc::create/load
2466:
2467: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
2468: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
2469: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
2470: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
2471: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
2472: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
2473: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
2474: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
2475: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
2476: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
2477: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
2478: prepared debug info
2479: todo:use it
2480:
2481: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
2482: * tests/Makefile [template_gc] 1.1.2.8.2.6:
2483: replace bug fix [broke Dictionary constructor when moved to gc]
2484:
2485: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
2486: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
2487: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
2488: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
2489: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
2490: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
2491: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
2492: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
2493: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
2494: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
2495: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
2496: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
2497: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
2498: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
2499: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
2500: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
2501: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
2502: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
2503: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
2504: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
2505: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
2506: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
2507: more locally scoped vars in execute (more easily optimizable)
2508:
2509: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
2510: starting in gdome 0.7.4 this is no longer needed [author
2511: applied my patch]
2512:
2513: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
2514: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
2515: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
2516: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
2517: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
2518: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
2519: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
2520: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
2521: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
2522: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
2523: debug info: started using.
2524: todo:complete
2525:
2526: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
2527: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
2528: not patches now
2529:
2530: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
2531: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
2532: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
2533: uncommented http:// file loading
2534:
2535: * tests/Makefile [template_gc] 1.1.2.8.2.7:
2536: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
2537: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
2538: meta considered OK [it's up to coder now to remove it not
2539: needed]
2540:
2541: * configure [template_gc] 1.66.2.5.2.3:
2542: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
2543: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
2544: --enable-assertions autoconf-ed
2545:
2546: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
2547: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
2548: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
2549: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
2550: array::get/put inlined
2551:
2552: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.6:
2553: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
2554: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
2555: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
2556: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
2557: gif encoder bug fix [gdGrowingBuf]
2558:
2559: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
2560: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
2561: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
2562: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
2563: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
2564: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
2565: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
2566: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
2567: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
2568: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
2569: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
2570: all calls to String::String(str,helper_length) are checked.
2571: found/fixed one place:
2572: $request:body now zero-terminated,
2573:
2574: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
2575: decided against patching -- one can remove that header in @
2576: postprocess, if he/she wants to
2577:
2578: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
2579: strange mistake fixed: forgot to return Operation class->union
2580: after switching from autoptrs.
2581:
2582: * configure.in [template_gc] 1.62.2.5.2.4:
2583: * src/lib/Makefile.am [template_gc] 1.3.10.2:
2584: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
2585: removed patches
2586:
2587: * configure [template_gc] 1.66.2.5.2.4:
2588: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
2589: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
2590: *** empty log message ***
2591:
2592: * configure.in [template_gc] 1.62.2.5.2.3:
2593: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
2594: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
2595: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
2596: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
2597: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
2598: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
2599: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
2600: converted debug hacks to ANSI assertions
2601: started configure.in --enable-assertions
2602:
2603: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
2604: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
2605: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
2606: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
2607: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
2608: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
2609: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
2610: array get/put check become assertion
2611: iterator in methodframe filler
2612:
2613: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
2614: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
2615: globals.c: gc_substitute_memory_management_functions
2616: +installed CORD_oom function
2617:
2618: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
2619: found a way of dealing with charset tables without patching
2620: library [price: imposed limit of 10 user-defined charsets, but
2621: limit can be easily increased]
2622:
2623: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
2624: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
2625: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
2626: few for(size_t i=0...) -> for(Array_iterator... i(..); i
2627: has_next()
2628:
2629: 2003-04-01 paf
2630: * src/lib/gc/Makefile.am 1.1:
2631: * src/lib/gc/include/Makefile.am 1.1:
2632: file Makefile.am was initially added on branch template_gc.
2633:
2634: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
2635: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.6:
2636: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.7:
2637: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
2638: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
2639: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
2640: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
2641: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
2642: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
2643: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
2644: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
2645: prepared xml-static configuration
2646:
2647: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
2648: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
2649: xml memory debugging showed no errors. todo: debug parser memory
2650:
2651: * src/classes/gd/Makefile.am [template_gc] 1.10.16.1:
2652: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
2653: bug() to set bpt in (memory.c)
2654: some .am changes
2655:
2656: * src/lib/gc/Makefile.in 1.1:
2657: * src/lib/gc/include/Makefile.in 1.1:
2658: file Makefile.in was initially added on branch template_gc.
2659:
2660: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
2661: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
2662: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
2663: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
2664: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
2665: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
2666: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
2667: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
2668: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
2669: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
2670: fixed by remembering xmlDoc from dom object in xdoc.
2671: todo: do something with premature free of xdoc with xnodes/node values referring into it
2672:
2673: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
2674: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
2675: more build configurations
2676:
2677: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
2678: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
2679: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
2680: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
2681: moved memory debugging to global level: to pa_gc_malloc
2682:
2683: * src/classes/gd/Makefile.in [template_gc] 1.43.2.3.2.2:
2684: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
2685: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
2686: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
2687: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
2688: *** empty log message ***
2689:
2690: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
2691: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
2692: typo fix
2693:
2694: 2003-03-31 paf
2695: * INSTALL [template_gc] 1.31.6.1:
2696: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
2697: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
2698: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
2699: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
2700: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
2701: started xml lib memory debugging, simple checks failed:
2702: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
2703: heap situation changes = everything works fine
2704:
2705: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
2706: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
2707: worked around xmlRegisterCharEncodingHandler limitation [
2708: currently imposed limit of 10 user-defined charsets]
2709:
2710: 2003-03-28 paf
2711: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
2712: execution stack copied to local
2713: register
2714: variable, removed lots [~2e7) of memory accesses
2715:
2716: 2003-03-27 paf
2717: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
2718: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
2719: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
2720: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
2721: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
2722: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
2723: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
2724: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
2725: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
2726: fixed clients of &get():
2727: most to use non-ref version,
2728: some[in tight places] to get_unchecked_ref
2729:
2730: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
2731: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
2732: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
2733: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
2734: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
2735: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
2736: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
2737: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
2738: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
2739: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
2740: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
2741: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
2742: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
2743: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
2744: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
2745: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
2746: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
2747: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
2748: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
2749: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
2750: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
2751: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
2752: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
2753: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
2754: introducing append_help_length [radical improvement here]
2755:
2756: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
2757: GC_java_finalization turned off [was 'not recommened' in gc.h,
2758: on win32 noticed no difference]
2759:
2760: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
2761: returned checked array get [were disabled for debugging]
2762: result:not slower [don't understand that, it were INLINED]
2763: todo: find out a way of inlining it!
2764:
2765: * src/classes/memory.C [template_gc] 1.1.2.3:
2766: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
2767: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
2768: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
2769: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
2770: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
2771: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
2772: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
2773: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
2774: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
2775: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
2776: disabled gc, become even slower
2777:
2778: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
2779: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.5:
2780: * src/classes/memory.C [template_gc] 1.1.2.2:
2781: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.6:
2782: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
2783: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
2784: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
2785: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
2786: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
2787: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
2788: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
2789: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
2790: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
2791: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
2792: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
2793: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
2794: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
2795: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
2796: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
2797: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
2798: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
2799: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
2800: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
2801: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
2802: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
2803: Array::put(index, T>>&<< removed
2804: after Stack::pop wiping removed [moved to separate func]
2805: other Array & removed
2806:
2807: * src/lib/gc/include/gc_fake.h 1.1:
2808: file gc_fake.h was initially added on branch template_gc.
2809:
2810: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
2811: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
2812: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
2813: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
2814: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
2815: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
2816: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
2817: convention changed: all resulting strings are zero-terminated
2818:
2819: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
2820: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
2821: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
2822: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
2823: forgot to merge XML memory funcs replacement from gc branch
2824:
2825: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
2826: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
2827: XML memory funcs to GC works in debug, but fails in release
2828: todo: fix that
2829:
2830: * src/doc/memory.dox 1.1:
2831: file memory.dox was initially added on branch template_gc.
2832:
2833: * src/doc/memory.dox [template_gc] 1.1.2.1:
2834: forgot to add
2835:
2836: 2003-03-26 paf
2837: * src/lib/cord/include/private/cord_pos.h 1.1:
2838: file cord_pos.h was initially added on branch template_gc.
2839:
2840: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
2841: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
2842: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.4:
2843: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
2844: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.5:
2845: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
2846: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
2847: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
2848: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
2849: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
2850: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
2851: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
2852: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
2853: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
2854: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
2855: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
2856: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
2857: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
2858: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
2859: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
2860: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
2861: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
2862: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
2863: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
2864: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
2865: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
2866: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
2867: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
2868: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
2869: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
2870: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
2871: pre-evaluated .count() in some places
2872:
2873: * src/lib/cord/Makefile.am 1.1:
2874: * src/lib/cord/include/Makefile.am 1.1:
2875: * src/lib/cord/include/private/Makefile.am 1.1:
2876: file Makefile.am was initially added on branch template_gc.
2877:
2878: * src/lib/cord/Makefile.in 1.1:
2879: * src/lib/cord/include/Makefile.in 1.1:
2880: * src/lib/cord/include/private/Makefile.in 1.1:
2881: file Makefile.in was initially added on branch template_gc.
2882:
2883: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
2884: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.3:
2885: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
2886: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
2887: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
2888: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
2889: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
2890: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
2891: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
2892: .dsp updated to use lib/gc,lib/cord
2893:
2894: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
2895: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
2896: introducing lib/gc
2897:
2898: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
2899: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
2900: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
2901: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
2902: bundled gc includes
2903:
2904: * src/lib/cord/include/cord.h 1.1:
2905: file cord.h was initially added on branch template_gc.
2906:
2907: * src/lib/cord/include/ec.h 1.1:
2908: file ec.h was initially added on branch template_gc.
2909:
2910: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
2911: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
2912: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
2913: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
2914: * src/include/pa_version.h [template_gc] 1.7.16.1:
2915: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
2916: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
2917: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
2918: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
2919: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
2920: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
2921: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
2922: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
2923: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
2924: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
2925: a number of bugfixes [while testing first real site (aval)]
2926:
2927: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
2928: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.3:
2929: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.4:
2930: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
2931: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
2932: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
2933: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
2934: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
2935: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
2936: started profiling
2937:
2938: * src/lib/cord/include/gc.h 1.1:
2939: * src/lib/gc/include/gc.h 1.1:
2940: file gc.h was initially added on branch template_gc.
2941:
2942: * acsite.m4 1.1:
2943: file acsite.m4 was initially added on branch template_gc.
2944:
2945: * acsite.m4 [template_gc] 1.1.2.1:
2946: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
2947: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
2948: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
2949: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
2950: * src/classes/Makefile.am [template_gc] 1.40.16.2:
2951: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
2952: * src/classes/gd/Makefile.in [template_gc] 1.43.2.3.2.1:
2953: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.3:
2954: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.5:
2955: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
2956: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
2957: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
2958: * src/classes/smtp/Makefile.in [template_gc] 1.12.2.3.2.1:
2959: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.3:
2960: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
2961: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
2962: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
2963: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
2964: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
2965: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
2966: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
2967: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
2968: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
2969: * src/include/pa_version.h [template_gc] 1.7.16.2:
2970: * src/lib/Makefile.am [template_gc] 1.3.10.1:
2971: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
2972: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
2973: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
2974: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
2975: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
2976: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
2977: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
2978: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
2979: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
2980: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
2981: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
2982: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
2983: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
2984: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
2985: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
2986: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
2987: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
2988: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
2989: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
2990: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
2991: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
2992: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
2993: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
2994: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
2995: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
2996: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
2997: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
2998: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
2999: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
3000: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
3001: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
3002: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
3003: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
3004: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
3005: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
3006: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
3007: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
3008: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
3009: configured math funcs
3010: ported pa_exec
3011:
3012: * src/classes/classes.dsp 1.26:
3013: * src/classes/gd/gd.dsp 1.27:
3014: * src/classes/smtp/smtp.dsp 1.23:
3015: * src/lib/ltdl/libltdl.dsp 1.4:
3016: * src/lib/md5/md5.dsp 1.3:
3017: * src/lib/pcre/pcre.dsp 1.2:
3018: * src/main/main.dsp 1.162:
3019: * src/targets/cgi/parser3.dsp 1.61:
3020: * src/types/types.dsp 1.37:
3021: .dsp profiling updated
3022:
3023: 2003-03-25 paf
3024: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
3025: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
3026: memory: new 'new' overloads for structure handling
3027:
1.24 paf 3028: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
3029: it was a bug in parser. updated 109 test result
3030:
1.23 paf 3031: * operators.txt [template_gc] 1.109.2.1.2.2:
3032: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
3033: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
3034: $status.memory
3035: used
3036: free
3037: since_compact
3038: process
3039:
3040: * src/doc/exception.dox 1.1:
3041: file exception.dox was initially added on branch template_gc.
3042:
3043: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
3044: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
3045: untaint.C L_MAIL_HEADER
3046:
3047: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
3048: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
3049: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
3050: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
3051: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
3052: xnode.C compiled, doc/node finalizers isntalled
3053:
3054: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
3055: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
3056: vxnode compiled
3057: xml linked
3058:
3059: * tests/results/121.processed 1.1:
3060: file 121.processed was initially added on branch template_gc.
3061:
3062: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
3063: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
3064: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
3065: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
3066: untaint.C L_SQL
3067:
3068: * src/types/pa_vmemory.h 1.1:
3069: file pa_vmemory.h was initially added on branch template_gc.
3070:
3071: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
3072: fixed transform params
3073:
3074: * operators.txt [template_gc] 1.109.2.1.2.1:
3075: * src/classes/Makefile.am [template_gc] 1.40.16.1:
3076: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
3077: * src/classes/memory.C [template_gc] 1.1.2.1:
3078: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
3079: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
3080: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
3081: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
3082: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
3083: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
3084: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
3085: ^memory:compact[]
3086:
3087: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
3088: vxdoc compiled
3089:
3090: * tests/121.html 1.1:
3091: file 121.html was initially added on branch template_gc.
3092:
3093: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
3094: * tests/Makefile [template_gc] 1.1.2.8.2.5:
3095: fixed transform params2
3096:
3097: * src/doc/string.dox [template_gc] 1.4.22.1:
3098: updated: new string internals
3099:
3100: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
3101: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
3102: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
3103: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
3104: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
3105: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
3106: removed StringBody(0) ambiguilty, introducting static
3107: StringBody::Format(int)
3108:
3109: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
3110: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
3111: * tests/Makefile [template_gc] 1.1.2.8.2.4:
3112: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
3113: fixed dom language [values are now considered tainted.
3114: it was a bug in parser. updated 107 test result
3115:
3116: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
3117: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
3118: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
3119: * src/doc/exception.dox [template_gc] 1.1.2.1:
3120: * src/doc/index.dox [template_gc] 1.4.8.1:
3121: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
3122: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
3123: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
3124: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
3125: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
3126: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
3127: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
3128: xdoc.C compiled
3129: todo: xnode.C / finalizers
3130:
3131: * src/classes/memory.C 1.1:
3132: file memory.C was initially added on branch template_gc.
3133:
3134: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
3135: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
3136: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
3137: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
3138: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
3139: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
3140: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
3141: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
3142: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
3143: * tests/121.html [template_gc] 1.1.2.1:
3144: * tests/results/121.processed [template_gc] 1.1.2.1:
3145: untaint.C L_URI
3146:
3147: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
3148: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
3149: fixed stylesheet caching
3150:
3151: 2003-03-24 paf
3152: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
3153: void.C compiled
3154:
3155: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
3156: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
3157: http://
3158:
3159: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
3160: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
3161: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
3162: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
3163: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
3164: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
3165: introducing string[body]::pos(char)
3166:
3167: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
3168: pa_vstatus.C compiled
3169:
3170: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
3171: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
3172: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
3173: String::ArrayFragment::append_positions fixed
3174:
3175: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
3176: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
3177: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
3178: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
3179: all linked
3180: todo: debug
3181:
3182: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
3183: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
3184: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
3185: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
3186: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
3187: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
3188: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
3189: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
3190: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
3191: image.C compiled
3192:
3193: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
3194: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.2:
3195: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.2:
3196: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
3197: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
3198: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
3199: mail.C compiled
3200:
3201: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
3202: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
3203: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
3204: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
3205: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
3206: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
3207: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
3208: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
3209: pa_vstateless_class.C compiled
3210:
3211: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
3212: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
3213: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
3214: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
3215: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
3216: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
3217: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
3218: hash.C compiled
3219:
3220: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
3221: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
3222: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
3223: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
3224: pa_value.C compiled
3225:
3226: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
3227: pa_vtable.C compiled
3228:
3229: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
3230: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
3231: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
3232: classes.lib
3233: main.lib compiled
3234:
3235: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.2:
3236: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.6:
3237: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
3238: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
3239: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
3240: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
3241: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
3242: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
3243: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
3244: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
3245: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
3246: * tests/Makefile [template_gc] 1.1.2.8.2.1:
3247: attempt to do gif encoding to CORD_ec [bad]
3248: would rewrite as realloc now
3249:
3250: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
3251: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.3:
3252: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
3253: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
3254: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
3255: all compiled.
3256: todo:link
3257:
3258: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
3259: pa_vfile.C compiled
3260:
3261: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
3262: * tests/Makefile [template_gc] 1.1.2.8.2.2:
3263: string::pos fixed
3264:
3265: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
3266: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
3267: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
3268: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
3269: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
3270: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
3271: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
3272: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
3273: op.C compiled
3274:
3275: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
3276: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
3277: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
3278: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
3279: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
3280: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
3281: table.C compiled
3282:
3283: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
3284: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
3285: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
3286: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
3287: pa_vcookie.C compiled
3288:
3289: * parser3.dsw [template_gc] 1.7.6.1.2.3:
3290: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
3291: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
3292: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
3293: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
3294: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
3295: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
3296: empty run passed OK
3297:
3298: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
3299: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
3300: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
3301: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
3302: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
3303: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
3304: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
3305: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
3306: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
3307: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
3308: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
3309: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
3310: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
3311: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
3312: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
3313: started XML
3314:
3315: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
3316: pa_vform.C compiled
3317:
3318: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
3319: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
3320: math.C compiled
3321:
3322: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
3323: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
3324: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
3325: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
3326: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
3327: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
3328: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
3329: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.2:
3330: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.4:
3331: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
3332: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
3333: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
3334: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
3335: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
3336: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
3337: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
3338: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
3339: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
3340: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
3341: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
3342: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
3343: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
3344: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
3345: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
3346: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
3347: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
3348: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
3349: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
3350: file.C
3351: table.C compiled
3352:
3353: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
3354: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
3355: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
3356: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
3357: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
3358: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
3359: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
3360: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
3361: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
3362: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
3363:
3364: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
3365: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
3366: int.C compiled
3367:
3368: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
3369: pa_wcontext.C compiled
3370:
3371: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
3372: pa_vstring.C compiled
3373:
3374: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
3375: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
3376: * tests/Makefile [template_gc] 1.1.2.8.2.3:
3377: string optimize bit implemented
3378:
3379: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
3380: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
3381: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
3382: hashcode implemented fully, including per-char callback [it can
3383: be - substr CORD node]
3384:
3385: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.4:
3386: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
3387: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
3388: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
3389: String::this_starts fixed
3390:
3391: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
3392: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
3393: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
3394: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.5:
3395: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
3396: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
3397: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
3398: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
3399: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
3400: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
3401: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
3402: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
3403: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
3404: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
3405: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
3406: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
3407: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
3408: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
3409: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
3410: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
3411: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
3412: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
3413: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
3414: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
3415: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
3416: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
3417: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
3418: 2*2 worked :)
3419:
3420: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
3421: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
3422: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
3423: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
3424: string.C compiled
3425:
3426: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.3:
3427: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.7:
3428: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
3429: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
3430: gif encoding rewritten to rewalloc with 100byte buf ahead
3431:
3432: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
3433: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
3434: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
3435: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
3436: pa_vmail.C compiled
3437:
3438: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
3439: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
3440: pa_vimage.C compiled
3441:
3442: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
3443: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
3444: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
3445: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
3446: main.lib compiled
3447:
3448: 2003-03-21 paf
3449: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
3450: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
3451: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
3452: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
3453: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
3454: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
3455: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
3456: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
3457: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
3458: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
3459: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
3460: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
3461: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
3462: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
3463: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
3464: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
3465: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
3466: pa_request.C 50% compiled
3467:
3468: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
3469: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
3470: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
3471: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
3472: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
3473: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
3474: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
3475: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
3476: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
3477: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
3478: pa_sql_driver_manager.C compiled
3479:
3480: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
3481: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
3482: test14 [bug fixed]
3483:
1.24 paf 3484: * src/classes/file.C 1.108:
3485: ^file::exec/cgi now does not pass post data by default.
3486: use: ^file::exec[...;$.stdin[$request.body]
3487:
1.23 paf 3488: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
3489: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
3490: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
3491: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
3492: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
3493: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
3494: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.3:
3495: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
3496: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
3497: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
3498: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
3499: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
3500: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
3501: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
3502: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
3503: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
3504: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
3505: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
3506: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
3507: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
3508: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
3509: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
3510: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
3511: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
3512: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
3513: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
3514: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
3515: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
3516: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
3517: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
3518: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
3519: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
3520: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
3521: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
3522: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
3523: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
3524: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
3525: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
3526: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
3527: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
3528: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
3529: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
3530: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
3531: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
3532: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
3533: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
3534: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
3535: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
3536: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
3537: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
3538: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
3539: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
3540: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
3541: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
3542: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
3543: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
3544: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
3545: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
3546: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
3547: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
3548: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
3549: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
3550: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
3551: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
3552: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
3553: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
3554: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
3555: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
3556: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
3557: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
3558: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
3559: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
3560: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
3561: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
3562: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
3563: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
3564: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
3565: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
3566: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
3567: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
3568: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
3569: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
3570: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
3571: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
3572: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
3573: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
3574: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
3575: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
3576: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
3577: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
3578: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
3579: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
3580: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
3581: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
3582: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
3583: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
3584: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
3585: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
3586: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
3587: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
3588: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
3589: introducing StringBody [C++ CORD wrapper]
3590:
3591: * src/main/pa_common.C 1.146:
3592: * src/main/pa_common.C 1.148:
3593: } typo bug fix
3594:
3595: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
3596: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
3597: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
3598: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
3599: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
3600: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
3601: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
3602: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
3603: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
3604: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
3605: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
3606: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
3607: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
3608: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
3609: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
3610: pa_request.C compiled
3611:
3612: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
3613: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
3614: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
3615: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
3616: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
3617: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
3618: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
3619: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
3620: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
3621: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
3622: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
3623: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
3624: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
3625: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
3626: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
3627: execute.C compiled
3628:
3629: * src/main/pa_common.C 1.147:
3630: * src/targets/cgi/parser3.C 1.217:
3631: *** empty log message ***
3632:
3633: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
3634: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
3635: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
3636: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
3637: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
3638: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
3639: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
3640: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
3641: pa_charsets.C compiled
3642:
3643: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
3644: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
3645: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
3646: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
3647: pa_exec.C compiled [win32 only for now] todo: on unix
3648:
3649: * src/classes/file.C 1.109:
3650: * src/include/pa_charset.h 1.21:
3651: * src/main/pa_charset.C 1.34:
3652: $file::exec/cgi[script;
3653: $.charset[this is script's charset]
3654:
3655: command line, env values, input got transcoded before call
3656: stdout, stderr got transcoded after call
3657:
3658: 2003-03-20 paf
3659: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
3660: this_starts fixed
3661:
3662: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
3663: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
3664: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
3665: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
3666: cord bug fix, but still errors
3667: todo: clear out
3668:
3669: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
3670: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
3671: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
3672: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
3673: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
3674: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
3675: test: gc/exit runned OK
3676:
3677: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
3678: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
3679: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
3680: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
3681: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
3682: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
3683: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
3684: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
3685: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
3686: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
3687: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
3688: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
3689: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
3690: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
3691: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
3692: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
3693: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
3694: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
3695: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
3696: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
3697: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
3698: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
3699: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
3700: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
3701: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
3702: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
3703: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
3704: untaint.C 99% [except mail&sql&optimize]
3705:
1.24 paf 3706: * src/types/pa_vmail.C 1.42:
3707: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
3708: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
3709:
3710: todo: find out why so many filters(stream) here. probably wrong?
3711:
1.23 paf 3712: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
3713: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
3714: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
3715: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
3716: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
3717: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
3718: test compiled
3719:
3720: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
3721: more tests
3722:
3723: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
3724: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
3725: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
3726: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
3727: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
3728: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
3729: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
3730: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
3731: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
3732: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
3733: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
3734: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
3735: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
3736: more tests [bugs fixed]
3737:
1.24 paf 3738: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
3739: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
3740: added: assertion on new String ctor & append params convention
3741:
1.23 paf 3742: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
3743: string.pos fixed
3744:
3745: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
3746: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
3747: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
3748: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
3749: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
3750: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
3751: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
3752: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
3753: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
3754: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
3755: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
3756: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
3757: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
3758: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
3759: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
3760: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
3761: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
3762: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
3763: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
3764: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
3765: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
3766: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
3767: more tests OK
3768:
3769: * parser3.dsw [template_gc] 1.7.6.1.2.2:
3770: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
3771: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.2:
3772: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
3773: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
3774: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
3775: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
3776: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
3777: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
3778: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
3779: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
3780: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
3781: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
3782: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
3783: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
3784: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
3785: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
3786: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
3787: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
3788: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
3789: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
3790: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
3791: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
3792: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
3793: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
3794: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
3795: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
3796: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
3797: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
3798: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
3799: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
3800: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
3801: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
3802: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
3803: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
3804: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
3805: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
3806: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
3807: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
3808: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
3809: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
3810: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
3811: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
3812: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
3813: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
3814: untaint.C 30%,
3815: pa_common.C [done, without http for now]
3816:
3817: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
3818: warning
3819:
3820: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
3821: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
3822: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
3823: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
3824: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
3825: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
3826: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
3827: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
3828: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
3829: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
3830: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
3831: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
3832: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
3833: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
3834: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
3835: undone bad replaces
3836:
3837: 2003-03-19 paf
3838: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
3839: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.2:
3840: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.2:
3841: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
3842: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
3843: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
3844: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
3845: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
3846: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
3847: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
3848: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
3849: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
3850: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
3851: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
3852: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
3853: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
3854: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
3855: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
3856: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
3857: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
3858: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
3859: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
3860: string reimplementation with cord+array<fragment>: 70%
3861:
3862: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
3863: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
3864: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
3865: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
3866: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
3867: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
3868: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
3869: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
3870: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
3871: restored bad replaces
3872:
3873: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
3874: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
3875: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
3876: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
3877: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
3878: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
3879: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
3880: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
3881: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
3882: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
3883: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
3884: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
3885: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
3886: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
3887: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
3888: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
3889: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
3890: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
3891: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
3892: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
3893: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
3894: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
3895: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
3896: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
3897: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
3898: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
3899: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
3900: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
3901: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
3902: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
3903: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
3904: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
3905: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
3906: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
3907: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
3908: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
3909: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
3910: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
3911: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
3912: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
3913: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
3914: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
3915: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
3916: started test
3917:
3918: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
3919: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
3920: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
3921: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
3922: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
3923: string compiled
3924: todo: test it
3925:
3926: 2003-03-18 paf
3927: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
3928: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
3929: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
3930: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
3931: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
3932: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
3933: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
3934: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
3935: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
3936: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
3937: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
3938: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
3939: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
3940: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
3941: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
3942: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
3943: lots of replacements,
3944: todo:we can ignore lang in cmp and pos really,
3945: but would split properly!
3946:
3947: * src/include/pa_pool.h [gc] 1.86.4.2:
3948: * src/main/execute.C [gc] 1.295.4.2:
3949: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
3950: gc logging
3951:
3952: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
3953: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
3954: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
3955: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
3956: gc: cord part made parser/src/lib: it's not compiled into libgc
3957: by default
3958:
3959: * src/lib/cord/cordxtra.c 1.1:
3960: file cordxtra.c was initially added on branch template_gc.
3961:
3962: * src/lib/cord/cordbscs.c 1.1:
3963: file cordbscs.c was initially added on branch template_gc.
3964:
3965: * parser3.dsw [template_gc] 1.7.6.1.2.1:
3966: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
3967: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
3968: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
3969: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
3970: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
3971: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
3972: * src/classes/gd/gd.dsp [template_gc] 1.26.10.2.2.1:
3973: * src/classes/gd/gif.C [template_gc] 1.30.2.4.2.1:
3974: * src/classes/gd/gif.h [template_gc] 1.23.2.5.2.1:
3975: * src/classes/gd/gifio.C [template_gc] 1.21.2.2.2.1:
3976: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
3977: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
3978: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
3979: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
3980: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
3981: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
3982: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
3983: * src/classes/smtp/smtp.C [template_gc] 1.20.2.3.2.1:
3984: * src/classes/smtp/smtp.dsp [template_gc] 1.22.10.1.2.1:
3985: * src/classes/smtp/smtp.h [template_gc] 1.11.2.4.2.1:
3986: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
3987: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
3988: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
3989: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
3990: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
3991: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
3992: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
3993: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
3994: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
3995: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
3996: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
3997: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
3998: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
3999: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
4000: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
4001: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
4002: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
4003: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
4004: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
4005: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
4006: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
4007: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
4008: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
4009: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
4010: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
4011: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
4012: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
4013: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
4014: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
4015: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
4016: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
4017: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
4018: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
4019: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
4020: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
4021: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
4022: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
4023: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
4024: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
4025: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
4026: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
4027: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
4028: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
4029: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
4030: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
4031: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
4032: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
4033: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
4034: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
4035: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
4036: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
4037: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
4038: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
4039: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
4040: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
4041: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
4042: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
4043: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
4044: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
4045: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
4046: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
4047: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
4048: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
4049: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
4050: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
4051: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
4052: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
4053: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
4054: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
4055: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
4056: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
4057: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
4058: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
4059: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
4060: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
4061: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
4062: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
4063: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
4064: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
4065: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
4066: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
4067: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
4068: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
4069: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
4070: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
4071: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
4072: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
4073: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
4074: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
4075: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
4076: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
4077: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
4078: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
4079: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
4080: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
4081: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
4082: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
4083: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
4084: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
4085: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
4086: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
4087: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
4088: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
4089: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
4090: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
4091: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
4092: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
4093: started porting to gc:
4094: PA_Object done
4095: lots of replacements also
4096:
4097: * src/lib/cord/cordprnt.c 1.1:
4098: file cordprnt.c was initially added on branch template_gc.
4099:
4100: * src/lib/cord/cord.dsp 1.1:
4101: file cord.dsp was initially added on branch template_gc.
4102:
4103: 2003-03-17 paf
4104: * src/classes/date.C [gc] 1.42.4.1:
4105: * src/classes/file.C [gc] 1.107.4.1:
4106: * src/classes/form.C [gc] 1.34.4.1:
4107: * src/classes/image.C [gc] 1.90.4.1:
4108: * src/classes/mail.C [gc] 1.88.4.1:
4109: * src/classes/op.C [gc] 1.127.4.1:
4110: * src/classes/table.C [gc] 1.172.4.1:
4111: * src/classes/xdoc.C [gc] 1.108.4.1:
4112: * src/classes/xnode.C [gc] 1.54.4.1:
4113: * src/include/pa_pool.h [gc] 1.86.4.1:
4114: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
4115: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
4116: * src/include/pa_string.h [gc] 1.144.4.1:
4117: * src/include/pa_types.h [gc] 1.44.4.1:
4118: * src/main/compile.C [gc] 1.69.4.1:
4119: * src/main/compile.tab.C [gc] 1.81.4.1:
4120: * src/main/execute.C [gc] 1.295.4.1:
4121: * src/main/pa_charset.C [gc] 1.33.4.1:
4122: * src/main/pa_common.C [gc] 1.145.2.1:
4123: * src/main/pa_exception.C [gc] 1.43.4.1:
4124: * src/main/pa_exec.C [gc] 1.48.4.1:
4125: * src/main/pa_globals.C [gc] 1.152.4.1:
4126: * src/main/pa_pool.C [gc] 1.59.4.1:
4127: * src/main/pa_request.C [gc] 1.245.4.1:
4128: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
4129: * src/main/pa_string.C [gc] 1.172.4.1:
4130: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
4131: * src/main/pa_uue.C [gc] 1.4.4.1:
4132: * src/main/untaint.C [gc] 1.115.4.1:
4133: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
4134: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
4135: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
4136: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
4137: * src/types/pa_vcookie.C [gc] 1.55.4.1:
4138: * src/types/pa_vdouble.h [gc] 1.42.4.1:
4139: * src/types/pa_vfile.C [gc] 1.36.4.1:
4140: * src/types/pa_vform.C [gc] 1.74.4.1:
4141: * src/types/pa_vint.h [gc] 1.38.4.1:
4142: * src/types/pa_vmail.C [gc] 1.41.2.1:
4143: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
4144: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
4145: * src/types/pa_vxnode.C [gc] 1.30.4.1:
4146: * src/types/pa_vxnode.h [gc] 1.22.4.1:
4147: * www/htdocs/.htaccess [gc] 1.12.8.1:
4148: * www/htdocs/auto.p [gc] 1.17.12.1:
4149: libgc attempt
4150:
4151: * src/main/pa_common.C [gc] 1.145.2.2:
4152: * src/main/pa_common.C [gc] 1.145.2.3:
4153: *** empty log message ***
4154:
4155: 2003-03-13 paf
4156: * src/include/pa_request.h [autoptr] 1.160.2.37:
4157: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
4158: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
4159: * src/main/compile.tab.C [autoptr] 1.81.2.13:
4160: * src/main/execute.C [autoptr] 1.295.2.27:
4161: * src/main/pa_request.C [autoptr] 1.245.2.37:
4162: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
4163: * src/types/pa_value.C [autoptr] 1.9.2.15:
4164: * src/types/pa_value.h [autoptr] 1.109.2.25:
4165: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
4166: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
4167: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
4168: * src/types/types.dsp [autoptr] 1.35.10.8:
4169: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
4170: set_base, set_derived simplified [counter leaks fixed]
4171:
4172: * src/include/pa_config_fixed.h 1.55:
4173: * src/types/pa_vstatus.C 1.16:
4174: * src/types/types.dsp 1.36:
4175: incorporated status class patch
4176: From: "Victor Fedoseev" <vvf_ru@mail.ru>
4177: Sent: Thursday, January 23, 2003 8:14 AM
4178:
4179: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
4180: QuotaPeakNonPagedPoolUsage
4181: QuotaPeakPagedPoolUsage
4182: PeakPagefileUsage]
4183:
4184: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
4185: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
4186: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
4187: lt_dlexit called
4188:
4189: 2003-03-12 paf
4190: * Makefile.in [autoptr] 1.48.2.4:
4191: * bin/Makefile.in [autoptr] 1.9.2.3:
4192: * configure [autoptr] 1.66.2.4:
4193: * configure.in [autoptr] 1.62.2.4:
4194: * etc/Makefile.in [autoptr] 1.14.2.3:
4195: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
4196: * src/Makefile.in [autoptr] 1.55.2.3:
4197: * src/classes/Makefile.in [autoptr] 1.53.2.3:
4198: * src/classes/gd/Makefile.in [autoptr] 1.43.2.3:
4199: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.3:
4200: * src/include/Makefile.in [autoptr] 1.11.2.5:
4201: * src/lib/Makefile.in [autoptr] 1.8.2.3:
4202: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
4203: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
4204: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
4205: * src/main/Makefile.in [autoptr] 1.50.2.6:
4206: * src/sql/Makefile.in [autoptr] 1.11.2.3:
4207: * src/targets/Makefile.in [autoptr] 1.42.2.3:
4208: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
4209: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
4210: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
4211: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
4212: * src/types/Makefile.in [autoptr] 1.50.2.4:
4213: libstdc++ linkage fixed for g++ 3.2.2
4214:
4215: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
4216: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
4217: * src/main/compile.tab.C [autoptr] 1.81.2.12:
4218: gcc 3.2 rightliy complained on using privately declared class [
4219: fixed]
4220:
4221: * Makefile.am [autoptr] 1.34.2.3:
4222: * Makefile.in [autoptr] 1.48.2.5:
4223: * src/targets/apache13/Makefile.in 1.45:
4224: * src/targets/apache13/p3runConfigure.in 1.12:
4225: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
4226: * tests/Makefile [autoptr] 1.1.2.8:
4227: *** empty log message ***
4228:
4229: * src/include/pa_request.h [autoptr] 1.160.2.36:
4230: * src/main/compile.tab.C [autoptr] 1.81.2.11:
4231: * src/main/execute.C [autoptr] 1.295.2.26:
4232: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
4233: SIGPIPE now can be intercepted
4234: and does not cause exception in exception handler
4235:
4236: * Makefile.in [autoptr] 1.48.2.3:
4237: * bin/Makefile.in [autoptr] 1.9.2.2:
4238: * configure [autoptr] 1.66.2.3:
4239: * configure.in [autoptr] 1.62.2.3:
4240: * etc/Makefile.in [autoptr] 1.14.2.2:
4241: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
4242: * src/Makefile.in [autoptr] 1.55.2.2:
4243: * src/classes/Makefile.in [autoptr] 1.53.2.2:
4244: * src/classes/gd/Makefile.in [autoptr] 1.43.2.2:
4245: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.2:
4246: * src/include/Makefile.in [autoptr] 1.11.2.4:
4247: * src/lib/Makefile.in [autoptr] 1.8.2.2:
4248: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
4249: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
4250: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
4251: * src/main/Makefile.in [autoptr] 1.50.2.5:
4252: * src/sql/Makefile.in [autoptr] 1.11.2.2:
4253: * src/targets/Makefile.in [autoptr] 1.42.2.2:
4254: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
4255: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
4256: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
4257: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
4258: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
4259: * src/types/Makefile.in [autoptr] 1.50.2.3:
4260: configure now default links libstdc++ statically.
4261: that can be overriden by --with-dynamic-stdcpp
4262:
4263: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
4264: 1. more detailed log on signals.
4265: 2. sigpipe before request constructor now causes death
4266:
4267: * configure [autoptr] 1.66.2.5:
4268: * configure.in [autoptr] 1.62.2.5:
4269: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
4270: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
4271: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
4272: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
4273: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
4274: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
4275: lib/ltdl/Makefile now created by /configure.in only [were by
4276: lib/ltdl/configure.in OVERWRITE]
4277:
4278: 2003-03-11 paf
4279: * src/main/compile.tab.C [autoptr] 1.81.2.10:
4280: * src/main/compile.y [autoptr] 1.204.2.7:
4281: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
4282: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
4283: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
4284: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
4285: removed necessity of libstdc++
4286:
4287: * src/include/pa_request.h 1.161:
4288: * src/include/pa_request.h [autoptr] 1.160.2.35:
4289: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
4290:
4291: 2003-03-08 paf
4292: * tests/117.html 1.1:
4293: file 117.html was initially added on branch autoptr.
4294:
4295: * src/classes/xdoc.C [autoptr] 1.108.2.19:
4296: forgotten: global xdoc when ndef XML
4297:
4298: * src/classes/mail.C [autoptr] 1.88.2.16:
4299: * src/classes/response.C [autoptr] 1.23.2.8:
4300: * src/include/pa_request.h [autoptr] 1.160.2.33:
4301: * src/main/pa_request.C [autoptr] 1.245.2.36:
4302: removing vform,response,cookie.h -> pa_request.h dependency
4303:
4304: * tests/118.html 1.1:
4305: file 118.html was initially added on branch autoptr.
4306:
4307: * tests/results/115.processed 1.1:
4308: file 115.processed was initially added on branch autoptr.
4309:
4310: * tests/119.html 1.1:
4311: file 119.html was initially added on branch autoptr.
4312:
4313: * tests/120.html 1.1:
4314: file 120.html was initially added on branch autoptr.
4315:
4316: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
4317: charsets: see some strange things with old xml lib-- it's
4318: internal memory handling has faults
4319:
4320: * tests/results/117.processed 1.1:
4321: file 117.processed was initially added on branch autoptr.
4322:
4323: * tests/results/109.processed 1.1:
4324: file 109.processed was initially added on branch autoptr.
4325:
4326: * tests/results/110.processed 1.1:
4327: file 110.processed was initially added on branch autoptr.
4328:
4329: * tests/021.html [autoptr] 1.1.2.2:
4330: * tests/031.html [autoptr] 1.1.2.2:
4331: * tests/033.html [autoptr] 1.1.2.2:
4332: * tests/109.html [autoptr] 1.1.2.1:
4333: * tests/110.html [autoptr] 1.1.2.1:
4334: * tests/111.html [autoptr] 1.1.2.1:
4335: * tests/112.html [autoptr] 1.1.2.1:
4336: * tests/113.html [autoptr] 1.1.2.1:
4337: * tests/114.html [autoptr] 1.1.2.1:
4338: * tests/115.html [autoptr] 1.1.2.1:
4339: * tests/116.html [autoptr] 1.1.2.1:
4340: * tests/117.html [autoptr] 1.1.2.1:
4341: * tests/118.html [autoptr] 1.1.2.1:
4342: * tests/119.html [autoptr] 1.1.2.1:
4343: * tests/120.html [autoptr] 1.1.2.1:
4344: * tests/results/109.processed [autoptr] 1.1.2.1:
4345: * tests/results/110.processed [autoptr] 1.1.2.1:
4346: * tests/results/111.processed [autoptr] 1.1.2.1:
4347: * tests/results/112.processed [autoptr] 1.1.2.1:
4348: * tests/results/113.processed [autoptr] 1.1.2.1:
4349: * tests/results/114.processed [autoptr] 1.1.2.1:
4350: * tests/results/115.processed [autoptr] 1.1.2.1:
4351: * tests/results/116.processed [autoptr] 1.1.2.1:
4352: * tests/results/117.processed [autoptr] 1.1.2.1:
4353: * tests/results/118.processed [autoptr] 1.1.2.1:
4354: * tests/results/119.processed [autoptr] 1.1.2.1:
4355: * tests/results/120.processed [autoptr] 1.1.2.1:
4356: xml: tests
4357: 109 dom create/show
4358: 110 xpath selectSingle
4359: 111 xdoc.create from tainted &
4360: 112 xdoc.create/output with russian attr value
4361: 113 xpath selectString/Number
4362: 114 dom attributes.count
4363: 115 xpath selectBool
4364: 116 output media-type change
4365: 117 transform by dom stylesheet
4366: 118 empty transform result
4367: 119 dom setAttribute
4368: 120 nbsp letter output
4369:
4370: =END OF PREPARED XML TESTS=
4371:
4372: * tests/results/119.processed 1.1:
4373: file 119.processed was initially added on branch autoptr.
4374:
4375: * tests/results/120.processed 1.1:
4376: file 120.processed was initially added on branch autoptr.
4377:
4378: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
4379: todo: move to latest xml version on win32 and run memleak tests again
4380:
4381: * src/classes/op.C [autoptr] 1.127.2.21:
4382: * src/include/pa_request.h [autoptr] 1.160.2.34:
4383: removing vclass,object.h -> pa_request.h dependency
4384:
4385: * tests/results/112.processed 1.1:
4386: file 112.processed was initially added on branch autoptr.
4387:
4388: * tests/results/114.processed 1.1:
4389: file 114.processed was initially added on branch autoptr.
4390:
4391: * src/main/pa_request.C [autoptr] 1.245.2.32:
4392: * src/main/pa_request.C [autoptr] 1.245.2.33:
4393: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
4394: forgotten: ifdef XML
4395:
4396: * src/classes/hash.C [autoptr] 1.54.2.13:
4397: * src/classes/mail.C [autoptr] 1.88.2.15:
4398: * src/classes/string.C [autoptr] 1.125.2.15:
4399: * src/classes/table.C [autoptr] 1.172.2.14:
4400: * src/include/pa_array.h [autoptr] 1.57.2.27:
4401: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
4402: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
4403: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
4404: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
4405: * www/htdocs/index.html 1.211:
4406: started full-scale-site-test [~ http://parser.ru sources]
4407:
4408: some fixes
4409:
4410: * tests/110.html 1.1:
4411: file 110.html was initially added on branch autoptr.
4412:
4413: * tests/109.html 1.1:
4414: file 109.html was initially added on branch autoptr.
4415:
4416: * src/include/pa_types.h [autoptr] 1.44.2.3:
4417: * src/main/pa_charset.C [autoptr] 1.33.2.19:
4418: charsets: fixed problems when transcode from charset A to A.
4419:
4420: * tests/results/116.processed 1.1:
4421: file 116.processed was initially added on branch autoptr.
4422:
1.24 paf 4423: * Makefile.in [autoptr] 1.48.2.2:
4424: * src/main/pa_request.C [autoptr] 1.245.2.34:
4425: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
4426: *** empty log message ***
4427:
1.23 paf 4428: * tests/111.html 1.1:
4429: file 111.html was initially added on branch autoptr.
4430:
4431: * src/main/untaint.C [autoptr] 1.115.2.12:
4432: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
4433: mail: transcode fixed.
4434: todo: still problems when transcode from charset A to A.
4435:
4436: * tests/112.html 1.1:
4437: file 112.html was initially added on branch autoptr.
4438:
4439: * tests/results/118.processed 1.1:
4440: file 118.processed was initially added on branch autoptr.
4441:
4442: * tests/113.html 1.1:
4443: file 113.html was initially added on branch autoptr.
4444:
4445: * tests/results/111.processed 1.1:
4446: file 111.processed was initially added on branch autoptr.
4447:
4448: * tests/Makefile [autoptr] 1.1.2.7:
4449: make install & co
4450:
4451: * tests/114.html 1.1:
4452: file 114.html was initially added on branch autoptr.
4453:
4454: * tests/115.html 1.1:
4455: file 115.html was initially added on branch autoptr.
4456:
4457: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
4458: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
4459: yet another return 0; fixed
4460:
4461: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
4462: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
4463: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
4464: vmail.C received just compiled [not tested]
4465:
4466: * tests/results/113.processed 1.1:
4467: file 113.processed was initially added on branch autoptr.
4468:
4469: * tests/116.html 1.1:
4470: file 116.html was initially added on branch autoptr.
4471:
4472: * src/include/pa_request.h [autoptr] 1.160.2.32:
4473: removing vmail.h -> pa_request.h dependency [testing...]
4474:
4475: 2003-03-07 paf
4476: * src/classes/xdoc.C [autoptr] 1.108.2.18:
4477: * src/include/pa_charset.h [autoptr] 1.20.2.18:
4478: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
4479: * tests/108.html [autoptr] 1.1.2.1:
4480: * tests/108.xsl [autoptr] 1.1.2.1:
4481: * tests/results/108.processed [autoptr] 1.1.2.1:
4482: xml: test 108 transform with params [bugs fixed]
4483:
4484: * tests/results/107.processed 1.1:
4485: file 107.processed was initially added on branch autoptr.
4486:
4487: * tests/108.xsl 1.1:
4488: file 108.xsl was initially added on branch autoptr.
4489:
1.24 paf 4490: * src/classes/xdoc.C [autoptr] 1.108.2.15:
4491: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
4492: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
4493: xml: linked
4494:
1.23 paf 4495: * tests/106.html 1.1:
4496: file 106.html was initially added on branch autoptr.
4497:
4498: * src/classes/classes.C [autoptr] 1.18.2.6:
4499: fixed: prevent system classes from modification to lock ALL the
4500: classes, not only directly used
4501:
4502: * tests/107.html 1.1:
4503: file 107.html was initially added on branch autoptr.
4504:
4505: * tests/108.html 1.1:
4506: file 108.html was initially added on branch autoptr.
4507:
4508: * tests/results/106.processed 1.1:
4509: file 106.processed was initially added on branch autoptr.
4510:
4511: * src/include/pa_charset.h [autoptr] 1.20.2.16:
4512: * src/main/pa_charset.C [autoptr] 1.33.2.16:
4513: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
4514: xml: charset two mem alloc functions used for different cases [
4515: libxml, libxsl]
4516:
4517: * src/classes/xdoc.C [autoptr] 1.108.2.17:
4518: * src/include/pa_charset.h [autoptr] 1.20.2.17:
4519: * src/include/pa_request.h [autoptr] 1.160.2.31:
4520: * src/main/execute.C [autoptr] 1.295.2.25:
4521: * src/main/pa_charset.C [autoptr] 1.33.2.17:
4522: * src/main/pa_exception.C [autoptr] 1.43.2.15:
4523: * src/main/pa_globals.C [autoptr] 1.152.2.19:
4524: * src/main/pa_request.C [autoptr] 1.245.2.31:
4525: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
4526: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
4527: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
4528: * tests/107.html [autoptr] 1.1.2.1:
4529: * tests/results/107.processed [autoptr] 1.1.2.1:
4530: xml: test: 107 bug fixes
4531:
4532: * tests/results/108.processed 1.1:
4533: file 108.processed was initially added on branch autoptr.
4534:
4535: * src/classes/xdoc.C [autoptr] 1.108.2.14:
4536: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
4537: xdoc.C compiled
4538:
4539: * tests/106.html [autoptr] 1.1.2.1:
4540: * tests/results/106.processed [autoptr] 1.1.2.1:
4541: test: 106 xdoc create, string
4542:
4543: * src/classes/xdoc.C [autoptr] 1.108.2.16:
4544: * src/classes/xnode.C [autoptr] 1.54.2.10:
4545: * src/classes/xnode.h [autoptr] 1.18.2.6:
4546: * src/types/pa_value.h [autoptr] 1.109.2.24:
4547: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
4548: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
4549: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
4550: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
4551: test: 107 bug fixes
4552:
4553: * src/main/pa_charset.C [autoptr] 1.33.2.18:
4554: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
4555: fixed: mem leak from copy/paste bug
4556:
4557: 2003-03-06 paf
4558: * tests/023.html [autoptr] 1.1.2.2:
4559: in some cases it rounded up badly. postponing solution of that
4560: problem, making more simple test
4561:
4562: * src/include/pa_charset.h [autoptr] 1.20.2.14:
4563: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
4564: * src/include/pa_memory.h [autoptr] 1.1.2.6:
4565: * src/include/pa_pool.h [autoptr] 1.86.2.32:
4566: * src/main/pa_charset.C [autoptr] 1.33.2.14:
4567: * src/main/pa_memory.C [autoptr] 1.1.2.4:
4568: * src/main/pa_pool.C [autoptr] 1.59.2.6:
4569: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
4570: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
4571: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
4572: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
4573: xml: charsets
4574:
4575: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
4576: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
4577: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
4578: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
4579: xml: stylesheet&manager done
4580:
4581: * src/classes/xnode.C [autoptr] 1.54.2.9:
4582: * src/classes/xnode.h [autoptr] 1.18.2.5:
4583: * src/include/pa_charset.h [autoptr] 1.20.2.15:
4584: * src/include/pa_memory.h [autoptr] 1.1.2.8:
4585: * src/include/pa_request.h [autoptr] 1.160.2.30:
4586: * src/include/pa_string.h [autoptr] 1.144.2.28:
4587: * src/main/pa_globals.C [autoptr] 1.152.2.18:
4588: * src/main/pa_request.C [autoptr] 1.245.2.30:
4589: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
4590: xnode.C compiled
4591:
4592: * src/include/pa_memory.h [autoptr] 1.1.2.7:
4593: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
4594: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
4595: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
4596: xml: stylesheet&manager STARTED
4597:
4598: * src/include/pa_globals.h [autoptr] 1.101.2.15:
4599: * src/main/pa_charset.C [autoptr] 1.33.2.15:
4600: * src/main/pa_exception.C [autoptr] 1.43.2.14:
4601: * src/main/pa_globals.C [autoptr] 1.152.2.17:
4602: xml: exceptions
4603:
4604: * src/classes/xdoc.C [autoptr] 1.108.2.13:
4605: xdoc.C 50%
4606:
4607: * src/include/pa_charset.h [autoptr] 1.20.2.13:
4608: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
4609: * src/main/pa_charset.C [autoptr] 1.33.2.13:
4610: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
4611: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
4612: charset_utf8 declaration moved to charsets.C
4613:
4614: * Makefile.am [autoptr] 1.34.2.2:
4615: * tests/Makefile [autoptr] 1.1.2.4:
4616: * tests/Makefile [autoptr] 1.1.2.6:
4617: *** empty log message ***
4618:
4619: * tests/058_paf2000.png [autoptr] 1.1.2.2:
4620: * tests/results/058.processed [autoptr] 1.1.2.2:
4621: .png added with -kb now
4622:
4623: 2003-03-05 paf
4624: * tests/results/105.processed 1.1:
4625: file 105.processed was initially added on branch autoptr.
4626:
4627: * src/classes/math.C [autoptr] 1.24.2.12:
4628: can be: crypt in -lcrypt OK, but crypt.h be missing
4629:
4630: * src/classes/op.C [autoptr] 1.127.2.20:
4631: * src/main/main.dsp [autoptr] 1.161.6.13:
4632: * tests/104.html [autoptr] 1.1.2.1:
4633: * tests/results/104.processed [autoptr] 1.1.2.1:
4634: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
4635: ^bpt operator added [does int3 in debug build on win32]
4636:
4637: * www/htdocs/auto.p [autoptr] 1.17.10.1:
4638: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
4639: * www/htdocs/base.p [autoptr] 1.6.6.1:
4640: * www/htdocs/derived.p [autoptr] 1.24.6.1:
4641: * www/htdocs/font.gif [autoptr] 1.1.6.1:
4642: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
4643: * www/htdocs/index.html [autoptr] 1.210.2.1:
4644: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
4645: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
4646: * www/htdocs/operators.p [autoptr] 1.11.8.1:
4647: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
4648: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
4649: * www/htdocs/some.p [autoptr] 1.2.8.1:
4650: removed old tests
4651:
4652: * tests/104.html 1.1:
4653: file 104.html was initially added on branch autoptr.
4654:
1.24 paf 4655: * tests/105.html 1.1:
4656: file 105.html was initially added on branch autoptr.
4657:
1.23 paf 4658: * src/classes/math.C [autoptr] 1.24.2.11:
4659: * src/classes/op.C [autoptr] 1.127.2.19:
4660: * src/classes/string.C [autoptr] 1.125.2.13:
4661: * src/lib/Makefile.in [autoptr] 1.8.2.1:
4662: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
4663: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
4664: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
4665: * src/main/pa_exec.C [autoptr] 1.48.2.18:
4666: * src/targets/Makefile.in [autoptr] 1.42.2.1:
4667: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
4668: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
4669: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
4670: gcc more happy. todo:make linker happy
4671:
4672: * tests/results/104.processed 1.1:
4673: file 104.processed was initially added on branch autoptr.
4674:
4675: * ltmain.sh [autoptr] 1.5.2.1:
4676: ltmain.sh added
4677:
4678: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
4679: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
4680: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
4681: linker needed more tricks to link OK
4682:
4683: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
4684: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
4685: hash_default_element_name made static
4686:
4687: * src/include/Makefile.am [autoptr] 1.3.14.2:
4688: * src/include/Makefile.in [autoptr] 1.11.2.3:
4689: * src/main/Makefile.am [autoptr] 1.35.6.4:
4690: * src/main/Makefile.in [autoptr] 1.50.2.4:
4691: * src/types/Makefile.am [autoptr] 1.28.10.1:
4692: * src/types/Makefile.in [autoptr] 1.50.2.2:
4693: forgotten files added to Makes
4694:
4695: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
4696: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
4697: hash_default_element_name change undone ;(
4698:
4699: * src/classes/file.C [autoptr] 1.107.2.16:
4700: * src/include/pa_exec.h [autoptr] 1.11.2.6:
4701: * src/main/pa_exec.C [autoptr] 1.48.2.17:
4702: pa_exec env param made optional
4703:
4704: * tests/057.html [autoptr] 1.1.2.3:
4705: * tests/results/057.processed [autoptr] 1.1.2.3:
4706: test bug fixed
4707:
4708: * src/classes/string.C [autoptr] 1.125.2.14:
4709: * src/include/pa_string.h [autoptr] 1.144.2.27:
4710: * src/main/pa_string.C [autoptr] 1.172.2.20:
4711: * tests/105.html [autoptr] 1.1.2.1:
4712: * tests/results/105.processed [autoptr] 1.1.2.1:
4713: String::match bug fixed
4714:
4715: 2003-03-04 paf
4716: * tests/results/060.processed 1.1:
4717: file 060.processed was initially added on branch autoptr.
4718:
4719: * tests/results/059.processed 1.1:
4720: file 059.processed was initially added on branch autoptr.
4721:
4722: * tests/072.html 1.1:
4723: file 072.html was initially added on branch autoptr.
4724:
4725: * tests/results/052.processed 1.1:
4726: file 052.processed was initially added on branch autoptr.
4727:
4728: * tests/074.html 1.1:
4729: file 074.html was initially added on branch autoptr.
4730:
4731: * tests/results/099.processed 1.1:
4732: file 099.processed was initially added on branch autoptr.
4733:
4734: * tests/076.html 1.1:
4735: file 076.html was initially added on branch autoptr.
4736:
4737: * tests/results/092.processed 1.1:
4738: file 092.processed was initially added on branch autoptr.
4739:
4740: * tests/results/102.processed 1.1:
4741: file 102.processed was initially added on branch autoptr.
4742:
4743: * tests/results/084.processed 1.1:
4744: file 084.processed was initially added on branch autoptr.
4745:
4746: * tests/078.html 1.1:
4747: file 078.html was initially added on branch autoptr.
4748:
4749: * tests/results/076.processed 1.1:
4750: file 076.processed was initially added on branch autoptr.
4751:
4752: * tests/081.html 1.1:
4753: file 081.html was initially added on branch autoptr.
4754:
4755: * tests/results/068.processed 1.1:
4756: file 068.processed was initially added on branch autoptr.
4757:
4758: * tests/results/061.processed 1.1:
4759: file 061.processed was initially added on branch autoptr.
4760:
4761: * src/classes/Makefile.in [autoptr] 1.53.2.1:
4762: * src/classes/gd/Makefile.in [autoptr] 1.43.2.1:
4763: * src/classes/mail.C [autoptr] 1.88.2.13:
4764: * src/classes/smtp/Makefile.in [autoptr] 1.12.2.1:
4765: * src/main/Makefile.in [autoptr] 1.50.2.3:
4766: * src/main/pa_exec.C [autoptr] 1.48.2.16:
4767: * src/sql/Makefile.in [autoptr] 1.11.2.1:
4768: * src/types/Makefile.in [autoptr] 1.50.2.1:
4769: *** empty log message ***
4770:
4771: * tests/083.html 1.1:
4772: file 083.html was initially added on branch autoptr.
4773:
4774: * tests/results/053.processed 1.1:
4775: file 053.processed was initially added on branch autoptr.
4776:
4777: * tests/053.html [autoptr] 1.1.2.1:
4778: * tests/054.html [autoptr] 1.1.2.1:
4779: * tests/055.html [autoptr] 1.1.2.1:
4780: * tests/056.html [autoptr] 1.1.2.1:
4781: * tests/057.html [autoptr] 1.1.2.1:
4782: * tests/058.html [autoptr] 1.1.2.1:
4783: * tests/058_paf2000.png [autoptr] 1.1.2.1:
4784: * tests/059.html [autoptr] 1.1.2.1:
4785: * tests/060.html [autoptr] 1.1.2.1:
4786: * tests/results/053.processed [autoptr] 1.1.2.1:
4787: * tests/results/054.processed [autoptr] 1.1.2.1:
4788: * tests/results/055.processed [autoptr] 1.1.2.1:
4789: * tests/results/056.processed [autoptr] 1.1.2.1:
4790: * tests/results/057.processed [autoptr] 1.1.2.1:
4791: * tests/results/058.processed [autoptr] 1.1.2.1:
4792: * tests/results/059.processed [autoptr] 1.1.2.1:
4793: * tests/results/060.processed [autoptr] 1.1.2.1:
4794: test:
4795: 53 string.replace
4796: 54 junctions
4797: 55 table.hash
4798: 56 call indirect
4799: 57 date.create[string]
4800: 58 image.measure[png]
4801:
4802: * src/classes/image.C [autoptr] 1.90.2.14:
4803: * tests/098.html [autoptr] 1.1.2.1:
4804: * tests/098font.gif [autoptr] 1.1.2.1:
4805: * tests/results/098.processed [autoptr] 1.1.2.1:
4806: test:
4807: 98 image font text [bug fixed]
4808:
4809: * tests/085.html 1.1:
4810: file 085.html was initially added on branch autoptr.
4811:
4812: * tests/096_dir/188.jpg 1.1:
4813: file 188.jpg was initially added on branch autoptr.
4814:
4815: * tests/096_dir/163.jpg 1.1:
4816: file 163.jpg was initially added on branch autoptr.
4817:
4818: * tests/087.html 1.1:
4819: file 087.html was initially added on branch autoptr.
4820:
4821: * tests/103paf2001.gif 1.1:
4822: file 103paf2001.gif was initially added on branch autoptr.
4823:
4824: * tests/results/103.processed 1.1:
4825: file 103.processed was initially added on branch autoptr.
4826:
4827: * tests/results/093.processed 1.1:
4828: file 093.processed was initially added on branch autoptr.
4829:
4830: * tests/053.html 1.1:
4831: file 053.html was initially added on branch autoptr.
4832:
4833: * tests/results/085.processed 1.1:
4834: file 085.processed was initially added on branch autoptr.
4835:
4836: * tests/089.html 1.1:
4837: file 089.html was initially added on branch autoptr.
4838:
4839: * tests/090.html 1.1:
4840: file 090.html was initially added on branch autoptr.
4841:
4842: * tests/100.html 1.1:
4843: file 100.html was initially added on branch autoptr.
4844:
4845: * tests/results/077.processed 1.1:
4846: file 077.processed was initially added on branch autoptr.
4847:
4848: * tests/055.html 1.1:
4849: file 055.html was initially added on branch autoptr.
4850:
4851: * src/classes/table.C [autoptr] 1.172.2.12:
4852: * src/main/execute.C [autoptr] 1.295.2.23:
4853: * tests/061.dat [autoptr] 1.1.2.1:
4854: * tests/061.html [autoptr] 1.1.2.1:
4855: * tests/062.html [autoptr] 1.1.2.1:
4856: * tests/063.html [autoptr] 1.1.2.1:
4857: * tests/064.html [autoptr] 1.1.2.1:
4858: * tests/065.html [autoptr] 1.1.2.1:
4859: * tests/066.html [autoptr] 1.1.2.1:
4860: * tests/067.html [autoptr] 1.1.2.1:
4861: * tests/068.html [autoptr] 1.1.2.1:
4862: * tests/069.html [autoptr] 1.1.2.1:
4863: * tests/070.html [autoptr] 1.1.2.1:
4864: * tests/071.html [autoptr] 1.1.2.1:
4865: * tests/072.html [autoptr] 1.1.2.1:
4866: * tests/073.html [autoptr] 1.1.2.1:
4867: * tests/074.html [autoptr] 1.1.2.1:
4868: * tests/075.html [autoptr] 1.1.2.1:
4869: * tests/076.html [autoptr] 1.1.2.1:
4870: * tests/077.html [autoptr] 1.1.2.1:
4871: * tests/078.html [autoptr] 1.1.2.1:
4872: * tests/079.html [autoptr] 1.1.2.1:
4873: * tests/080.html [autoptr] 1.1.2.1:
4874: * tests/081.html [autoptr] 1.1.2.1:
4875: * tests/082.html [autoptr] 1.1.2.1:
4876: * tests/083.html [autoptr] 1.1.2.1:
4877: * tests/084.html [autoptr] 1.1.2.1:
4878: * tests/085.html [autoptr] 1.1.2.1:
4879: * tests/086.html [autoptr] 1.1.2.1:
4880: * tests/087.html [autoptr] 1.1.2.1:
4881: * tests/088.html [autoptr] 1.1.2.1:
4882: * tests/089.html [autoptr] 1.1.2.1:
4883: * tests/090.html [autoptr] 1.1.2.1:
4884: * tests/091.html [autoptr] 1.1.2.1:
4885: * tests/092.html [autoptr] 1.1.2.1:
4886: * tests/093.html [autoptr] 1.1.2.1:
4887: * tests/094.html [autoptr] 1.1.2.1:
4888: * tests/095.html [autoptr] 1.1.2.1:
4889: * tests/results/061.processed [autoptr] 1.1.2.1:
4890: * tests/results/062.processed [autoptr] 1.1.2.1:
4891: * tests/results/063.processed [autoptr] 1.1.2.1:
4892: * tests/results/064.processed [autoptr] 1.1.2.1:
4893: * tests/results/065.processed [autoptr] 1.1.2.1:
4894: * tests/results/066.processed [autoptr] 1.1.2.1:
4895: * tests/results/067.processed [autoptr] 1.1.2.1:
4896: * tests/results/068.processed [autoptr] 1.1.2.1:
4897: * tests/results/069.processed [autoptr] 1.1.2.1:
4898: * tests/results/070.processed [autoptr] 1.1.2.1:
4899: * tests/results/071.processed [autoptr] 1.1.2.1:
4900: * tests/results/072.processed [autoptr] 1.1.2.1:
4901: * tests/results/073.processed [autoptr] 1.1.2.1:
4902: * tests/results/074.processed [autoptr] 1.1.2.1:
4903: * tests/results/075.processed [autoptr] 1.1.2.1:
4904: * tests/results/076.processed [autoptr] 1.1.2.1:
4905: * tests/results/077.processed [autoptr] 1.1.2.1:
4906: * tests/results/078.processed [autoptr] 1.1.2.1:
4907: * tests/results/079.processed [autoptr] 1.1.2.1:
4908: * tests/results/080.processed [autoptr] 1.1.2.1:
4909: * tests/results/081.processed [autoptr] 1.1.2.1:
4910: * tests/results/082.processed [autoptr] 1.1.2.1:
4911: * tests/results/083.processed [autoptr] 1.1.2.1:
4912: * tests/results/084.processed [autoptr] 1.1.2.1:
4913: * tests/results/085.processed [autoptr] 1.1.2.1:
4914: * tests/results/086.processed [autoptr] 1.1.2.1:
4915: * tests/results/087.processed [autoptr] 1.1.2.1:
4916: * tests/results/088.processed [autoptr] 1.1.2.1:
4917: * tests/results/089.processed [autoptr] 1.1.2.1:
4918: * tests/results/090.processed [autoptr] 1.1.2.1:
4919: * tests/results/091.processed [autoptr] 1.1.2.1:
4920: * tests/results/092.processed [autoptr] 1.1.2.1:
4921: * tests/results/093.processed [autoptr] 1.1.2.1:
4922: * tests/results/094.processed [autoptr] 1.1.2.1:
4923: * tests/results/095.processed [autoptr] 1.1.2.1:
4924: tests:
4925: 61 file::stat size
4926: 62 string->int autoconvert
4927: 63 double .int,dec,div,mul
4928: 64 date compare
4929: 65 file: basename,justname,justext
4930: 66 math:crypt
4931: 67 string.match simple on long
4932: 68 string.match normalized simple on long
4933: 69 string.int
4934: 70 file::stat content-type
4935: 71 table.join
4936: 72 hash parameter conditional pass
4937: 73 date daylightsaving,yearday
4938: 74 date arithmetics
4939: 75 response date values/attributes
4940: 76 string.pos of void, void.pos
4941: 77 syntax parsing
4942: 78 cookie tainting
4943: 79 switch with local
4944: 80 scientific numeric literal in string autoconvert
4945: 81 xor: logical and numerical
4946: 82 for delims
4947: 83 menu delims
4948: 84 table.hash distinct
4949: 85 long string replace
4950: 86 throw+catch current language preserve
4951: 87 bit shifts
4952: 88 junction tests + $caller test
4953: 89 hash.foreach selfmodification
4954: 90 int/void to int
4955: 91 $caller test
4956: 92 junction is + def junction tests
4957: 93 $caller test
4958: 94 syntax test
4959: 95 table.hash(keygenerator) [bug fixed]
4960:
4961: * tests/results/070.processed 1.1:
4962: file 070.processed was initially added on branch autoptr.
4963:
4964: * tests/results/069.processed 1.1:
4965: file 069.processed was initially added on branch autoptr.
4966:
4967: * tests/061.dat 1.1:
4968: file 061.dat was initially added on branch autoptr.
4969:
4970: * tests/092.html 1.1:
4971: file 092.html was initially added on branch autoptr.
4972:
4973: * tests/102.html 1.1:
4974: file 102.html was initially added on branch autoptr.
4975:
4976: * tests/results/062.processed 1.1:
4977: file 062.processed was initially added on branch autoptr.
4978:
4979: * tests/057.html 1.1:
4980: file 057.html was initially added on branch autoptr.
4981:
4982: * tests/results/054.processed 1.1:
4983: file 054.processed was initially added on branch autoptr.
4984:
4985: * tests/094.html 1.1:
4986: file 094.html was initially added on branch autoptr.
4987:
4988: * tests/059.html 1.1:
4989: file 059.html was initially added on branch autoptr.
4990:
4991: * tests/060.html 1.1:
4992: file 060.html was initially added on branch autoptr.
4993:
4994: * tests/096.html 1.1:
4995: file 096.html was initially added on branch autoptr.
4996:
4997: * tests/results/094.processed 1.1:
4998: file 094.processed was initially added on branch autoptr.
4999:
5000: * tests/062.html 1.1:
5001: file 062.html was initially added on branch autoptr.
5002:
5003: * tests/results/086.processed 1.1:
5004: file 086.processed was initially added on branch autoptr.
5005:
5006: * tests/098font.gif 1.1:
5007: file 098font.gif was initially added on branch autoptr.
5008:
5009: * tests/098.html 1.1:
5010: file 098.html was initially added on branch autoptr.
5011:
5012: * tests/results/078.processed 1.1:
5013: file 078.processed was initially added on branch autoptr.
5014:
5015: * tests/064.html 1.1:
5016: file 064.html was initially added on branch autoptr.
5017:
5018: * tests/results/071.processed 1.1:
5019: file 071.processed was initially added on branch autoptr.
5020:
5021: * tests/results/063.processed 1.1:
5022: file 063.processed was initially added on branch autoptr.
5023:
5024: * tests/066.html 1.1:
5025: file 066.html was initially added on branch autoptr.
5026:
5027: * tests/results/055.processed 1.1:
5028: file 055.processed was initially added on branch autoptr.
5029:
5030: * tests/068.html 1.1:
5031: file 068.html was initially added on branch autoptr.
5032:
5033: * tests/071.html 1.1:
5034: file 071.html was initially added on branch autoptr.
5035:
5036: * tests/results/095.processed 1.1:
5037: file 095.processed was initially added on branch autoptr.
5038:
5039: * tests/results/087.processed 1.1:
5040: file 087.processed was initially added on branch autoptr.
5041:
5042: * tests/073.html 1.1:
5043: file 073.html was initially added on branch autoptr.
5044:
5045: * tests/results/079.processed 1.1:
5046: file 079.processed was initially added on branch autoptr.
5047:
5048: * tests/results/080.processed 1.1:
5049: file 080.processed was initially added on branch autoptr.
5050:
5051: * tests/results/072.processed 1.1:
5052: file 072.processed was initially added on branch autoptr.
5053:
5054: * tests/075.html 1.1:
5055: file 075.html was initially added on branch autoptr.
5056:
5057: * tests/results/064.processed 1.1:
5058: file 064.processed was initially added on branch autoptr.
5059:
5060: * tests/103.html [autoptr] 1.1.2.1:
5061: * tests/103mark.gif [autoptr] 1.1.2.1:
5062: * tests/103paf2001.gif [autoptr] 1.1.2.1:
5063: * tests/results/103.processed [autoptr] 1.1.2.1:
5064: tests:
5065: 103 image.copy transparence test
5066:
5067: * tests/results/056.processed 1.1:
5068: file 056.processed was initially added on branch autoptr.
5069:
5070: * tests/077.html 1.1:
5071: file 077.html was initially added on branch autoptr.
5072:
5073: * tests/080.html 1.1:
5074: file 080.html was initially added on branch autoptr.
5075:
5076: * tests/079.html 1.1:
5077: file 079.html was initially added on branch autoptr.
5078:
5079: * tests/results/096.processed 1.1:
5080: file 096.processed was initially added on branch autoptr.
5081:
5082: * tests/082.html 1.1:
5083: file 082.html was initially added on branch autoptr.
5084:
5085: * tests/results/088.processed 1.1:
5086: file 088.processed was initially added on branch autoptr.
5087:
5088: * tests/results/081.processed 1.1:
5089: file 081.processed was initially added on branch autoptr.
5090:
5091: * tests/084.html 1.1:
5092: file 084.html was initially added on branch autoptr.
5093:
5094: * tests/results/073.processed 1.1:
5095: file 073.processed was initially added on branch autoptr.
5096:
5097: * tests/058_paf2000.png 1.1:
5098: file 058_paf2000.png was initially added on branch autoptr.
5099:
5100: * tests/results/065.processed 1.1:
5101: file 065.processed was initially added on branch autoptr.
5102:
5103: * tests/086.html 1.1:
5104: file 086.html was initially added on branch autoptr.
5105:
5106: * tests/results/057.processed 1.1:
5107: file 057.processed was initially added on branch autoptr.
5108:
5109: * tests/052.html 1.1:
5110: file 052.html was initially added on branch autoptr.
5111:
5112: * tests/088.html 1.1:
5113: file 088.html was initially added on branch autoptr.
5114:
5115: * tests/054.html 1.1:
5116: file 054.html was initially added on branch autoptr.
5117:
5118: * src/main/pa_common.C [autoptr] 1.143.2.21:
5119: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
5120: * tests/097.html [autoptr] 1.1.2.1:
5121: * tests/results/097.processed [autoptr] 1.1.2.1:
5122: test:
5123: 97 file::load http:// [bugs fixed]
5124:
5125: * tests/101.html 1.1:
5126: file 101.html was initially added on branch autoptr.
5127:
5128: * tests/091.html 1.1:
5129: file 091.html was initially added on branch autoptr.
5130:
5131: * tests/results/097.processed 1.1:
5132: file 097.processed was initially added on branch autoptr.
5133:
5134: * tests/056.html 1.1:
5135: file 056.html was initially added on branch autoptr.
5136:
5137: * tests/results/089.processed 1.1:
5138: file 089.processed was initially added on branch autoptr.
5139:
5140: * tests/results/090.processed 1.1:
5141: file 090.processed was initially added on branch autoptr.
5142:
5143: * src/classes/hash.C [autoptr] 1.54.2.12:
5144: * src/classes/image.C [autoptr] 1.90.2.13:
5145: * src/classes/table.C [autoptr] 1.172.2.13:
5146: * src/include/pa_memory.h [autoptr] 1.1.2.5:
5147: * tests/096.html [autoptr] 1.1.2.1:
5148: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
5149: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
5150: * tests/results/096.processed [autoptr] 1.1.2.1:
5151: tests:
5152: 96 image EXIF [bug fixed]
5153:
5154: * tests/results/100.processed 1.1:
5155: file 100.processed was initially added on branch autoptr.
5156:
5157: * tests/103.html 1.1:
5158: file 103.html was initially added on branch autoptr.
5159:
5160: * tests/093.html 1.1:
5161: file 093.html was initially added on branch autoptr.
5162:
5163: * tests/results/082.processed 1.1:
5164: file 082.processed was initially added on branch autoptr.
5165:
5166: * tests/052.html [autoptr] 1.1.2.1:
5167: * tests/outputs/049.processed [autoptr] 1.1.2.2:
5168: * tests/outputs/050.processed [autoptr] 1.1.2.2:
5169: * tests/outputs/051.processed [autoptr] 1.1.2.2:
5170: * tests/results/052.processed [autoptr] 1.1.2.1:
5171: test:
5172: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
5173:
5174: * tests/058.html 1.1:
5175: file 058.html was initially added on branch autoptr.
5176:
5177: * tests/results/074.processed 1.1:
5178: file 074.processed was initially added on branch autoptr.
5179:
5180: * tests/095.html 1.1:
5181: file 095.html was initially added on branch autoptr.
5182:
5183: * tests/results/066.processed 1.1:
5184: file 066.processed was initially added on branch autoptr.
5185:
5186: * tests/061.html 1.1:
5187: file 061.html was initially added on branch autoptr.
5188:
5189: * tests/results/058.processed 1.1:
5190: file 058.processed was initially added on branch autoptr.
5191:
5192: * tests/103mark.gif 1.1:
5193: file 103mark.gif was initially added on branch autoptr.
5194:
5195: * tests/097.html 1.1:
5196: file 097.html was initially added on branch autoptr.
5197:
5198: * tests/063.html 1.1:
5199: file 063.html was initially added on branch autoptr.
5200:
5201: * src/main/execute.C [autoptr] 1.295.2.22:
5202: * src/main/pa_table.C [autoptr] 1.53.2.10:
5203: test:
5204: 59 table.locate [bug fixed]
5205: 60 string eq string [bug fixed]
5206:
5207: * tests/099.html 1.1:
5208: file 099.html was initially added on branch autoptr.
5209:
5210: * tests/065.html 1.1:
5211: file 065.html was initially added on branch autoptr.
5212:
5213: * tests/results/098.processed 1.1:
5214: file 098.processed was initially added on branch autoptr.
5215:
5216: * tests/results/091.processed 1.1:
5217: file 091.processed was initially added on branch autoptr.
5218:
5219: * tests/results/101.processed 1.1:
5220: file 101.processed was initially added on branch autoptr.
5221:
5222: * tests/057.html [autoptr] 1.1.2.2:
5223: * tests/099.html [autoptr] 1.1.2.1:
5224: * tests/100.html [autoptr] 1.1.2.1:
5225: * tests/results/057.processed [autoptr] 1.1.2.2:
5226: * tests/results/099.processed [autoptr] 1.1.2.1:
5227: * tests/results/100.processed [autoptr] 1.1.2.1:
5228: tests:
5229: 57 date create 2002: added
5230: 99,100 response:body/download
5231:
5232: * tests/067.html 1.1:
5233: file 067.html was initially added on branch autoptr.
5234:
5235: * tests/results/083.processed 1.1:
5236: file 083.processed was initially added on branch autoptr.
5237:
5238: * tests/results/075.processed 1.1:
5239: file 075.processed was initially added on branch autoptr.
5240:
5241: * src/main/execute.C [autoptr] 1.295.2.24:
5242: * tests/101.html [autoptr] 1.1.2.1:
5243: * tests/102.html [autoptr] 1.1.2.1:
5244: * tests/results/101.processed [autoptr] 1.1.2.1:
5245: * tests/results/102.processed [autoptr] 1.1.2.1:
5246: tests:
5247: 101 method/variable name conflict test
5248: 102 form fields change should not not change anything [bug fix]
5249:
5250: * tests/070.html 1.1:
5251: file 070.html was initially added on branch autoptr.
5252:
5253: * tests/069.html 1.1:
5254: file 069.html was initially added on branch autoptr.
5255:
5256: * tests/results/067.processed 1.1:
5257: file 067.processed was initially added on branch autoptr.
5258:
5259: * src/classes/image.C [autoptr] 1.90.2.15:
5260: * src/include/pa_request.h [autoptr] 1.160.2.29:
5261: * src/include/pa_stack.h [autoptr] 1.17.2.6:
5262: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
5263: number of gcc compiler bugs fixed
5264:
5265: 2003-03-03 paf
5266: * tests/037.html 1.1:
5267: file 037.html was initially added on branch autoptr.
5268:
5269: * tests/results/044.processed 1.1:
5270: file 044.processed was initially added on branch autoptr.
5271:
5272: * tests/039.html 1.1:
5273: file 039.html was initially added on branch autoptr.
5274:
5275: * tests/040.html 1.1:
5276: file 040.html was initially added on branch autoptr.
5277:
5278: * tests/results/036.processed 1.1:
5279: file 036.processed was initially added on branch autoptr.
5280:
5281: * tests/042.html 1.1:
5282: file 042.html was initially added on branch autoptr.
5283:
5284: * tests/044.html 1.1:
5285: file 044.html was initially added on branch autoptr.
5286:
5287: * src/main/pa_request.C [autoptr] 1.245.2.29:
5288: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
5289: * tests/033.html [autoptr] 1.1.2.1:
5290: * tests/034.html [autoptr] 1.1.2.1:
5291: * tests/035.html [autoptr] 1.1.2.1:
5292: * tests/036.html [autoptr] 1.1.2.1:
5293: * tests/037.html [autoptr] 1.1.2.1:
5294: * tests/038.html [autoptr] 1.1.2.1:
5295: * tests/results/033.processed [autoptr] 1.1.2.1:
5296: * tests/results/034.processed [autoptr] 1.1.2.1:
5297: * tests/results/035.processed [autoptr] 1.1.2.1:
5298: * tests/results/036.processed [autoptr] 1.1.2.1:
5299: * tests/results/037.processed [autoptr] 1.1.2.1:
5300: * tests/results/038.processed [autoptr] 1.1.2.1:
5301: tests:
5302: 33 string.replace
5303: 34 string.upper
5304: 35 table created
5305: 36 local/global vars with juntions
5306: 37 table clone
5307: 38 math PI & number formatting
5308:
5309: math class registring typo fixed
5310:
5311: * tests/046.html 1.1:
5312: file 046.html was initially added on branch autoptr.
5313:
5314: * tests/040.html [autoptr] 1.1.2.1:
5315: * tests/results/040.processed [autoptr] 1.1.2.1:
5316: test:
5317: 39 method result of type table
5318: 40 method param junction auto evaluate
5319:
5320: * tests/051b.p 1.1:
5321: file 051b.p was initially added on branch autoptr.
5322:
5323: * tests/results/045.processed 1.1:
5324: file 045.processed was initially added on branch autoptr.
5325:
5326: * tests/048.html 1.1:
5327: file 048.html was initially added on branch autoptr.
5328:
5329: * tests/results/037.processed 1.1:
5330: file 037.processed was initially added on branch autoptr.
5331:
5332: * tests/051.html 1.1:
5333: file 051.html was initially added on branch autoptr.
5334:
5335: * tests/results/046.processed 1.1:
5336: file 046.processed was initially added on branch autoptr.
5337:
5338: * tests/results/038.processed 1.1:
5339: file 038.processed was initially added on branch autoptr.
5340:
5341: * tests/041.html [autoptr] 1.1.2.1:
5342: * tests/results/041.processed [autoptr] 1.1.2.1:
5343: test:
5344: 41 table.locate by expression
5345:
5346: * tests/032.html 1.1:
5347: file 032.html was initially added on branch autoptr.
5348:
5349: * tests/results/047.processed 1.1:
5350: file 047.processed was initially added on branch autoptr.
5351:
5352: * tests/034.html 1.1:
5353: file 034.html was initially added on branch autoptr.
5354:
5355: * tests/results/040.processed 1.1:
5356: file 040.processed was initially added on branch autoptr.
5357:
5358: * tests/results/039.processed 1.1:
5359: file 039.processed was initially added on branch autoptr.
5360:
5361: * tests/results/032.processed 1.1:
5362: file 032.processed was initially added on branch autoptr.
5363:
5364: * tests/036.html 1.1:
5365: file 036.html was initially added on branch autoptr.
5366:
5367: * tests/038.html 1.1:
5368: file 038.html was initially added on branch autoptr.
5369:
5370: * tests/parser-unix.sh 1.1:
5371: file parser-unix.sh was initially added on branch autoptr.
5372:
5373: * tests/043.html [autoptr] 1.1.2.1:
5374: * tests/044.html [autoptr] 1.1.2.1:
5375: * tests/045.html [autoptr] 1.1.2.1:
5376: * tests/046.html [autoptr] 1.1.2.1:
5377: * tests/047.html [autoptr] 1.1.2.1:
5378: * tests/048.html [autoptr] 1.1.2.1:
5379: * tests/049.html [autoptr] 1.1.2.1:
5380: * tests/050.html [autoptr] 1.1.2.1:
5381: * tests/051.html [autoptr] 1.1.2.1:
5382: * tests/051b.p [autoptr] 1.1.2.1:
5383: * tests/051t.p [autoptr] 1.1.2.1:
5384: * tests/Makefile [autoptr] 1.1.2.3:
5385: * tests/outputs/049.processed [autoptr] 1.1.2.1:
5386: * tests/outputs/050.processed [autoptr] 1.1.2.1:
5387: * tests/outputs/051.processed [autoptr] 1.1.2.1:
5388: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
5389: * tests/parser-unix.sh [autoptr] 1.1.2.2:
5390: * tests/results/001.processed [autoptr] 1.1.2.2:
5391: * tests/results/002.processed [autoptr] 1.1.2.2:
5392: * tests/results/003.processed [autoptr] 1.1.2.2:
5393: * tests/results/005.processed [autoptr] 1.1.2.2:
5394: * tests/results/006.processed [autoptr] 1.1.2.2:
5395: * tests/results/008.processed [autoptr] 1.1.2.2:
5396: * tests/results/009.processed [autoptr] 1.1.2.2:
5397: * tests/results/011.processed [autoptr] 1.1.2.2:
5398: * tests/results/012.processed [autoptr] 1.1.2.2:
5399: * tests/results/013.processed [autoptr] 1.1.2.2:
5400: * tests/results/014.processed [autoptr] 1.1.2.2:
5401: * tests/results/015.processed [autoptr] 1.1.2.2:
5402: * tests/results/016.processed [autoptr] 1.1.2.2:
5403: * tests/results/017.processed [autoptr] 1.1.2.2:
5404: * tests/results/020.processed [autoptr] 1.1.2.2:
5405: * tests/results/021.processed [autoptr] 1.1.2.2:
5406: * tests/results/022.processed [autoptr] 1.1.2.2:
5407: * tests/results/024.processed [autoptr] 1.1.2.2:
5408: * tests/results/025.processed [autoptr] 1.1.2.2:
5409: * tests/results/026.processed [autoptr] 1.1.2.2:
5410: * tests/results/027.processed [autoptr] 1.1.2.2:
5411: * tests/results/028.processed [autoptr] 1.1.2.2:
5412: * tests/results/029.processed [autoptr] 1.1.2.2:
5413: * tests/results/030.processed [autoptr] 1.1.2.2:
5414: * tests/results/031.processed [autoptr] 1.1.2.2:
5415: * tests/results/043.processed [autoptr] 1.1.2.1:
5416: * tests/results/044.processed [autoptr] 1.1.2.1:
5417: * tests/results/045.processed [autoptr] 1.1.2.1:
5418: * tests/results/046.processed [autoptr] 1.1.2.1:
5419: * tests/results/047.processed [autoptr] 1.1.2.1:
5420: * tests/results/048.processed [autoptr] 1.1.2.1:
5421: * tests/results/049.processed [autoptr] 1.1.2.1:
5422: * tests/results/050.processed [autoptr] 1.1.2.1:
5423: * tests/results/051.processed [autoptr] 1.1.2.1:
5424: * tests/run_parser.sh [autoptr] 1.1.2.1:
5425: tests:
5426: 43,44,45 date rolls
5427: 46 autoevaluating junction
5428: 47 table.select
5429: 48 name with subvar
5430: 49 hash-creating switch
5431: 50 process
5432: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
5433:
5434: * tests/041.html 1.1:
5435: file 041.html was initially added on branch autoptr.
5436:
5437: * src/classes/op.C [autoptr] 1.127.2.18:
5438: * src/include/pa_request.h [autoptr] 1.160.2.28:
5439: * src/include/pa_string.h [autoptr] 1.144.2.25:
5440: * src/main/execute.C [autoptr] 1.295.2.21:
5441: * src/main/pa_request.C [autoptr] 1.245.2.28:
5442: * src/main/pa_string.C [autoptr] 1.172.2.18:
5443: * src/main/untaint.C [autoptr] 1.115.2.11:
5444: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
5445: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
5446: * tests/032.html [autoptr] 1.1.2.1:
5447: * tests/results/032.processed [autoptr] 1.1.2.1:
5448: uchar changed to String_UL in all places [was not everywhere]
5449: untaint test: 032
5450:
5451: * tests/results/048.processed 1.1:
5452: file 048.processed was initially added on branch autoptr.
5453:
5454: * tests/043.html 1.1:
5455: file 043.html was initially added on branch autoptr.
5456:
5457: * tests/results/041.processed 1.1:
5458: file 041.processed was initially added on branch autoptr.
5459:
5460: * tests/results/033.processed 1.1:
5461: file 033.processed was initially added on branch autoptr.
5462:
5463: * tests/045.html 1.1:
5464: file 045.html was initially added on branch autoptr.
5465:
5466: * tests/047.html 1.1:
5467: file 047.html was initially added on branch autoptr.
5468:
5469: * tests/051t.p 1.1:
5470: file 051t.p was initially added on branch autoptr.
5471:
5472: * tests/050.html 1.1:
5473: file 050.html was initially added on branch autoptr.
5474:
5475: * tests/049.html 1.1:
5476: file 049.html was initially added on branch autoptr.
5477:
5478: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
5479: * tests/004.html [autoptr] 1.1.2.2:
5480: * tests/Makefile [autoptr] 1.1.2.2:
5481: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
5482: * tests/parser-unix.sh [autoptr] 1.1.2.1:
5483: * tests/results/004.processed [autoptr] 1.1.2.2:
5484: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
5485: removed -H command line key, now testing using .sh file with
5486: SERVER_SOFTWARE=xxx
5487:
1.24 paf 5488: * tests/042.html [autoptr] 1.1.2.1:
5489: * tests/results/042.processed [autoptr] 1.1.2.1:
5490: test:
5491: 42 exception.handled
5492:
1.23 paf 5493: * tests/outputs/049.processed 1.1:
5494: * tests/results/049.processed 1.1:
5495: file 049.processed was initially added on branch autoptr.
5496:
5497: * tests/outputs/050.processed 1.1:
5498: * tests/results/050.processed 1.1:
5499: file 050.processed was initially added on branch autoptr.
5500:
5501: * tests/results/042.processed 1.1:
5502: file 042.processed was initially added on branch autoptr.
5503:
5504: * tests/results/034.processed 1.1:
5505: file 034.processed was initially added on branch autoptr.
5506:
5507: * tests/039.html [autoptr] 1.1.2.1:
5508: * tests/results/039.processed [autoptr] 1.1.2.1:
5509: test:
5510: 37 method result of type table
5511:
5512: * tests/outputs/051.processed 1.1:
5513: * tests/results/051.processed 1.1:
5514: file 051.processed was initially added on branch autoptr.
5515:
5516: * tests/parser-cygwin.sh 1.1:
5517: file parser-cygwin.sh was initially added on branch autoptr.
5518:
5519: * tests/results/043.processed 1.1:
5520: file 043.processed was initially added on branch autoptr.
5521:
5522: * tests/results/035.processed 1.1:
5523: file 035.processed was initially added on branch autoptr.
5524:
5525: * tests/033.html 1.1:
5526: file 033.html was initially added on branch autoptr.
5527:
5528: * tests/run_parser.sh 1.1:
5529: file run_parser.sh was initially added on branch autoptr.
5530:
5531: * tests/035.html 1.1:
5532: file 035.html was initially added on branch autoptr.
5533:
5534: 2003-02-27 paf
5535: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
5536: *** empty log message ***
5537:
5538: * www/htdocs/maximized.htm 1.1:
5539: file maximized.htm was initially added on branch autoptr.
5540:
5541: 2003-02-26 paf
5542: * tests/001.html 1.1:
5543: file 001.html was initially added on branch autoptr.
5544:
5545: * tests/003.html 1.1:
5546: file 003.html was initially added on branch autoptr.
5547:
5548: * tests/results/028.processed 1.1:
5549: file 028.processed was initially added on branch autoptr.
5550:
5551: * tests/005.html 1.1:
5552: file 005.html was initially added on branch autoptr.
5553:
5554: * tests/results/021.processed 1.1:
5555: file 021.processed was initially added on branch autoptr.
5556:
5557: * tests/results/013.processed 1.1:
5558: file 013.processed was initially added on branch autoptr.
5559:
5560: * src/include/pa_array.h [autoptr] 1.57.2.26:
5561: * src/include/pa_hash.h [autoptr] 1.58.2.17:
5562: * src/include/pa_memory.h [autoptr] 1.1.2.3:
5563: * src/main/pa_charset.C [autoptr] 1.33.2.12:
5564: * tests/001.html [autoptr] 1.1.2.1:
5565: * tests/002.html [autoptr] 1.1.2.1:
5566: * tests/003.html [autoptr] 1.1.2.1:
5567: * tests/004.html [autoptr] 1.1.2.1:
5568: * tests/005.html [autoptr] 1.1.2.1:
5569: * tests/006.html [autoptr] 1.1.2.1:
5570: * tests/007.html [autoptr] 1.1.2.1:
5571: * tests/008.html [autoptr] 1.1.2.1:
5572: * tests/009.html [autoptr] 1.1.2.1:
5573: * tests/010.html [autoptr] 1.1.2.1:
5574: * tests/011.html [autoptr] 1.1.2.1:
5575: * tests/012.html [autoptr] 1.1.2.1:
5576: * tests/013.html [autoptr] 1.1.2.1:
5577: * tests/014.html [autoptr] 1.1.2.1:
5578: * tests/Makefile [autoptr] 1.1.2.1:
5579: * tests/outputs/create-dir [autoptr] 1.1.2.1:
5580: * tests/results/001.processed [autoptr] 1.1.2.1:
5581: * tests/results/002.processed [autoptr] 1.1.2.1:
5582: * tests/results/003.processed [autoptr] 1.1.2.1:
5583: * tests/results/004.processed [autoptr] 1.1.2.1:
5584: * tests/results/005.processed [autoptr] 1.1.2.1:
5585: * tests/results/006.processed [autoptr] 1.1.2.1:
5586: * tests/results/007.processed [autoptr] 1.1.2.1:
5587: * tests/results/008.processed [autoptr] 1.1.2.1:
5588: * tests/results/009.processed [autoptr] 1.1.2.1:
5589: * tests/results/010.processed [autoptr] 1.1.2.1:
5590: * tests/results/011.processed [autoptr] 1.1.2.1:
5591: * tests/results/012.processed [autoptr] 1.1.2.1:
5592: * tests/results/013.processed [autoptr] 1.1.2.1:
5593: * tests/results/014.processed [autoptr] 1.1.2.1:
5594: hash cloning fixed
5595:
5596: * tests/007.html 1.1:
5597: file 007.html was initially added on branch autoptr.
5598:
5599: * tests/results/005.processed 1.1:
5600: file 005.processed was initially added on branch autoptr.
5601:
5602: * tests/010.html 1.1:
5603: file 010.html was initially added on branch autoptr.
5604:
5605: * tests/009.html 1.1:
5606: file 009.html was initially added on branch autoptr.
5607:
5608: * tests/012.html 1.1:
5609: file 012.html was initially added on branch autoptr.
5610:
5611: * tests/014.html 1.1:
5612: file 014.html was initially added on branch autoptr.
5613:
5614: * src/main/execute.C [autoptr] 1.295.2.20:
5615: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
5616: * tests/024.html [autoptr] 1.1.2.1:
5617: * tests/025.html [autoptr] 1.1.2.1:
5618: * tests/026.html [autoptr] 1.1.2.1:
5619: * tests/027.html [autoptr] 1.1.2.1:
5620: * tests/028.html [autoptr] 1.1.2.1:
5621: * tests/029.html [autoptr] 1.1.2.1:
5622: * tests/030.html [autoptr] 1.1.2.1:
5623: * tests/031.html [autoptr] 1.1.2.1:
5624: * tests/results/024.processed [autoptr] 1.1.2.1:
5625: * tests/results/025.processed [autoptr] 1.1.2.1:
5626: * tests/results/026.processed [autoptr] 1.1.2.1:
5627: * tests/results/027.processed [autoptr] 1.1.2.1:
5628: * tests/results/028.processed [autoptr] 1.1.2.1:
5629: * tests/results/029.processed [autoptr] 1.1.2.1:
5630: * tests/results/030.processed [autoptr] 1.1.2.1:
5631: * tests/results/031.processed [autoptr] 1.1.2.1:
5632: fixed bug with name_cstr mutable CharPtr
5633: more tests
5634:
5635: * tests/results/029.processed 1.1:
5636: file 029.processed was initially added on branch autoptr.
5637:
5638: * tests/results/030.processed 1.1:
5639: file 030.processed was initially added on branch autoptr.
5640:
5641: * tests/016.html 1.1:
5642: file 016.html was initially added on branch autoptr.
5643:
5644: * tests/results/022.processed 1.1:
5645: file 022.processed was initially added on branch autoptr.
5646:
5647: * tests/results/014.processed 1.1:
5648: file 014.processed was initially added on branch autoptr.
5649:
5650: * tests/018.html 1.1:
5651: file 018.html was initially added on branch autoptr.
5652:
5653: * tests/results/006.processed 1.1:
5654: file 006.processed was initially added on branch autoptr.
5655:
5656: * tests/022_dir/a.html 1.1:
5657: file a.html was initially added on branch autoptr.
5658:
5659: * tests/021.html 1.1:
5660: file 021.html was initially added on branch autoptr.
5661:
5662: * tests/023.html 1.1:
5663: file 023.html was initially added on branch autoptr.
5664:
5665: * tests/results/031.processed 1.1:
5666: file 031.processed was initially added on branch autoptr.
5667:
5668: * tests/025.html 1.1:
5669: file 025.html was initially added on branch autoptr.
5670:
5671: * tests/results/023.processed 1.1:
5672: file 023.processed was initially added on branch autoptr.
5673:
5674: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
5675: * src/main/pa_globals.C [autoptr] 1.152.2.16:
5676: * src/main/pa_memory.C [autoptr] 1.1.2.3:
5677: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
5678: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
5679: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
5680: SAPI::abort << abort. die now just exits
5681:
5682: * tests/results/015.processed 1.1:
5683: file 015.processed was initially added on branch autoptr.
5684:
5685: * tests/027.html 1.1:
5686: file 027.html was initially added on branch autoptr.
5687:
5688: * tests/results/007.processed 1.1:
5689: file 007.processed was initially added on branch autoptr.
5690:
5691: * tests/030.html 1.1:
5692: file 030.html was initially added on branch autoptr.
5693:
5694: * tests/029.html 1.1:
5695: file 029.html was initially added on branch autoptr.
5696:
5697: * tests/outputs/create-dir 1.1:
5698: file create-dir was initially added on branch autoptr.
5699:
5700: * tests/022_dir/b.txt 1.1:
5701: file b.txt was initially added on branch autoptr.
5702:
5703: * tests/results/024.processed 1.1:
5704: file 024.processed was initially added on branch autoptr.
5705:
5706: * tests/002.html 1.1:
5707: file 002.html was initially added on branch autoptr.
5708:
5709: * tests/results/016.processed 1.1:
5710: file 016.processed was initially added on branch autoptr.
5711:
5712: * tests/results/008.processed 1.1:
5713: file 008.processed was initially added on branch autoptr.
5714:
5715: * tests/004.html 1.1:
5716: file 004.html was initially added on branch autoptr.
5717:
5718: * tests/results/001.processed 1.1:
5719: file 001.processed was initially added on branch autoptr.
5720:
5721: * tests/006.html 1.1:
5722: file 006.html was initially added on branch autoptr.
5723:
5724: * tests/008.html 1.1:
5725: file 008.html was initially added on branch autoptr.
5726:
5727: * tests/011.html 1.1:
5728: file 011.html was initially added on branch autoptr.
5729:
5730: * tests/results/025.processed 1.1:
5731: file 025.processed was initially added on branch autoptr.
5732:
5733: * tests/results/017.processed 1.1:
5734: file 017.processed was initially added on branch autoptr.
5735:
5736: * tests/Makefile 1.1:
5737: file Makefile was initially added on branch autoptr.
5738:
5739: * tests/results/009.processed 1.1:
5740: file 009.processed was initially added on branch autoptr.
5741:
5742: * tests/results/010.processed 1.1:
5743: file 010.processed was initially added on branch autoptr.
5744:
5745: * tests/013.html 1.1:
5746: file 013.html was initially added on branch autoptr.
5747:
5748: * tests/results/002.processed 1.1:
5749: file 002.processed was initially added on branch autoptr.
5750:
5751: * tests/019paf2001.gif 1.1:
5752: file 019paf2001.gif was initially added on branch autoptr.
5753:
5754: * tests/015.html 1.1:
5755: file 015.html was initially added on branch autoptr.
5756:
5757: * tests/017.html 1.1:
5758: file 017.html was initially added on branch autoptr.
5759:
5760: * tests/020.html 1.1:
5761: file 020.html was initially added on branch autoptr.
5762:
5763: * tests/019.html 1.1:
5764: file 019.html was initially added on branch autoptr.
5765:
5766: * tests/results/026.processed 1.1:
5767: file 026.processed was initially added on branch autoptr.
5768:
5769: * tests/results/018.processed 1.1:
5770: file 018.processed was initially added on branch autoptr.
5771:
5772: * tests/022.html 1.1:
5773: file 022.html was initially added on branch autoptr.
5774:
5775: * tests/results/011.processed 1.1:
5776: file 011.processed was initially added on branch autoptr.
5777:
5778: * tests/024.html 1.1:
5779: file 024.html was initially added on branch autoptr.
5780:
5781: * tests/results/003.processed 1.1:
5782: file 003.processed was initially added on branch autoptr.
5783:
5784: * tests/022_dir/c.htm 1.1:
5785: file c.htm was initially added on branch autoptr.
5786:
5787: * tests/026.html 1.1:
5788: file 026.html was initially added on branch autoptr.
5789:
5790: * tests/028.html 1.1:
5791: file 028.html was initially added on branch autoptr.
5792:
5793: * tests/031.html 1.1:
5794: file 031.html was initially added on branch autoptr.
5795:
5796: * tests/results/027.processed 1.1:
5797: file 027.processed was initially added on branch autoptr.
5798:
5799: * tests/results/019.processed 1.1:
5800: file 019.processed was initially added on branch autoptr.
5801:
5802: * tests/results/020.processed 1.1:
5803: file 020.processed was initially added on branch autoptr.
5804:
5805: * src/classes/classes.awk [autoptr] 1.6.6.3:
5806: * src/classes/classes.h [autoptr] 1.23.2.9:
5807: * src/classes/date.C [autoptr] 1.42.2.11:
5808: * src/classes/double.C [autoptr] 1.53.2.8:
5809: * src/classes/file.C [autoptr] 1.107.2.15:
5810: * src/classes/form.C [autoptr] 1.34.2.7:
5811: * src/classes/hash.C [autoptr] 1.54.2.11:
5812: * src/classes/image.C [autoptr] 1.90.2.12:
5813: * src/classes/int.C [autoptr] 1.49.2.7:
5814: * src/classes/mail.C [autoptr] 1.88.2.12:
5815: * src/classes/math.C [autoptr] 1.24.2.10:
5816: * src/classes/op.C [autoptr] 1.127.2.17:
5817: * src/classes/response.C [autoptr] 1.23.2.7:
5818: * src/classes/string.C [autoptr] 1.125.2.12:
5819: * src/classes/table.C [autoptr] 1.172.2.11:
5820: * src/classes/void.C [autoptr] 1.28.2.5:
5821: * src/classes/xdoc.C [autoptr] 1.108.2.12:
5822: * src/classes/xnode.C [autoptr] 1.54.2.8:
5823: * src/include/pa_memory.h [autoptr] 1.1.2.4:
5824: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
5825: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
5826: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
5827: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
5828: * src/types/pa_venv.h [autoptr] 1.28.2.5:
5829: * src/types/pa_vform.C [autoptr] 1.74.2.11:
5830: * tests/015.html [autoptr] 1.1.2.1:
5831: * tests/016.html [autoptr] 1.1.2.1:
5832: * tests/017.html [autoptr] 1.1.2.1:
5833: * tests/018.html [autoptr] 1.1.2.1:
5834: * tests/019.html [autoptr] 1.1.2.1:
5835: * tests/019paf2001.gif [autoptr] 1.1.2.1:
5836: * tests/020.html [autoptr] 1.1.2.1:
5837: * tests/021.html [autoptr] 1.1.2.1:
5838: * tests/022.html [autoptr] 1.1.2.1:
5839: * tests/022_dir/a.html [autoptr] 1.1.2.1:
5840: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
5841: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
5842: * tests/023.html [autoptr] 1.1.2.1:
5843: * tests/results/015.processed [autoptr] 1.1.2.1:
5844: * tests/results/016.processed [autoptr] 1.1.2.1:
5845: * tests/results/017.processed [autoptr] 1.1.2.1:
5846: * tests/results/018.processed [autoptr] 1.1.2.1:
5847: * tests/results/019.processed [autoptr] 1.1.2.1:
5848: * tests/results/020.processed [autoptr] 1.1.2.1:
5849: * tests/results/021.processed [autoptr] 1.1.2.1:
5850: * tests/results/022.processed [autoptr] 1.1.2.1:
5851: * tests/results/023.processed [autoptr] 1.1.2.1:
5852: methoded_array now contains all Mxxx classes
5853: SAPI::get_env now returns info on pool
5854: more tests
5855:
5856: * tests/results/012.processed 1.1:
5857: file 012.processed was initially added on branch autoptr.
5858:
5859: * tests/results/004.processed 1.1:
5860: file 004.processed was initially added on branch autoptr.
5861:
5862: 2003-02-25 paf
5863: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
5864: typo fixed
5865:
5866: 2003-02-24 paf
5867: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
5868: fixed all places with bad get_string(0)
5869: [one remained]
5870:
5871: * src/include/pa_request.h [autoptr] 1.160.2.27:
5872: * src/main/execute.C [autoptr] 1.295.2.19:
5873: few bad get_string(0) [should have been get_string(&pool)]
5874: todo: check other such calls
5875:
5876: * src/types/pa_vmail.C 1.41:
5877: body [text/html] transcoded to
5878: $.charset[specified]
5879: now
5880:
5881: * src/main/compile.tab.C [autoptr] 1.81.2.9:
5882: * src/main/execute.C [autoptr] 1.295.2.18:
5883: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
5884: test10, bad lookups
5885:
5886: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
5887:
5888: * src/main/pa_common.C 1.145:
5889: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
5890: stupid gcc [2.95.4] generated bad code
5891: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
5892: rewritten simplier [though duplicating closesocket code]
5893:
5894: * src/classes/string.C [autoptr] 1.125.2.11:
5895: match bug fixed
5896:
1.22 paf 5897: 2003-02-21 paf
5898: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
5899: MAKE_TEST must be used inside of 'make tests' only
5900: [it's not forcing CGI mode now]
5901: now use -H to output CGI header when parser used in command line [useful for tests also]
5902:
5903: * src/classes/file.C [autoptr] 1.107.2.14:
5904: * src/classes/gd/gif.C [autoptr] 1.30.2.4:
5905: * src/classes/gd/gif.h [autoptr] 1.23.2.5:
5906: * src/classes/image.C [autoptr] 1.90.2.11:
5907: * src/classes/mail.C [autoptr] 1.88.2.11:
5908: * src/classes/op.C [autoptr] 1.127.2.16:
5909: * src/classes/xdoc.C [autoptr] 1.108.2.11:
5910: * src/main/pa_charset.C [autoptr] 1.33.2.11:
5911: * src/main/pa_exec.C [autoptr] 1.48.2.14:
5912: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
5913: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
5914: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
5915: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
5916: fixed all cstr's that must use pool [as the one in ^process]
5917:
5918: * src/include/pa_array.h [autoptr] 1.57.2.25:
5919: * src/include/pa_exception.h [autoptr] 1.38.2.15:
5920: * src/include/pa_memory.h [autoptr] 1.1.2.1:
5921: * src/include/pa_pool.h [autoptr] 1.86.2.31:
5922: * src/main/Makefile.am [autoptr] 1.35.6.3:
5923: * src/main/main.dsp [autoptr] 1.161.6.12:
5924: * src/main/pa_array.C [autoptr] 1.54.2.5:
5925: * src/main/pa_memory.C [autoptr] 1.1.2.1:
5926: * src/main/pa_pool.C [autoptr] 1.59.2.5:
5927: reorganized memory handling files
5928:
5929: * src/include/pa_memory.h [autoptr] 1.1.2.2:
5930: * src/main/pa_memory.C [autoptr] 1.1.2.2:
5931: inlined memory handling pa_*
5932:
5933: * src/main/execute.C [autoptr] 1.295.2.17:
5934: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
5935: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
5936: release mode now compiles OK
5937: test to show benefits of free
5938:
5939: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
5940: MAKE_TEST environment variable switches on CGI mode, and is
5941: used in regression tests
5942:
5943: * operators.txt [autoptr] 1.109.2.1:
5944: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
5945: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
5946: $cookie:name[$.expires[date << can be now]]
5947:
5948: written makefile with regression tests [raw]
5949:
5950: * src/include/pa_request.h [autoptr] 1.160.2.26:
5951: * src/main/pa_request.C [autoptr] 1.245.2.27:
5952: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
5953: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
5954: * src/types/pa_venv.h [autoptr] 1.28.2.4:
5955: env fixed
5956:
5957: * src/main/pa_array.C [autoptr] 1.54.2.4:
5958: pool::format_integer terminator fixed
5959:
5960: * src/include/pa_memory.h 1.1:
5961: file pa_memory.h was initially added on branch autoptr.
5962:
5963: * src/main/pa_memory.C 1.1:
5964: file pa_memory.C was initially added on branch autoptr.
5965:
5966: * src/classes/op.C [autoptr] 1.127.2.15:
5967: fixed process.
5968: sould now check for all cstr's -- some must use pool [as the one in ^process]
5969:
5970: 2003-02-20 paf
5971: * www/htdocs/autoptr.html 1.1:
5972: file autoptr.html was initially added on branch autoptr.
5973:
5974: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
5975: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
5976: form values passed OK now
5977:
5978: * src/classes/date.C [autoptr] 1.42.2.10:
5979: * src/classes/double.C [autoptr] 1.53.2.7:
5980: * src/classes/file.C [autoptr] 1.107.2.13:
5981: * src/classes/hash.C [autoptr] 1.54.2.10:
5982: * src/classes/image.C [autoptr] 1.90.2.10:
5983: * src/classes/int.C [autoptr] 1.49.2.6:
5984: * src/classes/mail.C [autoptr] 1.88.2.10:
5985: * src/classes/math.C [autoptr] 1.24.2.9:
5986: * src/classes/op.C [autoptr] 1.127.2.13:
5987: * src/classes/response.C [autoptr] 1.23.2.6:
5988: * src/classes/string.C [autoptr] 1.125.2.10:
5989: * src/classes/table.C [autoptr] 1.172.2.10:
5990: * src/classes/void.C [autoptr] 1.28.2.4:
5991: * src/classes/xdoc.C [autoptr] 1.108.2.10:
5992: * src/classes/xnode.C [autoptr] 1.54.2.7:
5993: * src/main/pa_string.C [autoptr] 1.172.2.17:
5994: * src/types/pa_method.h [autoptr] 1.1.2.4:
5995: * src/types/pa_value.C [autoptr] 1.9.2.14:
5996: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
5997: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
5998: string cmp fixed
5999:
6000: 2003-02-19 paf
6001: * src/classes/form.C [autoptr] 1.34.2.6:
6002: * src/classes/smtp/smtp.C [autoptr] 1.20.2.3:
6003: * src/classes/smtp/smtp.h [autoptr] 1.11.2.4:
6004: * src/include/pa_charset.h [autoptr] 1.20.2.12:
6005: * src/include/pa_pool.h [autoptr] 1.86.2.30:
6006: * src/main/pa_charset.C [autoptr] 1.33.2.10:
6007: * src/main/pa_exception.C [autoptr] 1.43.2.13:
6008: * src/main/pa_request.C [autoptr] 1.245.2.25:
6009: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
6010: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
6011: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
6012: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
6013: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
6014: * src/types/pa_vform.C [autoptr] 1.74.2.9:
6015: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
6016: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
6017: found&kill all remaning leaks resulted from pooled::malloc calls
6018: [excluding in gd -- planning complete rewrite extremely ugly code]
6019:
6020: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
6021: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
6022: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
6023: removed unneeded files
6024:
6025: 2003-02-17 paf
6026: * src/classes/classes.C [autoptr] 1.18.2.4:
6027: * src/include/pa_array.h [autoptr] 1.57.2.22:
6028: * src/include/pa_hash.h [autoptr] 1.58.2.16:
6029: * src/include/pa_pool.h [autoptr] 1.86.2.29:
6030: * src/include/pa_request.h [autoptr] 1.160.2.23:
6031: * src/main/pa_request.C [autoptr] 1.245.2.20:
6032: * src/main/pa_string.C [autoptr] 1.172.2.16:
6033: * src/main/untaint.C [autoptr] 1.115.2.10:
6034: * src/types/pa_value.h [autoptr] 1.109.2.23:
6035: * src/types/pa_vint.h [autoptr] 1.38.2.10:
6036: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
6037: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
6038: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
6039: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
6040: class fields of simple type not initialized with zeros :(
6041: while class fields of class types initialized with default constructors.
6042: learn C++
6043:
6044: * src/main/execute.C [autoptr] 1.295.2.11:
6045: * src/main/pa_request.C [autoptr] 1.245.2.21:
6046: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
6047: first letters out OK
6048:
6049: * src/classes/classes.awk [autoptr] 1.6.6.2:
6050: * src/classes/double.C [autoptr] 1.53.2.5:
6051: * src/classes/file.C [autoptr] 1.107.2.11:
6052: * src/classes/form.C [autoptr] 1.34.2.5:
6053: * src/classes/image.C [autoptr] 1.90.2.8:
6054: * src/classes/int.C [autoptr] 1.49.2.4:
6055: * src/classes/mail.C [autoptr] 1.88.2.8:
6056: * src/classes/math.C [autoptr] 1.24.2.7:
6057: * src/classes/xdoc.C [autoptr] 1.108.2.7:
6058: * src/classes/xnode.C [autoptr] 1.54.2.5:
6059: * src/include/pa_array.h [autoptr] 1.57.2.21:
6060: * src/include/pa_string.h [autoptr] 1.144.2.24:
6061: * src/main/pa_exec.C [autoptr] 1.48.2.13:
6062: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
6063: parser3.exe - 0 error(s), 0 warning(s)
6064:
6065: * src/classes/date.C [autoptr] 1.42.2.8:
6066: * src/classes/op.C [autoptr] 1.127.2.12:
6067: * src/classes/table.C [autoptr] 1.172.2.8:
6068: * src/classes/xdoc.C [autoptr] 1.108.2.8:
6069: * src/classes/xnode.C [autoptr] 1.54.2.6:
6070: * src/include/pa_array.h [autoptr] 1.57.2.24:
6071: * src/include/pa_charset.h [autoptr] 1.20.2.11:
6072: * src/main/Makefile.am [autoptr] 1.35.6.2:
6073: * src/main/main.dsp [autoptr] 1.161.6.11:
6074: * src/main/pa_charset.C [autoptr] 1.33.2.8:
6075: * src/main/pa_common.C [autoptr] 1.143.2.20:
6076: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
6077: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
6078: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
6079: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
6080: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
6081: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
6082: fixed more leaks resulted from pooled::malloc calls
6083:
6084: * src/include/pa_stack.h [autoptr] 1.17.2.4:
6085: * src/main/compile.C [autoptr] 1.69.2.6:
6086: * src/main/execute.C [autoptr] 1.295.2.13:
6087: * src/main/pa_request.C [autoptr] 1.245.2.23:
6088: stack-stored items need extra .ref to prevent object_ptr from
6089: delete[them]
6090:
6091: * src/main/pa_request.C [autoptr] 1.245.2.22:
6092: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
6093: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
6094: couple mem leaks rusulted from old pooled::malloc usage.
6095: todo:find more like those
6096:
6097: * src/main/execute.C [autoptr] 1.295.2.14:
6098: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
6099: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
6100: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
6101: few bugs in debug output fixed
6102:
6103: * src/include/pa_array.h [autoptr] 1.57.2.23:
6104: * src/include/pa_request.h [autoptr] 1.160.2.24:
6105: * src/main/execute.C [autoptr] 1.295.2.12:
6106: stackItem fixed [there were no string on stack before]
6107:
6108: * src/classes/date.C [autoptr] 1.42.2.9:
6109: * src/classes/double.C [autoptr] 1.53.2.6:
6110: * src/classes/file.C [autoptr] 1.107.2.12:
6111: * src/classes/image.C [autoptr] 1.90.2.9:
6112: * src/classes/int.C [autoptr] 1.49.2.5:
6113: * src/classes/mail.C [autoptr] 1.88.2.9:
6114: * src/classes/math.C [autoptr] 1.24.2.8:
6115: * src/classes/response.C [autoptr] 1.23.2.5:
6116: * src/classes/string.C [autoptr] 1.125.2.9:
6117: * src/classes/table.C [autoptr] 1.172.2.9:
6118: * src/classes/xdoc.C [autoptr] 1.108.2.9:
6119: * src/classes/xnode.h [autoptr] 1.18.2.4:
6120: * src/include/pa_stack.h [autoptr] 1.17.2.5:
6121: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
6122: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
6123: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
6124: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
6125: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
6126: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
6127: * src/types/pa_vform.C [autoptr] 1.74.2.8:
6128: * src/types/pa_vform.h [autoptr] 1.45.2.8:
6129: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
6130: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
6131: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
6132: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
6133: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
6134: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
6135: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
6136: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
6137: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
6138: fixed all remained bugs of unitialized simple-typed field
6139:
6140: * src/classes/classes.C [autoptr] 1.18.2.5:
6141: * src/classes/classes.h [autoptr] 1.23.2.8:
6142: * src/main/execute.C [autoptr] 1.295.2.15:
6143: * src/main/pa_charset.C [autoptr] 1.33.2.9:
6144: * src/main/pa_request.C [autoptr] 1.245.2.24:
6145: another bug of unitialized simple-typed field fixed.
6146: todo: find&kill all like that one
6147:
6148: * src/main/compile.C [autoptr] 1.69.2.5:
6149: * src/main/compile_tools.C [autoptr] 1.54.2.5:
6150: 2*2!
6151:
6152: 2003-02-14 paf
6153: * src/classes/classes.dsp [autoptr] 1.25.10.4:
6154: * src/classes/op.C [autoptr] 1.127.2.10:
6155: * src/classes/string.C [autoptr] 1.125.2.8:
6156: * src/classes/table.C [autoptr] 1.172.2.7:
6157: * src/include/pa_common.h [autoptr] 1.89.2.11:
6158: * src/include/pa_globals.h [autoptr] 1.101.2.14:
6159: * src/include/pa_pool.h [autoptr] 1.86.2.28:
6160: * src/include/pa_request.h [autoptr] 1.160.2.20:
6161: * src/main/pa_globals.C [autoptr] 1.152.2.15:
6162: * src/main/pa_request.C [autoptr] 1.245.2.16:
6163: * src/types/pa_value.h [autoptr] 1.109.2.22:
6164: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
6165: * src/types/pa_vint.h [autoptr] 1.38.2.9:
6166: * src/types/types.dsp [autoptr] 1.35.10.7:
6167: op compiled
6168:
6169: * src/classes/classes.C [autoptr] 1.18.2.3:
6170: * src/classes/classes.awk [autoptr] 1.6.6.1:
6171: * src/classes/file.C [autoptr] 1.107.2.9:
6172: * src/classes/hash.C [autoptr] 1.54.2.9:
6173: * src/classes/mail.C [autoptr] 1.88.2.7:
6174: * src/classes/op.C [autoptr] 1.127.2.11:
6175: * src/include/pa_common.h [autoptr] 1.89.2.12:
6176: * src/include/pa_request.h [autoptr] 1.160.2.21:
6177: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
6178: * src/main/pa_common.C [autoptr] 1.143.2.18:
6179: * src/main/pa_request.C [autoptr] 1.245.2.17:
6180: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
6181: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
6182: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
6183: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
6184: classes.lib - 0 error(s), 0 warning(s)
6185: parser.C compiled
6186:
6187: * src/classes/classes.dsp [autoptr] 1.25.10.3:
6188: * src/classes/response.C [autoptr] 1.23.2.4:
6189: * src/classes/string.C [autoptr] 1.125.2.7:
6190: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
6191: * src/include/pa_string.h [autoptr] 1.144.2.23:
6192: * src/main/pa_string.C [autoptr] 1.172.2.15:
6193: * src/main/untaint.C [autoptr] 1.115.2.9:
6194: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
6195: string, response compiled
6196:
6197: * src/classes/file.C [autoptr] 1.107.2.10:
6198: * src/include/pa_request.h [autoptr] 1.160.2.22:
6199: * src/main/pa_request.C [autoptr] 1.245.2.18:
6200: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
6201: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
6202: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
6203: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
6204: * src/types/pa_vform.C [autoptr] 1.74.2.7:
6205: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
6206: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
6207: all compiled, only 14 link errors :)
6208:
6209: * src/types/pa_vhash.C 1.1:
6210: file pa_vhash.C was initially added on branch autoptr.
6211:
6212: * src/include/pa_common.h [autoptr] 1.89.2.13:
6213: * src/main/pa_common.C [autoptr] 1.143.2.19:
6214: * src/main/pa_request.C [autoptr] 1.245.2.19:
6215: 13 link errors
6216:
6217: 2003-02-07 paf
6218: * src/classes/table.C [autoptr] 1.172.2.6:
6219: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
6220: table compiled
6221:
6222: 2003-02-06 paf
6223: * src/classes/image.C [autoptr] 1.90.2.7:
6224: * src/classes/string.C [autoptr] 1.125.2.6:
6225: * src/classes/xdoc.C [autoptr] 1.108.2.6:
6226: * src/include/pa_common.h [autoptr] 1.89.2.10:
6227: * src/include/pa_hash.h [autoptr] 1.58.2.15:
6228: * src/main/pa_common.C [autoptr] 1.143.2.17:
6229: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
6230: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
6231: image compiled
6232:
6233: * src/classes/mail.C [autoptr] 1.88.2.6:
6234: * src/classes/smtp/smtp.h [autoptr] 1.11.2.3:
6235: * src/include/pa_request.h [autoptr] 1.160.2.19:
6236: * src/main/pa_request.C [autoptr] 1.245.2.15:
6237: mail compiled
6238:
6239: * src/classes/hash.C [autoptr] 1.54.2.7:
6240: * src/include/pa_hash.h [autoptr] 1.58.2.14:
6241: * src/include/pa_table.h [autoptr] 1.48.2.11:
6242: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
6243: hash compiled
6244:
6245: * src/classes/classes.dsp [autoptr] 1.25.10.2:
6246: * src/classes/file.C [autoptr] 1.107.2.7:
6247: * src/include/pa_common.h [autoptr] 1.89.2.9:
6248: * src/include/pa_exec.h [autoptr] 1.11.2.5:
6249: * src/main/pa_common.C [autoptr] 1.143.2.16:
6250: * src/main/pa_exec.C [autoptr] 1.48.2.12:
6251: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
6252: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
6253: file compiled
6254:
6255: * src/classes/file.C [autoptr] 1.107.2.8:
6256: * src/classes/form.C [autoptr] 1.34.2.4:
6257: form compiled
6258:
6259: * src/classes/hash.C [autoptr] 1.54.2.8:
6260: * src/classes/math.C [autoptr] 1.24.2.6:
6261: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
6262: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
6263: math compiled [win32]
6264:
6265: 2003-02-04 paf
6266: * src/classes/date.C [autoptr] 1.42.2.5:
6267: * src/classes/double.C [autoptr] 1.53.2.3:
6268: * src/classes/file.C [autoptr] 1.107.2.5:
6269: * src/classes/form.C [autoptr] 1.34.2.3:
6270: * src/classes/hash.C [autoptr] 1.54.2.4:
6271: * src/classes/image.C [autoptr] 1.90.2.5:
6272: * src/classes/int.C [autoptr] 1.49.2.3:
6273: * src/classes/mail.C [autoptr] 1.88.2.4:
6274: * src/classes/math.C [autoptr] 1.24.2.4:
6275: * src/classes/op.C [autoptr] 1.127.2.8:
6276: * src/classes/response.C [autoptr] 1.23.2.3:
6277: * src/classes/string.C [autoptr] 1.125.2.4:
6278: * src/classes/table.C [autoptr] 1.172.2.4:
6279: * src/classes/void.C [autoptr] 1.28.2.3:
6280: * src/classes/xdoc.C [autoptr] 1.108.2.4:
6281: * src/classes/xnode.C [autoptr] 1.54.2.3:
6282: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
6283: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
6284: * src/types/pa_vint.h [autoptr] 1.38.2.8:
6285: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
6286: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
6287: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
6288: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
6289: int compiled
6290:
6291: * src/types/pa_value.C [autoptr] 1.9.2.12:
6292: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
6293: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
6294: trying to remove stupid value_includes.h
6295:
6296: * src/classes/date.C [autoptr] 1.42.2.4:
6297: * src/classes/double.C [autoptr] 1.53.2.2:
6298: * src/classes/file.C [autoptr] 1.107.2.4:
6299: * src/classes/hash.C [autoptr] 1.54.2.3:
6300: * src/classes/image.C [autoptr] 1.90.2.4:
6301: * src/classes/int.C [autoptr] 1.49.2.2:
6302: * src/classes/mail.C [autoptr] 1.88.2.3:
6303: * src/classes/math.C [autoptr] 1.24.2.3:
6304: * src/classes/op.C [autoptr] 1.127.2.7:
6305: * src/classes/response.C [autoptr] 1.23.2.2:
6306: * src/classes/smtp/smtp.C [autoptr] 1.20.2.2:
6307: * src/classes/smtp/smtp.h [autoptr] 1.11.2.2:
6308: * src/classes/string.C [autoptr] 1.125.2.3:
6309: * src/classes/table.C [autoptr] 1.172.2.3:
6310: * src/classes/void.C [autoptr] 1.28.2.2:
6311: * src/classes/xdoc.C [autoptr] 1.108.2.3:
6312: * src/classes/xnode.C [autoptr] 1.54.2.2:
6313: * src/classes/xnode.h [autoptr] 1.18.2.3:
6314: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
6315: void compiled :)
6316:
6317: * src/classes/date.C [autoptr] 1.42.2.7:
6318: * src/classes/hash.C [autoptr] 1.54.2.6:
6319: * src/include/pa_exec.h [autoptr] 1.11.2.4:
6320: * src/include/pa_hash.h [autoptr] 1.58.2.13:
6321: * src/include/pa_request.h [autoptr] 1.160.2.18:
6322: * src/include/pa_string.h [autoptr] 1.144.2.22:
6323: * src/include/pa_table.h [autoptr] 1.48.2.10:
6324: * src/main/pa_common.C [autoptr] 1.143.2.15:
6325: * src/main/pa_exec.C [autoptr] 1.48.2.11:
6326: * src/main/pa_string.C [autoptr] 1.172.2.14:
6327: * src/types/pa_method.h [autoptr] 1.1.2.3:
6328: * src/types/pa_vform.C [autoptr] 1.74.2.6:
6329: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
6330: hash 50% compiled
6331:
6332: * src/types/pa_method.h 1.1:
6333: file pa_method.h was initially added on branch autoptr.
6334:
6335: * src/classes/gd/gif.C [autoptr] 1.30.2.3:
6336: * src/include/pa_globals.h [autoptr] 1.101.2.13:
6337: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
6338: * src/main/pa_charset.C [autoptr] 1.33.2.7:
6339: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
6340: * src/main/pa_common.C [autoptr] 1.143.2.14:
6341: * src/main/pa_dir.C [autoptr] 1.14.2.3:
6342: * src/main/pa_exception.C [autoptr] 1.43.2.12:
6343: * src/main/pa_exec.C [autoptr] 1.48.2.10:
6344: * src/main/pa_globals.C [autoptr] 1.152.2.13:
6345: * src/main/pa_pool.C [autoptr] 1.59.2.4:
6346: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
6347: * src/main/pa_string.C [autoptr] 1.172.2.12:
6348: * src/main/pa_uue.C [autoptr] 1.4.2.5:
6349: * src/main/untaint.C [autoptr] 1.115.2.8:
6350: * src/types/pa_value.C [autoptr] 1.9.2.13:
6351: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
6352: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
6353: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
6354: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
6355: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
6356: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
6357: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
6358: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
6359: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
6360: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
6361: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
6362: * src/types/types.dsp [autoptr] 1.35.10.6:
6363: removed stupid value_includes.h
6364:
6365: * src/main/pa_exec.C [autoptr] 1.48.2.8:
6366: libmain.a compiled on six [unix]
6367:
6368: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
6369: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
6370: * src/main/pa_common.C [autoptr] 1.143.2.13:
6371: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
6372: * src/main/pa_exec.C [autoptr] 1.48.2.7:
6373: * src/main/pa_socks.C [autoptr] 1.18.2.5:
6374: libmain.a gcc
6375: and
6376: mail.lib msvc++
6377: compiled
6378:
6379: * src/include/pa_globals.h [autoptr] 1.101.2.12:
6380: * src/include/pa_request.h [autoptr] 1.160.2.16:
6381: * src/types/pa_value.C [autoptr] 1.9.2.11:
6382: * src/types/pa_value.h [autoptr] 1.109.2.21:
6383: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
6384: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
6385: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
6386: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
6387: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
6388: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
6389: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
6390: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
6391: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
6392: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
6393: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
6394: libtypes.a compiled gcc
6395:
1.24 paf 6396: * src/include/pa_array.h [autoptr] 1.57.2.20:
6397: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
6398: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
6399: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
6400: * src/main/pa_exec.C [autoptr] 1.48.2.6:
6401: * src/main/pa_socks.C [autoptr] 1.18.2.4:
6402: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
6403: gcc libmain.a compiled
6404:
1.22 paf 6405: * src/classes/classes.dsp [autoptr] 1.25.10.1:
6406: * src/classes/double.C [autoptr] 1.53.2.4:
6407: double compiled
6408:
6409: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
6410: merged changes from 1.149-1.150 (stupid name conflicts)
6411:
6412: * src/include/pa_array.h [autoptr] 1.57.2.19:
6413: * src/include/pa_pool.h [autoptr] 1.86.2.27:
6414: * src/main/Makefile.am [autoptr] 1.35.6.1:
6415: * src/main/Makefile.in [autoptr] 1.50.2.2:
6416: * src/main/compile.tab.C [autoptr] 1.81.2.7:
6417: * src/main/compile.y [autoptr] 1.204.2.6:
6418: * src/main/execute.C [autoptr] 1.295.2.10:
6419: * src/main/pa_request.C [autoptr] 1.245.2.14:
6420: * src/main/untaint.C [autoptr] 1.115.2.7:
6421: * src/types/pa_junction.h [autoptr] 1.1.2.2:
6422: * src/types/pa_method.h [autoptr] 1.1.2.2:
6423: * src/types/pa_value.h [autoptr] 1.109.2.20:
6424: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
6425: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
6426: *** empty log message ***
6427:
6428: * src/main/pa_exec.C [autoptr] 1.48.2.9:
6429: pa_exec compiled on win32
6430:
6431: * src/classes/date.C [autoptr] 1.42.2.6:
6432: * src/classes/file.C [autoptr] 1.107.2.6:
6433: * src/classes/hash.C [autoptr] 1.54.2.5:
6434: * src/classes/image.C [autoptr] 1.90.2.6:
6435: * src/classes/mail.C [autoptr] 1.88.2.5:
6436: * src/classes/math.C [autoptr] 1.24.2.5:
6437: * src/classes/op.C [autoptr] 1.127.2.9:
6438: * src/classes/string.C [autoptr] 1.125.2.5:
6439: * src/classes/table.C [autoptr] 1.172.2.5:
6440: * src/classes/xdoc.C [autoptr] 1.108.2.5:
6441: * src/classes/xnode.C [autoptr] 1.54.2.4:
6442: * src/include/pa_request.h [autoptr] 1.160.2.17:
6443: * src/main/pa_globals.C [autoptr] 1.152.2.14:
6444: * src/main/pa_string.C [autoptr] 1.172.2.13:
6445: date compiled
6446:
6447: * src/types/pa_junction.h 1.1:
6448: file pa_junction.h was initially added on branch autoptr.
6449:
6450: * src/main/compile_tools.h [autoptr] 1.67.2.8:
6451: * src/main/execute.C [autoptr] 1.295.2.9:
6452: * src/main/pa_table.C [autoptr] 1.53.2.9:
6453: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
6454: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
6455: yuk: gcc on cygwin yelds "virtual memory exhausted" while
6456: trying to compile execute.C [eating up to 127MB]
6457:
6458: 2003-02-03 paf
6459: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
6460: vstateless_class compiled
6461:
6462: * src/include/pa_request.h [autoptr] 1.160.2.13:
6463: * src/main/execute.C [autoptr] 1.295.2.7:
6464: * src/main/pa_request.C [autoptr] 1.245.2.8:
6465: * src/types/pa_value.h [autoptr] 1.109.2.16:
6466: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
6467: execute compiled
6468:
6469: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
6470: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
6471: vresponse compiled
6472:
6473: * src/types/pa_value.C [autoptr] 1.9.2.9:
6474: * src/types/pa_value.h [autoptr] 1.109.2.18:
6475: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
6476: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
6477: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
6478: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
6479: vobject compiled
6480:
6481: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
6482: vtable compiled
6483:
6484: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
6485: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
6486: vmath compiled
6487:
6488: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
6489: * src/include/pa_hash.h [autoptr] 1.58.2.12:
6490: * src/include/pa_operation.h [autoptr] 1.1.2.6:
6491: * src/include/pa_pool.h [autoptr] 1.86.2.26:
6492: * src/include/pa_string.h [autoptr] 1.144.2.21:
6493: * src/main/pa_common.C [autoptr] 1.143.2.12:
6494: * src/types/pa_value.C [autoptr] 1.9.2.10:
6495: * src/types/pa_value.h [autoptr] 1.109.2.19:
6496: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
6497: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
6498: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
6499: * src/types/pa_vint.h [autoptr] 1.38.2.7:
6500: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
6501: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
6502: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
6503: * src/types/types.dsp [autoptr] 1.35.10.5:
6504: started gcc compiling
6505: pa_common compiled
6506:
6507: * src/include/pa_pool.h [autoptr] 1.86.2.23:
6508: * src/main/pa_request.C [autoptr] 1.245.2.10:
6509: * src/types/pa_value.C [autoptr] 1.9.2.8:
6510: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
6511: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
6512: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
6513: * src/types/pa_vform.C [autoptr] 1.74.2.4:
6514: * src/types/pa_vform.h [autoptr] 1.45.2.7:
6515: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
6516: vform compiled
6517:
6518: * src/include/Makefile.am [autoptr] 1.3.14.1:
6519: * src/include/Makefile.in [autoptr] 1.11.2.1:
6520: * src/include/pa_hash.h [autoptr] 1.58.2.11:
6521: * src/include/pa_pool.h [autoptr] 1.86.2.24:
6522: gcc refused to compile _P identifier. it replaced it to some
6523: strange 0x0000040
6524:
6525: * configure [autoptr] 1.66.2.2:
6526: * configure.in [autoptr] 1.62.2.2:
6527: * src/Makefile.in [autoptr] 1.55.2.1:
6528: * src/include/Makefile.in [autoptr] 1.11.2.2:
6529: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
6530: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
6531: * src/include/pa_string.h [autoptr] 1.144.2.20:
6532: * src/main/Makefile.in [autoptr] 1.50.2.1:
6533: *** empty log message ***
6534:
6535: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
6536: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
6537: vstring compiled
6538:
6539: * src/include/pa_request.h [autoptr] 1.160.2.14:
6540: * src/main/execute.C [autoptr] 1.295.2.8:
6541: * src/main/pa_request.C [autoptr] 1.245.2.9:
6542: main.lib - 0 error(s), 0 warning(s)
6543:
6544: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
6545: vrequest compiled
6546:
6547: * src/classes/form.C [autoptr] 1.34.2.2:
6548: * src/classes/mail.C [autoptr] 1.88.2.2:
6549: * src/include/pa_request.h [autoptr] 1.160.2.15:
6550: * src/main/pa_globals.C [autoptr] 1.152.2.12:
6551: * src/main/pa_request.C [autoptr] 1.245.2.11:
6552: * src/types/pa_value.h [autoptr] 1.109.2.17:
6553: * src/types/pa_vform.C [autoptr] 1.74.2.5:
6554: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
6555: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
6556: vmail compiled
6557:
6558: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
6559: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
6560: vimage compiled
6561:
6562: * src/include/pa_exception.h [autoptr] 1.38.2.14:
6563: * src/include/pa_pool.h [autoptr] 1.86.2.25:
6564: * src/main/pa_exception.C [autoptr] 1.43.2.11:
6565: exception gcc change #1
6566:
6567: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
6568: * src/main/pa_request.C [autoptr] 1.245.2.12:
6569: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
6570: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
6571: vstatus compiled
6572:
6573: 2003-01-31 paf
6574: * src/classes/classes.C [autoptr] 1.18.2.2:
6575: * src/classes/classes.h [autoptr] 1.23.2.7:
6576: * src/classes/date.C [autoptr] 1.42.2.3:
6577: * src/classes/double.C [autoptr] 1.53.2.1:
6578: * src/classes/file.C [autoptr] 1.107.2.3:
6579: * src/classes/form.C [autoptr] 1.34.2.1:
6580: * src/classes/gd/gif.C [autoptr] 1.30.2.2:
6581: * src/classes/gd/gif.h [autoptr] 1.23.2.4:
6582: * src/classes/gd/gifio.C [autoptr] 1.21.2.2:
6583: * src/classes/hash.C [autoptr] 1.54.2.2:
6584: * src/classes/image.C [autoptr] 1.90.2.3:
6585: * src/classes/int.C [autoptr] 1.49.2.1:
6586: * src/classes/mail.C [autoptr] 1.88.2.1:
6587: * src/classes/math.C [autoptr] 1.24.2.2:
6588: * src/classes/op.C [autoptr] 1.127.2.5:
6589: * src/classes/response.C [autoptr] 1.23.2.1:
6590: * src/classes/smtp/comms.C [autoptr] 1.11.2.1:
6591: * src/classes/smtp/smtp.C [autoptr] 1.20.2.1:
6592: * src/classes/smtp/smtp.h [autoptr] 1.11.2.1:
6593: * src/classes/string.C [autoptr] 1.125.2.1:
6594: * src/classes/table.C [autoptr] 1.172.2.2:
6595: * src/classes/void.C [autoptr] 1.28.2.1:
6596: * src/classes/xdoc.C [autoptr] 1.108.2.2:
6597: * src/classes/xnode.C [autoptr] 1.54.2.1:
6598: * src/classes/xnode.h [autoptr] 1.18.2.2:
6599: * src/include/pa_array.h [autoptr] 1.57.2.16:
6600: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
6601: * src/include/pa_charset.h [autoptr] 1.20.2.10:
6602: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
6603: * src/include/pa_common.h [autoptr] 1.89.2.7:
6604: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
6605: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
6606: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
6607: * src/include/pa_dir.h [autoptr] 1.13.2.1:
6608: * src/include/pa_exception.h [autoptr] 1.38.2.13:
6609: * src/include/pa_exec.h [autoptr] 1.11.2.3:
6610: * src/include/pa_globals.h [autoptr] 1.101.2.10:
6611: * src/include/pa_hash.h [autoptr] 1.58.2.10:
6612: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
6613: * src/include/pa_operation.h [autoptr] 1.1.2.4:
6614: * src/include/pa_pool.h [autoptr] 1.86.2.22:
6615: * src/include/pa_request.h [autoptr] 1.160.2.9:
6616: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
6617: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
6618: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
6619: * src/include/pa_socks.h [autoptr] 1.11.2.2:
6620: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
6621: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
6622: * src/include/pa_stack.h [autoptr] 1.17.2.3:
6623: * src/include/pa_string.h [autoptr] 1.144.2.18:
6624: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
6625: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
6626: * src/include/pa_table.h [autoptr] 1.48.2.9:
6627: * src/include/pa_threads.h [autoptr] 1.26.2.1:
6628: * src/include/pa_types.h [autoptr] 1.44.2.2:
6629: * src/include/pa_uue.h [autoptr] 1.4.2.3:
6630: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
6631: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
6632: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
6633: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
6634: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
6635: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
6636: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
6637: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
6638: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
6639: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
6640: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
6641: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
6642: * src/main/compile.C [autoptr] 1.69.2.4:
6643: * src/main/compile.tab.C [autoptr] 1.81.2.4:
6644: * src/main/compile.y [autoptr] 1.204.2.3:
6645: * src/main/compile_tools.C [autoptr] 1.54.2.4:
6646: * src/main/compile_tools.h [autoptr] 1.67.2.6:
6647: * src/main/execute.C [autoptr] 1.295.2.4:
6648: * src/main/main.dsp [autoptr] 1.161.6.8:
6649: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
6650: * src/main/pa_charset.C [autoptr] 1.33.2.6:
6651: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
6652: * src/main/pa_common.C [autoptr] 1.143.2.10:
6653: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
6654: * src/main/pa_dir.C [autoptr] 1.14.2.2:
6655: * src/main/pa_exception.C [autoptr] 1.43.2.10:
6656: * src/main/pa_exec.C [autoptr] 1.48.2.5:
6657: * src/main/pa_globals.C [autoptr] 1.152.2.10:
6658: * src/main/pa_pool.C [autoptr] 1.59.2.3:
6659: * src/main/pa_request.C [autoptr] 1.245.2.5:
6660: * src/main/pa_socks.C [autoptr] 1.18.2.3:
6661: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
6662: * src/main/pa_string.C [autoptr] 1.172.2.11:
6663: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
6664: * src/main/pa_table.C [autoptr] 1.53.2.8:
6665: * src/main/pa_uue.C [autoptr] 1.4.2.4:
6666: * src/main/untaint.C [autoptr] 1.115.2.6:
6667: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
6668: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
6669: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
6670: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
6671: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
6672: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
6673: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
6674: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
6675: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
6676: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
6677: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
6678: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
6679: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
6680: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
6681: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
6682: * src/types/pa_value.C [autoptr] 1.9.2.7:
6683: * src/types/pa_value.h [autoptr] 1.109.2.14:
6684: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
6685: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
6686: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
6687: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
6688: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
6689: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
6690: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
6691: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
6692: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
6693: * src/types/pa_venv.h [autoptr] 1.28.2.3:
6694: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
6695: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
6696: * src/types/pa_vform.C [autoptr] 1.74.2.3:
6697: * src/types/pa_vform.h [autoptr] 1.45.2.5:
6698: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
6699: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
6700: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
6701: * src/types/pa_vint.h [autoptr] 1.38.2.6:
6702: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
6703: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
6704: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
6705: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
6706: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
6707: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
6708: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
6709: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
6710: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
6711: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
6712: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
6713: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
6714: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
6715: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
6716: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
6717: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
6718: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
6719: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
6720: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
6721: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
6722: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
6723: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
6724: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
6725: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
6726: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
6727: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
6728: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
6729: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
6730: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
6731: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
6732: grammar compiled
6733:
6734: * src/classes/op.C [autoptr] 1.127.2.6:
6735: * src/classes/string.C [autoptr] 1.125.2.2:
6736: * src/include/pa_common.h [autoptr] 1.89.2.8:
6737: * src/include/pa_globals.h [autoptr] 1.101.2.11:
6738: * src/include/pa_request.h [autoptr] 1.160.2.10:
6739: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
6740: * src/main/compile.tab.C [autoptr] 1.81.2.5:
6741: * src/main/compile.y [autoptr] 1.204.2.4:
6742: * src/main/execute.C [autoptr] 1.295.2.5:
6743: * src/main/main.dsp [autoptr] 1.161.6.9:
6744: * src/main/pa_common.C [autoptr] 1.143.2.11:
6745: * src/main/pa_globals.C [autoptr] 1.152.2.11:
6746: * src/main/pa_request.C [autoptr] 1.245.2.6:
6747: * src/types/pa_value.h [autoptr] 1.109.2.15:
6748: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
6749: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
6750: * src/types/pa_vform.h [autoptr] 1.45.2.6:
6751: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
6752: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
6753: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
6754: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
6755: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
6756: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
6757: * src/types/types.dsp [autoptr] 1.35.10.4:
6758: most pa_request compiled
6759:
6760: * src/include/pa_array.h [autoptr] 1.57.2.17:
6761: * src/include/pa_operation.h [autoptr] 1.1.2.5:
6762: * src/include/pa_request.h [autoptr] 1.160.2.12:
6763: * src/main/execute.C [autoptr] 1.295.2.6:
6764: * src/main/main.dsp [autoptr] 1.161.6.10:
6765: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
6766: started last file from main library: execute
6767:
6768: * src/include/pa_request.h [autoptr] 1.160.2.11:
6769: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
6770: * src/main/compile.tab.C [autoptr] 1.81.2.6:
6771: * src/main/compile.y [autoptr] 1.204.2.5:
6772: * src/main/compile_tools.h [autoptr] 1.67.2.7:
6773: * src/main/pa_request.C [autoptr] 1.245.2.7:
6774: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
6775: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
6776: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
6777: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
6778: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
6779: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
6780: pa_request compiled
6781:
6782: * src/classes/classes.h [autoptr] 1.23.2.6:
6783: * src/classes/op.C [autoptr] 1.127.2.4:
6784: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
6785: * src/include/pa_charset.h [autoptr] 1.20.2.9:
6786: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
6787: * src/include/pa_common.h [autoptr] 1.89.2.6:
6788: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
6789: * src/include/pa_exception.h [autoptr] 1.38.2.12:
6790: * src/include/pa_exec.h [autoptr] 1.11.2.2:
6791: * src/include/pa_pool.h [autoptr] 1.86.2.21:
6792: * src/include/pa_request.h [autoptr] 1.160.2.8:
6793: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
6794: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
6795: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
6796: * src/include/pa_string.h [autoptr] 1.144.2.17:
6797: * src/include/pa_table.h [autoptr] 1.48.2.8:
6798: * src/include/pa_uue.h [autoptr] 1.4.2.2:
6799: * src/main/compile.C [autoptr] 1.69.2.3:
6800: * src/main/compile.tab.C [autoptr] 1.81.2.3:
6801: * src/main/compile_tools.C [autoptr] 1.54.2.3:
6802: * src/main/compile_tools.h [autoptr] 1.67.2.5:
6803: * src/main/main.dsp [autoptr] 1.161.6.7:
6804: * src/main/pa_charset.C [autoptr] 1.33.2.5:
6805: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
6806: * src/main/pa_common.C [autoptr] 1.143.2.9:
6807: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
6808: * src/main/pa_exception.C [autoptr] 1.43.2.9:
6809: * src/main/pa_exec.C [autoptr] 1.48.2.4:
6810: * src/main/pa_request.C [autoptr] 1.245.2.4:
6811: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
6812: * src/main/pa_string.C [autoptr] 1.172.2.10:
6813: * src/main/pa_table.C [autoptr] 1.53.2.7:
6814: * src/main/pa_uue.C [autoptr] 1.4.2.3:
6815: * src/main/untaint.C [autoptr] 1.115.2.5:
6816: * src/types/pa_value.C [autoptr] 1.9.2.6:
6817: * src/types/pa_value.h [autoptr] 1.109.2.13:
6818: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
6819: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
6820: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
6821: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
6822: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
6823: * src/types/pa_venv.h [autoptr] 1.28.2.2:
6824: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
6825: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
6826: * src/types/pa_vform.h [autoptr] 1.45.2.4:
6827: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
6828: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
6829: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
6830: * src/types/pa_vint.h [autoptr] 1.38.2.5:
6831: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
6832: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
6833: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
6834: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
6835: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
6836: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
6837: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
6838: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
6839: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
6840: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
6841: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
6842: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
6843: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
6844: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
6845: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
6846: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
6847: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
6848: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
6849: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
6850: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
6851: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
6852: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
6853: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
6854: ConstStringPtr died, long live StringPtr
6855:
6856: 2003-01-30 paf
6857: * src/classes/classes.h [autoptr] 1.23.2.5:
6858: * src/include/pa_pool.h [autoptr] 1.86.2.20:
6859: * src/main/compile.C [autoptr] 1.69.2.2:
6860: * src/main/compile.tab.C [autoptr] 1.81.2.1:
6861: * src/types/pa_value.h [autoptr] 1.109.2.12:
6862: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
6863: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
6864: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
6865: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
6866: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
6867: * src/types/types.dsp [autoptr] 1.35.10.3:
6868: vstateless_class compiled
6869:
6870: * src/classes/gd/gif.h [autoptr] 1.23.2.3:
6871: * src/include/pa_charset.h [autoptr] 1.20.2.8:
6872: * src/include/pa_request.h [autoptr] 1.160.2.7:
6873: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
6874: * src/main/compile.tab.C [autoptr] 1.81.2.2:
6875: * src/main/compile.y [autoptr] 1.204.2.2:
6876: * src/main/compile_tools.h [autoptr] 1.67.2.4:
6877: * src/main/pa_request.C [autoptr] 1.245.2.3:
6878: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
6879: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
6880: grammar compiled
6881:
6882: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
6883: * src/main/compile_tools.h [autoptr] 1.67.2.1:
6884: * src/main/execute.C [autoptr] 1.295.2.3:
6885: * src/main/main.dsp [autoptr] 1.161.6.6:
6886: * src/types/pa_value.C [autoptr] 1.9.2.5:
6887: * src/types/pa_value.h [autoptr] 1.109.2.11:
6888: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
6889: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
6890: value compiled
6891:
6892: * src/types/pa_vmethod_frame.C 1.1:
6893: file pa_vmethod_frame.C was initially added on branch autoptr.
6894:
6895: * src/include/pa_array.h [autoptr] 1.57.2.15:
6896: * src/include/pa_operation.h [autoptr] 1.1.2.3:
6897: * src/include/pa_table.h [autoptr] 1.48.2.7:
6898: * src/main/compile_tools.C [autoptr] 1.54.2.2:
6899: * src/main/compile_tools.h [autoptr] 1.67.2.3:
6900: * src/main/pa_table.C [autoptr] 1.53.2.6:
6901: compile_tools compiled
6902:
6903: * src/main/compile.C [autoptr] 1.69.2.1:
6904: compile compiled
6905:
6906: * ltmain.sh 1.5:
6907: *** empty log message ***
6908:
6909: * src/include/pa_operation.h [autoptr] 1.1.2.2:
6910: * src/main/compile.y [autoptr] 1.204.2.1:
6911: * src/main/compile_tools.C [autoptr] 1.54.2.1:
6912: * src/main/compile_tools.h [autoptr] 1.67.2.2:
6913: started compile_tools. vagues ideas of how to free compiled code
6914:
6915: * src/include/pa_operation.h 1.1:
6916: file pa_operation.h was initially added on branch autoptr.
6917:
6918: 2003-01-29 paf
6919: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
6920: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
6921: * src/main/main.dsp [autoptr] 1.161.6.5:
6922: * src/main/untaint.C [autoptr] 1.115.2.4:
6923: more compiled
6924:
6925: * src/include/pa_globals.h [autoptr] 1.101.2.9:
6926: * src/include/pa_request.h [autoptr] 1.160.2.6:
6927: * src/main/pa_globals.C [autoptr] 1.152.2.9:
6928: * src/main/pa_request.C [autoptr] 1.245.2.2:
6929: * src/types/pa_value.h [autoptr] 1.109.2.10:
6930: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
6931: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
6932: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
6933: * src/types/types.dsp [autoptr] 1.35.10.2:
6934: vmethodframe, pa_request.h compiled
6935:
6936: * src/classes/file.C [autoptr] 1.107.2.2:
6937: * src/include/pa_globals.h [autoptr] 1.101.2.8:
6938: * src/main/pa_globals.C [autoptr] 1.152.2.8:
6939: * src/types/pa_value.C [autoptr] 1.9.2.4:
6940: * src/types/pa_value.h [autoptr] 1.109.2.9:
6941: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
6942: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
6943: vfile compiled
6944:
6945: * src/classes/classes.h [autoptr] 1.23.2.3:
6946: * src/classes/math.C [autoptr] 1.24.2.1:
6947: * src/include/pa_pool.h [autoptr] 1.86.2.17:
6948: * src/include/pa_request.h [autoptr] 1.160.2.3:
6949: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
6950: * src/include/pa_string.h [autoptr] 1.144.2.13:
6951: * src/main/main.dsp [autoptr] 1.161.6.3:
6952: * src/types/pa_value.h [autoptr] 1.109.2.5:
6953: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
6954: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
6955: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
6956: * src/types/pa_venv.h [autoptr] 1.28.2.1:
6957: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
6958: * src/types/pa_vform.C [autoptr] 1.74.2.1:
6959: * src/types/pa_vform.h [autoptr] 1.45.2.1:
6960: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
6961: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
6962: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
6963: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
6964: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
6965: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
6966: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
6967: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
6968: * src/types/types.dsp [autoptr] 1.35.10.1:
6969: vmath compiled
6970:
6971: * src/types/pa_vmath.C 1.1:
6972: file pa_vmath.C was initially added on branch autoptr.
6973:
6974: * src/include/pa_common.h [autoptr] 1.89.2.5:
6975: * src/include/pa_globals.h [autoptr] 1.101.2.7:
6976: * src/include/pa_string.h [autoptr] 1.144.2.16:
6977: * src/main/pa_globals.C [autoptr] 1.152.2.7:
6978: * src/types/pa_value.C [autoptr] 1.9.2.3:
6979: * src/types/pa_value.h [autoptr] 1.109.2.8:
6980: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
6981: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
6982: * src/types/pa_vform.C [autoptr] 1.74.2.2:
6983: * src/types/pa_vform.h [autoptr] 1.45.2.3:
6984: vcookie compiled
6985:
1.24 paf 6986: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
6987: libltdl compiled without warnings now
6988:
1.22 paf 6989: * src/include/pa_request_info.h 1.1:
6990: file pa_request_info.h was initially added on branch autoptr.
6991:
6992: * src/classes/gd/gd.dsp [autoptr] 1.26.10.1:
6993: * src/classes/gd/gif.C [autoptr] 1.30.2.1:
6994: * src/classes/gd/gif.h [autoptr] 1.23.2.1:
6995: * src/classes/gd/gif.h [autoptr] 1.23.2.2:
6996: * src/classes/gd/gifio.C [autoptr] 1.21.2.1:
6997: * src/include/pa_array.h [autoptr] 1.57.2.14:
6998: * src/include/pa_exception.h [autoptr] 1.38.2.11:
6999: * src/include/pa_pool.h [autoptr] 1.86.2.19:
7000: * src/main/pa_exception.C [autoptr] 1.43.2.8:
7001: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
7002: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
7003: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
7004: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
7005: gd compiled
7006:
7007: * src/include/pa_exception.h [autoptr] 1.38.2.10:
7008: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
7009: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
7010: * src/main/pa_common.C [autoptr] 1.143.2.8:
7011: * src/main/pa_dir.C [autoptr] 1.14.2.1:
7012: * src/main/pa_exception.C [autoptr] 1.43.2.7:
7013: * src/main/pa_exec.C [autoptr] 1.48.2.3:
7014: * src/main/pa_pool.C [autoptr] 1.59.2.2:
7015: * src/main/pa_socks.C [autoptr] 1.18.2.2:
7016: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
7017: * src/main/pa_string.C [autoptr] 1.172.2.9:
7018: * src/main/pa_uue.C [autoptr] 1.4.2.2:
7019: #include "pa_value_includes.h"
7020: everywhere in main
7021:
7022: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
7023: * src/include/pa_request.h [autoptr] 1.160.2.5:
7024: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
7025: * src/include/pa_string.h [autoptr] 1.144.2.15:
7026: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
7027: * src/types/pa_value.h [autoptr] 1.109.2.7:
7028: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
7029: * src/types/pa_vform.h [autoptr] 1.45.2.2:
7030: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
7031: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
7032: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
7033: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
7034: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
7035: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
7036: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
7037: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
7038: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
7039: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
7040: vrequest compiled
7041:
7042: * src/types/pa_value_includes.h 1.1:
7043: file pa_value_includes.h was initially added on branch autoptr.
7044:
7045: * src/classes/classes.h [autoptr] 1.23.2.4:
7046: * src/include/pa_charset.h [autoptr] 1.20.2.7:
7047: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
7048: * src/include/pa_globals.h [autoptr] 1.101.2.6:
7049: * src/include/pa_pool.h [autoptr] 1.86.2.18:
7050: * src/include/pa_request.h [autoptr] 1.160.2.4:
7051: * src/include/pa_string.h [autoptr] 1.144.2.14:
7052: * src/main/main.dsp [autoptr] 1.161.6.4:
7053: * src/main/pa_charset.C [autoptr] 1.33.2.4:
7054: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
7055: * src/main/pa_globals.C [autoptr] 1.152.2.6:
7056: * src/main/untaint.C [autoptr] 1.115.2.3:
7057: * src/types/pa_value.h [autoptr] 1.109.2.6:
7058: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
7059: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
7060: * src/types/pa_vint.h [autoptr] 1.38.2.4:
7061: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
7062: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
7063: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
7064: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
7065: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
7066: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
7067: vrequest,vdouble,vint compiled
7068:
7069: * src/include/pa_request_charsets.h 1.1:
7070: file pa_request_charsets.h was initially added on branch
7071: autoptr.
7072:
7073: 2003-01-28 paf
7074: * src/include/pa_charset.h [autoptr] 1.20.2.6:
7075: * src/include/pa_exception.h [autoptr] 1.38.2.9:
7076: * src/include/pa_request.h [autoptr] 1.160.2.2:
7077: * src/include/pa_string.h [autoptr] 1.144.2.12:
7078: * src/main/untaint.C [autoptr] 1.115.2.2:
7079: untaint compiled
7080:
7081: * src/include/pa_charset.h [autoptr] 1.20.2.5:
7082: * src/main/pa_charset.C [autoptr] 1.33.2.3:
7083: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
7084: charset/s simplified [charset::pool_for_load introduced]
7085:
7086: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
7087: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
7088: * src/main/pa_globals.C [autoptr] 1.152.2.5:
7089: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
7090: globals compiled
7091:
7092: * src/include/pa_array.h [autoptr] 1.57.2.11:
7093: * src/include/pa_charset.h [autoptr] 1.20.2.3:
7094: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
7095: * src/include/pa_pool.h [autoptr] 1.86.2.13:
7096: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
7097: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
7098: * src/include/pa_stack.h [autoptr] 1.17.2.2:
7099: * src/include/pa_string.h [autoptr] 1.144.2.9:
7100: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
7101: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
7102: * src/types/pa_vint.h [autoptr] 1.38.2.3:
7103: sql_driver_manager compiled
7104:
7105: * src/classes/date.C [autoptr] 1.42.2.1:
7106: * src/include/pa_charset.h [autoptr] 1.20.2.4:
7107: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
7108: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
7109: * src/include/pa_globals.h [autoptr] 1.101.2.5:
7110: * src/main/pa_charset.C [autoptr] 1.33.2.2:
7111: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
7112: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
7113: * src/main/pa_globals.C [autoptr] 1.152.2.4:
7114: * src/main/pa_request.C [autoptr] 1.245.2.1:
7115: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
7116: pa_charsets compiled
7117:
1.24 paf 7118: * src/include/pa_pool.h [autoptr] 1.86.2.14:
7119: * src/main/pa_common.C [autoptr] 1.143.2.7:
7120: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
7121: common compiled
7122:
1.22 paf 7123: * etc/parser3.charsets/koi8-r.cfg 1.3:
7124: * etc/parser3.charsets/windows-1251.cfg 1.7:
7125: ukranian letter i with two dots added to koi,
7126: all ukranian letters added to win1251.
7127:
7128: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
7129:
7130: * src/classes/classes.h [autoptr] 1.23.2.2:
7131: * src/classes/date.C [autoptr] 1.42.2.2:
7132: * src/classes/file.C [autoptr] 1.107.2.1:
7133: * src/classes/hash.C [autoptr] 1.54.2.1:
7134: * src/classes/image.C [autoptr] 1.90.2.2:
7135: * src/classes/table.C [autoptr] 1.172.2.1:
7136: * src/classes/xdoc.C [autoptr] 1.108.2.1:
7137: * src/classes/xnode.h [autoptr] 1.18.2.1:
7138: * src/main/execute.C [autoptr] 1.295.2.2:
7139: * src/main/main.dsp [autoptr] 1.161.6.2:
7140: * src/types/pa_value.h [autoptr] 1.109.2.4:
7141: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
7142: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
7143: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
7144: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
7145: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
7146: started main: compile_tools
7147:
7148: * src/include/pa_array.h [autoptr] 1.57.2.13:
7149: * src/include/pa_string.h [autoptr] 1.144.2.11:
7150: * src/main/execute.C [autoptr] 1.295.2.1:
7151: * src/main/untaint.C [autoptr] 1.115.2.1:
7152: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
7153: more compiled.
7154: struck with string::store_to needing to know source/client charsets
7155:
7156: * src/include/pa_exception.h [autoptr] 1.38.2.8:
7157: * src/include/pa_uue.h [autoptr] 1.4.2.1:
7158: * src/main/pa_uue.C [autoptr] 1.4.2.1:
7159: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
7160: uue compiled
7161:
7162: * src/include/pa_table.h [autoptr] 1.48.2.6:
7163: * src/main/pa_string.C [autoptr] 1.172.2.8:
7164: * src/main/pa_table.C [autoptr] 1.53.2.5:
7165: table compiled
7166:
7167: * src/include/pa_array.h [autoptr] 1.57.2.12:
7168: * src/include/pa_exec.h [autoptr] 1.11.2.1:
7169: * src/include/pa_hash.h [autoptr] 1.58.2.9:
7170: * src/include/pa_pool.h [autoptr] 1.86.2.15:
7171: * src/main/pa_exec.C [autoptr] 1.48.2.2:
7172: pa_exec win32 compiled
7173:
7174: 2003-01-27 paf
7175: * src/include/pa_array.h [autoptr] 1.57.2.9:
7176: * src/include/pa_common.h [autoptr] 1.89.2.4:
7177: * src/include/pa_hash.h [autoptr] 1.58.2.7:
7178: * src/include/pa_pool.h [autoptr] 1.86.2.9:
7179: * src/include/pa_string.h [autoptr] 1.144.2.7:
7180: * src/main/pa_common.C [autoptr] 1.143.2.4:
7181: * src/main/pa_string.C [autoptr] 1.172.2.6:
7182: * src/types/pa_value.C [autoptr] 1.9.2.2:
7183: * src/types/pa_value.h [autoptr] 1.109.2.3:
7184: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
7185: * src/types/pa_vint.h [autoptr] 1.38.2.2:
7186: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
7187: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
7188: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
7189: wcontext compiled
7190:
7191: * src/include/pa_exception.h [autoptr] 1.38.2.6:
7192: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
7193: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
7194: * src/include/pa_string.h [autoptr] 1.144.2.8:
7195: * src/main/pa_common.C [autoptr] 1.143.2.6:
7196: * src/main/pa_exec.C [autoptr] 1.48.2.1:
7197: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
7198: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
7199: paused on sql_manager
7200:
7201: * src/classes/op.C [autoptr] 1.127.2.3:
7202: * src/include/pa_globals.h [autoptr] 1.101.2.4:
7203: * src/include/pa_hash.h [autoptr] 1.58.2.8:
7204: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
7205: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
7206: * src/include/pa_table.h [autoptr] 1.48.2.5:
7207: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
7208: * src/main/pa_table.C [autoptr] 1.53.2.4:
7209: table compiled
7210:
7211: * src/include/pa_pool.h [autoptr] 1.86.2.10:
7212: * src/main/pa_common.C [autoptr] 1.143.2.5:
7213: common compiled
7214:
7215: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
7216: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
7217: cache_managers compiled
7218:
7219: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
7220: * src/include/pa_pool.h [autoptr] 1.86.2.12:
7221: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
7222: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
7223: * src/include/pa_stack.h [autoptr] 1.17.2.1:
7224: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
7225: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
7226: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
7227: vtable compiled
7228:
7229: * src/include/pa_array.h [autoptr] 1.57.2.10:
7230: * src/include/pa_charset.h [autoptr] 1.20.2.2:
7231: * src/include/pa_pool.h [autoptr] 1.86.2.11:
7232: * src/main/pa_charset.C [autoptr] 1.33.2.1:
7233: charset compiled
7234:
7235: 2003-01-24 paf
7236: * src/classes/classes.C [autoptr] 1.18.2.1:
7237: * src/classes/classes.h [autoptr] 1.23.2.1:
7238: * src/include/pa_array.h [autoptr] 1.57.2.8:
7239: * src/include/pa_common.h [autoptr] 1.89.2.3:
7240: * src/include/pa_globals.h [autoptr] 1.101.2.3:
7241: * src/include/pa_hash.h [autoptr] 1.58.2.6:
7242: * src/include/pa_pool.h [autoptr] 1.86.2.8:
7243: * src/include/pa_string.h [autoptr] 1.144.2.6:
7244: * src/main/pa_common.C [autoptr] 1.143.2.3:
7245: * src/main/pa_globals.C [autoptr] 1.152.2.3:
7246: * src/main/pa_string.C [autoptr] 1.172.2.5:
7247: * src/types/pa_value.h [autoptr] 1.109.2.2:
7248: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
7249: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
7250: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
7251: * src/types/pa_vint.h [autoptr] 1.38.2.1:
7252: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
7253: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
7254: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
7255: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
7256: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
7257: more patched
7258:
7259: * src/classes/op.C [autoptr] 1.127.2.2:
7260: * src/include/pa_array.h [autoptr] 1.57.2.7:
7261: * src/include/pa_exception.h [autoptr] 1.38.2.5:
7262: * src/include/pa_hash.h [autoptr] 1.58.2.5:
7263: * src/include/pa_pool.h [autoptr] 1.86.2.7:
7264: * src/include/pa_string.h [autoptr] 1.144.2.5:
7265: * src/include/pa_table.h [autoptr] 1.48.2.4:
7266: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
7267: * src/main/pa_exception.C [autoptr] 1.43.2.5:
7268: * src/main/pa_string.C [autoptr] 1.172.2.4:
7269: * src/main/pa_table.C [autoptr] 1.53.2.3:
7270: string compiled
7271:
7272: * src/include/pa_array.h [autoptr] 1.57.2.6:
7273: * src/include/pa_common.h [autoptr] 1.89.2.2:
7274: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
7275: * src/include/pa_exception.h [autoptr] 1.38.2.4:
7276: * src/include/pa_pool.h [autoptr] 1.86.2.6:
7277: * src/include/pa_string.h [autoptr] 1.144.2.4:
7278: * src/include/pa_table.h [autoptr] 1.48.2.3:
7279: * src/main/pa_common.C [autoptr] 1.143.2.2:
7280: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
7281: * src/main/pa_exception.C [autoptr] 1.43.2.4:
7282: * src/main/pa_string.C [autoptr] 1.172.2.3:
7283: dictionary compiled
7284:
7285: 2003-01-23 paf
7286: * src/include/pa_array.h [autoptr] 1.57.2.4:
7287: * src/include/pa_exception.h [autoptr] 1.38.2.2:
7288: * src/include/pa_hash.h [autoptr] 1.58.2.4:
7289: * src/include/pa_pool.h [autoptr] 1.86.2.4:
7290: * src/include/pa_table.h [autoptr] 1.48.2.2:
7291: * src/main/pa_exception.C [autoptr] 1.43.2.2:
7292: * src/main/pa_table.C [autoptr] 1.53.2.2:
7293: table compiled
7294:
7295: * src/include/pa_array.h [autoptr] 1.57.2.2:
7296: * src/include/pa_hash.h [autoptr] 1.58.2.2:
7297: * src/include/pa_pool.h [autoptr] 1.86.2.2:
7298: * src/main/main.dsp [autoptr] 1.161.6.1:
7299: continued with Hash
7300:
7301: * src/include/pa_array.h [autoptr] 1.57.2.5:
7302: * src/include/pa_common.h [autoptr] 1.89.2.1:
7303: * src/include/pa_exception.h [autoptr] 1.38.2.3:
7304: * src/include/pa_globals.h [autoptr] 1.101.2.2:
7305: * src/include/pa_pool.h [autoptr] 1.86.2.5:
7306: * src/include/pa_request.h [autoptr] 1.160.2.1:
7307: * src/include/pa_string.h [autoptr] 1.144.2.3:
7308: * src/main/pa_common.C [autoptr] 1.143.2.1:
7309: * src/main/pa_exception.C [autoptr] 1.43.2.3:
7310: * src/main/pa_globals.C [autoptr] 1.152.2.2:
7311: * src/types/pa_value.C [autoptr] 1.9.2.1:
7312: * src/types/pa_value.h [autoptr] 1.109.2.1:
7313: resurrected pool in new sense: now it's factory, producing
7314: accounting memory chunks for read[autofree] buffers
7315:
7316: * src/classes/image.C [autoptr] 1.90.2.1:
7317: * src/classes/op.C [autoptr] 1.127.2.1:
7318: * src/include/pa_array.h [autoptr] 1.57.2.3:
7319: * src/include/pa_exception.h [autoptr] 1.38.2.1:
7320: * src/include/pa_globals.h [autoptr] 1.101.2.1:
7321: * src/include/pa_hash.h [autoptr] 1.58.2.3:
7322: * src/include/pa_pool.h [autoptr] 1.86.2.3:
7323: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
7324: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
7325: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
7326: * src/include/pa_string.h [autoptr] 1.144.2.2:
7327: * src/include/pa_table.h [autoptr] 1.48.2.1:
7328: * src/include/pa_types.h [autoptr] 1.44.2.1:
7329: * src/main/pa_exception.C [autoptr] 1.43.2.1:
7330: * src/main/pa_globals.C [autoptr] 1.152.2.1:
7331: * src/main/pa_string.C [autoptr] 1.172.2.2:
7332: * src/main/pa_table.C [autoptr] 1.53.2.1:
7333: aint that easy
7334:
7335: * src/main/pa_common.C 1.144:
7336: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
7337: c with that stack]
7338:
7339: * src/lib/pcre/8859-1.ucm 1.1:
7340: file 8859-1.ucm was initially added on branch autoptr.
7341:
7342: 2003-01-22 paf
7343: * src/include/pa_array.h [autoptr] 1.57.2.1:
7344: * src/include/pa_charset.h [autoptr] 1.20.2.1:
7345: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
7346: * src/include/pa_hash.h [autoptr] 1.58.2.1:
7347: * src/include/pa_pool.h [autoptr] 1.86.2.1:
7348: * src/include/pa_string.h [autoptr] 1.144.2.1:
7349: * src/main/pa_array.C [autoptr] 1.54.2.1:
7350: * src/main/pa_hash.C [autoptr] 1.53.2.1:
7351: * src/main/pa_pool.C [autoptr] 1.59.2.1:
7352: * src/main/pa_string.C [autoptr] 1.172.2.1:
7353: started auto_ptr.
7354: PA_Object is base: contains references_count.
7355: auto_ptr template calls add_ref/release
7356:
7357: 2003-01-21 paf
7358: * src/classes/classes.C 1.18:
7359: * src/classes/classes.h 1.23:
7360: * src/classes/date.C 1.42:
7361: * src/classes/double.C 1.53:
7362: * src/classes/file.C 1.107:
7363: * src/classes/form.C 1.34:
7364: * src/classes/gd/gif.C 1.30:
7365: * src/classes/gd/gif.h 1.23:
7366: * src/classes/gd/gifio.C 1.21:
7367: * src/classes/hash.C 1.54:
7368: * src/classes/image.C 1.90:
7369: * src/classes/int.C 1.49:
7370: * src/classes/mail.C 1.88:
7371: * src/classes/math.C 1.24:
7372: * src/classes/op.C 1.127:
7373: * src/classes/response.C 1.23:
7374: * src/classes/smtp/comms.C 1.11:
7375: * src/classes/smtp/smtp.C 1.20:
7376: * src/classes/smtp/smtp.h 1.11:
7377: * src/classes/string.C 1.125:
7378: * src/classes/table.C 1.172:
7379: * src/classes/void.C 1.28:
7380: * src/classes/xdoc.C 1.108:
7381: * src/classes/xnode.C 1.54:
7382: * src/classes/xnode.h 1.18:
7383: * src/include/pa_array.h 1.57:
7384: * src/include/pa_cache_managers.h 1.9:
7385: * src/include/pa_charset.h 1.20:
7386: * src/include/pa_charsets.h 1.8:
7387: * src/include/pa_common.h 1.89:
7388: * src/include/pa_config_fixed.h 1.54:
7389: * src/include/pa_config_includes.h 1.23:
7390: * src/include/pa_dictionary.h 1.13:
7391: * src/include/pa_dir.h 1.13:
7392: * src/include/pa_exception.h 1.38:
7393: * src/include/pa_exec.h 1.11:
7394: * src/include/pa_globals.h 1.101:
7395: * src/include/pa_hash.h 1.58:
7396: * src/include/pa_opcode.h 1.24:
7397: * src/include/pa_pool.h 1.86:
7398: * src/include/pa_pragma_pack_begin.h 1.6:
7399: * src/include/pa_pragma_pack_end.h 1.6:
7400: * src/include/pa_request.h 1.160:
7401: * src/include/pa_sapi.h 1.22:
7402: * src/include/pa_socks.h 1.11:
7403: * src/include/pa_sql_connection.h 1.30:
7404: * src/include/pa_sql_driver_manager.h 1.26:
7405: * src/include/pa_stack.h 1.17:
7406: * src/include/pa_string.h 1.144:
7407: * src/include/pa_stylesheet_connection.h 1.32:
7408: * src/include/pa_stylesheet_manager.h 1.15:
7409: * src/include/pa_table.h 1.48:
7410: * src/include/pa_threads.h 1.26:
7411: * src/include/pa_types.h 1.44:
7412: * src/include/pa_uue.h 1.4:
7413: * src/lib/md5/pa_md5.h 1.5:
7414: * src/lib/md5/pa_md5c.c 1.6:
7415: * src/lib/pcre/pcre_parser_ctype.c 1.3:
7416: * src/main/compile.C 1.69:
7417: * src/main/compile.tab.C 1.80:
7418: * src/main/compile.y 1.204:
7419: * src/main/compile_tools.C 1.54:
7420: * src/main/compile_tools.h 1.67:
7421: * src/main/execute.C 1.295:
7422: * src/main/pa_array.C 1.54:
7423: * src/main/pa_cache_managers.C 1.7:
7424: * src/main/pa_charset.C 1.33:
7425: * src/main/pa_charsets.C 1.11:
7426: * src/main/pa_common.C 1.143:
7427: * src/main/pa_dictionary.C 1.17:
7428: * src/main/pa_dir.C 1.14:
7429: * src/main/pa_exception.C 1.43:
7430: * src/main/pa_exec.C 1.48:
7431: * src/main/pa_globals.C 1.152:
7432: * src/main/pa_hash.C 1.53:
7433: * src/main/pa_pool.C 1.59:
7434: * src/main/pa_request.C 1.245:
7435: * src/main/pa_socks.C 1.18:
7436: * src/main/pa_sql_driver_manager.C 1.69:
7437: * src/main/pa_string.C 1.172:
7438: * src/main/pa_stylesheet_manager.C 1.16:
7439: * src/main/pa_table.C 1.53:
7440: * src/main/pa_uue.C 1.4:
7441: * src/main/untaint.C 1.115:
7442: * src/sql/pa_sql_driver.h 1.34:
7443: * src/targets/apache13/mod_parser3.C 1.28:
7444: * src/targets/apache13/pa_md5c.c 1.5:
7445: * src/targets/apache13/pa_pool.C 1.8:
7446: * src/targets/apache13/pa_threads.C 1.11:
7447: * src/targets/cgi/pa_pool.C 1.41:
7448: * src/targets/cgi/pa_threads.C 1.12:
7449: * src/targets/cgi/parser3.C 1.216:
7450: * src/targets/cgi/pool_storage.h 1.13:
7451: * src/targets/isapi/pa_pool.C 1.16:
7452: * src/targets/isapi/pa_threads.C 1.13:
7453: * src/targets/isapi/parser3isapi.C 1.82:
7454: * src/targets/isapi/pool_storage.h 1.19:
7455: * src/types/pa_value.C 1.9:
7456: * src/types/pa_value.h 1.109:
7457: * src/types/pa_vbool.h 1.21:
7458: * src/types/pa_vclass.C 1.16:
7459: * src/types/pa_vclass.h 1.39:
7460: * src/types/pa_vcode_frame.h 1.24:
7461: * src/types/pa_vcookie.C 1.55:
7462: * src/types/pa_vcookie.h 1.23:
7463: * src/types/pa_vdate.h 1.24:
7464: * src/types/pa_vdouble.h 1.42:
7465: * src/types/pa_venv.h 1.28:
7466: * src/types/pa_vfile.C 1.36:
7467: * src/types/pa_vfile.h 1.52:
7468: * src/types/pa_vform.C 1.74:
7469: * src/types/pa_vform.h 1.45:
7470: * src/types/pa_vhash.h 1.43:
7471: * src/types/pa_vimage.C 1.22:
7472: * src/types/pa_vimage.h 1.34:
7473: * src/types/pa_vint.h 1.38:
7474: * src/types/pa_vjunction.h 1.19:
7475: * src/types/pa_vmail.C 1.40:
7476: * src/types/pa_vmail.h 1.9:
7477: * src/types/pa_vmath.h 1.14:
7478: * src/types/pa_vmethod_frame.h 1.45:
7479: * src/types/pa_vobject.C 1.12:
7480: * src/types/pa_vobject.h 1.38:
7481: * src/types/pa_vrequest.C 1.27:
7482: * src/types/pa_vrequest.h 1.25:
7483: * src/types/pa_vresponse.C 1.17:
7484: * src/types/pa_vresponse.h 1.32:
7485: * src/types/pa_vstateless_class.C 1.19:
7486: * src/types/pa_vstateless_class.h 1.42:
7487: * src/types/pa_vstateless_object.h 1.28:
7488: * src/types/pa_vstatus.C 1.15:
7489: * src/types/pa_vstatus.h 1.15:
7490: * src/types/pa_vstring.C 1.22:
7491: * src/types/pa_vstring.h 1.54:
7492: * src/types/pa_vtable.C 1.21:
7493: * src/types/pa_vtable.h 1.48:
7494: * src/types/pa_vvoid.h 1.17:
7495: * src/types/pa_vxdoc.C 1.23:
7496: * src/types/pa_vxdoc.h 1.31:
7497: * src/types/pa_vxnode.C 1.30:
7498: * src/types/pa_vxnode.h 1.22:
7499: * src/types/pa_wcontext.C 1.24:
7500: * src/types/pa_wcontext.h 1.42:
7501: * src/types/pa_wwrapper.h 1.28:
7502: 2002->2003
7503:
7504: 2003-01-16 paf
7505: * operators.txt 1.108:
7506: * src/include/pa_config_fixed.h 1.53:
7507: * src/main/pa_common.C 1.141:
7508: * www/htdocs/index.html 1.208:
7509: http request now return status. and not fail on status!=200
7510:
7511: * operators.txt 1.109:
7512: * src/include/pa_globals.h 1.100:
7513: * src/main/pa_common.C 1.142:
7514: * src/main/pa_globals.C 1.151:
7515: * www/htdocs/index.html 1.209:
7516: http://
7517: introducing
7518: $.any-status(1)
7519:
7520: * src/classes/gd/gif.C 1.29:
7521: * www/htdocs/index.html 1.210:
7522: image.copy fixed transparent resampling
7523:
7524: * bin/Makefile.in 1.9:
7525: * etc/Makefile.in 1.14:
7526: * etc/parser3.charsets/Makefile.in 1.17:
7527: * src/Makefile.in 1.55:
7528: * src/classes/Makefile.in 1.53:
7529: * src/classes/gd/Makefile.in 1.43:
7530: * src/classes/smtp/Makefile.in 1.12:
7531: * src/include/Makefile.in 1.11:
7532: * src/lib/Makefile.in 1.8:
7533: * src/lib/md5/Makefile.in 1.6:
7534: * src/lib/patches/Makefile.in 1.10:
7535: * src/lib/pcre/Makefile.in 1.8:
7536: * src/main/Makefile.in 1.50:
7537: * src/sql/Makefile.in 1.11:
7538: * src/targets/Makefile.in 1.42:
7539: * src/targets/cgi/Makefile.in 1.62:
7540: * src/targets/isapi/Makefile.in 1.11:
7541: * src/types/Makefile.in 1.50:
7542: proper AC_LANG_ switching to fix qsort detection bug
7543:
7544: 2003-01-15 paf
7545: * src/main/pa_globals.C 1.150:
7546: localized pa_xmlFileRead/Close
7547:
7548: 2003-01-14 paf
7549: * src/lib/ltdl/config.guess 1.2:
7550: * src/lib/ltdl/config.sub 1.2:
7551: * src/lib/ltdl/install-sh 1.2:
7552: * src/lib/ltdl/missing 1.2:
7553: * src/lib/ltdl/mkinstalldirs 1.2:
7554: removed some ancient files [they in / really]
7555:
7556: * src/lib/ltdl/config_fixed.h 1.2:
7557: * src/lib/ltdl/libltdl.dsp 1.3:
7558: * src/lib/ltdl/ltdl.c 1.3:
7559: ltdl.c regretfully needed patch in two places.
7560: in config_fixed.h made stubs for lib to compile in MSVC
7561:
7562: * src/lib/ltdl/aclocal.m4 1.1:
7563: *** empty log message ***
7564:
7565: 2003-01-13 paf
7566: * config.guess 1.3:
7567: * config.sub 1.4:
7568: * ltmain.sh 1.4:
7569: * src/targets/apache13/Makefile.in 1.44:
7570: removed last piece of configure.in(libtool) hacks
7571:
7572: * src/lib/ltdl/COPYING.LIB 1.1:
7573: * src/lib/ltdl/Makefile.in 1.4:
7574: * src/lib/ltdl/acinclude.m4 1.2:
7575: * src/lib/ltdl/config.h 1.2:
7576: * src/lib/ltdl/config_auto.h.in 1.3:
7577: * src/lib/ltdl/configure 1.4:
7578: * src/lib/ltdl/configure.in 1.4:
7579: * src/lib/ltdl/libltdl.dsp 1.2:
7580: * src/lib/ltdl/ltdl.c 1.2:
7581: * src/lib/ltdl/ltdl.h 1.2:
7582: moved to latest libtool (1.4.3)
7583:
7584: 2003-01-10 paf
7585: * src/lib/patches/Makefile.am 1.3:
7586: * src/lib/patches/Makefile.in 1.9:
7587: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
7588: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
7589: * src/lib/patches/libgdome_morestatic.patch 1.2:
7590: * src/lib/patches/libxml_error_column_tab.patch 1.2:
7591: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
7592: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
7593: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
7594: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
7595: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
7596: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
7597: * src/main/pa_globals.C 1.149:
7598: moved to latest xml lib versions, changed patches.
7599: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
7600: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
7601: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
7602:
7603: * INSTALL 1.31:
7604: moved to latest versions of xml libs
7605: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
7606: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
7607: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
7608:
7609: * src/lib/patches/libxml2.patch 1.1:
7610: moved to libxml2 2.5.1, only these patches left:
7611: * fixing \t chars to spaces in error position reporting
7612: * adding context to conversion functions
7613:
7614: * src/lib/patches/gdome2.patch 1.1:
7615: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
7616: Paolo said that he would incorporate this patch in upcoming version of gdome.
7617:
7618: * src/lib/ltdl/configure 1.3:
7619: * src/lib/ltdl/configure.in 1.3:
7620: PROG_NM
7621:
7622: * src/lib/patches/libxslt.patch 1.1:
7623: moved to libxslt 1.0.23. still need a patch which suppresses
7624: htmlSetMetaEncoding calls
7625:
7626: 2003-01-09 paf
7627: * bin/Makefile.in 1.8:
7628: * config.guess 1.2:
7629: * config.sub 1.3:
7630: * etc/Makefile.in 1.13:
7631: * etc/parser3.charsets/Makefile.in 1.16:
7632: * missing 1.2:
7633: * mkinstalldirs 1.2:
7634: * src/Makefile.in 1.54:
7635: * src/classes/Makefile.in 1.52:
7636: * src/classes/gd/Makefile.in 1.42:
7637: * src/classes/smtp/Makefile.in 1.11:
7638: * src/include/Makefile.in 1.10:
7639: * src/include/pa_config_auto.h.in 1.37:
7640: * src/lib/Makefile.in 1.7:
7641: * src/lib/ltdl/Makefile.in 1.3:
7642: * src/lib/ltdl/config_auto.h.in 1.2:
7643: * src/lib/ltdl/configure 1.2:
7644: * src/lib/ltdl/configure.in 1.2:
7645: * src/lib/md5/Makefile.in 1.5:
7646: * src/lib/patches/Makefile.in 1.8:
7647: * src/lib/pcre/Makefile.in 1.7:
7648: * src/main/Makefile.in 1.49:
7649: * src/sql/Makefile.in 1.10:
7650: * src/targets/Makefile.in 1.41:
7651: * src/targets/apache13/Makefile.in 1.43:
7652: * src/targets/cgi/Makefile.am 1.46:
7653: * src/targets/cgi/Makefile.in 1.61:
7654: * src/targets/isapi/Makefile.in 1.10:
7655: * src/types/Makefile.in 1.49:
7656: moved to autoconf 2.57 & automake 1.7.2
7657:
7658: * depcomp 1.1:
7659: moving to automake 1.7.2
7660:
7661: * INSTALL 1.30:
7662: xml,xslt,gdome lib urls updated
7663:
7664: * Makefile.am 1.30:
7665: * Makefile.in 1.44:
7666: * src/lib/ltdl/missing 1.1:
7667: * src/lib/ltdl/mkinstalldirs 1.1:
7668: *** empty log message ***
7669:
1.21 paf 7670: 2002-12-27 paf
7671: * src/doc/aliased.dox 1.5:
7672: * src/doc/index.dox 1.4:
7673: * src/doc/module.dox 1.4:
7674: * src/doc/pooled.dox 1.4:
7675: * www/htdocs/index.html 1.207:
7676: removed outdated parts, made links to language docs
7677:
7678: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
7679: 0007
7680:
7681: * src/include/pa_config_auto.h.in 1.36:
7682: comment
7683:
7684: 2002-12-26 paf
7685: * INSTALL 1.29:
7686: * src/include/pa_config_auto.h.in 1.35:
7687: * src/main/pa_common.C 1.140:
7688: * src/main/pa_exec.C 1.47:
7689: changing SAFE_MODE politics
7690:
7691: * src/classes/file.C 1.106:
7692: file:fullpath[a.gif] when document root did not contain
7693: trailing / fixed.
7694:
7695: 2002-12-25 paf
7696: * src/main/pa_globals.C 1.147:
7697: optimized-as-is
7698:
7699: * src/main/pa_globals.C 1.148:
7700: optimized-xml
7701:
7702: 2002-12-24 paf
7703: * src/main/pa_common.C 1.139:
7704: * src/main/pa_pool.C 1.58:
7705: pool::copy on zero size|ptr fixed [were really called with zero
7706: size when .html?a=&b=]
7707:
7708: * src/main/pa_exec.C 1.46:
7709: * www/htdocs/index.html 1.206:
7710: fork/pipe error now [old always-pipe-error fixed]
7711:
7712: * src/classes/mail.C 1.86:
7713: $MAIL in @conf now invalid when configured with --with-sendmail
7714:
7715: 2002-12-23 paf
7716: * src/types/pa_vcookie.C 1.54:
7717: cookie:field[put value] fixed [were ignoring parameters & were
7718: storing only string with default expires
7719:
7720: * src/main/pa_charset.C 1.32:
7721: From: "Victor Fedoseev" <vvf_ru@mail.ru>
7722: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
7723: Sent: Monday, December 23, 2002 4:22 AM
7724: Subject: bug в Charset::transcode_buf2xchar
7725:
7726: 2002-12-20 paf
7727: * src/targets/cgi/parser3.C 1.215:
7728: removed last \n appending in non-win32 non-cgi [script] runs
7729:
7730: 2002-12-19 paf
7731: * operators.txt 1.107:
7732: * src/include/pa_globals.h 1.99:
7733: * src/include/pa_request.h 1.159:
7734: * src/main/pa_globals.C 1.146:
7735: * src/main/pa_request.C 1.244:
7736: * www/htdocs/index.html 1.205:
7737: $response:download
7738:
7739: * src/classes/mail.C 1.85:
7740: 'to' check bugfix [now checked only on ms compiler [win32]].
7741:
7742: * INSTALL 1.28:
7743: --without-iconv recommended [it crashes on some systems [tested on elik]]
7744: moreover, it's not needed there [parser registers charsets itself]
7745:
7746: * INSTALL 1.27:
7747: -without-iconv recommended [it crashes on some systems [tested
7748: on elik]]
7749:
7750: 2002-12-18 paf
7751: * src/classes/xdoc.C 1.107:
7752: doc->URL on xdoc.load set correctly now
7753:
7754: 2002-12-17 paf
7755: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
7756: 1. on win32 in die: abort() reverted to exit(1)
7757: 2. more flexible iilegal call check
7758:
7759: * src/targets/cgi/parser3.C 1.214:
7760: merged die&iis changes
7761:
7762: 2002-12-16 paf
7763: * src/main/untaint.C 1.114:
7764: filespec russian small 'r' changed to latin 'p' bug fix
7765:
7766: * Makefile.in 1.38:
7767: ltmain.sh silly required for stupid automake added
7768:
7769: * ltmain.sh 1.3:
7770: *** empty log message ***
7771:
7772: * ltmain.sh [release_3_0_0006] 1.2.2.1:
7773: some automakes silly insist on having this handy
7774:
1.20 paf 7775: 2002-12-15 paf
1.21 paf 7776: * src/main/untaint.C 1.113:
7777: filespec russian small 'r' changed to latin 'p'
7778:
7779: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
7780: ftruncate having checked
7781:
7782: * src/classes/smtp/smtp.C [release_3_0_0006] 1.18.2.1:
7783: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
7784: removed warning
7785:
1.20 paf 7786: * configure.in [release_3_0_0006] 1.52.2.1:
7787: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
7788: new version
7789:
1.21 paf 7790: * configure.in [release_3_0_0006] 1.52.2.2:
7791: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
7792: *** empty log message ***
7793:
7794: * configure.in 1.53:
7795: * src/classes/smtp/smtp.C 1.19:
7796: * src/include/pa_config_auto.h.in 1.34:
7797: * src/main/compile.C 1.68:
7798: * src/main/pa_common.C 1.138:
7799: merged small changes from branch 6 to HEAD
7800:
1.20 paf 7801: 2002-12-14 paf
7802: * src/sql/pa_sql_driver.h 1.33:
7803: * www/htdocs/index.html 1.204:
7804: exception type fixed
7805:
7806: * src/classes/table.C 1.171:
7807: removed unnecessary code
7808:
7809: 2002-12-09 paf
7810: * src/classes/hash.C 1.53:
7811: * src/classes/string.C 1.124:
7812: * src/classes/table.C 1.170:
7813: * src/classes/void.C 1.27:
7814: * src/main/pa_sql_driver_manager.C 1.68:
7815: * src/sql/pa_sql_driver.h 1.32:
7816: changed exception handling mech in sql handlers #2
7817:
7818: * bin/Makefile.in 1.7:
7819: * configure.in 1.52:
7820: * etc/Makefile.in 1.12:
7821: * etc/parser3.charsets/Makefile.in 1.15:
7822: * src/Makefile.in 1.53:
7823: * src/classes/Makefile.in 1.51:
7824: * src/classes/gd/Makefile.in 1.41:
7825: * src/classes/smtp/Makefile.in 1.10:
7826: * src/include/Makefile.in 1.9:
7827: * src/lib/Makefile.in 1.6:
7828: * src/lib/ltdl/Makefile.in 1.2:
7829: * src/lib/md5/Makefile.in 1.4:
7830: * src/lib/patches/Makefile.in 1.7:
7831: * src/lib/pcre/Makefile.in 1.6:
7832: * src/main/Makefile.in 1.48:
7833: * src/sql/Makefile.in 1.9:
7834: * src/targets/Makefile.in 1.40:
7835: * src/targets/apache13/Makefile.in 1.42:
7836: * src/targets/cgi/Makefile.in 1.60:
7837: * src/targets/isapi/Makefile.in 1.9:
7838: * src/types/Makefile.in 1.48:
7839: removed configure.in:AC_LIBTOOL, it caused automake to write
7840: makefile which used libtool to install things, which is not needed
7841:
7842: * src/targets/apache13/mod_parser3.C 1.27:
7843: * src/targets/cgi/parser3.C 1.211:
7844: * src/targets/cgi/parser3.C 1.212:
7845: * src/targets/cgi/parser3.C 1.213:
7846: * src/targets/isapi/parser3isapi.C 1.81:
7847: ::die now tries to write core dump
7848:
7849: * src/types/pa_vvoid.h 1.16:
7850: * www/htdocs/index.html 1.203:
7851: $void.store[now] error
7852:
7853: * src/classes/hash.C 1.52:
7854: * src/classes/string.C 1.123:
7855: * src/classes/table.C 1.169:
7856: * src/classes/void.C 1.26:
7857: * src/main/pa_sql_driver_manager.C 1.66:
7858: * src/main/pa_sql_driver_manager.C 1.67:
7859: * src/sql/pa_sql_driver.h 1.29:
7860: * src/sql/pa_sql_driver.h 1.30:
7861: * src/sql/pa_sql_driver.h 1.31:
7862: changed exception handling mech in sql handlers
7863:
7864: 2002-12-06 paf
7865: * operators.txt 1.106:
7866: * src/main/compile.tab.C 1.78:
7867: * src/types/pa_vhash.h 1.42:
7868: $hash.fields -- pseudo field to make 'hash' more like 'table'
7869:
7870: 2002-12-05 paf
7871: * src/main/pa_array.C 1.53:
7872: * src/main/pa_table.C 1.51:
7873: * www/htdocs/index.html 1.199:
7874: wow! found/fixed bug in lowlevel proc
7875:
7876: * src/classes/smtp/smtp.C 1.15:
7877: * src/main/pa_common.C 1.137:
7878: * src/main/untaint.C 1.111:
7879: * src/types/pa_vmail.C 1.38:
7880: * www/htdocs/index.html 1.200:
7881: mail header ',' allowed.
7882: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
7883:
7884: [strncpy killed, memnchr used]
7885:
7886: * src/main/pa_table.C 1.52:
7887: table-copy now current=0
7888:
7889: * src/targets/cgi/parser3.C 1.209:
7890: * src/targets/cgi/parser3.C 1.210:
7891: more checks on http://domain/parser.cgi start [maybe some
7892: getenv returns "", checked that now
7893:
7894: * src/targets/cgi/parser3.C 1.208:
7895: * www/htdocs/index.html 1.198:
7896: error logging made unbuffered [so that out-of-mem errors
7897: reached log]
7898:
7899: * src/main/main.dsp 1.161:
7900: pa_version included into main.dsp
7901:
7902: * src/classes/smtp/smtp.C 1.14:
7903: * www/htdocs/index.html 1.196:
7904: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
7905: win32] leave \n intact, and some clients [bat] fail to show
7906: letter correctly
7907:
7908: * src/classes/mail.C 1.83:
7909: * src/targets/cgi/parser3.C 1.207:
7910: * src/types/pa_vmail.C 1.37:
7911: * www/htdocs/index.html 1.197:
7912: mail:send MIME-Version default
7913:
7914: * src/classes/smtp/smtp.C 1.17:
7915: * src/main/untaint.C 1.112:
7916: * www/htdocs/index.html 1.201:
7917: mail header closed properly
7918:
7919: * src/classes/mail.C 1.84:
7920: * src/classes/smtp/smtp.C 1.18:
7921: * src/types/pa_vmail.C 1.39:
7922: * src/types/pa_vmail.h 1.8:
7923: * www/htdocs/index.html 1.202:
7924: smtp cc/bcc OK now
7925:
7926: 2002-12-04 paf
7927: * gnu.dsp 1.3:
7928: restored
7929:
7930: * src/types/pa_vform.C 1.73:
7931: $form:field string value cut by premature 0
7932:
7933: * parser3.dsw 1.6:
7934: * src/main/compile.tab.C 1.77:
7935: * src/main/main.dsp 1.160:
7936: * www/htdocs/.htaccess 1.12:
7937: * www/htdocs/index.html 1.195:
7938: lib/libltdl -> lib/ltdl Win32 changes. s
7939:
7940: * bin/Makefile.in 1.6:
7941: * configure.in 1.51:
7942: * etc/Makefile.in 1.11:
7943: * etc/parser3.charsets/Makefile.in 1.14:
7944: * gnu.dsp 1.2:
7945: * src/Makefile.in 1.52:
7946: * src/classes/Makefile.in 1.50:
7947: * src/classes/gd/Makefile.in 1.40:
7948: * src/classes/smtp/Makefile.in 1.9:
7949: * src/include/Makefile.in 1.8:
7950: * src/lib/Makefile.am 1.3:
7951: * src/lib/Makefile.in 1.5:
7952: * src/lib/ltdl/Makefile.am 1.1:
7953: * src/lib/ltdl/Makefile.in 1.1:
7954: * src/lib/ltdl/README 1.1:
7955: * src/lib/ltdl/acinclude.m4 1.1:
7956: * src/lib/ltdl/config.guess 1.1:
7957: * src/lib/ltdl/config.h 1.1:
7958: * src/lib/ltdl/config.sub 1.1:
7959: * src/lib/ltdl/config_auto.h.in 1.1:
7960: * src/lib/ltdl/config_fixed.h 1.1:
7961: * src/lib/ltdl/configure 1.1:
7962: * src/lib/ltdl/configure.in 1.1:
7963: * src/lib/ltdl/install-sh 1.1:
7964: * src/lib/ltdl/libltdl.dsp 1.1:
7965: * src/lib/ltdl/ltdl.c 1.1:
7966: * src/lib/ltdl/ltdl.h 1.1:
7967: * src/lib/md5/Makefile.in 1.3:
7968: * src/lib/patches/Makefile.in 1.6:
7969: * src/lib/pcre/Makefile.in 1.5:
7970: * src/main/Makefile.in 1.47:
7971: * src/sql/Makefile.in 1.8:
7972: * src/targets/Makefile.in 1.39:
7973: * src/targets/apache13/Makefile.in 1.41:
7974: * src/targets/cgi/Makefile.in 1.59:
7975: * src/targets/isapi/Makefile.in 1.8:
7976: * src/types/Makefile.in 1.47:
7977: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
7978: so it does have no problems with automake.
7979: ltdl/configure AC_OUTPUT(Makefile<<removed)
7980:
7981: * src/classes/classes.awk 1.6:
7982: more strict *.C$
7983:
7984: 2002-12-02 paf
7985: * operators.txt 1.105:
7986: removed outdated status:db
7987:
7988: * src/classes/mail.C 1.82:
7989: * src/include/pa_common.h 1.88:
7990: * src/main/pa_common.C 1.136:
7991: * src/main/pa_request.C 1.243:
7992: * src/types/pa_vcookie.C 1.53:
7993: * src/types/pa_vmail.C 1.36:
7994: * www/htdocs/index.html 1.194:
7995: http header lang of tainted parts becomes http-header
7996:
1.19 paf 7997: 2002-11-29 paf
7998: * src/include/pa_common.h 1.87:
7999: * src/main/pa_common.C 1.135:
8000: * src/types/pa_vresponse.C 1.16:
8001: * src/types/pa_vresponse.h 1.31:
8002: * www/htdocs/index.html 1.192:
8003: http:// param values now handled exactly like $response:header values.
8004: e.g. can be hash [can have subattributes] & contain date values.
8005:
8006: * operators.txt 1.104:
8007: * src/classes/date.C 1.41:
8008: * src/classes/image.C 1.89:
8009: * www/htdocs/index.html 1.193:
8010: exif dates now objects of type date
8011:
8012: * src/main/pa_common.C 1.133:
8013: * www/htdocs/index.html 1.190:
8014: http:// tainted partes now %xx
8015:
8016: * src/main/pa_common.C 1.134:
8017: * www/htdocs/index.html 1.191:
8018: http:// param values lang forced URI
8019:
8020: * src/classes/image.C 1.88:
8021: 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]
8022: now used image.format
8023:
8024: 2002-11-28 paf
8025: * src/classes/op.C 1.126:
8026: * www/htdocs/index.html 1.185:
8027: ^cache bug fixed.
8028: stupid compiler allowed 'false' to go into (Hash *) parameter
8029:
8030: * src/classes/image.C 1.85:
8031: * www/htdocs/index.html 1.186:
8032: image.text now outputs one pixel HIGHER chars [one top
8033: horizontal line of 1pixel height were missing]
8034:
8035: * www/htdocs/index.html 1.187:
8036: regexp syntax xxx$ speed-up experiments
8037:
8038: * operators.txt 1.102:
8039: http.timeout
8040:
8041: * www/htdocs/font.gif 1.1:
8042: *** empty log message ***
8043:
8044: * configure.in 1.50:
8045: stopped double libltdl/Makefile generation
8046:
8047: * src/classes/image.C 1.87:
8048: * www/htdocs/index.html 1.188:
8049: image.length now counts interchar space. plus space after last char
8050:
8051: * www/htdocs/index.html 1.189:
8052: doc samples
8053:
8054: * src/main/pa_string.C 1.171:
8055: PCRE_DOLLAR_ENDONLY
8056:
8057: * src/classes/image.C 1.86:
8058: ^image.font width measurer now scans full height [were -1]
8059:
8060: 2002-11-27 paf
8061: * src/classes/image.C 1.84:
8062: * www/htdocs/index.html 1.183:
8063: ^image.font << bad font file-size now properly reported
8064:
8065: * src/include/pa_globals.h 1.98:
8066: * src/main/pa_globals.C 1.145:
8067: * src/main/pa_request.C 1.242:
8068: * src/types/pa_vmail.C 1.35:
8069: * www/htdocs/index.html 1.184:
8070: response:body[file] if file nows it's name
8071: now returns content-disposition: >>attachment<<
8072:
1.18 paf 8073: 2002-11-26 paf
8074: * operators.txt 1.101:
8075: * src/main/pa_common.C 1.130:
8076: * www/htdocs/index.html 1.182:
8077: http:// response status!=200 made exception: http.status with
8078: source=bad status#
8079:
8080: * src/main/pa_common.C 1.131:
8081: * www/htdocs/.htaccess 1.11:
8082: utf8 prefix ignored @read text
8083:
8084: * src/main/pa_request.C 1.241:
8085: fixed lang in reponse header
8086:
8087: 2002-11-25 paf
8088: * operators.txt 1.99:
8089: * src/main/pa_common.C 1.128:
8090: * www/htdocs/index.html 1.181:
8091: http fields now UPPERCASE
8092:
8093: $file[^file::load[http://there]]
8094: $file.SERVER
8095:
8096: * configure.in 1.49:
8097: * src/classes/image.C 1.83:
8098: * src/include/pa_config_auto.h.in 1.33:
8099: * src/include/pa_config_includes.h 1.22:
8100: * src/main/Makefile.am 1.35:
8101: * src/main/Makefile.in 1.46:
8102: * src/main/pa_common.C 1.129:
8103: * src/main/pa_globals.C 1.142:
8104: http://
8105: and image const void related probs fixed
8106:
8107: * operators.txt 1.98:
8108: * src/classes/file.C 1.104:
8109: * src/classes/table.C 1.168:
8110: * src/classes/xdoc.C 1.105:
8111: * src/include/pa_common.h 1.85:
8112: * src/include/pa_globals.h 1.97:
8113: * src/main/pa_common.C 1.126:
8114: * src/main/pa_globals.C 1.141:
8115: * src/main/pa_request.C 1.239:
8116: * src/types/pa_vfile.C 1.35:
8117: * src/types/pa_vfile.h 1.51:
8118: * www/htdocs/index.html 1.179:
8119: table/xdoc/file::load now understand http:// prefix and additional params, sample:
8120: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
8121: $.USER-AGENT[parser3]
8122: ]]
8123:
8124: * src/classes/file.C 1.105:
8125: * src/classes/image.C 1.82:
8126: * src/classes/xdoc.C 1.106:
8127: * src/include/pa_common.h 1.86:
8128: * src/main/pa_common.C 1.127:
8129: * src/main/pa_request.C 1.240:
8130: * www/htdocs/index.html 1.180:
8131: checked http options [invalid onces now reported]
8132: made default
8133: user-agent: paf
8134:
8135: 2002-11-22 paf
8136: * operators.txt 1.97:
8137: * src/classes/image.C 1.80:
8138: * src/include/pa_globals.h 1.96:
8139: * src/main/execute.C 1.294:
8140: * src/main/pa_globals.C 1.140:
8141: * src/types/pa_vimage.C 1.21:
8142: * src/types/pa_vimage.h 1.33:
8143: * www/htdocs/.htaccess 1.10:
8144: * www/htdocs/index.html 1.178:
8145: $image.exif support
8146: $image.exif.DateTime & co
8147:
8148: 2002-11-21 paf
8149: * src/classes/image.C 1.78:
8150: jpeg size measure fixed: were badly skipping EXIF information [
8151: were big block and it's size were considered negative :(]
8152:
8153: * operators.txt 1.96:
8154: * src/classes/image.C 1.77:
8155: * src/include/pa_common.h 1.83:
8156: * src/main/pa_common.C 1.123:
8157: * src/types/pa_vmail.C 1.34:
8158: * www/htdocs/index.html 1.177:
8159: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
8160: [now we fail to measure files with EXIF info]
8161:
8162: * src/main/pa_common.C 1.122:
8163: O_TRUNCATE killed, ftruncate used instead:
8164: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
8165:
8166: * src/main/pa_exec.C 1.44:
8167: * src/main/untaint.C 1.110:
8168: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
8169:
8170: 2002-11-20 paf
8171: * src/main/pa_exec.C 1.41:
8172: pa_exec: data written only if size>0
8173:
8174: * src/targets/cgi/parser3.C 1.205:
8175: logging @signal += query_string
8176:
8177: * src/include/pa_config_fixed.h 1.52:
8178: * src/main/pa_common.C 1.121:
8179: * src/main/pa_exec.C 1.40:
8180: * src/targets/cgi/parser3.C 1.200:
8181: ^file:exec/cgi [pa_exec] pipe read errors now checked
8182:
8183: * src/main/pa_exec.C 1.43:
8184: *** empty log message ***
8185:
8186: * operators.txt 1.95:
8187: * src/classes/file.C 1.103:
8188: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
8189:
8190: * src/include/pa_request.h 1.158:
8191: * src/main/execute.C 1.293:
8192: * src/main/pa_request.C 1.238:
8193: * src/targets/cgi/parser3.C 1.201:
8194: SIGUSR1 >> writes to error_log uri of currently processed document
8195: SIGPIPE >> interrupts request processing [exception = DB rollback]
8196:
8197: * src/targets/cgi/parser3.C 1.203:
8198: SIGNALS overriden @ main top
8199:
8200: * configure.in 1.48:
8201: * src/include/pa_config_auto.h.in 1.32:
8202: * src/include/pa_config_includes.h 1.21:
8203: * src/main/pa_exec.C 1.42:
8204: * src/targets/cgi/parser3.C 1.204:
8205: comment
8206:
8207: 2002-11-19 paf
8208: * src/targets/cgi/parser3.C 1.199:
8209: removed #ifdef WIN32 around check of CGI: Illegal call
8210:
8211: 2002-11-01 paf
8212: * src/main/execute.C 1.292:
8213: comment
8214:
8215: 2002-10-31 paf
8216: * src/types/pa_vobject.C 1.11:
8217: * src/types/pa_vstateless_object.h 1.27:
8218: object put replaces static parent if any
8219:
8220: * src/main/execute.C 1.291:
8221: found out why, checked that for now.
8222: todo: find out a way for that user could do that
8223:
8224: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
8225: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
8226: realized that one can't remember derivates in base class: there's so many of them.
8227: also there can be no virtual method calls in static classes
8228:
8229: * src/classes/op.C 1.124:
8230: * src/types/pa_value.h 1.107:
8231: * src/types/pa_vobject.h 1.36:
8232: * www/htdocs/base.p 1.4:
8233: * www/htdocs/derived.p 1.22:
8234: * www/htdocs/index.html 1.174:
8235: * www/htdocs/operators.p 1.11:
8236: * www/htdocs/some.p 1.2:
8237: ^process[$caller.self]{...}
8238: now compiles to last derived object part of that 'self'
8239:
8240: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
8241: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
8242: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
8243: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
8244: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
8245: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
8246: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
8247: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
8248: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
8249: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
8250: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
8251: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
8252: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
8253: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
8254: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
8255: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
8256: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
8257: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
8258: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
8259: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
8260: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
8261: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
8262: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
8263: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
8264: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
8265: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
8266: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
8267: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
8268: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
8269: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
8270: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
8271: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
8272: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
8273: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
8274: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
8275: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
8276: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
8277: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
8278: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
8279: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
8280: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
8281: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
8282: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
8283: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
8284: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
8285: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
8286: static call $self fixed
8287:
8288: * www/htdocs/base.p 1.6:
8289: * www/htdocs/derived.p 1.24:
8290: * www/htdocs/index.html 1.176:
8291: this example creates base object, which is wrong, todo: find
8292: out why
8293:
8294: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
8295: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
8296: killed $virtual_fields in dynamic, but one can reach derived
8297: static[class] variable from base
8298:
8299: * src/classes/form.C 1.33:
8300: * src/classes/mail.C 1.81:
8301: * src/classes/op.C 1.125:
8302: * src/classes/xnode.h 1.17:
8303: * src/main/compile.tab.C 1.76:
8304: * src/main/execute.C 1.290:
8305: * src/main/pa_request.C 1.237:
8306: * src/types/pa_value.h 1.108:
8307: * src/types/pa_vclass.C 1.15:
8308: * src/types/pa_vclass.h 1.38:
8309: * src/types/pa_vcode_frame.h 1.23:
8310: * src/types/pa_vcookie.C 1.52:
8311: * src/types/pa_vcookie.h 1.22:
8312: * src/types/pa_vdate.h 1.23:
8313: * src/types/pa_venv.h 1.27:
8314: * src/types/pa_vfile.h 1.50:
8315: * src/types/pa_vform.C 1.71:
8316: * src/types/pa_vform.h 1.44:
8317: * src/types/pa_vhash.h 1.41:
8318: * src/types/pa_vimage.h 1.32:
8319: * src/types/pa_vmail.C 1.33:
8320: * src/types/pa_vmail.h 1.7:
8321: * src/types/pa_vmath.h 1.13:
8322: * src/types/pa_vmethod_frame.h 1.44:
8323: * src/types/pa_vobject.C 1.10:
8324: * src/types/pa_vobject.h 1.37:
8325: * src/types/pa_vrequest.C 1.26:
8326: * src/types/pa_vrequest.h 1.24:
8327: * src/types/pa_vresponse.C 1.15:
8328: * src/types/pa_vresponse.h 1.30:
8329: * src/types/pa_vstateless_class.C 1.18:
8330: * src/types/pa_vstateless_class.h 1.41:
8331: * src/types/pa_vstateless_object.h 1.26:
8332: * src/types/pa_vstatus.C 1.14:
8333: * src/types/pa_vstatus.h 1.14:
8334: * src/types/pa_vstring.h 1.53:
8335: * src/types/pa_vtable.C 1.20:
8336: * src/types/pa_vtable.h 1.47:
8337: * src/types/pa_vvoid.h 1.15:
8338: * src/types/pa_vxdoc.C 1.22:
8339: * src/types/pa_vxdoc.h 1.30:
8340: * src/types/pa_vxnode.C 1.29:
8341: * src/types/pa_vxnode.h 1.21:
8342: * src/types/pa_wwrapper.h 1.27:
8343: * www/htdocs/base.p 1.5:
8344: * www/htdocs/derived.p 1.23:
8345: * www/htdocs/index.html 1.175:
8346: static fix merged
8347:
8348: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
8349: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
8350: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
8351: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
8352: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
8353: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
8354: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
8355: fixed statics, left $virtual_fields in dynamic
8356:
8357: * src/main/execute.C 1.288:
8358: comment
8359:
8360: 2002-10-30 paf
8361: * www/htdocs/derived.p 1.21:
8362: * www/htdocs/some.p 1.1:
8363: include method overriding tested OK
8364:
8365: 2002-10-29 paf
8366: * src/targets/isapi/parser3isapi.C 1.80:
8367: comment on 404 bad status re-passing [iis to blame]
8368:
8369: * src/classes/string.C 1.122:
8370: changed string.save to pass current sql connection to cstr
8371: thus one can
8372: ^connect[some server]{
8373: $s[insert into table x (x) values (^taint[sql]{value})]
8374: ^s.save[some.sql]
8375: }
8376: and he'd get in some.sql file code with properly escaped.
8377: [tried in mssql->mysql export->import of binary data]
8378:
8379: 2002-10-28 paf
8380: * www/htdocs/index.html 1.172:
8381: * www/htdocs/index.html 1.173:
8382: bad email handling test
8383:
8384: 2002-10-25 paf
8385: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
8386: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
8387: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
8388: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
8389: saving for maybe-future
8390:
8391: * src/types/pa_vresponse.C 1.14:
8392: case insensitive response user fields get/put
8393:
8394: 2002-10-23 paf
8395: * src/types/pa_vmail.C 1.32:
8396: * www/htdocs/index.html 1.171:
8397: email whitespace trimBoth-ed
8398:
8399: * operators.txt 1.94:
8400: * src/classes/table.C 1.166:
8401: ^table.hash{code}...
8402: ^table.hash(expr)...
8403:
8404: 2002-10-22 paf
8405: * src/types/pa_vform.C 1.70:
8406: * src/types/pa_vform.h 1.43:
8407: removed needless VForm::Append...(...Value)
8408:
8409: * src/main/execute.C 1.287:
8410: $.name outside of $name[...]
8411: checked
8412:
8413: * src/main/compile.tab.C 1.75:
8414: * src/main/compile.y 1.203:
8415: lexer changed to fix ^call[]^#HH bug [that situation yelded no
8416: EON, which whas wrong]
8417:
8418: 2002-10-21 paf
8419: * operators.txt 1.91:
8420: * src/types/pa_vform.C 1.67:
8421: $form:image-map
8422:
8423: * operators.txt 1.92:
8424: * src/types/pa_vform.C 1.68:
8425: $form:nameless = "?value&...", "...&value&...", "...&value"
8426:
8427: * operators.txt 1.93:
8428: * src/types/pa_vform.C 1.69:
8429: * src/types/pa_vform.h 1.42:
8430: $form:qtail
8431: $form:imap.x/y
8432:
8433: * operators.txt 1.90:
8434: * src/classes/file.C 1.102:
8435: * www/htdocs/index.html 1.170:
8436: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
8437:
8438: 2002-10-17 paf
8439: * src/classes/op.C 1.123:
8440: exception handling fixed [were bad with contexts]
8441:
8442: * src/main/compile.tab.C 1.74:
8443: * src/main/compile.y 1.202:
8444: operators precedence changed a little:
8445: logical not and bitwise negation precedence made highest,
8446: << and >> bitshits precedence made equal [were << higher than >>]
8447:
1.17 paf 8448: 2002-10-16 paf
8449: * src/classes/op.C 1.122:
8450: * src/include/pa_request.h 1.157:
8451: * src/main/execute.C 1.285:
8452: * src/main/execute.C 1.286:
8453: * src/main/pa_request.C 1.236:
8454: * www/htdocs/derived.p 1.20:
8455: * www/htdocs/index.html 1.167:
8456: * www/htdocs/index.html 1.168:
8457: Request::self considered equal to VMethodFrame::self, and removed,
8458: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 8459:
8460: * www/htdocs/index.html 1.169:
8461: bad compile to system class test
1.17 paf 8462:
8463: * src/classes/op.C 1.121:
8464: * src/main/pa_request.C 1.235:
8465: VMainClass now has name = $hash in open field now gives old
8466: good error meesage
8467:
1.15 paf 8468: 2002-10-15 paf
1.17 paf 8469: * www/htdocs/derived.p 1.17:
8470: * www/htdocs/index.html 1.162:
8471: test of ^process from operator called from user class
8472:
8473: * src/types/pa_vjunction.h 1.18:
8474: * www/htdocs/index.html 1.166:
8475: ^if(def $junction){was true}{now false}
8476: use
8477: ^if($junction is junction){was and now true}
8478:
8479: * src/types/pa_vjunction.C 1.2:
8480: ident
8481:
8482: * src/classes/op.C 1.119:
8483: * src/main/compile.tab.C 1.72:
8484: * src/main/compile.y 1.200:
8485: * src/types/pa_vmethod_frame.h 1.42:
8486: process[self] objects also considered [were only classes]
8487:
1.15 paf 8488: * src/main/execute.C 1.283:
8489: * src/targets/cgi/parser3.C 1.198:
8490: * src/types/pa_vstateless_class.C 1.17:
8491: * src/types/pa_vstateless_class.h 1.40:
8492: * www/htdocs/operators.p 1.9:
8493: compiling to system classes disabled
8494:
1.17 paf 8495: * operators.txt 1.88:
8496: * src/classes/op.C 1.116:
8497: * www/htdocs/operators.p 1.8:
8498: ^process[$caller.CLASS]{code-string} added
8499:
8500: * src/types/Makefile.in 1.46:
8501: *** empty log message ***
1.15 paf 8502:
1.17 paf 8503: * src/classes/op.C 1.120:
8504: * src/include/pa_opcode.h 1.23:
8505: * src/include/pa_request.h 1.156:
8506: * src/main/compile.tab.C 1.73:
8507: * src/main/compile.y 1.201:
8508: * src/main/execute.C 1.284:
8509: * src/types/pa_vmethod_frame.h 1.43:
8510: * www/htdocs/derived.p 1.19:
8511: removed last pieces of old code allowing $junction.xxx at
8512: compile time
1.15 paf 8513:
8514: * operators.txt 1.87:
8515: * src/classes/op.C 1.115:
8516: * src/main/compile.tab.C 1.71:
8517: * src/main/compile.y 1.199:
8518: * src/main/execute.C 1.282:
8519: * src/main/pa_request.C 1.234:
8520: * src/types/Makefile.am 1.28:
8521: * src/types/pa_vjunction.C 1.3:
8522: * src/types/pa_vjunction.h 1.17:
8523: * src/types/pa_vmethod_frame.h 1.40:
8524: * src/types/types.dsp 1.35:
8525: * www/htdocs/operators.p 1.7:
8526: removed $junction.get $junction.set[]
8527: introducing $caller
8528:
8529: * src/classes/op.C 1.118:
8530: * src/include/pa_request.h 1.155:
8531: * src/types/pa_vmethod_frame.h 1.41:
8532: * www/htdocs/derived.p 1.18:
8533: * www/htdocs/index.html 1.164:
8534: ^process[CLASS]{body} now executed with CLASS self.
8535: [ (request&method_frame).self temporarily changed ]
8536:
1.17 paf 8537: * src/classes/xdoc.C 1.104:
8538: * src/classes/xnode.C 1.53:
8539: * src/include/pa_charset.h 1.19:
8540: * src/include/pa_pool.h 1.85:
8541: * src/main/pa_charset.C 1.31:
8542: * src/main/pa_pool.C 1.57:
8543: * src/types/pa_vxnode.C 1.28:
8544: * www/htdocs/index.html 1.165:
8545: xml->parser strings now have origin, which points to place
8546: where value left xml library and came to parser: place of dom
8547: field extraction/call
1.16 paf 8548:
1.24 paf 8549: * src/types/pa_value.h 1.106:
8550: removed outdated comments. doxygen would find them lower by
8551: inheritance tree
8552:
1.15 paf 8553: * src/classes/hash.C 1.51:
8554: * src/classes/op.C 1.117:
8555: * www/htdocs/index.html 1.163:
8556: * www/htdocs/operators.p 1.10:
8557: method_frame now always changed, with no exception to native calls.
8558: for&foreach changed to use method_frame.caller for their var's name context
8559:
8560: 2002-10-14 paf
8561: * src/classes/form.C 1.32:
8562: * src/classes/mail.C 1.80:
8563: * src/classes/op.C 1.113:
8564: * src/include/pa_request.h 1.154:
8565: * src/main/compile.C 1.67:
8566: * src/main/compile.tab.C 1.70:
8567: * src/main/compile.y 1.198:
8568: * src/main/execute.C 1.281:
8569: * src/main/pa_request.C 1.233:
8570: * src/types/pa_vstateless_class.h 1.39:
8571: * www/htdocs/index.html 1.161:
8572: operators now main-class-methods
8573:
8574: * src/include/pa_request.h 1.152:
8575: * src/main/execute.C 1.280:
8576: * src/main/pa_request.C 1.232:
8577: operators @auto now executed in MAIN context
8578:
8579: * src/types/pa_vclass.C 1.14:
8580: * src/types/pa_vobject.h 1.35:
8581: * src/types/pa_vstateless_class.C 1.16:
8582: * src/types/pa_vstateless_class.h 1.38:
8583: * www/htdocs/index.html 1.158:
8584: * www/htdocs/operators.p 1.5:
8585: $form:CLASS resurrected [wes killed in action]
8586:
8587: * configure 1.49:
8588: * configure.in 1.47:
8589: * operators.txt 1.86:
8590: * src/include/pa_config_auto.h.in 1.31:
8591: * src/types/pa_vstatus.C 1.13:
8592: * www/htdocs/index.html 1.157:
8593: $status:rusage.tv_secs/usecs introduced
8594:
8595: * src/types/pa_vxnode.C 1.27:
8596: misreplace fixed
8597:
8598: * src/classes/op.C 1.112:
8599: * src/include/pa_request.h 1.153:
8600: * www/htdocs/index.html 1.160:
8601: * www/htdocs/operators.p 1.6:
8602: ^try{^call{}} now has better stack trace [has "call" & co there]
8603:
8604: * src/main/execute.C 1.279:
8605: operator execution context now = MAIN, not closest stack frame
8606:
8607: @touchit[]
8608: $i[after]
8609:
8610: ----t.html
8611: $i[before] << local
8612: ^touchit[]
8613: $i << now 'before', were 'after'
8614:
8615: ---t.html
8616: $i[before] << notlocal [main]
8617: ^touchit[]
8618: $i << now 'after'
8619:
8620: * src/main/execute.C 1.278:
8621: comment
8622:
8623: * src/classes/op.C 1.114:
8624: process compiles to code's class class
8625:
8626: 2002-10-09 paf
8627: * src/classes/double.C 1.52:
8628: * src/classes/int.C 1.48:
8629: * src/classes/string.C 1.121:
8630: * www/htdocs/derived.p 1.16:
8631: * www/htdocs/index.html 1.156:
8632: ^string.int[] now failes on empty string [or uses (default)]
8633:
8634: 2002-10-08 paf
8635: * src/lib/patches/Makefile.am 1.2:
8636: * src/lib/patches/Makefile.in 1.5:
8637: forgot libgdome_morestatic.patch
8638:
8639: * src/types/pa_vxnode.C 1.26:
8640: misreplace
8641:
8642: * src/main/untaint.C 1.109:
8643: mail header quoted printable changed after RFC reread
8644:
8645: * operators.txt 1.85:
8646: plan on ^if(method
8647:
8648: 2002-09-24 paf
8649: * src/targets/cgi/Makefile.am 1.45:
8650: * src/targets/cgi/Makefile.in 1.58:
8651: LIBS were bad name in .am
8652:
8653: * acconfig.h 1.5:
8654: * configure 1.47:
8655: * configure.in 1.46:
8656: * src/include/pa_config_auto.h.in 1.30:
8657: * src/include/pa_config_fixed.h 1.51:
8658: * src/targets/cgi/Makefile.am 1.44:
8659: * src/targets/cgi/Makefile.in 1.57:
8660: * src/types/pa_vmail.C 1.30:
8661: * src/types/pa_vmail.C 1.31:
8662: HAVE_TIMEZONE & co now checked and mailreceive would compile on
8663: freebsd now
8664:
8665: * src/classes/file.C 1.101:
8666: * src/main/untaint.C 1.108:
8667: * www/htdocs/index.html 1.155:
8668: 1.
8669: file spec language changed:
8670: now there are only few chars are untainted:
8671: * ? ' " < > |
8672: and, on unix, : \ ~
8673: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
8674:
8675: 2.
8676: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
8677:
8678: @russianindex[]
8679: #dir with files with russian-lang names
8680: $where[dir]
8681:
8682: $dir[^file:list[$where;\.txt^$]]
8683: ^dir.menu{
8684: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
8685: }
8686:
8687: 2002-09-23 paf
8688: * src/classes/date.C 1.38:
8689: * src/classes/date.C 1.39:
8690: date bug fix, now round(floatDays*secondsPerDay)
8691:
8692: * src/targets/cgi/Makefile.in 1.56:
8693: *** empty log message ***
8694:
8695: * src/types/pa_vdouble.h 1.41:
8696: double->int round added
8697:
8698: 2002-09-20 paf
8699: * src/types/pa_vhash.h 1.40:
8700: * www/htdocs/operators.p 1.4:
8701: hash.foreach modification of existing keys allowed
8702:
8703: * src/main/compile.tab.C 1.69:
8704: * src/main/compile.y 1.197:
8705: * www/htdocs/index.html 1.153:
8706: changed grammer on junction expanding to include ^junction.method
8707:
8708: * src/classes/xdoc.C 1.102:
8709: empty transform result, being taken as file now returns empty
8710: file, not raises stupid error about "stat-ed file"
8711:
8712: * src/main/execute.C 1.276:
8713: * www/htdocs/index.html 1.154:
8714: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
8715:
8716: this now error:
8717: @badjunctioncall[]
8718: ^badjunctioncallinside{code}
8719:
8720: @badjunctioncallinside[code]
8721: ^code[]
8722:
8723: * src/targets/apache13/Makefile.am 1.15:
8724: * src/targets/apache13/Makefile.in 1.40:
8725: * src/targets/cgi/Makefile.am 1.43:
8726: * src/targets/cgi/Makefile.in 1.55:
8727: binaries now depend on makefiles, thus taking linking options
8728: configure changes into account [were: ignoring]
8729:
8730: * src/classes/xdoc.C 1.103:
8731: * www/htdocs/index.html 1.152:
8732: xdoc::create[name] now sets $request:charset as internal xdoc
8733: encoding, and after decoding attributes set by dom functions
8734: now encoded OK, not as digital entities
8735:
8736: * src/types/Makefile.in 1.45:
8737: *** empty log message ***
8738:
8739: * src/include/pa_opcode.h 1.22:
8740: * src/include/pa_request.h 1.150:
8741: * src/main/compile.tab.C 1.68:
8742: * src/main/compile.y 1.196:
8743: * src/main/execute.C 1.275:
8744: * src/main/main.dsp 1.159:
8745: * src/targets/cgi/parser3.dsp 1.60:
8746: * src/types/Makefile.am 1.27:
8747: * src/types/pa_vjunction.C 1.1:
8748: * src/types/pa_vjunction.h 1.16:
8749: * src/types/types.dsp 1.34:
8750: * www/htdocs/.htaccess 1.8:
8751: * www/htdocs/index.html 1.151:
8752: introducing $junction.get/put(1)
8753: one can write iterators now:
8754:
8755: ^user-foreach[key;value]{$key=$value<br>}
8756:
8757: @user-foreach[key;value;code]
8758: ^for[i](1;10){
8759: $code.key($i)
8760: $code.value($i*2)
8761: $code
8762: }
8763:
8764: * src/main/pa_common.C 1.120:
8765: -d "DIR/" now true
8766:
8767: * src/main/compile_tools.h 1.66:
8768: mistype
8769:
8770: 2002-09-19 paf
8771: * Makefile.am 1.8:
8772: * Makefile.in 1.21:
8773: * aclocal.m4 1.5:
8774: *** empty log message ***
8775:
8776: * aclocal.m4 1.3:
8777: forced to be older
8778:
8779: * Makefile.am 1.12:
8780: * Makefile.in 1.25:
8781: new: make commit
8782:
8783: 2002-09-18 paf
8784: * parser3.dsw 1.4:
8785: * src/include/pa_opcode.h 1.21:
8786: * src/main/compile.tab.C 1.67:
8787: * src/main/compile.y 1.195:
8788: * src/main/execute.C 1.274:
8789: * www/htdocs/index.html 1.150:
8790: << >> int shifts
8791:
8792: * src/classes/file.C 1.100:
8793: * www/htdocs/index.html 1.149:
8794: * www/htdocs/mailreceive.eml 1.3:
8795: ^file::exec/cgi $.stdin[can be file now]
8796: so that one can pass binary data there
8797:
8798: * src/include/pa_common.h 1.82:
8799: * src/include/pa_request.h 1.149:
8800: * src/main/pa_common.C 1.119:
8801: * src/main/pa_request.C 1.230:
8802: auto.p exists but unreadable - now this - fatal error
8803:
8804: * src/classes/date.C 1.37:
8805: * src/classes/double.C 1.51:
8806: * src/classes/file.C 1.99:
8807: * src/classes/hash.C 1.50:
8808: * src/classes/image.C 1.76:
8809: * src/classes/int.C 1.47:
8810: * src/classes/mail.C 1.79:
8811: * src/classes/op.C 1.111:
8812: * src/classes/response.C 1.22:
8813: * src/classes/string.C 1.120:
8814: * src/classes/table.C 1.165:
8815: * src/classes/void.C 1.25:
8816: * src/classes/xdoc.C 1.101:
8817: * src/classes/xnode.C 1.52:
8818: * src/include/pa_request.h 1.148:
8819: * www/htdocs/index.html 1.148:
8820: pa_request contexts made privated, plus get_{self/method_frame} to read.
8821: Request_context_saver used in ^try to save flang too.
8822: [were not saved]
8823:
8824: * src/types/pa_vresponse.C 1.13:
8825: header value chains joined before output, this should help
8826: $.subject[$var $var]
8827: from being converted to
8828: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
8829:
8830: 2002-09-17 paf
8831: * src/classes/op.C 1.109:
8832: * www/htdocs/index.html 1.147:
8833: * www/htdocs/operators.p 1.2:
8834: made place for ^process to compile it's code to in case of no self
8835:
8836: * src/classes/op.C 1.110:
8837: * src/main/execute.C 1.272:
8838: * src/main/pa_request.C 1.229:
8839: * src/types/pa_value.C 1.8:
8840: * src/types/pa_value.h 1.104:
8841: * src/types/pa_vmethod_frame.h 1.38:
8842: * src/types/pa_vstateless_class.h 1.37:
8843: * www/htdocs/operators.p 1.3:
8844: operators now executed with MAIN self.
8845: it's for ^include sake, too strong a change
8846:
8847: * src/classes/hash.C 1.47:
8848: foreach delims bug fixed [were ,2,3]
8849:
8850: * src/classes/hash.C 1.48:
8851: * src/classes/table.C 1.162:
8852: * src/include/pa_sql_connection.h 1.29:
8853: * www/htdocs/index.html 1.141:
8854: table.sql hash::sql duplicate keys now errors
8855:
8856: * src/main/execute.C 1.273:
8857: * src/types/pa_value.h 1.105:
8858: * src/types/pa_vmethod_frame.h 1.39:
8859: removed changes, operators executed with calling self.
8860: lots of code with ^include code relies on defined/defining self variables
8861:
8862: $a[1]
8863: ^include[print_a.p]
8864: print_a.p: $a
8865:
8866: ^include[set_a.p]
8867: a=$a
8868: set_a.p:
8869: $a[1]
8870:
8871: * operators.txt 1.83:
8872: * operators.txt 1.84:
8873: * src/classes/hash.C 1.49:
8874: * src/classes/table.C 1.163:
8875: * src/include/pa_globals.h 1.95:
8876: * src/main/pa_globals.C 1.139:
8877: * www/htdocs/index.html 1.142:
8878: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
8879: first record taken [were last]
8880:
8881: * src/main/execute.C 1.270:
8882: * src/main/execute.C 1.271:
8883: * src/types/pa_value.C 1.7:
8884: * src/types/pa_value.h 1.103:
8885: * src/types/pa_vstateless_class.h 1.36:
8886: * www/htdocs/index.html 1.146:
8887: found ancient param to Junction, removed.
8888: allowed passing self to native_code_operators [for ^process to work, she needs self]
8889:
8890: * Makefile.in 1.20:
8891: * bin/Makefile.in 1.5:
8892: * bin/auto.p.dist.in 1.8:
8893: * configure 1.40:
8894: * configure 1.41:
8895: * configure.in 1.40:
8896: * configure.in 1.41:
8897: * etc/Makefile.in 1.10:
8898: * etc/parser3.charsets/Makefile.in 1.13:
8899: * src/Makefile.in 1.51:
8900: * src/classes/Makefile.in 1.49:
8901: * src/classes/gd/Makefile.in 1.39:
8902: * src/classes/smtp/Makefile.in 1.8:
8903: * src/include/Makefile.in 1.7:
8904: * src/lib/Makefile.in 1.4:
8905: * src/lib/md5/Makefile.in 1.2:
8906: * src/lib/patches/Makefile.in 1.4:
8907: * src/lib/pcre/Makefile.in 1.4:
8908: * src/main/Makefile.in 1.45:
8909: * src/sql/Makefile.in 1.7:
8910: * src/targets/Makefile.in 1.38:
8911: * src/targets/apache13/Makefile.in 1.39:
8912: * src/targets/cgi/Makefile.in 1.54:
8913: * src/targets/isapi/Makefile.in 1.7:
8914: * src/types/Makefile.in 1.44:
8915: so now detected [can be .sl on hpux, .dll on cygwin, .so in
8916: other cases)
8917:
8918: * bin/auto.p.dist.in 1.9:
8919: strange \n
8920:
8921: * src/classes/table.C 1.164:
8922: * src/classes/xdoc.C 1.100:
8923: * www/htdocs/index.html 1.144:
8924: table::sql options
8925: table::create copy options
8926: options checked, wrong option now fatal error
8927:
8928: * src/main/pa_string.C 1.170:
8929: * www/htdocs/index.html 1.143:
8930: string.replace fixed [were missing words on pieces boundaries]
8931:
8932: * src/main/execute.C 1.269:
8933: * src/main/pa_request.C 1.228:
8934: * src/types/pa_value.C 1.6:
8935: * src/types/pa_value.h 1.102:
8936: * src/types/pa_vmethod_frame.h 1.37:
8937: * src/types/pa_vstateless_class.h 1.35:
8938: * www/htdocs/index.html 1.145:
8939: * www/htdocs/operators.p 1.1:
8940: allowed Request.self to be 0, checked that in VMethodFrame get
8941: put and $self.
8942:
8943: * src/classes/op.C 1.108:
8944: * src/classes/table.C 1.161:
8945: * www/htdocs/index.html 1.140:
8946: menu/for delims bug fixed [were ,2,3]
8947:
8948: 2002-09-16 paf
8949: * src/classes/file.C 1.98:
8950: * www/htdocs/index.html 1.139:
8951: 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.
8952: now detected closest header break.
8953:
8954: * src/main/untaint.C 1.107:
8955: * src/types/pa_vmail.C 1.29:
8956: mail:send closing ?= now closed right
8957:
8958: 2002-09-13 paf
8959: * operators.txt 1.81:
8960: * src/main/compile.tab.C 1.65:
8961: * src/main/compile.y 1.193:
8962: * www/htdocs/index.html 1.137:
8963: !| bitwise
8964: !|| numerical
8965: xor now
8966: [preparing for expression #comments]
8967:
8968: * src/main/compile.tab.C 1.63:
8969: * src/main/compile.y 1.191:
8970: * src/types/pa_vresponse.C 1.12:
8971: * www/htdocs/index.html 1.135:
8972: cookie date now clean [were mistakenly tainted & that worked
8973: bad with opera -- 'happily' that worked OK with msie]
8974:
8975: * src/main/compile.tab.C 1.64:
8976: * src/main/compile.y 1.192:
8977: * www/htdocs/index.html 1.136:
8978: @method[$name]
8979: now parse error
8980:
8981: * operators.txt 1.82:
8982: * src/main/compile.tab.C 1.66:
8983: * src/main/compile.y 1.194:
8984: * src/main/compile_tools.h 1.65:
8985: * www/htdocs/index.html 1.138:
8986: (expression #comment)
8987:
8988: (multiline expression #comment
8989: line2 #comment
8990: )
8991:
8992: (expression #comment with (brackets) comment) << OK
8993:
8994: * Makefile.in 1.19:
8995: * configure 1.39:
8996: * configure.in 1.39:
8997: * src/include/pa_config_auto.h.in 1.29:
8998: HAVE_WINSOCK_H created in configure.in
8999:
9000: * src/include/pa_config_fixed.h 1.50:
9001: * src/main/pa_socks.C 1.17:
9002: HAVE_WINSOCK_H cheched in pa_socks.C
9003:
9004: 2002-09-12 paf
9005: * src/main/untaint.C 1.105:
9006: * www/htdocs/index.html 1.134:
9007: quoted printable ' ' now =20
9008: and encoding stops before <...>$
9009:
9010: * src/types/pa_vclass.C 1.13:
9011: * src/types/pa_vmail.C 1.28:
9012: * src/types/pa_vobject.C 1.8:
9013: VObject & VClass
9014: get_element
9015: now first looks to fields, next to methods & co
9016: todo: the rest
9017: reason: more speed
9018:
9019: * src/main/untaint.C 1.106:
9020: quoted printable encoding stops before \s*<...>$
9021:
9022: 2002-09-11 paf
9023: * src/main/pa_charset.C 1.30:
9024: * src/targets/cgi/parser3.dsp 1.59:
9025: * www/htdocs/index.html 1.133:
9026: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
9027: forgot to check users of those funcs. not all were using that return value convention
9028:
9029: * etc/parser3.charsets/windows-1254.cfg 1.1:
9030: * src/lib/pcre/ibm-1254.ucm 1.1:
9031: windows-1254 added
9032:
9033: 2002-09-10 paf
9034: * src/classes/op.C 1.106:
9035: * src/main/execute.C 1.265:
9036: * src/types/pa_value.C 1.5:
9037: * src/types/pa_value.h 1.100:
9038: * src/types/pa_vcode_frame.h 1.22:
9039: * src/types/pa_vmethod_frame.h 1.36:
9040: * src/types/pa_wcontext.C 1.23:
9041: * src/types/pa_wcontext.h 1.39:
9042: * src/types/pa_wwrapper.h 1.25:
9043: moved junction kill responsibility to wcontext
9044:
9045: * src/main/execute.C 1.267:
9046: * src/types/pa_value.h 1.101:
9047: * src/types/pa_wwrapper.h 1.26:
9048: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
9049: now has parent, wich helps code in hash to survivi
9050:
9051: * src/include/pa_request.h 1.147:
9052: * src/main/execute.C 1.266:
9053: removed redundant param to execute [stack said 'thanks']
9054:
9055: * src/classes/file.C 1.97:
9056: decided not to log exec's with stderr, that could be warnings,
9057: and it's up to scritper to log/show them
9058:
9059: * src/main/pa_charset.C 1.29:
9060: * src/types/pa_vmail.C 1.27:
9061: * www/htdocs/index.html 1.131:
9062: 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]
9063: tfm readed & code updated
9064:
9065: * src/classes/op.C 1.107:
9066: * src/main/execute.C 1.268:
9067: * src/types/pa_wcontext.h 1.40:
9068: * src/types/pa_wcontext.h 1.41:
9069: VCodeFrame parent param were specified badly
9070:
9071: * src/classes/double.C 1.50:
9072: * src/main/execute.C 1.264:
9073: * www/htdocs/index.html 1.132:
9074: double:sql badly called write_assign_lang, not write_no_lang,
9075: thus doing unnecessary double/string converstion, which were loosing time&precesion
9076:
9077: 2002-09-04 paf
9078: * src/types/pa_vxnode.C 1.25:
9079: * www/htdocs/index.html 1.129:
9080: removed too strong checks of xnode.elements.
9081: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
9082:
9083: * configure 1.37:
9084: * configure.in 1.38:
9085: introducing --with-sjlj-exceptions
9086: [hpux can not work with longjump/throw pair, and one must switch that on there.
9087: todo: detect that automatically]
9088:
9089: * configure 1.38:
9090: makes with sjlj
9091:
9092: * src/include/pa_config_auto.h.in 1.28:
9093: sjlj define
9094:
9095: * INSTALL 1.26:
9096: * src/include/pa_config_fixed.h 1.49:
9097: * src/include/pa_sql_connection.h 1.28:
9098: * src/main/pa_sql_driver_manager.C 1.65:
9099: * www/htdocs/index.html 1.130:
9100: -with-sjlj-exceptions define checked.
9101: on win32 it made default
9102:
9103: 2002-09-02 paf
9104: * Makefile.am 1.7:
9105: * Makefile.in 1.18:
9106: * src/types/pa_vdate.h 1.20:
9107: happy now only install-exec
9108:
9109: * src/types/pa_vdate.h 1.21:
9110: removed debug
9111:
9112: * operators.txt 1.80:
9113: * src/main/execute.C 1.263:
9114: * src/targets/cgi/parser3.dsp 1.58:
9115: * www/htdocs/index.html 1.128:
9116: removed double_result, didn't help
9117:
9118: * src/types/pa_vdate.h 1.22:
9119: *** empty log message ***
9120:
9121: * src/main/execute.C 1.258:
9122: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
9123: this works fine on solaris/intel for still unknown reason.
9124:
9125: * src/main/execute.C 1.261:
9126: double_result made to move that var away from hungry g++ optimizer (-O2),
9127: before: it were optimized and comparison operators worked badly
9128:
9129: 2002-08-29 paf
9130: * parser3.dsw 1.3:
9131: * src/classes/classes.dsp 1.25:
9132: * src/classes/hash.C 1.46:
9133: * src/classes/op.C 1.105:
9134: * src/classes/string.C 1.119:
9135: * src/include/pa_request.h 1.146:
9136: * src/lib/md5/md5.dsp 1.2:
9137: * src/main/execute.C 1.257:
9138: * src/main/main.dsp 1.158:
9139: * src/main/pa_request.C 1.227:
9140: * src/targets/cgi/parser3.dsp 1.57:
9141: * src/types/pa_value.C 1.4:
9142: * src/types/pa_value.h 1.99:
9143: * src/types/pa_vmail.C 1.26:
9144: * src/types/pa_vmethod_frame.h 1.35:
9145: * src/types/pa_wcontext.h 1.38:
9146: * src/types/types.dsp 1.33:
9147: * www/htdocs/index.html 1.127:
9148: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
9149: request.root renamed to method_frame [more easyreading]
9150: ancient {...PUSH/POPs...} changed to stack vars [speed up]
9151:
9152: 2002-08-28 paf
9153: * operators.txt 1.79:
9154: * src/classes/string.C 1.118:
9155: * www/htdocs/derived.p 1.15:
9156: * www/htdocs/index.html 1.124:
9157: ^string.split[delim[;options]]
9158:
9159: * src/types/pa_vcookie.C 1.50:
9160: * www/htdocs/index.html 1.125:
9161: fixed cookie delete when
9162: $cookie:name[$.value[]]
9163:
9164: * src/types/pa_vcookie.C 1.51:
9165: * www/htdocs/index.html 1.126:
9166: $cookie:name[&]
9167: $cookie:name << now tainted
9168:
9169: 2002-08-27 paf
9170: * etc/parser3.charsets/Makefile.am 1.4:
9171: * etc/parser3.charsets/Makefile.in 1.12:
9172: merged from 3.0.0005
9173:
9174: * INSTALL 1.25:
9175: recommended latest gmime 1.0.5
9176:
9177: * operators.txt 1.78:
9178: * src/main/compile.tab.C 1.62:
9179: * src/main/compile.y 1.190:
9180: * www/htdocs/index.html 1.123:
9181: * www/htdocs/mailreceive.eml 1.2:
9182: # now delimiter
9183:
9184: 2002-08-26 paf
9185: * configure 1.36:
9186: * configure.in 1.37:
9187: * src/targets/apache13/Makefile.am 1.14:
9188: * src/targets/apache13/Makefile.in 1.38:
9189: apache13/hook added to make dist.
9190:
9191: 2002-08-23 paf
9192: * src/include/pa_common.h 1.81:
9193: * src/main/pa_common.C 1.118:
9194: * src/targets/cgi/parser3.C 1.197:
9195: * src/targets/isapi/parser3isapi.C 1.79:
9196: * www/htdocs/index.html 1.122:
9197: when auto.p beside binary [cgi, isapi] not accessible [due to
9198: bad rights or whatever] it's error now
9199:
9200: 2002-08-21 paf
9201: * src/main/pa_string.C 1.169:
9202: * www/htdocs/index.html 1.121:
9203: fixed bad language bug, [were wrong string cloning constructor]
9204:
9205: * src/main/compile.tab.C 1.61:
9206: * src/main/compile.y 1.189:
9207: * src/main/compile_tools.C 1.53:
9208: * src/main/compile_tools.h 1.64:
9209: * www/htdocs/derived.p 1.13:
9210: * www/htdocs/derived.p 1.14:
9211: "BASE:"
9212: "BASE::"
9213: syntax allowed, means "base class".
9214: compiled as if here they named base class
9215:
9216: * bin/auto.p.dist.in 1.7:
9217: * src/targets/cgi/parser3.C 1.196:
9218: * src/types/pa_vfile.C 1.34:
9219: * src/types/pa_vmail.C 1.23:
9220: * www/htdocs/mailreceive.eml 1.1:
9221: * www/htdocs/mailreceive.html 1.1:
9222: $mail.received.file.value.content-type fixed
9223:
9224: * Makefile.am 1.6:
9225: * Makefile.in 1.17:
9226: can use:
9227: make happy
9228: equals to
9229: make update install
9230:
9231: * src/main/execute.C 1.256:
9232: * src/types/pa_vobject.h 1.34:
9233: * www/htdocs/base.p 1.3:
9234: * www/htdocs/derived.p 1.12:
9235: * www/htdocs/index.html 1.120:
9236: fixed virtual calls
9237:
9238: 2002-08-20 paf
9239: * operators.txt 1.76:
9240: * src/classes/void.C 1.23:
9241: * www/htdocs/index.html 1.117:
9242: ^void.length[] = 0 merged from 3.0.0005
9243:
9244: * operators.txt 1.77:
9245: * src/classes/void.C 1.24:
9246: * www/htdocs/index.html 1.118:
9247: ^void.pos[...] = -1 merged from 3.0.0005
9248:
9249: * operators.txt [release_3_0_0005] 1.59.2.3:
9250: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
9251: ^void.length[] = 0
9252:
9253: * operators.txt [release_3_0_0005] 1.59.2.4:
9254: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
9255: ^void.pos[...] = -1
9256:
9257: * src/classes/file.C 1.96:
9258: * www/htdocs/index.html 1.119:
9259: fixed language of file:file result
9260:
9261: 2002-08-19 paf
9262: * src/classes/xnode.C 1.49:
9263: * src/classes/xnode.C 1.50:
9264: * src/classes/xnode.C 1.51:
9265: * src/types/pa_vxdoc.C 1.21:
9266: xdoc.fields fixed [were error in xnode, which were not catched
9267: in xdoc]
9268:
9269: * src/classes/xdoc.C 1.99:
9270: xdoc getElementsByTagName, ...NS
9271: overriden, work now
9272:
9273: * src/include/pa_stylesheet_connection.h 1.31:
9274: * src/main/pa_globals.C 1.138:
9275: prepared:
9276: // validate each document after load/create (?)
9277: //xmlDoValidityCheckingDefaultValue = 1;
9278:
9279: 2002-08-15 paf
9280: * src/types/pa_vrequest.C 1.25:
9281: * www/htdocs/index.html 1.113:
9282: $request:body unprecessed POST request
9283:
9284: * operators.txt 1.71:
9285: * src/classes/form.C 1.31:
9286: * src/include/pa_pool.h 1.84:
9287: * src/include/pa_request.h 1.145:
9288: * src/main/pa_pool.C 1.56:
9289: * src/types/pa_vform.C 1.66:
9290: * src/types/pa_vform.h 1.41:
9291: * www/htdocs/.htaccess 1.7:
9292: planning/preparing_to $request:body
9293: r.post_data now const
9294:
9295: * src/classes/image.C 1.75:
9296: * src/classes/op.C 1.104:
9297: * src/classes/xdoc.C 1.98:
9298: * src/classes/xnode.C 1.48:
9299: * src/main/execute.C 1.255:
9300: * src/types/pa_value.h 1.97:
9301: * src/types/pa_vhash.h 1.39:
9302: * src/types/pa_vobject.C 1.7:
9303: * src/types/pa_vobject.h 1.33:
9304: * src/types/pa_vtable.h 1.46:
9305: * www/htdocs/index.html 1.111:
9306: instead of type() checking everywhere used Value.as
9307: now user descendants can be used in params.
9308:
9309: VObject::as_*, is_defined now taken from bases.
9310: xtable(table)
9311: ^if($xtable) now OK
9312:
9313: * operators.txt 1.73:
9314: * src/include/pa_common.h 1.80:
9315: * src/main/pa_common.C 1.117:
9316: * src/types/pa_vcookie.C 1.49:
9317: * src/types/pa_vdate.h 1.19:
9318: * src/types/pa_vresponse.C 1.11:
9319: * src/types/pa_vresponse.h 1.29:
9320: * www/htdocs/index.html 1.115:
9321: $response:field[date]
9322: $response:field[$.xxx[date]]
9323:
9324: * src/types/pa_value.h 1.98:
9325: * src/types/pa_vdate.h 1.18:
9326: * src/types/pa_vrequest.C 1.24:
9327: * src/types/pa_vxdoc.C 1.20:
9328: * src/types/pa_vxnode.C 1.24:
9329: * www/htdocs/index.html 1.112:
9330: few barks:
9331: bark("%s field not found", 0, &aname)
9332:
9333: * src/classes/hash.C 1.45:
9334: * src/classes/string.C 1.117:
9335: * src/classes/table.C 1.160:
9336: * src/classes/void.C 1.22:
9337: * src/include/pa_sql_connection.h 1.27:
9338: * www/htdocs/index.html 1.114:
9339: fixed source of ^hash::sql{bad}
9340:
9341: * src/classes/classes.h 1.22:
9342: * www/htdocs/index.html 1.116:
9343: write to static var caused useless Exception, introduced
9344: Methoded::put_element wich consumes those
9345:
9346: * src/main/execute.C 1.254:
9347: * src/types/pa_value.h 1.96:
9348: * src/types/pa_vclass.C 1.12:
9349: * src/types/pa_vclass.h 1.37:
9350: * src/types/pa_vobject.C 1.6:
9351: * src/types/pa_vobject.h 1.32:
9352: * src/types/pa_vxdoc.C 1.19:
9353: * src/types/pa_vxdoc.h 1.29:
9354: is->as
9355:
9356: * operators.txt 1.72:
9357: $request:body unprecessed POST request body
9358:
9359: 2002-08-14 paf
9360: * src/targets/cgi/Makefile.am 1.41:
9361: * src/targets/cgi/fixopt.C 1.1:
9362: * src/targets/cgi/fixopt.C 1.2:
9363: * src/targets/cgi/fixopt.h 1.1:
9364: * src/targets/cgi/parser3.C 1.194:
9365: * src/targets/cgi/parser3.dsp 1.55:
9366: fixopt now preprocesses command line params, splitting them by
9367: space, excluding argv[0], argv[argc-1]
9368:
9369: * src/classes/xnode.h 1.16:
9370: * src/main/execute.C 1.253:
9371: * src/targets/cgi/parser3.dsp 1.56:
9372: * src/types/pa_value.h 1.95:
9373: * src/types/pa_vclass.C 1.11:
9374: * src/types/pa_vclass.h 1.36:
9375: * src/types/pa_vcode_frame.h 1.21:
9376: * src/types/pa_vcookie.C 1.48:
9377: * src/types/pa_vcookie.h 1.21:
9378: * src/types/pa_vdate.h 1.17:
9379: * src/types/pa_venv.h 1.26:
9380: * src/types/pa_vfile.h 1.49:
9381: * src/types/pa_vform.C 1.65:
9382: * src/types/pa_vform.h 1.40:
9383: * src/types/pa_vhash.h 1.38:
9384: * src/types/pa_vimage.h 1.31:
9385: * src/types/pa_vmail.C 1.22:
9386: * src/types/pa_vmail.h 1.6:
9387: * src/types/pa_vmath.h 1.12:
9388: * src/types/pa_vmethod_frame.h 1.34:
9389: * src/types/pa_vobject.C 1.5:
9390: * src/types/pa_vobject.h 1.31:
9391: * src/types/pa_vrequest.C 1.23:
9392: * src/types/pa_vrequest.h 1.23:
9393: * src/types/pa_vresponse.C 1.10:
9394: * src/types/pa_vresponse.h 1.28:
9395: * src/types/pa_vstateless_class.h 1.34:
9396: * src/types/pa_vstateless_object.h 1.25:
9397: * src/types/pa_vstatus.C 1.12:
9398: * src/types/pa_vstatus.h 1.13:
9399: * src/types/pa_vstring.h 1.52:
9400: * src/types/pa_vtable.C 1.19:
9401: * src/types/pa_vtable.h 1.45:
9402: * src/types/pa_vvoid.h 1.14:
9403: * src/types/pa_vxdoc.C 1.18:
9404: * src/types/pa_vxdoc.h 1.28:
9405: * src/types/pa_vxnode.C 1.23:
9406: * src/types/pa_vxnode.h 1.20:
9407: * src/types/pa_wwrapper.h 1.24:
9408: * www/htdocs/index.html 1.110:
9409: is now works with VObject & VClass
9410:
9411: * src/types/pa_vmail.C 1.21:
9412: mail: turned off utf8 to source transcoding
9413:
9414: * src/targets/cgi/parser3.C 1.193:
9415: -f config file
9416:
9417: * src/targets/cgi/Makefile.am 1.42:
9418: * src/targets/cgi/fixopt.C 1.3:
9419: * src/targets/cgi/fixopt.h 1.2:
9420: * src/targets/cgi/parser3.C 1.195:
9421: removed fixopt stupidity. on stupid linux use
9422: cd /document/root
9423: ../cgi/parser3 script
9424:
9425: * src/targets/cgi/Makefile.in 1.52:
9426: * src/targets/cgi/Makefile.in 1.53:
9427: *** empty log message ***
9428:
9429: * src/targets/cgi/parser3.C 1.192:
9430: * www/htdocs/auto.p 1.17:
9431: * www/htdocs/derived.p 1.11:
9432: * www/htdocs/index.html 1.109:
9433: fixed .log file dir
9434:
9435: 2002-08-13 paf
9436: * www/htdocs/derived.p 1.7:
9437: sample: dont convinient that table fields can be overridden
9438:
9439: * src/types/Makefile.in 1.43:
9440: added vobject.c & vclass
9441:
9442: * src/types/Makefile.in 1.42:
9443: VAliased removed
9444:
9445: * src/types/pa_vclass.C 1.9:
9446: * www/htdocs/derived.p 1.9:
9447: checked: form[vclass]fields can be overwritten in derived(table)
9448:
9449: * src/types/Makefile.am 1.26:
9450: * src/types/pa_vclass.C 1.7:
9451: * src/types/pa_vclass.h 1.34:
9452: * src/types/pa_vobject.C 1.1:
9453: * src/types/pa_vobject.h 1.29:
9454: * src/types/types.dsp 1.32:
9455: reorganized modules
9456: todo: fix bug with put endless recoursion
9457: todo: check 'as'
9458:
9459: * src/types/pa_vclass.C 1.10:
9460: * www/htdocs/index.html 1.107:
9461: allow override parent variables, useful for form descendants
9462:
9463: * src/types/pa_vobject.C 1.4:
9464: * www/htdocs/derived.p 1.10:
9465: * www/htdocs/index.html 1.108:
9466: allow override parent variables, useful for form descendants [
9467: in vobject too, were in vclass]
9468:
9469: * src/classes/form.C 1.30:
9470: * src/classes/mail.C 1.78:
9471: * src/classes/op.C 1.103:
9472: * src/classes/xnode.h 1.15:
9473: * src/include/pa_request.h 1.144:
9474: * src/main/execute.C 1.252:
9475: * src/main/pa_request.C 1.226:
9476: * src/types/pa_value.h 1.94:
9477: * src/types/pa_vclass.C 1.8:
9478: * src/types/pa_vclass.h 1.35:
9479: * src/types/pa_vcode_frame.h 1.20:
9480: * src/types/pa_vcookie.C 1.47:
9481: * src/types/pa_vcookie.h 1.20:
9482: * src/types/pa_vdate.h 1.16:
9483: * src/types/pa_venv.h 1.25:
9484: * src/types/pa_vfile.h 1.48:
9485: * src/types/pa_vform.C 1.64:
9486: * src/types/pa_vform.h 1.39:
9487: * src/types/pa_vhash.h 1.37:
9488: * src/types/pa_vimage.h 1.30:
9489: * src/types/pa_vmail.C 1.20:
9490: * src/types/pa_vmail.h 1.5:
9491: * src/types/pa_vmath.h 1.11:
9492: * src/types/pa_vmethod_frame.h 1.33:
9493: * src/types/pa_vobject.C 1.3:
9494: * src/types/pa_vobject.h 1.30:
9495: * src/types/pa_vrequest.C 1.22:
9496: * src/types/pa_vrequest.h 1.22:
9497: * src/types/pa_vresponse.C 1.9:
9498: * src/types/pa_vresponse.h 1.27:
9499: * src/types/pa_vstateless_class.h 1.33:
9500: * src/types/pa_vstateless_object.h 1.24:
9501: * src/types/pa_vstatus.C 1.11:
9502: * src/types/pa_vstatus.h 1.12:
9503: * src/types/pa_vstring.h 1.51:
9504: * src/types/pa_vtable.C 1.18:
9505: * src/types/pa_vtable.h 1.44:
9506: * src/types/pa_vvoid.h 1.13:
9507: * src/types/pa_vxdoc.C 1.17:
9508: * src/types/pa_vxdoc.h 1.27:
9509: * src/types/pa_vxnode.C 1.22:
9510: * src/types/pa_vxnode.h 1.19:
9511: * src/types/pa_wwrapper.h 1.23:
9512: introduced Value::get_element(..., bool looking_down) [needed
9513: to exclude endless recoursion]
9514:
9515: * src/classes/table.C 1.159:
9516: * src/types/pa_vtable.C 1.17:
9517: * src/types/pa_vtable.h 1.43:
9518: * www/htdocs/derived.p 1.5:
9519: fixed error message on using non-created table
9520:
9521: * src/classes/form.C 1.29:
9522: * src/classes/hash.C 1.44:
9523: * src/classes/mail.C 1.77:
9524: * src/classes/op.C 1.102:
9525: * src/classes/xnode.h 1.14:
9526: * src/include/pa_request.h 1.143:
9527: * src/main/compile.C 1.66:
9528: * src/main/compile.tab.C 1.60:
9529: * src/main/execute.C 1.251:
9530: * src/main/pa_request.C 1.225:
9531: * src/types/pa_value.h 1.93:
9532: * src/types/pa_vclass.h 1.33:
9533: * src/types/pa_vcode_frame.h 1.19:
9534: * src/types/pa_vcookie.C 1.46:
9535: * src/types/pa_vcookie.h 1.19:
9536: * src/types/pa_vdate.h 1.15:
9537: * src/types/pa_venv.h 1.24:
9538: * src/types/pa_vfile.h 1.47:
9539: * src/types/pa_vform.C 1.63:
9540: * src/types/pa_vform.h 1.38:
9541: * src/types/pa_vhash.h 1.36:
9542: * src/types/pa_vimage.C 1.20:
9543: * src/types/pa_vimage.h 1.29:
9544: * src/types/pa_vmail.C 1.19:
9545: * src/types/pa_vmail.h 1.4:
9546: * src/types/pa_vmath.h 1.10:
9547: * src/types/pa_vmethod_frame.h 1.32:
9548: * src/types/pa_vobject.h 1.26:
9549: * src/types/pa_vrequest.C 1.20:
9550: * src/types/pa_vrequest.h 1.20:
9551: * src/types/pa_vresponse.C 1.8:
9552: * src/types/pa_vresponse.h 1.26:
9553: * src/types/pa_vstateless_class.h 1.32:
9554: * src/types/pa_vstateless_object.h 1.23:
9555: * src/types/pa_vstatus.C 1.10:
9556: * src/types/pa_vstatus.h 1.11:
9557: * src/types/pa_vstring.h 1.50:
9558: * src/types/pa_vtable.C 1.16:
9559: * src/types/pa_vtable.h 1.42:
9560: * src/types/pa_vvoid.h 1.12:
9561: * src/types/pa_vxdoc.C 1.16:
9562: * src/types/pa_vxdoc.h 1.26:
9563: * src/types/pa_vxnode.C 1.21:
9564: * src/types/pa_vxnode.h 1.18:
9565: * src/types/pa_wwrapper.h 1.22:
9566: * www/htdocs/derived.p 1.4:
9567: VObject.get/out now looking down/up tree
9568: todo: fix error message on non-constructed parents
9569:
9570: * src/types/pa_vobject.h 1.28:
9571: * www/htdocs/derived.p 1.8:
9572: checked: table fields can be overwritten in derived(table)
9573:
9574: * src/types/pa_vobject.h 1.27:
9575: * www/htdocs/derived.p 1.6:
9576: * www/htdocs/index.html 1.106:
9577: derived classes can have fields of their own now
9578:
9579: 2002-08-12 paf
9580: * src/main/compile.tab.C 1.59:
9581: * src/main/compile.y 1.188:
9582: * src/main/execute.C 1.249:
9583: * src/main/execute.C 1.250:
9584: * src/main/pa_request.C 1.224:
9585: * src/types/Makefile.am 1.25:
9586: * src/types/pa_valiased.C 1.17:
9587: * src/types/pa_valiased.h 1.23:
9588: * src/types/pa_value.h 1.92:
9589: * src/types/pa_vclass.h 1.32:
9590: * src/types/pa_vobject.h 1.25:
9591: * src/types/pa_vstateless_class.h 1.30:
9592: * src/types/pa_vstateless_object.h 1.21:
9593: * src/types/pa_wcontext.h 1.37:
9594: ^base:create[] dynamic call rewritten
9595: todo: thorough testing
9596:
9597: * src/types/pa_value.h 1.91:
9598: * src/types/pa_vclass.h 1.31:
9599: * src/types/pa_vobject.h 1.24:
9600: * www/htdocs/base.p 1.1:
9601: * www/htdocs/derived.p 1.1:
9602: VObject ctor now instantates base class, remembers it and saves child in parent
9603: VObject.get_class now returns last child = downward virtual calls OK
9604:
9605: * src/types/pa_vstateless_class.h 1.31:
9606: * src/types/pa_vstateless_object.h 1.22:
9607: * www/htdocs/derived.p 1.3:
9608: table derived OK
9609:
9610: * src/main/pa_request.C 1.223:
9611: response:body[file] content-type check fixed [were bad when
9612: content-type is hash]
9613:
9614: * bin/auto.p.dist.in 1.5:
9615: fixed sendmail default comment
9616:
9617: * src/main/execute.C 1.248:
9618: * src/types/pa_value.h 1.90:
9619: * src/types/pa_vclass.h 1.30:
9620: * src/types/pa_vdate.h 1.14:
9621: * src/types/pa_vdouble.h 1.40:
9622: * src/types/pa_vfile.h 1.46:
9623: * src/types/pa_vimage.h 1.28:
9624: * src/types/pa_vint.h 1.37:
9625: * src/types/pa_vmethod_frame.h 1.31:
9626: * src/types/pa_vobject.h 1.23:
9627: * src/types/pa_vresponse.h 1.25:
9628: * src/types/pa_vstateless_class.h 1.29:
9629: * src/types/pa_vstateless_object.h 1.20:
9630: * src/types/pa_vstring.h 1.49:
9631: * src/types/pa_vtable.h 1.41:
9632: * src/types/pa_vxdoc.h 1.25:
9633: * src/types/pa_vxnode.h 1.17:
9634: * src/types/pa_wcontext.h 1.36:
9635: * src/types/types.dsp 1.31:
9636: * www/htdocs/index.html 1.105:
9637: killed VAliased [redundant], moved $CLASS to VObject only [
9638: parser class instance]
9639:
9640: * bin/auto.p.dist.in 1.6:
9641: more like in dist on parser.ru
9642:
9643: * www/htdocs/base.p 1.2:
9644: * www/htdocs/derived.p 1.2:
9645: not good - along upward-virtual call self eq child
9646:
9647: 2002-08-09 paf
9648: * src/main/execute.C 1.247:
9649: * src/types/pa_value.h 1.89:
9650: * src/types/pa_vclass.h 1.29:
9651: * src/types/pa_vobject.h 1.22:
9652: * src/types/pa_vxdoc.h 1.24:
9653: * www/htdocs/index.html 1.104:
9654: started as()
9655:
9656: 2002-08-08 paf
9657: * src/classes/mail.C 1.76:
9658: * src/types/pa_vmail.C 1.18:
9659: * www/htdocs/auto.p 1.16:
9660: * www/htdocs/index.html 1.98:
9661: in letter texts one can use tainted data now. only she must specify the language.
9662:
9663: ^mail:send[
9664: $.from[paf@mail.design.ru]
9665: $.to[paf@mail.design.ru]
9666: $.subject[^taint[uri][москва]=2]
9667: $.text[^taint[uri][москва]=]
9668: ]
9669:
9670: * operators.txt 1.67:
9671: * src/include/pa_string.h 1.142:
9672: * src/include/pa_string.h 1.143:
9673: * src/main/pa_string.C 1.168:
9674: * www/htdocs/index.html 1.95:
9675: String::first_char now not fails on empty strings
9676: ^if(-f '') now ok and in 3 other places.
9677:
9678: * src/classes/file.C 1.95:
9679: * src/classes/op.C 1.101:
9680: * src/types/pa_vfile.C 1.33:
9681: * www/htdocs/index.html 1.96:
9682: * www/htdocs/index.html 1.97:
9683: ^process now prints more precise origin
9684:
9685: * operators.txt 1.68:
9686: * src/types/pa_vdate.h 1.13:
9687: * www/htdocs/index.html 1.99:
9688: $date.yearday
9689: $date.daylightsaving
9690:
9691: * src/main/execute.C 1.246:
9692: * www/htdocs/index.html 1.100:
9693: error reporting on object writes to MAIN improved [were ruind
9694: with fixing $obj[^if(1){$obj}] ]
9695:
9696: * operators.txt 1.69:
9697: * operators.txt 1.70:
9698: * src/classes/date.C 1.36:
9699: * src/include/pa_globals.h 1.94:
9700: * src/main/pa_globals.C 1.137:
9701: * www/htdocs/index.html 1.101:
9702: * www/htdocs/index.html 1.102:
9703: year column in month calendar [week year]
9704:
9705: 2002-08-07 paf
9706: * src/classes/classes.dsp 1.24:
9707: * src/classes/gd/gd.dsp 1.26:
9708: * src/classes/smtp/smtp.dsp 1.22:
9709: * src/classes/table.C 1.158:
9710: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
9711: * src/main/pa_array.C 1.52:
9712: * src/types/types.dsp 1.30:
9713: * www/htdocs/index.html 1.91:
9714: all Debug dirs in .dsp now named 'Debug'
9715:
9716: * src/classes/string.C 1.116:
9717: * src/main/pa_string.C 1.166:
9718: * src/main/pa_string.C 1.167:
9719: * www/htdocs/index.html 1.93:
9720: * www/htdocs/index.html 1.94:
9721: ^string.mid(0;bad) fixed
9722:
9723: * operators.txt 1.66:
9724: * src/classes/op.C 1.100:
9725: cache...{...^cache<<to past...} now erasing cache file [there
9726: were bad check on that]
9727:
9728: * operators.txt 1.65:
9729: * src/classes/mail.C 1.75:
9730: exception_type email.send
9731:
9732: * src/types/pa_vmail.C 1.16:
9733: * www/htdocs/global.xsl 1.8:
9734: * www/htdocs/index.html 1.89:
9735: mail:send empty email checked
9736:
9737: * src/main/execute.C 1.245:
9738: * src/types/pa_vcode_frame.h 1.17:
9739: * src/types/pa_vcode_frame.h 1.18:
9740: * src/types/pa_vmethod_frame.h 1.30:
9741: * src/types/pa_wcontext.C 1.22:
9742: * src/types/pa_wcontext.h 1.35:
9743: * src/types/pa_wwrapper.h 1.21:
9744: * www/htdocs/index.html 1.92:
9745: vcodeframe were mistakenly not completely transparent to object writes.
9746: $hash[^if(1){$hash}] now works
9747:
9748: * operators.txt 1.64:
9749: * src/types/pa_vmail.C 1.17:
9750: * www/htdocs/index.html 1.90:
9751: exception_type email.format
9752:
9753: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
9754: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
9755: all included into dist
9756:
9757: 2002-08-06 paf
9758: * src/classes/file.C 1.93:
9759: * src/include/pa_globals.h 1.93:
9760: * src/main/pa_globals.C 1.136:
9761: * src/main/pa_request.C 1.222:
9762: * src/types/pa_vfile.C 1.32:
9763: * src/types/pa_vfile.h 1.45:
9764: * www/htdocs/index.html 1.85:
9765: $file.content-type [instead of .mime-type]
9766: now works for file::stat also
9767:
9768: * src/main/pa_request.C 1.221:
9769: * www/htdocs/index.html 1.84:
9770: case insensitive mime_type_of
9771:
9772: * src/classes/file.C 1.94:
9773: * www/htdocs/index.html 1.86:
9774: $f[file::cgi]
9775: $f.UPPER case fields
9776:
9777: * operators.txt 1.62:
9778: * operators.txt 1.63:
9779: * src/classes/table.C 1.157:
9780: * src/include/pa_array.h 1.56:
9781: * src/include/pa_table.h 1.47:
9782: * src/main/pa_array.C 1.51:
9783: * src/main/pa_table.C 1.50:
9784: * www/htdocs/index.html 1.88:
9785: ^table::create[$source;$.options]
9786: ^table::join[$source;$.options]
9787:
9788: * bin/auto.p.dist.in 1.4:
9789: jpeg
9790:
9791: * operators.txt 1.61:
9792: * src/classes/hash.C 1.43:
9793: * src/classes/string.C 1.115:
9794: * src/classes/table.C 1.156:
9795: * www/htdocs/index.html 1.87:
9796: sql options can be string now
9797: ^xxx:sql{...}[
9798: # $.default()
9799: }
9800:
9801: 2002-08-05 paf
9802: * src/classes/date.C 1.34:
9803: * src/include/pa_globals.h 1.92:
9804: * src/main/pa_globals.C 1.135:
9805: month calendar week column [ISO 8601 Week Numbers]
9806:
9807: * operators.txt 1.60:
9808: comment on date:calendar week column
9809:
9810: * src/types/pa_vxnode.C 1.20:
9811: xnode.childNodes now 0... [were 1...]
9812:
9813: * src/main/pa_common.C 1.113:
9814: * src/main/pa_common.C 1.114:
9815: * src/main/pa_common.C 1.115:
9816: * src/main/pa_common.C 1.116:
9817: write checked
9818:
9819: * src/types/pa_vmail.C 1.15:
9820: file buffer relocated to parser heap
9821:
9822: * src/classes/date.C 1.35:
9823: +1 buf size for stupid snprintfs
9824:
9825: 2002-08-02 paf
9826: * operators.txt 1.59:
9827: * src/main/pa_request.C 1.220:
9828: * src/types/pa_vform.C 1.61:
9829: * www/htdocs/index.html 1.83:
9830: response transcoded source->client only when text/* or simple
9831: onoverridden $response:body
9832:
9833: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
9834: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
9835: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
9836: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
9837: removed #define DEBUG*
9838:
9839: * src/Makefile.in 1.50:
9840: * src/classes/Makefile.in 1.48:
9841: * src/classes/gd/Makefile.in 1.38:
9842: * src/main/Makefile.in 1.44:
9843: * src/targets/apache13/Makefile.in 1.37:
9844: * src/targets/cgi/Makefile.in 1.51:
9845: * src/types/Makefile.in 1.41:
9846: *** empty log message ***
9847:
9848: * src/types/pa_vclass.h 1.28:
9849: * src/types/pa_vform.C 1.62:
9850: * src/types/pa_vobject.h 1.21:
9851: opera multipart post fixed
9852:
9853: * configure [release_3_0_0005] 1.35.2.1:
9854: * configure.in [release_3_0_0005] 1.36.2.1:
9855: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
9856: release 3_0_0005
9857:
9858: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
9859: unhandled_exception comments
9860:
9861: 2002-08-01 paf
9862: * src/classes/classes.C 1.17:
9863: * src/classes/classes.h 1.21:
9864: * src/classes/date.C 1.33:
9865: * src/classes/double.C 1.49:
9866: * src/classes/file.C 1.92:
9867: * src/classes/form.C 1.28:
9868: * src/classes/gd/gif.C 1.28:
9869: * src/classes/gd/gif.h 1.22:
9870: * src/classes/gd/gifio.C 1.20:
9871: * src/classes/hash.C 1.42:
9872: * src/classes/image.C 1.74:
9873: * src/classes/int.C 1.46:
9874: * src/classes/mail.C 1.74:
9875: * src/classes/math.C 1.23:
9876: * src/classes/op.C 1.99:
9877: * src/classes/response.C 1.21:
9878: * src/classes/smtp/comms.C 1.10:
9879: * src/classes/smtp/smtp.C 1.13:
9880: * src/classes/smtp/smtp.h 1.10:
9881: * src/classes/string.C 1.114:
9882: * src/classes/table.C 1.155:
9883: * src/classes/void.C 1.21:
9884: * src/classes/xdoc.C 1.97:
9885: * src/classes/xnode.C 1.47:
9886: * src/classes/xnode.h 1.13:
9887: * src/include/pa_array.h 1.55:
9888: * src/include/pa_cache_managers.h 1.8:
9889: * src/include/pa_charset.h 1.18:
9890: * src/include/pa_charsets.h 1.7:
9891: * src/include/pa_common.h 1.79:
9892: * src/include/pa_config_fixed.h 1.48:
9893: * src/include/pa_dictionary.h 1.12:
9894: * src/include/pa_dir.h 1.12:
9895: * src/include/pa_exception.h 1.37:
9896: * src/include/pa_exec.h 1.10:
9897: * src/include/pa_globals.h 1.91:
9898: * src/include/pa_hash.h 1.57:
9899: * src/include/pa_opcode.h 1.20:
9900: * src/include/pa_pool.h 1.83:
9901: * src/include/pa_request.h 1.142:
9902: * src/include/pa_sapi.h 1.21:
9903: * src/include/pa_socks.h 1.10:
9904: * src/include/pa_sql_connection.h 1.26:
9905: * src/include/pa_sql_driver_manager.h 1.25:
9906: * src/include/pa_stack.h 1.16:
9907: * src/include/pa_string.h 1.141:
9908: * src/include/pa_stylesheet_connection.h 1.30:
9909: * src/include/pa_stylesheet_manager.h 1.14:
9910: * src/include/pa_table.h 1.46:
9911: * src/include/pa_threads.h 1.25:
9912: * src/include/pa_types.h 1.43:
9913: * src/include/pa_uue.h 1.3:
9914: * src/lib/md5/pa_md5.h 1.4:
9915: * src/lib/md5/pa_md5c.c 1.5:
9916: * src/lib/pcre/pcre_parser_ctype.c 1.2:
9917: * src/main/compile.C 1.65:
9918: * src/main/compile.tab.C 1.58:
9919: * src/main/compile_tools.C 1.52:
9920: * src/main/compile_tools.h 1.63:
9921: * src/main/execute.C 1.244:
9922: * src/main/pa_array.C 1.50:
9923: * src/main/pa_cache_managers.C 1.6:
9924: * src/main/pa_charset.C 1.28:
9925: * src/main/pa_charsets.C 1.10:
9926: * src/main/pa_common.C 1.112:
9927: * src/main/pa_dictionary.C 1.16:
9928: * src/main/pa_dir.C 1.13:
9929: * src/main/pa_exception.C 1.42:
9930: * src/main/pa_exec.C 1.39:
9931: * src/main/pa_globals.C 1.134:
9932: * src/main/pa_hash.C 1.52:
9933: * src/main/pa_pool.C 1.55:
9934: * src/main/pa_request.C 1.219:
9935: * src/main/pa_socks.C 1.16:
9936: * src/main/pa_sql_driver_manager.C 1.64:
9937: * src/main/pa_string.C 1.165:
9938: * src/main/pa_stylesheet_manager.C 1.15:
9939: * src/main/pa_table.C 1.49:
9940: * src/main/pa_uue.C 1.3:
9941: * src/main/untaint.C 1.104:
9942: * src/sql/pa_sql_driver.h 1.28:
9943: * src/targets/apache13/mod_parser3.C 1.26:
9944: * src/targets/apache13/pa_md5c.c 1.4:
9945: * src/targets/apache13/pa_pool.C 1.7:
9946: * src/targets/apache13/pa_threads.C 1.10:
9947: * src/targets/cgi/pa_pool.C 1.40:
9948: * src/targets/cgi/pa_threads.C 1.11:
9949: * src/targets/cgi/parser3.C 1.190:
9950: * src/targets/cgi/pool_storage.h 1.12:
9951: * src/targets/isapi/pa_pool.C 1.15:
9952: * src/targets/isapi/pa_threads.C 1.12:
9953: * src/targets/isapi/parser3isapi.C 1.78:
9954: * src/targets/isapi/pool_storage.h 1.18:
9955: * src/types/pa_valiased.C 1.16:
9956: * src/types/pa_valiased.h 1.22:
9957: * src/types/pa_value.C 1.3:
9958: * src/types/pa_value.h 1.88:
9959: * src/types/pa_vbool.h 1.20:
9960: * src/types/pa_vclass.h 1.27:
9961: * src/types/pa_vcode_frame.h 1.16:
9962: * src/types/pa_vcookie.C 1.45:
9963: * src/types/pa_vcookie.h 1.18:
9964: * src/types/pa_vdate.h 1.12:
9965: * src/types/pa_vdouble.h 1.39:
9966: * src/types/pa_venv.h 1.23:
9967: * src/types/pa_vfile.C 1.31:
9968: * src/types/pa_vfile.h 1.44:
9969: * src/types/pa_vform.C 1.60:
9970: * src/types/pa_vform.h 1.37:
9971: * src/types/pa_vhash.h 1.35:
9972: * src/types/pa_vimage.C 1.19:
9973: * src/types/pa_vimage.h 1.27:
9974: * src/types/pa_vint.h 1.36:
9975: * src/types/pa_vjunction.h 1.15:
9976: * src/types/pa_vmail.C 1.14:
9977: * src/types/pa_vmail.h 1.3:
9978: * src/types/pa_vmath.h 1.9:
9979: * src/types/pa_vmethod_frame.h 1.29:
9980: * src/types/pa_vobject.h 1.20:
9981: * src/types/pa_vrequest.C 1.19:
9982: * src/types/pa_vrequest.h 1.19:
9983: * src/types/pa_vresponse.C 1.7:
9984: * src/types/pa_vresponse.h 1.24:
9985: * src/types/pa_vstateless_class.C 1.15:
9986: * src/types/pa_vstateless_class.h 1.28:
9987: * src/types/pa_vstateless_object.h 1.19:
9988: * src/types/pa_vstatus.C 1.9:
9989: * src/types/pa_vstatus.h 1.10:
9990: * src/types/pa_vstring.C 1.21:
9991: * src/types/pa_vstring.h 1.48:
9992: * src/types/pa_vtable.C 1.15:
9993: * src/types/pa_vtable.h 1.40:
9994: * src/types/pa_vvoid.h 1.11:
9995: * src/types/pa_vxdoc.C 1.15:
9996: * src/types/pa_vxdoc.h 1.23:
9997: * src/types/pa_vxnode.C 1.19:
9998: * src/types/pa_vxnode.h 1.16:
9999: * src/types/pa_wcontext.C 1.21:
10000: * src/types/pa_wcontext.h 1.34:
10001: * src/types/pa_wwrapper.h 1.20:
1.26 ! paf 10002: $Date: now$
1.15 paf 10003:
10004: * src/Makefile.am 1.17:
10005: * src/classes/Makefile.am 1.40:
10006: * src/classes/classes.C 1.16:
10007: * src/classes/classes.dsp 1.23:
10008: * src/classes/classes.h 1.20:
10009: * src/classes/date.C 1.32:
10010: * src/classes/double.C 1.48:
10011: * src/classes/file.C 1.91:
10012: * src/classes/form.C 1.27:
10013: * src/classes/gd/Makefile.am 1.10:
10014: * src/classes/gd/gd.dsp 1.25:
10015: * src/classes/gd/gif.C 1.27:
10016: * src/classes/gd/gif.h 1.21:
10017: * src/classes/gd/gifio.C 1.19:
10018: * src/classes/hash.C 1.41:
10019: * src/classes/image.C 1.73:
10020: * src/classes/int.C 1.45:
10021: * src/classes/mail.C 1.73:
10022: * src/classes/math.C 1.22:
10023: * src/classes/op.C 1.98:
10024: * src/classes/response.C 1.20:
10025: * src/classes/smtp/comms.C 1.9:
10026: * src/classes/smtp/smtp.C 1.12:
10027: * src/classes/smtp/smtp.dsp 1.21:
10028: * src/classes/smtp/smtp.h 1.9:
10029: * src/classes/string.C 1.113:
10030: * src/classes/table.C 1.154:
10031: * src/classes/void.C 1.20:
10032: * src/classes/xdoc.C 1.96:
10033: * src/classes/xnode.C 1.46:
10034: * src/classes/xnode.h 1.12:
10035: * src/include/pa_array.h 1.54:
10036: * src/include/pa_cache_managers.h 1.7:
10037: * src/include/pa_charset.h 1.17:
10038: * src/include/pa_charsets.h 1.6:
10039: * src/include/pa_common.h 1.78:
10040: * src/include/pa_config_fixed.h 1.47:
10041: * src/include/pa_config_includes.h 1.20:
10042: * src/include/pa_dictionary.h 1.11:
10043: * src/include/pa_dir.h 1.11:
10044: * src/include/pa_exception.h 1.36:
10045: * src/include/pa_exec.h 1.9:
10046: * src/include/pa_globals.h 1.90:
10047: * src/include/pa_hash.h 1.56:
10048: * src/include/pa_opcode.h 1.19:
10049: * src/include/pa_pool.h 1.82:
10050: * src/include/pa_pragma_pack_begin.h 1.5:
10051: * src/include/pa_pragma_pack_end.h 1.5:
10052: * src/include/pa_request.h 1.141:
10053: * src/include/pa_sapi.h 1.20:
10054: * src/include/pa_socks.h 1.9:
10055: * src/include/pa_sql_connection.h 1.25:
10056: * src/include/pa_sql_driver_manager.h 1.24:
10057: * src/include/pa_stack.h 1.15:
10058: * src/include/pa_string.h 1.140:
10059: * src/include/pa_stylesheet_connection.h 1.29:
10060: * src/include/pa_stylesheet_manager.h 1.13:
10061: * src/include/pa_table.h 1.45:
10062: * src/include/pa_threads.h 1.24:
10063: * src/include/pa_types.h 1.42:
10064: * src/include/pa_uue.h 1.2:
10065: * src/lib/md5/pa_md5.h 1.3:
10066: * src/lib/md5/pa_md5c.c 1.4:
10067: * src/main/Makefile.am 1.34:
10068: * src/main/compile.C 1.64:
10069: * src/main/compile_tools.C 1.51:
10070: * src/main/compile_tools.h 1.62:
10071: * src/main/execute.C 1.243:
10072: * src/main/main.dsp 1.157:
10073: * src/main/pa_array.C 1.49:
10074: * src/main/pa_cache_managers.C 1.5:
10075: * src/main/pa_charset.C 1.27:
10076: * src/main/pa_charsets.C 1.9:
10077: * src/main/pa_common.C 1.111:
10078: * src/main/pa_dictionary.C 1.15:
10079: * src/main/pa_dir.C 1.12:
10080: * src/main/pa_exception.C 1.41:
10081: * src/main/pa_exec.C 1.38:
10082: * src/main/pa_globals.C 1.133:
10083: * src/main/pa_hash.C 1.51:
10084: * src/main/pa_pool.C 1.54:
10085: * src/main/pa_request.C 1.218:
10086: * src/main/pa_socks.C 1.15:
10087: * src/main/pa_sql_driver_manager.C 1.63:
10088: * src/main/pa_string.C 1.164:
10089: * src/main/pa_stylesheet_manager.C 1.14:
10090: * src/main/pa_table.C 1.48:
10091: * src/main/pa_uue.C 1.2:
10092: * src/main/untaint.C 1.103:
10093: * src/sql/pa_sql_driver.h 1.27:
10094: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
10095: * src/targets/apache13/Makefile.am 1.13:
10096: * src/targets/apache13/mod_parser3.C 1.25:
10097: * src/targets/apache13/pa_md5c.c 1.3:
10098: * src/targets/apache13/pa_pool.C 1.6:
10099: * src/targets/apache13/pa_threads.C 1.9:
10100: * src/targets/cgi/Makefile.am 1.40:
10101: * src/targets/cgi/pa_pool.C 1.39:
10102: * src/targets/cgi/pa_threads.C 1.10:
10103: * src/targets/cgi/parser3.C 1.189:
10104: * src/targets/cgi/parser3.dsp 1.54:
10105: * src/targets/cgi/pool_storage.h 1.11:
10106: * src/targets/isapi/pa_pool.C 1.14:
10107: * src/targets/isapi/pa_threads.C 1.11:
10108: * src/targets/isapi/parser3isapi.C 1.77:
10109: * src/targets/isapi/parser3isapi.dsp 1.41:
10110: * src/targets/isapi/pool_storage.h 1.17:
10111: * src/types/Makefile.am 1.24:
10112: * src/types/pa_valiased.C 1.15:
10113: * src/types/pa_valiased.h 1.21:
10114: * src/types/pa_value.C 1.2:
10115: * src/types/pa_value.h 1.87:
10116: * src/types/pa_vbool.h 1.19:
10117: * src/types/pa_vclass.h 1.26:
10118: * src/types/pa_vcode_frame.h 1.15:
10119: * src/types/pa_vcookie.C 1.44:
10120: * src/types/pa_vcookie.h 1.17:
10121: * src/types/pa_vdate.h 1.11:
10122: * src/types/pa_vdouble.h 1.38:
10123: * src/types/pa_venv.h 1.22:
10124: * src/types/pa_vfile.C 1.30:
10125: * src/types/pa_vfile.h 1.43:
10126: * src/types/pa_vform.C 1.59:
10127: * src/types/pa_vform.h 1.36:
10128: * src/types/pa_vhash.h 1.34:
10129: * src/types/pa_vimage.C 1.18:
10130: * src/types/pa_vimage.h 1.26:
10131: * src/types/pa_vint.h 1.35:
10132: * src/types/pa_vjunction.h 1.14:
10133: * src/types/pa_vmail.C 1.13:
10134: * src/types/pa_vmail.h 1.2:
10135: * src/types/pa_vmath.h 1.8:
10136: * src/types/pa_vmethod_frame.h 1.28:
10137: * src/types/pa_vobject.h 1.19:
10138: * src/types/pa_vrequest.C 1.18:
10139: * src/types/pa_vrequest.h 1.18:
10140: * src/types/pa_vresponse.C 1.6:
10141: * src/types/pa_vresponse.h 1.23:
10142: * src/types/pa_vstateless_class.C 1.14:
10143: * src/types/pa_vstateless_class.h 1.27:
10144: * src/types/pa_vstateless_object.h 1.18:
10145: * src/types/pa_vstatus.C 1.8:
10146: * src/types/pa_vstatus.h 1.9:
10147: * src/types/pa_vstring.C 1.20:
10148: * src/types/pa_vstring.h 1.47:
10149: * src/types/pa_vtable.C 1.14:
10150: * src/types/pa_vtable.h 1.39:
10151: * src/types/pa_vvoid.h 1.10:
10152: * src/types/pa_vxdoc.C 1.14:
10153: * src/types/pa_vxdoc.h 1.22:
10154: * src/types/pa_vxnode.C 1.18:
10155: * src/types/pa_vxnode.h 1.15:
10156: * src/types/pa_wcontext.C 1.20:
10157: * src/types/pa_wcontext.h 1.33:
10158: * src/types/pa_wwrapper.h 1.19:
10159: * src/types/types.dsp 1.29:
10160: ident.C* removed
10161:
10162: * operators.txt 1.58:
10163: * src/classes/file.C 1.90:
10164: * src/main/pa_request.C 1.217:
1.24 paf 10165: * www/cgi-bin/parser3.log 1.78:
1.15 paf 10166: file:find[/can/do/this/now.txt]
10167:
10168: * src/targets/cgi/parser3.C 1.188:
10169: usage to stdout now
10170:
10171: 2002-07-31 paf
10172: * src/classes/mail.C 1.72:
10173: * src/types/pa_vmail.C 1.10:
10174: * src/types/pa_vmail.C 1.11:
10175: * src/types/pa_vmail.C 1.12:
10176: mail:
10177: errors-to: now default "postmaster"
10178:
10179: * src/classes/mail.C 1.70:
10180: * src/classes/smtp/smtp.C 1.11:
10181: * src/types/pa_vmail.C 1.9:
1.24 paf 10182: * www/cgi-bin/parser3.log 1.77:
1.15 paf 10183: mail from/to now must be.
10184: -f postmaster now default sendmail key
10185: word "postmaster" replaced to $.from
10186:
10187: * src/classes/mail.C 1.71:
10188: *** empty log message ***
10189:
10190: 2002-07-30 paf
10191: * src/main/pa_charset.C 1.25:
1.24 paf 10192: * www/cgi-bin/parser3.log 1.76:
1.15 paf 10193: * www/htdocs/auto.p 1.15:
10194: UTF-8 to 1byte charset convert, no char in table, &#decimal;
10195:
10196: * Makefile.in 1.16:
10197: * configure 1.35:
10198: * configure.in 1.36:
10199: * src/targets/cgi/Makefile.in 1.50:
10200: * src/targets/cgi/pa_config_paths.h.in 1.2:
10201: * src/targets/cgi/parser3.C 1.187:
10202: removed pa_config_paths.h
10203:
10204: * src/main/pa_charset.C 1.26:
10205: * src/main/pa_request.C 1.216:
10206: comment
10207:
10208: * etc/parser3.charsets/windows-1251.cfg 1.6:
10209: section sign [russian paragraf]
10210:
10211: 2002-07-11 paf
10212: * src/classes/mail.C 1.69:
10213: $MAIL[
10214: # xxx
10215: ]
10216:
10217: now ok
10218:
10219: * operators.txt 1.57:
10220: plan: sql detailed exception
10221:
10222: * src/main/pa_exec.C 1.36:
10223: invalid .exe caused error message with params wich parser did not provide = reported badly.
10224: fixed that.
10225:
10226: * src/main/pa_exec.C 1.37:
10227: build command line badly added params twice [and first time
10228: without ' ']. double wrong. fixed.
10229:
10230: 2002-07-01 paf
10231: * src/classes/form.C 1.26:
10232: * src/main/pa_request.C 1.215:
10233: conf bug fixed [MForm.configure_admin were called when request
10234: main_class ==0
10235:
10236: * src/classes/form.C 1.24:
10237: content_length type fix
10238:
10239: * src/classes/form.C 1.25:
10240: 10*0x400*400 bug fix [4M not 10M]
10241:
10242: 2002-06-30 paf
10243: * src/classes/mail.C 1.68:
10244: merged from 4
10245:
10246: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
10247: restored $MAIL
10248:
10249: 2002-06-28 paf
10250: * configure 1.32:
10251: * operators.txt 1.56:
10252: * src/classes/xdoc.C 1.95:
10253: * src/include/pa_charset.h 1.16:
10254: * src/include/pa_config_fixed.h 1.46:
10255: * src/include/pa_pool.h 1.81:
10256: * src/include/pa_version.h 1.6:
10257: * src/main/pa_charset.C 1.24:
10258: * src/main/pa_pool.C 1.53:
10259: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
10260: * src/targets/cgi/parser3.dsp 1.53:
10261: * src/targets/isapi/parser3isapi.dsp 1.40:
10262: * src/types/pa_vmail.C 1.8:
1.24 paf 10263: * www/cgi-bin/parser3.log 1.75:
1.15 paf 10264: * www/htdocs/index.html 1.82:
10265: merged latest updates to head
10266:
10267: * configure 1.34:
10268: * configure.in [release_3_0_0004] 1.35.2.2:
10269: removed paths.h
10270:
10271: * Makefile.in 1.15:
10272: * configure 1.33:
10273: * src/include/pa_version.h 1.7:
10274: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
10275: lates changes from 4 build merged, makes updated
10276:
10277: 2002-06-27 paf
10278: * src/classes/xdoc.C 1.94:
10279: * www/htdocs/index.html 1.81:
10280: xsltParseStylesheetDoc bug workaround
10281:
10282: * operators.txt [release_3_0_0004] 1.55.2.1:
10283: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
10284: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
10285: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
10286: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
10287: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
10288: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 10289: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 10290: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
10291: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
10292: default uri=path_translated
10293:
10294: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
10295: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
10296: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
10297: post-build not error now
10298:
10299: 2002-06-26 paf
10300: * configure [release_3_0_0004] 1.31.2.1:
10301: * configure.in [release_3_0_0004] 1.35.2.1:
10302: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
10303: release_3_0_0004
10304:
10305: * src/main/pa_string.C 1.162:
10306: blank string '', ' <whitespace>' considered 0 now
10307:
10308: * src/lib/md5/Makefile.in 1.1:
10309: *** empty log message ***
10310:
10311: * src/targets/cgi/parser3.C 1.186:
1.24 paf 10312: * www/cgi-bin/parser3.log 1.74:
1.15 paf 10313: /cgi-bin/parser empty filename checked
10314:
10315: 2002-06-25 paf
10316: * operators.txt 1.55:
10317: * src/classes/xdoc.C 1.93:
1.24 paf 10318: * www/cgi-bin/parser3.log 1.71:
10319: * www/cgi-bin/parser3.log 1.72:
1.15 paf 10320: * www/htdocs/index.html 1.78:
10321: * www/htdocs/index.html 1.79:
10322: ^xdoc.transform[xdoc <<can be now
10323:
10324: * bin/auto.p.dist.in 1.3:
10325: * operators.txt 1.53:
10326: * src/classes/math.C 1.20:
10327: * src/types/pa_vmail.C 1.6:
1.24 paf 10328: * www/cgi-bin/parser3.log 1.70:
1.15 paf 10329: * www/htdocs/index.html 1.76:
10330: math:crypt updated to generate random salt when needed and to
10331: call system crypt() if not $apr1$ prefix
10332:
10333: * configure 1.31:
10334: * configure.in 1.35:
10335: * src/include/pa_config_auto.h.in 1.27:
10336: crypt library configured
10337:
10338: * operators.txt 1.54:
10339: * src/classes/string.C 1.112:
10340: * www/htdocs/index.html 1.77:
10341: ^string.normalize [old name: optimize
10342:
10343: * src/main/pa_string.C 1.161:
1.24 paf 10344: * www/cgi-bin/parser3.log 1.73:
1.15 paf 10345: * www/htdocs/index.html 1.80:
10346: emtpy string, or string of whitespaces considered bad number now
10347:
10348: * src/main/pa_request.C 1.214:
10349: configure_admin forced if no @conf
10350:
10351: 2002-06-24 paf
10352: * Makefile.in 1.14:
10353: * bin/Makefile.in 1.4:
10354: * configure 1.29:
10355: * configure.in 1.33:
10356: * etc/Makefile.in 1.9:
10357: * etc/parser3.charsets/Makefile.in 1.11:
10358: * src/Makefile.in 1.49:
10359: * src/classes/Makefile.in 1.47:
10360: * src/classes/gd/Makefile.in 1.37:
10361: * src/classes/smtp/Makefile.in 1.7:
10362: * src/include/Makefile.in 1.6:
10363: * src/include/pa_config_auto.h.in 1.25:
10364: * src/lib/Makefile.in 1.3:
10365: * src/lib/patches/Makefile.in 1.3:
10366: * src/lib/pcre/Makefile.in 1.3:
10367: * src/main/Makefile.in 1.43:
10368: * src/sql/Makefile.in 1.6:
10369: * src/targets/Makefile.in 1.37:
10370: * src/targets/apache13/Makefile.in 1.36:
10371: * src/targets/apache13/p3runConfigure.in 1.11:
10372: * src/targets/cgi/Makefile.am 1.39:
10373: * src/targets/cgi/Makefile.in 1.49:
10374: * src/targets/isapi/Makefile.in 1.6:
10375: * src/types/Makefile.am 1.23:
10376: * src/types/Makefile.in 1.40:
10377: * src/types/pa_vmail.C 1.4:
10378: $mail:received makes update
10379:
10380: * src/targets/cgi/getopt.c 1.1:
10381: * src/targets/cgi/getopt.h 1.1:
10382: introducing parser -m option, for $mail:receive
10383:
10384: * src/include/pa_config_fixed.h 1.45:
10385: ssize_t fixed
10386:
10387: * INSTALL 1.24:
10388: --with-static/shared-mailreceive described
10389:
10390: * operators.txt 1.51:
10391: * src/classes/mail.C 1.67:
10392: * src/include/Makefile.am 1.3:
10393: * src/include/pa_charset.h 1.15:
10394: * src/include/pa_config_fixed.h 1.43:
10395: * src/include/pa_request.h 1.140:
10396: * src/include/pa_string.h 1.139:
10397: * src/include/pa_uue.h 1.1:
10398: * src/main/Makefile.am 1.33:
10399: * src/main/main.dsp 1.155:
10400: * src/main/pa_globals.C 1.131:
10401: * src/main/pa_request.C 1.213:
10402: * src/main/pa_string.C 1.160:
10403: * src/main/pa_uue.C 1.1:
10404: * src/targets/apache13/mod_parser3.C 1.24:
10405: * src/targets/cgi/Makefile.am 1.38:
10406: * src/targets/cgi/parser3.C 1.184:
10407: * src/targets/cgi/parser3.dsp 1.51:
10408: * src/targets/isapi/parser3isapi.C 1.76:
10409: * src/types/pa_vform.C 1.57:
10410: * src/types/pa_vform.h 1.35:
10411: * src/types/pa_vmail.C 1.1:
10412: * src/types/pa_vmail.h 1.1:
10413: * src/types/types.dsp 1.27:
1.24 paf 10414: * www/cgi-bin/parser3.log 1.68:
1.15 paf 10415: * www/htdocs/index.html 1.74:
10416: uue to separate file
10417: introducting $message:received
10418: ^mail:send rewritten with backward comp
10419:
10420: * src/classes/classes.dsp 1.22:
10421: * src/classes/gd/gd.dsp 1.24:
10422: * src/classes/smtp/smtp.dsp 1.20:
10423: * src/main/main.dsp 1.156:
10424: * src/main/pa_globals.C 1.132:
10425: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
10426: * src/targets/cgi/parser3.dsp 1.52:
10427: * src/targets/isapi/parser3isapi.dsp 1.39:
10428: * src/types/types.dsp 1.28:
10429: win32xml win32mailreceive pseudomodules paths now
10430:
10431: * src/include/pa_config_fixed.h 1.44:
10432: * src/targets/cgi/parser3.C 1.185:
10433: * src/types/pa_vmail.C 1.3:
10434: #ifdef WITH_MAILRECEIVE
10435:
10436: * acconfig.h 1.2:
10437: * configure 1.30:
10438: * configure.in 1.34:
10439: * src/include/pa_config_auto.h.in 1.26:
10440: *** empty log message ***
10441:
10442: 2002-06-21 paf
10443: * Makefile.in 1.13:
10444: * configure 1.28:
10445: * configure.in 1.32:
10446: * src/Makefile.in 1.48:
10447: * src/classes/Makefile.in 1.46:
10448: * src/lib/Makefile.in 1.1:
10449: * src/lib/md5/Makefile.am 1.2:
10450: * src/lib/md5/pa_md5c.c 1.2:
10451: * src/lib/patches/Makefile.in 1.2:
10452: * src/lib/pcre/Makefile.in 1.2:
10453: * src/main/Makefile.in 1.42:
10454: * src/targets/apache13/Makefile.in 1.35:
10455: * src/targets/cgi/Makefile.am 1.37:
10456: * src/targets/cgi/Makefile.in 1.48:
10457: * src/types/Makefile.in 1.39:
10458: lib restructure .in and .am files appropriate changes
10459:
10460: * src/lib/Makefile.am 1.2:
10461: * src/lib/Makefile.in 1.2:
10462: * src/lib/md5/pa_md5.h 1.2:
10463: * src/targets/apache13/p3runConfigure.in 1.10:
10464: * src/targets/apache13/pa_md5c.c 1.2:
10465: lib restructure apache .am & co changes
10466:
10467: * INSTALL 1.23:
10468: * configure.in 1.31:
10469: * operators.txt 1.50:
10470: * parser3.dsw 1.2:
10471: * src/Makefile.am 1.16:
10472: * src/classes/Makefile.am 1.39:
10473: * src/classes/classes.dsp 1.21:
10474: * src/classes/math.C 1.19:
10475: * src/lib/Makefile.am 1.1:
10476: * src/lib/md5/Makefile.am 1.1:
10477: * src/lib/md5/md5.dsp 1.1:
10478: * src/lib/md5/pa_md5.h 1.1:
10479: * src/lib/md5/pa_md5c.c 1.1:
10480: * src/lib/patches/Makefile.am 1.1:
10481: * src/lib/patches/Makefile.in 1.1:
10482: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
10483: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
10484: * src/lib/patches/libgdome_morestatic.patch 1.1:
10485: * src/lib/patches/libxml_error_column_tab.patch 1.1:
10486: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
10487: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
10488: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
10489: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
10490: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
10491: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
10492: * src/lib/pcre/LICENCE 1.1:
10493: * src/lib/pcre/Makefile.am 1.1:
10494: * src/lib/pcre/Makefile.in 1.1:
10495: * src/lib/pcre/README 1.1:
10496: * src/lib/pcre/Tech.Notes 1.1:
10497: * src/lib/pcre/dftables.c 1.1:
10498: * src/lib/pcre/get.c 1.1:
10499: * src/lib/pcre/ibm-1250.ucm 1.1:
10500: * src/lib/pcre/ibm-1251.ucm 1.1:
10501: * src/lib/pcre/ibm-1257.ucm 1.1:
10502: * src/lib/pcre/internal.h 1.1:
10503: * src/lib/pcre/maketables.c 1.1:
10504: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
10505: * src/lib/pcre/pcre.3 1.1:
10506: * src/lib/pcre/pcre.3.html 1.1:
10507: * src/lib/pcre/pcre.3.txt 1.1:
10508: * src/lib/pcre/pcre.c 1.1:
10509: * src/lib/pcre/pcre.dsp 1.1:
10510: * src/lib/pcre/pcre.h 1.1:
10511: * src/lib/pcre/pcre_dftables.dsp 1.1:
10512: * src/lib/pcre/pcre_parser_ctype.c 1.1:
10513: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
10514: * src/lib/pcre/ruspart_win2koi.pl 1.1:
10515: * src/lib/pcre/study.c 1.1:
10516: * src/lib/pcre/win-koi.tab 1.1:
10517: * src/main/Makefile.am 1.32:
10518: * src/main/compile.tab.C 1.57:
10519: * src/main/main.dsp 1.154:
10520: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
10521: * src/targets/apache13/Makefile.am 1.12:
10522: * src/targets/apache13/pa_md5c.c 1.1:
10523: * src/targets/cgi/Makefile.am 1.36:
10524: * src/targets/cgi/parser3.dsp 1.50:
10525: * src/targets/isapi/parser3isapi.dsp 1.38:
10526: * src/types/Makefile.am 1.22:
10527: * src/types/types.dsp 1.26:
1.24 paf 10528: * www/cgi-bin/parser3.log 1.67:
1.15 paf 10529: * www/htdocs/.htaccess 1.5:
10530: * www/htdocs/index.html 1.73:
10531: moved libltdl and pcre to libs/
10532: added libs/md5 which is linked to non-apache targets
10533: ^math:crypt[password;$apr1$salt]
10534:
10535: 2002-06-20 paf
10536: * INSTALL [release_3_0_0003] 1.21.2.1:
10537: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
10538: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
10539: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
10540: * configure [release_3_0_0003] 1.26.2.2:
10541: * configure.in [release_3_0_0003] 1.29.2.2:
10542: * operators.txt [release_3_0_0003] 1.47.2.1:
10543: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
10544: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
10545: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
10546: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
10547: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
10548: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
10549: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
10550: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
10551: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
10552: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
10553: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
10554: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
10555: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
10556: marged latest HEAD updates, mainly file:justname&co & @auto
10557: conf[filespec
10558:
10559: * INSTALL 1.22:
10560: * bin/Makefile.am 1.3:
10561: * bin/auto.p.dist.in 1.1:
10562: * configure.in 1.30:
10563: * operators.txt 1.48:
10564: * src/doc/doxygen.cfg 1.23:
10565: * src/include/pa_globals.h 1.89:
10566: * src/targets/apache13/mod_parser3.C 1.23:
10567: * src/targets/cgi/parser3.C 1.183:
10568: * src/targets/isapi/parser3isapi.C 1.75:
10569: * www/htdocs/auto.p 1.12:
10570: * www/htdocs/index.html 1.70:
10571: parser3.conf renamed to auto.p
10572:
10573: * operators.txt 1.49:
10574: * src/classes/file.C 1.89:
1.24 paf 10575: * www/cgi-bin/parser3.log 1.66:
1.15 paf 10576: * www/htdocs/auto.p 1.14:
10577: * www/htdocs/index.html 1.72:
10578: !^file:dirname[/a/some.tar.gz]=/a
10579: !^file:dirname[/a/b/]=/a
10580: !^file:basename[/a/some.tar.gz]=some.tar.gz
10581: !^file:justname[/a/some.tar.gz]=some.tar
10582: !^file:justext[/a/some.tar.gz]=gz
10583:
10584: * bin/Makefile.in 1.3:
10585: * configure 1.27:
10586: parser3.conf renamed to auto.p autoconf changes
10587:
10588: * src/classes/op.C 1.97:
10589: * src/include/pa_request.h 1.139:
10590: * src/main/execute.C 1.242:
10591: * src/main/pa_request.C 1.212:
10592: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 10593: * www/cgi-bin/parser3.log 1.65:
1.15 paf 10594: * www/htdocs/auto.p 1.13:
10595: * www/htdocs/index.html 1.71:
10596: introducing @conf/auto[filespec]
10597:
10598: * bin/auto.p.dist.in 1.2:
10599: <noindex>
10600:
10601: 2002-06-18 paf
10602: * bin/Makefile.am 1.1:
10603: * bin/Makefile.in 1.1:
10604: * etc/Makefile.am 1.4:
10605: * www/htdocs/index.html 1.69:
10606: bin/parser3.conf.dist [moved from etc
10607:
1.24 paf 10608: * src/classes/file.C 1.86:
10609: * www/cgi-bin/parser3.log 1.64:
10610: ^file::exec[script;$.bad error case insensitive check now
10611:
1.15 paf 10612: * configure [release_3_0_0003] 1.26.2.1:
10613: * configure.in [release_3_0_0003] 1.29.2.1:
10614: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
10615: version to configure.in
10616:
10617: * src/classes/file.C 1.85:
1.24 paf 10618: * www/cgi-bin/parser3.log 1.63:
1.15 paf 10619: * www/htdocs/index.html 1.68:
10620: ^file::exec[script;$.bad now error, not skip
10621:
10622: * Makefile.am 1.5:
10623: * Makefile.in 1.12:
10624: * bin/Makefile.am 1.2:
10625: * bin/Makefile.in 1.2:
10626: * configure 1.26:
10627: * configure.in 1.29:
10628: * etc/Makefile.in 1.8:
10629: * etc/parser3.charsets/Makefile.am 1.3:
10630: * etc/parser3.charsets/Makefile.in 1.10:
10631: * src/classes/smtp/Makefile.am 1.2:
10632: * src/classes/smtp/Makefile.in 1.6:
10633: * src/targets/apache13/Makefile.in 1.34:
10634: parser3.conf.dist moved to bin, .in & *.am updated
10635:
10636: * src/classes/file.C 1.87:
10637: strcasecmp
10638:
10639: * INSTALL 1.21:
10640: reflected .conf.dist dir change
10641:
10642: * configure 1.25:
10643: * configure.in 1.28:
10644: * src/include/pa_pool.h 1.80:
10645: * src/include/pa_types.h 1.41:
10646: pack configure.in detection simplified.
10647: figured out that gcc on sparc not that stupid as thought previously:
10648: 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]
10649: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
10650: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
10651:
10652: * src/classes/file.C 1.88:
10653: strncasecmp
10654:
10655: 2002-06-14 paf
10656: * operators.txt 1.47:
10657: more precise xml-to-text options
10658:
10659: * operators.txt 1.46:
10660: * src/types/pa_vxnode.C 1.17:
10661: xnode attribute_node.name/value
10662: xnode pi.node.data
10663:
10664: 2002-06-12 paf
10665: * Makefile.in 1.11:
10666: * configure 1.24:
10667: * configure.in 1.27:
10668: * etc/Makefile.in 1.7:
10669: * etc/parser3.charsets/Makefile.in 1.9:
10670: * src/Makefile.in 1.47:
10671: * src/classes/Makefile.in 1.45:
10672: * src/classes/gd/Makefile.in 1.36:
10673: * src/classes/smtp/Makefile.in 1.5:
10674: * src/include/Makefile.in 1.5:
10675: * src/main/Makefile.in 1.41:
10676: * src/sql/Makefile.in 1.5:
10677: * src/targets/Makefile.in 1.36:
10678: * src/targets/cgi/Makefile.am 1.35:
10679: * src/targets/cgi/Makefile.in 1.47:
10680: * src/targets/cgi/parser3.C 1.182:
10681: * src/targets/isapi/Makefile.in 1.5:
10682: * src/types/Makefile.in 1.38:
10683: removed root conf define creation
10684:
10685: * src/classes/mail.C 1.66:
10686: sendmail -ti [default now]
10687:
10688: * src/include/pa_globals.h 1.86:
10689: * src/include/pa_request.h 1.136:
10690: * src/main/main.dsp 1.153:
10691: * src/main/pa_globals.C 1.128:
10692: * src/main/pa_request.C 1.208:
1.24 paf 10693: * www/cgi-bin/parser3.log 1.60:
1.15 paf 10694: @conf
10695:
1.24 paf 10696: * src/include/pa_globals.h 1.87:
10697: * src/include/pa_request.h 1.137:
10698: * src/main/execute.C 1.241:
10699: * src/main/pa_globals.C 1.129:
10700: * src/main/pa_request.C 1.209:
10701: * www/cgi-bin/parser3.log 1.61:
10702: @rootconf [were @conf]
10703:
1.15 paf 10704: * INSTALL 1.20:
10705: * configure.in 1.26:
10706: * etc/Makefile.am 1.3:
10707: * operators.txt 1.43:
10708: * src/include/pa_globals.h 1.88:
10709: * src/include/pa_request.h 1.138:
10710: * src/main/compile.tab.C 1.56:
10711: * src/main/pa_globals.C 1.130:
10712: * src/main/pa_request.C 1.211:
10713: * src/targets/apache13/mod_parser3.C 1.22:
10714: * src/targets/cgi/parser3.C 1.181:
10715: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 10716: * www/cgi-bin/parser3.log 1.62:
1.15 paf 10717: parser3.conf now one and only
10718:
10719: * src/classes/mail.C 1.65:
10720: * src/main/pa_request.C 1.210:
10721: $MAIL $CHARSETS allowed to be strings. for convinient #ing
10722:
10723: 2002-06-11 paf
10724: * src/classes/file.C 1.83:
10725: * src/targets/cgi/parser3.dsp 1.49:
10726: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 10727: * www/cgi-bin/parser3.log 1.59:
1.15 paf 10728: * www/htdocs/.htaccess 1.4:
10729: * www/htdocs/index.html 1.66:
10730: suexec env keys filter plus CGI_ as valid prefix
10731:
10732: * src/classes/file.C 1.84:
10733: check simplified
10734:
10735: * src/classes/file.C 1.82:
10736: * src/include/pa_request.h 1.135:
10737: * src/include/pa_sapi.h 1.19:
10738: * src/targets/apache13/mod_parser3.C 1.21:
10739: * src/targets/cgi/parser3.C 1.180:
10740: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 10741: * www/cgi-bin/parser3.log 1.58:
1.15 paf 10742: * www/htdocs/index.html 1.65:
10743: file::exec/cgi to pass HTTP_ vars
10744: introducing SAPI::environment
10745:
10746: 2002-06-10 paf
10747: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
10748: fixed -d (bug)
10749:
10750: * configure 1.20:
10751: * configure [release_3_0_0002] 1.19.2.1:
10752: * configure.in [release_3_0_0002] 1.21.2.1:
10753: * src/include/pa_version.h 1.5:
10754: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
10755: makes
10756:
10757: * operators.txt 1.41:
10758: old merge conflict removed
10759:
10760: * src/types/pa_vform.C 1.56:
10761: * src/types/pa_vform.h 1.34:
10762: * www/htdocs/index.html 1.62:
10763: $form: not determined yet check
10764:
10765: * src/main/pa_common.C 1.109:
10766: merged fixed -d (bug)
10767:
10768: * src/main/compile.tab.C 1.55:
10769: * src/main/pa_string.C 1.159:
1.24 paf 10770: * www/cgi-bin/parser3.log 1.56:
1.15 paf 10771: * www/htdocs/index.html 1.63:
10772: whitespace after number in autoconvert now ignored
10773:
10774: * operators.txt 1.42:
10775: * src/classes/op.C 1.96:
10776: * src/include/pa_common.h 1.77:
10777: * src/main/pa_common.C 1.110:
10778: lock failures reported now
10779:
10780: * configure 1.21:
10781: * configure.in 1.23:
10782: pack even address access on sparc&co arch checked in configure
10783:
10784: * configure 1.23:
10785: * configure.in 1.25:
10786: *** empty log message ***
10787:
10788: * src/main/compile_tools.C 1.50:
1.24 paf 10789: * www/cgi-bin/parser3.log 1.57:
1.15 paf 10790: * www/htdocs/index.html 1.64:
10791: ^if(" 1 "){y} bug fixed
10792: optimization string->double @ compile time were not-enough-checking...
10793:
10794: * configure 1.22:
10795: * configure.in 1.24:
10796: hpux check, nsl link, no socket
10797:
10798: * src/classes/mail.C 1.64:
10799: mail netscape attachment name fixed. todo: $response:body
10800: content-type:name
10801:
10802: * src/main/untaint.C 1.102:
10803: bug#2) mail subject got always prepended with charset even when
10804: all letters were 7bit one
10805:
10806: 2002-06-04 paf
10807: * src/targets/apache13/mod_parser3.C 1.20:
10808: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
10809: fixed .dsp-s along with reorganized cvs modules dirs structure
10810:
10811: 2002-06-03 paf
10812: * etc/parser3.charsets/windows-1251.cfg 1.5:
10813: * operators.txt 1.40:
10814: * src/classes/classes.dsp 1.20:
10815: * src/classes/gd/gd.dsp 1.23:
10816: * src/classes/smtp/smtp.dsp 1.19:
10817: * src/main/compile.tab.C 1.54:
10818: * src/main/main.dsp 1.152:
10819: * src/main/pa_globals.C 1.127:
10820: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
10821: * src/targets/cgi/parser3.C 1.179:
10822: * src/targets/cgi/parser3.dsp 1.48:
10823: * src/targets/isapi/parser3isapi.dsp 1.37:
10824: * src/types/types.dsp 1.25:
10825: * www/htdocs/index.html 1.60:
10826: fixed .dsp-s along with reorganized cvs modules dirs structure
10827:
10828: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
10829: * src/classes/gd/gd.dsp [release_1_0_0001] 1.21.2.2:
10830: * src/classes/smtp/smtp.dsp [release_1_0_0001] 1.17.2.2:
10831: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
10832: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
10833: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
10834: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
10835: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
10836: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
10837: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
10838: reorganized cvs modules
10839:
10840: 2002-05-28 paf
10841: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
10842: info.uri now ""
10843:
10844: 2002-05-17 paf
10845: * src/classes/table.C 1.153:
10846: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
10847: ^table.save << checked empty pre/match/post columns
10848:
10849: 2002-05-16 paf
10850: * src/classes/image.C 1.72:
1.24 paf 10851: * www/cgi-bin/parser3.log 1.55:
1.15 paf 10852: * www/htdocs/index.html 1.59:
10853: image::measure can png now
10854:
10855: 2002-05-15 paf
10856: * operators.txt 1.38:
10857: * src/classes/date.C 1.31:
1.24 paf 10858: * www/cgi-bin/parser3.log 1.54:
1.15 paf 10859: * www/htdocs/index.html 1.58:
10860: ^date::create[%H:%M[:%S]] added
10861:
10862: * etc/parser3.charsets/windows-1251.cfg 1.4:
10863: 0x forgot, fixed
10864:
10865: * operators.txt 1.37:
10866: * src/classes/date.C 1.30:
1.24 paf 10867: * www/cgi-bin/parser3.log 1.53:
1.15 paf 10868: * www/htdocs/.htaccess 1.3:
10869: * www/htdocs/auto.p 1.10:
10870: * www/htdocs/index.html 1.57:
10871: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
10872: [-%m now
10873:
10874: 2002-05-14 paf
10875: * etc/parser3.charsets/windows-1251.cfg 1.3:
10876: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
10877: added 3 quotes
10878:
10879: 2002-05-07 paf
10880: * src/classes/classes.dsp 1.19:
10881: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
10882: * src/classes/gd/gd.dsp 1.22:
10883: * src/classes/gd/gd.dsp [release_1_0_0001] 1.21.2.1:
10884: * src/classes/op.C 1.95:
10885: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
10886: * src/classes/smtp/smtp.dsp 1.18:
10887: * src/classes/smtp/smtp.dsp [release_1_0_0001] 1.17.2.1:
10888: * src/include/pa_globals.h 1.85:
10889: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
10890: * src/include/pa_request.h 1.134:
10891: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
10892: * src/include/pa_table.h 1.44:
10893: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
10894: * src/main/compile.tab.C 1.53:
10895: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
10896: * src/main/compile.y 1.187:
10897: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
10898: * src/main/main.dsp 1.151:
10899: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
10900: * src/main/pa_globals.C 1.126:
10901: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
10902: * src/main/pa_request.C 1.207:
10903: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
10904: * src/main/pa_table.C 1.47:
10905: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
10906: * src/targets/isapi/pa_pool.C 1.13:
10907: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
10908: * src/targets/isapi/parser3isapi.C 1.71:
10909: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
10910: * src/targets/isapi/parser3isapi.dsp 1.36:
10911: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
10912: * src/targets/isapi/pool_storage.h 1.16:
10913: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
10914: * src/types/types.dsp 1.24:
10915: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
10916: * www/htdocs/parser-status.html 1.2:
10917: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
10918: Table name2number field now &.
10919: 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]
10920:
10921: 2002-05-06 paf
10922: * src/main/pa_globals.C 1.125:
10923: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
10924: * src/targets/cgi/parser3.C 1.178:
10925: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
10926: * src/targets/cgi/pool_storage.h 1.10:
10927: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
10928: * src/targets/isapi/parser3isapi.C 1.70:
10929: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
10930: removed 100*40 bytes per request memory leak [nonpool malloc in
10931: globals]
10932:
10933: 2002-04-30 paf
10934: * configure 1.19:
10935: * src/include/pa_version.h 1.4:
10936: version now not b
10937:
10938: * src/targets/cgi/parser3.C 1.177:
1.24 paf 10939: * www/cgi-bin/parser3.log 1.52:
1.15 paf 10940: * www/htdocs/global.xsl 1.7:
10941: * www/htdocs/index.html 1.56:
10942: request.uri now never 0
10943:
10944: 2002-04-29 paf
10945: * configure.in 1.21:
10946: removed b
10947:
10948: * src/doc/ClassExample1.dox 1.4:
10949: * src/doc/ClassExample3.dox 1.4:
10950: * src/doc/aliased.dox 1.4:
10951: * src/doc/methoded.dox 1.3:
10952: * src/doc/string.dox 1.4:
10953: * src/doc/value.dox 1.3:
10954: * src/include/pa_exception.h 1.34:
10955: * src/main/pa_request.C 1.205:
10956: * src/targets/cgi/parser3.C 1.176:
10957: merged from 0001
10958:
10959: * src/classes/op.C 1.94:
10960: * src/include/pa_exception.h 1.35:
10961: * src/main/pa_request.C 1.206:
10962: Exception::comment/type checked in (), no there's no empty type
10963: comment by default
10964:
10965: 2002-04-26 paf
10966: * src/doc/doxygen.cfg 1.22:
10967: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
10968: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 10969: * www/cgi-bin/parser3.log 1.51:
1.15 paf 10970: * www/htdocs/index.html 1.55:
10971: doxygen dot image size reduced
10972:
10973: 2002-04-25 paf
10974: * src/classes/table.C 1.152:
1.24 paf 10975: * www/cgi-bin/parser3.log 1.47:
1.15 paf 10976: * www/htdocs/.htaccess 1.1:
10977: * www/htdocs/index.html 1.51:
10978: removed restriction on column count to ^table.hash to work, now
10979: must be >0 [were >1]
10980:
10981: * src/targets/cgi/parser3.C 1.175:
10982: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
10983: setenv in .htaccess when cgi is not under that dir got
10984: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
10985: into account
10986:
1.24 paf 10987: * www/cgi-bin/parser3.log 1.48:
1.15 paf 10988: * www/htdocs/index.html 1.52:
10989: sample of 'using junction out of context'
10990:
10991: * operators.txt 1.35:
10992: * operators.txt 1.36:
10993: * src/classes/date.C 1.28:
10994: * src/classes/date.C 1.29:
1.24 paf 10995: * www/cgi-bin/parser3.log 1.49:
1.15 paf 10996: * www/htdocs/index.html 1.53:
10997: ^date::create[2002-12-33 01:03:04]
10998:
10999: 2002-04-24 paf
11000: * src/classes/classes.dsp 1.18:
11001: * src/classes/gd/gd.dsp 1.21:
11002: * src/classes/smtp/smtp.dsp 1.17:
11003: * src/main/compile.tab.C 1.52:
11004: * src/main/main.dsp 1.150:
11005: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
11006: * src/targets/cgi/parser3.C 1.174:
11007: * src/targets/cgi/parser3.dsp 1.46:
11008: * src/targets/isapi/parser3isapi.dsp 1.34:
11009: * src/types/types.dsp 1.23:
11010: MSVC profile targets
11011:
11012: 2002-04-23 paf
11013: * operators.txt 1.34:
11014: * src/classes/string.C 1.110:
1.24 paf 11015: * www/cgi-bin/parser3.log 1.46:
1.15 paf 11016: * www/htdocs/index.html 1.50:
11017: int/double/string:sql{}[$.default{code}]
11018: fixed [were barking: "junction used outside of context"]
11019:
11020: 2002-04-22 paf
11021: * src/classes/string.C 1.109:
11022: * src/include/pa_string.h 1.138:
11023: * src/main/pa_string.C 1.158:
11024: * src/types/pa_vstring.C 1.19:
11025: * src/types/pa_vstring.h 1.46:
11026: * types.txt 1.2:
11027: ^string.optimize[]
11028:
11029: * src/main/execute.C 1.238:
1.24 paf 11030: * www/cgi-bin/parser3.log 1.43:
1.15 paf 11031: * www/htdocs/index.html 1.48:
11032: junctions to local contexts got cleanized&checked later
11033:
1.24 paf 11034: * src/main/execute.C 1.240:
11035: * www/cgi-bin/parser3.log 1.45:
11036: rolled back to before_killing_userjunction_contexts
11037:
1.15 paf 11038: * src/include/pa_globals.h 1.84:
11039: * src/include/pa_table.h 1.43:
11040: * src/main/pa_globals.C 1.124:
11041: * src/main/pa_string.C 1.157:
11042: * src/main/pa_table.C 1.46:
11043: fixed match table template
11044:
11045: * src/classes/string.C 1.107:
11046: * src/classes/string.C 1.108:
11047: optimize removed from string .left/right/pos
11048:
11049: * src/main/execute.C 1.239:
1.24 paf 11050: * www/cgi-bin/parser3.log 1.44:
1.15 paf 11051: * www/htdocs/index.html 1.49:
11052: user junctions context killed
11053:
11054: 2002-04-19 paf
11055: * src/classes/string.C 1.106:
11056: * src/include/pa_request.h 1.133:
11057: * src/include/pa_string.h 1.137:
11058: * src/main/pa_request.C 1.204:
11059: * src/main/pa_string.C 1.156:
11060: * src/types/pa_vstring.C 1.18:
11061: * src/types/pa_vstring.h 1.45:
1.24 paf 11062: * www/cgi-bin/parser3.log 1.42:
1.15 paf 11063: * www/htdocs/index.html 1.47:
11064: string now optimized prior to .left .right .mid .pos .match when that is profitable,
11065: and always before .replace
11066: when $ORIGINS(1) optimization disabled
11067: 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
11068:
11069: * src/classes/op.C 1.93:
11070: * src/classes/string.C 1.105:
11071: * src/types/pa_value.h 1.86:
11072: VTable removed from each String::match replace iteration, and made stacked
11073: sizeof(VTable)=12bytes economy on each replace code
11074:
11075: * src/include/pa_globals.h 1.83:
11076: * src/include/pa_table.h 1.42:
11077: * src/main/pa_globals.C 1.123:
11078: * src/main/pa_string.C 1.155:
11079: String::match table columns globalized, not created @ each ^match anymore
11080: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
11081:
11082: * src/classes/file.C 1.81:
11083: ovector now local
11084: economy: 16 bytes per ^file:list
11085:
11086: * src/classes/string.C 1.104:
11087: * src/include/pa_string.h 1.136:
11088: * src/main/pa_string.C 1.154:
11089: * www/htdocs/index.html 1.46:
11090: string.match[]['] option enables generation of $match.prematch
11091: .match .postmatch columns
11092:
11093: * src/main/pa_string.C 1.153:
11094: String::match options analized without cstr-ing them now
11095:
11096: * src/doc/chmhelper.pl 1.1:
11097: * src/doc/doxygen.cfg 1.21:
11098: * src/doc/footer.htm 1.1:
11099: * src/doc/html2chm.cmd 1.6:
11100: * src/doc/postbuild.txt 1.3:
11101: * src/doc/sources2html.cmd 1.5:
11102: * src/doc/view_chm.cmd 1.2:
11103: * src/doc/view_html.cmd 1.2:
11104: config updated to doxygen 1.2.15,
11105: created helper which fixes minor bugs in chm project files & htm tree.
11106: changed extension to .htm
11107:
11108: * src/doc/footer.htm 1.2:
11109: 2001,
11110:
11111: 2002-04-18 paf
11112: * src/classes/classes.h 1.18:
11113: * src/classes/hash.C 1.40:
11114: * src/types/pa_value.h 1.85:
11115: * src/types/pa_vbool.h 1.18:
11116: * src/types/pa_vcookie.h 1.16:
11117: * src/types/pa_vdate.h 1.10:
11118: * src/types/pa_vdouble.h 1.37:
11119: * src/types/pa_venv.h 1.21:
11120: * src/types/pa_vfile.h 1.42:
11121: * src/types/pa_vhash.h 1.33:
11122: * src/types/pa_vimage.h 1.25:
11123: * src/types/pa_vint.h 1.34:
11124: * src/types/pa_vjunction.h 1.13:
11125: * src/types/pa_vobject.h 1.18:
11126: * src/types/pa_vrequest.h 1.17:
11127: * src/types/pa_vresponse.h 1.22:
11128: * src/types/pa_vstateless_class.h 1.26:
11129: * src/types/pa_vstateless_object.h 1.17:
11130: * src/types/pa_vstatus.h 1.8:
11131: * src/types/pa_vstring.h 1.44:
11132: * src/types/pa_vtable.h 1.38:
11133: * src/types/pa_vvoid.h 1.9:
11134: * src/types/pa_vxdoc.h 1.21:
11135: * src/types/pa_vxnode.h 1.14:
11136: fclass_real lowered from VStateless_class to VObject
11137:
11138: * src/types/pa_value.C 1.1:
11139: forced to cut that from .h because of VStateless_class usage [
11140: undefined in .h]
11141:
11142: * src/classes/classes.h 1.17:
11143: * src/classes/date.C 1.27:
11144: * src/classes/double.C 1.47:
11145: * src/classes/file.C 1.80:
11146: * src/classes/form.C 1.23:
11147: * src/classes/hash.C 1.39:
11148: * src/classes/image.C 1.71:
11149: * src/classes/int.C 1.44:
11150: * src/classes/mail.C 1.63:
11151: * src/classes/math.C 1.18:
11152: * src/classes/op.C 1.91:
11153: * src/classes/response.C 1.19:
11154: * src/classes/string.C 1.103:
11155: * src/classes/table.C 1.151:
11156: * src/classes/void.C 1.19:
11157: * src/classes/xnode.C 1.44:
11158: * src/include/pa_globals.h 1.82:
11159: * src/include/pa_request.h 1.132:
11160: * src/main/execute.C 1.236:
11161: * src/main/pa_globals.C 1.122:
11162: * src/main/pa_request.C 1.201:
11163: * src/types/Makefile.am 1.21:
11164: * src/types/pa_value.h 1.84:
11165: * src/types/pa_vdouble.h 1.36:
11166: * src/types/pa_vform.C 1.55:
11167: * src/types/pa_vhash.h 1.32:
11168: * src/types/pa_vint.h 1.33:
11169: * src/types/pa_vmath.h 1.7:
11170: * src/types/pa_vmethod_frame.h 1.25:
11171: * src/types/pa_vstateless_class.h 1.24:
11172: * src/types/pa_wcontext.C 1.18:
11173: * src/types/pa_wcontext.h 1.32:
11174: * src/types/pa_wwrapper.h 1.18:
11175: * src/types/types.dsp 1.22:
1.24 paf 11176: * www/cgi-bin/parser3.log 1.36:
1.15 paf 11177: * www/htdocs/index.html 1.40:
11178: removed Value::fname
11179:
11180: * src/include/pa_opcode.h 1.18:
11181: * src/main/compile.tab.C 1.51:
11182: * src/main/compile.y 1.186:
11183: * src/main/compile_tools.C 1.49:
11184: * src/main/compile_tools.h 1.61:
11185: * src/main/execute.C 1.237:
11186: * src/main/pa_request.C 1.202:
11187: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 11188: * www/cgi-bin/parser3.log 1.37:
1.15 paf 11189: * www/htdocs/index.html 1.41:
11190: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
11191: stack [no more heap waste on each CALL]
11192:
11193: * src/types/pa_valiased.C 1.14:
11194: * src/types/pa_valiased.h 1.19:
11195: * src/types/pa_vclass.h 1.25:
11196: * src/types/pa_vobject.h 1.17:
11197: * src/types/pa_wcontext.C 1.19:
1.24 paf 11198: * www/cgi-bin/parser3.log 1.38:
1.15 paf 11199: * www/htdocs/index.html 1.42:
11200: VAliased get/set alias now virtual and implemented down in
11201: VClass, fclass_alias removed,
11202:
11203: * src/main/pa_request.C 1.203:
11204: * src/types/pa_valiased.h 1.20:
11205: * src/types/pa_vstateless_class.h 1.25:
11206: * src/types/pa_vstateless_object.h 1.16:
11207: * src/types/pa_vstring.h 1.43:
1.24 paf 11208: * www/cgi-bin/parser3.log 1.39:
1.15 paf 11209: * www/htdocs/index.html 1.43:
11210: VStateless_string_object speicalized light version of VStateless_object
11211:
11212: * src/types/Makefile.in 1.37:
11213: *** empty log message ***
11214:
11215: * src/doc/doxygen.cfg 1.20:
11216: .chi generation disabled
11217:
11218: * src/classes/classes.h 1.19:
11219: * src/classes/xdoc.C 1.92:
11220: * src/classes/xnode.C 1.45:
11221: * src/classes/xnode.h 1.11:
11222: * src/types/pa_vxdoc.C 1.13:
1.24 paf 11223: * www/cgi-bin/parser3.log 1.40:
11224: * www/cgi-bin/parser3.log 1.41:
1.15 paf 11225: * www/htdocs/index.html 1.44:
11226: * www/htdocs/index.html 1.45:
11227: xdoc(xnode) now fully - fields&methods
11228:
11229: * src/classes/op.C 1.92:
11230: ^throw comment param made optional
11231:
11232: 2002-04-17 paf
11233: * src/types/pa_vhash.h 1.31:
11234: vstring wrong parent fixed
11235:
11236: * src/classes/op.C 1.90:
11237: taint local result var bug fixed
11238:
11239: * src/doc/ClassExample1.dox 1.3:
11240: * src/doc/ClassExample2.dox 1.4:
11241: * src/doc/ClassExample3.dox 1.3:
11242: * src/doc/compiler.dox 1.3:
11243: * src/doc/module.dox 1.3:
11244: * src/doc/pooled.dox 1.3:
11245: * src/doc/string.dox 1.3:
11246: * src/doc/targets.dox 1.3:
11247: * src/include/pa_pool.h 1.79:
11248: * src/include/pa_types.h 1.40:
11249: dox updated to current state, PTHROW freshen to throw & co
11250:
11251: 2002-04-16 paf
11252: * src/classes/op.C 1.89:
11253: exception2vhash file now tainted
11254:
11255: * src/include/pa_opcode.h 1.17:
11256: * src/main/compile.tab.C 1.49:
11257: * src/main/compile.y 1.185:
11258: * src/main/execute.C 1.232:
11259: * src/targets/cgi/parser3.C 1.172:
1.24 paf 11260: * www/cgi-bin/parser3.log 1.30:
1.15 paf 11261: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
11262:
11263: * src/doc/postbuild.txt 1.2:
11264: * src/main/execute.C 1.234:
1.24 paf 11265: * www/cgi-bin/parser3.log 1.34:
1.15 paf 11266: * www/htdocs/index.html 1.37:
11267: result in @postprocess & @unhandled_exception now taken into
11268: account as in usual functions
11269:
11270: * src/doc/postbuild.txt 1.1:
11271: instructions on post .html build
11272:
11273: * asm.txt 1.2:
11274: * form.txt 1.2:
11275: * lang.txt 1.2:
11276: * sql.txt 1.2:
1.24 paf 11277: * www/cgi-bin/parser3.log 1.35:
1.15 paf 11278: removed outdated. see in Attic asm.txt as most interesting
11279:
11280: * src/classes/op.C 1.87:
1.24 paf 11281: * www/cgi-bin/parser3.log 1.28:
1.15 paf 11282: * www/htdocs/auto.p 1.8:
11283: extra check on empty file in origin in _execute
11284:
11285: * src/classes/date.C 1.26:
11286: * src/main/compile.tab.C 1.50:
11287: * src/targets/cgi/parser3.C 1.173:
1.24 paf 11288: * www/cgi-bin/parser3.log 1.31:
11289: * www/cgi-bin/parser3.log 1.32:
1.15 paf 11290: cheched date:create(days) param for validity [later were
11291: assumed valid and crashed on invalid onces]
11292:
11293: * src/classes/file.C 1.79:
11294: * src/main/pa_exec.C 1.35:
1.24 paf 11295: * www/cgi-bin/parser3.log 1.33:
1.15 paf 11296: * www/htdocs/index.html 1.36:
11297: stderr of execs mark as tainted
11298:
11299: * src/main/execute.C 1.235:
11300: * www/htdocs/index.html 1.38:
11301: $result in @main now taken into account as in usual functions
11302:
1.24 paf 11303: * src/classes/op.C 1.88:
11304: * www/cgi-bin/parser3.log 1.29:
11305: _process pseudo origin copied from local var to heap
11306:
1.23 paf 11307: * src/main/pa_request.C 1.199:
11308: uri in error log
11309:
1.15 paf 11310: * src/main/pa_request.C 1.200:
11311: * src/targets/isapi/parser3isapi.C 1.69:
11312: * www/htdocs/index.html 1.39:
11313: removed check, preventing content-length: 0 from appearing
11314:
11315: * src/doc/doxygen.cfg 1.19:
11316: * src/doc/html2chm.cmd 1.5:
11317: .chm file only now, no .chi
11318:
11319: 2002-04-15 paf
11320: * src/classes/image.C 1.70:
11321: * src/classes/op.C 1.83:
11322: * src/classes/op.C 1.84:
11323: * src/classes/string.C 1.101:
11324: * src/classes/table.C 1.149:
11325: * src/include/pa_request.h 1.129:
11326: * src/main/execute.C 1.228:
11327: * src/types/pa_value.h 1.81:
11328: * src/types/pa_vmethod_frame.h 1.24:
11329: * src/types/pa_wcontext.h 1.29:
1.24 paf 11330: * www/cgi-bin/parser3.log 1.25:
1.15 paf 11331: StringOrValue wcontext result, now ready for dual writes
11332:
1.24 paf 11333: * src/classes/file.C 1.78:
11334: * src/classes/op.C 1.86:
11335: * src/classes/table.C 1.150:
11336: * www/cgi-bin/parser3.log 1.26:
11337: finished dual write_xxx_lang functions
11338:
1.15 paf 11339: * src/main/execute.C 1.231:
11340: * src/types/pa_value.h 1.83:
1.24 paf 11341: * www/cgi-bin/parser3.log 1.27:
1.15 paf 11342: fixed name update
11343:
11344: * src/main/execute.C 1.229:
11345: CodeFrame soul fixed [mistakenly killed by prev changes]
11346:
11347: * src/classes/date.C 1.25:
11348: * src/classes/file.C 1.76:
11349: * src/classes/mail.C 1.62:
11350: * src/classes/string.C 1.102:
11351: * src/classes/xnode.C 1.43:
11352: * src/include/pa_request.h 1.130:
11353: * src/types/pa_value.h 1.82:
11354: * src/types/pa_wcontext.h 1.30:
11355: removed absolutely unnecessary VString shells
11356:
11357: * src/classes/op.C 1.82:
11358: * src/include/pa_globals.h 1.81:
11359: * src/include/pa_opcode.h 1.16:
11360: * src/include/pa_request.h 1.128:
11361: * src/main/compile.tab.C 1.47:
11362: * src/main/compile.y 1.183:
11363: * src/main/compile_tools.C 1.47:
11364: * src/main/compile_tools.h 1.59:
11365: * src/main/execute.C 1.226:
11366: * src/main/pa_globals.C 1.121:
11367: * src/main/pa_request.C 1.198:
11368: * src/targets/cgi/parser3.C 1.170:
1.24 paf 11369: * www/cgi-bin/parser3.log 1.24:
1.15 paf 11370: * www/htdocs/index.html 1.35:
11371: switch in hash constructor fixed [were problems with using of
11372: stacked wwrapper after it's death]
11373:
11374: * src/classes/file.C 1.77:
11375: * src/classes/hash.C 1.38:
11376: * src/classes/op.C 1.85:
11377: * src/include/pa_request.h 1.131:
11378: * src/main/execute.C 1.230:
11379: * src/types/pa_wcontext.h 1.31:
11380: started dual write_xxx_lang functions, if checked & works
11381:
11382: * src/targets/cgi/parser3.C 1.171:
11383: ctime sometimes can be just "", checked that
11384:
11385: * src/main/compile.tab.C 1.48:
11386: * src/main/compile.y 1.184:
11387: * src/main/compile_tools.C 1.48:
11388: * src/main/compile_tools.h 1.60:
11389: * src/main/execute.C 1.227:
11390: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
11391: changed to OP_WRITE_VALUE
11392: in var get cases
11393:
11394: 2002-04-12 paf
11395: * operators.txt 1.33:
11396: * src/classes/table.C 1.148:
1.24 paf 11397: * www/cgi-bin/parser3.log 1.23:
1.15 paf 11398: * www/htdocs/index.html 1.34:
11399: table.select(expression) 0
11400:
11401: 2002-04-11 paf
11402: * src/classes/string.C 1.100:
11403: * src/include/pa_request.h 1.127:
11404: * src/main/execute.C 1.225:
11405: Request::process_internal codeFrame & wwrapper stacked [not
11406: wasting heap anymore]
11407:
11408: 2002-04-10 paf
11409: * src/include/pa_string.h 1.135:
11410: * src/main/pa_string.C 1.151:
11411: * src/main/untaint.C 1.101:
1.24 paf 11412: * www/cgi-bin/parser3.log 1.22:
1.15 paf 11413: * www/htdocs/index.html 1.33:
11414: killed 8 bytes from String.head
11415:
11416: * src/classes/double.C 1.46:
11417: * src/classes/file.C 1.75:
11418: * src/classes/hash.C 1.37:
11419: * src/classes/image.C 1.69:
11420: * src/classes/int.C 1.43:
11421: * src/classes/math.C 1.17:
11422: * src/classes/op.C 1.81:
11423: * src/classes/string.C 1.99:
11424: * src/classes/table.C 1.147:
11425: * src/classes/void.C 1.18:
11426: * src/classes/xdoc.C 1.91:
11427: * src/include/pa_request.h 1.126:
11428: * src/main/execute.C 1.224:
11429: * src/main/pa_string.C 1.152:
11430: killed Request::process() wrapping VString(String) in case we
11431: need only String
11432:
11433: 2002-04-09 paf
11434: * src/main/pa_common.C 1.108:
11435: * src/targets/cgi/parser3.C 1.168:
11436: * src/types/pa_vdouble.h 1.35:
11437: * src/types/pa_vint.h 1.32:
11438: int/double get_string now not pool.malloc(MAX_NUMBER) but
11439: really neaded
11440:
11441: * etc/Makefile.in 1.6:
11442: * etc/parser3.charsets/Makefile.in 1.8:
11443: * src/classes/Makefile.in 1.44:
11444: * src/classes/gd/Makefile.in 1.35:
11445: * src/classes/smtp/Makefile.in 1.4:
11446: * src/sql/Makefile.in 1.4:
11447: * src/targets/Makefile.in 1.35:
11448: * src/targets/apache13/Makefile.in 1.33:
11449: * src/targets/cgi/Makefile.in 1.46:
11450: * src/targets/isapi/Makefile.in 1.4:
11451: * src/types/Makefile.in 1.36:
11452: makse
11453:
11454: * operators.txt 1.31:
11455: * src/classes/double.C 1.45:
11456: * src/classes/int.C 1.42:
11457: * www/htdocs/global.xsl 1.5:
11458: int/double.int/double(default)
11459:
11460: * src/main/compile.tab.C 1.46:
11461: * src/targets/cgi/parser3.C 1.169:
11462: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 11463: * www/cgi-bin/parser3.log 1.21:
1.15 paf 11464: removed
11465: {
11466: char *a;
11467: {
11468: /*sub local*/char b[...];
11469: a=b;
11470: situations
11471:
11472: * src/classes/xdoc.C 1.89:
1.24 paf 11473: * www/cgi-bin/parser3.log 1.19:
1.15 paf 11474: * www/htdocs/global.xsl 1.6:
11475: * www/htdocs/index.html 1.32:
11476: xslt params fixed
11477:
11478: * operators.txt 1.32:
11479: * src/classes/xdoc.C 1.90:
1.24 paf 11480: * www/cgi-bin/parser3.log 1.20:
1.15 paf 11481: xslt params made literal
11482:
11483: 2002-04-04 paf
11484: * src/include/pa_string.h 1.134:
11485: * src/main/pa_string.C 1.150:
1.24 paf 11486: * www/cgi-bin/parser3.log 1.18:
1.15 paf 11487: * www/htdocs/index.html 1.31:
11488: fixed string.replace [when reconstructing pieces were split by
11489: max_integral(piece.size), thus some strings to replace happen
11490: to be split into two = not replaced)
11491:
11492: * src/targets/cgi/parser3.C 1.166:
11493: * src/targets/cgi/parser3.C 1.167:
11494: * src/targets/cgi/parser3.dsp 1.44:
11495: * src/targets/cgi/parser3.dsp 1.45:
11496: document root in standalone version = current dir
11497:
11498: 2002-04-03 paf
11499: * INSTALL 1.18:
11500: * Makefile.in 1.10:
11501: * configure 1.17:
11502: * configure.in 1.19:
11503: * etc/Makefile.in 1.5:
11504: * etc/parser3.charsets/Makefile.in 1.7:
11505: * src/Makefile.in 1.46:
11506: * src/include/Makefile.in 1.4:
11507: * src/main/Makefile.in 1.40:
11508: root config configure options
11509:
11510: * configure 1.18:
11511: * configure.in 1.20:
11512: more checks on nonexistent charset
11513:
11514: 2002-04-02 paf
11515: * src/main/compile.C 1.63:
11516: parser.compile [exception name more like in doc]
11517:
11518: 2002-04-01 paf
11519: * src/classes/mail.C 1.61:
11520: * src/include/pa_string.h 1.133:
11521: * src/main/untaint.C 1.100:
11522: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 11523: * www/cgi-bin/parser3.log 1.17:
1.15 paf 11524: mail subject encoding taken from .content-type.charset, not .charset
11525:
11526: 2002-03-29 paf
11527: * operators.txt 1.30:
11528: * src/classes/date.C 1.24:
1.24 paf 11529: * www/cgi-bin/parser3.log 1.16:
1.15 paf 11530: * www/htdocs/index.html 1.30:
11531: ^date::create now may not supply day, default 1.
11532: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
11533:
11534: * etc/parser3.charsets/koi8-r.cfg 1.2:
11535: koi8-r += ukranian letters
11536:
11537: 2002-03-28 paf
11538: * operators.txt 1.29:
11539: * src/classes/date.C 1.23:
11540: * src/classes/op.C 1.79:
11541: * src/include/pa_globals.h 1.80:
11542: * src/include/pa_hash.h 1.55:
11543: * src/main/pa_globals.C 1.120:
11544: * src/types/pa_vdate.h 1.9:
11545: * www/htdocs/index.html 1.29:
11546: ^cache[file][date]{
11547: ^cache(seconds)
11548: ^cache[date]
11549: }
11550:
11551: * src/classes/xdoc.C 1.88:
11552: * src/classes/xnode.C 1.42:
11553: * src/classes/xnode.h 1.10:
11554: removed redundant pool param
11555:
11556: 2002-03-27 paf
11557: * operators.txt 1.27:
11558: * src/classes/op.C 1.77:
11559: * src/include/pa_config_fixed.h 1.42:
11560: * src/include/pa_request.h 1.124:
11561: * src/main/execute.C 1.222:
11562: * src/main/pa_request.C 1.196:
1.24 paf 11563: * www/cgi-bin/parser3.log 1.14:
1.15 paf 11564: decided agains resetting exception_trace, just changed name
11565:
11566: * operators.txt 1.28:
11567: * src/classes/date.C 1.22:
11568: * src/classes/double.C 1.44:
11569: * src/classes/file.C 1.74:
11570: * src/classes/form.C 1.22:
11571: * src/classes/hash.C 1.36:
11572: * src/classes/image.C 1.68:
11573: * src/classes/int.C 1.41:
11574: * src/classes/mail.C 1.60:
11575: * src/classes/math.C 1.16:
11576: * src/classes/op.C 1.78:
11577: * src/classes/smtp/smtp.C 1.10:
11578: * src/classes/string.C 1.98:
11579: * src/classes/table.C 1.146:
11580: * src/classes/void.C 1.17:
11581: * src/classes/xdoc.C 1.87:
11582: * src/classes/xnode.C 1.41:
11583: * src/include/pa_exception.h 1.33:
11584: * src/include/pa_request.h 1.125:
11585: * src/include/pa_stylesheet_connection.h 1.28:
11586: * src/main/compile.C 1.62:
11587: * src/main/compile_tools.C 1.46:
11588: * src/main/execute.C 1.223:
11589: * src/main/pa_array.C 1.48:
11590: * src/main/pa_charset.C 1.23:
11591: * src/main/pa_charsets.C 1.8:
11592: * src/main/pa_common.C 1.106:
11593: * src/main/pa_dictionary.C 1.14:
11594: * src/main/pa_exception.C 1.40:
11595: * src/main/pa_exec.C 1.34:
11596: * src/main/pa_pool.C 1.52:
11597: * src/main/pa_request.C 1.197:
11598: * src/main/pa_socks.C 1.14:
11599: * src/main/pa_sql_driver_manager.C 1.62:
11600: * src/main/pa_string.C 1.149:
11601: * src/main/pa_table.C 1.45:
11602: * src/main/untaint.C 1.99:
11603: * src/targets/apache13/mod_parser3.C 1.19:
11604: * src/targets/cgi/parser3.C 1.165:
11605: * src/targets/isapi/parser3isapi.C 1.67:
11606: * src/types/pa_value.h 1.80:
11607: * src/types/pa_vcookie.C 1.43:
11608: * src/types/pa_vfile.h 1.41:
11609: * src/types/pa_vform.C 1.54:
11610: * src/types/pa_vhash.h 1.30:
11611: * src/types/pa_vmethod_frame.h 1.23:
11612: * src/types/pa_vstatus.C 1.7:
11613: * src/types/pa_vtable.C 1.13:
11614: * src/types/pa_vxdoc.h 1.20:
11615: * src/types/pa_vxnode.h 1.13:
11616: * src/types/pa_wcontext.C 1.17:
11617: * src/types/pa_wwrapper.h 1.17:
1.24 paf 11618: * www/cgi-bin/parser3.log 1.15:
1.15 paf 11619: * www/htdocs/index.html 1.28:
11620: assigned exception types
11621:
11622: 2002-03-26 paf
11623: * operators.txt 1.24:
11624: * src/classes/date.C 1.20:
11625: * www/htdocs/index.html 1.25:
11626: fixed date roll on daylightsaving days
11627: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
11628:
11629: * src/classes/op.C 1.76:
11630: * www/htdocs/index.html 1.27:
11631: forced language of $source field of exception to 'tainted',
11632: so that sql-langed-frags could be outputed outside of connect
11633:
11634: * src/include/pa_common.h 1.76:
11635: * src/main/pa_exec.C 1.33:
11636: windows exec chdir fixed
11637:
11638: * operators.txt 1.25:
11639: * src/classes/date.C 1.21:
11640: * www/htdocs/index.html 1.26:
11641: removed date.roll limit of +-1 offset
11642:
11643: 2002-03-25 paf
11644: * INSTALL 1.13:
11645: comment on --disable-link-stdcpp
11646:
11647: * INSTALL 1.12:
11648: * configure 1.15:
11649: * configure.in 1.17:
11650: * src/targets/cgi/Makefile.am 1.33:
11651: * src/targets/cgi/Makefile.in 1.44:
11652: libstdc++ link skipping configure option
11653:
11654: * src/classes/file.C 1.73:
11655: * src/classes/mail.C 1.56:
11656: * src/include/pa_exec.h 1.8:
11657: * src/main/pa_exec.C 1.32:
11658: f(!forced_allow)
11659: to allow
11660: --with-sendmail to work with any/both
11661: --disable-foreign-group-files --disable-execs
11662:
11663: * src/classes/op.C 1.75:
11664: * src/include/pa_sql_connection.h 1.24:
11665: sql connection with error were put to cache with '
11666: marked_to_rollback' flag, all consequent even OK requests
11667: rolled back
11668:
11669: * INSTALL 1.16:
11670: "--with=sendmail=COMMAND"
11671: comment
11672:
11673: * INSTALL 1.15:
11674: * configure 1.16:
11675: * configure.in 1.18:
11676: * src/classes/mail.C 1.55:
11677: * src/include/pa_config_auto.h.in 1.24:
11678: * src/main/pa_exec.C 1.31:
11679: * src/targets/cgi/Makefile.am 1.34:
11680: * src/targets/cgi/Makefile.in 1.45:
11681: --disable-foreign-group-files now disables execs also.
11682: introducing --sendmail
11683:
11684: * INSTALL 1.14:
11685: * INSTALL 1.17:
11686: * src/classes/mail.C 1.57:
11687: * src/classes/mail.C 1.58:
11688: *** empty log message ***
11689:
11690: * operators.txt 1.22:
11691: pgsql options comment
11692:
11693: * operators.txt 1.23:
11694: * src/targets/cgi/parser3.C 1.164:
11695: http_site_config_filespec
11696:
11697: 2002-03-22 paf
11698: * operators.txt 1.21:
11699: few comments on sets
11700:
11701: * src/main/pa_exec.C 1.30:
11702: createprocess nowindow flag
11703: check on readfile false return
11704:
11705: 2002-03-18 paf
11706: * src/main/pa_charset.C 1.22:
11707: * src/targets/isapi/pa_threads.C 1.10:
11708: * src/types/pa_vdouble.h 1.34:
11709: removed some tested @tests
11710:
11711: * operators.txt 1.20:
11712: * src/classes/op.C 1.74:
11713: * src/include/pa_exception.h 1.32:
11714: * src/include/pa_globals.h 1.79:
11715: * src/include/pa_request.h 1.123:
11716: * src/include/pa_stack.h 1.14:
11717: * src/main/pa_globals.C 1.119:
11718: * src/main/pa_request.C 1.195:
1.24 paf 11719: * www/cgi-bin/parser3.log 1.12:
11720: * www/cgi-bin/parser3.log 1.13:
1.15 paf 11721: * www/htdocs/index.html 1.22:
11722: * www/htdocs/index.html 1.23:
11723: introducing ^try
11724:
11725: 2002-03-15 paf
11726: * operators.txt 1.19:
11727: * src/classes/table.C 1.145:
11728: * www/htdocs/index.html 1.21:
11729: ^table.locate(logical expr)
11730:
11731: 2002-03-13 paf
11732: * src/main/pa_exception.C 1.39:
11733: checked not-pooled malloc
11734:
11735: 2002-03-11 paf
11736: * src/types/pa_vfile.C 1.29:
11737: $file.text now 0A linebreaks,
11738: file::exec/cgi linebreaks "0D0A" changed to 0A onces
11739:
11740: * INSTALL 1.10:
11741: * configure 1.13:
11742: * configure.in 1.15:
11743: * src/include/pa_config_auto.h.in 1.22:
11744: * src/include/pa_config_fixed.h 1.40:
11745: * src/main/pa_exec.C 1.28:
11746: * src/main/pa_exec.C 1.29:
11747: * www/htdocs/index.html 1.18:
11748: * www/htdocs/index.html 1.19:
11749: * www/htdocs/index.html 1.20:
11750: --disable-execs
11751:
11752: * INSTALL 1.11:
11753: * configure 1.14:
11754: * configure.in 1.16:
11755: * src/include/pa_config_auto.h.in 1.23:
11756: * src/main/pa_common.C 1.105:
11757: --disable-foreign-group-files
11758:
11759: 2002-03-05 paf
11760: * src/targets/isapi/parser3isapi.C 1.66:
11761: * src/targets/isapi/parser3isapi.dsp 1.32:
11762: iis5 now requires headers to be terminated with \r\n manually [
11763: refuses to separate header/body itself]
11764:
11765: * operators.txt 1.17:
11766: * operators.txt 1.18:
11767: * src/classes/date.C 1.18:
11768: * src/classes/date.C 1.19:
11769: date week calendar columns named
11770:
11771: * src/main/pa_globals.C 1.118:
11772: * src/targets/cgi/parser3.C 1.163:
11773: * src/targets/isapi/parser3isapi.C 1.65:
11774: * www/htdocs/index.html 1.17:
11775: isapi site config beside .dll
11776:
11777: 2002-03-04 paf
11778: * src/targets/isapi/pa_threads.C 1.9:
11779: * src/targets/isapi/parser3isapi.C 1.64:
11780: * src/targets/isapi/parser3isapi.dsp 1.31:
11781: isapi updated
11782:
11783: * src/classes/op.C 1.73:
11784: * src/types/pa_vfile.C 1.28:
1.24 paf 11785: * www/cgi-bin/parser3.log 1.11:
1.15 paf 11786: * www/htdocs/index.html 1.16:
11787: process body now evaluated in PASS language
11788:
11789: * src/classes/op.C 1.72:
11790: * src/include/pa_string.h 1.132:
11791: * src/main/pa_string.C 1.148:
11792: string deserialize checks on broken file
11793:
11794: 2002-03-01 paf
11795: * src/main/pa_exec.C 1.27:
11796: execle -> execve, now argc OK
11797:
11798: 2002-02-28 paf
11799: * src/main/pa_string.C 1.147:
11800: origin by first piece preferred before last piece
11801:
11802: * src/main/pa_charsets.C 1.7:
11803: when placing charset to cache using global name now [were
11804: request]
11805:
11806: * configure 1.12:
11807: * configure.in 1.14:
11808: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
11809: * src/targets/apache13/mod_parser3.C 1.18:
11810: * src/targets/apache13/p3runConfigure.in 1.9:
11811: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 11812: * www/cgi-bin/parser3.log 1.10:
1.15 paf 11813: * www/htdocs/auto.p 1.7:
11814: apache module updated
11815:
11816: * src/main/untaint.C 1.98:
11817: removed some debug comments
11818:
11819: 2002-02-27 paf
11820: * src/main/pa_charset.C 1.21:
11821: size_t
11822:
11823: * INSTALL 1.9:
11824: shared/static-xml
11825: with-pathlink
11826:
11827: * operators.txt 1.15:
11828: * operators.txt 1.16:
11829: SMTP comment
11830:
11831: 2002-02-26 paf
11832: * src/classes/xnode.C 1.40:
1.24 paf 11833: * www/cgi-bin/parser3.log 1.9:
1.15 paf 11834: * www/htdocs/auto.p 1.6:
11835: * www/htdocs/global.xsl 1.4:
11836: * www/htdocs/index.html 1.15:
11837: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
11838: checked that
11839:
11840: * src/main/pa_exec.C 1.26:
11841: more precise names for vars, cosmetic
11842:
11843: 2002-02-22 paf
11844: * operators.txt 1.14:
11845: * src/types/pa_vcookie.C 1.41:
11846: * src/types/pa_vcookie.C 1.42:
1.24 paf 11847: * www/cgi-bin/parser3.log 1.5:
1.15 paf 11848: cookie "expires=0" = "session"
11849:
11850: * src/include/pa_string.h 1.131:
11851: * src/main/pa_string.C 1.144:
11852: * src/main/pa_string.C 1.145:
11853: * src/main/pa_string.C 1.146:
1.24 paf 11854: * www/cgi-bin/parser3.log 1.6:
11855: * www/cgi-bin/parser3.log 1.7:
11856: * www/cgi-bin/parser3.log 1.8:
1.15 paf 11857: * www/htdocs/auto.p 1.5:
11858: * www/htdocs/index.html 1.14:
11859: string iterators fixed again, so were String::join_chain
11860:
11861: * configure 1.11:
11862: * configure.in 1.13:
11863: glib###.a detection fixed
11864:
11865: * Makefile.in 1.7:
11866: * configure 1.9:
11867: * configure.in 1.11:
11868: * etc/Makefile.in 1.4:
11869: * etc/parser3.charsets/Makefile.in 1.6:
11870: * src/Makefile.in 1.45:
11871: * src/classes/Makefile.am 1.38:
11872: * src/classes/Makefile.in 1.43:
11873: * src/classes/gd/Makefile.in 1.34:
11874: * src/classes/hashfile.C 1.23:
11875: * src/classes/smtp/Makefile.in 1.3:
11876: * src/include/Makefile.am 1.2:
11877: * src/include/Makefile.in 1.3:
11878: * src/include/pa_config_auto.h.in 1.20:
11879: * src/include/pa_db_connection.h 1.22:
11880: * src/include/pa_db_manager.h 1.15:
11881: * src/include/pa_db_table.h 1.16:
11882: * src/main/Makefile.am 1.31:
11883: * src/main/Makefile.in 1.39:
11884: * src/main/pa_db_connection.C 1.38:
11885: * src/main/pa_db_manager.C 1.23:
11886: * src/main/pa_db_table.C 1.21:
11887: * src/main/pa_globals.C 1.117:
11888: * src/sql/Makefile.in 1.3:
11889: * src/targets/Makefile.in 1.34:
11890: * src/targets/apache13/Makefile.in 1.32:
11891: * src/targets/apache13/p3runConfigure.in 1.8:
11892: * src/targets/cgi/Makefile.am 1.32:
11893: * src/targets/cgi/Makefile.in 1.43:
11894: * src/targets/isapi/Makefile.in 1.3:
11895: * src/types/Makefile.am 1.20:
11896: * src/types/Makefile.in 1.35:
11897: * src/types/pa_vhashfile.C 1.21:
11898: * src/types/pa_vhashfile.h 1.16:
11899: removed hashfile support for now
11900:
11901: * acconfig.h 1.1:
11902: acconfig move in cvs[from src/libltdl to /]
11903:
11904: * etc/parser3.charsets/windows-1251.cfg 1.2:
11905: °
11906:
11907: * Makefile.am 1.4:
11908: * Makefile.in 1.9:
11909: make update
11910:
11911: * INSTALL 1.7:
11912: hashfile removed from INSTALL
11913:
11914: * Makefile.in 1.8:
11915: * configure 1.10:
11916: * configure.in 1.12:
11917: * src/include/pa_config_auto.h.in 1.21:
11918: --with-shared-xml
11919: --with-static-xml
11920:
11921: * INSTALL 1.8:
11922: without-zlib comment
11923:
11924: * operators.txt 1.13:
11925: * src/classes/classes.dsp 1.16:
11926: * src/main/main.dsp 1.148:
11927: * src/types/types.dsp 1.20:
11928: removed hashfile support from sources for now
11929:
11930: * src/classes/classes.dsp 1.17:
11931: * src/classes/gd/gd.dsp 1.20:
11932: * src/main/compile.tab.C 1.45:
11933: * src/main/main.dsp 1.149:
11934: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
11935: * src/targets/cgi/parser3.dsp 1.43:
11936: * src/targets/isapi/parser3isapi.dsp 1.30:
11937: * src/types/types.dsp 1.21:
11938: *.dsp: removed refereces to win32db & ancient xalan&xml
11939:
11940: 2002-02-21 paf
11941: * Makefile.am 1.3:
11942: * Makefile.in 1.6:
11943: make cvsupdate
11944:
11945: * src/main/untaint.C 1.97:
1.24 paf 11946: * www/cgi-bin/parser3.log 1.4:
1.15 paf 11947: removed debug code, activated commented-for debug parts
11948:
11949: * src/include/pa_string.h 1.130:
11950: * src/include/pa_types.h 1.39:
11951: * src/main/pa_string.C 1.143:
11952: * src/main/untaint.C 1.96:
1.24 paf 11953: * www/cgi-bin/parser3.log 1.3:
1.15 paf 11954: STRING_*FOREACH_ROW
11955: changed to stop at append_row, not at link zero
11956: now string to string appending works
11957:
11958: 2002-02-20 paf
11959: * src/include/pa_string.h 1.129:
11960: * src/main/execute.C 1.221:
11961: * src/main/untaint.C 1.95:
11962: * src/targets/cgi/pa_pool.C 1.38:
11963: * src/targets/cgi/parser3.C 1.162:
11964: * www/htdocs/index.html 1.13:
11965: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
11966:
11967: * src/include/pa_string.h 1.128:
11968: * src/main/pa_string.C 1.142:
11969: * src/main/untaint.C 1.94:
1.24 paf 11970: * www/cgi-bin/parser3.log 1.2:
1.15 paf 11971: economy: 22%
11972:
11973: * operators.txt 1.12:
11974: * src/include/pa_common.h 1.75:
11975: * src/include/pa_config_fixed.h 1.39:
11976: * src/include/pa_string.h 1.125:
11977: * src/include/pa_types.h 1.38:
11978: * src/main/compile.tab.C 1.44:
11979: * src/main/execute.C 1.220:
11980: * src/main/pa_string.C 1.139:
11981: * src/main/untaint.C 1.91:
11982: * src/targets/cgi/pa_pool.C 1.37:
11983: * src/targets/cgi/parser3.C 1.160:
11984: * www/htdocs/auto.p 1.4:
11985: * www/htdocs/global.xsl 1.3:
11986: * www/htdocs/index.html 1.11:
11987: strign to string append optimiziation idea and estimates
11988:
11989: * src/include/pa_string.h 1.126:
11990: * src/include/pa_stylesheet_connection.h 1.27:
11991: * src/main/pa_db_manager.C 1.22:
11992: * src/main/pa_dictionary.C 1.13:
11993: * src/main/pa_string.C 1.140:
11994: * src/main/untaint.C 1.92:
11995: * src/targets/cgi/parser3.C 1.161:
11996: * src/types/pa_vcookie.C 1.40:
11997: * src/types/pa_vstring.h 1.42:
11998: * www/htdocs/index.html 1.12:
11999: speed uptimized: string::is_empty
12000:
12001: * src/include/pa_string.h 1.127:
12002: * src/main/pa_string.C 1.141:
12003: * src/main/untaint.C 1.93:
1.24 paf 12004: * www/cgi-bin/parser3.log 1.1:
1.15 paf 12005: space uptimized: string::link_row removed
12006:
12007: 2002-02-19 paf
12008: * src/classes/xdoc.C 1.86:
12009: * src/classes/xnode.C 1.39:
12010: getElementsByTagName and *NS moved to node [element]
12011:
12012: * src/classes/math.C 1.15:
12013: not used directly [but erroreously reported that 'is', thus
12014: registering twice&other probs]
12015:
12016: * src/main/compile.C 1.59:
12017: * src/main/compile.C 1.60:
12018: without string_origins not worked
12019:
12020: * src/main/compile.C 1.61:
12021: without string_origins parse error file+line+col possible
12022:
12023: 2002-02-18 paf
12024: * src/types/pa_vdouble.h 1.33:
12025: since we have in_expression
12026: removed that trick i've installed into double::as_string
12027:
12028: * INSTALL 1.6:
12029: local install comment
12030:
12031: * src/main/compile.tab.C 1.41:
12032: * src/main/compile.y 1.181:
12033: * www/htdocs/global.xsl 1.2:
12034: * www/htdocs/index.html 1.7:
12035: integer division stops name
12036:
12037: * Makefile.in 1.4:
12038: * acinclude.m4 1.2:
12039: * aclocal.m4 1.2:
12040: * configure 1.8:
12041: * configure.in 1.10:
12042: * etc/Makefile.in 1.3:
12043: * etc/parser3.charsets/Makefile.in 1.5:
12044: * src/Makefile.in 1.44:
12045: * src/classes/Makefile.in 1.42:
12046: * src/classes/gd/Makefile.in 1.33:
12047: * src/classes/smtp/Makefile.in 1.2:
12048: * src/include/Makefile.in 1.2:
12049: * src/include/pa_config_auto.h.in 1.19:
12050: * src/include/pa_config_includes.h 1.19:
12051: * src/main/Makefile.in 1.38:
12052: * src/sql/Makefile.in 1.2:
12053: * src/targets/Makefile.in 1.33:
12054: * src/targets/apache13/Makefile.in 1.31:
12055: * src/targets/apache13/p3runConfigure.in 1.7:
12056: * src/targets/cgi/Makefile.am 1.30:
12057: * src/targets/cgi/Makefile.in 1.41:
12058: * src/targets/cgi/parser3.C 1.157:
12059: * src/targets/isapi/Makefile.in 1.2:
12060: * src/types/Makefile.in 1.34:
12061: removed libtool usage from build mech
12062:
1.24 paf 12063: * src/classes/math.C 1.14:
12064: * www/htdocs/index.html 1.8:
12065: math:random range check fixed
12066:
1.15 paf 12067: * operators.txt 1.10:
12068: * src/classes/date.C 1.17:
12069: date::create [were date::set, with backward comp
12070:
12071: * src/main/compile.tab.C 1.42:
12072: bison env set so one could compile without cygwin installed
12073:
12074: * src/targets/cgi/Makefile.am 1.31:
12075: * src/targets/cgi/Makefile.in 1.42:
12076: * src/targets/cgi/parser3.C 1.158:
12077: *** empty log message ***
12078:
12079: * src/main/pa_globals.C 1.116:
12080: extern "C" was removed too fast
12081:
12082: * Makefile.in 1.5:
12083: * ltconfig 1.2:
12084: * ltmain.sh 1.2:
12085: removed libtool subpart files
12086:
12087: * src/main/main.dsp 1.147:
12088: * src/main/pa_globals.C 1.115:
12089: removed unneded
12090: #ifdef __cplusplus
12091: }
12092: #endif
12093:
12094: * src/include/pa_opcode.h 1.15:
12095: * src/include/pa_request.h 1.122:
12096: * src/main/compile.tab.C 1.43:
12097: * src/main/compile.y 1.182:
12098: * src/main/execute.C 1.219:
12099: * src/types/pa_wcontext.h 1.28:
12100: * www/htdocs/index.html 1.10:
12101: * www/htdocs/index.html 1.9:
12102: in_expression
12103: aimed to solve old problem with string/nonstring values,
12104: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
12105:
12106: * operators.txt 1.11:
12107: * src/targets/cgi/parser3.C 1.159:
12108: PARSER_ROOT_CONFIG
12109:
12110: * src/classes/classes.dsp 1.15:
12111: * src/classes/gd/gd.dsp 1.19:
12112: * src/classes/smtp/smtp.dsp 1.16:
12113: * src/main/main.dsp 1.146:
12114: * src/main/pa_globals.C 1.114:
12115: * src/targets/cgi/parser3.dsp 1.42:
12116: * src/types/types.dsp 1.19:
12117: win32xml now contains gnome xml libs
12118: parser .dsp-s changed accordingly
12119:
12120: * operators.txt 1.9:
12121: \ comment
12122:
12123: 2002-02-13 paf
12124: * INSTALL 1.5:
12125: * configure 1.7:
12126: * configure.in 1.9:
12127: * src/targets/cgi/Makefile.am 1.29:
12128: * src/targets/cgi/Makefile.in 1.40:
12129: --with-glib-config
12130: CXXLINK=$(CC) for targets/cgi/parser3
12131:
12132: * src/include/pa_config_includes.h 1.18:
12133: sys/time time both included now.
12134: vaguely remember confilicts on this on some system [not on six|ablv]
12135: so when would see them again would think up proper check
12136:
12137: * etc/parser3.charsets/windows-1257.cfg 1.1:
12138: * src/targets/cgi/parser3.C 1.156:
12139: baltic charset file generated, in generation script ispunct
12140: check added
12141:
12142: * src/main/pa_common.C 1.103:
12143: strnchr: sanity check added
12144:
12145: * src/main/pa_common.C 1.104:
12146: truncation never occured when writing files on unix [since i've changed cache mech]
12147: fix
12148:
12149: * etc/parser3.charsets/windows-1257.cfg 1.2:
12150: id added
12151:
12152: 2002-02-08 paf
12153: * src/classes/classes.C 1.14:
12154: * src/classes/classes.h 1.15:
12155: * src/classes/date.C 1.15:
12156: * src/classes/double.C 1.42:
12157: * src/classes/file.C 1.71:
12158: * src/classes/form.C 1.20:
12159: * src/classes/gd/gif.C 1.25:
12160: * src/classes/gd/gif.h 1.19:
12161: * src/classes/gd/gifio.C 1.17:
12162: * src/classes/hash.C 1.34:
12163: * src/classes/hashfile.C 1.21:
12164: * src/classes/image.C 1.65:
12165: * src/classes/int.C 1.39:
12166: * src/classes/mail.C 1.53:
12167: * src/classes/math.C 1.12:
12168: * src/classes/op.C 1.70:
12169: * src/classes/response.C 1.17:
12170: * src/classes/smtp/comms.C 1.7:
12171: * src/classes/smtp/smtp.C 1.8:
12172: * src/classes/smtp/smtp.h 1.7:
12173: * src/classes/string.C 1.96:
12174: * src/classes/table.C 1.143:
12175: * src/classes/void.C 1.15:
12176: * src/classes/xdoc.C 1.84:
12177: * src/classes/xnode.C 1.37:
12178: * src/classes/xnode.h 1.8:
12179: * src/include/pa_array.h 1.52:
12180: * src/include/pa_cache_managers.h 1.5:
12181: * src/include/pa_charset.h 1.13:
12182: * src/include/pa_charsets.h 1.4:
12183: * src/include/pa_common.h 1.73:
12184: * src/include/pa_config_fixed.h 1.37:
12185: * src/include/pa_config_includes.h 1.16:
12186: * src/include/pa_db_connection.h 1.20:
12187: * src/include/pa_db_manager.h 1.13:
12188: * src/include/pa_db_table.h 1.14:
12189: * src/include/pa_dictionary.h 1.9:
12190: * src/include/pa_dir.h 1.9:
12191: * src/include/pa_exception.h 1.30:
12192: * src/include/pa_exec.h 1.6:
12193: * src/include/pa_globals.h 1.77:
12194: * src/include/pa_hash.h 1.53:
12195: * src/include/pa_opcode.h 1.13:
12196: * src/include/pa_pool.h 1.77:
12197: * src/include/pa_pragma_pack_begin.h 1.3:
12198: * src/include/pa_pragma_pack_end.h 1.3:
12199: * src/include/pa_request.h 1.120:
12200: * src/include/pa_sapi.h 1.17:
12201: * src/include/pa_socks.h 1.7:
12202: * src/include/pa_sql_connection.h 1.22:
12203: * src/include/pa_sql_driver_manager.h 1.22:
12204: * src/include/pa_stack.h 1.12:
12205: * src/include/pa_string.h 1.123:
12206: * src/include/pa_stylesheet_connection.h 1.25:
12207: * src/include/pa_stylesheet_manager.h 1.11:
12208: * src/include/pa_table.h 1.40:
12209: * src/include/pa_threads.h 1.22:
12210: * src/include/pa_types.h 1.36:
12211: * src/main/compile.C 1.57:
12212: * src/main/compile.tab.C 1.40:
12213: * src/main/compile_tools.C 1.44:
12214: * src/main/compile_tools.h 1.57:
12215: * src/main/execute.C 1.217:
12216: * src/main/pa_array.C 1.46:
12217: * src/main/pa_cache_managers.C 1.3:
12218: * src/main/pa_charset.C 1.19:
12219: * src/main/pa_charsets.C 1.5:
12220: * src/main/pa_common.C 1.100:
12221: * src/main/pa_db_connection.C 1.36:
12222: * src/main/pa_db_manager.C 1.20:
12223: * src/main/pa_db_table.C 1.19:
12224: * src/main/pa_dictionary.C 1.11:
12225: * src/main/pa_dir.C 1.10:
12226: * src/main/pa_exception.C 1.37:
12227: * src/main/pa_exec.C 1.24:
12228: * src/main/pa_globals.C 1.112:
12229: * src/main/pa_hash.C 1.49:
12230: * src/main/pa_pool.C 1.50:
12231: * src/main/pa_request.C 1.193:
12232: * src/main/pa_socks.C 1.12:
12233: * src/main/pa_sql_driver_manager.C 1.60:
12234: * src/main/pa_status_provider.C 1.3:
12235: * src/main/pa_string.C 1.137:
12236: * src/main/pa_stylesheet_manager.C 1.12:
12237: * src/main/pa_table.C 1.43:
12238: * src/main/untaint.C 1.88:
12239: * src/sql/pa_sql_driver.h 1.25:
12240: * src/targets/apache13/mod_parser3.C 1.16:
12241: * src/targets/apache13/pa_pool.C 1.4:
12242: * src/targets/apache13/pa_threads.C 1.6:
12243: * src/targets/cgi/pa_pool.C 1.35:
12244: * src/targets/cgi/pa_threads.C 1.8:
12245: * src/targets/cgi/parser3.C 1.153:
12246: * src/targets/cgi/pool_storage.h 1.8:
12247: * src/targets/isapi/pa_pool.C 1.11:
12248: * src/targets/isapi/pa_threads.C 1.7:
12249: * src/targets/isapi/parser3isapi.C 1.62:
12250: * src/targets/isapi/pool_storage.h 1.14:
12251: * src/types/pa_valiased.C 1.12:
12252: * src/types/pa_valiased.h 1.17:
12253: * src/types/pa_value.h 1.78:
12254: * src/types/pa_vbool.h 1.16:
12255: * src/types/pa_vclass.h 1.23:
12256: * src/types/pa_vcode_frame.h 1.13:
12257: * src/types/pa_vcookie.C 1.33:
12258: * src/types/pa_vcookie.h 1.14:
12259: * src/types/pa_vdate.h 1.7:
12260: * src/types/pa_vdouble.h 1.31:
12261: * src/types/pa_venv.h 1.19:
12262: * src/types/pa_vfile.C 1.25:
12263: * src/types/pa_vfile.h 1.39:
12264: * src/types/pa_vform.C 1.51:
12265: * src/types/pa_vform.h 1.32:
12266: * src/types/pa_vhash.h 1.28:
12267: * src/types/pa_vhashfile.C 1.18:
12268: * src/types/pa_vhashfile.h 1.14:
12269: * src/types/pa_vimage.C 1.15:
12270: * src/types/pa_vimage.h 1.23:
12271: * src/types/pa_vint.h 1.30:
12272: * src/types/pa_vjunction.h 1.11:
12273: * src/types/pa_vmath.h 1.5:
12274: * src/types/pa_vmethod_frame.h 1.21:
12275: * src/types/pa_vobject.h 1.15:
12276: * src/types/pa_vrequest.C 1.15:
12277: * src/types/pa_vrequest.h 1.15:
12278: * src/types/pa_vresponse.C 1.3:
12279: * src/types/pa_vresponse.h 1.20:
12280: * src/types/pa_vstateless_class.C 1.12:
12281: * src/types/pa_vstateless_class.h 1.22:
12282: * src/types/pa_vstateless_object.h 1.14:
12283: * src/types/pa_vstatus.C 1.5:
12284: * src/types/pa_vstatus.h 1.6:
12285: * src/types/pa_vstring.C 1.15:
12286: * src/types/pa_vstring.h 1.40:
12287: * src/types/pa_vtable.C 1.10:
12288: * src/types/pa_vtable.h 1.36:
12289: * src/types/pa_vvoid.h 1.7:
12290: * src/types/pa_vxdoc.C 1.10:
12291: * src/types/pa_vxdoc.h 1.18:
12292: * src/types/pa_vxnode.C 1.14:
12293: * src/types/pa_vxnode.h 1.11:
12294: * src/types/pa_wcontext.C 1.14:
12295: * src/types/pa_wcontext.h 1.26:
12296: * src/types/pa_wwrapper.h 1.15:
12297: 2002
12298:
12299: * src/types/pa_vcookie.C 1.36:
12300: * src/types/pa_vcookie.C 1.37:
12301: * src/types/pa_vcookie.C 1.38:
12302: * src/types/pa_vcookie.C 1.39:
12303: VCookie::fill_fields one check forgotten
12304:
12305: * src/classes/smtp/Makefile.am 1.1:
12306: * src/classes/smtp/Makefile.in 1.1:
12307: * src/include/Makefile.am 1.1:
12308: * src/include/Makefile.in 1.1:
12309: * src/sql/Makefile.am 1.3:
12310: * src/sql/Makefile.in 1.1:
12311: * src/targets/isapi/Makefile.am 1.1:
12312: * src/targets/isapi/Makefile.in 1.1:
12313: forgotten makes
12314:
12315: * AUTHORS 1.2:
12316: * COPYING 1.2:
12317: * INSTALL 1.3:
12318: * INSTALL 1.4:
12319: * README 1.2:
12320: install&others updated
12321:
12322: * Makefile.am 1.2:
12323: * Makefile.in 1.3:
12324: * configure 1.6:
12325: * configure.in 1.8:
12326: * etc/parser3.charsets/Makefile.am 1.2:
12327: * etc/parser3.charsets/Makefile.in 1.4:
12328: * src/Makefile.am 1.15:
12329: * src/Makefile.in 1.43:
12330: * src/classes/Makefile.am 1.37:
12331: * src/classes/Makefile.in 1.41:
12332: * src/classes/gd/Makefile.am 1.9:
12333: * src/classes/gd/Makefile.in 1.32:
12334: * src/main/Makefile.am 1.30:
12335: * src/main/Makefile.in 1.37:
12336: * src/main/pa_status_provider.C 1.5:
12337: * src/targets/Makefile.am 1.9:
12338: * src/targets/Makefile.in 1.32:
12339: * src/targets/apache13/Makefile.am 1.11:
12340: * src/targets/apache13/Makefile.in 1.30:
12341: * src/targets/cgi/Makefile.am 1.28:
12342: * src/targets/cgi/Makefile.in 1.39:
12343: * src/types/Makefile.am 1.19:
12344: * src/types/Makefile.in 1.33:
12345: 'make dist' works
12346:
12347: * src/classes/classes.C 1.15:
12348: * src/classes/classes.h 1.16:
12349: * src/classes/date.C 1.16:
12350: * src/classes/double.C 1.43:
12351: * src/classes/file.C 1.72:
12352: * src/classes/form.C 1.21:
12353: * src/classes/gd/gif.C 1.26:
12354: * src/classes/gd/gif.h 1.20:
12355: * src/classes/gd/gifio.C 1.18:
12356: * src/classes/hash.C 1.35:
12357: * src/classes/hashfile.C 1.22:
12358: * src/classes/image.C 1.66:
12359: * src/classes/image.C 1.67:
12360: * src/classes/int.C 1.40:
12361: * src/classes/mail.C 1.54:
12362: * src/classes/math.C 1.13:
12363: * src/classes/op.C 1.71:
12364: * src/classes/response.C 1.18:
12365: * src/classes/smtp/comms.C 1.8:
12366: * src/classes/smtp/smtp.C 1.9:
12367: * src/classes/smtp/smtp.h 1.8:
12368: * src/classes/string.C 1.97:
12369: * src/classes/table.C 1.144:
12370: * src/classes/void.C 1.16:
12371: * src/classes/xdoc.C 1.85:
12372: * src/classes/xnode.C 1.38:
12373: * src/classes/xnode.h 1.9:
12374: * src/include/pa_array.h 1.53:
12375: * src/include/pa_cache_managers.h 1.6:
12376: * src/include/pa_charset.h 1.14:
12377: * src/include/pa_charsets.h 1.5:
12378: * src/include/pa_common.h 1.74:
12379: * src/include/pa_config_fixed.h 1.38:
12380: * src/include/pa_config_includes.h 1.17:
12381: * src/include/pa_db_connection.h 1.21:
12382: * src/include/pa_db_manager.h 1.14:
12383: * src/include/pa_db_table.h 1.15:
12384: * src/include/pa_dictionary.h 1.10:
12385: * src/include/pa_dir.h 1.10:
12386: * src/include/pa_exception.h 1.31:
12387: * src/include/pa_exec.h 1.7:
12388: * src/include/pa_globals.h 1.78:
12389: * src/include/pa_hash.h 1.54:
12390: * src/include/pa_opcode.h 1.14:
12391: * src/include/pa_pool.h 1.78:
12392: * src/include/pa_pragma_pack_begin.h 1.4:
12393: * src/include/pa_pragma_pack_end.h 1.4:
12394: * src/include/pa_request.h 1.121:
12395: * src/include/pa_sapi.h 1.18:
12396: * src/include/pa_socks.h 1.8:
12397: * src/include/pa_sql_connection.h 1.23:
12398: * src/include/pa_sql_driver_manager.h 1.23:
12399: * src/include/pa_stack.h 1.13:
12400: * src/include/pa_string.h 1.124:
12401: * src/include/pa_stylesheet_connection.h 1.26:
12402: * src/include/pa_stylesheet_manager.h 1.12:
12403: * src/include/pa_table.h 1.41:
12404: * src/include/pa_threads.h 1.23:
12405: * src/include/pa_types.h 1.37:
12406: * src/main/compile.C 1.58:
12407: * src/main/compile_tools.C 1.45:
12408: * src/main/compile_tools.h 1.58:
12409: * src/main/execute.C 1.218:
12410: * src/main/pa_array.C 1.47:
12411: * src/main/pa_cache_managers.C 1.4:
12412: * src/main/pa_charset.C 1.20:
12413: * src/main/pa_charsets.C 1.6:
12414: * src/main/pa_common.C 1.101:
12415: * src/main/pa_common.C 1.102:
12416: * src/main/pa_db_connection.C 1.37:
12417: * src/main/pa_db_manager.C 1.21:
12418: * src/main/pa_db_table.C 1.20:
12419: * src/main/pa_dictionary.C 1.12:
12420: * src/main/pa_dir.C 1.11:
12421: * src/main/pa_exception.C 1.38:
12422: * src/main/pa_exec.C 1.25:
12423: * src/main/pa_globals.C 1.113:
12424: * src/main/pa_hash.C 1.50:
12425: * src/main/pa_pool.C 1.51:
12426: * src/main/pa_request.C 1.194:
12427: * src/main/pa_socks.C 1.13:
12428: * src/main/pa_sql_driver_manager.C 1.61:
12429: * src/main/pa_status_provider.C 1.4:
12430: * src/main/pa_string.C 1.138:
12431: * src/main/pa_stylesheet_manager.C 1.13:
12432: * src/main/pa_table.C 1.44:
12433: * src/main/untaint.C 1.89:
12434: * src/main/untaint.C 1.90:
12435: * src/sql/pa_sql_driver.h 1.26:
12436: * src/targets/apache13/mod_parser3.C 1.17:
12437: * src/targets/apache13/pa_pool.C 1.5:
12438: * src/targets/apache13/pa_threads.C 1.7:
12439: * src/targets/cgi/pa_pool.C 1.36:
12440: * src/targets/cgi/pa_threads.C 1.9:
12441: * src/targets/cgi/parser3.C 1.154:
12442: * src/targets/cgi/parser3.C 1.155:
12443: * src/targets/cgi/pool_storage.h 1.9:
12444: * src/targets/isapi/pa_pool.C 1.12:
12445: * src/targets/isapi/pa_threads.C 1.8:
12446: * src/targets/isapi/parser3isapi.C 1.63:
12447: * src/targets/isapi/pool_storage.h 1.15:
12448: * src/types/pa_valiased.C 1.13:
12449: * src/types/pa_valiased.h 1.18:
12450: * src/types/pa_value.h 1.79:
12451: * src/types/pa_vbool.h 1.17:
12452: * src/types/pa_vclass.h 1.24:
12453: * src/types/pa_vcode_frame.h 1.14:
12454: * src/types/pa_vcookie.C 1.34:
12455: * src/types/pa_vcookie.C 1.35:
12456: * src/types/pa_vcookie.h 1.15:
12457: * src/types/pa_vdate.h 1.8:
12458: * src/types/pa_vdouble.h 1.32:
12459: * src/types/pa_venv.h 1.20:
12460: * src/types/pa_vfile.C 1.26:
12461: * src/types/pa_vfile.C 1.27:
12462: * src/types/pa_vfile.h 1.40:
12463: * src/types/pa_vform.C 1.52:
12464: * src/types/pa_vform.C 1.53:
12465: * src/types/pa_vform.h 1.33:
12466: * src/types/pa_vhash.h 1.29:
12467: * src/types/pa_vhashfile.C 1.19:
12468: * src/types/pa_vhashfile.C 1.20:
12469: * src/types/pa_vhashfile.h 1.15:
12470: * src/types/pa_vimage.C 1.16:
12471: * src/types/pa_vimage.C 1.17:
12472: * src/types/pa_vimage.h 1.24:
12473: * src/types/pa_vint.h 1.31:
12474: * src/types/pa_vjunction.h 1.12:
12475: * src/types/pa_vmath.h 1.6:
12476: * src/types/pa_vmethod_frame.h 1.22:
12477: * src/types/pa_vobject.h 1.16:
12478: * src/types/pa_vrequest.C 1.16:
12479: * src/types/pa_vrequest.C 1.17:
12480: * src/types/pa_vrequest.h 1.16:
12481: * src/types/pa_vresponse.C 1.4:
12482: * src/types/pa_vresponse.C 1.5:
12483: * src/types/pa_vresponse.h 1.21:
12484: * src/types/pa_vstateless_class.C 1.13:
12485: * src/types/pa_vstateless_class.h 1.23:
12486: * src/types/pa_vstateless_object.h 1.15:
12487: * src/types/pa_vstatus.C 1.6:
12488: * src/types/pa_vstatus.h 1.7:
12489: * src/types/pa_vstring.C 1.16:
12490: * src/types/pa_vstring.C 1.17:
12491: * src/types/pa_vstring.h 1.41:
12492: * src/types/pa_vtable.C 1.11:
12493: * src/types/pa_vtable.C 1.12:
12494: * src/types/pa_vtable.h 1.37:
12495: * src/types/pa_vvoid.h 1.8:
12496: * src/types/pa_vxdoc.C 1.11:
12497: * src/types/pa_vxdoc.C 1.12:
12498: * src/types/pa_vxdoc.h 1.19:
12499: * src/types/pa_vxnode.C 1.15:
12500: * src/types/pa_vxnode.C 1.16:
12501: * src/types/pa_vxnode.h 1.12:
12502: * src/types/pa_wcontext.C 1.15:
12503: * src/types/pa_wcontext.h 1.27:
12504: * src/types/pa_wwrapper.h 1.16:
12505: name spelling
12506:
12507: 2002-02-07 paf
12508: * src/main/compile.C 1.56:
12509: * src/main/compile.tab.C 1.39:
12510: * src/main/compile.y 1.180:
12511: * src/main/compile_tools.h 1.56:
12512: disabled $if reference due to conflicts with local variables
12513:
12514: * configure 1.5:
12515: * configure.in 1.7:
12516: * src/classes/Makefile.in 1.39:
12517: * src/classes/gd/Makefile.in 1.30:
12518: * src/include/pa_config_auto.h.in 1.18:
12519: * src/main/Makefile.in 1.35:
12520: * src/main/pa_common.C 1.99:
12521: * src/main/pa_socks.C 1.10:
12522: * src/targets/Makefile.in 1.30:
12523: * src/targets/cgi/Makefile.in 1.37:
12524: * src/types/Makefile.in 1.31:
12525: compiled under cygwin
12526: added yet another locking function: fcntl
12527:
12528: * src/classes/Makefile.in 1.40:
12529: * src/classes/gd/Makefile.in 1.31:
12530: * src/main/Makefile.in 1.36:
12531: * src/targets/Makefile.in 1.31:
12532: * src/targets/apache13/Makefile.in 1.29:
12533: * src/targets/cgi/Makefile.in 1.38:
12534: * src/types/Makefile.in 1.32:
12535: makes
12536:
12537: * src/include/pa_array.h 1.50:
12538: * src/main/compile.C 1.55:
12539: * src/main/compile.tab.C 1.37:
12540: * src/main/compile.y 1.179:
12541: * src/main/compile_tools.C 1.43:
12542: * src/main/compile_tools.h 1.55:
12543: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
12544: OP_VALUE+string+OP_GET_ELEMENT.
12545: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
12546: to form
12547: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
12548: code
12549:
12550: * operators.txt 1.6:
12551: * src/classes/string.C 1.95:
12552: * src/include/pa_config_fixed.h 1.35:
12553: * src/main/compile.tab.C 1.38:
12554: ^int/double/string.format
12555: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
12556: retaining backward compatibility due to some already-implemented servers
12557:
12558: * config.sub 1.2:
12559: on cygwin configure passes it with strange i1586 const, hacked
12560: it to mean i586
12561:
12562: * src/main/pa_socks.C 1.11:
12563: swapped headers to avoid compiler warnings
12564:
12565: * operators.txt 1.7:
12566: * src/classes/table.C 1.142:
12567: * src/include/pa_array.h 1.51:
12568: * src/include/pa_table.h 1.39:
12569: * src/main/pa_array.C 1.45:
12570: * src/main/pa_table.C 1.42:
12571: * www/htdocs/auto.p 1.3:
12572: * www/htdocs/index.html 1.6:
12573: table::create now // 'set' name obsolete now
12574: table clone.
12575:
12576: * operators.txt 1.8:
12577: * src/classes/xdoc.C 1.83:
12578: * src/include/pa_config_fixed.h 1.36:
12579: xdoc::set obsolete now, now xdoc::create, with both sences
12580:
12581: 2002-02-06 paf
12582: * src/classes/mail.C 1.52:
12583: *** empty log message ***
12584:
12585: * configure 1.4:
12586: * configure.in 1.6:
12587: prefix expanded, grr
12588:
12589: * operators.txt 1.5:
12590: * src/classes/mail.C 1.51:
12591: mail:send config changed
12592:
12593: 2002-02-05 paf
12594: * configure.in 1.3:
12595: * operators.txt 1.2:
12596: * src/classes/file.C 1.70:
12597: * src/classes/op.C 1.69:
12598: * src/include/pa_common.h 1.72:
12599: * src/include/pa_config_includes.h 1.15:
12600: * src/main/compile.tab.C 1.36:
12601: * src/main/pa_common.C 1.98:
12602: * www/htdocs/index.html 1.5:
12603: rewritten ^cache to use non-blocking-exclusive-caches
12604:
12605: * src/types/pa_vstatus.C 1.4:
12606: status:rusage 3
12607:
12608: * src/main/pa_common.C 1.97:
12609: text file read mode on win32 adjusted [speed impact. was off
12610: for debugging purpose, but forgotten afterwards]
12611:
12612: * operators.txt 1.3:
12613: status:rusage described int operators
12614:
12615: * configure.in 1.4:
12616: * src/types/Makefile.am 1.18:
12617: * src/types/pa_vstatus.h 1.5:
12618: * src/types/types.dsp 1.18:
12619: status:rusage
12620:
12621: * src/types/pa_vstatus.C 1.1:
12622: status:rusage 1
12623:
12624: * configure 1.3:
12625: * configure.in 1.5:
12626: * src/include/pa_config_auto.h.in 1.17:
12627: * src/types/Makefile.in 1.30:
12628: * src/types/pa_vstatus.C 1.2:
12629: *** empty log message ***
12630:
12631: * src/main/pa_exec.C 1.22.14.1:
12632: * src/main/pa_exec.C 1.23:
12633: argv0 now correct
12634:
12635: * src/types/pa_vstatus.C 1.3:
12636: status:rusage 2
12637:
12638: * operators.txt 1.4:
12639: regex options commented
12640:
12641: 2002-02-01 paf
12642: * src/classes/op.C 1.62.2.1.2.3:
12643: file_write does EX lock after create,
12644: while file_read does SH after open,
12645: 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,
12646: added a check for that in ^cache...read
12647:
12648: 2002-01-31 paf
12649: * src/main/execute.C 1.210:
12650: * www/htdocs/index.html 1.3:
12651: operators check, thay mistakenly seen in
12652: $class:operator
12653: $object.operators
12654: contexts
12655:
12656: * INSTALL 1.2:
12657: * Makefile.in 1.2:
12658: * configure 1.2:
12659: * configure.in 1.2:
12660: * etc/Makefile.am 1.2:
12661: * etc/Makefile.in 1.2:
12662: * etc/parser3.charsets/Makefile.in 1.3:
12663: * ident.awk 1.2:
12664: * src/Makefile.in 1.42:
12665: * src/classes/Makefile.am 1.36:
12666: * src/classes/Makefile.in 1.38:
12667: * src/classes/gd/Makefile.am 1.8:
12668: * src/classes/gd/Makefile.in 1.29:
12669: * src/main/Makefile.am 1.29:
12670: * src/main/Makefile.in 1.34:
12671: * src/targets/Makefile.in 1.29:
12672: * src/targets/apache13/Makefile.am 1.10:
12673: * src/targets/cgi/Makefile.am 1.27:
12674: * src/targets/cgi/Makefile.in 1.36:
12675: * src/targets/cgi/pa_config_paths.h.in 1.1:
12676: * src/targets/cgi/parser3.C 1.152:
12677: * src/types/Makefile.am 1.17:
12678: * src/types/Makefile.in 1.29:
12679: lowered indent.awk back to src/
12680:
12681: * src/classes/xdoc.C 1.82:
12682: * src/targets/cgi/parser3.dsp 1.41:
12683: * www/htdocs/index.html 1.2:
12684: now compiles under win32
12685:
12686: * src/main/compile.tab.C 1.35:
12687: * src/main/compile.y 1.178:
12688: disabled operator call after ^xxx:
12689:
12690: * AUTHORS 1.1:
12691: * COPYING 1.1:
12692: * INSTALL 1.1:
12693: * Makefile.am 1.1:
12694: * Makefile.in 1.1:
12695: * NEWS 1.1:
12696: * README 1.1:
12697: * acinclude.m4 1.1:
12698: * aclocal.m4 1.1:
12699: * asm.txt 1.1:
12700: * config.guess 1.1:
12701: * config.sub 1.1:
12702: * configure 1.1:
12703: * configure.in 1.1:
12704: * etc/Makefile.am 1.1:
12705: * etc/Makefile.in 1.1:
12706: * etc/parser3.charsets/Makefile.am 1.1:
12707: * etc/parser3.charsets/Makefile.in 1.1:
12708: * etc/parser3.charsets/koi8-r.cfg 1.1:
12709: * etc/parser3.charsets/windows-1250.cfg 1.1:
12710: * etc/parser3.charsets/windows-1251.cfg 1.1:
12711: * form.txt 1.1:
12712: * ident.awk 1.1:
12713: * install-sh 1.1:
12714: * lang.txt 1.1:
12715: * ltconfig 1.1:
12716: * ltmain.sh 1.1:
12717: * missing 1.1:
12718: * mkinstalldirs 1.1:
12719: * operators.txt 1.1:
12720: * parser3.dsw 1.1:
12721: * sql.txt 1.1:
12722: * src/Makefile.am 1.14:
12723: * src/Makefile.in 1.41:
12724: * src/classes/Makefile.am 1.35:
12725: * src/classes/Makefile.in 1.37:
12726: * src/classes/gd/Makefile.am 1.7:
12727: * src/classes/gd/Makefile.in 1.28:
12728: * src/include/pa_config_auto.h.in 1.16:
12729: * src/main/Makefile.am 1.28:
12730: * src/main/Makefile.in 1.33:
12731: * src/targets/Makefile.in 1.28:
12732: * src/targets/apache13/Makefile.am 1.9:
12733: * src/targets/apache13/Makefile.in 1.28:
12734: * src/targets/cgi/Makefile.am 1.26:
12735: * src/targets/cgi/Makefile.in 1.35:
12736: * src/targets/cgi/parser3.C 1.151:
12737: * src/types/Makefile.am 1.16:
12738: * src/types/Makefile.in 1.28:
12739: * types.txt 1.1:
12740: * www/Makefile.am 1.1:
12741: * www/Makefile.in 1.1:
12742: * www/htdocs/auto.p 1.1:
12743: * www/htdocs/global.xsl 1.1:
12744: * www/htdocs/index.html 1.1:
12745: * www/htdocs/parser-status.html 1.1:
12746: * www/htdocs/people.dtd 1.1:
12747: moved etc&www out of src, moved configure&co out of src
12748: added windows-1250.cfg
12749: straightened installation scripts procedure
12750: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
12751:
12752: * src/include/pa_opcode.h 1.12:
12753: * src/include/pa_request.h 1.119:
12754: * src/main/compile.C 1.54:
12755: * src/main/compile.tab.C 1.33:
12756: * src/main/compile.y 1.177:
12757: * src/main/compile_tools.C 1.42:
12758: * src/main/compile_tools.h 1.54:
12759: * src/main/execute.C 1.215:
12760: * src/types/pa_wcontext.h 1.25:
12761: operators check 6.1
12762: rewritten. now check is done at compile time
12763:
12764: * src/main/execute.C 1.214:
12765: operators check 5
12766: floated up old error of staying in 'entered class/object' state after $a($a..)
12767: it prevented operators from being called thereafter
12768:
12769: * src/main/compile.tab.C 1.34:
12770: * src/main/execute.C 1.216:
12771: made operators lookup first in ^xxx situation.
12772: so that one could not do
12773: $if[1]
12774: ^if[xxx]
12775:
1.24 paf 12776: * etc/parser3.charsets/Makefile.in 1.2:
12777: *** empty log message ***
12778:
1.15 paf 12779: * src/main/execute.C 1.211:
12780: * src/types/pa_wcontext.h 1.24:
12781: * www/htdocs/auto.p 1.2:
12782: * www/htdocs/index.html 1.4:
12783: operators check 2
12784: floated up old error of staying in 'entered class' state after $a:a[a]
12785: it prevented operators from being called thereafter
12786:
12787: * src/main/execute.C 1.212:
12788: operators check 3
12789: floated up old error of staying in 'entered class' state after $a:a(a)
12790: it prevented operators from being called thereafter
12791:
12792: * src/include/pa_opcode.h 1.11:
12793: * src/main/compile.tab.C 1.32:
12794: * src/main/compile.y 1.176:
12795: * src/main/execute.C 1.213:
12796: operators check 4
12797: floated up old error of staying in 'entered object' state after ^a.a(a)
12798: it prevented operators from being called thereafter
12799:
12800: 2002-01-30 paf
12801: * src/classes/xdoc.C 1.81:
12802: acconfig.h changed [comments before #undefs removed]
12803: those comments were a mistake, and prevented libltdl from function properly
12804:
12805: 2002-01-29 paf
12806: * src/Makefile.am 1.13:
12807: * src/Makefile.in 1.40:
12808: * src/classes/Makefile.am 1.34:
12809: * src/classes/Makefile.in 1.36:
12810: * src/classes/gd/Makefile.in 1.27:
12811: * src/main/Makefile.in 1.32:
12812: * src/targets/Makefile.in 1.27:
12813: * src/targets/apache13/Makefile.in 1.27:
12814: * src/targets/cgi/Makefile.in 1.34:
12815: * src/types/Makefile.in 1.27:
12816: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
12817: added default system config&charsetts
12818: prepared 'make install', now it installs
12819: targets/cgi/parser3 into bin directory
12820: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
12821:
12822: * src/classes/xdoc.C 1.80:
12823: * src/include/pa_charset.h 1.12:
12824: * src/include/pa_globals.h 1.76:
12825: * src/main/pa_globals.C 1.111:
12826: few forgotten ifdef XML added
12827:
12828: 2002-01-28 paf
12829: * src/classes/xdoc.C 1.79:
12830: * src/classes/xnode.h 1.7:
12831: * src/main/pa_exception.C 1.35:
12832: xdoc.importNode 0
12833:
12834: * src/classes/xdoc.C 1.78:
12835: xdoc::set now untaints OK
12836:
12837: * src/Makefile.in 1.39:
12838: stupid make runs automake on ths
12839:
12840: * src/classes/xnode.C 1.34:
12841: * src/types/pa_vxdoc.h 1.17:
12842: xdoc.importNode 1 [fixed as_node helper func to accept docs]
12843:
12844: * src/classes/Makefile.am 1.33:
12845: * src/classes/Makefile.in 1.35:
12846: * src/targets/cgi/Makefile.am 1.25:
12847: * src/targets/cgi/Makefile.in 1.33:
12848: xalan-patch removed
12849:
12850: * src/main/pa_exception.C 1.36:
12851: dom|generic error output fix
12852:
12853: * src/classes/xnode.C 1.35:
12854: xdoc.importNode 2 [mistype err]
12855:
12856: * src/classes/xnode.C 1.36:
12857: xdoc.importNode 3 [check err]
12858:
12859: 2002-01-25 paf
12860: * src/include/pa_charset.h 1.11:
12861: * src/main/pa_globals.C 1.110:
12862: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
12863:
12864: * src/classes/hash.C 1.33:
12865: unified hash::sql, now
12866: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
12867:
12868: * src/classes/file.C 1.68:
12869: * src/classes/op.C 1.68:
12870: * src/classes/string.C 1.94:
12871: * src/classes/table.C 1.141:
12872: * src/classes/xdoc.C 1.77:
12873: * src/include/pa_common.h 1.70:
12874: * src/main/pa_common.C 1.95:
12875: * src/types/pa_vfile.h 1.38:
12876: removed redundant pool param to some pa_common funcs
12877:
12878: * src/classes/file.C 1.69:
12879: * src/include/pa_common.h 1.71:
12880: * src/main/pa_common.C 1.96:
12881: ^file:lock[filename]{code}
12882:
12883: * src/include/pa_charset.h 1.10:
12884: * src/include/pa_charset.h 1.2.2.1:
12885: * src/include/pa_config_fixed.h 1.34.6.1:
12886: * src/main/compile.tab.C 1.27.6.3:
12887: * src/main/pa_charset.C 1.18:
12888: typedef XMLCh... not stupid illegal define
12889:
12890: * src/main/compile.tab.C 1.31:
12891: * src/main/compile.y 1.175:
12892: #comment before @ after @SPECIAL
12893: now works OK
12894:
12895: * src/main/pa_exec.C 1.20:
12896: max arg count now 10, and proper message on violation that added
12897:
12898: * src/main/pa_exec.C 1.21:
12899: * src/main/pa_exec.C 1.22:
12900: unix: exec now does chdir to script dir
12901:
12902: 2002-01-24 paf
12903: * src/classes/hashfile.C 1.20:
12904: * src/include/pa_db_table.h 1.13:
12905: * src/include/pa_opcode.h 1.10:
12906: * src/main/compile.tab.C 1.30:
12907: * src/main/compile.y 1.174:
12908: * src/main/compile_tools.C 1.41:
12909: * src/main/compile_tools.h 1.53:
12910: * src/main/execute.C 1.209:
12911: * src/main/pa_db_connection.C 1.35:
12912: * src/main/pa_db_table.C 1.18:
12913: * src/types/pa_vhashfile.C 1.17:
12914: * src/types/pa_vhashfile.h 1.13:
12915: merged from r17 - hashfile without logfiles
12916:
12917: * src/classes/xnode.C 1.31:
12918: xnode.select returns array always now, in case 'nothing found'
12919: returns empty array
12920:
12921: * src/include/pa_version.h 1.3:
12922: changed version number
12923:
12924: * src/classes/xdoc.C 1.74:
12925: checked empty response
12926:
12927: * src/classes/hashfile.C 1.19.2.1:
12928: * src/include/pa_db_table.h 1.12.6.1:
12929: * src/main/compile.tab.C 1.27.6.2:
12930: * src/main/pa_db_connection.C 1.34.6.1:
12931: * src/main/pa_db_table.C 1.17.2.1:
12932: * src/types/pa_vhashfile.C 1.16.6.1:
12933: * src/types/pa_vhashfile.h 1.12.14.1:
12934: hashfile:
12935: removed use of transactions
12936: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
12937: thus got rid of huge log files, which cluttered disk without huge need]
12938:
12939: * src/classes/xdoc.C 1.76:
12940: * src/classes/xnode.C 1.33:
12941: * src/classes/xnode.h 1.6:
12942: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
12943: in dome lib
12944:
12945: * src/classes/xnode.C 1.30:
12946: xpath nodes select bug [0] instead of [i], be more tender with
12947: ctrl/c/v
12948:
12949: * src/classes/xdoc.C 1.75:
12950: xsltSaveResultTo checked <0 response
12951:
12952: * src/classes/xnode.C 1.32:
12953: xdoc.select fixed context node [were always /, not self node]
12954:
12955: 2002-01-23 paf
12956: * src/classes/xdoc.C 1.72:
12957: * src/main/pa_globals.C 1.108:
12958: * src/types/pa_vdouble.h 1.29:
12959: %.20E now default float format
12960: this is for regretful twice-converting here:
12961: $a(double value) when they write double falue they convert it to string first,
12962: thus %g were losing precesion.
12963:
12964: todo: think up some way to remove double->string string->double twice-converting
12965:
12966: * src/main/pa_globals.C 1.105:
12967: removed debug xslt messages
12968:
12969: * src/main/pa_globals.C 1.106:
12970: xslt linked dynamically. [mistekenly were statically linked]
12971:
12972: * src/include/pa_exception.h 1.29:
12973: * src/main/compile.tab.C 1.29:
12974: * src/main/pa_exception.C 1.34:
12975: removed exception va_list constructor.
12976: 1. not needed anymore
12977: 2. there were a conflict[causing errors] between
12978: ctor(, va_list)
12979: ctor(, ...)
12980: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
12981: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
12982:
12983: * src/types/pa_vdouble.h 1.30:
12984: %.20E now float format when %g produced 'e' in output
12985: this is for regretful twice-converting here:
12986: $a(double value) when they write double falue they convert it to string first,
12987: thus %g were losing precesion.
12988:
12989: todo: think up some way to remove double->string string->double twice-converting
12990:
12991: * src/types/pa_vdouble.h 1.28.14.1:
12992: double prec. todo: get rid of twice-converting
12993:
12994: * src/classes/xdoc.C 1.71:
12995: * src/include/pa_stylesheet_connection.h 1.24:
12996: * src/main/pa_globals.C 1.107:
12997: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
12998:
12999: * src/classes/xdoc.C 1.73:
13000: * src/main/pa_globals.C 1.109:
13001: xdoc::load/set entities substituted.
13002: // 2. when dom tree with entites goes under transform text nodes
13003: // got [erroreosly] cut on first entity occurance
13004:
13005: 2002-01-22 paf
13006: * src/classes/table.C 1.140:
13007: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
13008: replaced them with empty strings
13009:
13010: * src/classes/xdoc.C 1.70:
13011: * src/include/pa_stylesheet_connection.h 1.23:
13012: * src/main/pa_globals.C 1.104:
13013: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
13014: example:
13015: this refused to work,
13016: <b>«<xsl:value-of select="@title" />»</b>
13017: stranly worked only this way:
13018: <b>«<xsl:value-of select="@title" />»</b>
13019:
13020: docs says "set it to 1", never going into details, so I decided to try NOT to do that
13021:
13022: * src/classes/gd/gif.C 1.24:
13023: * src/classes/gd/mtables.h 1.2:
13024: angles adjust for image.arc and image.sector
13025:
13026: * src/classes/gd/gif.C 1.23:
13027: added bounds check into image.replace...LineReplaceColor
13028:
13029: 2002-01-21 paf
13030: * src/include/pa_stylesheet_connection.h 1.20:
13031: * src/main/pa_exception.C 1.32:
13032: xml generic message 1
13033:
13034: * src/main/pa_charset.C 1.17:
13035: checked empty transcoders in transcode_cstr|buf
13036:
13037: * src/classes/Makefile.in 1.34:
13038: * src/classes/xdoc.C 1.67:
13039: * src/classes/xnode.C 1.29:
13040: * src/include/pa_stylesheet_connection.h 1.22:
13041: * src/main/pa_charset.C 1.16:
13042: * src/main/pa_globals.C 1.103:
13043: * src/main/pa_sql_driver_manager.C 1.59:
13044: * src/main/pa_stylesheet_manager.C 1.11:
13045: * src/targets/cgi/Makefile.am 1.24:
13046: * src/targets/cgi/Makefile.in 1.32:
13047: autoconf gnome
13048:
13049: * src/classes/xdoc.C 1.69:
13050: xdoc::load error source = filespec
13051:
13052: * src/classes/table.C 1.139:
13053: ^table::load
13054: empty lines or #comments before headline
13055:
13056: * src/include/pa_array.h 1.49:
13057: * src/include/pa_globals.h 1.74:
13058: * src/include/pa_request.h 1.118:
13059: * src/include/pa_threads.h 1.21:
13060: * src/main/pa_array.C 1.44:
13061: * src/main/pa_exception.C 1.31:
13062: * src/main/pa_globals.C 1.101:
13063: * src/main/pa_request.C 1.192:
13064: * src/targets/apache13/pa_threads.C 1.4:
13065: * src/targets/cgi/pa_threads.C 1.6:
13066: * src/targets/isapi/pa_threads.C 1.6:
13067: xml generic errors 0
13068:
13069: * src/classes/xdoc.C 1.66:
13070: * src/classes/xnode.C 1.28:
13071: * src/include/pa_exception.h 1.28:
13072: * src/include/pa_globals.h 1.75:
13073: * src/include/pa_stylesheet_connection.h 1.21:
13074: * src/main/pa_exception.C 1.33:
13075: * src/main/pa_globals.C 1.102:
13076: * src/targets/apache13/pa_threads.C 1.5:
13077: * src/targets/cgi/pa_threads.C 1.7:
13078: xslt generic error 1
13079:
13080: * src/classes/xdoc.C 1.68:
13081: transform error source now stylesheet_filespec
13082:
13083: 2002-01-16 paf
13084: * src/classes/xdoc.C 1.64:
13085: few comments
13086:
13087: * src/classes/hash.C 1.32:
13088: * src/classes/op.C 1.67:
13089: * src/classes/string.C 1.93:
13090: * src/classes/table.C 1.138:
13091: * src/classes/void.C 1.14:
13092: * src/classes/xdoc.C 1.65:
13093: * src/include/pa_db_connection.h 1.19:
13094: * src/include/pa_request.h 1.117:
13095: * src/include/pa_sql_connection.h 1.21:
13096: * src/include/pa_sql_driver_manager.h 1.21:
13097: * src/include/pa_stylesheet_connection.h 1.19:
13098: * src/include/pa_stylesheet_manager.h 1.10:
13099: * src/main/pa_request.C 1.191:
13100: * src/main/pa_sql_driver_manager.C 1.58:
13101: * src/main/pa_stylesheet_manager.C 1.10:
13102: * src/targets/cgi/pool_storage.h 1.7:
13103: auto closers to sql_connection, stylesheet_connection
13104: auto destroyers to remaining gnome objects
13105:
13106: 2002-01-15 paf
13107: * src/classes/xdoc.C 1.61:
13108: * src/include/pa_charset.h 1.9:
13109: * src/main/pa_charset.C 1.15:
13110: started output options parsing
13111:
13112: * src/classes/xdoc.C 1.63:
13113: xdoc
13114: file
13115: save
13116: string
13117:
13118: ready.
13119: todo: error handling
13120:
13121: * src/classes/xdoc.C 1.62:
13122: xdoc save rewritten using xmlAllocOutputBuffer
13123: less mallocs, more reallocs. less fragmented result
13124:
13125: 2002-01-14 paf
13126: * src/classes/xdoc.C 1.60:
13127: method
13128:
13129: * src/classes/xdoc.C 1.59:
13130: * src/classes/xnode.C 1.27:
13131: * src/include/pa_charset.h 1.8:
13132: * src/include/pa_pool.h 1.76:
13133: * src/include/pa_stylesheet_connection.h 1.18:
13134: * src/main/main.dsp 1.145:
13135: * src/main/pa_charset.C 1.14:
13136: * src/main/pa_globals.C 1.100:
13137: * src/main/pa_pool.C 1.49:
13138: * src/main/pa_stylesheet_manager.C 1.9:
13139: * src/types/pa_vxdoc.h 1.16:
13140: xslt transform0.
13141: TODO:
13142: use output options
13143: handle errors
13144:
13145: * src/classes/xdoc.C 1.58:
13146: * src/classes/xnode.C 1.26:
13147: ^xdoc.file
13148:
13149: 2002-01-11 paf
13150: * src/classes/xnode.C 1.22:
13151: * src/include/pa_charset.h 1.6:
13152: * src/main/pa_charset.C 1.13:
13153: xpath selectNode 1
13154:
13155: * src/include/pa_opcode.h 1.9.6.1:
13156: * src/main/compile.tab.C 1.27.6.1:
13157: * src/main/compile.y 1.173.14.1:
13158: * src/main/compile_tools.C 1.40.14.1:
13159: * src/main/compile_tools.h 1.52.6.1:
13160: * src/main/execute.C 1.208.2.1:
13161: partial logical && || evaluation
13162:
13163: * src/classes/xnode.C 1.23:
13164: xpath selectNode 2
13165:
13166: * src/classes/xnode.C 1.24:
13167: * src/include/pa_charset.h 1.7:
13168: xpath selectNode 3: string/number/bool
13169:
13170: * src/classes/xnode.C 1.25:
13171: xpath selectNodes
13172:
13173: 2002-01-10 paf
13174: * src/classes/xnode.C 1.21:
13175: xpath selectNode -100 [just written]
13176:
13177: * src/classes/xdoc.C 1.57:
13178: * src/classes/xnode.C 1.20:
13179: * src/include/pa_charset.h 1.5:
13180: * src/include/pa_exception.h 1.27:
13181: * src/include/pa_pool.h 1.75:
13182: * src/main/pa_charset.C 1.12:
13183: * src/main/pa_pool.C 1.48:
13184: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
13185:
13186: 2001-12-29 paf
13187: * src/classes/xdoc.C 1.56:
13188: * src/include/pa_exception.h 1.26:
13189: * src/main/pa_charset.C 1.11:
13190: * src/main/pa_exception.C 1.30:
13191: * src/main/pa_globals.C 1.99:
13192: xdoc
13193: ^set
13194: ^string with glib works 0
13195:
13196: 2001-12-28 paf
13197: * src/classes/smtp/smtp.h 1.6:
13198: * src/main/pa_globals.C 1.98:
13199: renamed gdome to libgdome.dll
13200:
13201: * src/classes/classes.dsp 1.14:
13202: * src/classes/gd/gd.dsp 1.18:
13203: * src/classes/gd/gifio.C 1.16:
13204: * src/classes/mail.C 1.50:
13205: * src/classes/smtp/comms.C 1.6:
13206: * src/classes/smtp/smtp.C 1.7:
13207: * src/classes/smtp/smtp.dsp 1.15:
13208: * src/classes/xdoc.C 1.54:
13209: * src/classes/xnode.C 1.19:
13210: * src/classes/xnode.h 1.5:
13211: * src/include/pa_exception.h 1.25:
13212: * src/include/pa_globals.h 1.73:
13213: * src/main/compile.tab.C 1.28:
13214: * src/main/main.dsp 1.144:
13215: * src/main/pa_charset.C 1.9:
13216: * src/main/pa_dir.C 1.9:
13217: * src/main/pa_exception.C 1.28:
13218: * src/main/pa_exec.C 1.19:
13219: * src/main/pa_globals.C 1.97:
13220: * src/main/pa_socks.C 1.9:
13221: * src/targets/cgi/parser3.C 1.150:
13222: * src/targets/cgi/parser3.dsp 1.40:
13223: * src/types/pa_vxdoc.C 1.9:
13224: * src/types/pa_vxdoc.h 1.15:
13225: * src/types/pa_vxnode.C 1.13:
13226: * src/types/pa_vxnode.h 1.10:
13227: gnome libs just compiled in.
13228: no refcounting
13229: no xpath
13230: no xslt
13231: yet
13232:
13233: * src/classes/xdoc.C 1.55:
13234: * src/include/pa_charset.h 1.4:
13235: * src/main/pa_charset.C 1.10:
13236: * src/main/pa_exception.C 1.29:
13237: started glib transcoders
13238:
13239: 2001-12-27 paf
13240: * src/include/pa_charset.h 1.3:
13241: * src/include/pa_common.h 1.69:
13242: * src/include/pa_exception.h 1.24:
13243: * src/include/pa_globals.h 1.72:
13244: * src/include/pa_pool.h 1.74:
13245: * src/main/main.dsp 1.143:
13246: * src/main/pa_charset.C 1.8:
13247: * src/main/pa_charsets.C 1.4:
13248: * src/main/pa_globals.C 1.96:
13249: * src/main/pa_pool.C 1.47:
13250: * src/targets/cgi/parser3.C 1.149:
13251: * src/targets/cgi/parser3.dsp 1.39:
13252: * src/types/pa_vxdoc.C 1.8:
13253: * src/types/pa_vxdoc.h 1.14:
13254: * src/types/pa_vxnode.C 1.12:
13255: * src/types/pa_vxnode.h 1.9:
13256: * src/types/types.dsp 1.17:
13257: going away from xalan&xerces, started the process.
13258: globals [initialization
13259: pool [charset update
13260: charset [transcodings
13261: vxnode vxdoc [DOM calls
13262:
13263: * src/classes/Makefile.am 1.32:
13264: going away from xalan&xerces, not needed anymore
13265:
13266: 2001-12-26 paf
13267: * src/include/pa_charset.h 1.2:
13268: * src/include/pa_charsets.h 1.3:
13269: * src/main/pa_charset.C 1.7:
13270: * src/main/pa_charsets.C 1.3:
13271: * src/main/pa_request.C 1.190:
13272: charset key globalized [bug]
13273:
13274: 2001-12-25 paf
13275: * src/classes/mail.C 1.49:
13276: * src/classes/table.C 1.137:
13277: * src/include/pa_string.h 1.122:
13278: * src/main/pa_string.C 1.136:
13279: table set & append changed splitting languages, separators now can be clean AND as-is
13280: same to mail command line $MAIN:MAIL.progX arguments
13281:
13282: 2001-12-24 paf
13283: * src/classes/hashfile.C 1.19:
13284: * src/classes/op.C 1.66:
13285: * src/main/pa_db_table.C 1.17:
13286: * src/main/pa_string.C 1.135:
13287: read from cache size check updated
13288:
13289: * src/main/pa_string.C 1.133:
13290: * src/main/pa_string.C 1.134:
13291: String::join_chain another ugly bug :(
13292:
13293: * src/classes/mail.C 1.48:
13294: one parted text messages - no multipart mime-type anymore.
13295: for convinient if $.attach-ments
13296:
13297: 2001-12-21 paf
13298: * src/main/pa_request.C 1.189:
13299: $result in @main actually not working, to hell with it for now
13300:
13301: * src/main/execute.C 1.207:
13302: junction evaluation canceled - endless recursion detected
13303:
13304: * src/classes/date.C 1.14:
13305: date:sql-string now returns localtime
13306:
13307: * src/include/pa_request.h 1.116:
13308: * src/main/execute.C 1.208:
13309: * src/main/pa_request.C 1.188:
13310: * src/types/pa_vmethod_frame.h 1.20:
13311: * src/types/pa_wcontext.h 1.23:
13312: $result in @main @postprocess @exception
13313:
13314: 2001-12-19 paf
13315: * src/main/pa_request.C 1.187:
13316: CLASS_PATH now / = DOCUMENT_ROOT
13317:
13318: * src/classes/op.C 1.65:
13319: ^cache keypath now relative
13320:
13321: * src/classes/hashfile.C 1.18:
13322: ^hashfile.open DB_HOME now relative
13323:
13324: * src/main/pa_charset.C 1.6:
13325: charset->charset transcoding via unicode intermediate
13326:
13327: * src/classes/mail.C 1.46:
13328: * src/include/pa_config_fixed.h 1.34:
13329: to/from 0 check were missing
13330:
13331: * src/classes/mail.C 1.47:
13332: changed weighting prior to sort
13333:
13334: 2001-12-17 paf
13335: * src/classes/mail.C 1.45:
13336: * src/include/pa_charsets.h 1.2:
13337: * src/include/pa_string.h 1.121:
13338: * src/main/pa_charsets.C 1.2:
13339: * src/main/untaint.C 1.87:
13340: * src/types/pa_vrequest.C 1.14:
13341: * src/types/pa_vresponse.C 1.2:
13342: ^mail:send[
13343: $.charset[zzz]
13344: addded
13345:
13346: * src/include/pa_db_table.h 1.12:
13347: * src/main/pa_db_table.C 1.16:
13348: db_table used outdated unset services_pool
13349:
13350: * src/main/pa_charset.C 1.5:
13351: ifndef XML were bad type
13352:
13353: * src/classes/image.C 1.63:
13354: govno
13355:
13356: * src/main/untaint.C 1.86:
13357: allowed space in filespec
13358:
13359: * src/classes/image.C 1.64:
13360: no govno
13361:
13362: * src/targets/apache13/mod_parser3.C 1.15:
13363: test r->finfo.st_mode check seems to work only on win32
13364:
13365: * src/main/pa_charset.C 1.4:
13366: empty bufs transcode [forgot check :(]
13367:
13368: 2001-12-15 paf
13369: * src/classes/file.C 1.67:
13370: * src/classes/math.C 1.11:
13371: * src/classes/op.C 1.64:
13372: * src/classes/string.C 1.92:
13373: * src/classes/table.C 1.136:
13374: * src/classes/xdoc.C 1.53:
13375: * src/include/pa_array.h 1.48:
13376: * src/include/pa_cache_managers.h 1.4:
13377: * src/include/pa_charset_connection.h 1.6:
13378: * src/include/pa_charset_manager.h 1.8:
13379: * src/include/pa_common.h 1.68:
13380: * src/include/pa_db_connection.h 1.18:
13381: * src/include/pa_db_manager.h 1.12:
13382: * src/include/pa_db_table.h 1.11:
13383: * src/include/pa_dictionary.h 1.8:
13384: * src/include/pa_exception.h 1.23:
13385: * src/include/pa_exec.h 1.5:
13386: * src/include/pa_globals.h 1.71:
13387: * src/include/pa_hash.h 1.52:
13388: * src/include/pa_opcode.h 1.9:
13389: * src/include/pa_pool.h 1.73:
13390: * src/include/pa_request.h 1.115:
13391: * src/include/pa_sapi.h 1.16:
13392: * src/include/pa_socks.h 1.6:
13393: * src/include/pa_sql_connection.h 1.20:
13394: * src/include/pa_sql_driver_manager.h 1.20:
13395: * src/include/pa_string.h 1.120:
13396: * src/include/pa_stylesheet_connection.h 1.17:
13397: * src/include/pa_stylesheet_manager.h 1.9:
13398: * src/include/pa_table.h 1.38:
13399: * src/include/pa_transcoder.h 1.3:
13400: * src/main/compile_tools.h 1.52:
13401: * src/main/main.dsp 1.142:
13402: * src/main/pa_charset.C 1.1:
13403: * src/main/pa_charset_connection.C 1.13:
13404: * src/main/pa_charset_manager.C 1.10:
13405: * src/main/pa_charsets.C 1.1:
13406: * src/main/pa_globals.C 1.95:
13407: * src/main/pa_pool.C 1.46:
13408: * src/main/pa_request.C 1.186:
13409: * src/main/pa_string.C 1.132:
13410: * src/main/pa_transcoder.C 1.4:
13411: * src/main/untaint.C 1.84:
13412: * src/types/pa_vfile.C 1.24:
13413: * src/types/pa_vform.C 1.50:
13414: * src/types/pa_vform.h 1.31:
13415: * src/types/pa_vrequest.C 1.13:
13416: * src/types/pa_vrequest.h 1.14:
13417: * src/types/pa_vresponse.C 1.1:
13418: * src/types/pa_vresponse.h 1.19:
13419: * src/types/types.dsp 1.16:
13420: introducing Charset
13421:
13422: * src/main/pa_charset.C 1.2:
13423: name_cstr 0
13424:
13425: * src/main/Makefile.in 1.31:
13426: * src/targets/apache13/Makefile.in 1.26:
13427: * src/targets/cgi/Makefile.in 1.31:
13428: * src/types/Makefile.in 1.26:
13429: makes
13430:
13431: * src/include/pa_charset.h 1.1:
13432: * src/include/pa_charsets.h 1.1:
13433: forgot to add
13434:
13435: * src/main/Makefile.am 1.27:
13436: * src/main/pa_charset.C 1.3:
13437: * src/types/Makefile.am 1.15:
13438: charset_connection&manager replaced by charset&charsets
13439:
13440: * src/main/untaint.C 1.85:
13441: uri lang now knows about client/source charsets
13442:
13443: 2001-12-14 paf
13444: * src/include/pa_request.h 1.114:
13445: * src/include/pa_transcoder.h 1.2:
13446: * src/main/pa_request.C 1.185:
13447: * src/main/pa_transcoder.C 1.3:
13448: * src/types/pa_vform.C 1.49:
13449: * src/types/pa_vform.h 1.30:
13450: transcodeToUTF8[were FromUTF8] for forms
13451: todo: uri lang
13452:
13453: * src/targets/apache13/Makefile.am 1.8:
13454: * src/targets/cgi/Makefile.am 1.23:
13455: -I../../pcre to .am
13456:
13457: * src/include/pa_charset_connection.h 1.5:
13458: * src/include/pa_pool.h 1.72:
13459: * src/include/pa_request.h 1.113:
13460: * src/include/pa_transcoder.h 1.1:
13461: * src/main/Makefile.am 1.26:
13462: * src/main/main.dsp 1.141:
13463: * src/main/pa_charset_connection.C 1.12:
13464: * src/main/pa_charset_manager.C 1.9:
13465: * src/main/pa_request.C 1.184:
13466: * src/main/pa_transcoder.C 1.1:
13467: * src/types/Makefile.am 1.14:
13468: * src/types/pa_vrequest.C 1.12:
13469: * src/types/pa_vrequest.h 1.13:
13470: * src/types/pa_vresponse.h 1.18:
13471: * src/types/types.dsp 1.15:
13472: changed charset model.
13473: now important:
13474: $request:charset
13475: $response:charset
13476: while
13477: $response:content-type.charset
13478: become unimportant [informational]
13479:
13480: * src/include/pa_globals.h 1.70:
13481: * src/main/pa_globals.C 1.94:
13482: removed unused defalts_name global
13483:
13484: * src/main/pa_transcoder.C 1.2:
13485: transcodeToUTF8,
13486: now form&uri lang
13487:
13488: 2001-12-13 paf
13489: * src/include/pa_types.h 1.35:
13490: msvc head debugging flag
13491:
13492: * src/classes/xdoc.C 1.49:
13493: freed up listener
13494:
13495: * src/classes/xdoc.C 1.51:
13496: * src/main/pa_sql_driver_manager.C 1.57:
13497: rewritten auto_ptr part other way, because of stupid gcc 2.96
13498: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
13499: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
13500: FormatterListener]
13501: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
13502: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
13503: FormatterListener, _Tp = FormatterListener]
13504:
13505: * src/include/pa_config_fixed.h 1.32:
13506: * src/main/pa_common.C 1.94:
13507: * src/main/pa_string.C 1.131:
13508: removed signed mismatch warnings
13509:
13510: * src/classes/xdoc.C 1.52:
13511: rewritten auto_ptr part other way2, because of stupid gcc 2.96
13512: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
13513: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
13514: FormatterListener]
13515: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
13516: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
13517: FormatterListener, _Tp = FormatterListener]
13518:
13519: * src/main/pa_string.C 1.130:
13520: string::recustruct erroreusly used outdated row ptr
13521:
13522: * src/include/pa_cache_managers.h 1.3:
13523: * src/include/pa_charset_manager.h 1.7:
13524: * src/include/pa_config_fixed.h 1.33:
13525: * src/include/pa_db_manager.h 1.11:
13526: * src/include/pa_sql_driver_manager.h 1.19:
13527: * src/include/pa_stylesheet_manager.h 1.8:
13528: * src/main/pa_cache_managers.C 1.2:
13529: * src/main/pa_globals.C 1.93:
13530: ~Cache_managers
13531:
13532: * src/classes/string.C 1.91:
13533: change msg '... code is not code'
13534:
13535: * src/classes/xdoc.C 1.50:
13536: removed extra inc
13537:
13538: * src/targets/apache13/mod_parser3.C 1.14:
13539: * src/targets/cgi/parser3.C 1.147:
13540: * src/targets/isapi/parser3isapi.C 1.61:
13541: removed 'expires' from header outputs
13542:
13543: * src/targets/cgi/pa_pool.C 1.34:
13544: * src/targets/isapi/pa_pool.C 1.10:
13545: EOL@EOF
13546:
13547: * src/main/pa_db_connection.C 1.34:
13548: * src/main/pa_db_manager.C 1.19:
13549: * src/main/pa_sql_driver_manager.C 1.56:
13550: * src/main/pa_stylesheet_manager.C 1.8:
13551: * src/targets/cgi/pool_storage.h 1.6:
13552: couple cache expiratiors were wrong [past/future prob]
13553:
13554: * src/classes/xdoc.C 1.48:
13555: lang list updated
13556:
13557: * src/targets/cgi/pa_pool.C 1.33:
13558: * src/targets/cgi/parser3.C 1.148:
13559: msvc heap debugging flag
13560:
13561: * src/classes/file.C 1.66:
13562: file::cgi bug, request_method were passed to SERVER_PROTOCOL
13563: but SERVER_PROTOCOL were forgotten
13564:
13565: 2001-12-10 paf
13566: * src/main/untaint.C 1.83:
13567: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
13568: introducing
13569: // theoretical problem with, for instance, "_2B" and "." fragments,
13570: // they would yield the same
13571: // because need_file_encode('_')=false
13572: // but we need to delete such files somehow, getting names from ^index
13573:
13574: * src/main/pa_string.C 1.129:
13575: ^string.replace bug fixed [bad string::join_chank break]
13576:
13577: * src/classes/math.C 1.10:
13578: ^math:random(n) now yields[0;n) not [0;n]
13579:
13580: 2001-12-07 paf
13581: * src/main/pa_string.C 1.125.2.1.2.2:
13582: stupid sparc architecture failed to access short at odd address
13583: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
13584:
13585: bus error,
13586: fixed that
13587:
13588: * src/include/pa_config_auto.h.in 1.14.6.1:
13589: makes
13590:
13591: * src/main/pa_string.C 1.125.2.1.2.1:
13592: strange string deserialize bug on client[pmts], a bit shortened,
13593:
13594: * src/include/pa_common.h 1.66.6.2:
13595: * src/include/pa_config_fixed.h 1.30.8.2:
13596: * src/include/pa_config_includes.h 1.13.6.1:
13597: * src/main/pa_common.C 1.91.4.1.2.2:
13598: exclusive lock file write
13599: shared lock file read
13600:
13601: * src/classes/hashfile.C 1.17:
13602: * src/classes/op.C 1.63:
13603: * src/classes/table.C 1.135:
13604: * src/include/pa_common.h 1.67:
13605: * src/include/pa_config_auto.h.in 1.15:
13606: * src/include/pa_config_fixed.h 1.31:
13607: * src/include/pa_config_includes.h 1.14:
13608: * src/include/pa_db_table.h 1.10:
13609: * src/include/pa_request.h 1.112:
13610: * src/main/pa_common.C 1.93:
13611: * src/main/pa_db_table.C 1.15:
13612: * src/main/pa_request.C 1.183:
13613: * src/main/pa_string.C 1.128:
13614: * src/types/pa_vhashfile.C 1.16:
13615: merged from r14_simple_cache
13616:
13617: 2001-12-06 paf
13618: * src/main/compile.tab.C 1.27:
13619: * src/targets/cgi/parser3.C 1.146:
13620: removed debug info
13621:
13622: * src/classes/op.C 1.62.2.1.2.1:
13623: * src/classes/table.C 1.133.2.2.2.1:
13624: * src/include/pa_request.h 1.111.2.1.2.1:
13625: * src/main/pa_request.C 1.182.2.1.2.1:
13626: #ifdef RESOURCES_DEBUG
13627:
13628: * src/classes/op.C 1.62.2.1.2.2:
13629: * src/include/pa_common.h 1.66.6.1:
13630: * src/include/pa_config_fixed.h 1.30.8.1:
13631: * src/main/pa_common.C 1.91.4.1.2.1:
13632: ^cache operator
13633:
13634: * src/classes/hashfile.C 1.15.6.2:
13635: removed transaction from ^cache
13636:
13637: 2001-12-05 paf
13638: * src/targets/cgi/parser3.C 1.144:
13639: * src/targets/cgi/parser3.C 1.145:
13640: fatal error reporting fixed.
13641: in IIS5 there were a prob with illegal call check
13642:
13643: 2001-12-04 paf
13644: * src/classes/op.C 1.62.2.1:
13645: * src/classes/table.C 1.133.2.2:
13646: * src/include/pa_request.h 1.111.2.1:
13647: * src/main/pa_request.C 1.182.2.1:
13648: measures to log
13649:
13650: 2001-11-26 paf
13651: * src/targets/apache13/mod_parser3.C 1.13:
13652: merge dir config now works OK with parser_root_config_filespec
13653:
13654: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
13655:
13656: 2001-11-23 paf
13657: * src/classes/hashfile.C 1.16:
13658: * src/classes/table.C 1.134:
13659: * src/include/pa_db_table.h 1.9:
13660: * src/main/pa_common.C 1.92:
13661: * src/main/pa_db_table.C 1.14:
13662: * src/main/pa_string.C 1.127:
13663: * src/types/pa_vhashfile.C 1.15:
13664: merged from _0014, 1
13665:
13666: * src/classes/hashfile.C 1.15.6.1:
13667: * src/classes/table.C 1.133.2.1:
13668: * src/include/pa_db_table.h 1.8.6.1:
13669: * src/main/pa_common.C 1.91.4.1:
13670: * src/main/pa_db_table.C 1.12.6.2:
13671: * src/types/pa_vhashfile.C 1.14.6.1:
13672: hashfile bugfix2 more wrong sizes.
13673: ^cache behaviour changed: if ^cache(33) would change
13674:
13675: 0660 bits in file_write & hashfile create
13676:
13677: * src/main/pa_db_table.C 1.12.6.1:
13678: * src/main/pa_db_table.C 1.13:
13679: * src/main/pa_string.C 1.125.2.1:
13680: * src/main/pa_string.C 1.126:
13681: cache bugfix [wrong types after pa_string optimization]
13682:
13683: 2001-11-22 paf
13684: * src/main/untaint.C 1.82:
13685: ORIGINS mode removed UHTML
13686:
13687: * src/classes/op.C 1.62:
13688: process cstr(,connection)
13689:
13690: * src/Makefile.in 1.38:
13691: * src/classes/gd/Makefile.in 1.26:
13692: * src/classes/xdoc.C 1.47:
13693: * src/targets/Makefile.in 1.26:
13694: * src/targets/apache13/Makefile.in 1.25:
13695: * src/targets/cgi/Makefile.in 1.30:
13696: cached xslt [removed nocache forcing]
13697:
13698: * src/classes/op.C 1.61:
13699: process now gets its body on current language, not as-is
13700:
13701: * src/main/untaint.C 1.81:
13702: ORIGINS mode was bad - forgot about optimize bit
13703:
13704: * src/classes/table.C 1.133:
13705: * src/include/pa_table.h 1.37:
13706: * src/main/pa_table.C 1.41:
13707: table.offset[whence]
13708:
13709: 2001-11-21 paf
13710: * src/classes/table.C 1.132:
13711: * src/main/pa_string.C 1.124:
13712: * src/main/untaint.C 1.78:
13713: * src/targets/cgi/parser3.C 1.141:
13714: table.append bug fixed: forgot to switch default language for {
13715: code}, it happen to change it's language from CLEAN, so later
13716: refused to split by CLEAN \t
13717:
13718: * src/classes/xdoc.C 1.46:
13719: * src/types/pa_vxdoc.C 1.7:
13720: * src/types/pa_vxdoc.h 1.13:
13721: <xsl:output
13722: output options made identical to xsl:output attributes
13723: exclusion:
13724: cdata-section-elements
13725: what xalan can do but that not used now:
13726: it can escape and remove CDATA sections
13727:
13728: * src/targets/cgi/parser3.C 1.142:
13729: removed debug cgi||1
13730:
13731: * src/main/untaint.C 1.80:
13732: * src/targets/cgi/parser3.C 1.143:
13733: optimized \r produced by xslt
13734:
13735: * src/main/pa_string.C 1.125:
13736: * src/main/untaint.C 1.79:
13737: cached some string::size() es
13738:
13739: 2001-11-20 paf
13740: * src/classes/Makefile.am 1.31:
13741: * src/classes/Makefile.in 1.33:
13742: * src/classes/table.C 1.131:
13743: * src/main/Makefile.am 1.25:
13744: * src/main/Makefile.in 1.30:
13745: * src/main/pa_exception.C 1.27:
13746: * src/types/Makefile.am 1.13:
13747: * src/types/Makefile.in 1.25:
13748: moved ident.C & co to bottom of dependeces, so that errors
13749: would popup quicklier, fixed line numbering in table::sql
13750:
13751: 2001-11-19 paf
13752: * src/classes/op.C 1.60:
13753: * src/include/pa_request.h 1.111:
13754: * src/include/pa_string.h 1.119:
13755: * src/include/pa_types.h 1.34:
13756: * src/main/pa_globals.C 1.92:
13757: * src/main/pa_request.C 1.182:
13758: * src/main/pa_string.C 1.123:
13759: * src/main/untaint.C 1.77:
13760: * src/targets/apache13/mod_parser3.C 1.12:
13761: * src/targets/cgi/parser3.C 1.140:
13762: * src/targets/isapi/parser3isapi.C 1.60:
13763: * src/types/pa_wcontext.C 1.13:
13764: * src/types/pa_wcontext.h 1.22:
13765: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
13766:
13767: * src/classes/Makefile.in 1.32:
13768: * src/classes/gd/Makefile.in 1.25:
13769: * src/main/Makefile.in 1.29:
13770: * src/targets/Makefile.am 1.8:
13771: * src/targets/Makefile.in 1.25:
13772: * src/targets/apache13/Makefile.in 1.24:
13773: * src/targets/apache13/mod_parser3.C 1.11:
13774: * src/targets/cgi/Makefile.in 1.29:
13775: * src/targets/cgi/parser3.C 1.139:
13776: * src/types/Makefile.in 1.24:
13777: #if _MSC_VER _set_new_handler
13778:
13779: * src/Makefile.in 1.37:
13780: * src/targets/apache13/mod_parser3.C 1.10:
13781: * src/targets/cgi/parser3.C 1.138:
13782: * src/targets/isapi/parser3isapi.C 1.59:
13783: set_new_handler in apache&isapi
13784:
13785: 2001-11-16 paf
13786: * src/include/pa_string.h 1.117:
13787: * src/main/pa_string.C 1.120:
13788: * src/main/pa_string.C 1.121:
13789: * src/main/untaint.C 1.76:
13790: * src/types/pa_vstring.C 1.14:
13791: removed 1+4 bytes from String
13792:
13793: * src/include/pa_string.h 1.118:
13794: * src/include/pa_types.h 1.33:
13795: * src/main/pa_string.C 1.122:
13796: removed 8 bytes from String, 2 bytes from string::chunk::row::item
13797:
13798: * src/include/pa_globals.h 1.69:
13799: * src/include/pa_string.h 1.116:
13800: * src/include/pa_types.h 1.32:
13801: * src/main/pa_globals.C 1.91:
13802: * src/main/pa_pool.C 1.44:
13803: * src/main/pa_pool.C 1.45:
13804: * src/main/pa_request.C 1.181:
13805: * src/main/untaint.C 1.75:
13806: * src/sql/pa_sql_driver.h 1.24:
13807: * src/targets/cgi/parser3.C 1.136:
13808: introducing estimating String::cstr_bufsize, 0
13809:
13810: * src/include/pa_pool.h 1.70:
13811: * src/include/pa_pool.h 1.71:
13812: * src/main/execute.C 1.206:
13813: * src/main/pa_pool.C 1.41:
13814: * src/main/pa_pool.C 1.42:
13815: * src/main/pa_pool.C 1.43:
13816: * src/targets/cgi/parser3.C 1.134:
13817: * src/targets/cgi/parser3.C 1.135:
13818: die in pool::fail
13819:
13820: * src/targets/cgi/parser3.C 1.137:
13821: pool debug @ die
13822:
13823: 2001-11-15 paf
13824: * src/Makefile.in 1.36:
13825: configure set_new_handler check added
13826:
13827: * src/targets/cgi/parser3.C 1.131:
13828: set_new_handler started
13829:
13830: * src/include/pa_exception.h 1.22:
13831: * src/main/execute.C 1.205:
13832: * src/main/main.dsp 1.140:
13833: * src/main/pa_exception.C 1.26:
13834: * src/targets/cgi/parser3.C 1.133:
13835: exception with dynamic buffer re-back
13836: now with counter
13837:
13838: * src/include/pa_config_auto.h.in 1.13:
13839: * src/main/Makefile.in 1.28:
13840: makes
13841:
13842: * src/include/pa_exception.h 1.21:
13843: * src/main/pa_exception.C 1.25:
13844: exception with static buffer back
13845:
13846: * src/classes/classes.awk 1.5:
13847: * src/include/pa_config_auto.h.in 1.14:
13848: * src/include/pa_config_includes.h 1.13:
13849: setnewhandler check
13850:
13851: * src/targets/cgi/parser3.C 1.132:
13852: std::
13853:
13854: 2001-11-14 paf
13855: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
13856: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
13857: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
13858: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
13859: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
13860: fixed this:
13861: $bred[^string::length[]]
13862: $bred[^response::clear[]]
13863: $bred[^int::int[]]
13864:
13865: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
13866:
13867: * src/include/pa_common.h 1.64:
13868: * src/include/pa_common.h 1.65:
13869: * src/include/pa_common.h 1.66:
13870: * src/main/pa_common.C 1.90:
13871: * src/main/pa_common.C 1.91:
13872: snprintf replacement was wrong
13873:
13874: * src/main/execute.C 1.204:
13875: * src/types/pa_vclass.h 1.22:
13876: * src/types/pa_vobject.h 1.14:
13877: * src/types/pa_vstateless_class.h 1.21:
13878: * src/types/pa_vstateless_object.h 1.13:
13879: merged with no_bad_constructors_try
13880:
13881: * src/classes/op.C 1.59:
13882: ^untaint{body} as-is default now
13883:
13884: * src/main/pa_request.C 1.180:
13885: z
13886:
13887: * src/include/pa_common.h 1.63:
13888: * src/main/pa_common.C 1.88:
13889: * src/main/pa_common.C 1.89:
13890: snprintf on buffer full returns
13891: win32 -1
13892: solaris >buffer_size
13893:
13894: checked all that
13895:
13896: 2001-11-13 paf
13897: * src/classes/classes.C 1.13:
13898: returned accedently removed if in foreach callbacks [when hash
13899: no-0-restructure]
13900:
13901: 2001-11-12 paf
13902: * src/classes/classes.C 1.12:
13903: * src/classes/hash.C 1.31:
13904: * src/classes/xdoc.C 1.45:
13905: * src/include/pa_hash.h 1.51:
13906: * src/main/pa_db_connection.C 1.33:
13907: * src/main/pa_db_manager.C 1.18:
13908: * src/main/pa_dictionary.C 1.10:
13909: * src/main/pa_hash.C 1.48:
13910: * src/main/pa_sql_driver_manager.C 1.55:
13911: * src/main/pa_stylesheet_manager.C 1.7:
13912: hash now does not containt 0 values. put 0 actullay removes.
13913: no check on 0 value in foreach now required
13914:
13915: * src/classes/date.C 1.13:
13916: date.roll parser2 alg used
13917:
13918: * src/main/pa_pool.C 1.40:
13919: changed xdoc createXXX politics, now string passed as-is to
13920: method, xalan makes & into & itself
13921:
13922: 2001-11-11 paf
13923: * src/main/pa_sql_driver_manager.C 1.53:
13924: * src/sql/pa_sql_driver.h 1.21:
13925: sql driver initialize not const
13926:
13927: * src/sql/pa_sql_driver.h 1.23:
13928: removed extra constructor, doc
13929:
13930: * src/main/pa_sql_driver_manager.C 1.54:
13931: * src/sql/pa_sql_driver.h 1.22:
13932: CRLF
13933:
13934: 2001-11-10 paf
13935: * src/main/pa_exec.C 1.18:
13936: doc
13937:
13938: 2001-11-09 paf
13939: * src/main/pa_common.C 1.87:
13940: line endings fixing fixed last piece[was still cstr oriented]
13941:
13942: * src/include/pa_common.h 1.62:
13943: * src/main/pa_common.C 1.86:
13944: * src/types/pa_vform.C 1.48:
13945: line endings fixing got rid of cstr, now must work ok with post multipart
13946:
13947: * src/classes/string.C 1.90:
13948: * src/classes/xdoc.C 1.44:
13949: xdoc::set{code} now untaints param properly
13950:
13951: * src/types/pa_vform.C 1.47:
13952: line endings fixed at post / multipart / not file also now
13953:
13954: * src/classes/string.C 1.89:
13955: string.save now does untainting before saving
13956:
13957: 2001-11-08 paf
13958: * src/include/pa_request.h 1.110:
13959: * src/main/pa_request.C 1.179:
13960: * src/targets/apache13/mod_parser3.C 1.9:
13961: * src/targets/cgi/parser3.C 1.130:
13962: * src/targets/isapi/parser3isapi.C 1.58:
13963: apache 'status' class enabler
13964:
13965: <Location /parser-status.html>
13966: ParserStatusAllowed
13967: </Location>
13968:
13969: * src/Makefile.in 1.35:
13970: * src/include/pa_common.h 1.61:
13971: * src/main/Makefile.am 1.24:
13972: * src/main/Makefile.in 1.27:
13973: * src/targets/cgi/pa_pool.C 1.32:
13974: makes
13975:
13976: * src/include/pa_cache_managers.h 1.2:
13977: * src/include/pa_charset_manager.h 1.6:
13978: * src/include/pa_db_manager.h 1.10:
13979: * src/include/pa_sql_driver_manager.h 1.18:
13980: * src/include/pa_stylesheet_manager.h 1.7:
13981: * src/main/pa_charset_manager.C 1.8:
13982: * src/main/pa_db_manager.C 1.17:
13983: * src/main/pa_sql_driver_manager.C 1.52:
13984: * src/main/pa_stylesheet_manager.C 1.6:
13985: restructured Cache manager to be simple parent, not second
13986: parent [gcc 2.96 strangly refused to call virtual from second
13987: parent]
13988:
13989: * src/include/pa_cache_managers.h 1.1:
13990: * src/include/pa_charset_manager.h 1.5:
13991: * src/include/pa_db_manager.h 1.9:
13992: * src/include/pa_sql_driver_manager.h 1.17:
13993: * src/include/pa_stylesheet_manager.h 1.6:
13994: * src/main/main.dsp 1.139:
13995: * src/main/pa_cache_managers.C 1.1:
13996: * src/main/pa_charset_manager.C 1.7:
13997: * src/main/pa_db_manager.C 1.16:
13998: * src/main/pa_globals.C 1.90:
13999: * src/main/pa_request.C 1.178:
14000: * src/main/pa_sql_driver_manager.C 1.51:
14001: * src/main/pa_stylesheet_manager.C 1.5:
14002: * src/types/pa_vstatus.h 1.4:
14003: cache_managers, maybe-expiring every request
14004: todo: apache 'status' class enabler
14005:
14006: 2001-11-05 paf
14007: * src/classes/xdoc.C 1.42:
14008: * src/include/pa_db_connection.h 1.16:
14009: * src/include/pa_stylesheet_connection.h 1.15:
14010: * src/include/pa_stylesheet_manager.h 1.4:
14011: * src/main/pa_stylesheet_manager.C 1.3:
14012: * src/types/pa_vstatus.h 1.2:
14013: $status:stylesheet
14014:
14015: * src/targets/cgi/parser3.C 1.129:
14016: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
14017: checked that in cgi, on apache already done :)
14018:
14019: * src/main/pa_db_connection.C 1.31:
14020: * src/main/pa_db_manager.C 1.14:
14021: * src/main/pa_request.C 1.177:
14022: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
14023:
14024: expiring to 0 time was wrong, changed to 'now' time
14025:
14026: * src/main/pa_db_connection.C 1.30:
14027: * src/main/pa_db_manager.C 1.13:
14028: hence i removed skipping 0 values in hash::for_each-es we need
14029: to check cleaned cache items manually
14030:
14031: * src/include/pa_charset_connection.h 1.3:
14032: * src/main/pa_charset_manager.C 1.5:
14033: $status:charset
14034:
14035: * src/classes/classes.C 1.11:
14036: * src/classes/classes.h 1.14:
14037: * src/classes/date.C 1.12:
14038: * src/classes/double.C 1.41:
14039: * src/classes/file.C 1.65:
14040: * src/classes/form.C 1.19:
14041: * src/classes/gd/gif.C 1.22:
14042: * src/classes/gd/gif.h 1.18:
14043: * src/classes/gd/gifio.C 1.15:
14044: * src/classes/hash.C 1.30:
14045: * src/classes/hashfile.C 1.15:
14046: * src/classes/image.C 1.62:
14047: * src/classes/int.C 1.38:
14048: * src/classes/mail.C 1.44:
14049: * src/classes/math.C 1.9:
14050: * src/classes/op.C 1.58:
14051: * src/classes/response.C 1.16:
14052: * src/classes/smtp/comms.C 1.5:
14053: * src/classes/smtp/smtp.C 1.6:
14054: * src/classes/smtp/smtp.h 1.5:
14055: * src/classes/string.C 1.88:
14056: * src/classes/table.C 1.130:
14057: * src/classes/void.C 1.13:
14058: * src/classes/xdoc.C 1.43:
14059: * src/classes/xnode.C 1.18:
14060: * src/classes/xnode.h 1.4:
14061: * src/include/pa_array.h 1.47:
14062: * src/include/pa_charset_connection.h 1.4:
14063: * src/include/pa_charset_manager.h 1.4:
14064: * src/include/pa_common.h 1.60:
14065: * src/include/pa_config_fixed.h 1.30:
14066: * src/include/pa_config_includes.h 1.12:
14067: * src/include/pa_db_connection.h 1.17:
14068: * src/include/pa_db_manager.h 1.8:
14069: * src/include/pa_db_table.h 1.8:
14070: * src/include/pa_dictionary.h 1.7:
14071: * src/include/pa_dir.h 1.8:
14072: * src/include/pa_exception.h 1.20:
14073: * src/include/pa_exec.h 1.4:
14074: * src/include/pa_globals.h 1.68:
14075: * src/include/pa_hash.h 1.50:
14076: * src/include/pa_opcode.h 1.8:
14077: * src/include/pa_pool.h 1.69:
14078: * src/include/pa_pragma_pack_begin.h 1.2:
14079: * src/include/pa_pragma_pack_end.h 1.2:
14080: * src/include/pa_request.h 1.109:
14081: * src/include/pa_sapi.h 1.15:
14082: * src/include/pa_socks.h 1.5:
14083: * src/include/pa_sql_connection.h 1.19:
14084: * src/include/pa_sql_driver_manager.h 1.16:
14085: * src/include/pa_stack.h 1.11:
14086: * src/include/pa_string.h 1.115:
14087: * src/include/pa_stylesheet_connection.h 1.16:
14088: * src/include/pa_stylesheet_manager.h 1.5:
14089: * src/include/pa_table.h 1.36:
14090: * src/include/pa_threads.h 1.20:
14091: * src/include/pa_types.h 1.31:
14092: * src/main/compile.C 1.53:
14093: * src/main/compile.tab.C 1.26:
14094: * src/main/compile_tools.C 1.40:
14095: * src/main/compile_tools.h 1.51:
14096: * src/main/execute.C 1.203:
14097: * src/main/pa_array.C 1.43:
14098: * src/main/pa_charset_connection.C 1.11:
14099: * src/main/pa_charset_manager.C 1.6:
14100: * src/main/pa_common.C 1.85:
14101: * src/main/pa_db_connection.C 1.28:
14102: * src/main/pa_db_manager.C 1.12:
14103: * src/main/pa_db_table.C 1.11:
14104: * src/main/pa_dictionary.C 1.9:
14105: * src/main/pa_dir.C 1.8:
14106: * src/main/pa_exception.C 1.24:
14107: * src/main/pa_exec.C 1.17:
14108: * src/main/pa_globals.C 1.89:
14109: * src/main/pa_hash.C 1.47:
14110: * src/main/pa_pool.C 1.39:
14111: * src/main/pa_request.C 1.176:
14112: * src/main/pa_socks.C 1.8:
14113: * src/main/pa_sql_driver_manager.C 1.50:
14114: * src/main/pa_status_provider.C 1.2:
14115: * src/main/pa_string.C 1.119:
14116: * src/main/pa_stylesheet_manager.C 1.4:
14117: * src/main/pa_table.C 1.40:
14118: * src/main/untaint.C 1.74:
14119: * src/sql/pa_sql_driver.h 1.20:
14120: * src/targets/apache13/mod_parser3.C 1.8:
14121: * src/targets/apache13/pa_pool.C 1.3:
14122: * src/targets/apache13/pa_threads.C 1.3:
14123: * src/targets/cgi/pa_pool.C 1.31:
14124: * src/targets/cgi/pa_threads.C 1.5:
14125: * src/targets/cgi/parser3.C 1.128:
14126: * src/targets/cgi/pool_storage.h 1.5:
14127: * src/targets/isapi/pa_pool.C 1.9:
14128: * src/targets/isapi/pa_threads.C 1.5:
14129: * src/targets/isapi/parser3isapi.C 1.57:
14130: * src/targets/isapi/pool_storage.h 1.13:
14131: * src/types/pa_valiased.C 1.11:
14132: * src/types/pa_valiased.h 1.16:
14133: * src/types/pa_value.h 1.77:
14134: * src/types/pa_vbool.h 1.15:
14135: * src/types/pa_vclass.h 1.21:
14136: * src/types/pa_vcode_frame.h 1.12:
14137: * src/types/pa_vcookie.C 1.32:
14138: * src/types/pa_vcookie.h 1.13:
14139: * src/types/pa_vdate.h 1.6:
14140: * src/types/pa_vdouble.h 1.28:
14141: * src/types/pa_venv.h 1.18:
14142: * src/types/pa_vfile.C 1.23:
14143: * src/types/pa_vfile.h 1.37:
14144: * src/types/pa_vform.C 1.46:
14145: * src/types/pa_vform.h 1.29:
14146: * src/types/pa_vhash.h 1.27:
14147: * src/types/pa_vhashfile.C 1.14:
14148: * src/types/pa_vhashfile.h 1.12:
14149: * src/types/pa_vimage.C 1.14:
14150: * src/types/pa_vimage.h 1.22:
14151: * src/types/pa_vint.h 1.29:
14152: * src/types/pa_vjunction.h 1.10:
14153: * src/types/pa_vmath.h 1.4:
14154: * src/types/pa_vmethod_frame.h 1.19:
14155: * src/types/pa_vobject.h 1.13:
14156: * src/types/pa_vrequest.C 1.11:
14157: * src/types/pa_vrequest.h 1.12:
14158: * src/types/pa_vresponse.h 1.17:
14159: * src/types/pa_vstateless_class.C 1.11:
14160: * src/types/pa_vstateless_class.h 1.20:
14161: * src/types/pa_vstateless_object.h 1.12:
14162: * src/types/pa_vstatus.h 1.3:
14163: * src/types/pa_vstring.C 1.13:
14164: * src/types/pa_vstring.h 1.39:
14165: * src/types/pa_vtable.C 1.9:
14166: * src/types/pa_vtable.h 1.35:
14167: * src/types/pa_vvoid.h 1.6:
14168: * src/types/pa_vxdoc.C 1.6:
14169: * src/types/pa_vxdoc.h 1.12:
14170: * src/types/pa_vxnode.C 1.11:
14171: * src/types/pa_vxnode.h 1.8:
14172: * src/types/pa_wcontext.C 1.12:
14173: * src/types/pa_wcontext.h 1.21:
14174: * src/types/pa_wwrapper.h 1.14:
14175: $status:db
14176: fixed used not initialized in db_connection & db_table
14177:
14178: * src/include/pa_charset_manager.h 1.3:
14179: * src/include/pa_db_manager.h 1.7:
14180: * src/include/pa_request.h 1.108:
14181: * src/include/pa_sql_connection.h 1.18:
14182: * src/include/pa_sql_driver_manager.h 1.15:
14183: * src/include/pa_stylesheet_manager.h 1.3:
14184: * src/main/main.dsp 1.138:
14185: * src/main/pa_charset_manager.C 1.4:
14186: * src/main/pa_common.C 1.84:
14187: * src/main/pa_db_manager.C 1.11:
14188: * src/main/pa_globals.C 1.88:
14189: * src/main/pa_request.C 1.175:
14190: * src/main/pa_sql_driver_manager.C 1.49:
14191: * src/main/pa_status_provider.C 1.1:
14192: * src/main/pa_stylesheet_manager.C 1.2:
14193: * src/types/pa_vstatus.h 1.1:
14194: * src/types/pa_vxnode.C 1.10:
14195: * src/types/types.dsp 1.14:
14196: started status parser class
14197:
14198: * src/main/pa_db_connection.C 1.29:
14199: * src/main/pa_db_table.C 1.12:
14200: parser_multithreaded check was wrong
14201:
14202: * src/main/pa_db_connection.C 1.32:
14203: * src/main/pa_db_manager.C 1.15:
14204: expiration from debug to normal
14205:
14206: 2001-11-01 paf
14207: * src/classes/hash.C 1.26:
14208: * src/classes/op.C 1.54:
14209: * src/types/pa_vmethod_frame.h 1.18:
14210: * src/types/pa_vstring.C 1.12:
14211: * src/types/pa_vstring.h 1.38:
14212: ^foreach[key|value]{body}[[separator]|{separator}]
14213:
14214: * src/classes/hash.C 1.25:
14215: * src/include/pa_hash.h 1.48:
14216: * src/main/pa_hash.C 1.44:
14217: * src/types/pa_vcookie.C 1.31:
14218: ^hash.delete[key]
14219:
14220: * src/classes/gd/gif.C 1.21:
14221: * src/classes/math.C 1.8:
14222: * src/include/pa_common.h 1.59:
14223: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
14224:
14225: * src/classes/op.C 1.57:
14226: ^for endless loop check strightened
14227:
14228: * src/Makefile.in 1.34:
14229: * src/classes/Makefile.in 1.31:
14230: * src/classes/gd/Makefile.in 1.24:
14231: * src/include/pa_config_auto.h.in 1.12:
14232: * src/main/Makefile.in 1.26:
14233: * src/targets/Makefile.in 1.24:
14234: * src/targets/apache13/Makefile.in 1.23:
14235: * src/targets/cgi/Makefile.in 1.28:
14236: * src/types/Makefile.in 1.23:
14237: makes
14238:
14239: * src/main/pa_hash.C 1.46:
14240: removed old extra include
14241:
14242: * src/classes/hash.C 1.28:
14243: * src/classes/xdoc.C 1.41:
14244: * src/classes/xnode.C 1.17:
14245: * src/include/pa_hash.h 1.49:
14246: * src/main/pa_hash.C 1.45:
14247: * src/main/pa_request.C 1.174:
14248: * src/types/pa_vhash.h 1.26:
14249: * src/types/pa_vxnode.C 1.9:
14250: hash locking
14251: disabled changing of hash inside of foreach
14252:
14253: * src/classes/hash.C 1.27:
14254: * src/classes/hashfile.C 1.14:
14255: * src/types/pa_vhashfile.C 1.13:
14256: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
14257: prev were hash.foreach
14258:
14259: * src/classes/hash.C 1.29:
14260: * src/classes/op.C 1.56:
14261: * src/main/execute.C 1.202:
14262: changed root behavior in native calls.
14263: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
14264:
14265: * src/classes/op.C 1.55:
14266: detected for var storage bug, fixed. todo:foreach
14267:
14268: 2001-10-31 paf
14269: * src/main/pa_sql_driver_manager.C 1.47:
14270: hiding passwords and addresses from accidental show [imagine
14271: user forgot @exception]
14272:
14273: * src/main/pa_db_connection.C 1.26:
14274: * src/main/pa_sql_driver_manager.C 1.48:
14275: // lockdetector flags
14276: dbenv.lk_detect=DB_LOCK_RANDOM;
14277:
14278: * src/include/pa_opcode.h 1.7:
14279: * src/main/compile.tab.C 1.25:
14280: * src/main/compile.y 1.173:
14281: * src/main/execute.C 1.201:
14282: \ in expression: int divide 10/3=3
14283:
14284: * src/main/pa_common.C 1.81:
14285: typing bug in common - bad ifdeff
14286:
14287: * src/types/pa_vhashfile.h 1.11:
14288: hashfile ^delete to do something only inside of ^cache
14289:
14290: * src/include/pa_threads.h 1.19:
14291: * src/main/pa_db_connection.C 1.25:
14292: * src/main/pa_db_table.C 1.10:
14293: * src/targets/apache13/pa_threads.C 1.2:
14294: * src/targets/cgi/pa_threads.C 1.4:
14295: * src/targets/isapi/pa_threads.C 1.4:
14296: libdb DB_THREAD flag only when really needed
14297:
14298: * src/main/pa_db_connection.C 1.27:
14299: z
14300:
14301: * src/classes/file.C 1.64:
14302: * src/classes/image.C 1.61:
14303: * src/classes/mail.C 1.43:
14304: * src/classes/string.C 1.87:
14305: * src/classes/xnode.C 1.16:
14306: * src/include/pa_common.h 1.58:
14307: * src/main/pa_common.C 1.80:
14308: ^string.save[[append;]path]
14309:
14310: * src/main/compile.C 1.52:
14311: * src/main/pa_common.C 1.83:
14312: completely empty file now considered "read", not ignored [not
14313: perfect trick used]
14314:
14315: * src/classes/table.C 1.129:
14316: ^table.save[[nameless|+append;]path]
14317:
14318: * src/main/pa_common.C 1.82:
14319: simplier common ifdefs
14320:
14321: 2001-10-30 paf
14322: * src/include/pa_common.h 1.57:
14323: * src/main/pa_common.C 1.79:
14324: * src/types/pa_vform.C 1.45:
14325: form post data line endings not reformatted now.
14326:
14327: * src/classes/xdoc.C 1.40:
14328: rolled back {} in xdoc.createTextNode for now
14329:
14330: * src/classes/classes.dsp 1.13:
14331: * src/classes/gd/gd.dsp 1.17:
14332: * src/classes/smtp/smtp.dsp 1.14:
14333: * src/main/main.dsp 1.137:
14334: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
14335: * src/targets/cgi/parser3.dsp 1.38:
14336: * src/targets/isapi/parser3isapi.dsp 1.29:
14337: * src/types/types.dsp 1.13:
14338: enabled debug incremental compile
14339:
14340: * src/main/pa_db_connection.C 1.24:
14341: * src/main/pa_db_manager.C 1.10:
14342: * src/main/pa_db_table.C 1.9:
14343: * src/main/pa_exec.C 1.16:
14344: * src/main/pa_request.C 1.173:
14345: * src/main/pa_sql_driver_manager.C 1.46:
14346: * src/main/pa_string.C 1.118:
14347: cstr(asis) default param removed
14348:
14349: * src/types/pa_vform.C 1.44:
14350: * src/types/pa_vform.h 1.28:
14351: AppendFormEntry length param now required [had bug when file=
14352: has no value]
14353:
14354: * src/types/pa_vform.C 1.43:
14355: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
14356:
14357: * src/include/pa_dir.h 1.7:
14358: LOAD_DIR fixed
14359:
14360: * src/include/pa_config_fixed.h 1.29:
14361: * src/include/pa_pragma_pack_begin.h 1.1:
14362: * src/include/pa_pragma_pack_end.h 1.1:
14363: * src/include/pa_string.h 1.114:
14364: * src/include/pa_types.h 1.30:
14365: String & Origin packed with #pragma pack
14366:
14367: * src/Makefile.in 1.33:
14368: * src/include/pa_config_auto.h.in 1.11:
14369: pragma detection
14370:
14371: * src/classes/xdoc.C 1.39:
14372: rolled back {} in xdoc.createElement for now
14373:
14374: 2001-10-29 paf
14375: * src/types/pa_wcontext.h 1.20:
14376: bitfield syntax stricter
14377:
14378: * src/include/pa_string.h 1.111:
14379: * src/main/pa_string.C 1.115:
14380: * src/targets/cgi/pa_pool.C 1.27:
14381: debugging memory
14382: String::fused_rows func now
14383:
14384: [Mon Oct 29 17:55:45 2001] total 5917436/158731
14385: [Mon Oct 29 18:11:53 2001] total 5796092/158731
14386:
14387: * src/classes/file.C 1.61:
14388: * src/classes/image.C 1.60:
14389: * src/classes/string.C 1.86:
14390: * src/classes/xdoc.C 1.38:
14391: * src/include/pa_pool.h 1.68:
14392: * src/include/pa_string.h 1.109:
14393: * src/main/execute.C 1.199:
14394: * src/main/pa_array.C 1.41:
14395: * src/main/pa_common.C 1.78:
14396: * src/main/pa_hash.C 1.43:
14397: * src/main/pa_sql_driver_manager.C 1.45:
14398: * src/main/pa_string.C 1.114:
14399: * src/main/untaint.C 1.70:
14400: * src/targets/cgi/pa_pool.C 1.25:
14401: * src/targets/cgi/parser3.C 1.126:
14402: * src/types/pa_vcookie.C 1.30:
14403: * src/types/pa_vstring.h 1.37:
14404: debuggging memory.
14405: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
14406: VString(String&) not copies reference [29M -> 17M]
14407:
14408: * src/include/pa_sql_connection.h 1.17:
14409: SQL_CONNECTION_FUNC_GUARDED name
14410:
14411: * src/targets/isapi/pa_pool.C 1.8:
14412: added isapi&apache real_malloc debug param.someday either ifdef
14413: or remove it
14414:
14415: * src/targets/apache13/pa_pool.C 1.2:
14416: * src/targets/cgi/pa_pool.C 1.30:
14417: * src/targets/cgi/parser3.C 1.127:
14418: removed debug defines
14419:
14420: * src/Makefile.am 1.12:
14421: .am order
14422:
14423: * src/main/pa_sql_driver_manager.C 1.44:
14424: ping to have services [old hiding bug]
14425:
14426: * src/main/untaint.C 1.73:
14427: optimizing returned after debugging
14428:
14429: * src/include/pa_array.h 1.45:
14430: * src/include/pa_charset_manager.h 1.2:
14431: * src/include/pa_db_connection.h 1.15:
14432: * src/include/pa_db_manager.h 1.6:
14433: * src/include/pa_db_table.h 1.7:
14434: * src/include/pa_hash.h 1.46:
14435: * src/include/pa_request.h 1.107:
14436: * src/include/pa_sql_driver_manager.h 1.14:
14437: * src/include/pa_stylesheet_manager.h 1.2:
14438: * src/include/pa_threads.h 1.18:
14439: * src/types/pa_valiased.h 1.15:
14440: * src/types/pa_vhashfile.h 1.10:
14441: * src/types/pa_vstateless_class.h 1.19:
14442: * src/types/pa_wcontext.h 1.18:
14443: gcc 3.0.1 required "friend class"
14444:
14445: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
14446: class Temp_lang'
14447:
14448: * src/include/pa_string.h 1.112:
14449: * src/main/pa_string.C 1.116:
14450: * src/main/untaint.C 1.71:
14451: * src/targets/cgi/pa_pool.C 1.29:
14452: String size_t replace to uint in proper places [todo:Array]
14453:
14454: * src/classes/file.C 1.62:
14455: * src/include/pa_hash.h 1.47:
14456: * src/include/pa_string.h 1.110:
14457: * src/main/pa_globals.C 1.87:
14458: * src/targets/cgi/pa_pool.C 1.26:
14459: debugging memory
14460: hash key ref now
14461:
14462: [Mon Oct 29 16:01:17 2001] total 17050496/202647
14463: [Mon Oct 29 17:11:17 2001] total 16867948/202658
14464:
14465: * src/classes/file.C 1.63:
14466: * src/types/pa_vimage.C 1.13:
14467: image&file couple stack string hash.puts
14468:
14469: * src/main/execute.C 1.200:
14470: * src/targets/cgi/pa_pool.C 1.28:
14471: * src/targets/cgi/parser3.dsp 1.37:
14472: * src/types/pa_wcontext.h 1.19:
14473: * src/types/pa_wwrapper.h 1.13:
14474: debugging memory
14475: WContext
14476: flags to bits
14477:
14478: total 5 652 652/158731
14479: total 5 469 332/158731
14480:
14481: * src/include/pa_sql_connection.h 1.16:
14482: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
14483:
14484: * src/include/pa_exception.h 1.19:
14485: * src/include/pa_sql_connection.h 1.15:
14486: * src/main/pa_exception.C 1.23:
14487: * src/main/pa_sql_driver_manager.C 1.43:
14488: * src/sql/pa_sql_driver.h 1.19:
14489: sql driver impl changed in _throw part.
14490:
14491: the idea is to #1 jump to C++ some function to main body, where
14492: every function stack frame has exception unwind information
14493: and from there... #2 propagate_exception()
14494:
14495: * src/include/pa_array.h 1.46:
14496: * src/main/pa_array.C 1.42:
14497: debugging memory
14498: Array:: without cache in get/put now
14499:
14500: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
14501: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
14502:
14503: * src/include/pa_string.h 1.113:
14504: * src/include/pa_types.h 1.29:
14505: * src/main/pa_string.C 1.117:
14506: * src/main/untaint.C 1.72:
14507: memory hunging
14508: #pragma pack(1)
14509:
14510: 16 419 844
14511: 13 169 394
14512:
14513: 2001-10-28 paf
14514: * src/include/pa_config_auto.h.in 1.10:
14515: * src/include/pa_config_fixed.h 1.28:
14516: * src/include/pa_db_connection.h 1.14:
14517: * src/include/pa_db_manager.h 1.5:
14518: * src/include/pa_db_table.h 1.6:
14519: * src/main/pa_db_connection.C 1.20:
14520: * src/main/pa_db_table.C 1.6:
14521: db2 on linux with DB 2.4.14: (6/2/98)
14522:
14523: * src/main/pa_db_connection.C 1.21:
14524: * src/main/pa_db_table.C 1.8:
14525: exception translation
14526:
14527: * src/main/pa_db_connection.C 1.22:
14528: expire table [was accidently pasted with wrong type/cast]
14529:
14530: * src/classes/Makefile.am 1.30:
14531: * src/classes/Makefile.in 1.30:
14532: * src/targets/apache13/p3runConfigure.in 1.6:
14533: * src/targets/cgi/Makefile.am 1.22:
14534: * src/targets/cgi/Makefile.in 1.27:
14535: db makes. remember to build DB2 with -fexceptions!!!
14536:
14537: * src/main/pa_db_table.C 1.7:
14538: DB_RMW defed
14539:
14540: * src/main/pa_db_connection.C 1.23:
14541: removed old consts
14542:
14543: 2001-10-27 paf
14544: * src/classes/hashfile.C 1.13:
14545: * src/include/pa_db_connection.h 1.13:
14546: * src/include/pa_db_table.h 1.5:
14547: * src/main/pa_db_connection.C 1.19:
14548: * src/main/pa_db_manager.C 1.9:
14549: * src/main/pa_db_table.C 1.5:
14550: * src/main/pa_globals.C 1.86:
14551: * src/types/pa_vhashfile.C 1.12:
14552: DB2 ifdefs
14553:
14554: * src/Makefile.in 1.32:
14555: * src/classes/Makefile.am 1.29:
14556: * src/classes/Makefile.in 1.29:
14557: * src/classes/gd/Makefile.in 1.23:
14558: * src/include/pa_config_fixed.h 1.27:
14559: * src/main/Makefile.am 1.23:
14560: * src/main/Makefile.in 1.25:
14561: * src/targets/Makefile.in 1.23:
14562: * src/targets/apache13/Makefile.in 1.22:
14563: * src/targets/apache13/p3runConfigure.in 1.5:
14564: * src/targets/cgi/Makefile.am 1.21:
14565: * src/targets/cgi/Makefile.in 1.26:
14566: * src/types/Makefile.am 1.12:
14567: * src/types/Makefile.in 1.22:
14568: makes with DB2
14569:
14570: * src/classes/classes.awk 1.4:
14571: no $ in var names
14572:
14573: * src/main/pa_globals.C 1.85:
14574: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
14575: * src/targets/cgi/parser3.dsp 1.36:
14576: * src/targets/isapi/parser3isapi.dsp 1.28:
14577: vc projects libdb ifdefed into globals.C
14578:
14579: * src/main/pa_db_connection.C 1.17:
14580: * src/main/pa_db_manager.C 1.8:
14581: db expiration connection&table [forgotten calls]
14582:
14583: * src/Makefile.in 1.31:
14584: * src/classes/Makefile.in 1.28:
14585: * src/classes/gd/Makefile.in 1.22:
14586: * src/include/pa_config_auto.h.in 1.9:
14587: * src/main/Makefile.am 1.22:
14588: * src/main/Makefile.in 1.24:
14589: * src/targets/Makefile.in 1.22:
14590: * src/targets/apache13/p3runConfigure.in 1.4:
14591: * src/targets/cgi/Makefile.in 1.25:
14592: * src/types/Makefile.am 1.11:
14593: * src/types/Makefile.in 1.21:
14594: makes db
14595:
14596: * src/classes/hashfile.C 1.12:
14597: * src/include/pa_db_connection.h 1.12:
14598: * src/include/pa_db_table.h 1.4:
14599: * src/main/pa_db_connection.C 1.18:
14600: * src/main/pa_db_table.C 1.4:
14601: ^hashfile.clear[]
14602:
14603: 2001-10-26 paf
14604: * src/classes/xdoc.C 1.35:
14605: * src/classes/xdoc.C 1.36:
14606: * src/types/pa_vxdoc.h 1.11:
14607: transform2 for parsed_source
14608:
14609: * src/classes/hashfile.C 1.11:
14610: * src/include/pa_db_connection.h 1.10:
14611: * src/include/pa_db_manager.h 1.4:
14612: * src/include/pa_db_table.h 1.3:
14613: * src/include/pa_hash.h 1.45:
14614: * src/main/pa_db_connection.C 1.13:
14615: * src/main/pa_db_manager.C 1.7:
14616: * src/main/pa_db_table.C 1.3:
14617: * src/main/pa_hash.C 1.42:
14618: * src/types/pa_vhashfile.C 1.11:
14619: * src/types/pa_vhashfile.h 1.9:
14620: db connections & tables now cached at create time & multithreaded
14621:
14622: * src/classes/xdoc.C 1.37:
14623: xdoc createTextNode createElement UL_XML default. but entities
14624: still reparsed. todo: tothink
14625:
14626: * src/classes/hashfile.C 1.10:
14627: * src/include/pa_db_table.h 1.2:
14628: * src/main/pa_db_table.C 1.2:
14629: db: child transaction commit/rollback responsibility left to
14630: parent [as it sould - else there were a bug with double free]
14631:
14632: * src/include/pa_db_connection.h 1.11:
14633: * src/main/pa_db_connection.C 1.15:
14634: * src/main/pa_db_connection.C 1.16:
14635: db checkpoints
14636:
14637: * src/main/pa_db_connection.C 1.12:
14638: about to remove connection from vhashfile
14639:
14640: * src/main/pa_db_connection.C 1.14:
14641: db recover mech 2
14642:
14643: 2001-10-25 paf
14644: * src/classes/hashfile.C 1.9:
14645: * src/include/pa_common.h 1.56:
14646: * src/include/pa_db_connection.h 1.9:
14647: * src/include/pa_db_manager.h 1.3:
14648: * src/include/pa_db_table.h 1.1:
14649: * src/main/main.dsp 1.136:
14650: * src/main/pa_db_connection.C 1.11:
14651: * src/main/pa_db_manager.C 1.6:
14652: * src/main/pa_db_table.C 1.1:
14653: * src/types/pa_vhashfile.C 1.10:
14654: * src/types/pa_vhashfile.h 1.8:
14655: started db_home [multiple, cached]
14656: todo: autorecover [tried, but not succeded, yet]
14657:
14658: * src/include/pa_db_connection.h 1.8:
14659: * src/main/pa_db_manager.C 1.5:
14660: transaction parent passed
14661:
14662: * src/include/pa_dir.h 1.6:
14663: ancient gpf on dir not found fixed
14664:
14665: 2001-10-24 parser
14666: * src/classes/Makefile.am 1.26:
14667: * src/classes/Makefile.am 1.27:
14668: * src/classes/Makefile.am 1.28:
14669: * src/classes/Makefile.in 1.26:
14670: * src/classes/Makefile.in 1.27:
14671: * src/main/Makefile.in 1.23:
14672: * src/targets/cgi/Makefile.am 1.20:
14673: * src/targets/cgi/Makefile.in 1.24:
14674: * src/targets/cgi/pool_storage.h 1.2:
14675: * src/targets/cgi/pool_storage.h 1.3:
14676: makes
14677:
14678: * src/include/pa_db_connection.h 1.6:
14679: * src/main/pa_db_connection.C 1.6:
14680: * src/types/pa_vhashfile.C 1.6:
14681: db_cursor constructor public now
14682:
14683: * src/include/pa_common.h 1.54:
14684: * src/main/Makefile.am 1.21:
14685: * src/main/pa_common.C 1.76:
14686: * src/types/pa_vform.C 1.41:
14687: * src/types/pa_vform.h 1.26:
14688: .am
14689:
14690: * src/classes/hashfile.C 1.7:
14691: * src/include/pa_request.h 1.106:
14692: hashfile.cache 0
14693:
14694: * src/main/pa_db_connection.C 1.7:
14695: * src/types/pa_vhashfile.C 1.7:
14696: db_connection not bothers with key when not returning expired data
14697:
14698: * src/targets/cgi/pool_storage.h 1.4:
14699: * src/targets/isapi/parser3isapi.C 1.56:
14700: * src/targets/isapi/pool_storage.h 1.12:
14701: pool_storage fixed
14702:
14703: * src/include/pa_common.h 1.55:
14704: * src/main/pa_common.C 1.77:
14705: * src/types/pa_vform.C 1.42:
14706: * src/types/pa_vform.h 1.27:
14707: form fix_line_breaks
14708:
14709: * src/types/pa_vhashfile.C 1.8:
14710: * src/types/pa_vhashfile.h 1.6:
14711: hashfile expiring 0
14712:
14713: * src/main/pa_db_connection.C 1.8:
14714: * src/types/pa_vhashfile.C 1.9:
14715: hashfile expiring 1
14716:
14717: * src/classes/hashfile.C 1.6:
14718: * src/include/pa_db_connection.h 1.7:
14719: * src/main/pa_db_connection.C 1.9:
14720: hashfile expired deleted from db when get & iterate
14721:
14722: * src/classes/hashfile.C 1.8:
14723: * src/types/pa_vhashfile.h 1.7:
14724: hashfile 1
14725:
1.24 paf 14726: * src/sql/pa_sql_driver.h 1.18:
14727: version
14728:
1.15 paf 14729: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
14730: * src/targets/isapi/parser3isapi.dsp 1.27:
14731: doc
14732:
14733: * src/include/pa_db_connection.h 1.5:
14734: * src/main/pa_db_connection.C 1.5:
14735: * src/types/pa_vhashfile.C 1.5:
14736: * src/types/pa_vhashfile.h 1.5:
14737: hashfile data stamped, todo: put_element analize
14738:
14739: * src/include/pa_db_connection.h 1.4:
14740: * src/include/pa_string.h 1.108:
14741: * src/main/pa_db_connection.C 1.4:
14742: * src/main/pa_string.C 1.113:
14743: hashfile pieced serialize. todo stamp
14744:
14745: * src/main/pa_db_connection.C 1.10:
14746: * src/main/pa_db_manager.C 1.4:
14747: hashfile setted this:
14748: DB_RMW
14749: 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
14750:
14751: 2001-10-23 parser
14752: * src/classes/file.C 1.60:
14753: * src/classes/hash.C 1.24:
14754: * src/classes/hashfile.C 1.5:
14755: * src/classes/image.C 1.59:
14756: * src/classes/mail.C 1.42:
14757: * src/classes/response.C 1.15:
14758: * src/classes/string.C 1.85:
14759: * src/classes/table.C 1.128:
14760: * src/classes/xdoc.C 1.34:
14761: * src/include/pa_config_fixed.h 1.26:
14762: * src/include/pa_db_connection.h 1.3:
14763: * src/main/pa_common.C 1.75:
14764: * src/main/pa_db_connection.C 1.3:
14765: * src/main/pa_request.C 1.172:
14766: * src/types/pa_value.h 1.76:
14767: * src/types/pa_vcookie.C 1.29:
14768: * src/types/pa_vhash.h 1.25:
14769: * src/types/pa_vhashfile.C 1.4:
14770: * src/types/pa_vhashfile.h 1.4:
14771: * src/types/pa_vresponse.h 1.16:
14772: * src/types/pa_vtable.C 1.8:
14773: ^hashfile.hash[]
14774:
14775: * src/classes/hashfile.C 1.3:
14776: * src/include/pa_db_connection.h 1.2:
14777: * src/include/pa_db_manager.h 1.2:
14778: * src/main/pa_db_connection.C 1.2:
14779: * src/main/pa_db_manager.C 1.2:
14780: * src/types/pa_vhashfile.h 1.3:
14781: ^hashfile.transaction{code}
14782: ^hashfile:clear[filename]
14783: ^hashfile.delete[key]
14784:
14785: * src/classes/hashfile.C 1.4:
14786: * src/classes/xdoc.C 1.33:
14787: * src/include/pa_config_fixed.h 1.25:
14788: * src/main/pa_db_manager.C 1.3:
14789: * src/main/pa_globals.C 1.84:
14790: ifdefs so it compiled without db
14791:
14792: 2001-10-22 parser
14793: * src/classes/classes.dsp 1.12:
14794: * src/classes/hashfile.C 1.2:
14795: * src/classes/xdoc.C 1.32:
14796: * src/classes/xnode.C 1.15:
14797: * src/include/pa_charset_connection.h 1.2:
14798: * src/include/pa_db_connection.h 1.1:
14799: * src/include/pa_db_manager.h 1.1:
14800: * src/include/pa_exception.h 1.18:
14801: * src/include/pa_sapi.h 1.14:
14802: * src/include/pa_sql_connection.h 1.14:
14803: * src/include/pa_sql_driver_manager.h 1.13:
14804: * src/include/pa_stylesheet_connection.h 1.14:
14805: * src/include/pa_stylesheet_manager.h 1.1:
14806: * src/include/pa_xslt_stylesheet_manager.h 1.5:
14807: * src/main/main.dsp 1.135:
14808: * src/main/pa_db_connection.C 1.1:
14809: * src/main/pa_db_manager.C 1.1:
14810: * src/main/pa_exception.C 1.22:
14811: * src/main/pa_globals.C 1.83:
14812: * src/main/pa_pool.C 1.38:
14813: * src/main/pa_sql_driver_manager.C 1.42:
14814: * src/main/pa_stylesheet_manager.C 1.1:
14815: * src/main/pa_xslt_stylesheet_manager.C 1.5:
14816: * src/targets/apache13/mod_parser3.C 1.7:
14817: * src/targets/cgi/parser3.C 1.124:
14818: * src/targets/isapi/parser3isapi.C 1.55:
14819: * src/types/pa_vhashfile.C 1.3:
14820: * src/types/pa_vhashfile.h 1.2:
14821: * src/types/pa_vxdoc.C 1.5:
14822: * src/types/pa_vxnode.C 1.8:
14823: * src/types/types.dsp 1.12:
14824: hashfile 0
14825:
14826: * src/targets/cgi/pa_pool.C 1.24:
14827: * src/targets/cgi/parser3.C 1.125:
14828: * src/targets/cgi/parser3.dsp 1.35:
14829: * src/targets/cgi/pool_storage.h 1.1:
14830: * src/targets/isapi/pool_storage.h 1.11:
14831: cgi += pool cleanups
14832:
14833: * src/targets/apache13/mod_parser3.C 1.5:
14834: * src/targets/isapi/parser3isapi.C 1.54:
14835: SEH minor ifdef changes
14836:
14837: * src/targets/apache13/mod_parser3.C 1.6:
14838: html
14839:
14840: * src/classes/classes.dsp 1.11:
14841: * src/classes/hashfile.C 1.1:
14842: * src/include/pa_config_fixed.h 1.24:
14843: * src/main/execute.C 1.198:
14844: * src/targets/cgi/parser3.dsp 1.34:
14845: * src/types/pa_vhashfile.C 1.1:
14846: * src/types/pa_vhashfile.h 1.1:
14847: * src/types/types.dsp 1.11:
14848: hashfile -100
14849:
14850: * src/include/pa_exception.h 1.17:
14851: * src/include/pa_request.h 1.105:
14852: * src/main/execute.C 1.197:
14853: * src/main/pa_exception.C 1.21:
14854: * src/main/pa_request.C 1.171:
14855: * src/targets/cgi/parser3.C 1.123:
14856: * src/targets/cgi/parser3.dsp 1.33:
14857: * src/types/pa_vclass.h 1.20:
14858: * src/types/pa_vobject.h 1.12:
14859: stack backtrace
14860:
14861: * src/types/pa_vhashfile.C 1.2:
14862: z
14863:
14864: 2001-10-19 parser
14865: * src/main/pa_request.C 1.170:
14866: * src/targets/apache13/mod_parser3.C 1.4:
14867: pool:: context - get_context
14868:
14869: * src/main/pa_pool.C 1.37:
14870: auto compiled on gcc
14871:
14872: * src/classes/classes.h 1.13:
14873: * src/classes/date.C 1.11:
14874: * src/classes/double.C 1.40:
14875: * src/classes/file.C 1.59:
14876: * src/classes/form.C 1.18:
14877: * src/classes/gd/gd.dsp 1.16:
14878: * src/classes/gd/gif.C 1.20:
14879: * src/classes/hash.C 1.23:
14880: * src/classes/image.C 1.57:
14881: * src/classes/int.C 1.37:
14882: * src/classes/mail.C 1.41:
14883: * src/classes/math.C 1.7:
14884: * src/classes/op.C 1.53:
14885: * src/classes/smtp/smtp.C 1.5:
14886: * src/classes/smtp/smtp.dsp 1.13:
14887: * src/classes/string.C 1.84:
14888: * src/classes/table.C 1.127:
14889: * src/classes/void.C 1.12:
14890: * src/include/pa_config_fixed.h 1.22:
14891: * src/include/pa_exception.h 1.15:
14892: * src/include/pa_pool.h 1.64:
14893: * src/include/pa_request.h 1.104:
14894: * src/include/pa_types.h 1.27:
14895: * src/main/compile.C 1.51:
14896: * src/main/compile_tools.C 1.39:
14897: * src/main/execute.C 1.196:
14898: * src/main/pa_array.C 1.40:
14899: * src/main/pa_common.C 1.73:
14900: * src/main/pa_dictionary.C 1.8:
14901: * src/main/pa_exception.C 1.19:
14902: * src/main/pa_exec.C 1.15:
14903: * src/main/pa_pool.C 1.34:
14904: * src/main/pa_request.C 1.169:
14905: * src/main/pa_socks.C 1.7:
14906: * src/main/pa_sql_driver_manager.C 1.41:
14907: * src/main/pa_string.C 1.112:
14908: * src/main/pa_table.C 1.39:
14909: * src/main/untaint.C 1.69:
14910: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
14911: * src/targets/apache13/mod_parser3.C 1.3:
14912: * src/targets/cgi/parser3.C 1.122:
14913: * src/targets/isapi/parser3isapi.C 1.53:
14914: * src/types/pa_value.h 1.75:
14915: * src/types/pa_vbool.h 1.14:
14916: * src/types/pa_vdouble.h 1.27:
14917: * src/types/pa_vfile.h 1.36:
14918: * src/types/pa_vform.C 1.40:
14919: * src/types/pa_vhash.h 1.24:
14920: * src/types/pa_vint.h 1.28:
14921: * src/types/pa_vjunction.h 1.9:
14922: * src/types/pa_vmethod_frame.h 1.17:
14923: * src/types/pa_vstateless_class.h 1.18:
14924: * src/types/pa_vtable.C 1.7:
14925: * src/types/pa_wcontext.C 1.11:
14926: * src/types/pa_wwrapper.h 1.12:
14927: switched to c++ exceptions 0
14928:
14929: * src/Makefile.in 1.30:
14930: * src/classes/Makefile.in 1.25:
14931: * src/include/pa_pool.h 1.66:
14932: * src/main/Makefile.in 1.22:
14933: * src/main/pa_common.C 1.74:
14934: * src/targets/Makefile.in 1.21:
14935: * src/targets/apache13/Makefile.in 1.21:
14936: * src/targets/cgi/Makefile.in 1.23:
14937: * src/types/Makefile.in 1.20:
14938: makes
14939:
14940: * src/include/pa_pool.h 1.67:
14941: header
14942:
14943: * src/classes/xdoc.C 1.30:
14944: * src/classes/xnode.C 1.13:
14945: * src/include/pa_pool.h 1.65:
14946: * src/include/pa_types.h 1.28:
14947: * src/main/pa_pool.C 1.36:
14948: first c++ exceptions result: can free up xalandomstring
14949: resulting from pool::transcode
14950:
14951: * src/classes/classes.awk 1.3.6.1:
14952: $ removed
14953:
14954: * src/classes/Makefile.am 1.25:
14955: * src/classes/xdoc.C 1.29:
14956: * src/classes/xnode.C 1.12:
14957: * src/include/pa_config_fixed.h 1.23:
14958: * src/include/pa_exception.h 1.16:
14959: * src/include/pa_stylesheet_connection.h 1.13:
14960: * src/main/pa_charset_connection.C 1.10:
14961: * src/main/pa_exception.C 1.20:
14962: * src/main/pa_pool.C 1.35:
14963: * src/types/pa_vxdoc.C 1.3:
14964: * src/types/pa_vxdoc.h 1.9:
14965: * src/types/pa_vxnode.C 1.6:
14966: * src/types/pa_vxnode.h 1.6:
14967: switched to c++ exceptions 1xml
14968: configure fixed to exclude xalan-patch from non-xml compile
14969:
14970: * src/classes/xdoc.C 1.31:
14971: * src/classes/xnode.C 1.14:
14972: * src/classes/xnode.h 1.3:
14973: * src/types/pa_vxdoc.C 1.4:
14974: * src/types/pa_vxdoc.h 1.10:
14975: * src/types/pa_vxnode.C 1.7:
14976: * src/types/pa_vxnode.h 1.7:
14977: xnode clone got freed
14978:
14979: * src/classes/image.C 1.58:
14980: comment
14981:
14982: 2001-10-18 parser
14983: * src/classes/xdoc.C 1.28:
14984: * src/types/pa_vxdoc.h 1.8:
14985: * src/types/pa_vxnode.C 1.5:
14986: vxdoc set_document & ctor question "who owns document" solved
14987:
14988: * src/classes/xdoc.C 1.26:
14989: * src/classes/xnode.C 1.11:
14990: * src/include/pa_pool.h 1.63:
14991: * src/main/pa_pool.C 1.32:
14992: encoding in dom creating funcs
14993:
14994: * src/include/pa_stylesheet_connection.h 1.12:
14995: prev stylesheet destroyed @ recompile
14996:
14997: * src/classes/xdoc.C 1.22:
14998: comment
14999:
15000: * src/classes/xdoc.C 1.21:
15001: * src/classes/xnode.C 1.10:
15002: * src/main/compile.tab.C 1.24:
15003: xdoc create now uses XercesDocumentBridge, appendChild&co now works
15004:
15005: * src/classes/xdoc.C 1.27:
15006: * src/main/pa_pool.C 1.33:
15007: extra free removed
15008:
15009: * src/classes/xdoc.C 1.24:
15010: * src/classes/xdoc.C 1.25:
15011: * src/types/pa_vxdoc.h 1.7:
15012: dom created by create can be transformed now
15013:
15014: * src/classes/xdoc.C 1.23:
15015: z
15016:
15017: * src/types/pa_vcookie.C 1.28:
15018: cookie:CLASS
15019:
15020: * src/classes/classes.dsp 1.10:
15021: * src/classes/xdoc.C 1.19:
15022: * src/types/types.dsp 1.10:
15023: fiew leechy-found bugs in code&doc fixed
15024:
15025: * src/classes/xdoc.C 1.20:
15026: * src/classes/xnode.C 1.9:
15027: xdoc::create[] now. and all dom tag names forced to XML lang
15028:
15029: * src/main/main.dsp 1.134:
15030: project
15031:
15032: * src/main/compile.tab.C 1.23:
15033: * src/main/compile.y 1.172:
15034: * src/main/pa_request.C 1.168:
15035: ^:
15036: no colon in $origin @exception[
15037:
15038: 2001-10-17 parser
15039: * src/types/pa_vimage.h 1.21:
15040: removed unused vimage::save
15041:
15042: * src/classes/classes.dsp 1.9:
15043: * src/classes/string.C 1.83:
15044: * src/main/pa_string.C 1.111:
15045: * src/types/pa_vxnode.h 1.5:
15046: * src/types/types.dsp 1.9:
15047: string::mid fixed, string.mid n functionality preserved
15048:
15049: 2001-10-16 parser
15050: * src/types/pa_vhash.h 1.23:
15051: * src/types/pa_vtable.h 1.34:
15052: hash can be used as boolean
15053:
15054: * src/types/pa_vimage.C 1.12:
15055: comment
15056:
15057: * src/classes/gd/gif.C 1.18:
15058: * src/classes/gd/gif.h 1.16:
15059: * src/classes/image.C 1.55:
15060: :CopyResampled made gd2beta+my hands, very ineffective, but
15061: works for small paleted image
15062:
15063: * src/classes/xnode.C 1.7:
15064: * src/classes/xnode.C 1.8:
15065: removed few dom returns & changed op.txt
15066:
1.24 paf 15067: * src/classes/image.C 1.54:
15068: gd size/resize bugfix
15069:
1.15 paf 15070: * src/classes/classes.dsp 1.8:
15071: * src/classes/gd/gd.dsp 1.15:
15072: * src/classes/smtp/smtp.dsp 1.12:
15073: * src/main/main.dsp 1.133:
15074: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
15075: * src/targets/cgi/parser3.dsp 1.32:
15076: * src/targets/isapi/parser3isapi.dsp 1.26:
15077: * src/types/types.dsp 1.8:
15078: ident >nul 2>&1
15079:
15080: * src/classes/gd/gif.C 1.19:
15081: * src/classes/gd/gif.h 1.17:
15082: * src/classes/image.C 1.56:
15083: image.copy tolerance
15084:
15085: * src/classes/gd/gif.C 1.16:
15086: copyResized
15087:
15088: * src/classes/string.C 1.82:
15089: * src/main/pa_string.C 1.110:
15090: $string.mid(p[;n])
15091:
15092: * src/main/pa_common.C 1.72:
15093: \r\n -> \n DOS
15094: \r -> \n Macintosh
15095: on all systems
15096:
15097: * src/classes/gd/gif.C 1.17:
15098: couple casts
15099:
15100: * src/classes/image.C 1.53:
15101: * src/types/pa_vimage.h 1.20:
15102: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
15103: ;dest h]])
15104:
15105: 2001-10-15 parser
15106: * src/Makefile.in 1.29:
15107: * src/types/pa_vcode_frame.h 1.11:
15108: * src/types/pa_wcontext.C 1.10:
15109: code_frame fixed - ::write badly passed string too
15110: transparently [failed to intercept it]
15111:
15112: * src/types/pa_vxnode.C 1.4:
15113: document_type_node.
15114: !readonly attribute DOMString name
15115: !notation_node.
15116: !readonly attribute DOMString publicId
15117: !readonly attribute DOMString systemId
15118:
15119: * src/classes/xdoc.C 1.16:
15120: * src/classes/xnode.C 1.6:
15121: * src/include/pa_config_fixed.h 1.21:
15122: * src/include/pa_request.h 1.103:
15123: * src/main/pa_sql_driver_manager.C 1.40:
15124: * src/types/pa_vxdoc.C 1.2:
15125: * src/types/pa_vxdoc.h 1.6:
15126: * src/types/pa_vxnode.C 1.3:
15127: * src/types/pa_vxnode.h 1.4:
15128: DOM1 major addtion, only few attributes/methods left
15129:
15130: * src/main/execute.C 1.195:
15131: z
15132:
15133: * src/classes/xdoc.C 1.17:
15134: * src/classes/xdoc.C 1.18:
15135: !::create{qualifiedName}
15136:
15137: 2001-10-13 parser
15138: * src/main/execute.C 1.194:
15139: * src/types/pa_vcode_frame.h 1.9:
15140: vcodeframe made transparent enough to handle hash if creation&passing
15141:
15142: * src/include/pa_config_fixed.h 1.20:
15143: * src/main/execute.C 1.193:
15144: * src/main/pa_exception.C 1.18:
15145: noticed that vcodeframe not transparent enough, would change now
15146:
15147: * src/types/pa_vcode_frame.h 1.10:
15148: couple comments
15149:
15150: * src/targets/isapi/pool_storage.h 1.10:
15151: isapi pool storage reverse cleanups & frees order
15152:
15153: * src/main/pa_sql_driver_manager.C 1.39:
15154: * src/targets/cgi/parser3.C 1.121:
15155: * src/targets/isapi/parser3isapi.C 1.52:
15156: isapi&cgi couple non-pooled mallocs in main handler
15157:
15158: 2001-10-12 parser
15159: * src/classes/double.C 1.39:
15160: * src/classes/int.C 1.36:
15161: * src/classes/string.C 1.81:
15162: sql{}[$.default[({})]] handling changed:
15163: now type of default param analized always, not only at problem time,
15164: thus helping early problem spotting
15165:
15166: * src/classes/classes.dsp 1.7:
15167: * src/classes/gd/gd.dsp 1.14:
15168: * src/classes/smtp/smtp.dsp 1.11:
15169: * src/classes/xdoc.C 1.15:
15170: * src/main/compile.tab.C 1.22:
15171: * src/main/main.dsp 1.132:
15172: * src/main/pa_globals.C 1.82:
15173: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
15174: * src/targets/apache13/mod_parser3.C 1.2:
15175: * src/targets/cgi/parser3.C 1.120:
15176: * src/targets/cgi/parser3.dsp 1.31:
15177: * src/targets/isapi/parser3isapi.C 1.50:
15178: * src/targets/isapi/parser3isapi.C 1.51:
15179: * src/targets/isapi/parser3isapi.dsp 1.25:
15180: * src/types/types.dsp 1.7:
15181: xalan&xerces multithread bug fixed. initialization&free on each
15182: thread!
15183:
15184: 2001-10-11 parser
15185: * src/targets/apache13/Makefile.am 1.6:
15186: started restructuring
15187:
15188: * src/Makefile.in 1.25:
15189: * src/Makefile.in 1.26:
15190: * src/Makefile.in 1.28:
15191: * src/classes/Makefile.in 1.22:
15192: * src/classes/Makefile.in 1.23:
15193: * src/classes/gd/Makefile.in 1.19:
15194: * src/classes/gd/Makefile.in 1.20:
15195: * src/include/pa_config_auto.h.in 1.8:
15196: * src/main/Makefile.in 1.20:
15197: * src/main/Makefile.in 1.21:
15198: * src/targets/Makefile.in 1.19:
15199: * src/targets/Makefile.in 1.20:
15200: * src/targets/apache13/Makefile.in 1.19:
15201: * src/targets/apache13/Makefile.in 1.20:
15202: * src/targets/apache13/p3runConfigure.in 1.3:
15203: * src/targets/cgi/Makefile.in 1.21:
15204: * src/targets/cgi/Makefile.in 1.22:
15205: * src/types/Makefile.in 1.18:
15206: * src/types/Makefile.in 1.19:
15207: makes
15208:
15209: * src/classes/xnode.C 1.5:
15210: xnode.selectSingle now
15211:
15212: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
15213: .dsp fixed due to relocate
15214:
15215: * src/classes/xdoc.C 1.14:
15216: * src/classes/xnode.C 1.4:
15217: * src/include/pa_exception.h 1.14:
15218: * src/include/pa_pool.h 1.62:
15219: * src/include/pa_stylesheet_connection.h 1.11:
15220: * src/main/pa_exception.C 1.17:
15221: * src/main/pa_pool.C 1.31:
15222: moved xslt exceptions convertors out of Pool into Exception
15223:
15224: * src/Makefile.in 1.27:
15225: * src/classes/Makefile.in 1.24:
15226: * src/classes/gd/Makefile.in 1.21:
15227: makes. stdc++ lib added to apache libraries
15228:
15229: * src/classes/hash.C 1.22:
15230: !^hash.add[addme]
15231: !^hash.sub[subme]
15232: !^a.union[b] = new
15233: !^a.intersection[b] = new
15234: !^a.intersects[b] = bool
15235:
15236: * src/main/pa_string.C 1.109:
15237: const
15238:
15239: * src/classes/hash.C 1.20:
15240: * src/types/pa_vhash.h 1.22:
15241: !^hash::create[[copy_from]]
15242:
15243: * src/classes/hash.C 1.21:
15244: !^hash::append[append_from]
15245:
15246: * src/targets/apache13/Makefile.am 1.7:
15247: * src/targets/apache13/p3runConfigure.in 1.2:
15248: added
15249:
15250: * src/include/pa_string.h 1.107:
15251: * src/main/pa_string.C 1.108:
15252: restructured string: linked pieces of same language together
15253: prior to String::replace
15254:
15255: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
15256: * src/targets/apache13/mod_parser3.C 1.1:
15257: * src/targets/apache13/p3runConfigure.in 1.1:
15258: * src/targets/apache13/pa_pool.C 1.1:
15259: * src/targets/apache13/pa_threads.C 1.1:
15260: restructured
15261:
15262: * src/classes/string.C 1.80:
15263: * src/classes/table.C 1.126:
15264: * src/include/pa_globals.h 1.67:
15265: * src/include/pa_string.h 1.106:
15266: * src/main/pa_globals.C 1.81:
15267: * src/main/pa_string.C 1.107:
15268: * src/main/untaint.C 1.68:
15269: * src/types/pa_vvoid.h 1.5:
15270: untaint lang origins table fixed.
15271: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
15272:
15273: 2001-10-10 parser
15274: * src/classes/gd/gif.C 1.15:
15275: arc algorithms: commented all bresenhams, algs must be unified
15276: not "perfect"
15277:
15278: * src/classes/gd/gif.C 1.14:
15279: * src/main/compile.tab.C 1.19:
15280: * src/main/compile.y 1.170:
15281: ^a[^b] more informative compile error
15282:
15283: * src/main/compile.tab.C 1.20:
15284: * src/main/compile.y 1.171:
15285: ^a[
15286:
15287: @next_method << now unclosed ] would be reported here
15288:
15289: * src/classes/op.C 1.52:
15290: * src/main/compile.tab.C 1.21:
15291: ^error[msg]
15292:
15293: 2001-10-09 parser
15294: * src/classes/classes.dsp 1.6:
15295: * src/classes/xdoc.C 1.13:
15296: * src/include/pa_stylesheet_connection.h 1.10:
15297: * src/main/main.dsp 1.131:
15298: * src/targets/cgi/parser3.C 1.118:
15299: * src/targets/isapi/parser3isapi.C 1.48:
15300: * src/types/pa_vxdoc.h 1.5:
15301: * src/types/pa_vxnode.h 1.3:
15302: * src/types/types.dsp 1.6:
15303: xalan patches starting
15304:
15305: * src/classes/op.C 1.49:
15306: * src/classes/table.C 1.121:
15307: * src/types/pa_vfile.h 1.35:
15308: * src/types/pa_vimage.h 1.19:
15309: * src/types/pa_vjunction.h 1.8:
15310: * src/types/pa_vxdoc.h 1.4:
15311: * src/types/pa_vxnode.h 1.2:
15312: table:menu & op for delims made allowed not to be code [be
15313: string..]
15314:
15315: * src/Makefile.in 1.23:
15316: * src/Makefile.in 1.24:
15317: * src/classes/Makefile.am 1.23:
15318: * src/classes/Makefile.am 1.24:
15319: * src/classes/Makefile.in 1.20:
15320: * src/classes/Makefile.in 1.21:
15321: * src/classes/gd/Makefile.in 1.17:
15322: * src/classes/gd/Makefile.in 1.18:
15323: * src/main/Makefile.am 1.20:
15324: * src/main/Makefile.in 1.18:
15325: * src/main/Makefile.in 1.19:
15326: * src/targets/Makefile.in 1.17:
15327: * src/targets/Makefile.in 1.18:
15328: * src/targets/apache13/Makefile.in 1.17:
15329: * src/targets/apache13/Makefile.in 1.18:
15330: * src/targets/cgi/Makefile.am 1.19:
15331: * src/targets/cgi/Makefile.in 1.19:
15332: * src/targets/cgi/Makefile.in 1.20:
15333: * src/types/Makefile.am 1.10:
15334: * src/types/Makefile.in 1.16:
15335: * src/types/Makefile.in 1.17:
15336: makes
15337:
15338: * src/targets/cgi/parser3.C 1.119:
15339: * src/targets/isapi/parser3isapi.C 1.49:
15340: xml transform win32 errors intercepted [xalan transformer
15341: patched and incorporated]
15342:
15343: * src/classes/double.C 1.38:
15344: * src/classes/file.C 1.58:
15345: * src/classes/image.C 1.52:
15346: * src/classes/int.C 1.35:
15347: * src/classes/op.C 1.48:
15348: * src/classes/string.C 1.78:
15349: * src/classes/table.C 1.120:
15350: lots of params->as_int/double/as_string/as_junction
15351: as_no_junction messages added
15352:
15353: * src/classes/op.C 1.51:
15354: * src/classes/table.C 1.123:
15355: table.hash[key field;value field(s) string/table] now
15356:
15357: * src/classes/op.C 1.50:
15358: * src/classes/table.C 1.122:
15359: z
15360:
15361: * src/classes/date.C 1.10:
15362: * src/classes/table.C 1.124:
15363: calendar moved to date
15364:
15365: * src/classes/string.C 1.79:
15366: * src/classes/table.C 1.125:
15367: ^string.save[file]
15368:
15369: 2001-10-08 parser
1.24 paf 15370: * src/types/pa_vcookie.C 1.25:
15371: removing cookie made more netscape-like way
15372:
1.15 paf 15373: * src/classes/xdoc.C 1.12:
15374: xdoc:load exceptions intercepted [like in set]
15375:
15376: * src/classes/image.C 1.48:
15377: * src/include/pa_common.h 1.53:
15378: * src/main/pa_common.C 1.71:
15379: * src/types/pa_vcookie.C 1.26:
15380: cookie urlencoded [netscape doc reread]
15381:
15382: * src/classes/gd/gif.C 1.10:
15383: image.bar now draws (100 100 0 0)
15384:
15385: * src/classes/gd/gif.C 1.11:
15386: * src/classes/gd/mtables.h 1.1:
15387: image:arc image:circle
15388:
15389: * src/classes/gd/gd.dsp 1.13:
15390: * src/classes/gd/gif.C 1.12:
15391: * src/classes/gd/gif.h 1.15:
15392: * src/classes/image.C 1.49:
15393: * src/types/pa_vcookie.C 1.27:
15394: * src/types/pa_vimage.C 1.11:
15395: image:sector
15396: removed image:html internal "line-*" attribs
15397:
15398: * src/classes/file.C 1.57:
15399: * src/classes/form.C 1.17:
15400: * src/main/pa_common.C 1.70:
15401: * src/main/untaint.C 1.67:
15402: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
15403: nonforced [only tainted pieces]
15404:
15405: * src/classes/gd/gif.C 1.13:
15406: * src/classes/image.C 1.50:
15407: image:circle [and round arc] uses Bresenham
15408:
15409: * src/main/untaint.C 1.65:
15410: \r to ' ' in origins mode
15411:
15412: * src/classes/date.C 1.9:
15413: * src/classes/image.C 1.51:
15414: * src/classes/string.C 1.77:
15415: * src/classes/table.C 1.119:
15416: * src/classes/void.C 1.11:
15417: * src/include/pa_request.h 1.102:
15418: params->as_int/double message added
15419:
15420: * src/classes/xdoc.C 1.11:
15421: * src/include/pa_config_fixed.h 1.19:
15422: * src/main/compile.tab.C 1.18:
15423: * src/types/pa_vxdoc.h 1.3:
15424: parsedSource produced by nonstandard liaison freed up
15425:
15426: * src/include/pa_common.h 1.52:
15427: * src/main/pa_common.C 1.69:
15428: * src/main/untaint.C 1.66:
15429: * src/targets/cgi/parser3.C 1.117:
15430: * src/targets/isapi/parser3isapi.C 1.47:
15431: remove_crlf @ SAPI::log
15432:
15433: 2001-10-07 parser
15434: * src/include/pa_config_fixed.h 1.18:
15435: * src/main/compile.tab.C 1.17:
15436: restored project
15437:
15438: 2001-10-05 parser
15439: * src/classes/xdoc.C 1.9:
15440: * src/include/pa_dictionary.h 1.6:
15441: * src/main/main.dsp 1.129:
15442: * src/main/pa_dictionary.C 1.7:
15443: * src/main/pa_string.C 1.106:
15444: * src/types/pa_vxdoc.h 1.2:
15445: started xml errorhandler.
15446: fixed string.replace a little, read @test
15447:
15448: * src/main/pa_charset_connection.C 1.7:
15449: unicode zero pair at the beging of totable appered to be vital
15450:
15451: * src/classes/xdoc.C 1.8:
15452: * src/main/compile.tab.C 1.16:
15453: xdoc.transform now
15454:
15455: * src/doc/doxygen.cfg 1.18:
15456: * src/doc/html2chm.cmd 1.4:
15457: * src/doc/sources2html.cmd 1.4:
15458: paths
15459:
15460: * src/classes/xdoc.C 1.10:
15461: * src/include/pa_pool.h 1.61:
15462: * src/main/main.dsp 1.130:
15463: * src/main/pa_pool.C 1.30:
15464: changed xdoc:set to prevent SAXParseException from outputing to cerr.
15465: lots of "todos"
15466:
15467: * src/main/pa_charset_connection.C 1.8:
15468: * src/main/pa_charset_connection.C 1.9:
15469: ctype another mem clear bugfix
15470:
15471: * src/main/untaint.C 1.64:
15472: http_header tainting more gentle with enquoting now
15473:
15474: * src/main/pa_string.C 1.105:
15475: found replace bug - first_that_starts(char *) does not have
15476: limit, and looks further eos, fixing....
15477:
15478: * src/include/pa_hash.h 1.44:
15479: * src/main/pa_hash.C 1.41:
15480: Hash::size() calculated wrong. fixed it
15481:
15482: * src/Makefile.in 1.22:
15483: * src/main/compile.tab.C 1.15:
15484: * src/main/compile.y 1.169:
15485: disabled ^literals in names
15486: $result[^[$p^]z]
15487: now works fine
15488:
15489: 2001-10-04 parser
15490: * src/classes/image.C 1.47:
15491: ^image.length[text]
15492:
15493: 2001-10-03 parser
15494: * src/main/pa_request.C 1.166:
15495: restored pcre defaulting in request [mindlessly "optimized" yesterday]
15496: comment left
15497:
15498: * src/main/pa_request.C 1.167:
15499: DEFAULT...charset was ignored when !XML
15500:
15501: 2001-10-02 parser
15502: * src/include/pa_request.h 1.101:
15503: * src/main/pa_charset_connection.C 1.4:
15504: * src/main/pa_charset_connection.C 1.5:
15505: * src/main/pa_request.C 1.165:
15506: * src/types/pa_vstring.h 1.36:
15507: pcre tables now const inside
15508: removed default - pcre handles that internally
15509: fixed bug on not-cleaning tables [previously was calloced, now member]
15510:
15511: * src/Makefile.in 1.21:
15512: * src/classes/Makefile.in 1.19:
15513: * src/classes/gd/Makefile.in 1.16:
15514: * src/main/Makefile.in 1.17:
15515: * src/targets/Makefile.in 1.16:
15516: * src/targets/apache13/Makefile.in 1.16:
15517: * src/targets/cgi/Makefile.in 1.18:
15518: * src/types/Makefile.in 1.15:
15519: makes
15520:
15521: * src/include/pa_config_fixed.h 1.17:
15522: * src/main/pa_charset_connection.C 1.3:
15523: tested charset reload on file change @ apache version = OK
15524: tested freeing up prev encoding on adding new = OK
15525:
15526: * src/classes/table.C 1.117:
15527: * src/main/pa_charset_connection.C 1.6:
15528: table:load & charset_connection
15529: #comment now
15530:
15531: * src/classes/classes.dsp 1.5:
15532: * src/types/types.dsp 1.5:
15533: release projects options fixed to use release msvcrt lib
15534:
15535: * src/include/pa_pool.h 1.60:
15536: * src/include/pa_stylesheet_connection.h 1.8:
15537: * src/include/pa_stylesheet_connection.h 1.9:
15538: * src/main/pa_charset_manager.C 1.2:
15539: * src/main/pa_charset_manager.C 1.3:
15540: * src/main/pa_pool.C 1.29:
15541: * src/types/pa_vresponse.h 1.15:
15542: forgot non-xml pool.*charset needed
15543:
15544: * src/classes/table.C 1.118:
15545: # config comments fixed
15546:
15547: 2001-10-01 parser
15548: * src/include/pa_charset_connection.h 1.1:
15549: * src/include/pa_charset_manager.h 1.1:
15550: * src/include/pa_xslt_stylesheet_manager.h 1.4:
15551: * src/main/main.dsp 1.128:
15552: * src/main/pa_charset_connection.C 1.1:
15553: * src/main/pa_charset_manager.C 1.1:
15554: * src/main/pa_request.C 1.164:
15555: charset loading & caching mech 0
15556:
15557: * src/include/pa_stylesheet_connection.h 1.7:
15558: * src/include/pa_xslt_stylesheet_manager.h 1.3:
15559: * src/main/main.dsp 1.127:
15560: * src/main/pa_globals.C 1.80:
15561: * src/main/pa_request.C 1.163:
15562: would make charset loading & caching mech now
15563:
15564: * src/main/pa_charset_connection.C 1.2:
15565: removed entitify external hack [internal installed]
15566:
15567: * src/classes/gd/Makefile.am 1.6:
15568: * src/classes/gd/Makefile.in 1.15:
15569: makes
15570:
15571: * src/main/Makefile.am 1.19:
15572: * src/main/Makefile.in 1.16:
15573: makes+removed dtd
15574:
15575: 2001-09-30 parser
15576: * src/classes/xdoc.C 1.7:
15577: * src/include/pa_request.h 1.100:
15578: * src/main/pa_request.C 1.159:
15579: ctype with unicode 1. todo: no П entities on output somehow
15580:
15581: * src/include/pa_globals.h 1.66:
15582: * src/main/pa_globals.C 1.79:
15583: * src/main/pa_request.C 1.160:
15584: now charsets table configuration variable is: CHARSETS
15585:
15586: * src/main/pa_request.C 1.162:
15587: forgot to fill toTable
15588:
15589: * src/classes/file.C 1.56:
15590: * src/classes/op.C 1.47:
15591: * src/classes/string.C 1.76:
15592: * src/include/pa_request.h 1.99:
15593: * src/main/pa_request.C 1.158:
15594: started ctype with unicode values
15595:
15596: * src/include/pa_config_fixed.h 1.16:
15597: * src/main/pa_request.C 1.161:
15598: started hack_s_maximumCharacterValues to
15599: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
15600:
15601: 2001-09-28 parser
15602: * src/classes/xdoc.C 1.5:
15603: * src/classes/xnode.C 1.3:
15604: xdoc addencoding works! invented a way of user-configuring...
15605: todo: implement
15606:
15607: * src/classes/mail.C 1.40:
15608: * src/classes/op.C 1.46:
15609: * src/classes/xdoc.C 1.6:
15610: * src/include/pa_stylesheet_connection.h 1.6:
15611: * src/main/pa_request.C 1.157:
15612: letter body string passed AS-IS now
15613:
15614: 2001-09-27 parser
15615: * src/classes/classes.dsp 1.4:
15616: * src/classes/gd/gd.dsp 1.12:
15617: * src/classes/gd/gifio.C 1.14:
15618: * src/classes/smtp/smtp.dsp 1.10:
15619: * src/classes/xdoc.C 1.3:
15620: * src/main/main.dsp 1.126:
15621: * src/targets/cgi/parser3.dsp 1.30:
15622: * src/targets/isapi/parser3isapi.dsp 1.23:
15623: * src/types/types.dsp 1.4:
15624: win32 ident make system so not to rebuild library [ident.C.new]
15625:
15626: * src/classes/table.C 1.116:
15627: table.sort changed to sort table itself
15628:
15629: * src/classes/xdoc.C 1.4:
15630: * src/targets/isapi/parser3isapi.dsp 1.24:
15631: X^.getElementsByTagName[tagname] = array of xnode
15632: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
15633: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
15634:
15635: win32build system: solved long waiting anti-non-started-apache problem
15636:
15637: 2001-09-26 parser
15638: * src/Makefile.am 1.11:
15639: * src/classes/Makefile.am 1.22:
15640: * src/classes/Makefile.in 1.18:
15641: * src/classes/gd/Makefile.am 1.5:
15642: * src/classes/gd/Makefile.in 1.14:
15643: * src/main/Makefile.am 1.18:
15644: * src/main/Makefile.in 1.15:
15645: * src/targets/Makefile.in 1.15:
15646: * src/targets/apache13/Makefile.in 1.15:
15647: * src/targets/cgi/Makefile.am 1.18:
15648: * src/targets/cgi/Makefile.in 1.17:
15649: * src/types/Makefile.am 1.9:
15650: * src/types/Makefile.in 1.14:
15651: makes with clases.awk
15652:
15653: * src/include/pa_config_fixed.h 1.14:
15654: * src/targets/cgi/parser3.C 1.114:
15655: * src/targets/isapi/parser3isapi.C 1.45:
15656: #ifdef SMTP
15657:
15658: * src/classes/classes.C 1.9:
15659: * src/classes/classes.awk 1.3:
15660: * src/classes/classes.dsp 1.1:
15661: * src/classes/classes.h 1.12:
15662: * src/classes/date.C 1.8:
15663: * src/classes/dnode.C 1.6:
15664: * src/classes/dnode.h 1.2:
15665: * src/classes/dom.C 1.35:
15666: * src/classes/double.C 1.37:
15667: * src/classes/file.C 1.55:
15668: * src/classes/form.C 1.16:
15669: * src/classes/gd/gd.dsp 1.10:
15670: * src/classes/gd/gif.C 1.9:
15671: * src/classes/gd/gif.h 1.14:
15672: * src/classes/gd/gifio.C 1.13:
15673: * src/classes/hash.C 1.19:
15674: * src/classes/image.C 1.46:
15675: * src/classes/int.C 1.34:
15676: * src/classes/mail.C 1.39:
15677: * src/classes/math.C 1.6:
15678: * src/classes/op.C 1.45:
15679: * src/classes/response.C 1.14:
15680: * src/classes/smtp/comms.C 1.4:
15681: * src/classes/smtp/smtp.C 1.4:
15682: * src/classes/smtp/smtp.dsp 1.8:
15683: * src/classes/smtp/smtp.h 1.4:
15684: * src/classes/string.C 1.75:
15685: * src/classes/table.C 1.115:
15686: * src/classes/void.C 1.10:
15687: * src/include/pa_array.h 1.44:
15688: * src/include/pa_common.h 1.51:
15689: * src/include/pa_config_fixed.h 1.13:
15690: * src/include/pa_config_includes.h 1.11:
15691: * src/include/pa_dictionary.h 1.5:
15692: * src/include/pa_dir.h 1.5:
15693: * src/include/pa_exception.h 1.13:
15694: * src/include/pa_exec.h 1.3:
15695: * src/include/pa_globals.h 1.65:
15696: * src/include/pa_request.h 1.98:
15697: * src/include/pa_sapi.h 1.13:
15698: * src/include/pa_socks.h 1.4:
15699: * src/include/pa_sql_connection.h 1.13:
15700: * src/include/pa_sql_driver_manager.h 1.12:
15701: * src/include/pa_stack.h 1.10:
15702: * src/include/pa_string.h 1.105:
15703: * src/include/pa_stylesheet_connection.h 1.5:
15704: * src/include/pa_table.h 1.35:
15705: * src/include/pa_threads.h 1.17:
15706: * src/include/pa_types.h 1.26:
15707: * src/include/pa_xslt_stylesheet_manager.h 1.2:
15708: * src/main/compile.C 1.50:
15709: * src/main/compile.y 1.168:
15710: * src/main/compile_tools.C 1.38:
15711: * src/main/compile_tools.h 1.50:
15712: * src/main/execute.C 1.192:
15713: * src/main/main.dsp 1.124:
15714: * src/main/pa_array.C 1.39:
15715: * src/main/pa_common.C 1.68:
15716: * src/main/pa_dictionary.C 1.6:
15717: * src/main/pa_dir.C 1.7:
15718: * src/main/pa_exception.C 1.16:
15719: * src/main/pa_exec.C 1.14:
15720: * src/main/pa_globals.C 1.78:
15721: * src/main/pa_hash.C 1.40:
15722: * src/main/pa_pool.C 1.28:
15723: * src/main/pa_request.C 1.156:
15724: * src/main/pa_socks.C 1.6:
15725: * src/main/pa_sql_driver_manager.C 1.38:
15726: * src/main/pa_string.C 1.104:
15727: * src/main/pa_table.C 1.38:
15728: * src/main/pa_xslt_stylesheet_manager.C 1.4:
15729: * src/main/untaint.C 1.63:
15730: * src/sql/pa_sql_driver.h 1.17:
15731: * src/targets/cgi/pa_pool.C 1.23:
15732: * src/targets/cgi/pa_threads.C 1.3:
15733: * src/targets/cgi/parser3.C 1.113:
15734: * src/targets/cgi/parser3.dsp 1.29:
15735: * src/targets/isapi/pa_pool.C 1.7:
15736: * src/targets/isapi/pa_threads.C 1.3:
15737: * src/targets/isapi/parser3isapi.C 1.44:
15738: * src/targets/isapi/parser3isapi.dsp 1.22:
15739: * src/targets/isapi/pool_storage.h 1.9:
15740: * src/types/pa_valiased.C 1.10:
15741: * src/types/pa_valiased.h 1.14:
15742: * src/types/pa_value.h 1.74:
15743: * src/types/pa_vbool.h 1.13:
15744: * src/types/pa_vclass.h 1.19:
15745: * src/types/pa_vcode_frame.h 1.8:
15746: * src/types/pa_vcookie.C 1.24:
15747: * src/types/pa_vcookie.h 1.12:
15748: * src/types/pa_vdate.h 1.5:
15749: * src/types/pa_vdnode.C 1.8:
15750: * src/types/pa_vdnode.h 1.3:
15751: * src/types/pa_vdom.C 1.3:
15752: * src/types/pa_vdom.h 1.14:
15753: * src/types/pa_vdouble.h 1.26:
15754: * src/types/pa_venv.h 1.17:
15755: * src/types/pa_vfile.C 1.22:
15756: * src/types/pa_vfile.h 1.34:
15757: * src/types/pa_vform.C 1.39:
15758: * src/types/pa_vform.h 1.25:
15759: * src/types/pa_vimage.C 1.10:
15760: * src/types/pa_vimage.h 1.18:
15761: * src/types/pa_vint.h 1.27:
15762: * src/types/pa_vjunction.h 1.7:
15763: * src/types/pa_vmath.h 1.3:
15764: * src/types/pa_vmethod_frame.h 1.16:
15765: * src/types/pa_vobject.h 1.11:
15766: * src/types/pa_vrequest.C 1.10:
15767: * src/types/pa_vrequest.h 1.11:
15768: * src/types/pa_vresponse.h 1.14:
15769: * src/types/pa_vstateless_class.C 1.10:
15770: * src/types/pa_vstateless_class.h 1.17:
15771: * src/types/pa_vstateless_object.h 1.11:
15772: * src/types/pa_vstring.C 1.11:
15773: * src/types/pa_vstring.h 1.35:
15774: * src/types/pa_vtable.C 1.6:
15775: * src/types/pa_vtable.h 1.33:
15776: * src/types/pa_vvoid.h 1.4:
15777: * src/types/pa_wcontext.C 1.9:
15778: * src/types/pa_wcontext.h 1.17:
15779: * src/types/pa_wwrapper.h 1.11:
15780: * src/types/types.dsp 1.1:
15781: added ident.awk and main.dsp splitted to main+classes+types
15782: along to .am
15783:
15784: * src/classes/classes.dsp 1.2:
15785: * src/classes/dnode.C 1.7:
15786: * src/classes/dnode.h 1.3:
15787: * src/classes/dom.C 1.36:
15788: * src/classes/xdoc.C 1.1:
15789: * src/classes/xnode.C 1.1:
15790: * src/classes/xnode.h 1.1:
15791: * src/main/compile.tab.C 1.14:
15792: * src/types/pa_vdnode.C 1.9:
15793: * src/types/pa_vdnode.h 1.4:
15794: * src/types/pa_vdom.C 1.4:
15795: * src/types/pa_vdom.h 1.15:
15796: * src/types/pa_vxdoc.C 1.1:
15797: * src/types/pa_vxdoc.h 1.1:
15798: * src/types/pa_vxnode.C 1.1:
15799: * src/types/pa_vxnode.h 1.1:
15800: * src/types/types.dsp 1.2:
15801: xdoc&xnode now
15802:
15803: * src/classes/classes.dsp 1.3:
15804: * src/classes/gd/gd.dsp 1.11:
15805: * src/classes/smtp/smtp.dsp 1.9:
15806: * src/classes/xdoc.C 1.2:
15807: * src/classes/xnode.C 1.2:
15808: * src/classes/xnode.h 1.2:
15809: * src/include/pa_config_fixed.h 1.15:
15810: * src/main/main.dsp 1.125:
15811: * src/targets/cgi/parser3.C 1.115:
15812: * src/targets/cgi/parser3.C 1.116:
15813: * src/targets/isapi/parser3isapi.C 1.46:
15814: * src/types/pa_vxnode.C 1.2:
15815: * src/types/types.dsp 1.3:
15816: z
15817:
15818: * src/classes/classes.cmd 1.4:
15819: * src/main/main.dsp 1.123:
15820: * src/targets/cgi/parser3.dsp 1.28:
15821: moved classes.inc generation on win32 to main.dsp
15822:
15823: * src/classes/classes.C 1.10:
15824: forgot one non-xml check
15825:
15826: * src/classes/Makefile.am 1.21:
15827: removed useless var
15828:
15829: 2001-09-25 parser
15830: * src/Makefile.am 1.10:
15831: * src/Makefile.in 1.20:
15832: * src/classes/Makefile.am 1.20:
15833: * src/classes/Makefile.in 1.17:
15834: * src/classes/dom.C 1.34:
15835: * src/classes/gd/Makefile.am 1.4:
15836: * src/classes/gd/Makefile.in 1.13:
15837: * src/include/pa_stylesheet_connection.h 1.4:
15838: * src/main/Makefile.am 1.17:
15839: * src/main/Makefile.in 1.14:
15840: * src/main/pa_pool.C 1.27:
15841: * src/targets/Makefile.in 1.14:
15842: * src/targets/apache13/Makefile.in 1.14:
15843: * src/targets/cgi/Makefile.am 1.17:
15844: * src/targets/cgi/Makefile.in 1.16:
15845: * src/types/Makefile.am 1.8:
15846: * src/types/Makefile.in 1.13:
15847: * src/types/pa_vdom.h 1.13:
15848: xml configure makes
15849:
15850: * src/include/pa_config_auto.h.in 1.7:
15851: xml on linux[elik] works! no 1251 though, todo ICU
15852:
15853: 2001-09-24 parser
15854: * src/types/pa_vfile.h 1.33:
15855: * src/types/pa_vimage.h 1.17:
15856: * src/types/pa_vstring.h 1.34:
15857: fiew wrong resolved conflicts fixed [const]
15858:
15859: * src/Makefile.in 1.19:
15860: * src/classes/Makefile.am 1.19:
15861: * src/classes/Makefile.in 1.16:
15862: * src/classes/gd/Makefile.in 1.12:
15863: * src/include/pa_config_auto.h.in 1.6:
15864: * src/main/Makefile.in 1.13:
15865: * src/targets/Makefile.in 1.13:
15866: * src/targets/apache13/Makefile.in 1.13:
15867: * src/types/Makefile.am 1.7:
15868: * src/types/Makefile.in 1.12:
15869: makes
15870:
15871: * src/targets/cgi/Makefile.am 1.16:
15872: * src/targets/cgi/Makefile.in 1.15:
15873: makefiles
15874:
15875: * src/types/pa_value.h 1.73:
15876: * src/types/pa_vdnode.C 1.7:
15877: * src/types/pa_vtable.C 1.5:
15878: * src/types/pa_vvoid.h 1.3:
15879: z
15880:
15881: * src/types/pa_vclass.h 1.18:
15882: * src/types/pa_vhash.h 1.20:
15883: * src/types/pa_vhash.h 1.21:
15884: * src/types/pa_vtable.h 1.32:
15885: fixed small bugs with usinge hash/table in expressions
15886:
15887: * src/classes/classes.cmd 1.3:
15888: * src/classes/gd/gd.dsp 1.9:
15889: * src/classes/gd/gif.C 1.8:
15890: * src/classes/gd/gif.h 1.13:
15891: * src/classes/image.C 1.45:
15892: * src/classes/op.C 1.44:
15893: * src/classes/table.C 1.114:
15894: * src/include/pa_request.h 1.97:
15895: * src/include/pa_sapi.h 1.12:
15896: * src/main/compile.C 1.49:
15897: * src/main/compile.tab.C 1.13:
15898: * src/main/compile.y 1.167:
15899: * src/main/compile_tools.h 1.49:
15900: * src/main/main.dsp 1.122:
15901: * src/main/pa_common.C 1.67:
15902: * src/main/pa_sql_driver_manager.C 1.37:
15903: * src/targets/cgi/parser3.C 1.112:
15904: * src/targets/cgi/parser3.dsp 1.27:
15905: * src/types/pa_value.h 1.72:
15906: * src/types/pa_vbool.h 1.12:
15907: * src/types/pa_vdate.h 1.4:
15908: * src/types/pa_vdouble.h 1.25:
15909: * src/types/pa_vform.C 1.38:
15910: * src/types/pa_vhash.h 1.19:
15911: * src/types/pa_vimage.h 1.16:
15912: * src/types/pa_vint.h 1.26:
15913: * src/types/pa_vstring.h 1.33:
15914: * src/types/pa_vtable.h 1.31:
15915: * src/types/pa_vvoid.h 1.2:
15916: merged3 with before_xml
15917: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
15918:
15919: * src/Makefile.am 1.7:
15920: * src/Makefile.am 1.8:
15921: * src/Makefile.am 1.9:
15922: * src/main/Makefile.am 1.16:
15923: * src/targets/Makefile.am 1.7:
15924: * src/targets/apache13/Makefile.am 1.5:
15925: * src/targets/cgi/Makefile.am 1.15:
15926: * src/targets/cgi/pa_pool.C 1.22:
15927: started unix makes update
15928:
15929: 2001-09-21 parser
15930: * src/classes/gd/gd.dsp 1.8:
15931: * src/classes/smtp/smtp.dsp 1.7:
15932: * src/main/main.dsp 1.121:
15933: * src/targets/cgi/parser3.dsp 1.26:
15934: * src/targets/isapi/parser3isapi.dsp 1.21:
15935: updated project files [/ sadly produced "" in make file and
15936: sadly wrong interpreted on load]
15937:
15938: * src/include/pa_pool.h 1.56:
15939: * src/main/pa_pool.C 1.24:
15940: checked whether transcoder were created right
15941: "unsupported encoding" message.
15942: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
15943:
15944: reduced transcode buffer size to 60
15945: fixed pool cleanup - no registration needed, pools are officially destructured
15946:
15947: * src/classes/dom.C 1.29:
15948: * src/classes/dom.C 1.30:
15949: * src/classes/dom.C 1.31:
15950: * src/classes/dom.C 1.32:
15951: * src/include/pa_pool.h 1.57:
15952: * src/include/pa_pool.h 1.58:
15953: * src/main/pa_pool.C 1.25:
15954: * src/types/pa_vdnode.C 1.5:
15955: * src/types/pa_vresponse.h 1.12:
15956: defaulted dom writing methods encoding to pool.get_charset
15957:
15958: * src/classes/classes.C 1.8:
15959: * src/classes/date.C 1.7:
15960: * src/classes/dnode.C 1.5:
15961: * src/classes/dom.C 1.33:
15962: * src/classes/file.C 1.54:
15963: * src/classes/form.C 1.15:
15964: * src/classes/gd/gd.dsp 1.6:
15965: * src/classes/gd/gif.C 1.7:
15966: * src/classes/gd/gifio.C 1.12:
15967: * src/classes/int.C 1.33:
15968: * src/classes/mail.C 1.38:
15969: * src/classes/smtp/comms.C 1.3:
15970: * src/classes/smtp/smtp.C 1.3:
15971: * src/classes/smtp/smtp.dsp 1.5:
15972: * src/doc/doxygen.cfg 1.16:
15973: * src/include/pa_config_fixed.h 1.12:
15974: * src/include/pa_pool.h 1.59:
15975: * src/main/main.dsp 1.119:
15976: * src/main/pa_globals.C 1.76:
15977: * src/main/pa_pool.C 1.26:
15978: * src/main/pa_request.C 1.155:
15979: * src/main/pa_xslt_stylesheet_manager.C 1.3:
15980: * src/targets/cgi/pa_pool.C 1.21:
15981: * src/targets/cgi/pa_threads.C 1.2:
15982: * src/targets/cgi/parser3.dsp 1.24:
15983: * src/targets/isapi/pa_pool.C 1.6:
15984: * src/targets/isapi/pa_threads.C 1.2:
15985: * src/targets/isapi/parser3isapi.dsp 1.19:
15986: * src/types/pa_valiased.C 1.9:
15987: * src/types/pa_vcookie.C 1.23:
15988: * src/types/pa_vdnode.C 1.6:
15989: * src/types/pa_vdom.C 1.2:
15990: * src/types/pa_vfile.C 1.21:
15991: * src/types/pa_vform.C 1.37:
15992: * src/types/pa_vimage.C 1.9:
15993: * src/types/pa_vrequest.C 1.9:
15994: * src/types/pa_vresponse.h 1.13:
15995: * src/types/pa_vstateless_class.C 1.9:
15996: * src/types/pa_vstring.C 1.10:
15997: * src/types/pa_vtable.C 1.4:
15998: * src/types/pa_wcontext.C 1.8:
15999: zillions of #ifdef XML
16000: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
16001: first, will join latest changes
16002:
16003: * src/Makefile.in 1.18:
16004: * src/classes/classes.h 1.11:
16005: * src/classes/gd/gd.dsp 1.7:
16006: * src/classes/gd/gif.h 1.12:
16007: * src/classes/hash.C 1.18:
16008: * src/classes/op.C 1.43:
16009: * src/classes/smtp/smtp.dsp 1.6:
16010: * src/classes/table.C 1.113:
16011: * src/doc/doxygen.cfg 1.17:
16012: * src/include/pa_common.h 1.50:
16013: * src/include/pa_globals.h 1.64:
16014: * src/include/pa_request.h 1.96:
16015: * src/include/pa_sapi.h 1.11:
16016: * src/include/pa_sql_driver_manager.h 1.11:
16017: * src/include/pa_string.h 1.104:
16018: * src/main/compile.tab.C 1.12:
16019: * src/main/main.dsp 1.120:
16020: * src/main/pa_common.C 1.66:
16021: * src/main/pa_exec.C 1.13:
16022: * src/main/pa_globals.C 1.77:
16023: * src/targets/cgi/parser3.dsp 1.25:
16024: * src/targets/isapi/parser3isapi.dsp 1.20:
16025: merged with before_xml
16026:
16027: 2001-09-20 parser
16028: * src/classes/dnode.C 1.3:
16029: * src/classes/dom.C 1.26:
16030: * src/targets/cgi/parser3.dsp 1.22:
16031: * src/types/pa_vstring.h 1.32:
16032: dnode .file .string .save moved back to dom due to strange
16033: xalan bug
16034:
16035: * src/main/pa_pool.C 1.23:
16036: * src/main/pa_request.C 1.154:
16037: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
16038: charset[here]]
16039:
16040: * src/classes/dom.C 1.27:
16041: dom. string save file
16042: moved output xml options to last param and made it optional
16043:
16044: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
16045: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
16046: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
16047: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
16048: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
16049: table/hash can be used in expression context now, there value = size
16050: and boolean value size!=0
16051:
16052: * src/classes/dnode.C 1.4:
16053: * src/classes/dom.C 1.28:
16054: * src/classes/gd/gd.dsp 1.5:
16055: * src/classes/smtp/smtp.dsp 1.4:
16056: * src/include/pa_config_includes.h 1.10:
16057: * src/include/pa_globals.h 1.63:
16058: * src/include/pa_pool.h 1.55:
16059: * src/main/main.dsp 1.118:
16060: * src/main/pa_globals.C 1.75:
16061: * src/main/pa_pool.C 1.22:
16062: * src/targets/cgi/parser3.dsp 1.23:
16063: * src/targets/isapi/parser3isapi.C 1.43:
16064: * src/targets/isapi/parser3isapi.dsp 1.18:
16065: * src/types/pa_vdnode.C 1.4:
16066: * src/types/pa_vdnode.h 1.2:
16067: * src/types/pa_vresponse.h 1.11:
16068: Pool::transcode 0
16069:
16070: * src/types/pa_vdnode.C 1.3:
16071: !$elementnode.attributes = hash of dnodes
16072: !$attributenode.specified = boolean
16073: true if the attribute received its value explicitly in the XML document,
16074: or if a value was assigned programatically with the setValue function.
16075: false if the attribute value came from the default value declared in the document's DTD.
16076: !$pinode.target = target of this processing instruction
16077: XML defines this as being the first token following the markup
16078: that begins the processing instruction.
16079: XPath:
16080: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
16081: !^node.select-single[xpath/query/expression] = first node if any
16082:
16083: * src/classes/image.C [before_xml] 1.40.4.4:
16084: 20K preload on jpg measure [image::measure]
16085:
16086: * src/types/pa_value.h [before_xml] 1.70.4.2:
16087: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
16088: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
16089: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
16090: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
16091: * src/types/pa_vint.h [before_xml] 1.25.4.1:
16092: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
16093: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
16094: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
16095: some 'const's added
16096:
16097: 2001-09-18 parser
16098: * src/classes/dnode.C 1.2:
16099: * src/classes/dom.C 1.25:
16100: * src/classes/gd/gif.C 1.6:
16101: * src/classes/gd/gif.h 1.11:
16102: * src/classes/hash.C 1.17:
16103: * src/classes/image.C 1.44:
16104: * src/classes/op.C 1.42:
16105: * src/classes/table.C 1.112:
16106: * src/include/pa_common.h 1.49:
16107: * src/include/pa_globals.h 1.62:
16108: * src/include/pa_request.h 1.95:
16109: * src/include/pa_sql_driver_manager.h 1.10:
16110: * src/main/compile.C 1.48:
16111: * src/main/compile.tab.C 1.11:
16112: * src/main/compile.y 1.166:
16113: * src/main/compile_tools.h 1.48:
16114: * src/main/execute.C 1.191:
16115: * src/main/pa_common.C 1.65:
16116: * src/main/pa_request.C 1.153:
16117: * src/main/pa_sql_driver_manager.C 1.36:
16118: * src/main/pa_string.C 1.103:
16119: * src/main/pa_table.C 1.37:
16120: * src/targets/cgi/parser3.C 1.111:
16121: * src/targets/cgi/parser3.dsp 1.21:
16122: * src/targets/isapi/parser3isapi.C 1.42:
16123: * src/types/pa_value.h 1.71:
16124: * src/types/pa_vform.C 1.36:
16125: * src/types/pa_vform.h 1.24:
16126: * src/types/pa_vhash.h 1.18:
16127: * src/types/pa_vimage.C 1.8:
16128: * src/types/pa_vimage.h 1.15:
16129: * src/types/pa_vtable.h 1.30:
16130: merged latest bugfixes from before_xml branch
16131: ^if(def $hash) now true only when ^hash:_count[]!=0
16132: moved
16133: .string .save .file from dom to dnode
16134:
16135: * src/classes/dnode.C 1.1:
16136: * src/classes/dnode.h 1.1:
16137: * src/main/main.dsp 1.117:
16138: * src/types/pa_vdnode.C 1.1:
16139: * src/types/pa_vdnode.h 1.1:
16140: dom, dnode 0
16141:
16142: * src/types/pa_vdnode.C 1.2:
16143: * src/types/pa_vdom.h 1.12:
16144: * src/types/pa_vhash.h 1.17:
16145: * src/types/pa_vtable.h 1.29:
16146: dom, dnode 1
16147:
16148: * src/classes/image.C [before_xml] 1.40.4.3:
16149: * src/main/pa_string.C [before_xml] 1.102.2.2:
16150: * src/main/pa_table.C [before_xml] 1.36.2.1:
16151: image: poly* fixed
16152:
16153: * src/classes/op.C [before_xml] 1.41.4.2:
16154: * src/main/execute.C [before_xml] 1.190.4.2:
16155: operators self changed to root
16156: ^for variable context changed to self
16157:
16158: 2001-09-17 parser
16159: * src/classes/classes.h 1.10:
16160: * src/classes/dom.C 1.23:
16161: * src/classes/hash.C 1.16:
16162: * src/include/pa_stylesheet_connection.h 1.3:
16163: * src/main/main.dsp 1.115:
16164: * src/targets/cgi/pa_pool.C 1.20:
16165: * src/types/pa_vdom.h 1.10:
16166: * src/types/pa_vfile.h 1.32:
16167: * src/types/pa_vimage.h 1.14:
16168: started
16169: dnode
16170: DOM:
16171: $node.name
16172: $node.value
16173: ...others...
16174: ^node.xpath[/rates/USD] = hash
16175: dom(dnode)
16176:
16177: * src/classes/dom.C 1.24:
16178: * src/main/main.dsp 1.116:
16179: * src/main/pa_globals.C 1.74:
16180: * src/types/pa_vdom.h 1.11:
16181: started dnode+dom
16182:
16183: dnode
16184: DOM methods:
16185: $node.name
16186: $node.value
16187: ...others...
16188:
16189: ^node.xpath[/rates/USD] = hash
16190: $hash[
16191: $.0[node0]
16192: $.1[node1]
16193: ]
16194:
16195: * src/classes/gd/gif.C [before_xml] 1.5.8.2:
16196: * src/classes/gd/gif.h [before_xml] 1.10.4.2:
16197: * src/classes/image.C [before_xml] 1.40.4.2:
16198: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
16199: $image.line-style
16200: now applies to all linear primitives
16201:
16202: * src/classes/hash.C [before_xml] 1.15.4.1:
16203: * src/main/compile.C [before_xml] 1.47.4.1:
16204: * src/main/compile.tab.C [before_xml] 1.10.4.2:
16205: * src/main/compile.y [before_xml] 1.165.4.2:
16206: * src/main/compile_tools.h [before_xml] 1.47.4.2:
16207: * src/main/execute.C [before_xml] 1.190.4.1:
16208: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
16209: expressions unary+
16210: ^hash.count[]
16211: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
16212:
16213: 2001-09-15 parser
16214: * src/classes/gd/gif.C [before_xml] 1.5.8.1:
16215: * src/classes/gd/gif.h [before_xml] 1.10.4.1:
16216: * src/classes/image.C [before_xml] 1.40.4.1:
16217: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
16218: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
16219: image: $line-width ^line(...)[**** style]
16220:
16221: * src/classes/dom.C 1.21:
16222: * src/classes/image.C 1.43:
16223: * src/include/pa_pool.h 1.53:
16224: * src/include/pa_stylesheet_connection.h 1.2:
16225: * src/main/main.dsp 1.114:
16226: * src/targets/cgi/pa_pool.C 1.18:
16227: * src/targets/isapi/pa_pool.C 1.4:
16228: * src/targets/isapi/pool_storage.h 1.5:
16229: * src/types/pa_vdom.C 1.1:
16230: * src/types/pa_vdom.h 1.8:
16231: xalan objects freed up [introducing Pool::register_cleanup]
16232:
16233: * src/doc/doxygen.cfg 1.15:
16234: * src/include/pa_sapi.h 1.10:
16235: * src/types/pa_vdom.h 1.7:
16236: comments
16237:
16238: * src/classes/dom.C 1.22:
16239: * src/targets/isapi/parser3isapi.C 1.41:
16240: * src/targets/isapi/pool_storage.h 1.8:
16241: * src/types/pa_vdom.h 1.9:
16242: fixed bug in isapi pool_storage -
16243: cleanups first, allocations second.
16244: apache wisely does just like that
16245:
16246: * src/targets/isapi/parser3isapi.C 1.40:
16247: * src/targets/isapi/pool_storage.h 1.7:
16248: pool_storage rewritten using template, no bugs now
16249:
16250: * src/include/pa_pool.h 1.54:
16251: * src/main/pa_pool.C 1.21:
16252: * src/targets/cgi/pa_pool.C 1.19:
16253: * src/targets/isapi/pa_pool.C 1.5:
16254: * src/targets/isapi/parser3isapi.C 1.39:
16255: * src/targets/isapi/parser3isapi.dsp 1.17:
16256: * src/targets/isapi/pool_storage.h 1.6:
16257: poorly started isapi pool_storage, would rewrite using template now
16258:
16259: 2001-09-14 parser
16260: * src/classes/dom.C 1.20:
16261: * src/classes/file.C 1.53:
16262: * src/classes/image.C 1.42:
16263: * src/classes/mail.C 1.37:
16264: * src/include/pa_common.h 1.48:
16265: * src/include/pa_sql_driver_manager.h 1.9:
16266: * src/include/pa_string.h 1.103:
16267: * src/include/pa_stylesheet_connection.h 1.1:
16268: * src/include/pa_xslt_stylesheet_manager.h 1.1:
16269: * src/main/main.dsp 1.113:
16270: * src/main/pa_common.C 1.64:
16271: * src/main/pa_exec.C 1.12:
16272: * src/main/pa_globals.C 1.73:
16273: * src/main/pa_sql_driver_manager.C 1.34:
16274: * src/main/pa_xslt_stylesheet_manager.C 1.1:
16275: * src/main/untaint.C 1.62:
16276: * src/types/pa_vfile.C 1.20:
16277: dom.xslt stylesheet compiled&cached
16278:
16279: * src/main/pa_sql_driver_manager.C 1.35:
16280: * src/main/pa_xslt_stylesheet_manager.C 1.2:
16281: z
16282:
16283: 2001-09-13 parser
16284: * src/classes/dom.C 1.18:
16285: dom:file content-type(.method)
16286:
16287: * src/classes/dom.C 1.19:
16288: * src/classes/file.C 1.52:
16289: * src/classes/image.C 1.41:
16290: * src/types/pa_vfile.C 1.19:
16291: * src/types/pa_vfile.h 1.31:
16292: ^dom.file[] charset
16293:
16294: * src/include/pa_globals.h [before_xml] 1.61.4.1:
16295: * src/include/pa_request.h [before_xml] 1.94.4.1:
16296: * src/main/pa_request.C [before_xml] 1.152.4.2:
16297: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
16298: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
16299: ParserRootConfig .../parser3.conf
16300: ParserSiteConfig .../parser3.conf
16301:
16302: cgi&isapi looks for {configure|c:\windows}/parser3.conf
16303:
16304: * src/include/pa_common.h [before_xml] 1.47.4.1:
16305: * src/include/pa_globals.h [before_xml] 1.61.4.2:
16306: * src/main/pa_common.C [before_xml] 1.63.4.1:
16307: * src/main/pa_request.C [before_xml] 1.152.4.3:
16308: $MAIN:CLASS_PATH now
16309: can be string now
16310: more informative error messages
16311:
16312: 2001-09-12 parser
16313: * src/main/compile.y [before_xml] 1.165.4.1:
16314: * src/main/compile_tools.h [before_xml] 1.47.4.1:
16315: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
16316: introduced special LS_NAME_SQUARE_PART state
16317:
16318: * src/main/compile.tab.C [before_xml] 1.10.4.1:
16319: fixed - subname code parts actually [] braced
16320:
16321: * src/classes/op.C [before_xml] 1.41.4.1:
16322: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
16323: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
16324: ^connect[]
16325: ^connect[aaa]
16326: more precise error reporting:
16327: "connection string must start with protocol://"
16328: now
16329:
16330: 2001-09-11 parser
16331: * src/types/pa_vdom.h 1.5:
16332: messages
16333:
16334: * src/classes/dom.C 1.16:
16335: * src/types/pa_vdom.h 1.6:
16336: ^dom:set[<some>xml</some>]
16337:
16338: * src/classes/dom.C 1.17:
16339: * src/include/pa_string.h 1.102:
16340: * src/main/pa_globals.C 1.72:
16341: * src/main/untaint.C 1.61:
16342: ^dom:set{<some>xml</some>} default language XML
16343: languages+=xml
16344:
16345: * src/classes/dom.C 1.14:
16346: * src/classes/dom.C 1.15:
16347: ^dom:save/string/file[output options]
16348: output options:
16349: $.method[xml|html|text] detection fixed
16350:
16351: 2001-09-10 parser
16352: * src/classes/dom.C 1.4:
16353: * src/main/main.dsp 1.110:
16354: * src/types/pa_vform.C 1.35:
16355: * src/types/pa_vform.h 1.23:
16356: ^dom.save[b.xml] 0
16357:
16358: * src/classes/dom.C 1.9:
16359: ^dom.file[encoding] = file
16360:
16361: * src/classes/dom.C 1.12:
16362: ^dom.xslt[stylesheet filename][params hash added]
16363:
16364: * src/classes/dom.C 1.10:
16365: * src/main/main.dsp 1.111:
16366: * src/types/pa_vdom.h 1.3:
16367: ^dom.xslt[stylesheet filename] -1 doc is lying
16368:
16369: * src/classes/dom.C 1.11:
16370: * src/main/main.dsp 1.112:
16371: * src/types/pa_vdom.h 1.4:
16372: ^dom.xslt[stylesheet filename] 0
16373:
16374: * src/classes/dom.C 1.5:
16375: ^dom.save[b.xml] 1:error handling
16376:
16377: * src/classes/dom.C 1.13:
16378: ^dom:save/string/file[output options]
16379: output options:
16380: $.method[xml|html|text] $.encoding[windows-1251|...]
16381:
16382: * src/classes/dom.C 1.6:
16383: ^dom.string[] 0
16384:
16385: * src/classes/dom.C 1.7:
16386: * src/classes/dom.C 1.8:
16387: ^dom.string[encoding] 1
16388: ^dom.save[encoding;filename]
16389:
16390: 2001-09-08 parser
16391: * src/types/pa_vform.C [before_xml] 1.33.2.3:
16392: $form:tables.name.field
16393:
16394: 2001-09-07 parser
16395: * src/classes/dom.C 1.3:
16396: * src/types/pa_value.h [before_xml] 1.70.4.1:
16397: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
16398: (def $table) is false when table is empty
16399:
16400: * src/main/pa_request.C [before_xml] 1.152.4.1:
16401: * src/types/pa_vform.C [before_xml] 1.33.2.2:
16402: * src/types/pa_vform.h [before_xml] 1.22.2.2:
16403: !$form:tables
16404: $atable[$form:tables.a]
16405: ^atable.menu{a=$atable.element}[,]
16406:
16407: * src/classes/dom.C 1.1:
16408: file dom.C was initially added on branch xalan1_2.
16409:
16410: * src/main/pa_exception.C 1.15:
16411: * src/types/pa_vform.C 1.32:
16412: getting FIRST form element [not last]
16413:
16414: * src/classes/table.C [before_xml] 1.110.4.1:
16415: table:empty removed, superceded by ^if(def $table)...
16416:
16417: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
16418: * src/types/pa_vform.C [before_xml] 1.33.2.1:
16419: * src/types/pa_vform.h [before_xml] 1.22.2.1:
16420: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
16421: !$form:fields
16422:
16423: * src/include/pa_hash.h 1.43:
16424: * src/main/pa_hash.C 1.39:
16425: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
16426: * src/types/pa_vfile.h 1.30:
16427: * src/types/pa_vform.C 1.33:
16428: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
16429: * src/types/pa_vform.h 1.22:
16430: z
16431:
16432: * src/Makefile.in [xalan1_2] 1.16.2.1:
16433: * src/classes/dom.C [xalan1_2] 1.1.2.1:
16434: * src/classes/table.C [xalan1_2] 1.110.2.1:
16435: * src/main/main.dsp [xalan1_2] 1.108.2.1:
16436: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
16437: introducing dom. dom:load[a.xml]
16438:
16439: * src/main/pa_string.C [before_xml] 1.102.2.1:
16440: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
16441: is 0]
16442:
16443: * src/Makefile.in 1.17:
16444: * src/classes/dom.C 1.2:
16445: * src/classes/table.C 1.111:
16446: * src/main/main.dsp 1.109:
16447: * src/types/pa_vdom.h 1.2:
16448: * src/types/pa_vform.C 1.34:
16449: merged with successful start of dom
16450:
16451: * src/types/pa_vdom.h 1.1:
16452: file pa_vdom.h was initially added on branch xalan1_2.
16453:
16454: 2001-09-06 parser
16455: * src/doc/doxygen.cfg 1.14:
16456: merged new default options from 1.2.10 doxygen
16457:
16458: * src/classes/hash.C 1.15:
16459: * src/include/pa_globals.h 1.61:
16460: * src/main/pa_globals.C 1.71:
16461: * src/types/pa_vhash.h 1.16:
16462: now there's special hash key '_default' [instead of ^_default method]
16463: $hash[
16464: $.a[1]
16465: $.b[2]
16466: $._default[xx]
16467: ]
16468: $hash.c
16469:
16470: * src/types/pa_vform.C 1.30:
16471: * src/types/pa_vform.C 1.31:
16472: a=1&a=2 would result in $form:a being a table with one column '
16473: element' and two rows: 1 and 2
16474:
16475: * src/classes/gd/gifio.C 1.11:
16476: * src/classes/image.C 1.40:
16477: * src/classes/op.C 1.41:
16478: * src/classes/string.C 1.74:
16479: * src/classes/table.C 1.110:
16480: * src/doc/doxygen.cfg 1.13:
16481: * src/targets/isapi/parser3isapi.C 1.38:
16482: * src/types/pa_vtable.C 1.3:
16483: few #ifndef DOXYGEN
16484:
16485: * src/classes/void.C 1.9:
16486: * src/main/pa_string.C 1.102:
16487: * src/main/pa_table.C 1.36:
16488: fixed up bad int/double conversions, and now $form:nonexistent
16489: int(88) would return 88
16490:
16491: * src/main/compile.tab.C 1.10:
16492: * src/main/compile.y 1.165:
16493: ^if(0){}{ ^if(1){}^; }
16494: bug fixed [thanks, fif], ^; were treated there non-literally
16495:
16496: 2001-09-05 parser
16497: * src/classes/string.C 1.73:
16498: * src/classes/table.C 1.109:
16499: sql options can be void [same as image:html the other day]
16500:
16501: * src/classes/mail.C 1.36:
16502: MAIN:MAIL check fixed
16503:
16504: * src/Makefile.in 1.16:
16505: * src/classes/Makefile.in 1.15:
16506: * src/classes/gd/Makefile.in 1.11:
16507: * src/main/Makefile.in 1.12:
16508: * src/targets/cgi/Makefile.in 1.14:
16509: * src/types/Makefile.in 1.11:
16510: makes
16511:
16512: * src/main/pa_sql_driver_manager.C 1.33:
16513: * src/sql/pa_sql_driver.h 1.16:
16514: * src/targets/cgi/parser3.C 1.110:
16515: #define STRINGIZE(name) #name
16516: does not macro expantion on param, simply qoutes whatever passed, undone
16517:
16518: * src/main/pa_sql_driver_manager.C 1.30:
16519: * src/sql/pa_sql_driver.h 1.14:
16520: SQL_DRIVER_CREATE_FUNC_NAME
16521:
16522: * src/main/pa_sql_driver_manager.C 1.32:
16523: * src/sql/pa_sql_driver.h 1.15:
16524: * src/targets/cgi/Makefile.am 1.13:
16525: * src/targets/cgi/parser3.C 1.109:
16526: #define STRINGIZE(name) #name
16527: invented
16528:
16529: * src/targets/cgi/Makefile.am 1.14:
16530: .am undo
16531:
16532: * src/classes/op.C 1.40:
16533: * src/include/pa_sql_driver_manager.h 1.8:
16534: * src/main/pa_sql_driver_manager.C 1.31:
16535: #define MAIN_SQL_NAME "SQL"
16536: #define MAIN_SQL_DRIVERS_NAME "drivers"
16537:
16538: moved to be availible to all users
16539:
16540: 2001-09-04 parser
16541: * src/targets/cgi/parser3.C 1.106:
16542: zz
16543:
16544: * src/include/pa_config_auto.h.in 1.5:
16545: * src/targets/Makefile.in 1.12:
16546: * src/targets/apache13/Makefile.in 1.12:
16547: * src/targets/cgi/Makefile.am 1.12:
16548: * src/targets/cgi/Makefile.in 1.13:
16549: * src/targets/cgi/parser3.C 1.102:
16550: configure --sysconfdir=sysadmin-controlled auto.p location for
16551: targets/cgi/parser3, default[/usr/local/etc]
16552:
16553: * src/Makefile.in 1.15:
16554: * src/include/pa_config_auto.h.in 1.4:
16555: * src/targets/apache13/Makefile.in 1.11:
16556: * src/targets/cgi/Makefile.in 1.12:
16557: makes
16558:
16559: * src/targets/isapi/parser3isapi.C 1.37:
16560: z
16561:
16562: * src/targets/cgi/parser3.C 1.104:
16563: zzz
16564:
16565: * src/targets/cgi/parser3.C 1.108:
16566: full_file_spec bug
16567:
16568: * src/classes/image.C 1.39:
16569: image.html now can accept void params
16570:
16571: * src/classes/date.C 1.5:
16572: date:sql-string is now without ''
16573:
16574: * src/classes/date.C 1.6:
16575: date
16576:
16577: * src/targets/cgi/parser3.C 1.107:
16578: getenvcheck
16579:
16580: 2001-09-03 parser
16581: * src/targets/cgi/parser3.C 1.101:
16582: /configure cgi SYSCONFDIR
16583:
16584: 2001-09-01 parser
16585: * src/classes/image.C 1.38:
16586: letter_spacing
16587:
16588: * src/classes/image.C 1.36:
16589: image: as_int as_string used
16590:
16591: * src/classes/image.C 1.37:
16592: image: font params changed
16593:
16594: * src/types/pa_vmethod_frame.h 1.15:
16595: $result[] now gets properly analized
16596:
16597: 2001-08-31 parser
16598: * src/Makefile.in 1.14:
16599: * src/include/pa_dir.h 1.4:
16600: * src/targets/Makefile.in 1.11:
16601: * src/targets/cgi/parser3.C 1.99:
16602: compiled under cygwin
16603:
16604: * src/targets/cgi/parser3.C 1.100:
16605: z
16606:
16607: * src/classes/void.C 1.8:
16608: void:int/double += (default)
16609:
16610: * src/classes/string.C 1.72:
16611: * src/classes/table.C 1.108:
16612: string:int/double (defaults)
16613:
16614: * src/classes/image.C 1.35:
16615: image:font added space param
16616: image:font changed charwidth alg, added kerning const[for now]
16617:
16618: 2001-08-29 parser
16619: * src/main/pa_exception.C 1.14:
16620: exception redundant debug info
16621:
16622: 2001-08-28 parser
16623: * src/classes/table.C 1.107:
16624: NO_STRING_ORIGIN check
16625:
16626: * src/classes/string.C 1.71:
16627: * src/include/pa_dictionary.h 1.2:
16628: * src/include/pa_string.h 1.101:
16629: * src/main/pa_dictionary.C 1.4:
16630: * src/main/pa_string.C 1.101:
16631: * src/main/untaint.C 1.59:
16632: pa_directory speeded up. moved zero 'from' check to directory constructor.
16633: string:replace
16634:
16635: * src/Makefile.in 1.13:
16636: makes
16637:
16638: * src/Makefile.in 1.12:
16639: * src/classes/Makefile.in 1.13:
16640: * src/classes/gd/Makefile.in 1.9:
16641: * src/main/Makefile.in 1.10:
16642: * src/targets/Makefile.in 1.10:
16643: * src/targets/apache13/Makefile.in 1.9:
16644: * src/targets/cgi/Makefile.in 1.10:
16645: * src/types/Makefile.in 1.9:
16646: makefiles
16647:
16648: * src/classes/file.C 1.51:
16649: * src/main/pa_common.C 1.63:
16650: file:move autocreate/remove dest/src dir
16651:
16652: * src/main/compile.C 1.47:
16653: NO_STRING_ORIGIN check2
16654:
16655: * src/classes/image.C 1.33:
16656: image: gifsize little endian
16657:
16658: * src/targets/apache13/Makefile.am 1.4:
16659: COMPILE_APACHE13_MODULE
16660:
16661: * src/include/pa_dictionary.h 1.4:
16662: * src/main/pa_dictionary.C 1.5:
16663: * src/main/pa_sql_driver_manager.C 1.29:
16664: NO_STRING_ORIGIN check3
16665:
16666: * src/include/pa_dictionary.h 1.3:
16667: gcc: ../include/pa_dictionary.h:19: storage class specifiers
16668: invalid in friend function declarations
16669:
16670: * src/targets/apache13/Makefile.am 1.3:
16671: configure to skip apache
16672:
16673: * src/classes/Makefile.in 1.14:
16674: * src/classes/gd/Makefile.in 1.10:
16675: * src/main/Makefile.in 1.11:
16676: * src/targets/apache13/Makefile.in 1.10:
16677: * src/targets/cgi/Makefile.in 1.11:
16678: * src/types/Makefile.in 1.10:
16679: make.ins
16680:
16681: * src/classes/op.C 1.39:
16682: * src/main/compile.tab.C 1.9:
16683: * src/main/pa_dir.C 1.6:
16684: * src/main/untaint.C 1.60:
16685: * src/targets/cgi/parser3.C 1.98:
16686: * src/targets/isapi/parser3isapi.C 1.36:
16687: strncpy forced with zero ending in case of limit
16688:
16689: * src/classes/gd/gif.h 1.10:
16690: * src/classes/gd/gifio.C 1.10:
16691: #endif /*some comments removed*/
16692:
16693: * src/classes/image.C 1.34:
16694: image error msgs
16695:
16696: * src/classes/Makefile.am 1.18:
16697: * src/classes/gd/Makefile.am 1.3:
16698: * src/main/Makefile.am 1.15:
16699: * src/targets/cgi/Makefile.am 1.11:
16700: * src/types/Makefile.am 1.6:
16701: .am-s
16702:
16703: * src/doc/doxygen.cfg 1.12:
16704: doxygen conf removed some garbage from under doxygeneration
16705:
16706: 2001-08-27 parser
16707: * src/Makefile.in 1.11:
16708: * src/classes/Makefile.in 1.12:
16709: * src/classes/gd/Makefile.in 1.8:
16710: * src/main/Makefile.in 1.9:
16711: * src/main/pa_common.C 1.61:
16712: * src/main/pa_exception.C 1.12:
16713: * src/main/pa_sql_driver_manager.C 1.28:
16714: * src/targets/Makefile.in 1.9:
16715: * src/targets/apache13/Makefile.in 1.8:
16716: * src/targets/cgi/Makefile.am 1.10:
16717: * src/targets/cgi/Makefile.in 1.9:
16718: * src/types/Makefile.in 1.8:
16719: configure for solaris -lsocket
16720:
16721: * src/classes/image.C 1.31:
16722: * src/classes/image.C 1.32:
16723: fixed jpgsize alg
16724:
16725: * src/main/pa_request.C 1.152:
16726: * src/targets/cgi/parser3.C 1.97:
16727: parser3 test.html [auto.p from current dir loading]
16728:
16729: * src/main/pa_exception.C 1.13:
16730: z
16731:
16732: * src/main/pa_common.C 1.62:
16733: removed debug info from pa_common
16734:
16735: 2001-08-24 parser
16736: * src/targets/cgi/parser3.C 1.95:
16737: not cgi extra \n 2
16738:
16739: * src/classes/file.C 1.50:
16740: * src/classes/form.C 1.14:
16741: * src/classes/mail.C 1.35:
16742: * src/classes/table.C 1.106:
16743: fiew non-pool mallocs fixed
16744:
16745: * src/targets/cgi/parser3.C 1.96:
16746: not cgi extra \n 3
16747:
16748: * src/sql/pa_sql_driver.h 1.13:
16749: sql* removed services from disconnect - cross-request ideological probs.
16750: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
16751:
16752: * src/targets/cgi/parser3.C 1.94:
16753: not cgi extra \n
16754:
16755: * src/main/pa_sql_driver_manager.C 1.27:
16756: z
16757:
16758: * src/include/pa_sql_connection.h 1.12:
16759: * src/main/pa_sql_driver_manager.C 1.26:
16760: sql* removed services from disconnect - cross-request
16761: ideological probs.
16762:
16763: 2001-08-23 parser
16764: * src/main/pa_sql_driver_manager.C 1.25:
16765: oracle: dlink
16766:
16767: * src/classes/file.C 1.49:
16768: minor bug in file:save fixed
16769:
16770: 2001-08-22 parser
16771: * src/classes/file.C 1.48:
16772: * src/main/compile.tab.C 1.8:
16773: * src/types/pa_vfile.C 1.18:
16774: * src/types/pa_vfile.h 1.29:
16775: file:load|save[text|binary;
16776:
16777: * src/main/compile.tab.C 1.7:
16778: * src/main/compile.y 1.164:
16779: ^method[]^[^] literals []
16780:
16781: 2001-08-21 parser
16782: * src/classes/file.C 1.47:
16783: * src/classes/table.C 1.105:
16784: ^file:list
16785:
16786: 2001-08-20 parser
16787: * src/main/compile.tab.C 1.6:
16788: * src/main/compile.y 1.163:
16789: * src/main/pa_sql_driver_manager.C 1.24:
16790: * src/types/pa_value.h 1.70:
16791: * src/types/pa_vbool.h 1.11:
16792: * src/types/pa_vdouble.h 1.24:
16793: * src/types/pa_vint.h 1.25:
16794: var(123) ^var.inc[] recousively caused problems: inc incremeted
16795: 123 literal!! fixed
16796:
16797: 2001-08-10 parser
16798: * src/classes/table.C 1.101:
16799: * src/include/pa_table.h 1.34:
16800: * src/main/pa_table.C 1.35:
16801: table.sort now creates new sorted table
16802:
16803: * src/main/compile.tab.C 1.3:
16804: * src/main/compile.tab.C 1.4:
16805: * src/main/compile.y 1.160:
16806: * src/main/compile.y 1.161:
16807: (codes) name part syntax added
16808:
16809: * src/main/compile.tab.C 1.5:
16810: * src/main/compile.y 1.162:
16811: [codes] name part syntax now
16812:
16813: * src/main/pa_string.C 1.100:
16814: string.match hanged on. there were a hang check but it weren't wise enough
16815:
16816: @parse[dateString][tmp]
16817: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
16818: $tmp.1 $tmp.2
16819: #end
16820:
16821: @main[]
16822: ^parse[2001-02-03]
16823:
16824: * src/classes/table.C 1.102:
16825: * src/classes/table.C 1.103:
16826: table:sort now default desc
16827:
16828: * src/types/pa_value.h 1.69:
16829: * src/types/pa_vstring.h 1.30:
16830: * src/types/pa_vstring.h 1.31:
16831: string now def only when ne ''
16832:
16833: * src/main/pa_request.C 1.150:
16834: * src/main/pa_request.C 1.151:
16835: wanted to make
16836: const int MAX_EXECUTE_SECONDS=1;
16837:
16838: but couldnt, set_callback_and_alarm appeared to be not exported :(
16839:
16840: * src/classes/table.C 1.104:
16841: table:sort restored [it was bad test :(]
16842:
16843: 2001-08-09 parser
16844: * src/main/pa_string.C 1.99:
16845: $a[010] now ^if($a==10){true}
16846: were octal
16847:
16848: * src/main/Makefile.am 1.14:
16849: .am
16850:
16851: * src/classes/void.C 1.6:
16852: * src/classes/void.C 1.7:
16853: void: int double copy/paste from int: bug fixed
16854:
16855: * src/classes/hash.C 1.14:
16856: hash:_default now [was hash:default]
16857:
16858: * src/types/pa_vcookie.C 1.22:
16859: cookie name&value origins added, more precise $ORIGINS(1)
16860:
16861: * src/classes/op.C 1.38:
16862: case without switch check added
16863:
16864: * src/main/Makefile.in 1.8:
16865: make.in
16866:
16867: 2001-08-07 parser
16868: * src/classes/math.C 1.5:
16869: * src/main/pa_request.C 1.149:
16870: math:random fixed. win32 srand made working
16871:
16872: * src/classes/double.C 1.36:
16873: * src/classes/int.C 1.32:
16874: * src/classes/string.C 1.70:
16875: * src/classes/table.C 1.100:
16876: * src/include/pa_globals.h 1.60:
16877: * src/main/pa_globals.C 1.70:
16878: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
16879: string, table
16880:
16881: 2001-08-06 parser
16882: * src/classes/hash.C 1.13:
16883: hash:keys renamed to hash:_keys :(
16884:
16885: * src/main/pa_exec.C 1.10:
16886: exec win32 real filename
16887:
16888: * src/classes/file.C 1.46:
16889: exec stderr out
16890:
16891: * src/classes/mail.C 1.34:
16892: * src/classes/op.C 1.37:
16893: * src/include/pa_array.h 1.43:
16894: * src/include/pa_globals.h 1.59:
16895: * src/include/pa_hash.h 1.42:
16896: * src/include/pa_request.h 1.94:
16897: * src/main/compile.tab.C 1.2:
16898: * src/main/compile.y 1.159:
16899: * src/main/pa_array.C 1.38:
16900: * src/main/pa_dictionary.C 1.3:
16901: * src/main/pa_exec.C 1.11:
16902: * src/main/pa_globals.C 1.69:
16903: * src/main/pa_hash.C 1.38:
16904: * src/main/pa_request.C 1.148:
16905: * src/main/pa_string.C 1.98:
16906: class_path
16907:
16908: 2001-08-03 parser
16909: * src/classes/table.C 1.99:
16910: * src/types/pa_vtable.h 1.28:
16911: vtable.locks killed
16912:
16913: 2001-08-02 parser
16914: * src/classes/classes.h 1.9:
16915: * src/classes/op.C 1.36:
16916: * src/include/pa_globals.h 1.58:
16917: * src/main/execute.C 1.188:
16918: * src/main/pa_globals.C 1.66:
16919: * src/main/pa_globals.C 1.67:
16920: found another multithread bug in op.C (last, last global var
16921: killed) :)
16922:
16923: * src/main/pa_dictionary.C 1.2:
16924: * src/main/pa_globals.C 1.68:
16925: memset dictionary minor bug fixed
16926:
16927: * src/classes/string.C 1.69:
16928: * src/classes/table.C 1.98:
16929: * src/include/pa_array.h 1.42:
16930: * src/main/execute.C 1.190:
16931: * src/main/pa_exec.C 1.9:
16932: introducing Array_iter
16933:
16934: * src/main/execute.C 1.189:
16935: detected quick_get recursion bug. changed to get@execute, but
16936: needs array iterator, separate from array to avoid it & use caching
16937:
16938: 2001-08-01 parser
16939: * src/include/pa_dictionary.h 1.1:
16940: * src/include/pa_globals.h 1.57:
16941: * src/include/pa_string.h 1.100:
16942: * src/main/main.dsp 1.107:
16943: * src/main/pa_dictionary.C 1.1:
16944: * src/main/pa_globals.C 1.65:
16945: * src/main/pa_request.C 1.147:
16946: * src/main/pa_string.C 1.97:
16947: * src/main/untaint.C 1.58:
16948: speeded up typo-html replacements. introducing Dictionary with
16949: first-char caching
16950:
16951: 2001-07-31 parser
16952: * src/types/Makefile.am 1.5:
16953: pa_vtable.C added to .am
16954:
16955: * src/main/compile.tab.C 1.1:
16956: added, so that could be compiled even on non-bison-enabled platforms
16957:
16958: 2001-07-28 parser
16959: * src/main/compile.y 1.158:
16960: * src/main/untaint.C 1.57:
16961: bug fix @ untaint when \r skipped \n
16962:
16963: * src/classes/table.C 1.97:
16964: table:hash always produces hash, when can't - empty
16965:
16966: 2001-07-27 parser
16967: * src/classes/double.C 1.35:
16968: * src/classes/int.C 1.31:
16969: * src/classes/string.C 1.68:
16970: provided meaningful msg on int/double/string :sql without
16971: result and default
16972:
16973: 2001-07-26 parser
16974: * src/include/pa_opcode.h 1.6:
16975: * src/main/compile.y 1.156:
16976: * src/main/execute.C 1.187:
16977: hash creation syntax problem persists. restored $: for a while.
16978: thinking of $man[$.age[zzz]] syntax now
16979:
16980: * src/classes/op.C 1.35:
16981: fixed bad multithread bug with strangly global OP
16982:
16983: * src/main/compile.y 1.157:
16984: $man[$.age[zzz]] 0
16985:
16986: * src/include/pa_opcode.h 1.4:
16987: * src/main/compile.C 1.45:
16988: * src/main/compile.y 1.154:
16989: * src/main/compile_tools.h 1.46:
16990: * src/main/execute.C 1.185:
16991: * src/main/pa_request.C 1.146:
16992: * src/types/pa_vmethod_frame.h 1.13:
16993: introducing ::
16994: this is constructor call prefix.
16995: ordinary : remains for static accesses
16996:
16997: * src/classes/double.C 1.34:
16998: * src/classes/int.C 1.30:
16999: * src/classes/string.C 1.67:
17000: * src/include/pa_opcode.h 1.5:
17001: * src/main/compile.C 1.46:
17002: * src/main/compile.y 1.155:
17003: * src/main/compile_tools.h 1.47:
17004: * src/main/execute.C 1.186:
17005: * src/types/pa_vcode_frame.h 1.7:
17006: * src/types/pa_vmethod_frame.h 1.14:
17007: * src/types/pa_wcontext.h 1.16:
17008: * src/types/pa_wwrapper.h 1.10:
17009: fixing :: realization #1
17010:
17011: 2001-07-25 parser
17012: * src/classes/table.C 1.95:
17013: * src/main/main.dsp 1.106:
17014: * src/types/pa_vtable.C 1.1:
17015: * src/types/pa_vtable.h 1.27:
17016: ^table.record[] now $table.fields
17017:
17018: * src/types/pa_vtable.C 1.2:
17019: table: get_element order changeed. now:
17020: 1. fields
17021: 2. methods
17022: 3. columns
17023:
17024: * src/types/pa_vdouble.h 1.23:
17025: * src/types/pa_vint.h 1.24:
17026: odbc: no result queries; quote.
17027: optimized double&int tostring-s
17028:
17029: * src/classes/string.C 1.66:
17030: * src/include/pa_globals.h 1.56:
17031: * src/main/execute.C 1.183:
17032: * src/main/pa_globals.C 1.64:
17033: match replace code context moved to implicit $match context
17034:
17035: * src/main/compile.C 1.44:
17036: * src/main/compile.y 1.153:
17037: * src/main/compile_tools.h 1.45:
17038: allowed whitespace before first method decl
17039:
17040: * src/include/pa_opcode.h 1.3:
17041: * src/main/compile.y 1.149:
17042: * src/main/compile_tools.C 1.37:
17043: * src/main/compile_tools.h 1.43:
17044: * src/main/execute.C 1.182:
17045: with killed, code storage introduced with former 'with' syntax
17046:
17047: * src/main/compile.y 1.150:
17048: * src/main/compile.y 1.151:
17049: * src/main/execute.C 1.184:
17050: $var[] is now empty string, not void
17051:
17052: * src/main/compile.C 1.43:
17053: * src/main/compile.y 1.152:
17054: * src/main/compile_tools.h 1.44:
17055: allowed empty lines before first method decl
17056:
17057: * src/classes/table.C 1.96:
17058: allowed nontable result in table:sql, results in empty table
17059:
17060: 2001-07-24 parser
17061: * src/main/compile.C 1.42:
17062: * src/main/execute.C 1.181:
17063: * src/main/pa_string.C 1.96:
17064: * src/types/pa_value.h 1.68:
17065: first get_element, next get operator
17066:
17067: * src/classes/file.C 1.45:
17068: * src/include/pa_common.h 1.47:
17069: * src/main/pa_common.C 1.60:
17070: file:move
17071:
17072: * src/main/compile.y 1.148:
17073: removed @end handling
17074:
17075: * src/main/pa_common.C 1.59:
17076: file_read close @ eof when imgsize bug fixed
17077:
17078: * src/main/compile.C 1.41:
17079: * src/main/compile.y 1.147:
17080: @end handling method2
17081:
17082: 2001-07-23 parser
17083: * src/main/pa_sql_driver_manager.C 1.23:
17084: * src/sql/pa_sql_driver.h 1.12:
17085: sql odbc driver
17086:
17087: * src/classes/hash.C 1.11:
17088: * src/classes/hash.C 1.12:
17089: * src/classes/string.C 1.65:
17090: * src/classes/table.C 1.94:
17091: * src/classes/void.C 1.5:
17092: * src/include/pa_sql_connection.h 1.11:
17093: * src/sql/pa_sql_driver.h 1.11:
17094: changed sql driver query interface
17095:
17096: 2001-07-20 parser
17097: * src/types/pa_vrequest.C 1.8:
17098: X!$browser:type
17099:
17100: * src/classes/file.C 1.44:
17101: * src/classes/string.C 1.64:
17102: * src/include/pa_string.h 1.99:
17103: * src/main/execute.C 1.180:
17104: * src/main/pa_string.C 1.95:
17105: * src/types/pa_valiased.C 1.8:
17106: * src/types/pa_valiased.h 1.13:
17107: * src/types/pa_value.h 1.67:
17108: * src/types/pa_vclass.h 1.17:
17109: * src/types/pa_vcookie.h 1.11:
17110: * src/types/pa_vdate.h 1.3:
17111: * src/types/pa_vfile.h 1.28:
17112: * src/types/pa_vform.h 1.21:
17113: * src/types/pa_vhash.h 1.15:
17114: * src/types/pa_vmath.h 1.2:
17115: * src/types/pa_vobject.h 1.10:
17116: * src/types/pa_vrequest.C 1.7:
17117: * src/types/pa_vstateless_class.h 1.16:
17118: * src/types/pa_vstateless_object.h 1.10:
17119: only ^class:method dynamic calls allowed.
17120: ^BASE.method call disabled.
17121: BASE element globally removed
17122:
17123: 2001-07-18 parser
17124: * src/Makefile.am 1.6:
17125: * src/Makefile.in 1.10:
17126: * src/classes/Makefile.am 1.17:
17127: * src/classes/gd/Makefile.am 1.2:
17128: * src/main/Makefile.am 1.13:
17129: * src/targets/Makefile.am 1.6:
17130: * src/targets/apache13/Makefile.am 1.2:
17131: * src/targets/cgi/Makefile.am 1.9:
17132: * src/types/Makefile.am 1.4:
17133: removed $id from *.in *.am
17134:
17135: * src/classes/file.C 1.43:
17136: file:exec/cgi msg
17137:
17138: * src/main/pa_request.C 1.145:
17139: * src/main/untaint.C 1.56:
17140: ORIGINS langs name abbrevations
17141:
17142: * src/classes/file.C 1.42:
17143: $file:exit-code renamed to 'status'
17144:
17145: * src/classes/date.C 1.4:
17146: * src/classes/mail.C 1.33:
17147: * src/classes/math.C 1.4:
17148: * src/classes/string.C 1.63:
17149: * src/classes/table.C 1.93:
17150: * src/include/pa_globals.h 1.55:
17151: * src/include/pa_string.h 1.98:
17152: * src/main/execute.C 1.179:
17153: * src/main/pa_globals.C 1.63:
17154: * src/main/pa_request.C 1.144:
17155: * src/main/pa_string.C 1.94:
17156: * src/main/untaint.C 1.55:
17157: * src/types/pa_value.h 1.66:
17158: * src/types/pa_vdouble.h 1.22:
17159: * src/types/pa_vfile.h 1.27:
17160: * src/types/pa_vint.h 1.23:
17161: * src/types/pa_vstring.C 1.9:
17162: * src/types/pa_vstring.h 1.29:
17163: $ORIGINS(1) output tracing mode
17164:
17165: * src/classes/Makefile.in 1.11:
17166: * src/classes/gd/Makefile.in 1.7:
17167: * src/main/Makefile.in 1.7:
17168: * src/targets/Makefile.in 1.8:
17169: * src/targets/apache13/Makefile.in 1.7:
17170: * src/targets/cgi/Makefile.in 1.8:
17171: * src/types/Makefile.in 1.7:
17172: $id in .in's from .am's removed
17173:
17174: * src/classes/file.C 1.41:
17175: * src/main/pa_exec.C 1.8:
17176: file:exec
17177:
17178: 2001-07-17 parser
17179: * src/Makefile.in 1.9:
17180: * src/classes/Makefile.in 1.10:
17181: == wrong
17182:
17183: 2001-07-13 parser
17184: * src/main/execute.C 1.175:
17185: * src/main/pa_request.C 1.142:
17186: order of MAIN parents was wrong, fixed
17187:
17188: * src/classes/double.C 1.33:
17189: * src/classes/int.C 1.29:
17190: * src/classes/string.C 1.62:
17191: * src/include/pa_request.h 1.92:
17192: * src/include/pa_request.h 1.93:
17193: * src/main/execute.C 1.176:
17194: * src/main/execute.C 1.177:
17195: * src/main/execute.C 1.178:
17196: * src/main/pa_request.C 1.143:
17197: auto.p[@auto], /news/auto.p[no @auto], so that initializing
17198: second would not call first @auto
17199:
17200: 2001-07-12 parser
17201: * src/types/pa_value.h 1.65:
17202: pa_value.putelement modification of system classes prevented
17203:
17204: 2001-07-11 parser
17205: * src/classes/string.C 1.61:
17206: * src/doc/sources2html.cmd 1.3:
17207: lr split now yelds table $piece
17208:
17209: * src/classes/file.C 1.40:
17210: * src/include/pa_common.h 1.46:
17211: * src/main/pa_common.C 1.58:
17212: * src/types/pa_vstateless_class.h 1.15:
17213: $file created by file:state += .atime .mtime .ctime
17214: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
17215:
17216: 2001-07-09 parser
17217: * src/main/untaint.C 1.54:
17218: qp wrong name
17219:
17220: * src/classes/date.C 1.3:
17221: * src/classes/string.C 1.60:
17222: * src/classes/table.C 1.92:
17223: * src/main/compile.y 1.146:
17224: date format 0
17225:
17226: 2001-07-07 parser
17227: * src/classes/Makefile.am 1.16:
17228: * src/classes/date.C 1.1:
17229: * src/classes/file.C 1.39:
17230: * src/classes/hash.C 1.10:
17231: * src/classes/image.C 1.30:
17232: * src/classes/mail.C 1.32:
17233: * src/classes/math.C 1.3:
17234: * src/classes/op.C 1.34:
17235: * src/classes/string.C 1.59:
17236: * src/classes/table.C 1.90:
17237: * src/classes/void.C 1.4:
17238: * src/include/pa_request.h 1.91:
17239: * src/main/main.dsp 1.105:
17240: * src/types/pa_value.h 1.64:
17241: * src/types/pa_vdate.h 1.1:
17242: * src/types/pa_wcontext.C 1.7:
17243: date now set $fields roll string. todo: sql, calendar
17244:
17245: * src/classes/date.C 1.2:
17246: * src/classes/table.C 1.91:
17247: * src/include/pa_common.h 1.45:
17248: * src/include/pa_string.h 1.97:
17249: * src/main/pa_common.C 1.57:
17250: * src/types/pa_vdate.h 1.2:
17251: date roll
17252: table calendar
17253:
17254: 2001-07-06 parser
17255: * src/classes/math.C 1.2:
17256: * src/include/pa_request.h 1.90:
17257: * src/main/execute.C 1.174:
17258: * src/main/main.dsp 1.104:
17259: * src/main/pa_request.C 1.141:
17260: * src/types/pa_vmath.h 1.1:
17261: math 0
17262:
17263: 2001-07-03 parser
17264: * src/classes/Makefile.am 1.15:
17265: * src/classes/math.C 1.1:
17266: * src/classes/op.C 1.33:
17267: * src/classes/random.C 1.15:
17268: * src/main/main.dsp 1.103:
17269: class random renamed to math, operators became methods
17270:
17271: * src/classes/op.C 1.32:
17272: pow sqrt
17273:
17274: * src/classes/op.C 1.31:
17275: * src/main/execute.C 1.173:
17276: sin asin cos acos tan atan
17277:
17278: 2001-07-02 parser
17279: * src/classes/hash.C 1.9:
17280: ^hash.keys[]
17281:
17282: * src/classes/table.C 1.88:
17283: * src/main/pa_table.C 1.34:
17284: ^table:columns[]
17285:
17286: * src/classes/table.C 1.89:
17287: ^table.columns column renamed from 'name' to 'column'
17288:
17289: * src/main/compile.y 1.145:
17290: * src/main/compile_tools.h 1.42:
17291: in expressions now allowed 'strings'
17292:
17293: 2001-06-29 parser
17294: * src/main/execute.C 1.171:
17295: * src/main/execute.C 1.172:
17296: /0 %0 checkes ver 2
17297:
17298: * src/classes/table.C 1.87:
17299: empty strings @ sql
17300:
17301: * src/Makefile.in 1.8:
17302: * src/classes/Makefile.in 1.9:
17303: makes
17304:
17305: * src/classes/Makefile.am 1.14:
17306: nothing - void
17307:
17308: * src/main/execute.C 1.170:
17309: /0 %0 checke
17310:
17311: 2001-06-28 parser
17312: * src/classes/double.C 1.32:
17313: * src/classes/file.C 1.38:
17314: * src/classes/form.C 1.13:
17315: * src/classes/hash.C 1.8:
17316: * src/classes/image.C 1.29:
17317: * src/classes/int.C 1.28:
17318: * src/classes/mail.C 1.31:
17319: * src/classes/op.C 1.30:
17320: * src/classes/random.C 1.14:
17321: * src/classes/response.C 1.13:
17322: * src/classes/string.C 1.58:
17323: * src/classes/table.C 1.86:
17324: * src/classes/void.C 1.3:
17325: * src/main/compile.C 1.40:
17326: * src/main/compile.y 1.144:
17327: * src/main/compile_tools.C 1.36:
17328: * src/main/execute.C 1.169:
17329: * src/main/pa_array.C 1.37:
17330: * src/main/pa_common.C 1.56:
17331: * src/main/pa_dir.C 1.5:
17332: * src/main/pa_exception.C 1.11:
17333: * src/main/pa_exec.C 1.7:
17334: * src/main/pa_globals.C 1.62:
17335: * src/main/pa_hash.C 1.37:
17336: * src/main/pa_pool.C 1.20:
17337: * src/main/pa_request.C 1.140:
17338: * src/main/pa_socks.C 1.5:
17339: * src/main/pa_sql_driver_manager.C 1.22:
17340: * src/main/pa_string.C 1.93:
17341: * src/main/pa_table.C 1.33:
17342: * src/main/untaint.C 1.53:
17343: * src/targets/cgi/parser3.C 1.93:
17344: * src/targets/isapi/parser3isapi.C 1.35:
17345: */
1.26 ! paf 17346: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 17347:
17348: * src/main/compile.y 1.142:
17349: * src/main/compile_tools.h 1.41:
17350: $:name: == ${name}:
17351: $class:name: == ${class:name}:
17352:
17353: * src/classes/string.C 1.56:
17354: exactly one
17355:
17356: * src/classes/double.C 1.31:
17357: * src/classes/file.C 1.37:
17358: * src/classes/form.C 1.12:
17359: * src/classes/hash.C 1.7:
17360: * src/classes/image.C 1.28:
17361: * src/classes/int.C 1.27:
17362: * src/classes/mail.C 1.30:
17363: * src/classes/op.C 1.29:
17364: * src/classes/random.C 1.13:
17365: * src/classes/response.C 1.12:
17366: * src/classes/string.C 1.57:
17367: * src/classes/table.C 1.85:
17368: * src/classes/void.C 1.2:
17369: * src/main/compile.C 1.39:
17370: * src/main/compile.y 1.143:
17371: * src/main/compile_tools.C 1.35:
17372: * src/main/execute.C 1.168:
17373: * src/main/pa_array.C 1.36:
17374: * src/main/pa_common.C 1.55:
17375: * src/main/pa_dir.C 1.4:
17376: * src/main/pa_exception.C 1.10:
17377: * src/main/pa_exec.C 1.6:
17378: * src/main/pa_globals.C 1.61:
17379: * src/main/pa_hash.C 1.36:
17380: * src/main/pa_pool.C 1.19:
17381: * src/main/pa_request.C 1.139:
17382: * src/main/pa_socks.C 1.4:
17383: * src/main/pa_sql_driver_manager.C 1.21:
17384: * src/main/pa_string.C 1.92:
17385: * src/main/pa_table.C 1.32:
17386: * src/main/untaint.C 1.52:
17387: * src/targets/cgi/parser3.C 1.92:
17388: * src/targets/isapi/parser3isapi.C 1.34:
1.26 ! paf 17389: static char *RCSId="$Id$";
1.15 paf 17390:
17391: 2001-06-27 parser
17392: * src/classes/hash.C 1.6:
17393: * src/classes/nothing.C 1.5:
17394: * src/classes/table.C 1.84:
17395: * src/classes/void.C 1.1:
17396: * src/main/compile.y 1.140:
17397: * src/main/compile.y 1.141:
17398: * src/main/execute.C 1.167:
17399: * src/main/main.dsp 1.102:
17400: * src/main/pa_request.C 1.138:
17401: * src/targets/cgi/pa_pool.C 1.17:
17402: * src/types/pa_value.h 1.63:
17403: * src/types/pa_vcode_frame.h 1.6:
17404: * src/types/pa_vmethod_frame.h 1.12:
17405: * src/types/pa_vnothing.h 1.2:
17406: * src/types/pa_vtable.h 1.26:
17407: * src/types/pa_vvoid.h 1.1:
17408: nothing renamed to void
17409:
17410: * src/classes/op.C 1.28:
17411: ^switch ^case
17412:
17413: * src/main/compile.y 1.139:
17414: lexer: $zzzz^zzzz were name part
17415:
17416: 2001-05-28 parser
17417: * src/main/main.dsp 1.101:
17418: * src/targets/isapi/parser3isapi.dsp 1.15:
17419: release project options [some bugs]
17420:
17421: * src/classes/classes.C 1.7:
17422: * src/main/compile.C 1.38:
17423: * src/main/compile.y 1.138:
17424: * src/main/execute.C 1.166:
17425: operators are not in root class again
17426:
17427: * src/doc/html2chm.cmd 1.3:
17428: removed >a
17429:
17430: * src/doc/sources2html.cmd 1.2:
17431: z
17432:
17433: 2001-05-24 parser
17434: * src/Makefile.in 1.7:
17435: * src/classes/Makefile.in 1.8:
17436: * src/classes/gd/Makefile.in 1.6:
17437: * src/main/Makefile.in 1.6:
17438: * src/targets/Makefile.in 1.7:
17439: * src/targets/apache13/Makefile.in 1.6:
17440: * src/targets/cgi/Makefile.in 1.7:
17441: * src/types/Makefile.in 1.6:
17442: makes
17443:
17444: * src/main/pa_request.C 1.135:
17445: * src/main/pa_request.C 1.136:
17446: * src/targets/cgi/parser3.C 1.90:
17447: // no _ conversions in @exception[params]
17448:
17449: * src/targets/cgi/parser3.dsp 1.19:
17450: project file
17451:
17452: * src/classes/op.C 1.27:
17453: * src/main/pa_request.C 1.137:
17454: * src/targets/cgi/parser3.C 1.91:
17455: ^log ^exp
17456:
17457: 2001-05-23 parser
17458: * src/classes/op.C 1.25:
17459: * src/main/compile.y 1.137:
17460: allow one empty line before LS_DEF_NAME
17461:
17462: * src/main/pa_string.C 1.91:
17463: string cmp bug
17464:
17465: * src/classes/mail.C 1.29:
17466: * src/classes/op.C 1.26:
17467: rem max 1000
17468:
17469: 2001-05-22 parser
17470: * src/classes/op.C 1.24:
17471: if params code-required
17472:
17473: 2001-05-21 parser
17474: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
17475: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
17476: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
17477: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
17478: 0
17479:
17480: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
17481: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
17482: 1
17483:
17484: * src/Makefile.in 1.6:
17485: * src/classes/Makefile.in 1.6:
17486: * src/classes/Makefile.in 1.7:
17487: * src/classes/gd/Makefile.in 1.5:
17488: * src/main/Makefile.in 1.5:
17489: * src/targets/Makefile.in 1.6:
17490: * src/targets/apache13/Makefile.in 1.5:
17491: * src/targets/cgi/Makefile.in 1.6:
17492: * src/types/Makefile.in 1.5:
17493: makes
17494:
17495: * src/classes/double.C 1.30:
17496: * src/classes/hash.C 1.4:
17497: * src/classes/hash.C 1.5:
17498: * src/classes/nothing.C 1.1:
17499: * src/classes/nothing.C 1.2:
17500: * src/classes/nothing.C 1.3:
17501: * src/classes/op.C 1.23:
17502: * src/classes/string.C 1.55:
17503: * src/classes/table.C 1.83:
17504: * src/classes/unknown.C 1.8:
17505: * src/main/compile.y 1.136:
17506: * src/main/execute.C 1.164:
17507: * src/main/execute.C 1.165:
17508: * src/main/main.dsp 1.100:
17509: * src/main/pa_request.C 1.134:
17510: * src/targets/cgi/pa_pool.C 1.15:
17511: * src/targets/cgi/pa_pool.C 1.16:
17512: * src/types/pa_value.h 1.62:
17513: * src/types/pa_vcode_frame.h 1.5:
17514: * src/types/pa_vmethod_frame.h 1.10:
17515: * src/types/pa_vmethod_frame.h 1.11:
17516: * src/types/pa_vnothing.h 1.1:
17517: * src/types/pa_vtable.h 1.24:
17518: * src/types/pa_vtable.h 1.25:
17519: * src/types/pa_vunknown.h 1.14:
17520: 'unknown' renamed to 'nothing'
17521:
17522: * src/Makefile.in 1.5:
17523: * src/classes/Makefile.in 1.5:
17524: * src/classes/gd/Makefile.in 1.4:
17525: * src/main/Makefile.in 1.4:
17526: * src/targets/Makefile.in 1.5:
17527: * src/targets/apache13/Makefile.in 1.4:
17528: * src/targets/cgi/Makefile.in 1.5:
17529: * src/types/Makefile.in 1.4:
17530: make system timestamps
17531:
17532: * src/classes/nothing.C 1.4:
17533: resultless ^sql moved to nothing:
17534:
17535: * src/classes/Makefile.am 1.13:
17536: .AM
17537:
17538: * src/main/pa_request.C 1.133:
17539: .am
17540:
17541: * src/Makefile.in 1.4:
17542: file stamps to remove autoreconf
17543:
17544: * src/targets/cgi/parser3.C 1.88:
17545: argv can be just "parser3". made site_auto_path "." in that case
17546:
17547: * src/types/pa_vstring.C 1.8:
17548: eoleof
17549:
17550: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
17551: * src/main/execute.C 1.162:
17552: * src/targets/cgi/Makefile.in 1.4:
17553: * src/targets/cgi/parser3.C 1.86:
17554: * src/targets/cgi/parser3.C 1.87:
17555: * src/targets/cgi/parser3.C 1.89:
17556: z
17557:
17558: * src/main/pa_request.C 1.132:
17559: * src/targets/cgi/parser3.C 1.85:
17560: pcre_tables=pcre_default_tables;
17561:
17562: * src/classes/hash.C 1.3:
17563: * src/classes/int.C 1.25:
17564: * src/classes/string.C 1.53:
17565: * src/classes/table.C 1.82:
17566: * src/include/pa_string.h 1.95:
17567: * src/include/pa_string.h 1.96:
17568: * src/main/pa_string.C 1.89:
17569: * src/main/pa_string.C 1.90:
17570: * src/types/pa_vstring.C 1.6:
17571: * src/types/pa_vstring.h 1.27:
17572: started int:sql
17573:
17574: * src/types/pa_vstring.C 1.7:
17575: * src/types/pa_vstring.h 1.28:
17576: removed unnecessary vstring::set_string
17577:
17578: * src/classes/double.C 1.29:
17579: * src/classes/int.C 1.26:
17580: * src/classes/string.C 1.54:
17581: int,double;sql
17582:
17583: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
17584: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
17585: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
17586: hash:sql
17587:
17588: * src/classes/classes.C 1.6:
17589: * src/classes/hash.C 1.2:
17590: * src/classes/op.C 1.22:
17591: * src/classes/table.C 1.81:
17592: * src/main/compile.C 1.37:
17593: * src/main/compile.y 1.135:
17594: * src/main/execute.C 1.163:
17595: hash:sql moved to main trunc. operators.txt updated
17596:
17597: 2001-05-19 parser
17598: * src/types/pa_value.h 1.61:
17599: parameter # 1 based
17600:
17601: * src/main/pa_common.C 1.54:
17602: common: actual filename '%s'
17603:
17604: * src/classes/string.C 1.52:
17605: root context in match replace body now unchanged
17606:
17607: * src/classes/Makefile.am 1.10:
17608: * src/classes/Makefile.am 1.11:
17609: * src/classes/Makefile.am 1.12:
17610: * src/classes/Makefile.am 1.9:
17611: * src/main/pa_sql_driver_manager.C 1.20:
17612: * src/targets/cgi/pa_pool.C 1.12:
17613: classes/.am
17614:
17615: * src/main/untaint.C 1.50:
17616: * src/targets/cgi/pa_pool.C 1.13:
17617: * src/targets/cgi/parser3.C 1.84:
17618: fixed bug in pre html untaint, wrong size used, 4* mem wasted
17619:
17620: * src/classes/string.C 1.51:
17621: * src/main/pa_string.C 1.88:
17622: z
17623:
17624: * src/include/pa_string.h 1.94:
17625: * src/main/untaint.C 1.51:
17626: * src/targets/cgi/pa_pool.C 1.14:
17627: introducing String::cstr_bufsize, returns just size+1 for as_is
17628: target.
17629:
17630: * src/classes/Makefile.in 1.4:
17631: clean
17632:
17633: 2001-05-18 parser
17634: * src/Makefile.in 1.3:
17635: * src/classes/Makefile.in 1.3:
17636: * src/classes/gd/Makefile.in 1.3:
17637: * src/include/pa_config_auto.h.in 1.3:
17638: * src/main/Makefile.in 1.3:
17639: * src/targets/Makefile.in 1.4:
17640: * src/targets/apache13/Makefile.in 1.3:
17641: * src/targets/cgi/Makefile.in 1.3:
17642: * src/targets/cgi/pa_pool.C 1.11:
17643: * src/types/Makefile.in 1.3:
17644: .am pa_threads.C ins
17645:
17646: * src/targets/cgi/Makefile.am 1.8:
17647: .am pa_threads.C added
17648:
17649: 2001-05-17 parser
17650: * src/include/pa_hash.h 1.40:
17651: * src/main/execute.C 1.158:
17652: removed /*SYNCHRONIZED*/ from hash.h
17653:
17654: * src/include/pa_array.h 1.41:
17655: * src/include/pa_common.h 1.44:
17656: * src/include/pa_config_fixed.h 1.8:
17657: * src/include/pa_config_includes.h 1.8:
17658: * src/include/pa_exception.h 1.12:
17659: * src/include/pa_exec.h 1.2:
17660: * src/include/pa_globals.h 1.54:
17661: * src/include/pa_hash.h 1.41:
17662: * src/include/pa_opcode.h 1.2:
17663: * src/include/pa_pool.h 1.52:
17664: * src/include/pa_request.h 1.88:
17665: * src/include/pa_sapi.h 1.9:
17666: * src/include/pa_socks.h 1.3:
17667: * src/include/pa_sql_connection.h 1.7:
17668: * src/include/pa_stack.h 1.9:
17669: * src/include/pa_string.h 1.93:
17670: * src/include/pa_table.h 1.33:
17671: * src/include/pa_threads.h 1.14:
17672: #include "pa_config_includes.h"
17673: in all headers
17674:
17675: * src/include/pa_request.h 1.89:
17676: * src/main/execute.C 1.159:
17677: * src/main/pa_request.C 1.131:
17678: ANTI_ENDLESS_EXECUTE_RECOURSION
17679:
17680: * src/classes/op.C 1.20:
17681: * src/include/pa_config_fixed.h 1.10:
17682: * src/include/pa_sql_connection.h 1.8:
17683: * src/include/pa_sql_driver_manager.h 1.5:
17684: * src/main/pa_sql_driver_manager.C 1.15:
17685: found problem at last: 2connections own 1driver and
17686: set_services fight for driver::fservices. before fix
17687:
17688: * src/main/execute.C 1.160:
17689: * src/types/pa_vmethod_frame.h 1.9:
17690: endless recursion line no
17691:
17692: * src/classes/classes.h 1.8:
17693: * src/include/pa_sql_connection.h 1.10:
17694: * src/include/pa_sql_driver_manager.h 1.7:
17695: * src/main/pa_sql_driver_manager.C 1.17:
17696: cache expiration[use SQL_Driver::disconnect]
17697:
17698: * src/include/pa_config_fixed.h 1.9:
17699: * src/include/pa_threads.h 1.16:
17700: * src/targets/cgi/pa_threads.C 1.1:
17701: * src/targets/cgi/parser3.dsp 1.18:
17702: * src/targets/isapi/pa_threads.C 1.1:
17703: * src/targets/isapi/parser3isapi.dsp 1.14:
17704: added pa_threads.C
17705:
17706: * src/classes/image.C 1.27:
17707: * src/include/pa_sql_driver_manager.h 1.4:
17708: * src/main/pa_sql_driver_manager.C 1.14:
17709: * src/main/pa_string.C 1.87:
17710: wrong includes order prevented sqlmanager to see MULTYTHREAD define
17711:
17712: * src/main/pa_table.C 1.31:
17713: table.locate current restored on "not found"
17714:
17715: * src/include/pa_threads.h 1.15:
17716: removed targets/parser
17717:
17718: * src/classes/op.C 1.19:
17719: * src/include/pa_sql_connection.h 1.6:
17720: * src/main/pa_sql_driver_manager.C 1.12:
17721: * src/sql/pa_sql_driver.h 1.9:
17722: connection from cache ->set_services(&services);
17723:
17724: * src/include/pa_config_fixed.h 1.7:
17725: * src/include/pa_threads.h 1.13:
17726: * src/main/pa_sql_driver_manager.C 1.13:
17727: SYNCHRONIZED moved closer to caches put/gets
17728:
17729: * src/classes/string.C 1.50:
17730: * src/include/pa_config_fixed.h 1.11:
17731: * src/include/pa_config_includes.h 1.9:
17732: * src/main/compile.y 1.134:
17733: * src/main/compile_tools.h 1.40:
17734: * src/main/execute.C 1.161:
17735: * src/main/pa_array.C 1.35:
17736: * src/main/pa_common.C 1.53:
17737: * src/main/pa_dir.C 1.3:
17738: * src/main/pa_hash.C 1.35:
17739: * src/main/pa_pool.C 1.18:
17740: * src/main/untaint.C 1.49:
17741: * src/types/pa_vcookie.C 1.21:
17742: * src/types/pa_vfile.C 1.17:
17743: * src/types/pa_vform.C 1.29:
17744: #include "pa_config_includes.h"
17745: removed from most .C
17746:
17747: * src/doc/html2chm.cmd 1.2:
17748: z
17749:
17750: * src/doc/chm.cmd 1.7:
17751: * src/doc/doxygen.cmd 1.7:
17752: * src/doc/html2chm.cmd 1.1:
17753: * src/doc/sources2html.cmd 1.1:
17754: * src/doc/view.cmd 1.3:
17755: * src/doc/view_chm.cmd 1.1:
17756: * src/doc/view_html.cmd 1.1:
17757: doc cmds
17758:
17759: * src/main/pa_sql_driver_manager.C 1.19:
17760: moved expiration to get_connection_from_cache
17761:
17762: * src/main/pa_sql_driver_manager.C 1.18:
17763: cache expiration bf
17764:
17765: * src/classes/op.C 1.21:
17766: * src/include/pa_sql_connection.h 1.9:
17767: * src/include/pa_sql_driver_manager.h 1.6:
17768: * src/main/pa_sql_driver_manager.C 1.16:
17769: * src/sql/pa_sql_driver.h 1.10:
17770: fixed problem at last: 2connections own 1driver and
17771: set_services fight for driver::fservices. before fix
17772:
17773: 2001-05-16 parser
17774: * src/include/pa_array.h 1.39:
17775: * src/include/pa_string.h 1.92:
17776: * src/main/execute.C 1.157:
17777: * src/main/pa_array.C 1.33:
17778: * src/targets/cgi/pa_pool.C 1.9:
17779: * src/targets/cgi/parser3.C 1.81:
17780: array debugged; adjusted
17781:
17782: * src/include/pa_array.h 1.40:
17783: * src/main/pa_array.C 1.34:
17784: * src/targets/cgi/parser3.C 1.82:
17785: removed array debug. before vstring rebasing
17786:
17787: * src/main/pa_sql_driver_manager.C 1.11:
17788: * src/main/pa_string.C 1.86:
17789: SQL_Driver_manager line no for connect/charset errors
17790:
17791: * src/targets/cgi/parser3.C 1.83:
17792: z
17793:
17794: * src/include/pa_pool.h 1.51:
17795: * src/targets/cgi/pa_pool.C 1.10:
17796: removed pool debug, #ifdefed some.
17797: would debug later, on more precise sample than stupid:
17798: @main[]
17799: $name[$z[]]
17800: ^for[i](0;10000-2){
17801: $tail[9994]
17802: $name.$tail[$tail!]
17803: $name.$tail
17804: }
17805: ok3
17806:
17807: 2001-05-15 parser
17808: * src/targets/cgi/pa_pool.C 1.6:
17809: * src/targets/cgi/parser3.C 1.78:
17810: main loss here: 5673321/ 70041= 81
17811:
17812: * src/include/pa_pool.h 1.50:
17813: * src/include/pa_string.h 1.89:
17814: * src/main/pa_string.C 1.83:
17815: * src/targets/cgi/pa_pool.C 1.7:
17816: * src/targets/cgi/parser3.C 1.79:
17817: string fixed bug with fullchunk cmps
17818:
17819: * src/include/pa_string.h 1.90:
17820: * src/main/pa_string.C 1.84:
17821: * src/targets/cgi/pa_pool.C 1.8:
17822: * src/targets/cgi/parser3.C 1.80:
17823: think that all must grow lineary, not exponentialy
17824:
17825: * src/include/pa_array.h 1.38:
17826: * src/include/pa_string.h 1.91:
17827: * src/main/pa_array.C 1.32:
17828: * src/main/pa_string.C 1.85:
17829: string+array made linear grows
17830:
17831: * src/include/pa_string.h 1.88:
17832: * src/targets/cgi/pa_pool.C 1.5:
17833: * src/targets/cgi/parser3.C 1.77:
17834: detected huge mem allocation: size/times malloc 27809390/368771
17835: calloc 3232/83. would test now
17836:
17837: * src/classes/random.C 1.12:
17838: * src/main/compile.y 1.133:
17839: * src/main/execute.C 1.156:
17840: * src/main/pa_request.C 1.130:
17841: * src/types/pa_value.h 1.60:
17842: * src/types/pa_vmethod_frame.h 1.8:
17843: numbered params had wrong name - for instance: bad error
17844: message in ^for[] bad body type. fixed
17845:
17846: 2001-05-14 parser
17847: * src/classes/string.C 1.49:
17848: * src/include/pa_string.h 1.87:
17849: * src/main/pa_string.C 1.82:
17850: * src/main/untaint.C 1.48:
17851: ^string.upper|lower[]
17852:
17853: 2001-05-11 paf
17854: * src/classes/classes.cmd 1.2:
17855: * src/classes/gawk.exe 1.2:
17856: * src/classes/ls.exe 1.2:
17857: * src/main/bison.exe 1.2:
17858: * src/targets/isapi/KILL.EXE 1.2:
17859: * src/targets/isapi/PSTAT.EXE 1.2:
17860: * src/targets/isapi/istart.cmd 1.2:
17861: * src/targets/isapi/istop.cmd 1.2:
17862: * src/targets/isapi/kill.pl 1.2:
17863: moved win32 helpers to /win32tools
17864:
17865: 2001-05-11 parser
17866: * src/main/main.dsp 1.99:
17867: * src/targets/isapi/parser3isapi.dsp 1.13:
17868: fixed some .dsp for win32tools
17869:
17870: * src/classes/double.C 1.28:
17871: * src/classes/image.C 1.26:
17872: * src/classes/op.C 1.18:
17873: * src/classes/string.C 1.48:
17874: * src/classes/table.C 1.80:
17875: * src/classes/unknown.C 1.7:
17876: * src/main/execute.C 1.155:
17877: * src/types/pa_value.h 1.59:
17878: * src/types/pa_vbool.h 1.10:
17879: * src/types/pa_vdouble.h 1.21:
17880: * src/types/pa_vint.h 1.22:
17881: * src/types/pa_vstring.h 1.26:
17882: * src/types/pa_vunknown.h 1.13:
17883: op: MAX_LOOPS
17884: as_int
17885:
17886: 2001-05-10 paf
17887: * src/doc/doxygen.cmd 1.5:
17888: * src/main/compile.y 1.131:
17889: * src/types/pa_vobject.h 1.9:
17890: grammar: priorities changes [lowerd && prior]
17891: vobject: now first fields, next methods
17892:
17893: * src/main/pa_request.C 1.129:
17894: * src/types/pa_vrequest.C 1.6:
17895: op configured
17896:
17897: * src/Makefile.in 1.2:
17898: * src/classes/Makefile.in 1.2:
17899: * src/classes/gd/Makefile.in 1.2:
17900: * src/classes/gd/gif.h 1.9:
17901: * src/include/pa_config_auto.h.in 1.2:
17902: * src/include/pa_config_fixed.h 1.6:
17903: * src/include/pa_config_includes.h 1.6:
17904: * src/main/Makefile.in 1.2:
17905: * src/targets/Makefile.in 1.3:
17906: * src/targets/apache13/Makefile.in 1.2:
17907: * src/targets/cgi/Makefile.in 1.2:
17908: * src/types/Makefile.in 1.2:
17909: inline wonders
17910:
17911: * src/main/compile.y 1.132:
17912: @end grammar: allowed zero strings in control menthod
17913:
17914: * src/types/pa_value.h 1.58:
17915: * src/types/pa_vclass.h 1.16:
17916: * src/types/pa_vstateless_class.h 1.14:
17917: * src/types/pa_vstateless_object.h 1.9:
17918: changed priority: field before method lookup in vclass & vobject
17919:
17920: * src/include/pa_common.h 1.43:
17921: * src/include/pa_config_includes.h 1.7:
17922: inline undefed for C++, that's all
17923:
17924: * src/classes/gd/gif.h 1.8:
17925: gif.h accedently removed
17926:
17927: * src/classes/Makefile.am 1.8:
17928: * src/classes/hash.C 1.1:
17929: * src/doc/doxygen.cfg 1.11:
17930: * src/doc/doxygen.cmd 1.6:
17931: hash.C added
17932:
17933: 2001-05-08 paf
17934: * src/classes/table.C 1.76:
17935: table:hash always hash of hash now
17936:
17937: * src/classes/op.C 1.15:
17938: * src/classes/table.C 1.72:
17939: * src/main/main.dsp 1.97:
17940: * src/types/pa_vtable.h 1.21:
17941: removed table:find. table:locate and op:eval now return bool
17942:
17943: * src/classes/table.C 1.75:
17944: table:empty return bool now
17945:
17946: * src/classes/table.C 1.79:
17947: * src/types/pa_value.h 1.57:
17948: * src/types/pa_vhash.h 1.14:
17949: * src/types/pa_vmethod_frame.h 1.7:
17950: hash:default works at last!
17951:
17952: * src/main/pa_table.C 1.30:
17953: table columnname2item on nameless ignored bark=false. fixed
17954:
17955: * src/classes/op.C 1.17:
17956: * src/types/pa_vtable.h 1.22:
17957: allowed $table.2342734 returns vunknown
17958:
17959: * src/classes/table.C 1.74:
17960: * src/doc/chm.cmd 1.6:
17961: * src/include/pa_array.h 1.37:
17962: * src/include/pa_table.h 1.32:
17963: * src/main/pa_table.C 1.29:
17964: * src/types/pa_value.h 1.56:
17965: * src/types/pa_vtable.h 1.23:
17966: table:hash
17967:
17968: * src/doc/chm.cmd 1.5:
17969: * src/main/execute.C 1.154:
17970: * src/types/pa_value.h 1.55:
17971: wrong pool in method checkparams again. fixed
17972:
17973: * src/classes/double.C 1.27:
17974: * src/classes/int.C 1.24:
17975: * src/classes/op.C 1.16:
17976: * src/classes/string.C 1.47:
17977: int,double,string:int[] double[] string:length[] results now
17978: have hames
17979:
17980: * src/classes/table.C 1.77:
17981: z
17982:
17983: * src/classes/mail.C 1.28:
17984: * src/classes/table.C 1.78:
17985: * src/doc/doxygen.cmd 1.4:
17986: * src/main/main.dsp 1.98:
17987: * src/types/pa_vhash.h 1.13:
17988: * src/types/pa_vstateless_class.h 1.13:
17989: hash:default
17990:
17991: * src/classes/table.C 1.73:
17992: table:record have name
17993:
17994: 2001-05-07 paf
17995: * src/types/pa_value.h 1.51:
17996: * src/types/pa_vtable.h 1.17:
17997: table: fields, then methods. so to enable 'dir' fields & co.
17998:
17999: * src/main/execute.C 1.153:
18000: ^var[^class:var.method[]] is not constructor now
18001:
18002: * src/main/compile.y 1.130:
18003: grammar: @end
18004:
18005: * src/doc/chm.cmd 1.4:
18006: cmd
18007:
18008: * src/doc/ClassExample2.dox 1.3:
18009: * src/doc/aliased.dox 1.3:
18010: * src/doc/chm.cmd 1.2:
18011: * src/include/code.h 1.29:
18012: * src/include/pa_opcode.h 1.1:
18013: * src/main/compile.C 1.36:
18014: * src/main/compile_tools.h 1.39:
18015: * src/main/execute.C 1.152:
18016: * src/types/pa_value.h 1.53:
18017: * src/types/pa_vbool.h 1.9:
18018: * src/types/pa_vclass.h 1.15:
18019: * src/types/pa_vcode_frame.h 1.4:
18020: * src/types/pa_vcookie.h 1.10:
18021: * src/types/pa_vdouble.h 1.20:
18022: * src/types/pa_venv.h 1.16:
18023: * src/types/pa_vfile.h 1.26:
18024: * src/types/pa_vform.h 1.20:
18025: * src/types/pa_vhash.h 1.12:
18026: * src/types/pa_vimage.h 1.13:
18027: * src/types/pa_vint.h 1.21:
18028: * src/types/pa_vjunction.h 1.6:
18029: * src/types/pa_vmethod_frame.h 1.6:
18030: * src/types/pa_vobject.h 1.8:
18031: * src/types/pa_vrequest.h 1.10:
18032: * src/types/pa_vresponse.h 1.10:
18033: * src/types/pa_vstateless_class.h 1.12:
18034: * src/types/pa_vstring.h 1.25:
18035: * src/types/pa_vtable.h 1.20:
18036: * src/types/pa_vunknown.h 1.12:
18037: * src/types/pa_wcontext.h 1.15:
18038: * src/types/pa_wwrapper.h 1.9:
18039: pa_code.h
18040:
18041: * src/include/pa_table.h 1.30:
18042: * src/main/pa_table.C 1.27:
18043: * src/types/pa_value.h 1.52:
18044: * src/types/pa_vtable.h 1.18:
18045: table: fields, then methods. so to enable 'dir' fields & co. more
18046:
18047: * src/classes/gd/gifio.C 1.9:
18048: * src/classes/string.C 1.45:
18049: * src/classes/table.C 1.71:
18050: * src/doc/ClassExample1.dox 1.2:
18051: * src/doc/ClassExample2.dox 1.2:
18052: * src/doc/ClassExample3.dox 1.2:
18053: * src/doc/aliased.dox 1.2:
18054: * src/doc/class.dox 1.2:
18055: * src/doc/compiler.dox 1.2:
18056: * src/doc/doxygen.cfg 1.10:
18057: * src/doc/doxygen.cmd 1.2:
18058: * src/doc/executor.dox 1.2:
18059: * src/doc/index.dox 1.3:
18060: * src/doc/methoded.dox 1.2:
18061: * src/doc/module.dox 1.2:
18062: * src/doc/object.dox 1.2:
18063: * src/doc/pooled.dox 1.2:
18064: * src/doc/string.dox 1.2:
18065: * src/doc/targets.dox 1.2:
18066: * src/doc/value.dox 1.2:
18067: * src/include/code.h 1.28:
18068: * src/include/pa_hash.h 1.39:
18069: * src/include/pa_string.h 1.86:
18070: * src/main/pa_request.C 1.128:
18071: * src/main/pa_sql_driver_manager.C 1.10:
18072: * src/types/pa_vjunction.h 1.5:
18073: * src/types/pa_vtable.h 1.19:
18074: dox, split by not clean parts also
18075:
18076: * src/classes/image.C 1.25:
18077: * src/classes/mail.C 1.27:
18078: * src/classes/string.C 1.46:
18079: * src/doc/chm.cmd 1.3:
18080: * src/include/pa_table.h 1.31:
18081: * src/main/pa_table.C 1.28:
18082: * src/types/pa_value.h 1.54:
18083: method reported errors on wrong pool
18084:
18085: * src/doc/chm.cmd 1.1:
18086: * src/doc/doxygen.cmd 1.3:
18087: * src/doc/view.cmd 1.2:
18088: dox cmd
18089:
18090: 2001-05-04 paf
18091: * src/classes/classes.h 1.7:
18092: * src/classes/double.C 1.26:
18093: * src/classes/file.C 1.36:
18094: * src/classes/form.C 1.11:
18095: * src/classes/image.C 1.24:
18096: * src/classes/int.C 1.23:
18097: * src/classes/mail.C 1.26:
18098: * src/classes/op.C 1.14:
18099: * src/classes/random.C 1.11:
18100: * src/classes/response.C 1.11:
18101: * src/classes/string.C 1.44:
18102: * src/classes/table.C 1.70:
18103: * src/classes/unknown.C 1.6:
18104: * src/doc/doxygen.cfg 1.9:
18105: * src/doc/index.dox 1.2:
18106: * src/main/pa_string.C 1.81:
18107: removed m- method dox
18108:
18109: * src/doc/ClassExample1.dox 1.1:
18110: * src/doc/ClassExample2.dox 1.1:
18111: * src/doc/ClassExample3.dox 1.1:
18112: * src/main/execute.C 1.151:
18113: dox: example1 updated
18114:
18115: 2001-05-03 paf
18116: * src/classes/classes.h 1.6:
18117: * src/classes/double.C 1.25:
18118: * src/doc/aliased.dox 1.1:
18119: * src/doc/class.dox 1.1:
18120: * src/doc/compiler.dox 1.1:
18121: * src/doc/doxygen.cfg 1.8:
18122: * src/doc/doxygen.txt 1.6:
18123: * src/doc/executor.dox 1.1:
18124: * src/doc/index.dox 1.1:
18125: * src/doc/methoded.dox 1.1:
18126: * src/doc/module.dox 1.1:
18127: * src/doc/object.dox 1.1:
18128: * src/doc/pooled.dox 1.1:
18129: * src/doc/string.dox 1.1:
18130: * src/doc/targets.dox 1.1:
18131: * src/doc/value.dox 1.1:
18132: * src/main/pa_request.C 1.127:
18133: dox splitted .dox files and added some
18134:
18135: * src/classes/Makefile.am 1.7:
18136: * src/doc/doxygen.txt 1.5:
18137: classes/am
18138:
18139: 2001-05-02 paf
18140: * src/classes/image.C 1.23:
18141: * src/classes/table.C 1.69:
18142: table:dir result are not tainted by file_name language now
18143:
18144: 2001-04-28 paf
18145: * src/classes/classes.inc 1.5:
18146: removed classes.inc
18147:
18148: * src/classes/classes.C 1.3:
18149: * src/classes/classes.h 1.3:
18150: * src/classes/file.C 1.33:
18151: * src/classes/form.C 1.5:
18152: * src/classes/mail.C 1.24:
18153: * src/include/pa_request.h 1.85:
18154: * src/main/pa_request.C 1.124:
18155: configure started
18156:
18157: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
18158: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
18159: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
18160: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
18161: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
18162: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
18163: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
18164: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
18165: removed ^a.menu{$name} ability. now
18166: $a{^menu{$name}}
18167: or
18168: ^a.menu{$a.name}
18169:
18170: * src/classes/_double.h 1.8:
18171: * src/classes/_file.h 1.5:
18172: * src/classes/_form.h 1.4:
18173: * src/classes/_image.h 1.4:
18174: * src/classes/_int.h 1.8:
18175: * src/classes/_mail.h 1.4:
18176: * src/classes/_op.h 1.6:
18177: * src/classes/_random.h 1.4:
18178: * src/classes/_response.h 1.5:
18179: * src/classes/_string.h 1.10:
18180: * src/classes/_table.h 1.7:
18181: * src/classes/_unknown.h 1.3:
18182: * src/classes/classes.C 1.2:
18183: * src/classes/classes.h 1.2:
18184: * src/classes/classes.inc 1.1:
18185: * src/classes/double.C 1.22:
18186: * src/classes/exec.C 1.4:
18187: * src/classes/file.C 1.32:
18188: * src/classes/form.C 1.4:
18189: * src/classes/image.C 1.22:
18190: * src/classes/int.C 1.20:
18191: * src/classes/mail.C 1.23:
18192: * src/classes/op.C 1.10:
18193: * src/classes/random.C 1.10:
18194: * src/classes/response.C 1.8:
18195: * src/classes/string.C 1.41:
18196: * src/classes/table.C 1.66:
18197: * src/classes/unknown.C 1.3:
18198: * src/include/pa_globals.h 1.51:
18199: * src/include/pa_request.h 1.84:
18200: * src/main/compile.y 1.129:
18201: * src/main/execute.C 1.149:
18202: * src/main/main.dsp 1.93:
18203: * src/main/pa_globals.C 1.57:
18204: * src/main/pa_request.C 1.123:
18205: * src/targets/cgi/parser3.C 1.73:
18206: * src/targets/isapi/parser3isapi.C 1.32:
18207: * src/types/pa_value.h 1.50:
18208: * src/types/pa_vcookie.h 1.9:
18209: * src/types/pa_vdouble.h 1.17:
18210: * src/types/pa_venv.h 1.15:
18211: * src/types/pa_vfile.h 1.23:
18212: * src/types/pa_vform.C 1.28:
18213: * src/types/pa_vform.h 1.17:
18214: * src/types/pa_vimage.h 1.10:
18215: * src/types/pa_vint.h 1.18:
18216: * src/types/pa_vrequest.h 1.9:
18217: * src/types/pa_vresponse.h 1.9:
18218: * src/types/pa_vstateless_class.h 1.11:
18219: * src/types/pa_vstring.h 1.24:
18220: * src/types/pa_vtable.h 1.16:
18221: * src/types/pa_vunknown.h 1.11:
18222: * src/types/pa_wcontext.h 1.13:
18223: Methoded reorganized. todo: methoded-configure
18224:
18225: * src/classes/classes.inc 1.4:
18226: * src/main/Makefile.am 1.12:
18227: removed pa_methoded from .am
18228:
18229: * src/main/execute.C 1.150:
18230: * src/types/pa_wcontext.h 1.14:
18231: Methoded reorganized 2. todo: methoded-configure
18232:
18233: * src/classes/Makefile.am 1.4:
18234: * src/classes/classes.awk 1.1:
18235: * src/classes/classes.cmd 1.1:
18236: * src/classes/classes.inc 1.2:
18237: * src/classes/gawk.exe 1.1:
18238: * src/classes/ls.exe 1.1:
18239: * src/main/bison.exe 1.1:
18240: classes.inc autogenerator
18241:
18242: * src/classes/form.C 1.6:
18243: * src/include/pa_request.h 1.86:
18244: * src/main/pa_request.C 1.125:
18245: about to move configured data to special request hash
18246:
18247: * src/classes/form.C 1.7:
18248: * src/classes/mail.C 1.25:
18249: * src/classes/op.C 1.11:
18250: * src/include/pa_globals.h 1.52:
18251: * src/include/pa_request.h 1.87:
18252: * src/main/pa_globals.C 1.58:
18253: * src/main/pa_request.C 1.126:
18254: moved some configured data to request::classes_conf
18255: moved some string crations from globals to M...
18256:
1.24 paf 18257: * src/classes/Makefile.am 1.5:
18258: * src/main/main.dsp 1.95:
18259: classes/Makefile.am
18260:
1.15 paf 18261: * src/classes/classes.C 1.4:
18262: * src/classes/classes.h 1.4:
18263: * src/classes/double.C 1.23:
18264: * src/classes/file.C 1.34:
18265: * src/classes/form.C 1.9:
18266: * src/classes/int.C 1.21:
18267: * src/classes/op.C 1.12:
18268: * src/classes/response.C 1.9:
18269: * src/classes/string.C 1.42:
18270: * src/classes/table.C 1.67:
18271: * src/classes/unknown.C 1.4:
18272: * src/include/pa_methoded.h 1.1:
18273: * src/main/Makefile.am 1.11:
18274: * src/main/main.dsp 1.94:
18275: * src/main/pa_methoded.C 1.1:
18276: * src/targets/cgi/parser3.C 1.75:
18277: * src/types/pa_vdouble.h 1.18:
18278: * src/types/pa_vfile.h 1.24:
18279: * src/types/pa_vform.h 1.18:
18280: * src/types/pa_vimage.h 1.11:
18281: * src/types/pa_vint.h 1.19:
18282: classes/classes renamet to include|main/pa_methoded
18283:
18284: * src/include/pa_string.h 1.85:
18285: * src/main/pa_globals.C 1.60:
18286: * src/main/untaint.C 1.47:
18287: * src/targets/cgi/parser3.C 1.74:
18288: * src/targets/isapi/parser3isapi.C 1.33:
18289: z
18290:
18291: * src/classes/Makefile.am 1.6:
18292: * src/classes/classes.C 1.5:
18293: * src/classes/classes.h 1.5:
18294: * src/classes/classes.inc 1.3:
18295: * src/classes/double.C 1.24:
18296: * src/classes/file.C 1.35:
18297: * src/classes/form.C 1.10:
18298: * src/classes/int.C 1.22:
18299: * src/classes/op.C 1.13:
18300: * src/classes/response.C 1.10:
18301: * src/classes/string.C 1.43:
18302: * src/classes/table.C 1.68:
18303: * src/classes/unknown.C 1.5:
18304: * src/include/pa_methoded.h 1.2:
18305: * src/main/main.dsp 1.96:
18306: * src/main/pa_methoded.C 1.2:
18307: * src/targets/cgi/parser3.C 1.76:
18308: * src/types/pa_vdouble.h 1.19:
18309: * src/types/pa_vfile.h 1.25:
18310: * src/types/pa_vform.h 1.19:
18311: * src/types/pa_vimage.h 1.12:
18312: * src/types/pa_vint.h 1.20:
18313: renamed pa_methoded back to classes/classes.h
18314:
18315: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
18316: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
18317: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
18318: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
18319: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
18320: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
18321: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
18322: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
18323: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
18324: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
18325: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
18326: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
18327: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
18328: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
18329: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
18330: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
18331: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
18332: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
18333: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
18334: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
18335: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
18336: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
18337: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
18338: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
18339: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
18340: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
18341: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
18342: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
18343: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
18344: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
18345: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
18346: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
18347: beautifying just compiled. todo: debug, configure
18348:
18349: * src/classes/classes.awk 1.2:
18350: skipped classes in .awk
18351:
18352: * src/classes/form.C 1.8:
18353: * src/include/pa_globals.h 1.53:
18354: * src/main/pa_globals.C 1.59:
18355: moved some configured data to request::classes_conf
18356: moved some string crations from globals to M...
18357: [works]
18358:
18359: 2001-04-27 paf
18360: * src/main/compile.y 1.128:
18361: serge@ found @CLASS bug. fixed
18362:
18363: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
18364: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
18365: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
18366: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
18367: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
18368: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
18369: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
18370: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
18371: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
18372: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
18373: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
18374: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
18375: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
18376: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
18377: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
18378: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
18379: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
18380: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
18381: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
18382: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
18383: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
18384: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
18385: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
18386: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
18387: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
18388: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
18389: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
18390: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
18391: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
18392: beautifying -100
18393:
18394: * src/classes/classes.C 1.1:
18395: file classes.C was initially added on branch
18396: reorganize_user_classes.
18397:
18398: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
18399: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
18400: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
18401: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
18402: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
18403: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
18404: beautifying -99
18405:
18406: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
18407: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
18408: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
18409: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
18410: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
18411: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
18412: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
18413: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
18414: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
18415: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
18416: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
18417: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
18418: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
18419: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
18420: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
18421: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
18422: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
18423: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
18424: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
18425: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
18426: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
18427: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
18428: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
18429: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
18430: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
18431: started beautifying
18432:
18433: * src/classes/classes.h 1.1:
18434: file classes.h was initially added on branch
18435: reorganize_user_classes.
18436:
18437: 2001-04-26 paf
18438: * src/main/pa_request.C 1.121:
18439: * src/main/pa_string.C 1.80:
18440: z
18441:
18442: * src/classes/_exec.h 1.4:
18443: * src/classes/_image.h 1.3:
18444: * src/classes/gd/gif.h 1.7:
18445: * src/classes/gd/gifio.C 1.8:
18446: * src/classes/image.C 1.21:
18447: * src/classes/mail.C 1.22:
18448: * src/classes/op.C 1.9:
18449: * src/classes/random.C 1.9:
18450: * src/classes/smtp/smtp.h 1.3:
18451: * src/classes/string.C 1.40:
18452: * src/classes/table.C 1.65:
18453: * src/doc/doxygen.cfg 1.5:
18454: * src/doc/doxygen.cfg 1.6:
18455: * src/doc/doxygen.cfg 1.7:
18456: * src/doc/doxygen.txt 1.4:
18457: * src/include/pa_array.h 1.36:
18458: * src/include/pa_config_fixed.h 1.5:
18459: * src/include/pa_config_includes.h 1.5:
18460: * src/include/pa_dir.h 1.3:
18461: * src/include/pa_socks.h 1.2:
18462: * src/include/pa_string.h 1.84:
18463: * src/main/compile_tools.h 1.38:
18464: * src/main/pa_common.C 1.52:
18465: * src/main/pa_request.C 1.122:
18466: * src/main/pa_socks.C 1.3:
18467: * src/sql/pa_sql_driver.h 1.8:
18468: * src/targets/cgi/pa_pool.C 1.4:
18469: * src/types/pa_vbool.h 1.7:
18470: * src/types/pa_vbool.h 1.8:
18471: * src/types/pa_vclass.h 1.13:
18472: * src/types/pa_vclass.h 1.14:
18473: * src/types/pa_vcode_frame.h 1.2:
18474: * src/types/pa_vcode_frame.h 1.3:
18475: * src/types/pa_vcookie.h 1.8:
18476: * src/types/pa_vdouble.h 1.16:
18477: * src/types/pa_venv.h 1.14:
18478: * src/types/pa_vfile.h 1.22:
18479: * src/types/pa_vform.C 1.27:
18480: * src/types/pa_vform.h 1.16:
18481: * src/types/pa_vhash.h 1.11:
18482: * src/types/pa_vimage.C 1.7:
18483: * src/types/pa_vimage.h 1.9:
18484: * src/types/pa_vint.h 1.17:
18485: * src/types/pa_vjunction.h 1.3:
18486: * src/types/pa_vjunction.h 1.4:
18487: * src/types/pa_vmethod_frame.h 1.4:
18488: * src/types/pa_vmethod_frame.h 1.5:
18489: * src/types/pa_vobject.h 1.6:
18490: * src/types/pa_vobject.h 1.7:
18491: * src/types/pa_vrequest.C 1.5:
18492: * src/types/pa_vrequest.h 1.8:
18493: * src/types/pa_vstateless_class.C 1.8:
18494: * src/types/pa_vstateless_class.h 1.10:
18495: * src/types/pa_vstateless_object.h 1.8:
18496: * src/types/pa_vstring.C 1.5:
18497: * src/types/pa_vstring.h 1.23:
18498: * src/types/pa_vtable.h 1.15:
18499: * src/types/pa_vunknown.h 1.10:
18500: * src/types/pa_wcontext.C 1.6:
18501: * src/types/pa_wcontext.h 1.12:
18502: * src/types/pa_wwrapper.h 1.7:
18503: * src/types/pa_wwrapper.h 1.8:
18504: code documentation ++
18505:
18506: * src/include/pa_common.h 1.42:
18507: * src/include/pa_types.h 1.25:
18508: * src/main/pa_sql_driver_manager.C 1.9:
18509: module [and, guess, isapi] connection caching fixed.
18510: request-pooled-url were stored into global connectioncache
18511:
18512: 2001-04-25 paf
18513: * src/doc/doxygen.cfg 1.4:
18514: * src/doc/doxygen.txt 1.3:
18515: * src/targets/isapi/parser3isapi.C 1.31:
18516: started doc / [doxygen.txt]
18517:
18518: * src/include/code.h 1.27:
18519: * src/include/pa_common.h 1.41:
18520: * src/main/compile.y 1.127:
18521: * src/main/execute.C 1.148:
18522: * src/main/pa_common.C 1.51:
18523: -d
18524:
18525: * src/classes/file.C 1.31:
18526: * src/main/pa_exec.C 1.5:
18527: * src/targets/cgi/parser3.C 1.72:
18528: illegal call check a bit improved, but still under iis no
18529: mapping of dir with parser allowed!
18530:
18531: 2001-04-24 paf
18532: * src/targets/Makefile.in 1.2:
18533: * src/targets/apache13/Makefile.in 1.1:
18534: apache makefile.in s
18535:
18536: * src/targets/Makefile.am 1.5:
18537: * src/targets/apache13/Makefile.am 1.1:
18538: apache module lib .am
18539:
18540: * src/main/pa_exec.C 1.4:
18541: windows32 buildCommand
18542:
18543: 2001-04-23 paf
18544: * src/classes/gd/gifio.C 1.7:
18545: * src/classes/image.C 1.20:
18546: * src/classes/mail.C 1.21:
18547: * src/include/pa_globals.h 1.50:
18548: * src/include/pa_string.h 1.83:
18549: * src/main/pa_exec.C 1.3:
18550: * src/main/pa_request.C 1.119:
18551: * src/main/untaint.C 1.44:
18552: untaint - @test optimize whitespaces for all but 'html'
18553:
18554: * src/main/untaint.C 1.46:
18555: untaint without charset
18556:
18557: * src/targets/cgi/parser3.C 1.68:
18558: cgi /// @test disable /cgi-bin/parser3/auto.p
18559:
18560: * src/classes/random.C 1.8:
18561: * src/targets/cgi/parser3.C 1.71:
18562: redo failed
18563: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
18564:
18565: * src/main/untaint.C 1.45:
18566: mail header only once to =?
18567:
18568: * src/classes/mail.C 1.20:
18569: * src/include/pa_hash.h 1.38:
18570: * src/include/pa_string.h 1.82:
18571: * src/main/pa_common.C 1.49:
18572: * src/main/pa_hash.C 1.34:
18573: * src/main/pa_request.C 1.118:
18574: * src/main/untaint.C 1.43:
18575: untaint - @test mail-header
18576:
18577: * src/include/pa_config_auto.h.in 1.1:
18578: .h.in
18579:
18580: * src/targets/cgi/parser3.C 1.69:
18581: cgi cmdline ver
18582:
18583: * src/main/pa_request.C 1.120:
18584: * src/targets/cgi/parser3.C 1.70:
18585: // @test with commandline start "parser3 a.html" so that ^load
18586: a.cfg] worked! [now doesnt]
18587:
18588: * src/main/execute.C 1.147:
18589: operators first!
18590: so that ^table.menu{^rem{}} would not be 'unknown column'
18591:
18592: * src/include/pa_array.h 1.35:
18593: * src/main/pa_array.C 1.31:
18594: * src/types/pa_vfile.h 1.20:
18595: * src/types/pa_vfile.h 1.21:
18596: vfile fields return type
18597:
18598: * src/Makefile.in 1.1:
18599: * src/classes/Makefile.in 1.1:
18600: * src/main/Makefile.in 1.1:
18601: * src/targets/cgi/Makefile.in 1.1:
18602: * src/types/Makefile.in 1.1:
18603: makefile ins
18604:
18605: * src/main/pa_string.C 1.78:
18606: tested OK
18607: /// @test really @b test: s x m [tested: i & g ]
18608:
18609: * src/classes/gd/Makefile.am 1.1:
18610: * src/classes/gd/Makefile.in 1.1:
18611: * src/targets/Makefile.in 1.1:
18612: makefiles&co
18613:
18614: * src/classes/Makefile 1.2:
18615: * src/main/Makefile 1.2:
18616: * src/targets/cgi/Makefile 1.2:
18617: * src/types/Makefile 1.2:
18618: makefiles removed
18619:
18620: * src/classes/Makefile 1.1:
18621: * src/main/Makefile 1.1:
18622: * src/main/pa_string.C 1.79:
18623: * src/targets/cgi/Makefile 1.1:
18624: * src/types/Makefile 1.1:
18625: configure.in + makefiles
18626:
18627: * src/classes/table.C 1.64:
18628: * src/types/pa_vform.C 1.26:
18629: * src/types/pa_vtable.h 1.14:
18630: /// @test $a.menu{ $a[123] }
18631: and $a.menu{^table:set[]...}
18632:
18633: * src/targets/cgi/Makefile.am 1.5:
18634: liblink
18635:
18636: * src/targets/cgi/Makefile.am 1.6:
18637: * src/targets/cgi/Makefile.am 1.7:
18638: win32 conditional
18639:
18640: * src/include/pa_config_fixed.h 1.4:
18641: * src/include/pa_config_includes.h 1.4:
18642: * src/main/pa_common.C 1.50:
18643: common: file_write /// @test mkdirs file_delete rmdirs
18644:
18645: 2001-04-20 paf
18646: * src/main/untaint.C 1.41:
18647: * src/targets/cgi/parser3.C 1.66:
18648: fixed header "a/a"
18649:
18650: * src/main/untaint.C 1.42:
18651: z
18652:
18653: * src/classes/string.C 1.39:
18654: * src/classes/table.C 1.63:
18655: * src/include/pa_globals.h 1.49:
18656: * src/include/pa_request.h 1.83:
18657: * src/include/pa_string.h 1.81:
18658: * src/main/compile.y 1.126:
18659: * src/main/pa_globals.C 1.56:
18660: * src/main/pa_request.C 1.117:
18661: * src/main/pa_string.C 1.77:
18662: * src/targets/cgi/parser3.C 1.67:
18663: $MAIN:LOCALE
18664:
18665: 2001-04-19 paf
18666: * src/main/compile_tools.h 1.37:
18667: $a$b bugfix
18668:
18669: * src/classes/file.C 1.30:
18670: * src/targets/cgi/parser3.C 1.65:
18671: z
18672:
18673: * src/include/pa_common.h 1.39:
18674: * src/main/pa_common.C 1.48:
18675: * src/main/pa_request.C 1.116:
18676: * src/main/untaint.C 1.40:
18677: * src/targets/isapi/parser3isapi.C 1.30:
18678: * src/types/pa_vcookie.C 1.19:
18679: changed urlencode here and in untaint.C to HTTP standard's "
18680: and \" mech
18681:
18682: * src/classes/file.C 1.29:
18683: * src/include/pa_common.h 1.40:
18684: * src/types/pa_vcookie.C 1.20:
18685: done: header to $fields. waits for header '\' tricks
18686:
18687: * src/main/pa_request.C 1.115:
18688: * src/targets/isapi/parser3isapi.C 1.29:
18689: fixed http://alx/~paf/ doesnt load /auto.p
18690:
18691: 2001-04-18 paf
18692: * src/classes/smtp/smtp.dsp 1.2:
18693: * src/main/Makefile.am 1.10:
18694: * src/main/main.dsp 1.92:
18695: * src/targets/cgi/Makefile.am 1.4:
18696: linux @alx
18697:
18698: * src/main/pa_request.C 1.114:
18699: 1
18700:
18701: 2001-04-17 paf
18702: * src/classes/file.C 1.28:
18703: * src/classes/image.C 1.19:
18704: * src/doc/doxygen.cfg 1.3:
18705: * src/include/pa_sql_connection.h 1.5:
18706: * src/main/pa_sql_driver_manager.C 1.8:
18707: * src/sql/pa_sql_driver.h 1.7:
18708: SQL_Driver_services renamed. doxygen statics enabled
18709:
18710: * src/Makefile.am 1.5:
18711: * src/classes/Makefile.am 1.3:
18712: * src/classes/_double.h 1.7:
18713: * src/classes/_exec.h 1.3:
18714: * src/classes/_file.h 1.4:
18715: * src/classes/_form.h 1.3:
18716: * src/classes/_image.h 1.2:
18717: * src/classes/_int.h 1.7:
18718: * src/classes/_mail.h 1.3:
18719: * src/classes/_op.h 1.5:
18720: * src/classes/_random.h 1.3:
18721: * src/classes/_response.h 1.4:
18722: * src/classes/_string.h 1.9:
18723: * src/classes/_table.h 1.6:
18724: * src/classes/_unknown.h 1.2:
18725: * src/classes/file.C 1.27:
18726: * src/classes/gd/gif.C 1.5:
18727: * src/classes/gd/gif.h 1.6:
18728: * src/classes/gd/gifio.C 1.6:
18729: * src/classes/image.C 1.18:
18730: * src/classes/mail.C 1.19:
18731: * src/classes/op.C 1.8:
18732: * src/classes/random.C 1.7:
18733: * src/include/pa_config_fixed.h 1.3:
18734: * src/include/pa_config_includes.h 1.3:
18735: * src/include/pa_hash.h 1.37:
18736: * src/include/pa_sql_driver_manager.h 1.3:
18737: * src/include/pa_version.h 1.2:
18738: * src/main/Makefile.am 1.9:
18739: * src/main/compile.y 1.125:
18740: * src/main/pa_common.C 1.47:
18741: * src/main/pa_exec.C 1.2:
18742: * src/main/pa_socks.C 1.2:
18743: * src/main/pa_sql_driver_manager.C 1.7:
18744: * src/sql/Makefile.am 1.2:
18745: * src/sql/pa_sql_driver.h 1.6:
18746: * src/targets/cgi/Makefile.am 1.3:
18747: * src/targets/cgi/parser3.C 1.64:
18748: * src/types/Makefile.am 1.3:
18749: * src/types/pa_vcookie.C 1.18:
18750: * src/types/pa_vform.C 1.25:
18751: * src/types/pa_vimage.h 1.8:
18752: exec @jav
18753:
18754: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
18755: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
18756: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
18757: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
18758: sql driver interface now has initialize(client .so)
18759:
18760: 2001-04-16 paf
18761: * src/Makefile.am [gcc0415] 1.4.2.2:
18762: compile2 cygwin
18763:
18764: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
18765: compile0 jav
18766:
18767: * src/Makefile.am [gcc0415] 1.4.2.1:
18768: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
18769: * src/classes/_double.h [gcc0415] 1.6.2.1:
18770: * src/classes/_exec.h [gcc0415] 1.2.2.1:
18771: * src/classes/_file.h [gcc0415] 1.3.2.1:
18772: * src/classes/_form.h [gcc0415] 1.2.2.1:
18773: * src/classes/_image.h [gcc0415] 1.1.2.1:
18774: * src/classes/_int.h [gcc0415] 1.6.2.1:
18775: * src/classes/_mail.h [gcc0415] 1.2.2.1:
18776: * src/classes/_op.h [gcc0415] 1.4.2.1:
18777: * src/classes/_random.h [gcc0415] 1.2.2.1:
18778: * src/classes/_response.h [gcc0415] 1.3.2.1:
18779: * src/classes/_string.h [gcc0415] 1.8.2.1:
18780: * src/classes/_table.h [gcc0415] 1.5.2.1:
18781: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
18782: * src/classes/gd/gif.C [gcc0415] 1.4.2.1:
18783: * src/classes/gd/gif.h [gcc0415] 1.5.2.1:
18784: * src/classes/gd/gifio.C [gcc0415] 1.5.2.1:
18785: * src/classes/image.C [gcc0415] 1.17.2.1:
18786: * src/classes/mail.C [gcc0415] 1.18.2.1:
18787: * src/classes/op.C [gcc0415] 1.7.2.1:
18788: * src/classes/random.C [gcc0415] 1.6.2.1:
18789: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
18790: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
18791: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
18792: * src/include/pa_version.h [gcc0415] 1.1.2.1:
18793: * src/main/Makefile.am [gcc0415] 1.8.2.1:
18794: * src/main/compile.y [gcc0415] 1.124.2.1:
18795: * src/main/pa_common.C [gcc0415] 1.46.2.1:
18796: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
18797: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
18798: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
18799: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
18800: * src/types/Makefile.am [gcc0415] 1.2.2.1:
18801: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
18802: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
18803: compile-1
18804:
18805: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
18806: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
18807: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
18808: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
18809: compile1 cygwin
18810:
18811: 2001-04-15 paf
18812: * src/classes/op.C 1.5:
18813: * src/include/pa_request.h 1.82:
18814: * src/types/pa_value.h 1.48:
18815: * src/types/pa_vmethod_frame.h 1.3:
18816: MethodParams in op.C
18817:
18818: * src/types/pa_value.h 1.49:
18819: MethodParams !junction
18820:
18821: * src/classes/table.C 1.62:
18822: table:empty +=process
18823:
18824: * src/classes/op.C 1.7:
18825: z
18826:
18827: * src/classes/_string.h 1.8:
18828: * src/classes/double.C 1.21:
18829: * src/classes/file.C 1.26:
18830: * src/classes/image.C 1.17:
18831: * src/classes/int.C 1.19:
18832: * src/classes/mail.C 1.18:
18833: * src/classes/op.C 1.6:
18834: * src/classes/random.C 1.6:
18835: * src/classes/response.C 1.7:
18836: * src/classes/string.C 1.38:
18837: * src/classes/table.C 1.61:
18838: * src/classes/unknown.C 1.2:
18839: * src/main/pa_request.C 1.113:
18840: MethodParams everywhere
18841:
18842: 2001-04-12 paf
18843: * src/classes/_unknown.h 1.1:
18844: * src/classes/unknown.C 1.1:
18845: * src/include/pa_globals.h 1.48:
18846: * src/main/main.dsp 1.91:
18847: * src/main/pa_globals.C 1.55:
18848: * src/types/pa_vunknown.h 1.9:
18849: ^unknown:int[]=0 double[]=0
18850:
18851: * src/classes/gd/gif.C 1.4:
18852: * src/classes/image.C 1.13:
18853: image:line/fill/rectangle/bar/replace/polygon/polybar
18854:
18855: * src/classes/image.C 1.15:
18856: * src/main/pa_hash.C 1.33:
18857: hash bug fixed
18858:
18859: * src/classes/gd/gif.h 1.5:
18860: * src/classes/image.C 1.12:
18861: * src/classes/op.C 1.4:
18862: * src/main/execute.C 1.146:
18863: * src/types/pa_value.h 1.47:
18864: * src/types/pa_vmethod_frame.h 1.2:
18865: * src/types/pa_wcontext.h 1.11:
18866: for var now written not to r.wcontext, but to r.root
18867: cleared "entered_object" state
18868:
18869: * src/classes/image.C 1.16:
18870: * src/types/pa_vimage.h 1.7:
18871: image:font :text
18872:
18873: * src/classes/image.C 1.14:
18874: image:gif now does not have params
18875:
18876: 2001-04-11 paf
18877: * src/classes/mail.C 1.17:
18878: * src/classes/op.C 1.3:
18879: * src/targets/cgi/parser3.C 1.63:
18880: * src/types/pa_value.h 1.46:
18881: * src/types/pa_vfile.C 1.15:
18882: * src/types/pa_vfile.h 1.19:
18883: * src/types/pa_vform.C 1.24:
18884: * src/types/pa_vstring.C 1.3:
18885: * src/types/pa_vstring.h 1.22:
18886: forced UL_FILE_NAME of posted file name
18887:
18888: * src/classes/image.C 1.7:
18889: * src/main/execute.C 1.145:
18890: * src/main/main.dsp 1.89:
18891: * src/main/pa_request.C 1.112:
18892: * src/types/pa_vcframe.h 1.4:
18893: * src/types/pa_vcode_frame.h 1.1:
18894: * src/types/pa_vimage.C 1.4:
18895: * src/types/pa_vimage.h 1.4:
18896: * src/types/pa_vmethod_frame.h 1.1:
18897: * src/types/pa_vmframe.h 1.13:
18898: libimaging dead end: pil parses header in .py
18899:
18900: * src/classes/gd/gd.dsp 1.3:
18901: * src/classes/gd/gif.C 1.2:
18902: * src/classes/gd/gif.h 1.2:
18903: * src/classes/gd/gifio.C 1.2:
18904: * src/classes/image.C 1.8:
18905: * src/types/pa_vimage.C 1.5:
18906: * src/types/pa_vimage.h 1.5:
18907: gd started porting to Pooled descendant
18908:
18909: * src/classes/image.C 1.5:
18910: * src/main/pa_request.C 1.110:
18911: * src/types/pa_vform.C 1.23:
18912: fixed post [broke when moved post read to core]
18913:
18914: * src/classes/gd/gd.dsp 1.1:
18915: * src/classes/smtp/smtp.dsp 1.1:
18916: * src/main/main.dsp 1.87:
18917: gd+smtp made separate libs
18918:
18919: * src/classes/gd/gifio.C 1.3:
18920: * src/classes/image.C 1.9:
18921: * src/types/pa_vimage.C 1.6:
18922: * src/types/pa_vimage.h 1.6:
18923: gd todo: gif without file
18924:
18925: * src/include/pa_globals.h 1.46:
18926: * src/include/pa_string.h 1.80:
18927: * src/main/pa_common.C 1.46:
18928: * src/main/pa_request.C 1.111:
18929: * src/main/untaint.C 1.39:
18930: * src/types/pa_vfile.C 1.16:
18931: * src/types/pa_vstring.C 1.4:
18932: fixed vstring:as_vfile length
18933:
18934: * src/classes/gd/gd.dsp 1.2:
18935: * src/classes/image.C 1.6:
18936: * src/include/pa_globals.h 1.47:
18937: * src/main/main.dsp 1.88:
18938: * src/main/pa_globals.C 1.54:
18939: * src/types/pa_vimage.C 1.3:
18940: * src/types/pa_vimage.h 1.3:
18941: gd dead end. switching to python imaging lib
18942:
18943: * src/classes/gd/gif.h 1.3:
18944: * src/classes/gd/gifio.C 1.4:
18945: * src/classes/image.C 1.10:
18946: * src/main/main.dsp 1.90:
18947: gd with mem write + image just compiled
18948:
18949: * src/classes/gd/gif.C 1.3:
18950: * src/classes/gd/gif.h 1.4:
18951: * src/classes/gd/gifio.C 1.5:
18952: * src/classes/image.C 1.11:
18953: image:create image:load
18954:
18955: 2001-04-10 paf
18956: * src/classes/_double.h 1.6:
18957: * src/classes/_file.h 1.3:
18958: * src/classes/_form.h 1.2:
18959: * src/classes/_int.h 1.6:
18960: * src/classes/_mail.h 1.2:
18961: * src/classes/_op.h 1.4:
18962: * src/classes/_random.h 1.2:
18963: * src/classes/_response.h 1.3:
18964: * src/classes/_string.h 1.7:
18965: * src/classes/_table.h 1.5:
18966: * src/classes/file.C 1.25:
18967: * src/classes/gd/gif.C 1.1:
18968: * src/classes/gd/gif.h 1.1:
18969: * src/classes/gd/gifio.C 1.1:
18970: * src/classes/mail.C 1.16:
18971: * src/include/pa_common.h 1.37:
18972: * src/include/pa_globals.h 1.45:
18973: * src/main/execute.C 1.144:
18974: * src/main/main.dsp 1.86:
18975: * src/main/pa_common.C 1.44:
18976: * src/main/pa_globals.C 1.53:
18977: * src/targets/isapi/parser3isapi.C 1.28:
18978: * src/types/pa_value.h 1.45:
18979: * src/types/pa_vfile.C 1.14:
18980: * src/types/pa_vfile.h 1.18:
18981: * src/types/pa_vhash.h 1.10:
18982: * src/types/pa_vimage.h 1.1:
18983: * src/types/pa_vresponse.h 1.8:
18984: * src/types/pa_vstring.h 1.21:
18985: image:measure -100 just compiled
18986:
18987: * src/classes/_image.h 1.1:
18988: * src/classes/image.C 1.1:
18989: * src/types/pa_vimage.C 1.1:
18990: image forgotten!
18991:
18992: * src/classes/image.C 1.3:
18993: * src/types/pa_vimage.C 1.2:
18994: jpg measure bugs fixed
18995:
18996: * src/classes/image.C 1.4:
18997: image:html done
18998:
18999: * src/classes/table.C 1.60:
19000: * src/include/pa_common.h 1.38:
19001: * src/main/pa_common.C 1.45:
19002: * src/main/pa_request.C 1.109:
19003: * src/main/pa_string.C 1.76:
19004: * src/main/untaint.C 1.38:
19005: * src/types/pa_vimage.h 1.2:
19006: image:measure -90
19007:
19008: * src/classes/mail.C 1.11:
19009: * src/classes/smtp/comms.C 1.2:
19010: * src/classes/smtp/smtp.C 1.2:
19011: * src/classes/smtp/smtp.h 1.2:
19012: * src/main/pa_globals.C 1.52:
19013: smtp some consts
19014:
19015: * src/classes/mail.C 1.12:
19016: unix sendmail compiled. todo:testing
19017:
19018: * src/classes/mail.C 1.14:
19019: sendmail unix skipping defaults
19020:
19021: * src/classes/image.C 1.2:
19022: z
19023:
19024: * src/classes/mail.C 1.13:
19025: * src/include/pa_common.h 1.36:
19026: * src/main/pa_common.C 1.43:
19027: sendmail unix added defaults
19028:
19029: * src/classes/mail.C 1.15:
19030: minor bug with unclear from/to
19031:
19032: 2001-04-09 paf
19033: * src/classes/_exec.h 1.2:
19034: * src/main/execute.C 1.142:
19035: * src/main/pa_globals.C 1.50:
19036: * src/main/pa_request.C 1.106:
19037: * src/types/pa_vcookie.C 1.17:
19038: * src/types/pa_vfile.C 1.12:
19039: exec -2
19040:
19041: * src/classes/file.C 1.24:
19042: * src/include/pa_exec.h 1.1:
19043: * src/include/pa_sapi.h 1.8:
19044: * src/main/main.dsp 1.85:
19045: * src/main/pa_exec.C 1.1:
19046: * src/targets/cgi/parser3.C 1.62:
19047: * src/targets/cgi/parser3.dsp 1.17:
19048: * src/targets/isapi/parser3isapi.C 1.27:
19049: * src/targets/isapi/parser3isapi.dsp 1.12:
19050: all targets exec
19051:
19052: * src/classes/exec.C 1.2:
19053: * src/include/pa_common.h 1.35:
19054: * src/main/pa_common.C 1.42:
19055: * src/main/untaint.C 1.37:
19056: exec3. decided exec:cgi to move to file:cgi
19057:
19058: * src/include/pa_sapi.h 1.7:
19059: * src/include/pa_string.h 1.79:
19060: * src/targets/cgi/parser3.C 1.61:
19061: * src/targets/isapi/parser3isapi.C 1.26:
19062: * src/targets/isapi/parser3isapi.dsp 1.11:
19063: sapi exec dead end. badly parsed args in apache:util.script
19064:
19065: * src/classes/file.C 1.23:
19066: * src/main/main.dsp 1.84:
19067: * src/main/pa_request.C 1.108:
19068: * src/targets/cgi/parser3.C 1.60:
19069: exec win32 env
19070:
19071: * src/classes/exec.C 1.3:
19072: * src/classes/file.C 1.21:
19073: * src/include/pa_globals.h 1.44:
19074: * src/main/execute.C 1.143:
19075: * src/main/main.dsp 1.83:
19076: * src/main/pa_globals.C 1.51:
19077: * src/main/pa_request.C 1.107:
19078: * src/types/pa_vfile.C 1.13:
19079: * src/types/pa_vfile.h 1.17:
19080: * src/types/pa_vform.C 1.22:
19081: * src/types/pa_vstring.C 1.2:
19082: exec4. todo env
19083:
19084: * src/classes/_exec.h 1.1:
19085: * src/classes/exec.C 1.1:
19086: * src/include/pa_common.h 1.34:
19087: * src/include/pa_request.h 1.81:
19088: * src/include/pa_sapi.h 1.6:
19089: * src/include/pa_string.h 1.77:
19090: * src/main/pa_common.C 1.41:
19091: * src/main/pa_request.C 1.105:
19092: * src/main/pa_string.C 1.75:
19093: * src/targets/cgi/parser3.C 1.59:
19094: * src/targets/cgi/parser3.dsp 1.16:
19095: * src/targets/isapi/parser3isapi.C 1.25:
19096: * src/types/pa_vform.C 1.21:
19097: * src/types/pa_vform.h 1.15:
19098: exec class just compiled. moved post read to request core
19099:
19100: * src/classes/file.C 1.22:
19101: * src/include/pa_hash.h 1.36:
19102: * src/main/pa_hash.C 1.32:
19103: exec env 0
19104:
19105: * src/classes/_op.h 1.3:
19106: * src/include/pa_dir.h 1.2:
19107: * src/include/pa_globals.h 1.43:
19108: * src/include/pa_sapi.h 1.5:
19109: * src/main/main.dsp 1.82:
19110: * src/main/pa_dir.C 1.2:
19111: * src/main/pa_globals.C 1.49:
19112: * src/targets/cgi/parser3.C 1.58:
19113: * src/targets/cgi/parser3.dsp 1.15:
19114: problems with ^exec:cgi post data. they are already read by vform
19115:
19116: * src/include/pa_string.h 1.78:
19117: written but not tested exec with env for unix
19118:
19119: 2001-04-08 paf
19120: * src/classes/file.C 1.20:
19121: * src/classes/mail.C 1.10:
19122: * src/classes/string.C 1.37:
19123: * src/include/pa_request.h 1.80:
19124: * src/include/pa_string.h 1.76:
19125: * src/main/pa_request.C 1.104:
19126: uuencode. string<<
19127:
19128: 2001-04-07 paf
19129: * src/classes/_mail.h 1.1:
19130: * src/classes/mail.C 1.1:
19131: * src/include/pa_common.h 1.33:
19132: * src/include/pa_globals.h 1.41:
19133: * src/include/pa_string.h 1.74:
19134: * src/main/main.dsp 1.79:
19135: * src/main/pa_common.C 1.40:
19136: * src/main/pa_globals.C 1.47:
19137: * src/main/pa_request.C 1.101:
19138: * src/main/untaint.C 1.36:
19139: * src/types/pa_vcookie.C 1.16:
19140: mail:send -10 just compiled
19141:
19142: * src/include/pa_socks.h 1.1:
19143: * src/main/main.dsp 1.81:
19144: * src/main/pa_socks.C 1.1:
19145: * src/targets/cgi/parser3.C 1.57:
19146: * src/targets/cgi/parser3.dsp 1.14:
19147: * src/targets/isapi/parser3isapi.C 1.24:
19148: mail:send 1
19149:
19150: * src/classes/mail.C 1.3:
19151: +=
19152:
19153: * src/classes/mail.C 1.6:
19154: ^attach dead end
19155:
19156: * src/classes/mail.C 1.2:
19157: * src/include/pa_string.h 1.75:
19158: mail:send -1 text prepared
19159:
19160: * src/classes/mail.C 1.7:
19161: ^mail[$attach
19162:
19163: * src/classes/mail.C 1.5:
19164: * src/classes/mail.C 1.8:
19165: * src/classes/mail.C 1.9:
19166: * src/main/pa_request.C 1.103:
19167: z
19168:
19169: * src/classes/mail.C 1.4:
19170: * src/classes/smtp/comms.C 1.1:
19171: * src/classes/smtp/smtp.C 1.1:
19172: * src/classes/smtp/smtp.h 1.1:
19173: * src/include/pa_globals.h 1.42:
19174: * src/include/pa_request.h 1.79:
19175: * src/main/main.dsp 1.80:
19176: * src/main/pa_globals.C 1.48:
19177: * src/main/pa_request.C 1.102:
19178: smtp just compiled
19179:
19180: 2001-04-06 paf
19181: * src/types/pa_valiased.C 1.7:
19182: another root inherititance skipped
19183:
19184: * src/classes/random.C 1.5:
19185: * src/classes/table.C 1.57:
19186: * src/main/pa_globals.C 1.44:
19187: @office
19188:
19189: * src/classes/table.C 1.58:
19190: * src/include/pa_dir.h 1.1:
19191: * src/main/execute.C 1.141:
19192: * src/main/main.dsp 1.78:
19193: * src/main/pa_dir.C 1.1:
19194: table:dir 0 [without regexp]
19195:
19196: * src/main/compile.C 1.34:
19197: * src/main/compile.y 1.124:
19198: * src/main/execute.C 1.139:
19199: operators are now not root methods of parent class. just 'ROOT
19200: class
19201:
19202: * src/classes/table.C 1.59:
19203: * src/include/pa_globals.h 1.40:
19204: * src/main/pa_globals.C 1.46:
19205: * src/main/pa_string.C 1.74:
19206: table:dir 1
19207:
19208: * src/classes/_op.h 1.2:
19209: * src/classes/_root.h 1.5:
19210: * src/classes/op.C 1.2:
19211: * src/classes/root.C 1.62:
19212: * src/include/pa_globals.h 1.39:
19213: * src/include/pa_request.h 1.78:
19214: * src/main/compile.C 1.35:
19215: * src/main/execute.C 1.140:
19216: * src/main/main.dsp 1.77:
19217: * src/main/pa_globals.C 1.45:
19218: * src/main/pa_request.C 1.100:
19219: renamed 'root' to 'op'
19220:
19221: * src/classes/_op.h 1.1:
19222: * src/classes/op.C 1.1:
19223: renamed from 'root'
19224:
19225: 2001-04-05 paf
19226: * src/classes/root.C 1.59:
19227: * src/include/pa_sql_connection.h 1.1:
19228: * src/include/pa_sql_driver.h 1.5:
19229: * src/main/main.dsp 1.76:
19230: * src/main/pa_sql_driver_manager.C 1.3:
19231: * src/sql/pa_sql_driver.h 1.1:
19232: sql driver services for conv memory & error reporting
19233:
19234: * src/main/execute.C 1.138:
19235: * src/main/pa_request.C 1.98:
19236: * src/main/pa_string.C 1.73:
19237: * src/types/pa_value.h 1.44:
19238: * src/types/pa_vmframe.h 1.12:
19239: * src/types/pa_wcontext.h 1.10:
19240: constructor flag dropped at get_method_frame and remembered
19241: into method_frame
19242:
19243: * src/include/pa_globals.h 1.38:
19244: * src/main/pa_globals.C 1.43:
19245: * src/main/pa_request.C 1.96:
19246: * src/main/pa_string.C 1.72:
19247: * src/targets/isapi/parser3isapi.dsp 1.10:
19248: $LOCALE:ctype[Russian_Russia.1251]
19249:
19250: * src/main/pa_request.C 1.99:
19251: * src/sql/pa_sql_driver.h 1.5:
19252: mysql limit
19253:
19254: * src/classes/table.C 1.52:
19255: select * from hren error contains statement
19256:
19257: * src/classes/random.C 1.4:
19258: * src/classes/root.C 1.60:
19259: * src/classes/table.C 1.54:
19260: * src/include/pa_sql_connection.h 1.4:
19261: * src/include/pa_string.h 1.71:
19262: * src/main/execute.C 1.137:
19263: * src/main/pa_sql_driver_manager.C 1.6:
19264: * src/main/pa_string.C 1.70:
19265: * src/main/untaint.C 1.34:
19266: * src/sql/pa_sql_driver.h 1.4:
19267: * src/types/pa_vmframe.h 1.11:
19268: * src/types/pa_wcontext.C 1.5:
19269: * src/types/pa_wcontext.h 1.9:
19270: sql quote. string untaint UL_SQL
19271:
19272: * src/classes/table.C 1.51:
19273: * src/include/pa_sql_connection.h 1.2:
19274: * src/include/pa_types.h 1.24:
19275: * src/main/pa_sql_driver_manager.C 1.4:
19276: * src/main/untaint.C 1.33:
19277: * src/sql/pa_sql_driver.h 1.2:
19278: * src/targets/cgi/parser3.dsp 1.13:
19279: mysql 0
19280:
19281: * src/classes/table.C 1.53:
19282: * src/include/pa_sql_connection.h 1.3:
19283: * src/main/pa_sql_driver_manager.C 1.5:
19284: * src/sql/pa_sql_driver.h 1.3:
19285: sql ping
19286:
19287: * src/classes/table.C 1.55:
19288: * src/include/pa_string.h 1.72:
19289: * src/main/pa_string.C 1.71:
19290: * src/main/untaint.C 1.35:
19291: z
19292:
19293: * src/classes/file.C 1.19:
19294: * src/classes/root.C 1.61:
19295: * src/classes/string.C 1.36:
19296: * src/classes/table.C 1.56:
19297: * src/main/pa_request.C 1.97:
19298: junction to code&expression in errors
19299:
19300: * src/include/pa_config_fixed.h 1.2:
19301: * src/include/pa_config_includes.h 1.2:
19302: * src/include/pa_hash.h 1.35:
19303: * src/include/pa_string.h 1.73:
19304: * src/main/pa_hash.C 1.31:
19305: * src/main/pa_table.C 1.26:
19306: hash now not thread-safe.
19307:
19308: 2001-04-04 paf
19309: * src/include/pa_sql_driver.h 1.4:
19310: mysql connect
19311:
19312: * src/classes/random.C 1.3:
19313: * src/classes/root.C 1.56:
19314: * src/classes/table.C 1.49:
19315: * src/include/pa_globals.h 1.36:
19316: * src/include/pa_pool.h 1.48:
19317: * src/include/pa_request.h 1.76:
19318: * src/main/pa_request.C 1.94:
19319: * src/types/pa_vclass.h 1.12:
19320: sql frame -10
19321:
19322: * src/Makefile.am 1.4:
19323: * src/classes/root.C 1.57:
19324: * src/classes/string.C 1.35:
19325: * src/classes/table.C 1.50:
19326: * src/include/pa_globals.h 1.37:
19327: * src/include/pa_hash.h 1.34:
19328: * src/include/pa_pool.h 1.49:
19329: * src/include/pa_request.h 1.77:
19330: * src/include/pa_sapi.h 1.4:
19331: * src/include/pa_string.h 1.70:
19332: * src/include/pa_table.h 1.29:
19333: * src/main/main.dsp 1.74:
19334: * src/main/pa_globals.C 1.42:
19335: * src/main/pa_hash.C 1.30:
19336: * src/main/pa_request.C 1.95:
19337: * src/main/pa_string.C 1.69:
19338: * src/main/pa_table.C 1.25:
19339: * src/main/untaint.C 1.32:
19340: connect&sql -1000 just compiled
19341:
19342: * src/sql/Makefile.am 1.1:
19343: forgot to add mysql client
19344:
19345: * src/classes/root.C 1.58:
19346: * src/include/pa_sql_driver.h 1.2:
19347: * src/include/pa_sql_driver_manager.h 1.2:
19348: * src/main/main.dsp 1.75:
19349: * src/main/pa_sql_driver_manager.C 1.2:
19350: more manager&connection&driver
19351:
19352: * src/include/pa_sql_driver.h 1.3:
19353: mysql info
19354:
19355: * src/doc/doxygen.cfg 1.2:
19356: z
19357:
19358: * src/include/pa_sql_driver.h 1.1:
19359: * src/include/pa_sql_driver_manager.h 1.1:
19360: * src/main/pa_sql_driver_manager.C 1.1:
19361: connect&sql -1000 just compiled [forgot to add libltdl, added]
19362:
19363: 2001-04-03 paf
19364: * src/classes/file.C 1.18:
19365: * src/classes/string.C 1.32:
19366: * src/classes/table.C 1.48:
19367: * src/include/pa_string.h 1.69:
19368: * src/main/pa_common.C 1.39:
19369: * src/main/pa_string.C 1.68:
19370: * src/main/untaint.C 1.31:
19371: string:match replace 2. string.cstr(forced lang)
19372:
19373: * src/classes/string.C 1.30:
19374: string:match replace 0
19375:
19376: * src/classes/string.C 1.34:
19377: * src/types/pa_vform.C 1.19:
19378: string:match replace assigned lang
19379:
19380: * src/classes/string.C 1.31:
19381: * src/include/pa_string.h 1.68:
19382: * src/main/pa_string.C 1.67:
19383: string:match replace strange matches
19384:
19385: * src/classes/table.C 1.46:
19386: table:append now uses string::split
19387:
19388: * src/include/pa_globals.h 1.33:
19389: * src/include/pa_hash.h 1.33:
19390: * src/main/pa_globals.C 1.39:
19391: * src/main/pa_request.C 1.92:
19392: * src/targets/cgi/parser3.C 1.55:
19393: * src/targets/isapi/parser3isapi.C 1.22:
19394: * src/types/pa_vfile.C 1.11:
19395: content-disposition
19396:
19397: * src/classes/string.C 1.25:
19398: * src/include/pa_globals.h 1.34:
19399: * src/include/pa_string.h 1.64:
19400: * src/main/main.dsp 1.73:
19401: * src/main/pa_globals.C 1.40:
19402: * src/main/pa_string.C 1.62:
19403: string:match [search] -1 just compiled
19404:
19405: * src/classes/string.C 1.26:
19406: * src/include/pa_globals.h 1.35:
19407: * src/include/pa_string.h 1.65:
19408: * src/include/pa_threads.h 1.12:
19409: * src/main/pa_globals.C 1.41:
19410: * src/main/pa_string.C 1.63:
19411: * src/targets/isapi/parser3isapi.dsp 1.9:
19412: string:match 0
19413:
19414: * src/main/pa_common.C 1.37:
19415: * src/main/untaint.C 1.30:
19416: * src/targets/cgi/parser3.C 1.56:
19417: * src/targets/isapi/parser3isapi.C 1.23:
19418: * src/targets/isapi/pool_storage.h 1.4:
19419: todo/tests
19420:
19421: * src/classes/file.C 1.15:
19422: * src/classes/root.C 1.54:
19423: * src/classes/string.C 1.23:
19424: * src/classes/table.C 1.44:
19425: * src/doc/doxygen.cmd 1.1:
19426: * src/doc/doxygen.txt 1.2:
19427: * src/doc/generate.cmd 1.2:
19428: * src/include/pa_array.h 1.34:
19429: * src/include/pa_request.h 1.74:
19430: * src/include/pa_string.h 1.62:
19431: * src/main/execute.C 1.136:
19432: * src/main/pa_string.C 1.60:
19433: * src/main/untaint.C 1.29:
19434: * src/targets/cgi/parser3.C 1.52:
19435: * src/types/pa_vcookie.C 1.15:
19436: string::pos & cmp & piece bugs fixed.
19437: string::split new
19438: table:load separated from set
19439: table:set implemented with clean \n \t searches
19440:
19441: * src/include/pa_common.h 1.31:
19442: * src/include/pa_globals.h 1.32:
19443: * src/main/pa_globals.C 1.38:
19444: * src/main/pa_request.C 1.91:
19445: * src/targets/cgi/parser3.C 1.54:
19446: * src/targets/isapi/parser3isapi.C 1.21:
19447: * src/types/pa_value.h 1.43:
19448: main:post-process
19449:
1.24 paf 19450: * src/classes/string.C 1.27:
19451: * src/include/pa_string.h 1.66:
19452: * src/main/pa_string.C 1.64:
19453: string:match replace -11
19454:
1.15 paf 19455: * src/classes/file.C 1.16:
19456: * src/classes/table.C 1.45:
19457: * src/include/pa_common.h 1.32:
19458: * src/main/compile_tools.C 1.34:
19459: * src/main/pa_common.C 1.38:
19460: * src/main/pa_request.C 1.93:
19461: * src/types/pa_vform.C 1.20:
19462: * src/types/pa_vstring.C 1.1:
19463: z
19464:
19465: * src/include/pa_common.h 1.30:
19466: * src/include/pa_request.h 1.75:
19467: * src/include/pa_sapi.h 1.3:
19468: * src/main/main.dsp 1.72:
19469: * src/main/pa_common.C 1.36:
19470: * src/main/pa_request.C 1.90:
19471: * src/targets/cgi/parser3.C 1.53:
19472: * src/types/pa_value.h 1.42:
19473: * src/types/pa_vfile.C 1.10:
19474: * src/types/pa_vfile.h 1.16:
19475: * src/types/pa_vstring.h 1.20:
19476: vfile in response:body
19477:
19478: * src/classes/string.C 1.28:
19479: * src/include/pa_string.h 1.67:
19480: * src/main/pa_string.C 1.65:
19481: string:match replace prepared
19482:
19483: * src/classes/string.C 1.33:
19484: * src/main/compile.y 1.123:
19485: grammar: fixed to allow {}[]< empty []
19486:
19487: * src/classes/double.C 1.20:
19488: * src/classes/file.C 1.17:
19489: * src/classes/form.C 1.3:
19490: * src/classes/int.C 1.18:
19491: * src/classes/response.C 1.6:
19492: * src/classes/root.C 1.55:
19493: * src/classes/string.C 1.24:
19494: * src/classes/table.C 1.47:
19495: * src/include/pa_string.h 1.63:
19496: * src/main/pa_string.C 1.61:
19497: string:match -10 [frame]
19498:
19499: * src/classes/string.C 1.29:
19500: * src/main/pa_string.C 1.66:
19501: string:match replace prepared 2
19502:
19503: 2001-04-02 paf
19504: * src/classes/_random.h 1.1:
19505: * src/classes/random.C 1.1:
19506: * src/include/pa_globals.h 1.31:
19507: * src/main/main.dsp 1.71:
19508: * src/main/pa_globals.C 1.37:
19509: * src/main/pa_request.C 1.89:
19510: * src/types/pa_value.h 1.40:
19511: random:generate
19512:
19513: * src/classes/table.C 1.42:
19514: * src/include/pa_array.h 1.33:
19515: * src/include/pa_string.h 1.60:
19516: * src/include/pa_table.h 1.28:
19517: * src/main/execute.C 1.135:
19518: * src/types/pa_value.h 1.41:
19519: table:join
19520:
19521: * src/classes/table.C 1.43:
19522: * src/include/pa_string.h 1.61:
19523: * src/main/pa_string.C 1.59:
19524: * src/types/pa_valiased.C 1.6:
19525: * src/types/pa_valiased.h 1.12:
19526: * src/types/pa_vdouble.h 1.15:
19527: * src/types/pa_vfile.h 1.15:
19528: * src/types/pa_vint.h 1.16:
19529: * src/types/pa_vresponse.h 1.7:
19530: * src/types/pa_vstring.h 1.19:
19531: * src/types/pa_vtable.h 1.13:
19532: string::pos. about to use it in table:set/load
19533:
19534: * src/classes/random.C 1.2:
19535: random:generate 1
19536:
19537: 2001-03-30 paf
19538: * src/classes/double.C 1.19:
19539: * src/classes/file.C 1.14:
19540: * src/classes/int.C 1.17:
19541: * src/classes/response.C 1.5:
19542: * src/classes/root.C 1.53:
19543: * src/classes/string.C 1.22:
19544: * src/classes/table.C 1.40:
19545: * src/main/compile.y 1.122:
19546: * src/main/execute.C 1.134:
19547: * src/types/pa_value.h 1.39:
19548: * src/types/pa_vstateless_class.C 1.7:
19549: * src/types/pa_vstateless_class.h 1.9:
19550: static|dynamic|any method registration
19551:
19552: * src/classes/table.C 1.41:
19553: * src/include/pa_string.h 1.59:
19554: * src/main/pa_string.C 1.58:
19555: todo: table flip and append. string::pos
19556:
19557: 2001-03-29 paf
19558: * src/classes/string.C 1.14:
19559: * src/main/compile.y 1.120:
19560: * src/main/compile_tools.C 1.33:
19561: * src/main/compile_tools.h 1.36:
19562: * src/main/main.dsp 1.70:
19563: * src/types/pa_value.h 1.38:
19564: * src/types/pa_vstring.h 1.17:
19565: * src/types/pa_vunknown.h 1.8:
19566: empty params allowed. [] and [;] are different now.
19567:
19568: * src/include/pa_pool.h 1.46:
19569: * src/include/pa_request.h 1.72:
19570: * src/main/pa_request.C 1.86:
19571: * src/main/untaint.C 1.25:
19572: pool.request
19573:
19574: * src/classes/string.C 1.21:
19575: string:xsplit forgot that they must result in 1 row N column [
19576: not vice versa]
19577:
19578: * src/classes/string.C 1.17:
19579: * src/include/pa_string.h 1.57:
19580: * src/main/execute.C 1.133:
19581: * src/main/pa_array.C 1.30:
19582: * src/main/pa_string.C 1.56:
19583: * src/types/pa_vtable.h 1.12:
19584: string: lsplit -1
19585:
19586: * src/classes/string.C 1.16:
19587: * src/include/pa_string.h 1.55:
19588: * src/main/pa_string.C 1.54:
19589: string: pos -1
19590:
19591: * src/classes/string.C 1.18:
19592: * src/include/pa_string.h 1.58:
19593: * src/main/pa_string.C 1.57:
19594: string: lsplit
19595:
19596: * src/include/pa_pool.h 1.47:
19597: * src/include/pa_request.h 1.73:
19598: * src/main/pa_request.C 1.87:
19599: * src/main/untaint.C 1.26:
19600: pool.request undone
19601:
19602: * src/classes/string.C 1.20:
19603: z
19604:
19605: * src/include/pa_string.h 1.56:
19606: * src/main/pa_string.C 1.55:
19607: * src/main/untaint.C 1.28:
19608: string: pos
19609:
19610: * src/classes/string.C 1.15:
19611: * src/classes/table.C 1.38:
19612: * src/include/pa_string.h 1.54:
19613: * src/main/compile.y 1.121:
19614: * src/main/pa_request.C 1.88:
19615: * src/main/pa_string.C 1.53:
19616: * src/main/untaint.C 1.27:
19617: string: left right mid
19618:
19619: * src/classes/file.C 1.13:
19620: * src/classes/table.C 1.39:
19621: * src/include/pa_table.h 1.27:
19622: * src/main/pa_table.C 1.24:
19623: * src/types/pa_vstring.h 1.18:
19624: * src/types/pa_wwrapper.h 1.6:
19625: table:flip
19626:
19627: * src/classes/string.C 1.19:
19628: string: rsplit
19629:
19630: 2001-03-28 paf
19631: * src/classes/file.C 1.12:
19632: * src/include/pa_globals.h 1.30:
19633: * src/include/pa_request.h 1.71:
19634: * src/targets/cgi/parser3.C 1.51:
19635: * src/targets/isapi/parser3isapi.C 1.20:
19636: * src/types/pa_value.h 1.37:
19637: * src/types/pa_vrequest.C 1.4:
19638: * src/types/pa_vunknown.h 1.7:
19639: $request:browser [.type .version]; unknown.get_double now = 0.
19640:
19641: * src/classes/table.C 1.36:
19642: * src/include/pa_array.h 1.32:
19643: * src/include/pa_hash.h 1.32:
19644: * src/include/pa_table.h 1.24:
19645: * src/main/pa_array.C 1.29:
19646: * src/main/pa_table.C 1.21:
19647: * src/types/pa_vtable.h 1.11:
19648: table:locate just compiled
19649:
19650: * src/classes/file.C 1.9:
19651: * src/include/pa_common.h 1.29:
19652: * src/main/pa_common.C 1.34:
19653: * src/types/pa_vfile.C 1.7:
19654: * src/types/pa_vfile.h 1.12:
19655: started file:load. wrong write. must be self.set
19656:
19657: * src/classes/file.C 1.8:
19658: * src/classes/root.C 1.52:
19659: * src/classes/table.C 1.37:
19660: * src/include/pa_table.h 1.25:
19661: * src/main/pa_table.C 1.22:
19662: table:locate1, file:test
19663:
19664: * src/classes/file.C 1.10:
19665: * src/main/execute.C 1.132:
19666: * src/main/pa_common.C 1.35:
19667: * src/main/untaint.C 1.24:
19668: * src/targets/cgi/parser3.C 1.50:
19669: * src/types/pa_vfile.C 1.8:
19670: * src/types/pa_vfile.h 1.13:
19671: * src/types/pa_vform.C 1.17:
19672: file:load 1. tainted
19673:
19674: * src/classes/file.C 1.11:
19675: * src/include/pa_globals.h 1.29:
19676: * src/include/pa_request.h 1.70:
19677: * src/include/pa_table.h 1.26:
19678: * src/main/pa_globals.C 1.36:
19679: * src/main/pa_request.C 1.85:
19680: * src/main/pa_table.C 1.23:
19681: * src/types/pa_vfile.C 1.9:
19682: * src/types/pa_vfile.h 1.14:
19683: * src/types/pa_vform.C 1.18:
19684: file:load autodetection of mime-type by user-file-name
19685:
19686: 2001-03-27 paf
19687: * src/classes/double.C 1.18:
19688: * src/classes/int.C 1.16:
19689: * src/classes/root.C 1.51:
19690: * src/classes/string.C 1.13:
19691: * src/classes/table.C 1.34:
19692: * src/main/compile_tools.C 1.32:
19693: * src/main/execute.C 1.128:
19694: * src/main/pa_request.C 1.84:
19695: * src/main/untaint.C 1.23:
19696: * src/types/pa_value.h 1.35:
19697: * src/types/pa_vbool.h 1.6:
19698: * src/types/pa_vcookie.C 1.14:
19699: * src/types/pa_vdouble.h 1.14:
19700: * src/types/pa_vfile.h 1.11:
19701: * src/types/pa_vint.h 1.15:
19702: * src/types/pa_vmframe.h 1.9:
19703: * src/types/pa_vstring.h 1.16:
19704: * src/types/pa_vtable.h 1.10:
19705: * src/types/pa_vunknown.h 1.6:
19706: sort 0
19707:
19708: * src/classes/table.C 1.31:
19709: * src/include/pa_common.h 1.27:
19710: * src/main/compile.y 1.117:
19711: * src/main/execute.C 1.127:
19712: * src/main/pa_common.C 1.31:
19713: * src/main/pa_table.C 1.20:
19714: table:save decided to have as it were. stepped back.
19715: grammar: added 'in' 'is' 'lt'&co follow-space check
19716:
19717: * src/main/compile.y 1.119:
19718: fixed minor bug in @mn[][] ...^{
19719:
19720: * src/main/execute.C 1.130:
19721: * src/types/pa_value.h 1.36:
19722: * src/types/pa_vmframe.h 1.10:
19723: * src/types/pa_wcontext.h 1.8:
19724: fixed r/w context of code-params
19725:
19726: * src/classes/table.C 1.33:
19727: * src/main/pa_common.C 1.32:
19728: * src/main/pa_request.C 1.83:
19729: * src/targets/cgi/parser3.C 1.49:
19730: * src/types/pa_value.h 1.34:
19731: * src/types/pa_vbool.h 1.5:
19732: * src/types/pa_vdouble.h 1.12:
19733: * src/types/pa_vfile.h 1.9:
19734: * src/types/pa_vint.h 1.13:
19735: * src/types/pa_vstring.h 1.14:
19736: * src/types/pa_vunknown.h 1.5:
19737: continue on sort
19738:
19739: * src/types/pa_valiased.C 1.5:
19740: * src/types/pa_valiased.h 1.11:
19741: * src/types/pa_vdouble.h 1.13:
19742: * src/types/pa_vfile.h 1.10:
19743: * src/types/pa_vint.h 1.14:
19744: * src/types/pa_vresponse.h 1.6:
19745: * src/types/pa_vstring.h 1.15:
19746: * src/types/pa_vtable.h 1.9:
19747: renamed to are_static_calls_disabled
19748:
19749: * src/main/execute.C 1.131:
19750: * src/main/pa_common.C 1.33:
19751: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
19752:
19753: * src/classes/table.C 1.35:
19754: * src/main/execute.C 1.129:
19755: about to change junction rcontext!!
19756:
19757: * src/classes/table.C 1.32:
19758: * src/include/pa_common.h 1.28:
19759: * src/main/compile.y 1.118:
19760: started table:sort
19761: fixed minor bug in #...^{
19762:
19763: 2001-03-26 paf
19764: * src/classes/file.C 1.7:
19765: * src/classes/root.C 1.50:
19766: * src/classes/table.C 1.30:
19767: * src/include/pa_common.h 1.26:
19768: * src/include/pa_globals.h 1.28:
19769: * src/include/pa_table.h 1.23:
19770: * src/main/pa_common.C 1.30:
19771: * src/main/pa_globals.C 1.35:
19772: * src/main/pa_request.C 1.82:
19773: * src/main/pa_table.C 1.19:
19774: moved ::save to pa_table.
19775: disabled @auto invocation in ^process
19776:
19777: * src/classes/table.C 1.29:
19778: * src/include/pa_array.h 1.31:
19779: * src/include/pa_table.h 1.22:
19780: * src/main/pa_array.C 1.28:
19781: table:record
19782:
19783: * src/main/untaint.C 1.22:
19784: * src/targets/cgi/parser3.C 1.48:
19785: * src/targets/isapi/parser3isapi.C 1.19:
19786: * src/targets/isapi/parser3isapi.dsp 1.8:
19787: * src/targets/isapi/pool_storage.h 1.3:
19788: * src/types/pa_valiased.h 1.10:
19789: * src/types/pa_vcookie.C 1.13:
19790: * src/types/pa_vdouble.h 1.11:
19791: * src/types/pa_vfile.h 1.8:
19792: * src/types/pa_vint.h 1.12:
19793: * src/types/pa_vresponse.h 1.5:
19794: * src/types/pa_vstring.h 1.13:
19795: * src/types/pa_vtable.h 1.8:
19796: z
19797:
19798: * src/main/compile.y 1.116:
19799: grammar: [] 0params [;] 2 params (was 0)
19800:
19801: * src/include/pa_pool.h 1.45:
19802: * src/main/execute.C 1.126:
19803: * src/types/pa_valiased.C 1.4:
19804: * src/types/pa_valiased.h 1.9:
19805: * src/types/pa_value.h 1.33:
19806: * src/types/pa_vdouble.h 1.10:
19807: * src/types/pa_vfile.h 1.7:
19808: * src/types/pa_vint.h 1.11:
19809: * src/types/pa_vresponse.h 1.4:
19810: * src/types/pa_vstring.h 1.12:
19811: * src/types/pa_vtable.h 1.7:
19812: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
19813: allowed no checks in native method realisations on 'self' validity -
19814: they now can simply assume that 'self' is V{Proper} .
19815:
19816: 2001-03-25 paf
19817: * src/classes/table.C 1.26:
19818: * src/include/pa_globals.h 1.27:
19819: * src/include/pa_string.h 1.52:
19820: * src/include/pa_table.h 1.20:
19821: * src/main/compile.y 1.114:
19822: * src/main/compile_tools.C 1.31:
19823: * src/main/compile_tools.h 1.35:
19824: * src/main/pa_globals.C 1.32:
19825: * src/main/pa_request.C 1.79:
19826: * src/main/pa_string.C 1.52:
19827: * src/main/pa_table.C 1.17:
19828: * src/main/untaint.C 1.15:
19829: * src/types/pa_vcookie.h 1.7:
19830: typo & typo-default
19831:
19832: * src/main/pa_globals.C 1.34:
19833: * src/main/untaint.C 1.19:
19834: html-typo - moved all processing to table [except preliminary \
19835: \n \r \n replacements to "\n"]
19836:
19837: * src/main/untaint.C 1.16:
19838: typo \r \r\n \n properly handled
19839:
19840: * src/classes/table.C 1.27:
19841: * src/include/pa_table.h 1.21:
19842: * src/main/pa_globals.C 1.33:
19843: * src/main/pa_table.C 1.18:
19844: * src/main/untaint.C 1.17:
19845: returned table originating. useful for reporting typo table
19846: problems origin. think would be useful somewhere else
19847:
19848: * src/classes/table.C 1.28:
19849: * src/main/untaint.C 1.18:
19850: html-typo - decided to move all the processing to table
19851:
19852: * src/main/pa_request.C 1.80:
19853: table empty lines ignored. system-default content type assigned
19854: in output:result [can fail in main:auto and skipped normal
19855: defaults extraction]
19856:
19857: * src/include/pa_string.h 1.53:
19858: * src/main/compile.y 1.115:
19859: #comment fixed minor bug
19860:
19861: * src/main/pa_request.C 1.81:
19862: * src/main/untaint.C 1.20:
19863: moved default typo-table to lowlevel - it initialization could
19864: be skipped if failed in @auto. so that exception report would
19865: use some table
19866:
19867: * src/main/untaint.C 1.21:
19868: z
19869:
19870: 2001-03-24 paf
19871: * src/main/pa_globals.C 1.28:
19872: * src/types/pa_vclass.C 1.6:
19873: * src/types/pa_vclass.h 1.11:
19874: * src/types/pa_vstateless_class.C 1.6:
19875: * src/types/pa_vstateless_class.h 1.8:
19876: thrown away freeze mech.
19877: no danger now for you can't do ^request:process[@new-method[]
19878: body]
19879: trick anymore.
19880: still remains $some_instance.process[@new-method[]
19881: possibility]
19882: but would leave it as a feature.
19883: see index for sample
19884:
19885: * src/include/pa_string.h 1.51:
19886: * src/main/pa_string.C 1.51:
19887: * src/main/untaint.C 1.14:
19888: * src/targets/cgi/parser3.C 1.47:
19889: html-typo 2
19890:
19891: * src/include/pa_array.h 1.29:
19892: * src/include/pa_hash.h 1.31:
19893: * src/include/pa_request.h 1.67:
19894: * src/main/compile.y 1.110:
19895: * src/main/pa_array.C 1.26:
19896: * src/main/pa_common.C 1.25:
19897: * src/main/pa_hash.C 1.29:
19898: * src/main/pa_request.C 1.73:
19899: * src/types/pa_vcookie.C 1.12:
19900: cyclic uses ignored. defaulted default content-type
19901:
19902: * src/doc/doxygen.cfg 1.1:
19903: * src/doc/doxygen.txt 1.1:
19904: * src/doc/generate.cmd 1.1:
19905: * src/doc/view.cmd 1.1:
19906: * src/include/pa_array.h 1.30:
19907: * src/include/pa_globals.h 1.26:
19908: * src/include/pa_pool.h 1.44:
19909: * src/include/pa_string.h 1.50:
19910: * src/include/pa_table.h 1.19:
19911: * src/main/execute.C 1.125:
19912: * src/main/pa_array.C 1.27:
19913: * src/main/pa_globals.C 1.31:
19914: * src/main/pa_request.C 1.78:
19915: * src/main/pa_string.C 1.50:
19916: * src/main/untaint.C 1.13:
19917: * src/targets/cgi/parser3.C 1.46:
19918: * src/targets/isapi/parser3isapi.C 1.18:
19919: * src/types/pa_value.h 1.32:
19920: * src/types/pa_vtable.h 1.6:
19921: html-typo 0
19922: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
19923: html-typo sample. detected << problem: they become ltlt too fast
19924:
19925: * src/classes/file.C 1.6:
19926: * src/classes/root.C 1.49:
19927: * src/classes/table.C 1.25:
19928: * src/include/pa_common.h 1.25:
19929: * src/include/pa_request.h 1.69:
19930: * src/main/compile.y 1.111:
19931: * src/main/pa_common.C 1.28:
19932: * src/main/pa_request.C 1.77:
19933: * src/main/pa_string.C 1.49:
19934: * src/targets/isapi/parser3isapi.C 1.17:
19935: * src/types/pa_vfile.h 1.6:
19936: file_read stringified
19937:
19938: * src/include/pa_sapi.h 1.2:
19939: * src/main/pa_common.C 1.27:
19940: * src/main/pa_request.C 1.76:
19941: * src/targets/cgi/parser3.C 1.44:
19942: * src/targets/isapi/nt_log_events.mc 1.1:
19943: * src/targets/isapi/parser3isapi.C 1.16:
19944: * src/targets/isapi/parser3isapi.dsp 1.6:
19945: 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.
19946: isapi: used HSE_APPEND_LOG_PARAMETER feature
19947:
19948: * src/types/pa_valiased.C 1.3:
19949: decided to String-ify file_read
19950:
19951: * src/targets/cgi/parser3.C 1.45:
19952: * src/targets/isapi/nt_log_events.mc 1.2:
19953: * src/targets/isapi/parser3isapi.dsp 1.7:
19954: cgi: sapi::log
19955:
19956: * src/main/compile.y 1.109:
19957: * src/main/execute.C 1.124:
19958: * src/main/main.dsp 1.69:
19959: @CLASS equals @BASE. sanity
19960:
19961: * src/include/pa_common.h 1.22:
19962: * src/main/pa_common.C 1.23:
19963: * src/main/pa_request.C 1.72:
19964: * src/targets/cgi/parser3.C 1.42:
19965: * src/targets/isapi/pool_storage.h 1.2:
19966: * src/types/pa_vform.C 1.16:
19967: * src/types/pa_vform.h 1.14:
19968: auto.p monkey
19969:
19970: * src/include/pa_common.h 1.24:
19971: * src/include/pa_globals.h 1.25:
19972: * src/main/pa_common.C 1.26:
19973: * src/main/pa_globals.C 1.30:
19974: * src/main/pa_request.C 1.75:
19975: * src/targets/isapi/parser3isapi.C 1.15:
19976: fixed default content-type allocation storage
19977:
1.24 paf 19978: * src/include/pa_globals.h 1.24:
19979: * src/include/pa_request.h 1.68:
19980: * src/main/compile.y 1.113:
19981: * src/main/pa_common.C 1.29:
19982: * src/main/pa_globals.C 1.29:
19983: * src/main/pa_request.C 1.74:
19984: z
19985:
1.15 paf 19986: * src/include/pa_common.h 1.23:
19987: * src/main/pa_common.C 1.24:
19988: * src/targets/cgi/parser3.C 1.43:
19989: * src/targets/isapi/parser3isapi.C 1.14:
19990: auto.p monkey every target
19991:
19992: * src/main/compile.y 1.112:
19993: * src/main/compile_tools.h 1.34:
19994: #comment
19995:
19996: 2001-03-23 paf
19997: * src/classes/root.C 1.48:
19998: * src/classes/table.C 1.24:
19999: * src/include/pa_common.h 1.21:
20000: * src/include/pa_config_fixed.h 1.1:
20001: * src/include/pa_config_includes.h 1.1:
20002: * src/include/pa_string.h 1.49:
20003: * src/include/pa_threads.h 1.11:
20004: * src/include/pa_types.h 1.23:
20005: * src/include/pa_version.h 1.1:
20006: * src/main/compile.y 1.108:
20007: * src/main/execute.C 1.123:
20008: * src/main/pa_array.C 1.25:
20009: * src/main/pa_common.C 1.22:
20010: * src/main/pa_hash.C 1.28:
20011: * src/main/pa_pool.C 1.17:
20012: * src/main/pa_request.C 1.70:
20013: * src/main/pa_string.C 1.48:
20014: * src/main/untaint.C 1.12:
20015: * src/targets/cgi/parser3.C 1.40:
20016: * src/targets/isapi/parser3isapi.C 1.10:
20017: * src/types/pa_vfile.C 1.6:
20018: * src/types/pa_vform.C 1.15:
20019: cgi: reinvent document_root and request_uri under iis. autoconf
20020: updated. introducing ap_config_includes
20021:
20022: * src/targets/cgi/parser3.C 1.41:
20023: * src/targets/isapi/parser3isapi.C 1.12:
20024: isapi: think it would be better to rewrite as filter then to
20025: deal with pool
20026:
20027: * src/targets/cgi/parser3.C 1.39:
20028: cgi: reinvent document_root under iis
20029:
20030: * src/include/pa_globals.h 1.22:
20031: * src/main/pa_request.C 1.68:
20032: * src/targets/cgi/parser3.C 1.36:
20033: * src/targets/cgi/parser3.dsp 1.12:
20034: * src/targets/isapi/parser3isapi.C 1.8:
20035: * src/types/pa_vcookie.C 1.10:
20036: * src/types/pa_venv.h 1.12:
20037: * src/types/pa_vform.C 1.13:
20038: all: sapi beauty
20039:
20040: * src/main/pa_request.C 1.67:
20041: * src/targets/cgi/parser3.C 1.35:
20042: * src/targets/isapi/parser3isapi.C 1.7:
20043: * src/targets/isapi/parser3isapi.dsp 1.4:
20044: isapi minor env beauty
20045:
20046: * src/include/pa_globals.h 1.23:
20047: * src/include/pa_sapi.h 1.1:
20048: * src/main/main.dsp 1.67:
20049: * src/main/pa_globals.C 1.27:
20050: * src/main/pa_request.C 1.69:
20051: * src/targets/cgi/parser3.C 1.37:
20052: * src/targets/isapi/parser3isapi.C 1.9:
20053: * src/types/pa_vcookie.C 1.11:
20054: * src/types/pa_venv.h 1.13:
20055: * src/types/pa_vform.C 1.14:
20056: sapi made object
20057:
20058: * src/include/pa_pool.h 1.43:
20059: * src/main/pa_request.C 1.71:
20060: * src/targets/cgi/pa_pool.C 1.3:
20061: * src/targets/isapi/pa_pool.C 1.3:
20062: * src/targets/isapi/parser3isapi.C 1.13:
20063: * src/targets/isapi/parser3isapi.dsp 1.5:
20064: * src/targets/isapi/pool_storage.h 1.1:
20065: isapi: dumb pool storage
20066:
20067: * src/main/main.dsp 1.68:
20068: * src/targets/isapi/parser3isapi.C 1.11:
20069: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
20070:
20071: * src/targets/isapi/pa_pool.C 1.2:
20072: decided to continue with extension
20073:
20074: * src/targets/cgi/parser3.C 1.38:
20075: cgi: only one pool now
20076:
20077: 2001-03-22 paf
20078: * src/main/pa_request.C 1.66:
20079: * src/targets/cgi/parser3.C 1.34:
20080: * src/targets/isapi/parser3isapi.C 1.6:
20081: * src/targets/isapi/parser3isapi.dsp 1.3:
20082: isapi document_root 0
20083:
20084: * src/types/pa_vcookie.C 1.8:
20085: cookie attr decoded
20086:
20087: * src/include/pa_pool.h 1.40:
20088: * src/targets/cgi/pa_pool.C 1.2:
20089: * src/targets/cgi/parser3.C 1.31:
20090: * src/targets/cgi/parser3.dsp 1.11:
20091: * src/targets/isapi/pa_pool.C 1.1:
20092: * src/targets/isapi/parser3isapi.C 1.1:
20093: * src/targets/isapi/parser3isapi.def 1.1:
20094: * src/targets/isapi/parser3isapi.dsp 1.1:
20095: started isapi
20096:
20097: * src/targets/isapi/parser3isapi.C 1.5:
20098: isapi keep-alive
20099:
20100: * src/targets/isapi/KILL.EXE 1.1:
20101: * src/targets/isapi/PSTAT.EXE 1.1:
20102: * src/targets/isapi/istart.cmd 1.1:
20103: * src/targets/isapi/istop.cmd 1.1:
20104: * src/targets/isapi/kill.pl 1.1:
20105: isapi added utils
20106:
20107: * src/include/pa_pool.h 1.41:
20108: * src/main/pa_pool.C 1.16:
20109: * src/targets/cgi/parser3.C 1.32:
20110: * src/targets/isapi/parser3isapi.C 1.2:
20111: * src/targets/isapi/parser3isapi.dsp 1.2:
20112: * src/types/pa_vform.C 1.12:
20113: isapi 0
20114:
20115: * src/include/pa_globals.h 1.20:
20116: * src/include/pa_request.h 1.66:
20117: * src/include/pa_types.h 1.22:
20118: * src/main/pa_globals.C 1.26:
20119: * src/main/pa_request.C 1.63:
20120: * src/targets/cgi/parser3.C 1.30:
20121: * src/types/pa_vcookie.C 1.9:
20122: config of auto.p path: parser_root_auto_path parser_site_auto_path
20123:
20124: * src/targets/cgi/vform_fields_fill.C 1.2:
20125: * src/targets/cgi/vform_fields_fill.h 1.2:
20126: * src/targets/isapi/parser3isapi.C 1.4:
20127: z
20128:
20129: * src/include/pa_globals.h 1.21:
20130: * src/main/pa_common.C 1.21:
20131: * src/main/pa_request.C 1.64:
20132: some comments
20133:
20134: * src/include/pa_pool.h 1.42:
20135: * src/main/pa_request.C 1.65:
20136: * src/targets/cgi/parser3.C 1.33:
20137: * src/targets/isapi/parser3isapi.C 1.3:
20138: isapi 1
20139:
20140: 2001-03-21 paf
20141: * src/include/pa_globals.h 1.18:
20142: * src/targets/cgi/parser3.C 1.28:
20143: * src/types/pa_venv.h 1.11:
20144: in cookie & env. todo:post
20145:
20146: * src/Makefile.am 1.3:
20147: * src/classes/Makefile.am 1.2:
20148: * src/classes/file.C 1.5:
20149: * src/classes/root.C 1.47:
20150: * src/classes/table.C 1.23:
20151: * src/include/pa_array.h 1.28:
20152: * src/include/pa_common.h 1.20:
20153: * src/include/pa_globals.h 1.17:
20154: * src/include/pa_pool.h 1.39:
20155: * src/include/pa_request.h 1.65:
20156: * src/include/pa_string.h 1.48:
20157: * src/main/Makefile.am 1.8:
20158: * src/main/compile.y 1.107:
20159: * src/main/execute.C 1.122:
20160: * src/main/main.dsp 1.66:
20161: * src/main/pa_common.C 1.20:
20162: * src/main/pa_globals.C 1.25:
20163: * src/main/pa_request.C 1.62:
20164: * src/main/pa_string.C 1.47:
20165: * src/main/pa_table.C 1.16:
20166: * src/main/untaint.C 1.11:
20167: * src/targets/Makefile.am 1.4:
20168: * src/targets/cgi/Makefile.am 1.2:
20169: * src/targets/cgi/parser3.C 1.27:
20170: * src/targets/cgi/parser3.dsp 1.10:
20171: * src/types/Makefile.am 1.2:
20172: * src/types/pa_vcookie.C 1.7:
20173: * src/types/pa_vform.C 1.11:
20174: * src/types/pa_vstring.h 1.11:
20175: * src/types/pa_wwrapper.h 1.5:
20176: shifted apache branch on main trunc
20177:
20178: * src/targets/cgi/parser3.C 1.29:
20179: z
20180:
20181: * src/include/pa_common.h [automake_update] 1.19.2.2:
20182: * src/include/pa_globals.h [automake_update] 1.16.2.1:
20183: * src/include/pa_pool.h [automake_update] 1.38.2.1:
20184: * src/include/pa_request.h [automake_update] 1.64.2.4:
20185: * src/main/main.dsp [automake_update] 1.65.2.1:
20186: * src/main/pa_common.C [automake_update] 1.19.2.5:
20187: * src/main/pa_request.C [automake_update] 1.61.2.3:
20188: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
20189: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
20190: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
20191: * src/types/pa_vform.C [automake_update] 1.10.2.1:
20192: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
20193: starting mod_parser3
20194:
20195: * src/include/pa_globals.h 1.19:
20196: post. todo: config of auto.p path
20197:
20198: 2001-03-20 paf
20199: * src/classes/Makefile.am 1.1:
20200: * src/types/Makefile.am 1.1:
20201: file Makefile.am was initially added on branch automake_update.
20202:
20203: * src/main/pa_common.C [automake_update] 1.19.2.4:
20204: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
20205: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
20206: automake compiled and works. todo:make win32 ifdefs work and
20207: add ifdef unistd
20208:
20209: * src/classes/Makefile.am [automake_update] 1.1.2.1:
20210: * src/classes/file.C 1.4:
20211: * src/classes/table.C 1.21:
20212: * src/classes/table.C [automake_update] 1.22.2.2:
20213: * src/include/pa_array.h 1.27:
20214: * src/include/pa_common.h 1.18:
20215: * src/include/pa_common.h [automake_update] 1.19.2.1:
20216: * src/include/pa_request.h 1.64:
20217: * src/include/pa_request.h [automake_update] 1.64.2.3:
20218: * src/include/pa_string.h 1.47:
20219: * src/include/pa_table.h 1.18:
20220: * src/include/pa_threads.h 1.10:
20221: * src/main/Makefile.am [automake_update] 1.7.16.3:
20222: * src/main/pa_common.C [automake_update] 1.19.2.3:
20223: * src/main/pa_globals.C 1.24:
20224: * src/main/pa_request.C [automake_update] 1.61.2.2:
20225: * src/main/pa_table.C [automake_update] 1.15.2.1:
20226: * src/main/untaint.C 1.10:
20227: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
20228: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
20229: * src/types/Makefile.am [automake_update] 1.1.2.1:
20230: * src/types/pa_valiased.h 1.8:
20231: * src/types/pa_value.h 1.31:
20232: * src/types/pa_vform.h 1.13:
20233: z
20234:
20235: * src/include/pa_request.h [automake_update] 1.64.2.2:
20236: * src/main/Makefile.am [automake_update] 1.7.16.2:
20237: * src/main/compile.y [automake_update] 1.106.2.1:
20238: * src/main/execute.C [automake_update] 1.121.2.2:
20239: * src/main/pa_common.C [automake_update] 1.19.2.2:
20240: * src/types/Makefile.am [automake_update] 1.1.2.2:
20241: removing locking
20242:
20243: * src/Makefile.am [automake_update] 1.2.16.1:
20244: * src/classes/file.C [automake_update] 1.4.2.1:
20245: * src/classes/root.C [automake_update] 1.46.2.1:
20246: * src/classes/table.C [automake_update] 1.22.2.1:
20247: * src/include/pa_array.h [automake_update] 1.27.2.1:
20248: * src/include/pa_request.h [automake_update] 1.64.2.1:
20249: * src/include/pa_string.h [automake_update] 1.47.2.1:
20250: * src/main/Makefile.am [automake_update] 1.7.16.1:
20251: * src/main/execute.C [automake_update] 1.121.2.1:
20252: * src/main/pa_common.C [automake_update] 1.19.2.1:
20253: * src/main/pa_globals.C [automake_update] 1.24.2.1:
20254: * src/main/pa_request.C [automake_update] 1.61.2.1:
20255: * src/main/pa_string.C [automake_update] 1.46.2.1:
20256: * src/main/untaint.C [automake_update] 1.10.2.1:
20257: * src/targets/Makefile.am [automake_update] 1.3.16.1:
20258: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
20259: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
20260: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
20261: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
20262: String::UL_
20263:
20264: * src/classes/table.C 1.22:
20265: * src/include/pa_common.h 1.19:
20266: * src/main/pa_common.C 1.19:
20267: * src/main/pa_request.C 1.61:
20268: * src/types/pa_vfile.h 1.5:
20269: ^table:save
20270:
20271: 2001-03-19 paf
20272: * src/classes/file.C 1.2:
20273: * src/classes/request.C 1.4:
20274: * src/classes/table.C 1.19:
20275: * src/include/pa_string.h 1.45:
20276: * src/main/main.dsp 1.61:
20277: * src/main/pa_pool.C 1.15:
20278: * src/main/pa_request.C 1.58:
20279: * src/main/untaint.C 1.9:
20280: * src/types/pa_value.h 1.27:
20281: * src/types/pa_vfile.C 1.2:
20282: * src/types/pa_vfile.h 1.2:
20283: * src/types/pa_vform.C 1.10:
20284: file 1
20285:
20286: * src/classes/table.C 1.17:
20287: * src/include/pa_pool.h 1.38:
20288: * src/include/pa_request.h 1.63:
20289: * src/include/pa_table.h 1.16:
20290: * src/include/pa_types.h 1.20:
20291: * src/main/execute.C 1.119:
20292: * src/main/pa_request.C 1.57:
20293: * src/targets/cgi/parser3.C 1.25:
20294: * src/types/pa_value.h 1.25:
20295: * src/types/pa_vclass.h 1.10:
20296: * src/types/pa_vform.C 1.8:
20297: * src/types/pa_vstateless_class.h 1.5:
20298: * src/types/pa_vstateless_object.h 1.4:
20299: ^table:set{default level: TABLE}
20300:
20301: * src/classes/_request.h 1.3:
20302: * src/classes/request.C 1.5:
20303: * src/main/pa_globals.C 1.22:
20304: * src/types/pa_vrequest.C 1.2:
20305: * src/types/pa_vrequest.h 1.6:
20306: VRequest moved to :VStateless_object
20307:
20308: * src/classes/_request.h 1.4:
20309: * src/classes/request.C 1.6:
20310: * src/main/main.dsp 1.65:
20311: * src/main/pa_globals.C 1.23:
20312: * src/types/pa_value.h 1.30:
20313: * src/types/pa_vform.h 1.12:
20314: * src/types/pa_vrequest.C 1.3:
20315: * src/types/pa_vrequest.h 1.7:
20316: VRequest moved to :Value
20317:
20318: * src/types/pa_valiased.h 1.4:
20319: * src/types/pa_vbool.h 1.4:
20320: doc: Value and it's derivates somehow unlinked. don't know why yet
20321:
20322: * src/classes/_env.h 1.6:
20323: * src/classes/_table.h 1.4:
20324: * src/classes/env.C 1.8:
20325: * src/classes/table.C 1.20:
20326: * src/main/execute.C 1.121:
20327: * src/main/main.dsp 1.63:
20328: * src/main/pa_globals.C 1.20:
20329: * src/main/pa_request.C 1.60:
20330: * src/types/pa_value.h 1.28:
20331: * src/types/pa_vcookie.C 1.6:
20332: * src/types/pa_vcookie.h 1.6:
20333: * src/types/pa_venv.h 1.10:
20334: VEnv is now :Value
20335:
20336: * src/targets/cgi/pa_vform.C 1.3:
20337: * src/types/pa_valiased.C 1.1:
20338: * src/types/pa_valiased.h 1.7:
20339: * src/types/pa_value.h 1.29:
20340: * src/types/pa_vstateless_class.C 1.5:
20341: * src/types/pa_vstateless_class.h 1.7:
20342: * src/types/pa_vstateless_object.h 1.7:
20343: moved common get_element part from stateless object&class into VAliased
20344:
20345: * src/classes/_file.h 1.2:
20346: * src/classes/file.C 1.3:
20347: * src/include/pa_types.h 1.21:
20348: * src/main/pa_globals.C 1.18:
20349: * src/main/pa_request.C 1.59:
20350: * src/targets/cgi/parser3.C 1.26:
20351: * src/types/pa_valiased.h 1.6:
20352: * src/types/pa_vfile.C 1.4:
20353: * src/types/pa_vfile.h 1.3:
20354: * src/types/pa_vstateless_class.h 1.6:
20355: * src/types/pa_vstateless_object.h 1.5:
20356: \ to / and ^file:save
20357:
20358: * src/classes/root.C 1.46:
20359: * src/classes/table.C 1.16:
20360: * src/main/pa_exception.C 1.7:
20361: * src/main/pa_request.C 1.53:
20362: * src/targets/cgi/parser3.C 1.24:
20363: * src/types/pa_vbool.h 1.3:
20364: * src/types/pa_vcookie.C 1.3:
20365: * src/types/pa_vcookie.h 1.3:
20366: * src/types/pa_vdouble.h 1.9:
20367: * src/types/pa_venv.h 1.8:
20368: * src/types/pa_vform.h 1.8:
20369: * src/types/pa_vint.h 1.10:
20370: * src/types/pa_vrequest.h 1.4:
20371: doc: detected Value derivates prob
20372:
20373: * src/include/code.h 1.25:
20374: * src/include/pa_array.h 1.25:
20375: * src/include/pa_pool.h 1.35:
20376: * src/include/pa_string.h 1.42:
20377: * src/include/pa_threads.h 1.8:
20378: * src/main/compile.C 1.32:
20379: * src/main/compile.y 1.105:
20380: * src/main/compile_tools.C 1.29:
20381: * src/main/compile_tools.h 1.32:
20382: * src/main/execute.C 1.117:
20383: * src/main/pa_array.C 1.23:
20384: * src/main/pa_common.C 1.15:
20385: * src/main/pa_exception.C 1.8:
20386: * src/main/pa_globals.C 1.15:
20387: * src/main/pa_hash.C 1.25:
20388: * src/main/pa_pool.C 1.13:
20389: * src/main/pa_request.C 1.54:
20390: * src/main/pa_string.C 1.45:
20391: * src/main/pa_table.C 1.14:
20392: * src/main/untaint.C 1.7:
20393: * src/types/pa_value.h 1.23:
20394: auto @brief
20395:
20396: * src/classes/_file.h 1.1:
20397: * src/classes/file.C 1.1:
20398: * src/classes/table.C 1.18:
20399: * src/include/pa_common.h 1.17:
20400: * src/include/pa_globals.h 1.16:
20401: * src/include/pa_string.h 1.44:
20402: * src/include/pa_table.h 1.17:
20403: * src/main/main.dsp 1.60:
20404: * src/main/pa_common.C 1.18:
20405: * src/main/pa_globals.C 1.17:
20406: * src/types/pa_value.h 1.26:
20407: * src/types/pa_vcookie.h 1.4:
20408: * src/types/pa_venv.h 1.9:
20409: * src/types/pa_vfile.C 1.1:
20410: * src/types/pa_vfile.h 1.1:
20411: * src/types/pa_vform.C 1.9:
20412: * src/types/pa_vform.h 1.9:
20413: * src/types/pa_vrequest.h 1.5:
20414: * src/types/pa_vtable.h 1.5:
20415: file class just compiled
20416:
20417: * src/types/pa_vfile.C 1.5:
20418: * src/types/pa_vfile.h 1.4:
20419: * src/types/pa_vstateless_object.h 1.6:
20420: vfile doxx
20421:
20422: * src/classes/_response.h 1.2:
20423: * src/classes/response.C 1.4:
20424: * src/main/pa_globals.C 1.21:
20425: * src/types/pa_vform.h 1.11:
20426: * src/types/pa_vresponse.h 1.3:
20427: VResponse moved to :VStateless_object
20428:
20429: * src/classes/_request.h 1.2:
20430: * src/classes/request.C 1.3:
20431: * src/include/code.h 1.24:
20432: * src/include/pa_array.h 1.24:
20433: * src/include/pa_common.h 1.15:
20434: * src/include/pa_exception.h 1.10:
20435: * src/include/pa_globals.h 1.13:
20436: * src/include/pa_hash.h 1.28:
20437: * src/include/pa_pool.h 1.34:
20438: * src/include/pa_request.h 1.61:
20439: * src/include/pa_stack.h 1.7:
20440: * src/include/pa_string.h 1.41:
20441: * src/include/pa_table.h 1.14:
20442: * src/include/pa_threads.h 1.7:
20443: * src/include/pa_types.h 1.17:
20444: * src/main/execute.C 1.116:
20445: * src/main/pa_pool.C 1.12:
20446: * src/main/pa_request.C 1.52:
20447: * src/main/pa_string.C 1.44:
20448: * src/main/untaint.C 1.6:
20449: * src/targets/cgi/parser3.C 1.23:
20450: * src/types/pa_value.h 1.22:
20451: * src/types/pa_vform.C 1.7:
20452: doxygen include/, Value
20453:
20454: * src/include/code.h 1.26:
20455: * src/include/pa_array.h 1.26:
20456: * src/include/pa_common.h 1.16:
20457: * src/include/pa_exception.h 1.11:
20458: * src/include/pa_globals.h 1.14:
20459: * src/include/pa_globals.h 1.15:
20460: * src/include/pa_hash.h 1.29:
20461: * src/include/pa_pool.h 1.36:
20462: * src/include/pa_pool.h 1.37:
20463: * src/include/pa_request.h 1.62:
20464: * src/include/pa_stack.h 1.8:
20465: * src/include/pa_string.h 1.43:
20466: * src/include/pa_string.h 1.46:
20467: * src/include/pa_table.h 1.15:
20468: * src/include/pa_threads.h 1.9:
20469: * src/include/pa_types.h 1.18:
20470: * src/main/compile.C 1.33:
20471: * src/main/compile.y 1.106:
20472: * src/main/compile_tools.C 1.30:
20473: * src/main/compile_tools.h 1.33:
20474: * src/main/execute.C 1.118:
20475: * src/main/pa_array.C 1.24:
20476: * src/main/pa_common.C 1.16:
20477: * src/main/pa_exception.C 1.9:
20478: * src/main/pa_globals.C 1.16:
20479: * src/main/pa_hash.C 1.26:
20480: * src/main/pa_pool.C 1.14:
20481: * src/main/pa_request.C 1.55:
20482: * src/main/pa_string.C 1.46:
20483: * src/main/pa_table.C 1.15:
20484: * src/main/untaint.C 1.8:
20485: * src/types/pa_valiased.h 1.5:
20486: * src/types/pa_value.h 1.24:
20487: * src/types/pa_vfile.C 1.3:
20488: z
20489:
20490: * src/include/pa_hash.h 1.30:
20491: * src/include/pa_types.h 1.19:
20492: * src/main/pa_common.C 1.17:
20493: * src/main/pa_hash.C 1.27:
20494: * src/main/pa_request.C 1.56:
20495: * src/types/pa_vcookie.C 1.4:
20496: renamed Hash::Value to Val so to doxygen would finlly stop
20497: confusing those Value-s
20498:
20499: * src/main/main.dsp 1.64:
20500: * src/targets/cgi/parser3.dsp 1.9:
20501: * src/types/pa_valiased.C 1.2:
20502: * src/types/pa_vform.h 1.10:
20503: commented VForm
20504:
20505: * src/classes/_cookie.h 1.2:
20506: * src/classes/_table.h 1.3:
20507: * src/classes/cookie.C 1.3:
20508: * src/main/execute.C 1.120:
20509: * src/main/main.dsp 1.62:
20510: * src/main/pa_globals.C 1.19:
20511: * src/types/pa_vcookie.C 1.5:
20512: * src/types/pa_vcookie.h 1.5:
20513: VCookie is now :Value
20514:
20515: 2001-03-18 paf
20516: * src/classes/_cookie.h 1.1:
20517: * src/classes/cookie.C 1.1:
20518: * src/include/pa_common.h 1.14:
20519: * src/include/pa_globals.h 1.12:
20520: * src/include/pa_request.h 1.60:
20521: * src/include/pa_string.h 1.40:
20522: * src/include/pa_types.h 1.16:
20523: * src/main/main.dsp 1.59:
20524: * src/main/pa_common.C 1.14:
20525: * src/main/pa_globals.C 1.14:
20526: * src/main/pa_hash.C 1.24:
20527: * src/main/pa_request.C 1.51:
20528: * src/main/pa_string.C 1.43:
20529: * src/main/untaint.C 1.5:
20530: * src/targets/cgi/parser3.C 1.21:
20531: * src/types/pa_value.h 1.21:
20532: * src/types/pa_vcookie.C 1.1:
20533: * src/types/pa_vcookie.h 1.1:
20534: * src/types/pa_vform.C 1.6:
20535: * src/types/pa_vform.h 1.7:
20536: * src/types/pa_vhash.h 1.9:
20537: * src/types/pa_vunknown.h 1.4:
20538: cookie class
20539:
20540: * src/include/pa_hash.h 1.26:
20541: * src/main/pa_hash.C 1.22:
20542: * src/targets/cgi/parser3.C 1.17:
20543: response fields to header
20544:
20545: * src/classes/root.C 1.41:
20546: * src/classes/string.C 1.12:
20547: * src/include/pa_string.h 1.37:
20548: * src/main/pa_globals.C 1.11:
20549: * src/main/pa_request.C 1.44:
20550: * src/main/pa_string.C 1.41:
20551: * src/types/pa_vdouble.h 1.8:
20552: * src/types/pa_vform.C 1.5:
20553: * src/types/pa_vint.h 1.9:
20554: * src/types/pa_vstateless_class.C 1.4:
20555: convinient string(pool, char *src, bool tainted) ctor
20556:
20557: * src/include/pa_hash.h 1.27:
20558: * src/include/pa_request.h 1.58:
20559: * src/include/pa_string.h 1.36:
20560: * src/main/pa_globals.C 1.10:
20561: * src/main/pa_hash.C 1.23:
20562: * src/main/pa_request.C 1.43:
20563: * src/main/pa_string.C 1.40:
20564: * src/main/untaint.C 1.3:
20565: * src/targets/cgi/parser3.C 1.18:
20566: proper @exceptions params tainting
20567:
20568: * src/classes/_response.h 1.1:
20569: * src/classes/response.C 1.1:
20570: * src/include/pa_globals.h 1.8:
20571: * src/include/pa_hash.h 1.25:
20572: * src/include/pa_request.h 1.57:
20573: * src/main/compile.C 1.31:
20574: * src/main/compile.y 1.104:
20575: * src/main/execute.C 1.114:
20576: * src/main/main.dsp 1.58:
20577: * src/main/pa_globals.C 1.8:
20578: * src/main/pa_hash.C 1.21:
20579: * src/main/pa_request.C 1.41:
20580: * src/targets/cgi/parser3.C 1.16:
20581: * src/targets/cgi/parser3.dsp 1.8:
20582: * src/types/pa_value.h 1.18:
20583: * src/types/pa_vhash.h 1.6:
20584: * src/types/pa_vrequest.h 1.3:
20585: * src/types/pa_vresponse.h 1.1:
20586: $response: 0 request::core exception rethrow
20587:
20588: * src/classes/request.C 1.2:
20589: * src/classes/response.C 1.2:
20590: * src/classes/root.C 1.42:
20591: * src/include/pa_common.h 1.13:
20592: * src/include/pa_globals.h 1.10:
20593: * src/include/pa_request.h 1.59:
20594: * src/include/pa_string.h 1.38:
20595: * src/main/pa_common.C 1.13:
20596: * src/main/pa_globals.C 1.12:
20597: * src/main/pa_request.C 1.45:
20598: * src/targets/cgi/parser3.C 1.19:
20599: ^taint 0
20600:
20601: * src/classes/cookie.C 1.2:
20602: * src/types/pa_vcookie.C 1.2:
20603: * src/types/pa_vcookie.h 1.2:
20604: cookie: allowed access to hash-assigned
20605:
20606: * src/include/pa_globals.h 1.9:
20607: * src/main/execute.C 1.115:
20608: * src/main/pa_globals.C 1.9:
20609: * src/main/pa_request.C 1.42:
20610: * src/targets/cgi/parser3.C 1.22:
20611: z
20612:
20613: * src/main/pa_request.C 1.50:
20614: zero length output allowed
20615:
20616: * src/classes/root.C 1.44:
20617: * src/include/pa_globals.h 1.11:
20618: * src/include/pa_string.h 1.39:
20619: * src/main/pa_globals.C 1.13:
20620: * src/main/pa_request.C 1.47:
20621: * src/main/pa_string.C 1.42:
20622: * src/types/pa_value.h 1.19:
20623: * src/types/pa_vhash.h 1.7:
20624: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20625:
20626: * src/classes/root.C 1.43:
20627: * src/main/pa_request.C 1.46:
20628: * src/main/untaint.C 1.4:
20629: * src/targets/cgi/parser3.C 1.20:
20630: taint[uri
20631:
20632: * src/classes/response.C 1.3:
20633: * src/main/pa_request.C 1.49:
20634: * src/types/pa_value.h 1.20:
20635: * src/types/pa_vhash.h 1.8:
20636: * src/types/pa_vresponse.h 1.2:
20637: ^response:clear[]
20638:
20639: * src/classes/root.C 1.45:
20640: * src/main/pa_request.C 1.48:
20641: taint forgotten forced lang switch
20642:
20643: 2001-03-16 paf
20644: * src/include/code.h 1.22:
20645: * src/include/pa_hash.h 1.24:
20646: * src/include/pa_request.h 1.55:
20647: * src/main/compile.y 1.102:
20648: * src/main/execute.C 1.108:
20649: * src/types/pa_value.h 1.15:
20650: * src/types/pa_vhash.h 1.5:
20651: * src/types/pa_vstring.h 1.10:
20652: * src/types/pa_vtable.h 1.4:
20653: * src/types/pa_wcontext.C 1.4:
20654: * src/types/pa_wcontext.h 1.6:
20655: see () and {} param wcontext conflict
20656:
20657: * src/main/execute.C 1.113:
20658: * src/main/main.dsp 1.57:
20659: * src/types/pa_value.h 1.17:
20660: * src/types/pa_vrequest.h 1.2:
20661: native method' class call with less params then needed error reporting
20662:
20663: * src/classes/double.C 1.17:
20664: * src/include/code.h 1.23:
20665: * src/main/compile.y 1.103:
20666: * src/main/compile_tools.C 1.28:
20667: * src/main/compile_tools.h 1.31:
20668: * src/main/execute.C 1.109:
20669: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20670:
20671: * src/main/execute.C 1.107:
20672: * src/types/pa_value.h 1.14:
20673: * src/types/pa_vstateless_object.h 1.3:
20674: * src/types/pa_vstring.h 1.9:
20675: disabled $string.field
20676:
20677: * src/main/execute.C 1.110:
20678: * src/types/pa_vmframe.h 1.7:
20679: if(in "/news/")
20680:
20681: * src/include/pa_globals.h 1.6:
20682: * src/main/execute.C 1.111:
20683: * src/main/pa_globals.C 1.6:
20684: * src/types/pa_value.h 1.16:
20685: * src/types/pa_vcframe.h 1.3:
20686: * src/types/pa_vmframe.h 1.8:
20687: * src/types/pa_wcontext.h 1.7:
20688: $result
20689:
20690: * src/classes/_request.h 1.1:
20691: * src/classes/request.C 1.1:
20692: * src/include/pa_globals.h 1.7:
20693: * src/include/pa_request.h 1.56:
20694: * src/main/execute.C 1.112:
20695: * src/main/main.dsp 1.56:
20696: * src/main/pa_globals.C 1.7:
20697: * src/main/pa_request.C 1.40:
20698: * src/targets/cgi/parser3.C 1.15:
20699: * src/types/pa_vform.C 1.4:
20700: * src/types/pa_vrequest.C 1.1:
20701: * src/types/pa_vrequest.h 1.1:
20702: $request : query :uri
20703:
20704: 2001-03-15 paf
20705: * src/main/compile.y 1.99:
20706: * src/main/pa_request.C 1.37:
20707: * src/targets/cgi/parser3.C 1.13:
20708: * src/types/pa_vstring.h 1.7:
20709: pre-pre-pre-beta cgi under win32 apache pre pre pre works
20710:
20711: * src/main/compile.y 1.100:
20712: * src/main/execute.C 1.105:
20713: z
20714:
20715: * src/main/compile.y 1.101:
20716: * src/main/execute.C 1.106:
20717: * src/main/pa_request.C 1.38:
20718: * src/targets/cgi/parser3.C 1.14:
20719: * src/types/pa_vstring.h 1.8:
20720: @exception
20721:
20722: * src/include/pa_globals.h 1.5:
20723: * src/main/pa_globals.C 1.5:
20724: * src/main/pa_request.C 1.36:
20725: * src/targets/cgi/parser3.C 1.12:
20726: * src/types/pa_vform.C 1.3:
20727: * src/types/pa_vform.h 1.6:
20728: vform fillfields just compiled
20729:
20730: * src/main/pa_request.C 1.39:
20731: news sample
20732:
20733: 2001-03-14 paf
20734: * src/include/core.h 1.16:
20735: * src/include/pa_globals.h 1.1:
20736: * src/include/pa_pool.h 1.33:
20737: * src/include/pa_string.h 1.35:
20738: * src/include/pa_types.h 1.13:
20739: * src/main/compile.y 1.98:
20740: * src/main/core.C 1.69:
20741: * src/main/main.dsp 1.54:
20742: * src/main/pa_globals.C 1.1:
20743: * src/main/pa_request.C 1.31:
20744: * src/targets/cgi/pa_vform.C 1.2:
20745: * src/targets/cgi/parser3.C 1.5:
20746: * src/targets/cgi/parser3.dsp 1.4:
20747: * src/types/pa_value.h 1.13:
20748: * src/types/pa_vform.h 1.3:
20749: * src/types/pa_vunknown.h 1.3:
20750: global handler, exceptions in parser3
20751:
20752: * src/include/pa_globals.h 1.4:
20753: * src/main/pa_globals.C 1.4:
20754: * src/main/pa_request.C 1.34:
20755: * src/targets/cgi/parser3.dsp 1.7:
20756: * src/types/pa_vform.C 1.2:
20757: * src/types/pa_vform.h 1.5:
20758: * src/types/pa_vstring.h 1.6:
20759: limits -1
20760:
20761: * src/include/pa_common.h 1.12:
20762: * src/include/pa_types.h 1.14:
20763: * src/main/pa_request.C 1.32:
20764: * src/targets/cgi/parser3.C 1.7:
20765: PATH_DELIMITER_CHAR
20766:
20767: * src/targets/cgi/parser3.C 1.8:
20768: # if MSVC
20769:
20770: * src/include/pa_globals.h 1.3:
20771: * src/include/pa_request.h 1.53:
20772: * src/include/pa_types.h 1.15:
20773: * src/main/main.dsp 1.55:
20774: * src/main/pa_globals.C 1.3:
20775: * src/main/pa_request.C 1.33:
20776: * src/targets/cgi/parser3.C 1.10:
20777: * src/targets/cgi/parser3.dsp 1.6:
20778: * src/types/pa_vform.C 1.1:
20779: * src/types/pa_vform.h 1.4:
20780: request_info -1
20781:
20782: * src/include/pa_globals.h 1.2:
20783: * src/main/pa_globals.C 1.2:
20784: * src/targets/cgi/parser3.C 1.9:
20785: * src/targets/cgi/parser3.dsp 1.5:
20786: * src/targets/cgi/vform_fields_fill.C 1.1:
20787: * src/targets/cgi/vform_fields_fill.h 1.1:
20788: vform_fields_fill
20789:
20790: * src/include/pa_request.h 1.54:
20791: * src/main/pa_request.C 1.35:
20792: * src/targets/cgi/parser3.C 1.11:
20793: * src/targets/cgi/parser3.C 1.6:
20794: z
20795:
20796: 2001-03-13 paf
20797: * src/main/execute.C 1.101:
20798: * src/types/pa_value.h 1.10:
20799: * src/types/pa_venv.h 1.4:
20800: for future methods of ENV constructor if
20801:
20802: * src/classes/root.C 1.36:
20803: * src/classes/table.C 1.12:
20804: * src/include/pa_exception.h 1.9:
20805: * src/include/pa_pool.h 1.31:
20806: skipped_restructure_exceptions_dead_end
20807:
20808: * src/types/pa_vstateless_class.h 1.1:
20809: file pa_vstateless_class.h was initially added on branch
20810: stateless_class.
20811:
20812: * src/include/code.h 1.21:
20813: * src/include/pa_string.h 1.34:
20814: * src/main/compile.y 1.95:
20815: * src/main/execute.C 1.103:
20816: * src/main/pa_string.C 1.39:
20817: 'value is type' expr operator
20818:
20819: * src/classes/form.C 1.2:
20820: * src/main/compile.y 1.97:
20821: * src/main/core.C 1.68:
20822: * src/types/pa_value.h 1.12:
20823: * src/types/pa_vclass.h 1.9:
20824: * src/types/pa_venv.h 1.7:
20825: * src/types/pa_vform.h 1.2:
20826: * src/types/pa_vstateless_class.C 1.3:
20827: * src/types/pa_vstateless_class.h 1.4:
20828: form:fields removed. use $form.CLASS instead
20829:
20830: * src/types/pa_vstateless_class.C 1.1:
20831: file pa_vstateless_class.C was initially added on branch
20832: stateless_class.
20833:
20834: * src/include/core.h 1.14:
20835: * src/include/pa_common.h 1.10:
20836: * src/include/pa_request.h 1.51:
20837: * src/main/pa_common.C 1.12:
20838: * src/main/pa_request.C 1.29:
20839: * src/targets/cgi/parser3.C 1.3:
20840: before error show with parser
20841:
20842: * src/types/pa_venv.h 1.1:
20843: file pa_venv.h was initially added on branch stateless_class.
20844:
20845: * src/targets/cgi/Makefile.am 1.1:
20846: * src/targets/cgi/pa_pool.C 1.1:
20847: * src/targets/cgi/pa_vform.C 1.1:
20848: * src/targets/cgi/parser.dsp 1.1:
20849: * src/targets/cgi/parser3.C 1.1:
20850: renamed targets/ parser to cgi
20851:
20852: * src/classes/_double.h 1.5:
20853: * src/classes/_double.h [stateless_class] 1.4.8.1:
20854: * src/classes/_env.h 1.4:
20855: * src/classes/_env.h [stateless_class] 1.3.8.1:
20856: * src/classes/_int.h 1.5:
20857: * src/classes/_int.h [stateless_class] 1.4.8.1:
20858: * src/classes/_root.h 1.4:
20859: * src/classes/_root.h [stateless_class] 1.3.8.1:
20860: * src/classes/_string.h 1.6:
20861: * src/classes/_string.h [stateless_class] 1.5.4.1:
20862: * src/classes/_table.h 1.2:
20863: * src/classes/_table.h [stateless_class] 1.1.6.1:
20864: * src/classes/double.C 1.15:
20865: * src/classes/double.C [stateless_class] 1.14.2.1:
20866: * src/classes/env.C 1.5:
20867: * src/classes/env.C [stateless_class] 1.4.8.1:
20868: * src/classes/int.C 1.14:
20869: * src/classes/int.C [stateless_class] 1.13.2.1:
20870: * src/classes/root.C 1.38:
20871: * src/classes/root.C [stateless_class] 1.37.2.1:
20872: * src/classes/string.C 1.10:
20873: * src/classes/string.C [stateless_class] 1.9.4.1:
20874: * src/classes/table.C 1.14:
20875: * src/classes/table.C [stateless_class] 1.13.2.1:
20876: * src/include/pa_request.h 1.46:
20877: * src/include/pa_request.h [stateless_class] 1.45.2.1:
20878: * src/main/compile.C 1.29:
20879: * src/main/compile.C [stateless_class] 1.28.2.1:
20880: * src/main/compile_tools.h 1.30:
20881: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
20882: * src/main/core.C 1.64:
20883: * src/main/core.C [stateless_class] 1.63.6.1:
20884: * src/main/execute.C 1.100:
20885: * src/main/execute.C [stateless_class] 1.99.2.1:
20886: * src/main/main.dsp 1.51:
20887: * src/main/main.dsp [stateless_class] 1.50.6.1:
20888: * src/main/pa_request.C 1.26:
20889: * src/main/pa_request.C [stateless_class] 1.25.2.1:
20890: * src/types/pa_valiased.h 1.3:
20891: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
20892: * src/types/pa_value.h 1.9:
20893: * src/types/pa_value.h [stateless_class] 1.8.2.1:
20894: * src/types/pa_vclass.C 1.5:
20895: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
20896: * src/types/pa_vclass.h 1.8:
20897: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
20898: * src/types/pa_venv.h 1.2:
20899: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
20900: * src/types/pa_vmframe.h 1.6:
20901: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
20902: * src/types/pa_vobject.h 1.5:
20903: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
20904: * src/types/pa_vstateless_class.C 1.2:
20905: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
20906: * src/types/pa_vstateless_class.h 1.2:
20907: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
20908: * src/types/pa_vstateless_object.h 1.2:
20909: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
20910: * src/types/pa_wcontext.h 1.5:
20911: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
20912: $ENV: re 0, stateless classes
20913:
20914: * src/include/pa_request.h 1.45:
20915: * src/main/compile.C 1.28:
20916: * src/main/execute.C 1.99:
20917: * src/main/pa_request.C 1.25:
20918: * src/types/pa_value.h 1.8:
20919: * src/types/pa_vmframe.h 1.5:
20920: fixed yesterdays bad decision on execute_static_method
20921:
20922: * src/include/core.h 1.15:
20923: * src/include/pa_common.h 1.11:
20924: * src/include/pa_request.h 1.52:
20925: * src/main/core.C 1.67:
20926: * src/main/execute.C 1.104:
20927: * src/main/main.dsp 1.53:
20928: * src/main/pa_request.C 1.30:
20929: * src/targets/cgi/parser3.C 1.4:
20930: * src/targets/cgi/parser3.dsp 1.3:
20931: * src/types/pa_vform.h 1.1:
20932: started cgi target
20933:
20934: * src/include/pa_request.h 1.47:
20935: * src/types/pa_venv.h 1.3:
20936: $ENV 0.1 stateless class
20937:
20938: * src/classes/_form.h 1.1:
20939: * src/classes/double.C 1.16:
20940: * src/classes/env.C 1.7:
20941: * src/classes/form.C 1.1:
20942: * src/classes/int.C 1.15:
20943: * src/classes/root.C 1.40:
20944: * src/classes/string.C 1.11:
20945: * src/classes/table.C 1.13:
20946: * src/classes/table.C 1.15:
20947: * src/include/core.h 1.13:
20948: * src/include/pa_request.h 1.49:
20949: * src/include/pa_request.h 1.50:
20950: * src/include/pa_types.h 1.12:
20951: * src/main/core.C 1.66:
20952: * src/main/execute.C 1.102:
20953: * src/main/pa_request.C 1.23:
20954: * src/main/pa_request.C 1.24:
20955: * src/main/pa_request.C 1.28:
20956: * src/targets/cgi/parser.dsp 1.2:
20957: * src/targets/cgi/parser3.C 1.2:
20958: * src/targets/cgi/parser3.dsp 1.1:
20959: * src/targets/cgi/parser3.dsp 1.2:
20960: * src/types/pa_vhash.h 1.4:
20961: z
20962:
20963: * src/classes/root.C 1.35:
20964: * src/classes/table.C 1.11:
20965: * src/include/pa_exception.h 1.8:
20966: * src/include/pa_pool.h 1.30:
20967: * src/main/pa_request.C 1.22:
20968: restructure_exceptions_dead_end
20969:
20970: * src/classes/root.C 1.34:
20971: * src/main/compile.y 1.94:
20972: ^if required junctions. allowed ; inside {} to break params
20973:
20974: * src/classes/_env.h 1.5:
20975: * src/classes/env.C 1.6:
20976: * src/classes/root.C 1.39:
20977: * src/include/core.h 1.12:
20978: * src/include/pa_pool.h 1.32:
20979: * src/include/pa_request.h 1.48:
20980: * src/main/compile.C 1.30:
20981: * src/main/compile.y 1.96:
20982: * src/main/core.C 1.65:
20983: * src/main/main.dsp 1.52:
20984: * src/main/pa_common.C 1.11:
20985: * src/main/pa_request.C 1.27:
20986: * src/types/pa_value.h 1.11:
20987: * src/types/pa_venv.h 1.6:
20988: * src/types/pa_vstateless_class.h 1.3:
20989: started $form: [historical moment :)]
20990:
20991: * src/types/pa_venv.h 1.5:
20992: $ENV 1
20993:
20994: * src/classes/double.C 1.14:
20995: * src/classes/int.C 1.13:
20996: * src/classes/root.C 1.37:
20997: * src/types/pa_vdouble.h 1.7:
20998: * src/types/pa_vint.h 1.8:
20999: Int,Double dec mul div mod
21000:
21001: 2001-03-12 paf
21002: * src/classes/_string.h 1.5:
21003: * src/classes/double.C 1.13:
21004: * src/classes/int.C 1.12:
21005: * src/classes/string.C 1.9:
21006: * src/main/execute.C 1.98:
21007: * src/types/pa_wcontext.h 1.4:
21008: int doube string ^format
21009:
21010: * src/classes/root.C 1.19:
21011: * src/types/pa_vclass.h 1.4:
21012: process temp main zeroing
21013:
21014: * src/classes/root.C 1.30:
21015: * src/classes/table.C 1.6:
21016: * src/types/pa_vtable.h 1.2:
21017: table ^offset ^line ^count
21018:
21019: * src/classes/root.C 1.28:
21020: * src/classes/table.C 1.5:
21021: ^use
21022:
21023: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
21024: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
21025: constructing flag not 'bad' but not 'enough'
21026:
21027: * src/classes/root.C 1.27:
21028: * src/classes/table.C 1.4:
21029: * src/include/pa_request.h 1.44:
21030: * src/main/compile.y 1.92:
21031: * src/main/core.C 1.62:
21032: * src/main/execute.C 1.96:
21033: * src/types/pa_vclass.h 1.7:
21034: * src/types/pa_wcontext.C 1.3:
21035: * src/types/pa_wcontext.h 1.3:
21036: * src/types/pa_wwrapper.h 1.3:
21037: while. switched off wcontext.constructing after write(value) or
21038: auto-vhash-constructing
21039:
21040: * src/classes/table.C 1.8:
21041: table ^empty
21042:
21043: * src/classes/root.C 1.33:
21044: ^eval
21045:
21046: * src/classes/root.C 1.26:
21047: * src/classes/table.C 1.3:
21048: * src/include/pa_request.h 1.43:
21049: * src/main/pa_request.C 1.20:
21050: fail_if_junction_ helper func
21051:
21052: * src/classes/root.C 1.23:
21053: * src/include/core.h 1.11:
21054: * src/include/pa_array.h 1.23:
21055: * src/include/pa_request.h 1.41:
21056: * src/include/pa_table.h 1.11:
21057: * src/main/core.C 1.60:
21058: * src/main/main.dsp 1.49:
21059: * src/main/pa_request.C 1.17:
21060: * src/main/pa_table.C 1.12:
21061: * src/types/pa_value.h 1.6:
21062: * src/types/pa_vclass.C 1.4:
21063: * src/types/pa_vclass.h 1.6:
21064: * src/types/pa_vdouble.h 1.5:
21065: * src/types/pa_vint.h 1.5:
21066: * src/types/pa_vmframe.h 1.4:
21067: * src/types/pa_vstring.h 1.5:
21068: freeze, ^table:create[] -1
21069:
21070: * src/types/pa_vtable.h 1.1:
21071: table: no, better with string in cells...
21072:
21073: * src/classes/root.C 1.21:
21074: * src/main/execute.C 1.93:
21075: * src/types/pa_vclass.h 1.5:
21076: used get_method in couple places optimizing them
21077:
1.24 paf 21078: * src/classes/_table.h 1.1:
21079: * src/classes/root.C 1.20:
21080: * src/classes/root.C 1.22:
21081: * src/classes/table.C 1.1:
21082: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
21083: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
21084: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
21085: * src/main/untaint.C 1.1:
21086: * src/types/pa_value.h 1.5:
21087: z
21088:
1.15 paf 21089: * src/classes/double.C 1.10:
21090: * src/classes/int.C 1.10:
21091: * src/classes/root.C 1.18:
21092: * src/classes/string.C 1.7:
21093: * src/include/pa_common.h 1.6:
21094: * src/include/pa_request.h 1.40:
21095: * src/include/pa_string.h 1.32:
21096: * src/include/pa_types.h 1.10:
21097: * src/main/compile.C 1.27:
21098: * src/main/compile.y 1.91:
21099: * src/main/compile_tools.h 1.29:
21100: * src/main/execute.C 1.92:
21101: * src/main/pa_common.C 1.7:
21102: * src/main/pa_request.C 1.16:
21103: * src/types/pa_value.h 1.4:
21104: * src/types/pa_vmframe.h 1.3:
21105: process. actual names to store param and
21106: check_actual_numbered_params for better place diagnostics
21107:
21108: * src/classes/root.C 1.25:
21109: * src/classes/table.C 1.2:
21110: * src/include/pa_common.h 1.8:
21111: * src/include/pa_request.h 1.42:
21112: * src/main/execute.C 1.95:
21113: * src/main/main.dsp 1.50:
21114: * src/main/pa_common.C 1.9:
21115: * src/main/pa_request.C 1.19:
21116: ^process error point by actual method_name, not source.
21117: ^load
21118:
21119: * src/classes/table.C 1.7:
21120: * src/include/pa_table.h 1.13:
21121: table ^menu
21122:
21123: * src/classes/root.C 1.29:
21124: ^round() ^floor() ^ceiling() ^abs() ^sign()
21125:
21126: * src/classes/double.C 1.11:
21127: * src/classes/int.C 1.11:
21128: * src/classes/root.C 1.31:
21129: * src/classes/string.C 1.8:
21130: * src/classes/table.C 1.9:
21131: * src/main/core.C 1.63:
21132: * src/main/execute.C 1.97:
21133: * src/types/pa_vint.h 1.6:
21134: ^for
21135:
21136: * src/classes/double.C 1.12:
21137: * src/classes/root.C 1.32:
21138: * src/classes/table.C 1.10:
21139: * src/include/pa_common.h 1.9:
21140: * src/include/pa_types.h 1.11:
21141: * src/main/compile.y 1.93:
21142: * src/main/pa_common.C 1.10:
21143: * src/main/pa_request.C 1.21:
21144: * src/main/untaint.C 1.2:
21145: * src/types/pa_vdouble.h 1.6:
21146: * src/types/pa_vint.h 1.7:
21147: * src/types/pa_vtable.h 1.3:
21148: * src/types/pa_wwrapper.h 1.4:
21149: think constructing flag as is is bad
21150:
21151: * src/classes/root.C 1.24:
21152: * src/include/pa_common.h 1.7:
21153: * src/include/pa_string.h 1.33:
21154: * src/include/pa_table.h 1.12:
21155: * src/main/core.C 1.61:
21156: * src/main/execute.C 1.94:
21157: * src/main/pa_common.C 1.8:
21158: * src/main/pa_request.C 1.18:
21159: * src/main/pa_table.C 1.13:
21160: * src/types/pa_value.h 1.7:
21161: table:set 0
21162:
21163: 2001-03-11 paf
21164: * src/classes/double.C 1.8:
21165: * src/classes/int.C 1.8:
21166: * src/classes/root.C 1.14:
21167: * src/include/pa_request.h 1.38:
21168: * src/main/execute.C 1.90:
21169: intercept_string
21170:
21171: * src/classes/double.C 1.6:
21172: * src/classes/int.C 1.6:
21173: * src/include/pa_request.h 1.37:
21174: ^inc-s(expr)
21175:
21176: * src/include/pa_valiased.h 1.4:
21177: * src/include/pa_value.h 1.51:
21178: * src/include/pa_vbool.h 1.8:
21179: * src/include/pa_vcframe.h 1.8:
21180: * src/include/pa_vclass.h 1.30:
21181: * src/include/pa_vdouble.h 1.13:
21182: * src/include/pa_vhash.h 1.13:
21183: * src/include/pa_vint.h 1.5:
21184: * src/include/pa_vjunction.h 1.9:
21185: * src/include/pa_vmframe.h 1.24:
21186: * src/include/pa_vobject.h 1.18:
21187: * src/include/pa_vstring.h 1.18:
21188: * src/include/pa_vunknown.h 1.10:
21189: * src/include/pa_wcontext.h 1.29:
21190: * src/include/pa_wwrapper.h 1.14:
21191: * src/main/compile.y 1.88:
21192: * src/main/core.C 1.55:
21193: * src/main/main.dsp 1.44:
21194: * src/main/pa_cframe.C 1.6:
21195: * src/main/pa_request.C 1.11:
21196: * src/main/pa_value.C 1.8:
21197: * src/main/pa_vclass.C 1.5:
21198: * src/main/pa_wcontext.C 1.11:
21199: * src/types/pa_valiased.h 1.1:
21200: * src/types/pa_value.h 1.1:
21201: * src/types/pa_vbool.h 1.1:
21202: * src/types/pa_vcframe.h 1.1:
21203: * src/types/pa_vclass.C 1.1:
21204: * src/types/pa_vclass.h 1.1:
21205: * src/types/pa_vdouble.h 1.1:
21206: * src/types/pa_vhash.h 1.1:
21207: * src/types/pa_vint.h 1.1:
21208: * src/types/pa_vjunction.h 1.1:
21209: * src/types/pa_vmframe.h 1.1:
21210: * src/types/pa_vobject.h 1.1:
21211: * src/types/pa_vstring.h 1.1:
21212: * src/types/pa_vunknown.h 1.1:
21213: * src/types/pa_wcontext.C 1.1:
21214: * src/types/pa_wcontext.h 1.1:
21215: * src/types/pa_wwrapper.h 1.1:
21216: splitted types from include/
21217:
21218: * src/main/main.dsp 1.47:
21219: * src/types/pa_value.h 1.3:
21220: * src/types/pa_vdouble.h 1.3:
21221: * src/types/pa_vint.h 1.3:
21222: * src/types/pa_vobject.h 1.3:
21223: * src/types/pa_vstring.h 1.3:
21224: VString VDouble VInt base now VObject_base - without fields
21225:
21226: * src/include/core.h 1.7:
21227: * src/include/pa_request.h 1.35:
21228: * src/main/core.C 1.56:
21229: * src/main/main.dsp 1.45:
21230: * src/main/pa_request.C 1.12:
21231: renamed AUTO: to MAIN:
21232:
21233: * src/classes/double.C 1.9:
21234: * src/classes/int.C 1.9:
21235: * src/classes/root.C 1.15:
21236: * src/classes/string.C 1.6:
21237: * src/include/core.h 1.9:
21238: * src/include/pa_hash.h 1.23:
21239: * src/include/pa_pool.h 1.29:
21240: * src/include/pa_request.h 1.39:
21241: * src/include/pa_string.h 1.31:
21242: * src/main/compile.C 1.26:
21243: * src/main/core.C 1.58:
21244: * src/main/pa_request.C 1.15:
21245: ^untaint 0
21246:
21247: * src/classes/root.C 1.17:
21248: * src/main/execute.C 1.91:
21249: * src/main/main.dsp 1.48:
21250: setname for method-junctions bug fixed
21251:
21252: * src/types/pa_vdouble.h 1.4:
21253: * src/types/pa_vint.h 1.4:
21254: * src/types/pa_vobject.h 1.4:
21255: * src/types/pa_vstateless_object.h 1.1:
21256: * src/types/pa_vstring.h 1.4:
21257: stateless_object
21258:
21259: * src/classes/root.C 1.16:
21260: * src/include/core.h 1.10:
21261: * src/main/core.C 1.59:
21262: * src/main/pa_request.C 1.13:
21263: * src/types/pa_vhash.h 1.2:
21264: z
21265:
21266: * src/classes/_double.h 1.4:
21267: * src/classes/_env.h 1.3:
21268: * src/classes/_int.h 1.4:
21269: * src/classes/_root.h 1.3:
21270: * src/classes/_string.h 1.4:
21271: * src/classes/double.C 1.5:
21272: * src/classes/env.C 1.4:
21273: * src/classes/int.C 1.5:
21274: * src/classes/root.C 1.12:
21275: * src/classes/string.C 1.5:
21276: * src/include/code.h 1.20:
21277: * src/include/core.h 1.8:
21278: * src/include/pa_array.h 1.22:
21279: * src/include/pa_common.h 1.5:
21280: * src/include/pa_exception.h 1.7:
21281: * src/include/pa_hash.h 1.22:
21282: * src/include/pa_pool.h 1.28:
21283: * src/include/pa_request.h 1.36:
21284: * src/include/pa_stack.h 1.6:
21285: * src/include/pa_string.h 1.30:
21286: * src/include/pa_table.h 1.10:
21287: * src/include/pa_threads.h 1.6:
21288: * src/include/pa_types.h 1.9:
21289: * src/main/compile.C 1.25:
21290: * src/main/compile.y 1.89:
21291: * src/main/compile_tools.C 1.26:
21292: * src/main/compile_tools.h 1.27:
21293: * src/main/core.C 1.57:
21294: * src/main/execute.C 1.89:
21295: * src/main/pa_array.C 1.22:
21296: * src/main/pa_common.C 1.6:
21297: * src/main/pa_exception.C 1.6:
21298: * src/main/pa_hash.C 1.20:
21299: * src/main/pa_pool.C 1.11:
21300: * src/main/pa_request.C 1.14:
21301: * src/main/pa_string.C 1.37:
21302: * src/main/pa_table.C 1.11:
21303: * src/types/pa_valiased.h 1.2:
21304: * src/types/pa_value.h 1.2:
21305: * src/types/pa_vbool.h 1.2:
21306: * src/types/pa_vcframe.h 1.2:
21307: * src/types/pa_vclass.C 1.2:
21308: * src/types/pa_vclass.h 1.2:
21309: * src/types/pa_vdouble.h 1.2:
21310: * src/types/pa_vhash.h 1.3:
21311: * src/types/pa_vint.h 1.2:
21312: * src/types/pa_vjunction.h 1.2:
21313: * src/types/pa_vmframe.h 1.2:
21314: * src/types/pa_vobject.h 1.2:
21315: * src/types/pa_vstring.h 1.2:
21316: * src/types/pa_vunknown.h 1.2:
21317: * src/types/pa_wcontext.C 1.2:
21318: * src/types/pa_wcontext.h 1.2:
21319: * src/types/pa_wwrapper.h 1.2:
21320: headers updated
21321:
21322: * src/classes/double.C 1.7:
21323: * src/classes/int.C 1.7:
21324: * src/classes/root.C 1.13:
21325: * src/types/pa_vclass.C 1.3:
21326: * src/types/pa_vclass.h 1.3:
21327: add_native_method helper
21328:
21329: 2001-03-10 paf
21330: * src/include/core.h 1.4:
21331: * src/include/pa_request.h 1.30:
21332: * src/main/compile.y 1.85:
21333: * src/main/core.C 1.52:
21334: * src/main/pa_request.C 1.6:
21335: names to core.C
21336:
21337: * src/classes/_env.h 1.1:
21338: * src/classes/env.C 1.1:
21339: * src/classes/root.C 1.8:
21340: * src/include/pa_request.h 1.23:
21341: * src/include/pa_vclass.h 1.27:
21342: * src/main/core.C 1.49:
21343: * src/main/main.dsp 1.42:
21344: env0
21345:
21346: * src/include/code.h 1.18:
21347: * src/include/pa_request.h 1.28:
21348: * src/include/pa_vint.h 1.3:
21349: * src/include/pa_vjunction.h 1.7:
21350: * src/include/pa_vstring.h 1.16:
21351: * src/main/compile.y 1.84:
21352: * src/main/compile_tools.C 1.24:
21353: * src/main/compile_tools.h 1.25:
21354: * src/main/execute.C 1.86:
21355: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21356:
21357: * src/include/core.h 1.2:
21358: * src/include/pa_array.h 1.20:
21359: * src/include/pa_hash.h 1.20:
21360: * src/include/pa_request.h 1.24:
21361: * src/include/pa_value.h 1.49:
21362: * src/include/pa_vcframe.h 1.6:
21363: * src/include/pa_vdouble.h 1.11:
21364: * src/include/pa_vint.h 1.2:
21365: * src/include/pa_vstring.h 1.15:
21366: * src/include/pa_vunknown.h 1.8:
21367: * src/include/pa_wcontext.h 1.26:
21368: * src/main/compile.y 1.82:
21369: * src/main/compile_tools.C 1.23:
21370: * src/main/compile_tools.h 1.24:
21371: * src/main/core.C 1.50:
21372: * src/main/execute.C 1.82:
21373: * src/main/main.dsp 1.43:
21374: * src/main/pa_cframe.C 1.4:
21375: * src/main/pa_request.C 1.3:
21376: * src/main/pa_wcontext.C 1.8:
21377: const fight finished
21378:
21379: * src/include/core.h 1.6:
21380: * src/include/pa_request.h 1.34:
21381: * src/main/core.C 1.54:
21382: * src/main/pa_request.C 1.10:
21383: run+auto=run
21384:
21385: * src/include/pa_request.h 1.27:
21386: * src/main/execute.C 1.85:
21387: * src/main/pa_request.C 1.4:
21388: @auto[] realised. auto.p scan togo
21389:
21390: * src/classes/double.C 1.3:
21391: * src/classes/int.C 1.3:
21392: * src/classes/root.C 1.9:
21393: * src/classes/string.C 1.3:
21394: * src/include/pa_request.h 1.25:
21395: * src/include/pa_string.h 1.28:
21396: * src/include/pa_wcontext.h 1.27:
21397: * src/main/compile.y 1.83:
21398: * src/main/execute.C 1.83:
21399: * src/main/pa_string.C 1.35:
21400: * src/main/pa_wcontext.C 1.9:
21401: tainting 0
21402:
21403: * src/classes/_double.h 1.2:
21404: * src/classes/_int.h 1.2:
21405: * src/classes/_root.h 1.1:
21406: * src/classes/_string.h 1.2:
21407: * src/classes/double.C 1.2:
21408: * src/classes/int.C 1.2:
21409: * src/classes/root.C 1.7:
21410: * src/classes/string.C 1.2:
21411: * src/include/pa_request.h 1.22:
21412: * src/include/pa_string.h 1.27:
21413: * src/include/pa_types.h 1.7:
21414: * src/include/pa_vcframe.h 1.5:
21415: * src/include/pa_wcontext.h 1.25:
21416: * src/main/core.C 1.48:
21417: * src/main/main.dsp 1.41:
21418: * src/main/pa_cframe.C 1.3:
21419: * src/main/pa_string.C 1.34:
21420: * src/main/pa_vclass.C 1.3:
21421: * src/main/pa_wcontext.C 1.7:
21422: ^lang prepare0
21423:
21424: * src/include/pa_request.h 1.31:
21425: * src/main/compile.C 1.23:
21426: * src/main/compile.y 1.86:
21427: * src/main/pa_request.C 1.7:
21428: auto tree0
21429:
21430: * src/classes/env.C 1.2:
21431: env:file/line
21432:
21433: * src/include/pa_vclass.h 1.28:
21434: const fight to go
21435:
1.24 paf 21436: * src/include/pa_request.h 1.26:
21437: * src/main/execute.C 1.84:
21438: autocalc code-junctions result now have names
21439:
1.15 paf 21440: * src/include/core.h 1.3:
21441: * src/include/pa_common.h 1.3:
21442: * src/include/pa_pool.h 1.26:
21443: * src/include/pa_request.h 1.29:
21444: * src/main/core.C 1.51:
21445: * src/main/execute.C 1.87:
21446: * src/main/pa_common.C 1.4:
21447: * src/main/pa_request.C 1.5:
21448: root auto.p loaded
21449:
21450: * src/classes/root.C 1.11:
21451: * src/include/pa_request.h 1.33:
21452: minor if junction bug
21453:
21454: * src/main/pa_request.C 1.8:
21455: auto..
21456:
21457: * src/classes/_double.h 1.3:
21458: * src/classes/_env.h 1.2:
21459: * src/classes/_int.h 1.3:
21460: * src/classes/_root.h 1.2:
21461: * src/classes/_string.h 1.3:
21462: * src/classes/double.C 1.4:
21463: * src/classes/env.C 1.3:
21464: * src/classes/int.C 1.4:
21465: * src/classes/root.C 1.10:
21466: * src/classes/string.C 1.4:
21467: * src/include/code.h 1.19:
21468: * src/include/core.h 1.5:
21469: * src/include/pa_array.h 1.21:
21470: * src/include/pa_common.h 1.4:
21471: * src/include/pa_exception.h 1.6:
21472: * src/include/pa_hash.h 1.21:
21473: * src/include/pa_pool.h 1.27:
21474: * src/include/pa_request.h 1.32:
21475: * src/include/pa_stack.h 1.5:
21476: * src/include/pa_string.h 1.29:
21477: * src/include/pa_table.h 1.9:
21478: * src/include/pa_threads.h 1.5:
21479: * src/include/pa_types.h 1.8:
21480: * src/include/pa_valiased.h 1.3:
21481: * src/include/pa_value.h 1.50:
21482: * src/include/pa_vbool.h 1.7:
21483: * src/include/pa_vcframe.h 1.7:
21484: * src/include/pa_vclass.h 1.29:
21485: * src/include/pa_vdouble.h 1.12:
21486: * src/include/pa_vhash.h 1.12:
21487: * src/include/pa_vint.h 1.4:
21488: * src/include/pa_vjunction.h 1.8:
21489: * src/include/pa_vmframe.h 1.23:
21490: * src/include/pa_vobject.h 1.17:
21491: * src/include/pa_vstring.h 1.17:
21492: * src/include/pa_vunknown.h 1.9:
21493: * src/include/pa_wcontext.h 1.28:
21494: * src/include/pa_wwrapper.h 1.13:
21495: * src/main/compile.C 1.24:
21496: * src/main/compile.y 1.87:
21497: * src/main/compile_tools.C 1.25:
21498: * src/main/compile_tools.h 1.26:
21499: * src/main/core.C 1.53:
21500: * src/main/execute.C 1.88:
21501: * src/main/pa_array.C 1.21:
21502: * src/main/pa_cframe.C 1.5:
21503: * src/main/pa_common.C 1.5:
21504: * src/main/pa_exception.C 1.5:
21505: * src/main/pa_hash.C 1.19:
21506: * src/main/pa_pool.C 1.10:
21507: * src/main/pa_request.C 1.9:
21508: * src/main/pa_string.C 1.36:
21509: * src/main/pa_table.C 1.10:
21510: * src/main/pa_value.C 1.7:
21511: * src/main/pa_vclass.C 1.4:
21512: * src/main/pa_wcontext.C 1.10:
21513: sources header
21514:
21515: 2001-03-09 paf
21516: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
21517: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
21518: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
21519: ^string.length[]
21520:
21521: * src/classes/root.C 1.5:
21522: * src/include/pa_request.h 1.21:
21523: * src/include/pa_vclass.h 1.26:
21524: * src/include/pa_vhash.h 1.11:
21525: * src/include/pa_vmframe.h 1.20:
21526: * src/include/pa_vobject.h 1.15:
21527: * src/include/pa_vstring.h 1.13:
21528: * src/include/pa_wcontext.h 1.24:
21529: * src/main/compile.y 1.80:
21530: * src/main/core.C 1.46:
21531: * src/main/execute.C 1.79:
21532: * src/main/main.dsp 1.39:
21533: .
21534:
21535: * src/include/pa_vmframe.h 1.22:
21536: * src/main/compile.C 1.22:
21537: * src/main/execute.C 1.81:
21538: expr construct proper naming
21539:
21540: * src/classes/_double.h 1.1:
21541: * src/classes/_int.h 1.1:
21542: * src/classes/_string.h 1.1:
21543: * src/classes/double.C 1.1:
21544: * src/classes/int.C 1.1:
21545: * src/classes/root.C 1.6:
21546: * src/classes/string.C 1.1:
21547: * src/include/code.h 1.17:
21548: * src/include/pa_value.h 1.48:
21549: * src/include/pa_vbool.h 1.6:
21550: * src/include/pa_vdouble.h 1.10:
21551: * src/include/pa_vint.h 1.1:
21552: * src/include/pa_vmframe.h 1.21:
21553: * src/include/pa_vobject.h 1.16:
21554: * src/include/pa_vstring.h 1.14:
21555: * src/main/compile.y 1.81:
21556: * src/main/compile_tools.C 1.22:
21557: * src/main/core.C 1.47:
21558: * src/main/execute.C 1.80:
21559: * src/main/main.dsp 1.40:
21560: Int and Double classes with ^int[] and ^double[]. fixed expr type
21561:
21562: 2001-03-08 paf
21563: * src/include/pa_request.h 1.18:
21564: * src/include/pa_value.h 1.44:
21565: * src/include/pa_vcframe.h 1.4:
21566: * src/include/pa_vmframe.h 1.16:
21567: * src/include/pa_wcontext.h 1.23:
21568: * src/main/compile.C 1.21:
21569: * src/main/compile.y 1.76:
21570: * src/main/core.C 1.45:
21571: * src/main/execute.C 1.70:
21572: * src/main/pa_cframe.C 1.2:
21573: * src/main/pa_wcontext.C 1.5:
21574: 'if' just compiled
21575:
21576: * src/main/pa_vclass.C 1.2:
21577: that were ok... [vclass were out of vcs]
21578:
21579: * src/include/pa_value.h 1.43:
21580: * src/include/pa_vmframe.h 1.14:
21581: * src/main/compile.y 1.75:
21582: * src/main/core.C 1.44:
21583: * src/main/execute.C 1.68:
21584: * src/main/main.dsp 1.37:
21585: z. detected probs with parameter names in operator methods
21586:
21587: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
21588: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
21589: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
21590: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
21591: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
21592: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
21593: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
21594: dead end: vstring can't be derivated from vobject
21595:
21596: * src/include/pa_request.h 1.17:
21597: * src/main/compile.C 1.20:
21598: * src/main/compile.y 1.73:
21599: * src/main/core.C 1.43:
21600: * src/main/main.dsp 1.36:
21601: introducing ROOT_CLASS.
21602: it's default @BASE.
21603: changed 'RUN' assignment mech
21604:
21605: * src/main/execute.C 1.64:
21606: root root in code-junction
21607:
21608: * src/include/pa_bool.h 1.2:
21609: * src/include/pa_double.h 1.2:
21610: * src/include/pa_value.h 1.47:
21611: * src/include/pa_vbool.h 1.5:
21612: * src/include/pa_vclass.h 1.24:
21613: * src/include/pa_vdouble.h 1.9:
21614: * src/include/pa_vhash.h 1.9:
21615: * src/include/pa_vjunction.h 1.6:
21616: * src/include/pa_vmframe.h 1.19:
21617: * src/include/pa_vobject.h 1.13:
21618: * src/include/pa_vstring.h 1.12:
21619: * src/include/pa_vunknown.h 1.7:
21620: * src/main/compile.y 1.79:
21621: * src/main/compile_tools.C 1.21:
21622: * src/main/execute.C 1.78:
21623: withoud cloning. didn't need it actually, params got passed
21624: from out unnamed ewpool
21625:
21626: * src/include/code.h 1.16:
21627: * src/main/compile.y 1.72:
21628: * src/main/compile_tools.C 1.19:
21629: * src/main/compile_tools.h 1.23:
21630: * src/main/execute.C 1.66:
21631: made class: dynamic, not static. so to enable runtime ^use
21632:
21633: * src/include/code.h 1.15:
21634: * src/main/compile.y 1.70:
21635: * src/main/compile_tools.C 1.18:
21636: * src/main/execute.C 1.65:
21637: joined 2 into one OP_CODE__STORE_PARAM
21638:
21639: * src/main/execute.C 1.74:
21640: fixed problems calling operators in constructors
21641:
21642: * src/classes/root.C 1.2:
21643: * src/include/pa_request.h 1.19:
21644: * src/include/pa_value.h 1.45:
21645: * src/include/pa_vbool.h 1.3:
21646: * src/include/pa_wwrapper.h 1.12:
21647: * src/main/execute.C 1.71:
21648: ^if 0
21649:
21650: * src/main/pa_vclass.C 1.1:
21651: wow! vclass were out of vcs
21652:
21653: * src/classes/root.C 1.4:
21654: * src/include/pa_stack.h 1.4:
21655: * src/main/execute.C 1.73:
21656: detected problems calling operators in constructors
21657:
21658: * src/main/compile.y 1.74:
21659: minor renamings in .y
21660:
21661: * src/include/pa_vdouble.h 1.8:
21662: * src/include/pa_vhash.h 1.8:
21663: * src/include/pa_vjunction.h 1.5:
21664: * src/include/pa_vobject.h 1.12:
21665: * src/include/pa_vunknown.h 1.6:
21666: * src/main/compile.y 1.78:
21667: cloning dead end
21668:
21669: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
21670: fixed forgotten method_frame my check
21671:
21672: * src/classes/root.C 1.1:
21673: added root.c
21674:
21675: * src/include/pa_vbool.h 1.2:
21676: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
21677: * src/include/pa_vdouble.h 1.6:
21678: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
21679: * src/include/pa_vjunction.h 1.3:
21680: * src/include/pa_vmframe.h 1.15:
21681: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
21682: * src/include/pa_vstring.h 1.10:
21683: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
21684: * src/include/pa_wcontext.h 1.22:
21685: * src/main/execute.C 1.67:
21686: * src/main/execute.C 1.69:
21687: * src/main/execute.C 1.75:
21688: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
21689: * src/main/pa_wcontext.C 1.4:
21690: * src/main/pa_wcontext.C 1.6:
21691: z
21692:
21693: * src/main/compile.y 1.71:
21694: minor grammar bug with OP_CODE__STORE_PARAM
21695:
21696: * src/include/pa_bool.h 1.1:
21697: * src/include/pa_double.h 1.1:
21698: * src/include/pa_valiased.h 1.2:
21699: * src/include/pa_value.h 1.46:
21700: * src/include/pa_vbool.h 1.4:
21701: * src/include/pa_vclass.h 1.23:
21702: * src/include/pa_vdouble.h 1.7:
21703: * src/include/pa_vhash.h 1.7:
21704: * src/include/pa_vjunction.h 1.4:
21705: * src/include/pa_vmframe.h 1.18:
21706: * src/include/pa_vobject.h 1.11:
21707: * src/include/pa_vstring.h 1.11:
21708: * src/include/pa_vunknown.h 1.5:
21709: * src/main/compile.y 1.77:
21710: * src/main/compile_tools.C 1.20:
21711: * src/main/execute.C 1.77:
21712: * src/main/main.dsp 1.38:
21713: * src/main/pa_value.C 1.6:
21714: value.cloning so to give params proper names
21715:
21716: * src/classes/root.C 1.3:
21717: * src/include/pa_request.h 1.20:
21718: * src/main/execute.C 1.72:
21719: autocalc def to string
21720:
21721: * src/include/pa_vmframe.h 1.17:
21722: * src/main/execute.C 1.76:
21723: added names to unknown values in get_element and unfilled
21724: params. removed wrong name change in get_element
21725:
21726: * src/include/pa_vclass.h 1.25:
21727: * src/include/pa_vhash.h 1.10:
21728: * src/include/pa_vobject.h 1.14:
21729: removes some remained clone conseqs
21730:
21731: 2001-03-07 paf
21732: * src/include/pa_hash.h 1.19:
21733: * src/include/pa_value.h 1.40:
21734: * src/include/pa_vhash.h 1.4:
21735: * src/include/pa_vunknown.h 1.4:
21736: * src/main/compile.y 1.67:
21737: * src/main/execute.C 1.62:
21738: * src/main/pa_hash.C 1.18:
21739: expr def in -f
21740:
21741: * src/main/compile.y 1.65:
21742: * src/main/execute.C 1.60:
21743: * src/main/pa_string.C 1.33:
21744: bug in string.cmp fixed
21745:
21746: * src/main/compile.y 1.68:
21747: .y priorities syntax shaped up a bit
21748:
21749: * src/main/compile.y 1.64:
21750: expr quoted code
21751:
21752: * src/main/execute.C 1.57:
21753: ^var.menu{$field} problem detected. that $field not a $var.field
21754:
21755: * src/main/compile.y 1.69:
21756: * src/main/compile_tools.h 1.22:
21757: ^func(params)
21758:
1.24 paf 21759: * src/main/compile.y 1.63:
21760: * src/main/execute.C 1.59:
21761: expr whitespace solved. added "" support0
21762:
1.15 paf 21763: * src/include/pa_value.h 1.42:
21764: * src/include/pa_vclass.h 1.22:
21765: * src/include/pa_vhash.h 1.6:
21766: * src/include/pa_vmframe.h 1.13:
21767: * src/include/pa_vobject.h 1.10:
21768: * src/include/pa_wwrapper.h 1.11:
21769: const in Value.get_element
21770:
21771: * src/include/pa_string.h 1.26:
21772: * src/main/compile.y 1.61:
21773: * src/main/execute.C 1.58:
21774: * src/main/pa_string.C 1.32:
21775: just compiled lt&co
21776:
21777: * src/include/pa_stack.h 1.3:
21778: * src/include/pa_value.h 1.41:
21779: * src/include/pa_vclass.h 1.21:
21780: * src/include/pa_vhash.h 1.5:
21781: * src/include/pa_vmframe.h 1.12:
21782: * src/include/pa_vobject.h 1.9:
21783: * src/include/pa_wwrapper.h 1.10:
21784: * src/main/execute.C 1.63:
21785: fixed rwcontext of {} params up
21786:
21787: * src/main/compile.y 1.62:
21788: expr string comparisons 0
21789:
21790: * src/main/compile.y 1.66:
21791: * src/main/execute.C 1.61:
21792: expr calls
21793:
21794: 2001-03-06 paf
21795: * src/include/pa_vbool.h 1.1:
21796: forgot this
21797:
21798: * src/main/compile.y 1.51:
21799: expr lexx1
21800:
21801: * src/include/code.h 1.14:
21802: * src/main/compile.y 1.59:
21803: * src/main/execute.C 1.56:
21804: 1 problems with skipping whitespace in yylex fixed
21805: 2 xors: # bitwise ## logical
21806:
21807: * src/include/code.h 1.11:
21808: * src/include/pa_valiased.h 1.1:
21809: * src/include/pa_value.h 1.37:
21810: * src/include/pa_vdouble.h 1.1:
21811: * src/include/pa_vstring.h 1.6:
21812: * src/main/compile.y 1.49:
21813: * src/main/execute.C 1.49:
21814: expr lex0 exec-1
21815:
21816: * src/main/compile.y 1.52:
21817: expr grammar-1
21818:
21819: * src/include/pa_value.h 1.39:
21820: * src/include/pa_vdouble.h 1.5:
21821: * src/include/pa_vstring.h 1.8:
21822: * src/include/pa_vunknown.h 1.3:
21823: * src/main/compile.y 1.56:
21824: * src/main/execute.C 1.54:
21825: * src/main/main.dsp 1.35:
21826: !~
21827:
21828: * src/include/code.h 1.10:
21829: * src/main/compile.y 1.48:
21830: * src/main/compile_tools.h 1.18:
21831: g
21832:
21833: * src/main/compile.y 1.60:
21834: .y expr visible-shorter
21835:
21836: * src/include/pa_vcframe.h 1.3:
21837: * src/include/pa_vclass.h 1.20:
21838: * src/include/pa_vdouble.h 1.4:
21839: * src/include/pa_vhash.h 1.3:
21840: * src/include/pa_vjunction.h 1.2:
21841: * src/include/pa_vmframe.h 1.11:
21842: * src/include/pa_vobject.h 1.8:
21843: * src/include/pa_vstring.h 1.7:
21844: * src/include/pa_vunknown.h 1.2:
21845: * src/include/pa_wcontext.h 1.21:
21846: * src/include/pa_wwrapper.h 1.9:
21847: * src/main/compile.y 1.55:
21848: * src/main/compile_tools.C 1.17:
21849: * src/main/compile_tools.h 1.21:
21850: * src/main/execute.C 1.53:
21851: +-*/
21852:
21853: * src/main/compile.y 1.50:
21854: * src/main/execute.C 1.50:
21855: * src/main/main.dsp 1.34:
21856: z
21857:
21858: * src/include/pa_value.h 1.38:
21859: * src/include/pa_vdouble.h 1.2:
21860: * src/main/compile.y 1.53:
21861: * src/main/execute.C 1.51:
21862: expr grammar-1 2*2=4.000000 :)
21863:
1.24 paf 21864: * src/include/pa_vstring.h 1.9:
21865: * src/main/compile.y 1.58:
21866: problems with skipping whitespace in yylex
21867:
1.15 paf 21868: * src/include/pa_vdouble.h 1.3:
21869: * src/main/compile.y 1.54:
21870: * src/main/compile_tools.C 1.15:
21871: * src/main/compile_tools.h 1.19:
21872: grammar-1.1 $a(z) $a=0
21873:
21874: * src/include/code.h 1.13:
21875: * src/main/compile.y 1.57:
21876: * src/main/execute.C 1.55:
21877: without string ops in expressions 0
21878:
21879: 2001-02-26 paf
21880: * src/main/compile.y 1.46:
21881: max_string in yyerror bug fix
21882:
21883: 2001-02-25 paf
21884: * src/main/compile.y 1.40:
21885: escaping bug
21886:
21887: * src/include/pa_request.h 1.14:
21888: * src/main/compile.C 1.19:
21889: * src/main/core.C 1.38:
21890: default name RUN, also alias
21891:
21892: * src/include/pa_vcframe.h 1.2:
21893: * src/include/pa_vmframe.h 1.5:
21894: * src/include/pa_vobject.h 1.6:
21895: * src/include/pa_wcontext.h 1.17:
21896: * src/include/pa_wwrapper.h 1.7:
21897: * src/main/core.C 1.40:
21898: * src/main/execute.C 1.43:
21899: * src/main/main.dsp 1.31:
21900: would now get fields into interm VFielded class
21901:
21902: * src/include/pa_request.h 1.16:
21903: * src/include/pa_value.h 1.34:
21904: * src/include/pa_vmframe.h 1.7:
21905: * src/include/pa_wcontext.h 1.19:
21906: * src/main/execute.C 1.46:
21907: VAliased0
21908:
21909: * src/main/execute.C 1.47:
21910: VAliased1
21911:
21912: * src/include/pa_value.h 1.35:
21913: * src/include/pa_vmframe.h 1.8:
21914: VAliased2
21915:
21916: * src/include/code.h 1.9:
21917: * src/include/pa_value.h 1.28:
21918: * src/include/pa_vclass.h 1.15:
21919: * src/include/pa_vmframe.h 1.2:
21920: * src/include/pa_vobject.h 1.3:
21921: * src/include/pa_wwrapper.h 1.5:
21922: * src/main/compile.y 1.38:
21923: * src/main/compile_tools.C 1.14:
21924: * src/main/compile_tools.h 1.16:
21925: * src/main/execute.C 1.38:
21926: ^class:method() just compiled
21927:
21928: * src/include/pa_hash.h 1.18:
21929: * src/include/pa_value.h 1.31:
21930: * src/include/pa_vclass.h 1.17:
21931: * src/include/pa_vmframe.h 1.4:
21932: * src/include/pa_vobject.h 1.5:
21933: * src/include/pa_vstring.h 1.5:
21934: * src/include/pa_wcontext.h 1.16:
21935: * src/main/compile.y 1.45:
21936: * src/main/core.C 1.39:
21937: * src/main/execute.C 1.42:
21938: * src/main/main.dsp 1.30:
21939: * src/main/pa_hash.C 1.17:
21940: * src/main/pa_value.C 1.5:
21941: * src/main/pa_wcontext.C 1.3:
21942: virtuals2
21943:
21944: * src/include/pa_value.h 1.32:
21945: * src/include/pa_vclass.h 1.18:
21946: * src/include/pa_wcontext.h 1.18:
21947: * src/include/pa_wwrapper.h 1.8:
21948: * src/main/execute.C 1.44:
21949: * src/main/main.dsp 1.32:
21950: no not get fields into interm VFielded class.
21951: fields & staticfields 1
21952:
21953: * src/include/pa_pool.h 1.25:
21954: * src/include/pa_request.h 1.15:
21955: * src/include/pa_value.h 1.33:
21956: * src/include/pa_vclass.h 1.19:
21957: * src/include/pa_vmframe.h 1.6:
21958: * src/include/pa_vobject.h 1.7:
21959: * src/main/core.C 1.41:
21960: * src/main/execute.C 1.45:
21961: * src/main/main.dsp 1.33:
21962: VAliased just compiled
21963:
1.24 paf 21964: * src/include/pa_value.h 1.36:
21965: * src/include/pa_vmframe.h 1.9:
21966: * src/include/pa_wcontext.h 1.20:
21967: * src/main/execute.C 1.48:
21968: VAliased3
21969:
1.15 paf 21970: * src/include/pa_request.h 1.13:
21971: * src/include/pa_value.h 1.29:
21972: * src/include/pa_vobject.h 1.4:
21973: * src/main/compile.y 1.39:
21974: * src/main/compile_tools.h 1.17:
21975: * src/main/core.C 1.37:
21976: * src/main/execute.C 1.39:
21977: * src/main/pa_common.C 1.3:
21978: vobject1
21979:
21980: * src/main/compile.y 1.43:
21981: rethought to $class:static.field.subfield
21982:
21983: * src/main/compile.y 1.44:
21984: : 1
21985:
21986: * src/include/pa_value.h 1.30:
21987: * src/include/pa_vmframe.h 1.3:
21988: * src/include/pa_wwrapper.h 1.6:
21989: * src/main/compile.y 1.41:
21990: * src/main/execute.C 1.40:
21991: * src/main/pa_wcontext.C 1.2:
21992: before execute class calls rewrite
21993:
21994: * src/include/pa_vclass.h 1.16:
21995: * src/main/compile.y 1.42:
21996: * src/main/execute.C 1.41:
21997: $class:element
21998:
21999: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
22000: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
22001: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
22002: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
22003: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
22004: alias dead end
22005:
22006: 2001-02-24 paf
22007: * src/main/compile.y 1.32:
22008: fixed grammar bugs in constructor/params klinch
22009:
22010: * src/main/main.dsp 1.29:
22011: no bison -d
22012:
22013: * src/main/compile.y 1.37:
22014: * src/main/compile_tools.h 1.15:
22015: use0 line no on 'undef class' err msg wrong
22016:
22017: * src/main/compile.y 1.30:
22018: fixed last \n macrotemplate strip bug
22019:
22020: * src/include/pa_vframe.h 1.5:
22021: * src/main/compile.y 1.33:
22022: found junction ideology @: ^x{$a()) must construct current
22023: wcontext element, so smart wcontext handling needed
22024:
22025: * src/include/pa_value.h 1.25:
22026: * src/include/pa_wcontext.h 1.15:
22027: * src/include/pa_wwrapper.h 1.4:
22028: * src/main/execute.C 1.36:
22029: * src/main/pa_value.C 1.4:
22030: it works as bad as you've named it: wcontext.value() was not a
22031: perfect idea
22032:
22033: * src/main/compile.y 1.35:
22034: * src/main/core.C 1.36:
22035: yylex need some @special lines adj
22036:
22037: * src/include/pa_value.h 1.24:
22038: * src/include/pa_vcframe.h 1.1:
22039: * src/include/pa_vclass.h 1.10:
22040: * src/include/pa_vframe.h 1.6:
22041: * src/include/pa_vhash.h 1.2:
22042: * src/include/pa_vjunction.h 1.1:
22043: * src/include/pa_vmframe.h 1.1:
22044: * src/include/pa_wcontext.h 1.14:
22045: * src/include/pa_wwrapper.h 1.3:
22046: * src/main/execute.C 1.34:
22047: * src/main/main.dsp 1.27:
22048: * src/main/pa_cframe.C 1.1:
22049: * src/main/pa_wcontext.C 1.1:
22050: codeframe just compiled
22051:
22052: * src/include/pa_request.h 1.12:
22053: * src/include/pa_vclass.h 1.14:
22054: * src/main/compile.C 1.18:
22055: * src/main/compile.y 1.34:
22056: * src/main/compile_tools.h 1.14:
22057: * src/main/core.C 1.35:
22058: modules0
22059:
22060: * src/main/pa_array.C 1.20:
22061: minor bug in expanding very small arrays. 60% from 1 were 0
22062:
22063: * src/include/pa_vclass.h 1.12:
22064: * src/main/compile.y 1.36:
22065: * src/main/core.C 1.33:
22066: z
22067:
22068: * src/include/code.h 1.7:
22069: * src/include/pa_request.h 1.11:
22070: * src/include/pa_value.h 1.23:
22071: * src/include/pa_vclass.h 1.9:
22072: * src/include/pa_vframe.h 1.4:
22073: * src/main/compile.y 1.29:
22074: * src/main/compile_tools.C 1.13:
22075: * src/main/compile_tools.h 1.13:
22076: * src/main/core.C 1.32:
22077: * src/main/execute.C 1.32:
22078: code junctions0. something wrong with last \n macrotemplate strip
22079:
22080: * src/include/pa_value.h 1.26:
22081: * src/include/pa_vclass.h 1.11:
22082: * src/include/pa_vobject.h 1.1:
22083: * src/main/main.dsp 1.28:
22084: vobject00
22085:
22086: * src/main/compile.y 1.31:
22087: * src/main/execute.C 1.33:
22088: fixed empty constructor optimized empty case. failed on calls -
22089: produced empty string param
22090:
22091: * src/main/execute.C 1.35:
22092: codeframe1
22093:
22094: 2001-02-23 paf
22095: * src/include/pa_value.h 1.18:
22096: * src/main/core.C 1.27:
22097: * src/main/execute.C 1.25:
22098: * src/main/main.dsp 1.23:
22099: value named
22100:
22101: * src/main/compile.y 1.26:
22102: * src/main/execute.C 1.27:
22103: empty constructor bug fixed
22104:
22105: * src/include/pa_vframe.h 1.1:
22106: * src/include/pa_vunknown.h 1.1:
22107: * src/include/pa_wcontext.h 1.13:
22108: * src/include/pa_wwrapper.h 1.1:
22109: * src/main/core.C 1.29:
22110: * src/main/execute.C 1.29:
22111: * src/main/main.dsp 1.25:
22112: * src/main/pa_value.C 1.1:
22113: call0
22114:
22115: * src/main/compile.y 1.27:
22116: * src/main/compile_tools.C 1.12:
22117: * src/main/compile_tools.h 1.12:
22118: fixed wrong grammar in complex constructor case
22119:
22120: * src/include/pa_value.h 1.21:
22121: * src/include/pa_vclass.h 1.8:
22122: * src/include/pa_vframe.h 1.3:
22123: * src/main/core.C 1.30:
22124: * src/main/execute.C 1.31:
22125: * src/main/pa_value.C 1.2:
22126: get_method RIP. junctions everywhere. call with junctions0
22127:
22128: * src/main/compile.y 1.28:
22129: * src/main/execute.C 1.30:
22130: * src/main/main.dsp 1.26:
22131: rethought some. before junction
22132:
22133: * src/include/pa_value.h 1.17:
22134: * src/include/pa_vstring.h 1.4:
22135: * src/main/execute.C 1.24:
22136: strign 2 value in 2 places in execute
22137:
22138: * src/include/pa_wcontext.h 1.11:
22139: z
22140:
22141: * src/include/pa_hash.h 1.17:
22142: * src/include/pa_value.h 1.19:
22143: * src/include/pa_wcontext.h 1.12:
22144: * src/main/core.C 1.28:
22145: * src/main/execute.C 1.28:
22146: * src/main/main.dsp 1.24:
22147: * src/main/pa_hash.C 1.16:
22148: started call. store param, vframe done
22149:
22150: * src/include/pa_value.h 1.22:
22151: * src/main/compile.C 1.17:
22152: * src/main/core.C 1.31:
22153: * src/main/pa_value.C 1.3:
22154: minor error reporting format beautifyings
22155:
22156: * src/main/execute.C 1.26:
22157: with result rwpool
22158:
1.24 paf 22159: * src/include/pa_value.h 1.20:
22160: * src/include/pa_vclass.h 1.7:
22161: * src/include/pa_vframe.h 1.2:
22162: * src/include/pa_wwrapper.h 1.2:
22163: lara came, can't work, sorry :(
22164:
1.15 paf 22165: * src/include/pa_value.h 1.16:
22166: * src/include/pa_wcontext.h 1.10:
22167: * src/main/compile.y 1.25:
22168: * src/main/execute.C 1.23:
22169: * src/main/main.dsp 1.22:
22170: * src/main/pa_array.C 1.19:
22171: auto VHash on wcontext.put_element when wcontext fvalue==0
22172:
22173: 2001-02-22 paf
22174: * src/include/pa_request.h 1.10:
22175: * src/main/compile.y 1.23:
22176: $self.put(val)
22177:
22178: * src/include/pa_pool.h 1.24:
22179: * src/include/pa_vclass.h 1.5:
22180: * src/main/core.C 1.25:
22181: * src/main/pa_hash.C 1.15:
22182: * src/main/pa_pool.C 1.9:
22183: TRY...
22184:
22185: * src/include/code.h 1.6:
22186: * src/main/compile_tools.C 1.9:
22187: * src/main/compile_tools.h 1.10:
22188: * src/main/execute.C 1.19:
22189: OP_STRING better then some xxx _VALUE
22190:
22191: * src/main/compile.C 1.14:
22192: * src/main/core.C 1.26:
22193: * src/main/execute.C 1.16:
22194: * src/main/pa_string.C 1.31:
22195: more precise parse error line:col
22196:
22197: * src/main/compile.C 1.15:
22198: * src/main/compile.y 1.18:
22199: * src/main/execute.C 1.20:
22200: started : with $a.$:f
22201:
22202: * src/main/compile.y 1.20:
22203: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
22204:
22205: * src/include/code.h 1.3:
22206: * src/include/pa_string.h 1.25:
22207: * src/include/pa_value.h 1.12:
22208: * src/include/pa_vclass.h 1.3:
22209: * src/include/pa_wcontext.h 1.3:
22210: * src/main/compile.y 1.14:
22211: * src/main/execute.C 1.14:
22212: * src/main/pa_string.C 1.28:
22213: write_value write_string 0
22214: it seems wcontext must write strings regardles of fvalue!=0
22215:
22216: * src/include/code.h 1.4:
22217: * src/include/pa_value.h 1.13:
22218: * src/include/pa_vclass.h 1.4:
22219: * src/include/pa_wcontext.h 1.5:
22220: * src/main/compile.y 1.15:
22221: * src/main/compile_tools.C 1.6:
22222: * src/main/compile_tools.h 1.8:
22223: * src/main/execute.C 1.15:
22224: * src/main/main.dsp 1.20:
22225: iiieeyys! get/put simple vars to VClass works0
22226:
22227: * src/include/pa_array.h 1.18:
22228: * src/include/pa_wcontext.h 1.4:
22229: * src/main/pa_string.C 1.29:
22230: in process, but found that exceptions are too global
22231:
22232: * src/main/compile.y 1.19:
22233: $: finished
22234:
22235: * src/main/compile.C 1.16:
22236: * src/main/compile.y 1.21:
22237: * src/main/compile_tools.C 1.10:
22238: z
22239:
22240: * src/include/pa_request.h 1.9:
22241: * src/include/pa_stack.h 1.2:
22242: * src/include/pa_wcontext.h 1.7:
22243: * src/main/execute.C 1.17:
22244: z about to vstring it .y all
22245:
22246: * src/include/pa_hash.h 1.16:
22247: * src/include/pa_value.h 1.15:
22248: * src/include/pa_vclass.h 1.6:
22249: * src/include/pa_vhash.h 1.1:
22250: * src/include/pa_vstring.h 1.3:
22251: * src/include/pa_wcontext.h 1.9:
22252: * src/main/execute.C 1.22:
22253: * src/main/main.dsp 1.21:
22254: auto VHash in pa.th.cre.at.e
22255:
22256: * src/include/code.h 1.5:
22257: * src/include/pa_vstring.h 1.2:
22258: * src/main/compile.y 1.17:
22259: * src/main/compile_tools.C 1.8:
22260: * src/main/compile_tools.h 1.9:
22261: * src/main/execute.C 1.18:
22262: string to vstring it .y all
22263:
22264: * src/include/pa_array.h 1.19:
22265: * src/main/compile.y 1.22:
22266: * src/main/compile_tools.C 1.11:
22267: * src/main/compile_tools.h 1.11:
22268: * src/main/pa_array.C 1.18:
22269: $self.get
22270:
22271: * src/include/pa_exception.h 1.5:
22272: * src/include/pa_pool.h 1.23:
22273: * src/include/pa_request.h 1.8:
22274: * src/include/pa_value.h 1.14:
22275: * src/include/pa_wcontext.h 1.6:
22276: * src/main/compile.C 1.13:
22277: * src/main/compile.y 1.16:
22278: * src/main/compile_tools.C 1.7:
22279: * src/main/core.C 1.24:
22280: * src/main/pa_array.C 1.17:
22281: * src/main/pa_exception.C 1.4:
22282: * src/main/pa_hash.C 1.14:
22283: * src/main/pa_pool.C 1.8:
22284: * src/main/pa_string.C 1.30:
22285: * src/main/pa_table.C 1.9:
22286: removed exception from request
22287:
22288: * src/include/pa_vstring.h 1.1:
22289: * src/main/compile.C 1.12:
22290: * src/main/core.C 1.23:
22291: added some forgotten
22292:
22293: * src/include/pa_wcontext.h 1.8:
22294: * src/main/compile.y 1.24:
22295: * src/main/execute.C 1.21:
22296: erroreos checkout
22297:
22298: 2001-02-21 paf
22299: * src/main/compile.y 1.9:
22300: more straightforward yylex[end]
22301:
22302: * src/main/compile.C 1.6:
22303: * src/main/compile.y 1.6:
22304: * src/main/compile_tools.h 1.5:
22305: error processing in eval & yyerror so it wouldn't cause
22306: memleaks.
22307:
22308: * src/include/compile.h 1.5:
22309: * src/include/execute.h 1.3:
22310: * src/include/pa_array.h 1.17:
22311: * src/include/pa_request.h 1.7:
22312: * src/include/pa_stack.h 1.1:
22313: * src/include/pa_vclass.h 1.2:
22314: * src/include/pa_wcontext.h 1.2:
22315: * src/main/compile.C 1.10:
22316: * src/main/compile.y 1.12:
22317: * src/main/execute.C 1.11:
22318: * src/main/main.dsp 1.19:
22319: * src/main/pa_array.C 1.16:
22320: * src/main/pa_request.C 1.2:
22321: get put -1 [just compiled]
22322:
22323: * src/include/compile.h 1.4:
22324: * src/include/pa_array.h 1.16:
22325: * src/main/compile.C 1.9:
22326: * src/main/compile.y 1.11:
22327: * src/main/execute.C 1.10:
22328: MAIN_METHOD_NAME ready to write execute
22329:
22330: * src/include/pa_string.h 1.24:
22331: * src/include/pa_types.h 1.6:
22332: * src/main/pa_string.C 1.27:
22333: string.operator==(char*)
22334:
22335: * src/main/compile.C 1.11:
22336: * src/main/compile.y 1.13:
22337: * src/main/execute.C 1.12:
22338: store0
22339:
22340: * src/include/core.h 1.1:
22341: * src/include/pa_context.h 1.8:
22342: * src/include/pa_request.h 1.6:
22343: * src/include/pa_vclass.h 1.1:
22344: * src/include/pa_wcontext.h 1.1:
22345: * src/main/core.C 1.22:
22346: * src/main/main.dsp 1.18:
22347: * src/main/pa_request.C 1.1:
22348: request core methods0
22349:
22350: * src/include/compile.h 1.3:
22351: * src/include/pa_context.h 1.7:
22352: * src/include/pa_hash.h 1.15:
22353: * src/include/pa_request.h 1.5:
22354: * src/include/pa_string.h 1.23:
22355: * src/include/pa_value.h 1.9:
22356: struck with const array.gets
22357:
22358: * src/include/code.h 1.2:
22359: * src/include/pa_types.h 1.5:
22360: * src/main/compile.C 1.3:
22361: * src/main/compile.y 1.3:
22362: * src/main/compile_tools.C 1.3:
22363: * src/main/compile_tools.h 1.3:
22364: * src/main/execute.C 1.3:
22365: * src/main/main.dsp 1.16:
22366: .y to c++
22367: hierarchy output fix.
22368: compiler works ok
22369:
22370: * src/include/compile.h 1.2:
22371: * src/main/compile.C 1.4:
22372: * src/main/compile.y 1.4:
22373: * src/main/compile_tools.h 1.4:
22374: line numbers needed. would add them to .y now internally.
22375: externally it's not as precise as needed
22376:
1.24 paf 22377: * src/include/execute.h 1.2:
22378: * src/include/pa_array.h 1.15:
22379: * src/include/pa_value.h 1.10:
22380: * src/main/execute.C 1.9:
22381: * src/main/pa_array.C 1.15:
22382: after array.const get wonders
22383:
1.15 paf 22384: * src/include/pa_exception.h 1.4:
22385: * src/include/pa_value.h 1.11:
22386: * src/main/compile.C 1.8:
22387: * src/main/compile.y 1.10:
22388: * src/main/compile_tools.C 1.5:
22389: * src/main/compile_tools.h 1.7:
22390: .y methods and one_big_piece. now compile returns array<method*>
22391:
22392: * src/main/compile.y 1.7:
22393: * src/main/execute.C 1.4:
22394: * src/main/execute.C 1.5:
22395: * src/main/execute.C 1.6:
22396: * src/main/execute.C 1.7:
22397: * src/main/execute.C 1.8:
22398: z
22399:
22400: * src/main/execute.C 1.13:
22401: tired :)
22402:
22403: * src/main/compile.C 1.5:
22404: * src/main/compile.y 1.5:
22405: failed to add absolute precies parse error positions. leaving
22406: RIGHTMOST position as @file[line:col]
22407:
22408: 2001-02-20 paf
22409: * src/include/code.h 1.1:
22410: * src/include/compile.h 1.1:
22411: * src/include/execute.h 1.1:
22412: * src/include/pa_array.h 1.14:
22413: * src/include/pa_common.h 1.2:
22414: * src/include/pa_pool.h 1.22:
22415: * src/include/pa_string.h 1.22:
22416: * src/include/pa_table.h 1.8:
22417: * src/include/pa_types.h 1.4:
22418: * src/main/compile.C 1.1:
22419: * src/main/compile.y 1.1:
22420: * src/main/compile_tools.C 1.1:
22421: * src/main/compile_tools.h 1.1:
22422: * src/main/core.C 1.21:
22423: * src/main/execute.C 1.1:
22424: * src/main/main.dsp 1.14:
22425: * src/main/pa_array.C 1.14:
22426: * src/main/pa_common.C 1.2:
22427: * src/main/pa_hash.C 1.12:
22428: * src/main/pa_string.C 1.26:
22429: * src/main/pa_table.C 1.8:
22430: bison[yacc] first time compiled.
22431: execute=dump for now
22432:
22433: * src/main/compile.C 1.2:
22434: * src/main/compile.y 1.2:
22435: * src/main/compile_tools.C 1.2:
22436: * src/main/compile_tools.h 1.2:
22437: * src/main/execute.C 1.2:
22438: * src/main/main.dsp 1.15:
22439: nestage probs, eof yylex not perfect
22440:
22441: * src/main/core.C 1.20:
22442: core rewrite using yacc investigations
22443: now will be compile[yacc]/execute[opcodes]
22444:
22445: 2001-02-15 paf
22446: * src/include/pa_value.h 1.8:
22447: * src/main/core.C 1.19:
22448: maybe a-la yacc those ifs rewrite as turing machine?
22449: for it seems it would be it's too many ifs with this syntax now
22450:
22451: 2001-02-14 paf
22452: * src/include/pa_context.h 1.6:
22453: * src/include/pa_string.h 1.20:
22454: * src/main/core.C 1.10:
22455: * src/main/pa_string.C 1.23:
22456: process text repassing
22457:
22458: * src/include/pa_value.h 1.7:
22459: * src/main/core.C 1.11:
22460: * src/main/pa_string.C 1.24:
22461: process text repassing2
22462: operator static vars
22463:
22464: * src/include/pa_string.h 1.21:
22465: * src/main/core.C 1.12:
22466: * src/main/pa_string.C 1.25:
22467: get names 0
22468:
22469: * src/include/pa_context.h 1.5:
22470: * src/include/pa_value.h 1.6:
22471: * src/main/core.C 1.9:
22472: module:calls changes
22473:
22474: * src/main/core.C 1.16:
22475: varios breaks
22476:
22477: * src/main/core.C 1.17:
22478: get_params
22479: figured ^menu[UNEVALUATED unthinked :( ]
22480:
22481: * src/main/core.C 1.18:
22482: get_params 1
22483:
22484: * src/main/core.C 1.13:
22485: get names 1
22486:
22487: * src/main/core.C 1.14:
22488: get names 2
22489:
22490: * src/main/core.C 1.15:
22491: get names 3
22492:
22493: 2001-02-13 paf
22494: * src/include/pa_string.h 1.17:
22495: * src/main/pa_string.C 1.19:
22496: String_iterator::skip_to
22497: todo:optimize
22498:
22499: * src/main/core.C 1.6:
22500: operators
22501: : and self. prefixes
22502:
22503: * src/include/pa_context.h 1.4:
22504: * src/include/pa_value.h 1.5:
22505: * src/main/core.C 1.8:
22506: ^class:calls[] started
22507:
22508: * src/include/pa_string.h 1.18:
22509: * src/main/pa_string.C 1.21:
22510: String_iterator optimized
22511:
22512: * src/include/pa_string.h 1.19:
22513: * src/main/pa_string.C 1.22:
22514: String_iterator tested
22515:
22516: * src/main/pa_string.C 1.20:
22517: String_iterator::skip_to
22518: optimized a bit. would change privates to better support optimization
22519:
22520: * src/include/pa_value.h 1.4:
22521: * src/main/core.C 1.5:
22522: * src/main/core.C 1.7:
22523: z
22524:
22525: 2001-02-12 paf
22526: * src/include/pa_context.h 1.2:
22527: * src/include/pa_value.h 1.2:
22528: * src/main/core.C 1.2:
22529: get self/methodref joined
22530:
22531: * src/include/pa_context.h 1.3:
22532: * src/include/pa_value.h 1.3:
22533: * src/main/core.C 1.3:
22534: some comments
22535:
22536: * src/include/pa_string.h 1.16:
22537: * src/main/core.C 1.4:
22538: * src/main/pa_string.C 1.18:
22539: started String_iterator
22540:
22541: 2001-02-11 paf
22542: * src/include/pa_context.h 1.1:
22543: * src/include/pa_value.h 1.1:
22544: * src/main/core.C 1.1:
22545: * src/main/main.dsp 1.13:
22546: core started.
22547: core.C, context&value .h
22548:
22549: * src/include/pa_array.h 1.13:
22550: * src/include/pa_hash.h 1.14:
22551: * src/include/pa_pool.h 1.21:
22552: * src/include/pa_string.h 1.15:
22553: * src/main/main.dsp 1.12:
22554: * src/main/pa_array.C 1.13:
22555: * src/main/pa_hash.C 1.11:
22556: * src/main/pa_pool.C 1.7:
22557: * src/main/pa_string.C 1.17:
22558: :pooled
22559:
22560: 2001-01-30 paf
22561: * src/include/pa_error.h 1.4:
22562: * src/include/pa_exception.h 1.1:
22563: * src/include/pa_pool.h 1.17:
22564: * src/include/pa_request.h 1.3:
22565: * src/main/main.dsp 1.10:
22566: * src/main/pa_error.C 1.4:
22567: * src/main/pa_exception.C 1.1:
22568: * src/main/pa_pool.C 1.4:
22569: * src/targets/Makefile.am 1.2:
22570: lowered targets/parser into subdir, added parser_Pool(Pool)
22571: failed to add. would think..
22572:
22573: * src/include/pa_exception.h 1.3:
22574: * src/include/pa_pool.h 1.19:
22575: * src/include/pa_table.h 1.7:
22576: * src/main/pa_exception.C 1.3:
22577: * src/main/pa_table.C 1.7:
22578: minor * to & changes
22579:
22580: * src/include/pa_pool.h 1.20:
22581: * src/main/Makefile.am 1.5:
22582: * src/main/main.dsp 1.11:
22583: * src/main/pa_pool.C 1.6:
22584: moved pa_pool.C to be target specific
22585:
22586: * src/Makefile.am 1.2:
22587: * src/main/Makefile.am 1.6:
22588: * src/targets/Makefile.am 1.3:
22589: .am comments
22590:
22591: * src/include/pa_exception.h 1.2:
22592: * src/include/pa_pool.h 1.18:
22593: * src/include/pa_request.h 1.4:
22594: * src/include/pa_table.h 1.6:
22595: * src/main/pa_array.C 1.12:
22596: * src/main/pa_exception.C 1.2:
22597: * src/main/pa_pool.C 1.5:
22598: * src/main/pa_table.C 1.6:
22599: error re-associated. that's much better
22600: even removed 'die' necessety
22601:
22602: 2001-01-29 paf
22603: * src/include/pa_hash.h 1.9:
22604: * src/include/pa_pool.h 1.10:
22605: * src/include/pa_threads.h 1.3:
22606: * src/main/pa_hash.C 1.5:
22607: made local Hash-es not thread safe=quicker by
22608: SYNCHRONIZED(thread_safe)
22609:
22610: * src/include/pa_hash.h 1.5:
22611: some comments
22612:
22613: * src/include/pa_error.h 1.2:
22614: * src/include/pa_request.h 1.2:
22615: * src/include/pa_string.h 1.13:
22616: * src/include/pa_table.h 1.4:
22617: * src/main/pa_error.C 1.2:
22618: * src/main/pa_table.C 1.4:
22619: Error fixed
22620:
22621: * src/include/pa_pool.h 1.11:
22622: * src/include/pa_string.h 1.9:
22623: * src/main/pa_string.C 1.13:
22624: String originating
22625:
1.23 paf 22626: * src/include/pa_pool.h 1.14:
22627: * src/main/pa_array.C 1.9:
22628: tested - decision "no templates"
1.15 paf 22629:
22630: * src/include/pa_hash.h 1.6:
22631: * src/include/pa_threads.h 1.1:
22632: * src/main/main.dsp 1.6:
22633: * src/main/pa_threads.C 1.1:
22634: added pa_threads
22635:
22636: Mutex
22637:
1.23 paf 22638: * src/include/pa_array.h 1.4:
22639: * src/main/pa_array.C 1.4:
22640: Array::operator += (Array& src)
22641:
22642: rethought, would change now
1.15 paf 22643:
22644: * src/include/pa_array.h 1.7:
22645: * src/include/pa_hash.h 1.10:
22646: * src/include/pa_pool.h 1.12:
22647: * src/include/pa_string.h 1.10:
22648: * src/include/pa_table.h 1.1:
22649: * src/include/pa_types.h 1.2:
22650: * src/main/main.dsp 1.7:
22651: * src/main/pa_array.C 1.7:
22652: * src/main/pa_string.C 1.14:
22653: * src/main/pa_table.C 1.1:
22654: Table started
22655: would test
22656: template Array now
22657:
1.23 paf 22658: * src/include/pa_error.h 1.3:
22659: * src/include/pa_hash.h 1.13:
22660: * src/include/pa_string.h 1.14:
22661: * src/include/pa_table.h 1.5:
22662: * src/main/pa_error.C 1.3:
22663: * src/main/pa_hash.C 1.10:
22664: * src/main/pa_string.C 1.16:
22665: * src/main/pa_table.C 1.5:
22666: Table
22667: more like C++ style
22668: hence lots of 'const'
1.15 paf 22669:
22670: * src/include/pa_array.h 1.11:
22671: * src/include/pa_hash.h 1.11:
22672: * src/include/pa_pool.h 1.15:
22673: * src/include/pa_string.h 1.11:
22674: * src/include/pa_table.h 1.2:
22675: * src/include/pa_types.h 1.3:
22676: * src/main/Makefile.am 1.3:
22677: * src/main/main.dsp 1.9:
22678: * src/main/pa_array.C 1.10:
22679: * src/main/pa_hash.C 1.8:
22680: * src/main/pa_string.C 1.15:
22681: * src/main/pa_table.C 1.2:
22682: Request
22683: Error
22684: Table
22685:
1.23 paf 22686: * src/main/pa_array.C 1.5:
22687: expand not convinient, would rewrite
22688:
1.15 paf 22689: * src/include/pa_array.h 1.6:
22690: * src/include/pa_hash.h 1.8:
22691: * src/include/pa_string.h 1.8:
22692: moved .h public parts to top
22693:
22694: * src/include/pa_hash.h 1.7:
22695: * src/include/pa_threads.h 1.2:
22696: * src/main/pa_hash.C 1.4:
22697: * src/main/pa_threads.C 1.2:
22698: decided on one global_mutex, like PHP
22699: as I can see: needed only in global Hash now,
22700: made Hash:: put/get SYNCHRONIZED
22701:
22702: * src/include/pa_array.h 1.12:
22703: * src/include/pa_common.h 1.1:
22704: * src/include/pa_error.h 1.1:
22705: * src/include/pa_hash.h 1.12:
22706: * src/include/pa_pool.h 1.16:
22707: * src/include/pa_request.h 1.1:
22708: * src/include/pa_string.h 1.12:
22709: * src/include/pa_table.h 1.3:
22710: * src/main/Makefile.am 1.4:
22711: * src/main/pa_array.C 1.11:
22712: * src/main/pa_common.C 1.1:
22713: * src/main/pa_error.C 1.1:
22714: * src/main/pa_hash.C 1.9:
22715: * src/main/pa_table.C 1.3:
22716: added forgotten
22717:
22718: * src/include/pa_array.h 1.8:
22719: * src/include/pa_pool.h 1.13:
22720: * src/main/Makefile.am 1.2:
22721: * src/main/main.dsp 1.8:
22722: * src/main/pa_array.C 1.8:
22723: templates failed
22724: no template specializations [VC6],
22725: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
22726:
22727: * src/include/pa_array.h 1.5:
22728: * src/include/pa_pool.h 1.9:
22729: * src/main/pa_array.C 1.6:
22730: Array& operator += (Array& src)
22731:
22732: 2001-01-27 paf
22733: * src/include/pa_hash.h 1.1:
22734: * src/include/pa_string.h 1.4:
22735: * src/include/pa_types.h 1.1:
22736: * src/main/main.dsp 1.4:
22737: * src/main/pa_string.C 1.7:
22738: uint, and added pa_types & pa_hash[forgotten]
22739:
22740: * src/main/pa_string.C 1.9:
22741: String::operator ==
22742:
1.23 paf 22743: * src/main/pa_hash.C 1.2:
22744: String(&String)
22745:
1.15 paf 22746: * src/include/pa_array.h 1.3:
22747: * src/main/pa_array.C 1.3:
22748: array [] with chunk caching
22749:
22750: * src/include/pa_array.h 1.2:
22751: * src/include/pa_hash.h 1.4:
22752: * src/include/pa_pool.h 1.8:
22753: * src/include/pa_string.h 1.7:
22754: * src/main/pa_array.C 1.2:
22755: * src/main/pa_string.C 1.11:
22756: array cache rethought to chunk caching
22757:
22758: * src/include/pa_array.h 1.1:
22759: * src/include/pa_hash.h 1.3:
22760: * src/include/pa_pool.h 1.7:
22761: * src/include/pa_string.h 1.6:
22762: * src/main/main.dsp 1.5:
22763: * src/main/pa_array.C 1.1:
22764: * src/main/pa_hash.C 1.3:
22765: * src/main/pa_string.C 1.10:
22766: Array 0
22767:
22768: * src/main/pa_hash.C 1.1:
22769: added pa_hash.C [forgotten]
22770:
22771: 2001-01-26 paf
1.23 paf 22772: * src/include/pa_pool.h 1.2:
22773: * src/main/pa_string.C 1.2:
22774: String prealloc & dynamic row_count
22775:
1.15 paf 22776: * src/include/pa_pool.h 1.6:
22777: * src/include/pa_string.h 1.3:
22778: * src/main/pa_string.C 1.6:
22779: removed templates [vc++ suxx]
22780:
22781: * src/include/pa_pool.h 1.4:
22782: * src/include/pa_string.h 1.1:
22783: pa_pool split
22784:
22785: * src/Makefile.am 1.1.1.1:
22786: * src/include/pa_pool.h 1.1.1.1:
22787: * src/main/Makefile.am 1.1.1.1:
22788: * src/main/main.dsp 1.1.1.1:
22789: * src/main/pa_pool.C 1.1.1.1:
22790: * src/main/pa_string.C 1.1.1.1:
22791: * src/targets/Makefile.am 1.1.1.1:
22792: creating parser3 module
22793:
22794: * src/include/pa_pool.h 1.3:
22795: * src/main/main.dsp 1.2:
22796: * src/main/pa_pool.C 1.2:
22797: * src/main/pa_string.C 1.3:
22798: * src/main/pa_string.C 1.4:
1.26 ! paf 22799: $Id$ check
1.15 paf 22800:
22801: * src/include/pa_pool.h 1.5:
22802: * src/include/pa_string.h 1.2:
22803: * src/main/main.dsp 1.3:
22804: * src/main/pa_pool.C 1.3:
22805: * src/main/pa_string.C 1.5:
22806: templates in VC++ suxx.
22807:
E-mail: