Annotation of parser3/ChangeLog, revision 1.34
1.34 ! paf 1: 2004-02-27 paf
! 2: * www/htdocs/_bug.html 1.12:
! 3: * www/htdocs/_bug.txt 1.1:
! 4: just test: file::load[text;http:// $.text utf-8 signature, line ends OK
! 5: http://i2/tasks/edit/?id=4629476859594276758
! 6:
! 7: * src/main/untaint.C 1.131:
! 8: speed: there's no \n chars in output [normally], so no need to optimize them
! 9: they could be retrived from databases, though. but
! 10: 1. should be replaced
! 11: 2. if not optimized, no harm done
! 12:
! 13: * operators.txt 1.153:
! 14: * src/classes/string.C 1.133:
! 15: * src/include/pa_string.h 1.157:
! 16: * src/main/pa_string.C 1.195:
! 17: * www/htdocs/_bug.html 1.14:
! 18: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
! 19: started, only start works
! 20:
! 21: * src/lib/smtp/smtp.h 1.5:
! 22: bugfix: SMTP buffer overflow could allow malicious SMTP server to attack as by returning too long status responses
! 23: http://i2/tasks/edit/?id=4629448401140924947
! 24:
! 25: * www/htdocs/_bug.html 1.13:
! 26: * www/htdocs/_bug.xml 1.1:
! 27: * www/htdocs/_bug.xsl 1.10:
! 28: bug discovered: todo! xdoc::create+save != xdoc.transform&no
! 29: xsl:output>+save
! 30:
! 31: * operators.txt 1.154:
! 32: * src/classes/string.C 1.134:
! 33: * src/main/pa_string.C 1.196:
! 34: * www/htdocs/_bug.html 1.15:
! 35: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
! 36: finished
! 37:
! 38: * src/main/pa_exec.C 1.58:
! 39: bugfix: waitpid could be interrupted -- ^file::exec/cgi could return invalid status & zombie child can remain for short period until process exists [very bad in mod_parser3]
! 40: http://i2/tasks/edit/?id=4629451867179521923
! 41:
! 42: * Makefile.am 1.43:
! 43: * Makefile.in 1.57:
! 44: * acinclude.m4 1.30:
! 45: * aclocal.m4 1.33:
! 46: * acsite.m4 1.8:
! 47: * configure 1.76:
! 48: * configure.in 1.75:
! 49: *** empty log message ***
! 50:
! 51: * src/main/compile.C 1.74:
! 52: bugfix: line numbers after ^process{}[$.line(-10]] can be
! 53: negative, allowed to print they as signed
! 54:
! 55: 2004-02-26 paf
! 56: * operators.txt 1.151:
! 57: * operators.txt 1.152:
! 58: * src/classes/op.C 1.146:
! 59: * src/include/pa_request.h 1.175:
! 60: * src/main/compile.C 1.73:
! 61: * src/main/compile_tools.h 1.73:
! 62: * src/main/pa_request.C 1.266:
! 63: * www/htdocs/_bug.html 1.11:
! 64: * www/htdocs/_bug.p 1.1:
! 65: * www/htdocs/_bug.xsl 1.9:
! 66: feature: ^process...{CODE}[now has options]
! 67: which are
! 68: $.main[to what to rename @main]
! 69: $.file[file, from which (user says) goes that CODE]
! 70: $.lineno(line number in that file, where CODE starts. may be negative)
! 71:
! 72: 2004-02-25 paf
! 73: * www/htdocs/_bug.html 1.10:
! 74: * www/htdocs/_bug.xsl 1.8:
! 75: xhtml: 	 as resutl of <xsl:attribute>[tab] is OK
! 76:
! 77: * src/classes/hash.C 1.67:
! 78: feature: ^hash::sql{one colum result} now produces hash of
! 79: column=>1
! 80:
! 81: * src/lib/smtp/smtp.h 1.4:
! 82: beauty: couple of #ifdef-s to compile even with incomplete
! 83: errno constants set
! 84:
! 85: * etc/parser3.charsets/Makefile.am 1.5:
! 86: * etc/parser3.charsets/Makefile.in 1.20:
! 87: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
! 88: erased from configure.in]
! 89:
! 90: 2004-02-24 paf
! 91: * src/lib/smtp/smtp.C 1.4:
! 92: smtp on unix: compiled on win32
! 93:
! 94: * src/lib/smtp/smtp.C 1.7:
! 95: smtp on unix: authors of lib/smtp never read "man select"
! 96:
! 97: * src/lib/smtp/Makefile.am 1.2:
! 98: * src/lib/smtp/Makefile.in 1.4:
! 99: * src/lib/smtp/comms.C 1.3:
! 100: * src/lib/smtp/smtp.C 1.3:
! 101: * src/lib/smtp/smtp.h 1.3:
! 102: * src/targets/cgi/Makefile.am 1.51:
! 103: * src/targets/cgi/Makefile.in 1.68:
! 104: started porting smtp to unix [testing on solaris]
! 105:
! 106: * src/main/pa_os.C 1.6:
! 107: beauty: <0 better then ==-1
! 108:
! 109: * src/classes/Makefile.am 1.49:
! 110: * src/classes/Makefile.in 1.61:
! 111: * src/classes/mail.C 1.101:
! 112: * src/lib/smtp/comms.C 1.4:
! 113: * src/lib/smtp/smtp.C 1.5:
! 114: * src/lib/smtp/smtp.C 1.6:
! 115: smtp on unix: steps to work on unix
! 116:
! 117: * src/classes/mail.C 1.102:
! 118: * src/classes/mail.C 1.103:
! 119: * src/types/pa_vmail.C 1.59:
! 120: * src/types/pa_vmail.h 1.15:
! 121: smtp on unix: steps to work on unix [extracted 'to']
! 122:
! 123: 2004-02-20 paf
! 124: * src/classes/xdoc.C 1.142:
! 125: * www/htdocs/_bug.xsl 1.7:
! 126: beauty: ugly code removed, thanks to egr for pointing that out
! 127:
! 128: * src/classes/xdoc.C 1.141:
! 129: * www/htdocs/_bug.html 1.9:
! 130: * www/htdocs/_bug.xsl 1.6:
! 131: bugfix: <tag attr="&#digital_entity;" bug fixed again [same
! 132: solution, mistanenly removed one line]
! 133:
! 134: 2004-02-19 paf
! 135: * src/classes/date.C 1.64:
! 136: * src/classes/image.C 1.106:
! 137: * www/htdocs/_bug.html 1.8:
! 138: beauty: date::create[bad date time in daylightsaving hole] now
! 139: throws error
! 140:
! 141: * src/classes/date.C 1.65:
! 142: * src/classes/image.C 1.107:
! 143: * src/types/pa_vdate.h 1.32:
! 144: feature: date::create from bad datetime in spring
! 145: daylightsaving hole now OK for all platforms [on some platforms
! 146: it failed]
! 147:
! 148: * src/classes/date.C 1.63:
! 149: comment: mistake fixed
! 150:
! 151: 2004-02-18 paf
! 152: * src/classes/xdoc.C 1.138:
! 153: * www/htdocs/_bug.html 1.1:
! 154: * www/htdocs/_bug.xsl 1.1:
! 155: feature: reimplemented xhtml output, see /.xsl for sample
! 156:
! 157: * src/classes/xdoc.C 1.139:
! 158: * www/htdocs/_bug.xsl 1.2:
! 159: beauty: xhtml doctype-public/system forcly turns off omit-xml-declaration
! 160:
! 161: * src/classes/xdoc.C 1.140:
! 162: * src/include/pa_charset.h 1.30:
! 163: * www/htdocs/_bug.html 1.2:
! 164: * www/htdocs/_bug.html 1.3:
! 165: * www/htdocs/_bug.html 1.4:
! 166: * www/htdocs/_bug.html 1.5:
! 167: * www/htdocs/_bug.xsl 1.3:
! 168: * www/htdocs/_bug.xsl 1.4:
! 169: beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
! 170: todo: make that default only so that coder could override that
! 171:
! 172: * www/htdocs/_bug.html 1.6:
! 173: * www/htdocs/_bug.html 1.7:
! 174: * www/htdocs/_bug.xsl 1.5:
! 175: beauty: coder can override save/file encoding by specifying it
! 176: in xsl:output or in save/file hash-options
! 177:
! 178: 2004-02-17 paf
! 179: * src/main/untaint.C 1.130:
! 180: bugfix: one last char prior to "spaces<" were not made quoted-printable
! 181:
! 182: * src/main/pa_uue.C 1.8:
! 183: bugfix: uuencoded finish char adding violated string invariant
! 184:
! 185: * src/classes/xdoc.C 1.134:
! 186: new: xhtml now works [libxslt prevented libxml to do the work]
! 187: <xsl:output
! 188: method="html"
! 189: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
! 190: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
! 191: />
! 192:
! 193: * src/classes/xdoc.C 1.135:
! 194: bugfound: meta again, now somewhere in xhtml part of libxml
! 195:
! 196: * src/types/pa_vxdoc.h 1.37:
! 197: bugfix: ^xdoc::transform [note double :] caused assertion
! 198:
! 199: * src/classes/xdoc.C 1.133:
! 200: beauty: no <meta ... charset generated
! 201:
! 202: * src/classes/xdoc.C 1.136:
! 203: beauty: method=html outputxmlbuffer not copied extra time
! 204:
! 205: * src/classes/xdoc.C 1.137:
! 206: beauty: needless helper class removed
! 207:
! 208: * src/classes/hash.C 1.66:
! 209: bugfix: ^hash.add[$hash] ^hash.sub[$hash] could hang. now such
! 210: add does nothing, sub clears $hash
! 211:
! 212: 2004-02-16 paf
! 213: * src/main/pa_globals.C 1.173:
! 214: bugfix: xml errors copy from library now cleared [were not
! 215: cleared properly]
! 216:
! 217: 2004-02-13 paf
! 218: * bin/Makefile.in 1.11:
! 219: * etc/Makefile.in 1.16:
! 220: * etc/parser3.charsets/Makefile.in 1.19:
! 221: * src/Makefile.in 1.57:
! 222: * src/classes/Makefile.in 1.60:
! 223: * src/include/Makefile.in 1.18:
! 224: * src/include/pa_version.h 1.13:
! 225: * src/lib/Makefile.in 1.13:
! 226: * src/lib/cord/Makefile.in 1.4:
! 227: * src/lib/cord/include/Makefile.in 1.3:
! 228: * src/lib/cord/include/private/Makefile.in 1.3:
! 229: * src/lib/gc/Makefile.in 1.3:
! 230: * src/lib/gc/include/Makefile.in 1.3:
! 231: * src/lib/gd/Makefile.in 1.3:
! 232: * src/lib/ltdl/Makefile.in 1.6:
! 233: * src/lib/md5/Makefile.in 1.9:
! 234: * src/lib/patches/Makefile.in 1.13:
! 235: * src/lib/pcre/Makefile.in 1.11:
! 236: * src/lib/sdbm/Makefile.in 1.2:
! 237: * src/lib/sdbm/apr-include/Makefile.in 1.2:
! 238: * src/lib/smtp/Makefile.in 1.3:
! 239: * src/main/Makefile.in 1.57:
! 240: * src/sql/Makefile.in 1.13:
! 241: * src/targets/Makefile.in 1.44:
! 242: * src/targets/apache13/Makefile.in 1.49:
! 243: * src/targets/apache13core/Makefile.in 1.6:
! 244: * src/targets/cgi/Makefile.in 1.67:
! 245: * src/targets/isapi/Makefile.in 1.14:
! 246: * src/types/Makefile.in 1.55:
! 247: prerelease
! 248:
! 249: * src/classes/xdoc.C 1.132:
! 250: * src/include/pa_stylesheet_connection.h 1.39:
! 251: * src/include/pa_xml_io.h 1.3:
! 252: * src/main/Makefile.am 1.44:
! 253: * src/main/compile.tab.C 1.95:
! 254: * src/main/main.vcproj 1.13:
! 255: * src/main/pa_globals.C 1.172:
! 256: * src/main/pa_stylesheet_connection.C 1.1:
! 257: * src/main/pa_xml_io.C 1.17:
! 258: change: .xsl.stamp now not used, introducing dependencies
! 259: timestamp check
! 260:
! 261: * bin/auto.p.dist.in 1.11:
! 262: * configure.in 1.73:
! 263: auto.p: @conf made relative
! 264:
! 265: * Makefile.am 1.42:
! 266: * Makefile.in 1.56:
! 267: * acinclude.m4 1.29:
! 268: * aclocal.m4 1.32:
! 269: * acsite.m4 1.7:
! 270: * configure 1.75:
! 271: * configure.in 1.74:
! 272: *** empty log message ***
! 273:
! 274: 2004-02-12 paf
! 275: * src/include/pa_sapi.h 1.25:
! 276: 2004
! 277:
! 278: * INSTALL 1.36:
! 279: --without-threads
! 280:
! 281: * src/types/pa_vform.C 1.80:
! 282: bugfix: empty values[recently allowed] ruined empty <input type
! 283: file> submits. parser thought there were nameless empty file
! 284: and $form:field got value of type 'file'
! 285:
! 286: 2004-02-11 paf
! 287: * parser3.sln 1.9:
! 288: * src/classes/classes.vcproj 1.6:
! 289: * src/classes/classes.vcproj 1.7:
! 290: * src/lib/gd/gd.vcproj 1.2:
! 291: * src/lib/gd/gd.vcproj 1.3:
! 292: * src/lib/smtp/smtp.vcproj 1.2:
! 293: * src/lib/smtp/smtp.vcproj 1.3:
! 294: * src/main/compile.tab.C 1.94:
! 295: * src/main/main.vcproj 1.8:
! 296: * src/main/main.vcproj 1.9:
! 297: * src/main/pa_globals.C 1.167:
! 298: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.6:
! 299: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.7:
! 300: * src/targets/cgi/parser3.vcproj 1.6:
! 301: * src/targets/cgi/parser3.vcproj 1.7:
! 302: * src/targets/isapi/parser3isapi.vcproj 1.3:
! 303: * src/targets/isapi/parser3isapi.vcproj 1.4:
! 304: * src/types/types.vcproj 1.7:
! 305: * src/types/types.vcproj 1.8:
! 306: * www/htdocs/.htaccess 1.27:
! 307: started changes to reflect libxml xsl new folders
! 308:
! 309: * src/classes/classes.vcproj 1.8:
! 310: * src/classes/classes.vcproj 1.9:
! 311: * src/lib/gd/gd.vcproj 1.4:
! 312: * src/lib/gd/gd.vcproj 1.5:
! 313: * src/lib/smtp/smtp.vcproj 1.4:
! 314: * src/main/main.vcproj 1.10:
! 315: * src/main/main.vcproj 1.11:
! 316: * src/main/pa_globals.C 1.168:
! 317: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.8:
! 318: * src/targets/cgi/parser3.vcproj 1.8:
! 319: * src/targets/cgi/parser3.vcproj 1.9:
! 320: * src/targets/isapi/parser3isapi.vcproj 1.5:
! 321: * src/types/types.vcproj 1.10:
! 322: * src/types/types.vcproj 1.9:
! 323: continued changes to reflect libxml xsl new folders
! 324:
! 325: * src/classes/classes.vcproj 1.10:
! 326: * src/lib/gd/gd.vcproj 1.6:
! 327: * src/lib/pcre/pcre.vcproj 1.2:
! 328: * src/lib/pcre/pcre_dftables.vcproj 1.3:
! 329: * src/lib/pcre/pcre_parser_ctype.vcproj 1.3:
! 330: * src/lib/sdbm/sdbm.vcproj 1.4:
! 331: * src/lib/smtp/smtp.vcproj 1.5:
! 332: * src/main/main.vcproj 1.12:
! 333: * src/main/pa_globals.C 1.169:
! 334: * src/targets/apache13/ApacheModuleParser3.vcproj 1.6:
! 335: * src/targets/cgi/parser3.C 1.223:
! 336: * src/targets/cgi/parser3.vcproj 1.10:
! 337: * src/targets/isapi/parser3isapi.vcproj 1.6:
! 338: * src/types/types.vcproj 1.11:
! 339: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
! 340: simplified lib build processes
! 341:
! 342: * src/classes/classes.C 1.21:
! 343: * src/classes/classes.h 1.26:
! 344: * src/classes/date.C 1.62:
! 345: * src/classes/double.C 1.57:
! 346: * src/classes/file.C 1.120:
! 347: * src/classes/form.C 1.38:
! 348: * src/classes/hash.C 1.65:
! 349: * src/classes/hashfile.C 1.33:
! 350: * src/classes/image.C 1.105:
! 351: * src/classes/int.C 1.53:
! 352: * src/classes/mail.C 1.100:
! 353: * src/classes/math.C 1.38:
! 354: * src/classes/memory.C 1.6:
! 355: * src/classes/op.C 1.145:
! 356: * src/classes/response.C 1.26:
! 357: * src/classes/string.C 1.132:
! 358: * src/classes/table.C 1.196:
! 359: * src/classes/void.C 1.31:
! 360: * src/classes/xdoc.C 1.131:
! 361: * src/classes/xnode.C 1.65:
! 362: * src/classes/xnode.h 1.21:
! 363: * src/include/pa_array.h 1.64:
! 364: * src/include/pa_cache_managers.h 1.16:
! 365: * src/include/pa_charset.h 1.29:
! 366: * src/include/pa_charsets.h 1.12:
! 367: * src/include/pa_common.h 1.98:
! 368: * src/include/pa_config_fixed.h 1.63:
! 369: * src/include/pa_config_includes.h 1.28:
! 370: * src/include/pa_dictionary.h 1.17:
! 371: * src/include/pa_dir.h 1.16:
! 372: * src/include/pa_exception.h 1.43:
! 373: * src/include/pa_exec.h 1.15:
! 374: * src/include/pa_globals.h 1.109:
! 375: * src/include/pa_hash.h 1.62:
! 376: * src/include/pa_memory.h 1.11:
! 377: * src/include/pa_opcode.h 1.27:
! 378: * src/include/pa_operation.h 1.5:
! 379: * src/include/pa_os.h 1.4:
! 380: * src/include/pa_request.h 1.174:
! 381: * src/include/pa_request_charsets.h 1.4:
! 382: * src/include/pa_request_info.h 1.4:
! 383: * src/include/pa_socks.h 1.14:
! 384: * src/include/pa_sql_connection.h 1.38:
! 385: * src/include/pa_sql_driver_manager.h 1.32:
! 386: * src/include/pa_stack.h 1.22:
! 387: * src/include/pa_string.h 1.156:
! 388: * src/include/pa_stylesheet_connection.h 1.38:
! 389: * src/include/pa_stylesheet_manager.h 1.21:
! 390: * src/include/pa_table.h 1.57:
! 391: * src/include/pa_threads.h 1.29:
! 392: * src/include/pa_types.h 1.48:
! 393: * src/include/pa_uue.h 1.7:
! 394: * src/include/pa_xml_exception.h 1.3:
! 395: * src/include/pa_xml_io.h 1.2:
! 396: * src/lib/gd/gif.C 1.2:
! 397: * src/lib/gd/gif.h 1.2:
! 398: * src/lib/gd/gifio.C 1.2:
! 399: * src/lib/md5/pa_md5.h 1.10:
! 400: * src/lib/md5/pa_md5c.c 1.12:
! 401: * src/lib/smtp/comms.C 1.2:
! 402: * src/lib/smtp/smtp.C 1.2:
! 403: * src/lib/smtp/smtp.h 1.2:
! 404: * src/main/compile.C 1.72:
! 405: * src/main/compile_tools.C 1.57:
! 406: * src/main/compile_tools.h 1.72:
! 407: * src/main/execute.C 1.305:
! 408: * src/main/pa_cache_managers.C 1.13:
! 409: * src/main/pa_charset.C 1.48:
! 410: * src/main/pa_charsets.C 1.15:
! 411: * src/main/pa_common.C 1.174:
! 412: * src/main/pa_dictionary.C 1.22:
! 413: * src/main/pa_dir.C 1.19:
! 414: * src/main/pa_exception.C 1.47:
! 415: * src/main/pa_exec.C 1.57:
! 416: * src/main/pa_globals.C 1.171:
! 417: * src/main/pa_memory.C 1.5:
! 418: * src/main/pa_os.C 1.5:
! 419: * src/main/pa_request.C 1.265:
! 420: * src/main/pa_socks.C 1.21:
! 421: * src/main/pa_sql_driver_manager.C 1.82:
! 422: * src/main/pa_string.C 1.194:
! 423: * src/main/pa_stylesheet_manager.C 1.26:
! 424: * src/main/pa_table.C 1.60:
! 425: * src/main/pa_uue.C 1.7:
! 426: * src/main/pa_xml_exception.C 1.3:
! 427: * src/main/pa_xml_io.C 1.16:
! 428: * src/main/untaint.C 1.129:
! 429: * src/sql/pa_sql_driver.h 1.38:
! 430: * src/targets/apache13/mod_parser3.c 1.10:
! 431: * src/targets/apache13core/mod_parser3_core.C 1.3:
! 432: * src/targets/apache13core/pa_threads.C 1.4:
! 433: * src/targets/cgi/pa_threads.C 1.15:
! 434: * src/targets/isapi/pa_threads.C 1.16:
! 435: * src/targets/isapi/parser3isapi.C 1.87:
! 436: * src/types/pa_junction.h 1.4:
! 437: * src/types/pa_method.h 1.4:
! 438: * src/types/pa_value.C 1.16:
! 439: * src/types/pa_value.h 1.118:
! 440: * src/types/pa_vbool.h 1.24:
! 441: * src/types/pa_vclass.C 1.20:
! 442: * src/types/pa_vclass.h 1.43:
! 443: * src/types/pa_vcode_frame.h 1.27:
! 444: * src/types/pa_vconsole.h 1.5:
! 445: * src/types/pa_vcookie.C 1.63:
! 446: * src/types/pa_vcookie.h 1.26:
! 447: * src/types/pa_vdate.h 1.31:
! 448: * src/types/pa_vdouble.h 1.45:
! 449: * src/types/pa_venv.h 1.31:
! 450: * src/types/pa_vfile.C 1.40:
! 451: * src/types/pa_vfile.h 1.56:
! 452: * src/types/pa_vform.C 1.79:
! 453: * src/types/pa_vform.h 1.49:
! 454: * src/types/pa_vhash.h 1.50:
! 455: * src/types/pa_vhashfile.h 1.27:
! 456: * src/types/pa_vimage.C 1.29:
! 457: * src/types/pa_vimage.h 1.39:
! 458: * src/types/pa_vint.h 1.41:
! 459: * src/types/pa_vjunction.h 1.22:
! 460: * src/types/pa_vmail.C 1.58:
! 461: * src/types/pa_vmail.h 1.14:
! 462: * src/types/pa_vmath.C 1.7:
! 463: * src/types/pa_vmath.h 1.17:
! 464: * src/types/pa_vmemory.h 1.4:
! 465: * src/types/pa_vmethod_frame.C 1.5:
! 466: * src/types/pa_vmethod_frame.h 1.49:
! 467: * src/types/pa_vobject.C 1.16:
! 468: * src/types/pa_vobject.h 1.42:
! 469: * src/types/pa_vrequest.C 1.32:
! 470: * src/types/pa_vrequest.h 1.28:
! 471: * src/types/pa_vresponse.C 1.20:
! 472: * src/types/pa_vresponse.h 1.35:
! 473: * src/types/pa_vstateless_class.C 1.22:
! 474: * src/types/pa_vstateless_class.h 1.48:
! 475: * src/types/pa_vstateless_object.h 1.31:
! 476: * src/types/pa_vstatus.C 1.24:
! 477: * src/types/pa_vstatus.h 1.18:
! 478: * src/types/pa_vstring.C 1.25:
! 479: * src/types/pa_vstring.h 1.58:
! 480: * src/types/pa_vtable.C 1.25:
! 481: * src/types/pa_vtable.h 1.52:
! 482: * src/types/pa_vvoid.h 1.21:
! 483: * src/types/pa_vxdoc.C 1.27:
! 484: * src/types/pa_vxdoc.h 1.36:
! 485: * src/types/pa_vxnode.C 1.37:
! 486: * src/types/pa_vxnode.h 1.29:
! 487: * src/types/pa_wcontext.C 1.28:
! 488: * src/types/pa_wcontext.h 1.46:
! 489: * src/types/pa_wwrapper.h 1.31:
! 490: 2004
! 491:
! 492: * src/main/pa_globals.C 1.170:
! 493: beauty: typo caused gc.log warnings with debug version of gc.dll
! 494:
! 495: 2004-02-10 paf
! 496: * INSTALL 1.34:
! 497: critical: prior to 1.0.30 had bug: "a segfault on pattern
! 498: compilation errors", on which spent 4 hours worktime. use
! 499: versions higher than that. recommended now latest up to date
! 500:
! 501: * INSTALL 1.35:
! 502: critical: libxslt1.1.2 wanted at least libxml2.6.3 to compile.
! 503: recommened latest libxml up to date
! 504:
1.33 paf 505: 2004-02-06 paf
506: * src/main/untaint.C 1.128:
507: beauty: removed old def/ifdef
508:
509: * src/main/pa_sql_driver_manager.C 1.81:
510: * src/main/pa_stylesheet_manager.C 1.25:
511: beauty: unified destructing style
512:
513: * src/main/untaint.C 1.127:
514: beauty: coredump @unknown untaint language now
515:
516: 2004-02-03 paf
517: * src/main/pa_common.C 1.173:
518: typo: %l -> %u
519:
520: * src/classes/xnode.C 1.64:
521: memleaks found: not fixed yet. todo
522:
523: * src/classes/xdoc.C 1.130:
524: bugfix: libxml: FOR UTF-8 TOO russian letters in attributes or
525: documents-results of transform now not xx;
526:
527: * src/main/pa_charset.C 1.47:
528: bugfix: forgot to undo some
529:
530: * src/classes/image.C 1.104:
531: * src/main/pa_exec.C 1.56:
532: * src/main/pa_memory.C 1.4:
533: * src/targets/isapi/parser3isapi.C 1.86:
534: * src/types/pa_value.C 1.15:
535: * src/types/pa_vcookie.C 1.62:
536: beauty: %u is more simple=proper for size_t then %ld/%lu
537:
538: * src/main/pa_charset.C 1.46:
539: beauty: uncomment PA_PATCHED_LIBXML_BACKWARD to link with old
540: patched libxml libraries
541:
542: 2004-02-02 paf
543: * src/types/pa_vform.C 1.78:
544: bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
545: <form method=post enctype=multipart/form-data>
546: <input type=hidden name=a>
547: <input type=hidden name=b>
548:
549: <input type=submit>
550: </form>
551: $k[^form:fields._keys[]]
552: ^eval($k)
553: <hr>
554: <pre>$request:body
555:
556: * src/types/pa_vcookie.C 1.61:
557: bugfix: erasing cookie: params now output
558: $cookie:example[
559: $.value[value]
560: $.path[/there/]
561: ]
562:
563: $cookie:example[
564: $.value[]
565: $.expires[session]
566: $.path[/there/]
567: $.domain[test.com]
568: ]
569:
570: 2004-01-30 paf
571: * src/classes/date.C 1.59:
572: * www/htdocs/.htaccess 1.26:
573: bugfix: ^date::create[invalid year] now produces exception.
574: todo: check other fields
575:
576: * src/classes/date.C 1.60:
577: * src/classes/date.C 1.61:
578: * src/include/pa_string.h 1.155:
579: * src/main/pa_string.C 1.193:
580: bugfix: ^date::create[invalid fields now produce exception.
581:
582: * src/classes/xdoc.C 1.129:
583: bugfix: libxml: russian letters in attributes or documents
584: results of transform now not xx;
585:
1.32 paf 586: 2004-01-29 paf
587: * src/targets/apache13core/mod_parser3_core.C 1.2:
588: bugfix: old style new used
589:
590: * src/include/pa_memory.h 1.9:
591: bugfix: [potential] strdup copied one more byte then specified
592: then zeroed it << useless and potentially harmful(could gpf)
1.33 paf 593:
594: * src/include/pa_memory.h 1.10:
595: typo error
1.32 paf 596:
597: 2004-01-22 paf
598: * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
599: bugfix: buffer overflow
600: * in libxml&xsl error-reporting code
601: * in parser-error reporting code [when no @unhandled_exception defined]
602:
603: fixed in one place: my *snprintf override
604:
605: * src/main/untaint.C [release_3_1_1] 1.122.2.2:
606: bugfix: whitespace now optimized properly [were bug: ^taint[1 &
607: 2]="1 &2"
608:
609: * src/main/untaint.C 1.126:
610: merged: bugfix from 3.1.1 on whitespace optimization
611:
612: * src/main/pa_globals.C 1.166:
613: beauty: bigger buffer for xml-related errors
614:
615: * src/classes/xdoc.C 1.128:
616: bugfix: when stylesheet contains error, gpf
617:
618: * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
619: * src/main/untaint.C [release_3_1_1] 1.122.2.1:
620: *** empty log message ***
621:
622: * src/main/pa_common.C 1.172:
623: merged: bugfix from 3.1.1 on memory overflow
624:
625: 2004-01-13 paf
626: * operators.txt 1.150:
627: typo erro
628:
1.31 paf 629: 2003-12-25 paf
630: * src/main/pa_common.C 1.171:
631: bugfix: ^file::load[binary;http:// now not garbled [pieces
632: after zero bytes were removed]
633:
634: 2003-12-22 paf
635: * operators.txt 1.149:
636: * src/classes/op.C 1.144:
637: * src/include/pa_sql_connection.h 1.37:
638: * src/include/pa_sql_driver_manager.h 1.31:
639: * src/main/pa_sql_driver_manager.C 1.80:
640: * src/sql/pa_sql_driver.h 1.37:
641: * www/htdocs/.htaccess 1.25:
642: feature: sql introducing ability to transcode charsets
643:
644: * src/include/Makefile.am 1.9:
645: * src/include/Makefile.in 1.17:
646: bugfix: removed from dist: src/include/pa_config_auto.h which
647: were configured for make-dist-platform and badly updated proper
648: config file in target [when .tar used for updating existing
649: source tree]
650:
651: 2003-12-19 paf
652: * src/main/pa_sql_driver_manager.C 1.79:
653: beauty: more straighforward error message
654:
655: * src/main/pa_charset.C 1.45:
656: bugfix: memory for charsethandler structure for libxml now
657: allocated properly
658:
1.30 paf 659: 2003-12-17 paf
660: * src/main/pa_globals.C 1.165:
661: bugfix: removed false warning [warning: unreported
662: xmlGenericErrors]
663:
664: * src/types/pa_vfile.C 1.39:
665: beauty: removed outdated cast
666:
667: * src/main/pa_common.C 1.170:
668: bugfix: empty http response caused gpf
669:
670: * src/include/pa_string.h 1.154:
671: bugfix: removed too strong a assert
672:
673: 2003-12-15 paf
674: * src/classes/xdoc.C 1.127:
675: bugfix: taint uri under ^xdoc::create{now works}
676:
677: 2003-12-11 paf
678: * src/classes/file.C 1.119:
679: * src/classes/mail.C 1.99:
680: * src/classes/op.C 1.143:
681: * src/classes/xdoc.C 1.126:
682: * src/main/pa_request.C 1.263:
683: * src/types/pa_vimage.C 1.28:
684: * src/types/pa_vmath.C 1.6:
685: * src/types/pa_vstatus.C 1.21:
686: beauty cancel: gcc does not understand that
687:
688: * src/include/pa_cache_managers.h 1.15:
689: * src/main/pa_cache_managers.C 1.12:
690: * src/main/pa_globals.C 1.164:
691: * src/main/pa_request.C 1.264:
692: * src/types/pa_vstatus.C 1.22:
693: bugfix(solaris): removed dependency on object initialization
694: order [one more place]
695:
696: * src/main/pa_cache_managers.C 1.11:
697: * src/main/pa_sql_driver_manager.C 1.78:
698: * src/main/pa_stylesheet_manager.C 1.23:
699: bugfix(solaris): removed dependency on object initialization
700: order [two places]
701:
702: * src/main/Makefile.am 1.43:
703: * src/main/Makefile.in 1.56:
704: *** empty log message ***
705:
706: * src/classes/file.C 1.118:
707: * src/classes/mail.C 1.98:
708: * src/classes/op.C 1.142:
709: * src/classes/xdoc.C 1.125:
710: * src/include/pa_cache_managers.h 1.14:
711: * src/include/pa_sql_connection.h 1.36:
712: * src/include/pa_sql_driver_manager.h 1.30:
713: * src/include/pa_stylesheet_manager.h 1.20:
714: * src/main/pa_request.C 1.262:
715: * src/main/pa_stylesheet_manager.C 1.24:
716: * src/types/pa_vimage.C 1.27:
717: * src/types/pa_vmath.C 1.5:
718: * src/types/pa_vstatus.C 1.20:
719: beauty: removed redundant ctor call [relying on implicit String
720: :Body(cstr) call]
721:
722: * operators.txt 1.148:
723: * src/types/pa_vstatus.C 1.23:
724: !$status:pid process id
725: !$status:tid thread id
726:
727: 2003-12-10 paf
728: * src/include/pa_sql_connection.h 1.35:
729: * www/htdocs/.htaccess 1.24:
730: bugfix: $status:sql.cache back << time now ok
731:
732: * operators.txt 1.147:
733: * src/main/pa_sql_driver_manager.C 1.77:
734: * src/main/pa_stylesheet_manager.C 1.22:
735: $status:stylesheet.cache back operational
736:
737: * operators.txt 1.146:
738: * src/classes/xdoc.C 1.124:
739: * src/include/pa_charset.h 1.28:
740: * src/include/pa_sql_connection.h 1.34:
741: * src/main/pa_charset.C 1.44:
742: * src/main/pa_sql_driver_manager.C 1.76:
743: * src/main/pa_string.C 1.192:
744: * src/types/pa_vxdoc.h 1.35:
745: * www/htdocs/.htaccess 1.23:
746: $status:sql.cache back operational
747:
1.29 paf 748: 2003-12-02 paf
1.30 paf 749: * src/types/pa_vmail.C 1.57:
750: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
751: properly [were: as-is forced]
752:
753: * src/main/pa_xml_io.C 1.15:
754: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
755: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
756:
757: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
758: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
759:
760: * src/classes/image.C 1.103:
761: nothing: comment removed
762:
1.29 paf 763: * src/main/pa_string.C 1.191:
764: bugfix: sparc gpf on reading %4!=0 addresses to int
765:
766: 2003-12-01 paf
767: * src/main/pa_globals.C 1.163:
768: bugfix: win32: compile prob
769:
770: * src/main/pa_xml_io.C 1.13:
771: todo: safe mode check not to throw exception
772:
773: * src/main/pa_xml_io.C 1.12:
774: bugfix: http://localhost typo error
775:
776: * src/classes/xdoc.C 1.123:
777: * src/main/pa_xml_io.C 1.14:
778: bugfix: typo
779:
780: 2003-11-28 paf
781: * src/main/pa_xml_io.C 1.9:
782: installed safe-mode checker as filter of all xml documents read
783:
784: * operators.txt 1.144:
785: * src/include/pa_request.h 1.173:
786: * src/main/pa_xml_io.C 1.3:
787: works.
788: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
789:
790: $xdoc[^xdoc::create{<?xml version="1.0"?>
791: <!DOCTYPE test SYSTEM "parser://method/params/here">
792: <test>
793: &test^;
794: </test>
795: }]
796:
797: ^taint[^xdoc.string[]]
798:
799: @method[param]
800: <!ENTITY test "test-entity-value+$form:user+$param!">
801:
802: * src/main/pa_xml_io.C 1.8:
803: http://localhost/ now checked for safe mode
804:
805: * src/classes/xdoc.C 1.122:
806: * src/include/pa_stylesheet_connection.h 1.37:
807: * src/include/pa_stylesheet_manager.h 1.19:
808: * src/main/pa_stylesheet_manager.C 1.21:
809: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
810: todo: safe mode checks to libxml: ideally to some 1 point
811:
812: * src/include/Makefile.in 1.16:
813: * src/main/Makefile.in 1.55:
814: *** empty log message ***
815:
816: * operators.txt 1.145:
817: * src/main/pa_xml_io.C 1.4:
818: leading / in http://parser[abscent params]
819:
820: * src/main/pa_xml_io.C 1.5:
821: comment
822:
823: 2003-11-27 paf
824: * src/classes/date.C 1.58:
825: bugfix: typo error
826:
827: * src/main/pa_xml_io.C 1.2:
828: libxml: started parser://methodcall/params
829:
830: 2003-11-26 paf
831: * src/types/pa_value.h 1.117:
832: warnings: --
833:
834: * operators.txt 1.143:
835: * src/include/Makefile.am 1.8:
836: * src/include/pa_globals.h 1.108:
837: * src/include/pa_xml_io.h 1.1:
838: * src/main/Makefile.am 1.42:
839: * src/main/main.vcproj 1.7:
840: * src/main/pa_globals.C 1.162:
841: * src/main/pa_request.C 1.261:
842: * src/main/pa_xml_io.C 1.1:
843: simplification: xml errors to hash<thread_id,error>
844: reorganization: xml io moved to pa_xml_io.C/h
845:
1.28 paf 846: 2003-11-25 paf
1.29 paf 847: * src/classes/table.C 1.194:
848: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
849:
1.28 paf 850: * src/main/untaint.C 1.125:
851: bugfix: consequences of not reading this comment:
852: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
853: none */
854:
855: * src/include/pa_array.h 1.63:
856: removed needless checks
1.29 paf 857:
858: * src/classes/table.C 1.195:
859: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 860:
861: 2003-11-24 paf
862: * operators.txt 1.142:
863: * src/types/pa_vxnode.C 1.36:
864: * src/types/pa_vxnode.h 1.28:
865: $xdoc[^xdoc::create[test]]
866: $tn[^xdoc.createTextNode[text node value]]
867: $dummy[^xdoc.firstChild.appendChild[$tn]]
868: $xdoc.firstChild.firstChild.nodeValue[different]
869: ^taint[^xdoc.string[]]
870:
871: * src/main/pa_request.C 1.260:
872: * src/types/pa_vform.C 1.77:
873: * src/types/pa_vform.h 1.48:
874: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
875: [and request/response:charset still can be changed anytime]
876:
877: * src/include/pa_hash.h 1.61:
878: * src/types/types.vcproj 1.6:
879: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
880:
881: * src/main/pa_common.C 1.169:
882: bugfix: ^file::load[binary;http://...] now not transcodes
883: response body
884:
885: 2003-11-21 paf
886: * src/main/pa_exec.C 1.55:
887: bug in safe mode
888:
889: * src/include/Makefile.am 1.7:
890: pa_xml_exception.h
891:
892: * Makefile.am 1.40:
893: * Makefile.in 1.54:
894: * configure 1.73:
895: * configure.in 1.71:
896: * parser3.sln 1.8:
897: * src/classes/Makefile.am 1.47:
898: * src/classes/Makefile.am 1.48:
899: * src/classes/Makefile.in 1.59:
900: * src/classes/classes.vcproj 1.5:
901: * src/include/Makefile.in 1.15:
902: * src/include/pa_config_auto.h.in 1.39:
903: * src/lib/Makefile.am 1.7:
904: * src/lib/Makefile.in 1.12:
905: * src/lib/gd/Makefile.am 1.1:
906: * src/lib/gd/Makefile.in 1.1:
907: * src/lib/gd/Makefile.in 1.2:
908: * src/lib/gd/gd.vcproj 1.1:
909: * src/lib/gd/gif.C 1.1:
910: * src/lib/gd/gif.h 1.1:
911: * src/lib/gd/gifio.C 1.1:
912: * src/lib/gd/mtables.h 1.1:
913: * src/lib/smtp/Makefile.am 1.1:
914: * src/lib/smtp/Makefile.in 1.1:
915: * src/lib/smtp/Makefile.in 1.2:
916: * src/lib/smtp/comms.C 1.1:
917: * src/lib/smtp/smtp.C 1.1:
918: * src/lib/smtp/smtp.h 1.1:
919: * src/lib/smtp/smtp.vcproj 1.1:
920: * src/targets/apache13/p3runConfigure.in 1.15:
921: * src/targets/apache13core/Makefile.in 1.5:
922: * src/targets/cgi/Makefile.am 1.50:
923: * src/targets/cgi/Makefile.in 1.66:
924: * src/types/Makefile.am 1.35:
925: * src/types/Makefile.in 1.54:
926: rearrange: gd&smtp moved to src/lib
927:
928: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
929: * src/targets/isapi/parser3isapi.C 1.85:
930: more warnings --
931:
932: * Makefile.am 1.41:
933: * Makefile.in 1.55:
934: * acinclude.m4 1.28:
935: * aclocal.m4 1.31:
936: * acsite.m4 1.6:
937: * configure 1.74:
938: * configure.in 1.72:
939: * src/classes/mail.C 1.97:
940: *** empty log message ***
941:
942: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
943: * src/targets/apache13core/Makefile.am 1.5:
944: * src/targets/apache13core/mod_parser3.C 1.7:
945: * src/targets/apache13core/mod_parser3_core.C 1.1:
946: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
947:
948: * src/classes/mail.C 1.96:
949: bugfix: typo
950:
951: 2003-11-20 paf
952: * src/main/execute.C 1.303:
953: * src/main/pa_request.C 1.257:
954: old forgotten todo: when can't report problem (undefined @
955: unhandled_exception) problem source string were not reported
956:
957: * src/classes/classes.vcproj 1.4:
958: * src/classes/date.C 1.53:
959: * src/classes/double.C 1.55:
960: * src/classes/file.C 1.114:
961: * src/classes/hash.C 1.61:
962: * src/classes/hashfile.C 1.31:
963: * src/classes/image.C 1.98:
964: * src/classes/int.C 1.51:
965: * src/classes/mail.C 1.93:
966: * src/classes/math.C 1.35:
967: * src/classes/memory.C 1.4:
968: * src/classes/op.C 1.138:
969: * src/classes/string.C 1.128:
970: * src/classes/table.C 1.191:
971: * src/classes/xdoc.C 1.118:
972: * src/classes/xnode.C 1.62:
973: * src/include/pa_config_includes.h 1.27:
974: * src/include/pa_operation.h 1.3:
975: * src/include/pa_sql_connection.h 1.32:
976: * src/include/pa_table.h 1.54:
977: * src/include/pa_types.h 1.46:
978: * src/lib/ltdl/config_fixed.h 1.3:
979: * src/lib/ltdl/ltdl.vcproj 1.2:
980: * src/lib/md5/md5.vcproj 1.2:
981: * src/lib/pcre/maketables.c 1.2:
982: * src/lib/pcre/pcre_dftables.vcproj 1.2:
983: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
984: * src/lib/sdbm/apr_file_io.C 1.2:
985: * src/main/compile.tab.C 1.93:
986: * src/main/execute.C 1.301:
987: * src/main/main.vcproj 1.6:
988: * src/main/pa_cache_managers.C 1.9:
989: * src/main/pa_charset.C 1.40:
990: * src/main/pa_common.C 1.166:
991: * src/main/pa_dir.C 1.16:
992: * src/main/pa_exec.C 1.53:
993: * src/main/pa_globals.C 1.160:
994: * src/main/pa_os.C 1.3:
995: * src/main/pa_request.C 1.255:
996: * src/main/pa_string.C 1.187:
997: * src/main/pa_table.C 1.57:
998: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
999: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
1000: * src/targets/cgi/parser3.vcproj 1.5:
1001: * src/targets/isapi/parser3isapi.vcproj 1.2:
1002: * src/types/pa_value.h 1.115:
1003: * src/types/pa_vconsole.h 1.3:
1004: * src/types/pa_vdate.h 1.28:
1005: * src/types/pa_vfile.h 1.54:
1006: * src/types/pa_vhashfile.C 1.36:
1007: * src/types/pa_vimage.C 1.25:
1008: * src/types/pa_vimage.h 1.36:
1009: * src/types/pa_vmail.C 1.53:
1010: * src/types/pa_vobject.C 1.14:
1011: * src/types/pa_vstateless_class.h 1.46:
1012: * src/types/pa_vtable.C 1.23:
1013: * src/types/pa_vtable.h 1.50:
1014: * src/types/pa_vvoid.h 1.19:
1015: * src/types/pa_vxdoc.h 1.33:
1016: * src/types/pa_vxnode.h 1.26:
1017: * src/types/types.vcproj 1.5:
1018: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
1019: found several unitialized vars
1020:
1021: * src/classes/classes.C 1.20:
1022: * src/classes/classes.h 1.25:
1023: * src/classes/date.C 1.54:
1024: * src/classes/double.C 1.56:
1025: * src/classes/file.C 1.115:
1026: * src/classes/form.C 1.37:
1027: * src/classes/hash.C 1.62:
1028: * src/classes/hashfile.C 1.32:
1029: * src/classes/image.C 1.99:
1030: * src/classes/int.C 1.52:
1031: * src/classes/mail.C 1.94:
1032: * src/classes/math.C 1.36:
1033: * src/classes/memory.C 1.5:
1034: * src/classes/op.C 1.139:
1035: * src/classes/response.C 1.25:
1036: * src/classes/string.C 1.129:
1037: * src/classes/table.C 1.192:
1038: * src/classes/void.C 1.30:
1039: * src/classes/xdoc.C 1.119:
1040: * src/classes/xnode.C 1.63:
1041: * src/classes/xnode.h 1.20:
1042: * src/include/pa_array.h 1.62:
1043: * src/include/pa_cache_managers.h 1.12:
1044: * src/include/pa_charset.h 1.27:
1045: * src/include/pa_charsets.h 1.11:
1046: * src/include/pa_common.h 1.97:
1047: * src/include/pa_config_fixed.h 1.62:
1048: * src/include/pa_dictionary.h 1.16:
1049: * src/include/pa_dir.h 1.15:
1050: * src/include/pa_exception.h 1.42:
1051: * src/include/pa_exec.h 1.14:
1052: * src/include/pa_globals.h 1.107:
1053: * src/include/pa_hash.h 1.60:
1054: * src/include/pa_memory.h 1.8:
1055: * src/include/pa_opcode.h 1.26:
1056: * src/include/pa_operation.h 1.4:
1057: * src/include/pa_os.h 1.3:
1058: * src/include/pa_request.h 1.172:
1059: * src/include/pa_request_charsets.h 1.3:
1060: * src/include/pa_request_info.h 1.3:
1061: * src/include/pa_sapi.h 1.24:
1062: * src/include/pa_socks.h 1.13:
1063: * src/include/pa_sql_connection.h 1.33:
1064: * src/include/pa_sql_driver_manager.h 1.29:
1065: * src/include/pa_stack.h 1.21:
1066: * src/include/pa_string.h 1.153:
1067: * src/include/pa_stylesheet_connection.h 1.35:
1068: * src/include/pa_stylesheet_manager.h 1.18:
1069: * src/include/pa_table.h 1.56:
1070: * src/include/pa_threads.h 1.28:
1071: * src/include/pa_types.h 1.47:
1072: * src/include/pa_uue.h 1.6:
1073: * src/include/pa_xml_exception.h 1.2:
1074: * src/lib/md5/pa_md5.h 1.9:
1075: * src/lib/md5/pa_md5c.c 1.11:
1076: * src/lib/sdbm/apr_file_io.C 1.3:
1077: * src/lib/sdbm/apr_strings.C 1.2:
1078: * src/main/compile.C 1.71:
1079: * src/main/compile_tools.C 1.56:
1080: * src/main/compile_tools.h 1.71:
1081: * src/main/execute.C 1.302:
1082: * src/main/pa_cache_managers.C 1.10:
1083: * src/main/pa_charset.C 1.41:
1084: * src/main/pa_charsets.C 1.14:
1085: * src/main/pa_common.C 1.168:
1086: * src/main/pa_dictionary.C 1.20:
1087: * src/main/pa_dir.C 1.17:
1088: * src/main/pa_exception.C 1.46:
1089: * src/main/pa_exec.C 1.54:
1090: * src/main/pa_globals.C 1.161:
1091: * src/main/pa_memory.C 1.3:
1092: * src/main/pa_os.C 1.4:
1093: * src/main/pa_pool.C 1.62:
1094: * src/main/pa_request.C 1.256:
1095: * src/main/pa_socks.C 1.20:
1096: * src/main/pa_sql_driver_manager.C 1.74:
1097: * src/main/pa_string.C 1.188:
1098: * src/main/pa_stylesheet_manager.C 1.20:
1099: * src/main/pa_table.C 1.58:
1100: * src/main/pa_uue.C 1.6:
1101: * src/main/pa_xml_exception.C 1.2:
1102: * src/main/untaint.C 1.123:
1103: * src/sql/pa_sql_driver.h 1.36:
1104: * src/targets/apache13/mod_parser3.c 1.9:
1105: * src/targets/apache13/pa_httpd.h 1.5:
1106: * src/targets/apache13core/mod_parser3.C 1.6:
1107: * src/targets/apache13core/pa_threads.C 1.3:
1108: * src/targets/cgi/pa_threads.C 1.14:
1109: * src/targets/cgi/parser3.C 1.222:
1110: * src/targets/isapi/pa_threads.C 1.15:
1111: * src/targets/isapi/parser3isapi.C 1.84:
1112: * src/types/pa_junction.h 1.3:
1113: * src/types/pa_method.h 1.3:
1114: * src/types/pa_value.C 1.13:
1115: * src/types/pa_value.h 1.116:
1116: * src/types/pa_vbool.h 1.23:
1117: * src/types/pa_vclass.C 1.19:
1118: * src/types/pa_vclass.h 1.42:
1119: * src/types/pa_vcode_frame.h 1.26:
1120: * src/types/pa_vconsole.h 1.4:
1121: * src/types/pa_vcookie.C 1.59:
1122: * src/types/pa_vcookie.h 1.25:
1123: * src/types/pa_vdate.h 1.29:
1124: * src/types/pa_vdouble.h 1.44:
1125: * src/types/pa_venv.h 1.30:
1126: * src/types/pa_vfile.C 1.38:
1127: * src/types/pa_vfile.h 1.55:
1128: * src/types/pa_vform.C 1.76:
1129: * src/types/pa_vform.h 1.47:
1130: * src/types/pa_vhash.h 1.49:
1131: * src/types/pa_vhashfile.C 1.37:
1132: * src/types/pa_vhashfile.h 1.26:
1133: * src/types/pa_vimage.C 1.26:
1134: * src/types/pa_vimage.h 1.37:
1135: * src/types/pa_vint.h 1.40:
1136: * src/types/pa_vjunction.h 1.21:
1137: * src/types/pa_vmail.C 1.54:
1138: * src/types/pa_vmail.h 1.13:
1139: * src/types/pa_vmath.C 1.4:
1140: * src/types/pa_vmath.h 1.16:
1141: * src/types/pa_vmemory.h 1.3:
1142: * src/types/pa_vmethod_frame.C 1.3:
1143: * src/types/pa_vmethod_frame.h 1.47:
1144: * src/types/pa_vobject.C 1.15:
1145: * src/types/pa_vobject.h 1.41:
1146: * src/types/pa_vrequest.C 1.31:
1147: * src/types/pa_vrequest.h 1.27:
1148: * src/types/pa_vresponse.C 1.19:
1149: * src/types/pa_vresponse.h 1.34:
1150: * src/types/pa_vstateless_class.C 1.21:
1151: * src/types/pa_vstateless_class.h 1.47:
1152: * src/types/pa_vstateless_object.h 1.30:
1153: * src/types/pa_vstatus.C 1.19:
1154: * src/types/pa_vstatus.h 1.17:
1155: * src/types/pa_vstring.C 1.24:
1156: * src/types/pa_vstring.h 1.57:
1157: * src/types/pa_vtable.C 1.24:
1158: * src/types/pa_vtable.h 1.51:
1159: * src/types/pa_vvoid.h 1.20:
1160: * src/types/pa_vxdoc.C 1.26:
1161: * src/types/pa_vxdoc.h 1.34:
1162: * src/types/pa_vxnode.C 1.34:
1163: * src/types/pa_vxnode.h 1.27:
1164: * src/types/pa_wcontext.C 1.27:
1165: * src/types/pa_wcontext.h 1.45:
1166: * src/types/pa_wwrapper.h 1.30:
1167: static const char * const IDENT
1168:
1169: * src/classes/date.C 1.55:
1170: * src/classes/date.C 1.56:
1171: * src/classes/date.C 1.57:
1172: * src/classes/file.C 1.116:
1173: * src/classes/file.C 1.117:
1174: * src/classes/hash.C 1.63:
1175: * src/classes/hash.C 1.64:
1176: * src/classes/image.C 1.100:
1177: * src/classes/image.C 1.101:
1178: * src/classes/image.C 1.102:
1179: * src/classes/mail.C 1.95:
1180: * src/classes/math.C 1.37:
1181: * src/classes/op.C 1.140:
1182: * src/classes/op.C 1.141:
1183: * src/classes/string.C 1.130:
1184: * src/classes/string.C 1.131:
1185: * src/classes/table.C 1.193:
1186: * src/classes/xdoc.C 1.120:
1187: * src/classes/xdoc.C 1.121:
1188: * src/include/pa_array.h 1.61:
1189: * src/include/pa_cache_managers.h 1.13:
1190: * src/include/pa_pool.h 1.89:
1191: * src/include/pa_request.h 1.171:
1192: * src/include/pa_string.h 1.152:
1193: * src/include/pa_stylesheet_connection.h 1.36:
1194: * src/include/pa_table.h 1.55:
1195: * src/main/compile_tools.h 1.70:
1196: * src/main/pa_charset.C 1.42:
1197: * src/main/pa_charset.C 1.43:
1198: * src/main/pa_common.C 1.167:
1199: * src/main/pa_dictionary.C 1.21:
1200: * src/main/pa_dir.C 1.18:
1201: * src/main/pa_request.C 1.259:
1202: * src/main/pa_sql_driver_manager.C 1.75:
1203: * src/main/pa_string.C 1.189:
1204: * src/main/pa_string.C 1.190:
1205: * src/main/pa_table.C 1.59:
1206: * src/main/untaint.C 1.124:
1207: * src/types/pa_value.C 1.14:
1208: * src/types/pa_vcookie.C 1.60:
1209: * src/types/pa_vdate.h 1.30:
1210: * src/types/pa_vhash.h 1.48:
1211: * src/types/pa_vhashfile.C 1.38:
1212: * src/types/pa_vimage.h 1.38:
1213: * src/types/pa_vmail.C 1.55:
1214: * src/types/pa_vmethod_frame.C 1.4:
1215: * src/types/pa_vmethod_frame.h 1.48:
1216: * src/types/pa_vxnode.C 1.35:
1217: * src/types/pa_wcontext.h 1.44:
1218: more warnings --
1219:
1220: 2003-11-19 paf
1221: * operators.txt 1.141:
1222: * src/classes/op.C 1.136:
1223: * src/include/pa_request.h 1.170:
1224: * src/main/pa_request.C 1.254:
1225: cache[...]{body}{catch block with $exception.handled[cache]
1226: meaning "get expired cache, if any. else error"}
1227:
1228: * src/classes/op.C 1.135:
1229: * src/include/pa_os.h 1.2:
1230: * src/include/pa_request.h 1.169:
1231: * src/main/pa_common.C 1.165:
1232: cache: ^cache[] fallback
1233: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
1234:
1235: * src/classes/op.C 1.137:
1236: more ansi C++ comp
1237:
1238: 2003-11-12 paf
1239: * src/classes/xnode.C 1.61:
1240: replaceChild: 2nd param now named oldChild [copy/paste bug]
1241:
1242: 2003-11-11 paf
1243: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
1244: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
1245: more C++ compatible [HP C++ failed]
1246:
1247: * operators.txt 1.139:
1248: * operators.txt 1.140:
1249: *** empty log message ***
1250:
1251: * bin/auto.p.dist.in 1.10:
1252: colno
1253:
1254: 2003-11-10 paf
1255: * src/types/pa_vhashfile.C 1.35:
1256: * src/types/pa_vhashfile.h 1.25:
1257: add: hashfile old serialize version and exipire now removes entries
1258:
1259: * operators.txt 1.135:
1260: comment: updated
1261:
1262: * operators.txt 1.138:
1263: * src/main/pa_request.C 1.253:
1264: * src/types/Makefile.am 1.34:
1265: * src/types/pa_vconsole.h 1.1:
1266: * src/types/types.vcproj 1.4:
1267: $console:line read/write [for nntp]
1268:
1269: * operators.txt 1.134:
1270: * src/classes/hashfile.C 1.30:
1271: * src/include/pa_common.h 1.96:
1272: * src/main/pa_common.C 1.164:
1273: * src/types/pa_vhashfile.C 1.34:
1274: * src/types/pa_vhashfile.h 1.24:
1275: ^hashfile.delete[] removes files altogether [and dir, if could]
1276:
1277: * src/types/pa_vconsole.h 1.2:
1278: flush
1279:
1280: * src/types/Makefile.in 1.53:
1281: *** empty log message ***
1282:
1283: * src/lib/sdbm/sdbm.c 1.3:
1284: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
1285: coded that that was error. fixed
1286:
1287: * src/types/pa_vhashfile.C 1.33:
1288: sdbm: exception type change to file.access [regretfull can't
1289: split it to different exceptions without modifying sdbm source
1290: wich would prefer not to]
1291:
1292: * operators.txt 1.136:
1293: mysql: transaction support: ?autocommit=0
1294:
1295: 2003-11-07 paf
1296: * src/classes/date.C 1.52:
1297: * src/classes/file.C 1.113:
1298: * src/classes/hash.C 1.60:
1299: * src/classes/hashfile.C 1.29:
1300: * src/classes/image.C 1.97:
1301: * src/classes/table.C 1.190:
1302: * src/classes/xdoc.C 1.117:
1303: * src/include/Makefile.am 1.6:
1304: * src/include/pa_array.h 1.60:
1305: * src/include/pa_pool.h 1.88:
1306: * src/include/pa_request.h 1.168:
1307: * src/main/Makefile.am 1.41:
1308: * src/main/execute.C 1.300:
1309: * src/main/main.vcproj 1.5:
1310: * src/main/pa_pool.C 1.61:
1311: * src/main/pa_request.C 1.252:
1312: * src/targets/cgi/parser3.C 1.221:
1313: * src/types/pa_vclass.C 1.18:
1314: * src/types/pa_vclass.h 1.41:
1315: * src/types/pa_vhashfile.h 1.23:
1316: * src/types/pa_vobject.h 1.40:
1317: * src/types/pa_vstateless_class.h 1.45:
1318: resurrected: pool idea. now only for destructing objects at
1319: request processing end
1320:
1321: * src/include/Makefile.in 1.14:
1322: * src/main/Makefile.in 1.54:
1323: *** empty log message ***
1324:
1325: 2003-11-06 paf
1326: * src/classes/xdoc.C 1.116:
1327: * src/classes/xnode.C 1.60:
1328: * src/include/pa_charset.h 1.26:
1329: * src/include/pa_globals.h 1.106:
1330: * src/include/pa_stylesheet_connection.h 1.34:
1331: * src/main/pa_exception.C 1.45:
1332: * src/types/pa_vxnode.h 1.25:
1333: XmlException changes
1334:
1335: * src/types/pa_vhashfile.C 1.30:
1336: hashfile: foreach body can bodify $self
1337:
1338: * operators.txt 1.133:
1339: * src/types/pa_vhashfile.C 1.32:
1340: hashfile: clear & expiration [time in value. todo: move time to
1341: key]
1342:
1343: * src/include/pa_memory.h 1.7:
1344: * src/targets/cgi/parser3.C 1.220:
1345: * src/types/pa_value.C 1.12:
1346: * src/types/pa_value.h 1.114:
1347: * src/types/pa_vcookie.C 1.58:
1348: * src/types/pa_vhashfile.C 1.23:
1349: * src/types/pa_vhashfile.h 1.18:
1350: * www/htdocs/.htaccess 1.22:
1351: hashfile implemented get/put [raw]
1352:
1353: * operators.txt 1.130:
1354: * src/classes/hashfile.C 1.26:
1355: * src/types/pa_vhashfile.C 1.25:
1356: * src/types/pa_vhashfile.h 1.20:
1357: hashfile: hash
1358:
1359: * src/lib/sdbm/Makefile.am 1.2:
1360: * src/lib/sdbm/apr_file_io.C 1.1:
1361: * src/lib/sdbm/apr_strings.C 1.1:
1362: move to upper dir, .am updated
1363:
1364: * configure 1.69:
1365: * configure.in 1.65:
1366: * operators.txt 1.128:
1367: * parser3.sln 1.6:
1368: * src/classes/classes.vcproj 1.3:
1369: * src/classes/hashfile.C 1.24:
1370: * src/classes/xdoc.C 1.115:
1371: * src/include/pa_config_fixed.h 1.61:
1372: * src/include/pa_exception.h 1.40:
1373: * src/include/pa_globals.h 1.105:
1374: * src/include/pa_memory.h 1.6:
1375: * src/include/pa_version.h 1.11:
1376: * src/lib/ltdl/libltdl.vcproj 1.2:
1377: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
1378: * src/lib/ltdl/ltdl.vcproj 1.1:
1379: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
1380: * src/lib/sdbm/apr-include/apr.h 1.4:
1381: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
1382: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
1383: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
1384: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
1385: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
1386: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
1387: * src/lib/sdbm/apr-include/apu.h 1.3:
1388: * src/main/compile.tab.C 1.92:
1389: * src/main/main.vcproj 1.3:
1390: * src/main/pa_charset.C 1.39:
1391: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
1392: * src/targets/apache13/mod_parser3.c 1.8:
1393: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
1394: * src/targets/cgi/parser3.vcproj 1.4:
1395: * src/types/Makefile.am 1.30:
1396: * src/types/pa_vhash.C 1.4:
1397: * src/types/pa_vhashfile.C 1.22:
1398: * src/types/pa_vhashfile.h 1.17:
1399: * src/types/pa_vxnode.h 1.24:
1400: * src/types/types.vcproj 1.3:
1401: * www/htdocs/.htaccess 1.21:
1402: hashfile: started again with sdbm from apache
1403:
1404: * operators.txt 1.131:
1405: * src/classes/hash.C 1.58:
1406: * src/classes/hash.C 1.59:
1407: * src/classes/hashfile.C 1.27:
1408: * src/classes/hashfile.C 1.28:
1409: * src/types/pa_vhashfile.C 1.26:
1410: * src/types/pa_vhashfile.h 1.21:
1411: hashfile: foreach
1412:
1413: * operators.txt 1.132:
1414: * src/types/pa_vhashfile.C 1.27:
1415: * src/types/pa_vhashfile.h 1.22:
1416: hashfile: clear and proper locking
1417:
1418: * src/include/Makefile.in 1.13:
1419: * src/include/pa_config_includes.h 1.26:
1420: * src/include/pa_version.h 1.12:
1421: our replacements of max& co only for cpp
1422:
1423: * parser3.sln 1.7:
1424: * src/targets/apache13/p3runConfigure.in 1.14:
1425: * src/targets/cgi/Makefile.am 1.49:
1426: .vcproj & .am updated to include sdbm
1427:
1428: * operators.txt 1.129:
1429: * src/classes/hashfile.C 1.25:
1430: * src/types/pa_vhashfile.C 1.24:
1431: * src/types/pa_vhashfile.h 1.19:
1432: * tests/todo.txt 1.4:
1433: hashfile: delete
1434:
1435: * configure.in 1.66:
1436: * configure.in 1.67:
1437: * src/classes/Makefile.am 1.46:
1438: * src/classes/Makefile.in 1.58:
1439: * src/include/Makefile.am 1.5:
1440: * src/lib/Makefile.am 1.6:
1441: * src/lib/Makefile.in 1.11:
1442: * src/lib/sdbm/Makefile.am 1.3:
1443: * src/lib/sdbm/Makefile.in 1.1:
1444: * src/lib/sdbm/apr-include/Makefile.am 1.1:
1445: * src/lib/sdbm/apr-include/Makefile.in 1.1:
1446: * src/lib/sdbm/sdbm.vcproj 1.3:
1447: * src/main/Makefile.am 1.39:
1448: * src/main/Makefile.am 1.40:
1449: * src/main/Makefile.in 1.53:
1450: * src/targets/cgi/.cvsignore 1.3:
1451: * src/targets/cgi/Makefile.in 1.65:
1452: * src/types/Makefile.am 1.32:
1453: * src/types/Makefile.am 1.33:
1454: * src/types/Makefile.in 1.52:
1455: *** empty log message ***
1456:
1457: * src/include/pa_common.h 1.95:
1458: * src/include/pa_exception.h 1.41:
1459: * src/include/pa_os.h 1.1:
1460: * src/include/pa_xml_exception.h 1.1:
1461: * src/lib/sdbm/sdbm.vcproj 1.1:
1462: * src/main/main.vcproj 1.4:
1463: * src/main/pa_common.C 1.162:
1464: * src/main/pa_os.C 1.1:
1465: * src/main/pa_xml_exception.C 1.1:
1466: locking move to pa_os [along with pa_sleep]
1467: apr-impl locking done
1468:
1469: * src/types/pa_vhashfile.C 1.29:
1470: hashfile: clear now works [were trying to do that in foreach,
1471: no errors, but surely wrong]
1472:
1473: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
1474: * src/lib/sdbm/sdbm.c 1.2:
1475: * src/lib/sdbm/sdbm.vcproj 1.2:
1476: just compiled
1477:
1478: * tests/todo.txt 1.5:
1479: hashfile: done
1480:
1481: * src/classes/op.C 1.134:
1482: * src/main/pa_os.C 1.2:
1483: just linked
1484:
1485: * src/classes/Makefile.am 1.45:
1486: * src/types/Makefile.am 1.31:
1487: .am sdbm INCLUDES updates
1488:
1489: 2003-11-05 paf
1490: * src/lib/sdbm/apr-include/apr.h 1.2:
1491: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
1492: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
1493: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
1494: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
1495: * src/lib/sdbm/apr-include/apu.h 1.1:
1496: started porting: grabbed some parts of apr headers
1497:
1498: * src/lib/sdbm/Makefile.am 1.1:
1499: * src/lib/sdbm/sdbm.c 1.1:
1500: * src/lib/sdbm/sdbm_hash.c 1.1:
1501: * src/lib/sdbm/sdbm_lock.c 1.1:
1502: * src/lib/sdbm/sdbm_pair.c 1.1:
1503: * src/lib/sdbm/sdbm_pair.h 1.1:
1504: * src/lib/sdbm/sdbm_private.h 1.1:
1505: * src/lib/sdbm/sdbm_tune.h 1.1:
1506: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
1507:
1508: * src/lib/sdbm/apr-include/apr.h 1.1:
1509: * src/lib/sdbm/apr-include/apr.h 1.3:
1510: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
1511: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
1512: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
1513: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
1514: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
1515: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
1516: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
1517: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
1518: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
1519: * src/lib/sdbm/apr-include/apu.h 1.2:
1520: *** empty log message ***
1521:
1522: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
1523: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
1524: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
1525: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
1526: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
1527: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
1528: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
1529: not has to be in \parser3project dir anymore
1530:
1531: * src/main/helpers/CaseFolding.txt 1.1:
1532: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
1533:
1534: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
1535: bugfix: had broken binary search [copied thoughtlessly from
1536: xalan]
1537:
1538: 2003-11-04 paf
1539: * operators.txt 1.124:
1540: * src/classes/table.C 1.187:
1541: * tests/todo.txt 1.2:
1542: ^table::load
1543: !$.separator[^#09]
1544: !$.encloser["] <nothing> by default
1545:
1546: * operators.txt 1.125:
1547: * src/classes/table.C 1.188:
1548: * src/main/pa_string.C 1.186:
1549: * tests/todo.txt 1.3:
1550: ^table.save[...
1551: $.separator[^#09]
1552: $.encloser["] <nothing> by default
1553:
1554: * operators.txt 1.126:
1555: * src/classes/mail.C 1.91:
1556: * src/types/pa_vmail.C 1.52:
1557: * src/types/pa_vmail.h 1.12:
1558: !^mail:send[
1559: $.options[unix: string to append to sendmail command line]
1560:
1561: * src/classes/Makefile.am 1.44:
1562: * src/classes/Makefile.in 1.57:
1563: classes.C to rebuild last
1564:
1565: * src/classes/mail.C 1.92:
1566: * src/classes/table.C 1.189:
1567: compiled on unix
1568:
1569: * operators.txt 1.127:
1570: comment: ^mail:send[$.options[
1571:
1572: 2003-11-03 paf
1573: * src/targets/cgi/parser3.C 1.219:
1574: beauty: SIGUSRX removed qs= printing [already included into uri
1575: xxx]
1576:
1577: * operators.txt 1.120:
1578: * src/classes/date.C 1.49:
1579: !^date::unix-timestamp()
1580: !^date.unix-timestamp[]
1581:
1582: * operators.txt 1.121:
1583: * src/classes/image.C 1.95:
1584: * tests/todo.txt 1.1:
1585: * www/htdocs/auto.p 1.21:
1586: ^image.gif[filename] for $response:download
1587:
1588: * operators.txt 1.123:
1589: * src/classes/table.C 1.186:
1590: * src/main/pa_common.C 1.161:
1591: ^table::load[; options:
1592: !$.column-separator[^#09]
1593: !$.column-encloser["]
1594:
1595: * operators.txt 1.122:
1596: * src/include/pa_config_fixed.h 1.60:
1597: * src/types/pa_vrequest.C 1.30:
1598: $request:document-root
1599:
1600: * src/classes/date.C 1.50:
1601: minor precaution
1602:
1603: 2003-10-31 paf
1604: * src/include/pa_config_fixed.h 1.59:
1605: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
1606: *** empty log message ***
1607:
1.27 paf 1608: 2003-10-30 paf
1609: * src/classes/date.C 1.47:
1610: * src/classes/image.C 1.94:
1611: improvement diagnostics: $now[^date::create[$undefined]] now is error
1612:
1613: * src/targets/apache13core/Makefile.am 1.4:
1614: * src/targets/apache13core/Makefile.in 1.4:
1615: gc include dir added, thanks to Victor Fedoseev for finding
1616:
1617: * src/main/pa_common.C 1.160:
1618: read errors would now be reported 'actually read -1 bytes'
1619:
1620: * operators.txt 1.119:
1621: * src/classes/date.C 1.48:
1622: * src/types/pa_vdate.h 1.27:
1623: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
1624:
1.26 paf 1625: 2003-10-24 paf
1626: * Makefile.am 1.36:
1627: * src/classes/Makefile.am 1.43:
1628: * src/lib/cord/Makefile.am 1.3:
1629: * src/lib/md5/Makefile.am 1.3:
1630: * src/lib/pcre/Makefile.am 1.2:
1631: * src/main/Makefile.am 1.37:
1632: * src/targets/apache13/Makefile.am 1.18:
1633: * src/targets/apache13core/Makefile.am 1.3:
1634: * src/targets/cgi/Makefile.am 1.48:
1635: * src/targets/isapi/Makefile.am 1.3:
1636: .dsp/w -> .vcproj/sln
1637:
1638: * Makefile.in 1.50:
1639: * src/classes/Makefile.in 1.56:
1640: * src/include/pa_version.h 1.10:
1641: * src/lib/cord/Makefile.in 1.3:
1642: * src/lib/md5/Makefile.in 1.8:
1643: * src/lib/pcre/Makefile.in 1.10:
1644: * src/main/Makefile.am 1.38:
1645: * src/main/Makefile.in 1.52:
1646: * src/targets/apache13/Makefile.in 1.48:
1647: * src/targets/apache13core/Makefile.in 1.3:
1648: * src/targets/cgi/Makefile.in 1.64:
1649: * src/targets/isapi/Makefile.in 1.13:
1650: *** empty log message ***
1651:
1652: 2003-10-22 paf
1653: * src/include/pa_request.h 1.167:
1654: fixed: $h[^hash::create[]] $$h[1]
1655:
1656: 2003-10-21 paf
1657: * src/classes/op.C 1.133:
1658: * src/include/pa_request.h 1.166:
1659: fixed: false 'endless recoursion' message with intensive throw-catches
1660: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
1661:
1662: * operators.txt 1.118:
1663: * src/include/pa_string.h 1.151:
1664: * src/main/pa_string.C 1.185:
1665: fixed: string.match[g] without <'> option produced columns with
1666: NULL's, which gpf'ed at table.save time
1667:
1668: 2003-10-10 paf
1669: * src/include/pa_string.h 1.150:
1670: * src/main/compile.tab.C 1.91:
1671: * www/htdocs/.htaccess 1.20:
1672: CORD_chr does not check offset argument for validity
1673: did that in String::Body::pos myself
1674: http://i2/tasks/edit/?id=4577425257580789777
1675:
1676: 2003-10-07 paf
1677: * src/main/compile.tab.C 1.90:
1678: * src/main/compile.y 1.207:
1679: ^if ( better error:
1680: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
1681:
1682: 2003-10-03 paf
1683: * parser3.sln 1.5:
1684: * src/include/pa_dictionary.h 1.15:
1685: * src/main/pa_dictionary.C 1.19:
1686: * src/main/pa_string.C 1.184:
1687: * src/targets/cgi/parser3.vcproj 1.3:
1688: * www/htdocs/.htaccess 1.19:
1689: dictionary optimized by precalculating cstr&length
1690:
1691: 2003-10-02 paf
1692: * src/classes/op.C 1.132:
1693: * src/include/pa_request.h 1.165:
1694: * src/include/pa_stack.h 1.20:
1695: * src/main/execute.C 1.299:
1696: * src/main/pa_request.C 1.251:
1697: * src/main/pa_sql_driver_manager.C 1.73:
1698: * src/main/pa_stylesheet_manager.C 1.19:
1699: * www/htdocs/.htaccess 1.18:
1700: bugfix: ^throw context were saved/restored incompletely
1701: http://www.parser.ru/forum/?id=21484
1702:
1703: 2003-09-30 paf
1704: * src/targets/apache13/mod_parser3.c 1.7:
1705: * src/targets/apache13/pa_httpd.h 1.4:
1706: * src/targets/apache13core/mod_parser3.C 1.5:
1707: content-type now changes
1708:
1709: * src/main/pa_string.C 1.183:
1710: string::replace bug fix [were ignoring occurrances after lang-mismatched
1711:
1712: 2003-09-29 paf
1713: * src/include/pa_charset.h 1.25:
1714: * src/main/helpers/simple_folding.pl 1.1:
1715: * src/main/pa_charset.C 1.38:
1716: * src/main/pa_string.C 1.181:
1717: * www/htdocs/auto.p 1.20:
1718: utf-8 upper/lower
1719:
1720: * src/classes/string.C 1.127:
1721: bugfix: s.right(>s.length) returned nothing
1722:
1723: * www/htdocs/base.p 1.7:
1724: * www/htdocs/derived.p 1.25:
1725: * www/htdocs/font.gif 1.2:
1726: * www/htdocs/global.xsl 1.9:
1727: * www/htdocs/index.html 1.213:
1728: * www/htdocs/mailreceive.eml 1.4:
1729: * www/htdocs/mailreceive.html 1.2:
1730: * www/htdocs/operators.p 1.12:
1731: * www/htdocs/parser-status.html 1.3:
1732: * www/htdocs/people.dtd 1.2:
1733: * www/htdocs/some.p 1.3:
1734: removing old tests
1735:
1736: * src/main/pa_common.C 1.159:
1737: bugfix: utf signature were not ignored due to typo error
1738: http://i2/tasks/edit/?id=4573354650786434584
1739:
1740: * src/classes/table.C 1.184:
1741: bugfix: flip: must produce nameless
1742: http://i2/tasks/edit/?id=4573405524674081244
1743:
1744: * src/main/utf8-to-lower.inc 1.1:
1745: * src/main/utf8-to-upper.inc 1.1:
1746: generated by helper
1747:
1748: * src/main/pa_string.C 1.182:
1749: string::serialize bug fix with zero-terminator
1750:
1751: * src/classes/table.C 1.185:
1752: ^nameless_table.save column row now has no \t at the end
1753:
1754: * src/classes/form.C 1.36:
1755: better error message: MAX_POST_SIZE_NAME to error message
1756:
1757: * src/include/pa_request.h 1.164:
1758: * src/main/execute.C 1.298:
1759: * src/main/pa_request.C 1.250:
1760: @postprocess now takes $response:body/download
1761:
1762: 2003-09-26 paf
1763: * src/include/pa_string.h 1.149:
1764: * src/main/pa_common.C 1.157:
1765: * src/main/pa_string.C 1.180:
1766: * www/htdocs/.htaccess 1.17:
1767: String.for_each bug fixed [omited one-char cases]
1768:
1769: * src/main/untaint.C 1.121:
1770: removed needless const
1771:
1772: * src/main/untaint.C 1.122:
1773: removed needless field
1774:
1775: * src/classes/op.C 1.131:
1776: * src/include/pa_string.h 1.148:
1777: * src/main/pa_string.C 1.178:
1778: * www/htdocs/.htaccess 1.15:
1779: string::serialize/deserialize implemented
1780: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
1781:
1782: * src/include/pa_stack.h 1.19:
1783: bugfix: before collecting garbage, runtime-executor stack were
1784: cleared... BADLY
1785:
1786: * src/main/pa_string.C 1.179:
1787: * www/htdocs/.htaccess 1.16:
1788: * www/htdocs/auto.p 1.19:
1789: ^stirng.replace code used old param-convention on langs.append, fixed that
1790: search fo the like, found none
1791:
1792: 2003-09-25 paf
1793: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
1794: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
1795: string: debug: .v() functions aligned to that of eeparser3 look
1796:
1797: * src/include/pa_string.h 1.147:
1798: * src/include/pa_version.h 1.9:
1799: * src/main/pa_string.C 1.177:
1800: * src/main/untaint.C 1.120:
1801: templates and anonymous unions differences on unix
1802:
1803: * parser3.sln 1.4:
1804: * src/classes/file.C 1.112:
1805: * src/classes/image.C 1.93:
1806: * src/classes/mail.C 1.90:
1807: * src/classes/op.C 1.130:
1808: * src/classes/table.C 1.183:
1809: * src/classes/xdoc.C 1.114:
1810: * src/classes/xnode.C 1.59:
1811: * src/include/pa_cache_managers.h 1.11:
1812: * src/include/pa_charset.h 1.24:
1813: * src/include/pa_charsets.h 1.10:
1814: * src/include/pa_common.h 1.94:
1815: * src/include/pa_request.h 1.163:
1816: * src/include/pa_sql_driver_manager.h 1.28:
1817: * src/include/pa_string.h 1.146:
1818: * src/include/pa_stylesheet_manager.h 1.17:
1819: * src/include/pa_table.h 1.53:
1820: * src/lib/cord/cordbscs.c 1.3:
1821: * src/lib/cord/cordprnt.c 1.3:
1822: * src/lib/cord/cordxtra.c 1.4:
1823: * src/lib/cord/include/cord.h 1.3:
1824: * src/main/compile.tab.C 1.89:
1825: * src/main/compile_tools.h 1.69:
1826: * src/main/pa_charset.C 1.37:
1827: * src/main/pa_charsets.C 1.13:
1828: * src/main/pa_common.C 1.156:
1829: * src/main/pa_exec.C 1.52:
1830: * src/main/pa_request.C 1.249:
1831: * src/main/pa_sql_driver_manager.C 1.72:
1832: * src/main/pa_string.C 1.176:
1833: * src/main/pa_stylesheet_manager.C 1.18:
1834: * src/main/untaint.C 1.119:
1835: * src/types/pa_value.h 1.113:
1836: * src/types/pa_vimage.C 1.24:
1837: * src/types/pa_vmail.C 1.51:
1838: * src/types/pa_vmath.C 1.3:
1839: * src/types/pa_vstateless_class.h 1.44:
1840: * src/types/pa_vstatus.C 1.18:
1841: * src/types/pa_vxnode.C 1.33:
1842: * www/htdocs/.htaccess 1.14:
1843: string_fragments_to_cord merged to HEAD
1844:
1845: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
1846: removed warnings
1847:
1848: 2003-09-24 paf
1849: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
1850: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
1851: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
1852: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
1853: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
1854: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
1855: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
1856: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
1857: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
1858: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
1859: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
1860: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
1861: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
1862: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
1863: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
1864: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
1865: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
1866: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
1867: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
1868: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
1869: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
1870: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
1871: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
1872: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
1873: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
1874: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
1875: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
1876: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
1877: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
1878: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
1879: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
1880: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
1881: v() functions of String::Body, String::Languages and String itself
1882: StringBody->String::Body
1883:
1884: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
1885: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
1886: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
1887: langs: speed up by joining adjucent blocks of same char [
1888: CORD_append_block]
1889:
1890: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
1891: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
1892: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
1893: CORD_append_block showed no efficiency = never optimized anything.
1894: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
1895:
1896: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
1897: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
1898: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
1899: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
1900: aval/ works!
1901:
1902: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
1903: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
1904: aval is not actually working yet :(
1905: but more working &understood :)
1906:
1907: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
1908: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
1909: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
1910: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
1911: aval/ works!
1912: todo: save space by extending blocks when appending block with c == lastblock.c
1913:
1914: 2003-09-23 paf
1915: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
1916: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
1917: just compiled
1918: todo: serialize&deserialize
1919:
1920: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
1921: something even more works :)
1922:
1923: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
1924: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
1925: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
1926: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
1927: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
1928: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
1929: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
1930: main idea implemented, details left
1931:
1932: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
1933: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
1934: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
1935: something already works :)
1936:
1937: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
1938: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
1939: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
1940: something more works :)
1941:
1942: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
1943: $a[ok!]
1944: $a works!
1945:
1946: 2003-09-22 paf
1947: * src/classes/xdoc.C 1.112:
1948: * src/classes/xnode.C 1.57:
1949: new DOM2 methods from Alexandr Egorov <egr> (all?)
1950: xdoc:
1951: createAttributeNS
1952: createElementNS
1953: xnode:
1954: getAttributeNS
1955: setAttributeNS
1956: removeAttributeNS
1957: getAttributeNodeNS
1958: setAttributeNodeNS
1959: hasAttribute
1960: hasAttributeNS
1961:
1962: * src/classes/memory.C 1.3:
1963: * src/include/pa_memory.h 1.5:
1964: #ifdef GC_DEBUG
1965:
1966: * src/include/pa_memory.h 1.4:
1967: * src/main/pa_globals.C 1.159:
1968: when xml memory allocator returns 0, just die.
1969: http://i2/tasks/edit/?id=4570798492410259445
1970:
1971: * src/lib/cord/cordxtra.c 1.3:
1972: CORD_pos bugfix [failed to find 8bit chars due to bitwise
1973: operation signed-char error]
1974:
1975: * src/classes/xdoc.C 1.113:
1976: * src/classes/xnode.C 1.58:
1977: copy/paste comment bugfix
1978:
1979: 2003-09-19 paf
1980: * src/targets/apache13/mod_parser3.c 1.6:
1981: now compiles on MSVC7
1982:
1983: * operators.txt 1.117:
1984: * src/main/pa_common.C 1.155:
1985: merged
1986: $f[^file::load[binary;http://...]]
1987: $f.tables
1988:
1989: * src/types/pa_wcontext.C 1.26:
1990: output message: more practical suggestion
1991:
1992: 2003-09-02 paf
1993: * src/targets/apache13/mod_parser3.c 1.5:
1994: çàáûòîå èçìåíåíèå
1995:
1996: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
1997: forgot initializer
1998:
1999: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
2000: got rid of 'stdout' symbol reference on unix (users reported
2001: problems with some old libc)
2002:
2003: * operators.txt [release_3_0_8] 1.115.2.1:
2004: *** empty log message ***
2005:
2006: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
2007: printf is buffered, write(1 is not. can't flush stdout without
2008: referencing 'stdout' symbol. to hell with non-ansi libraries
2009: without 'stdout' symbol
2010:
2011: 2003-09-01 paf
2012: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
2013: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
2014: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
2015: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
2016: renamed to .c [lowercase] to correspond to runconfigure.
2017: added files to fix 'make dist'
2018:
2019: * src/targets/apache13/Makefile.am 1.17:
2020: * src/targets/apache13/Makefile.in 1.47:
2021: * src/targets/apache13/mod_parser3.c 1.4:
2022: merged with 3.1.0:
2023: renamed to .c [lowercase] to correspond to runconfigure.
2024: added files to fix 'make dist'
2025:
2026: * src/classes/date.C [release_3_0_8] 1.45.2.1:
2027: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
2028: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
2029: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
2030: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
2031: $date.TZ
2032: ^date.roll[TZ;new zone]
2033:
2034: * src/classes/image.C 1.92:
2035: memory handling bugs [unpatched 'new' calls]
2036:
2037: 2003-08-19 paf
2038: * src/types/pa_vmail.C 1.48:
2039: * src/types/pa_vmail.h 1.11:
2040: parses headers, still problems with body
2041:
2042: * src/types/pa_vmail.C 1.47:
2043: mail_receive just compiled
2044:
2045: * src/types/pa_vmail.C 1.50:
2046: turned off recoding in gmime (were still recoding headers)
2047:
2048: * src/include/pa_memory.h 1.3:
2049: * src/types/pa_value.h 1.111:
2050: -= few warnings
2051:
2052: * src/targets/apache13/mod_parser3.C 1.31:
2053: * src/targets/apache13/mod_parser3.c 1.2:
2054: .c
2055:
2056: * src/types/pa_vmail.C 1.49:
2057: works as before, same charset problems:
2058: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
2059:
2060: * src/targets/apache13/mod_parser3.C 1.30:
2061: * src/targets/apache13/pa_httpd.h 1.3:
2062: * src/targets/apache13core/mod_parser3.C 1.3:
2063: apache module compiled on MSVC7
2064:
2065: * src/types/pa_value.C 1.11:
2066: * src/types/pa_value.h 1.112:
2067: * src/types/pa_vdate.h 1.26:
2068: * src/types/pa_vrequest.C 1.29:
2069: * src/types/pa_vstring.h 1.56:
2070: * src/types/pa_vxdoc.C 1.25:
2071: * src/types/pa_vxnode.C 1.32:
2072: bark intefrace obsoleted, simplified a little
2073:
2074: * src/types/pa_vhash.C 1.3:
2075: * src/types/pa_vhash.h 1.47:
2076: _default+foreach bug refix [lost fix from 3.0.8]
2077:
2078: * src/types/pa_vcookie.C 1.57:
2079: in VC7
2080: if(type var=xxx){
2081: }else{
2082: now visible here
2083: }
2084:
2085: bug fix
2086:
2087: * src/main/compile.tab.C 1.87:
2088: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
2089: study shows that later in bison they've fixed that. would migrate to latest bison someday
2090:
2091: 2003-08-18 paf
2092: * src/classes/classes.vcproj 1.2:
2093: * src/include/pa_config_fixed.h 1.58:
2094: * src/main/main.vcproj 1.2:
2095: * src/types/types.vcproj 1.2:
2096: win32: continued process detaching from \parser3project directory
2097:
2098: * ~sak5c961f3101c36563.tmp 1.1:
2099: Temporary file created by Visual Studio .NET to detect Jalindi
2100: Igloo capabilities.
2101:
2102: * gnu.vcproj 1.1:
2103: * parser3.sln 1.1:
2104: * src/classes/classes.vcproj 1.1:
2105: * src/lib/cord/cord.vcproj 1.1:
2106: * src/lib/ltdl/libltdl.vcproj 1.1:
2107: * src/lib/md5/md5.vcproj 1.1:
2108: * src/lib/pcre/pcre.vcproj 1.1:
2109: * src/lib/pcre/pcre_dftables.vcproj 1.1:
2110: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
2111: * src/main/main.vcproj 1.1:
2112: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
2113: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
2114: * src/targets/cgi/parser3.vcproj 1.1:
2115: * src/targets/isapi/parser3isapi.vcproj 1.1:
2116: * src/types/types.vcproj 1.1:
2117: new VS project files
2118:
2119: * configure 1.68:
2120: * configure.in 1.64:
2121: * src/classes/Makefile.am 1.42:
2122: * src/classes/Makefile.in 1.55:
2123: * src/classes/classes.awk 1.8:
2124: * src/doc/footer.htm 1.3:
2125: * src/include/pa_config_fixed.h 1.57:
2126: * src/include/pa_version.h 1.8:
2127: * src/lib/Makefile.am 1.5:
2128: * src/lib/Makefile.in 1.10:
2129: * src/lib/patches/Makefile.in 1.12:
2130: * src/main/compile.tab.C 1.86:
2131: * src/main/pa_charset.C 1.36:
2132: * src/main/pa_string.C 1.175:
2133: * src/main/untaint.C 1.118:
2134: * src/types/pa_vmail.C 1.46:
2135: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
2136: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
2137: merged 3.1.0 latest changes
2138:
2139: * gnu.dsp 1.5:
2140: * gnu.vcproj.vspscc 1.1:
2141: * parser3.dsw 1.9:
2142: * parser3.vssscc 1.1:
2143: * src/classes/classes.dsp 1.31:
2144: * src/classes/classes.vcproj.vspscc 1.1:
2145: * src/lib/cord/cord.dsp 1.3:
2146: * src/lib/cord/cord.vcproj.vspscc 1.1:
2147: * src/lib/ltdl/libltdl.dsp 1.7:
2148: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
2149: * src/lib/md5/md5.dsp 1.5:
2150: * src/lib/md5/md5.vcproj.vspscc 1.1:
2151: * src/lib/pcre/pcre.dsp 1.4:
2152: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
2153: * src/lib/pcre/pcre_dftables.dsp 1.2:
2154: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
2155: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
2156: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
2157: * src/main/main.dsp 1.167:
2158: * src/main/main.vcproj.vspscc 1.1:
2159: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
2160: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
2161: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
2162: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
2163: * src/targets/cgi/parser3.dsp 1.66:
2164: * src/targets/cgi/parser3.vcproj 1.2:
2165: * src/targets/isapi/parser3isapi.dsp 1.44:
2166: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
2167: * src/types/types.dsp 1.42:
2168: * src/types/types.vcproj.vspscc 1.1:
2169: moved to MSVC 7
2170:
2171: 2003-08-15 paf
2172: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
2173: email addresses in forms:
2174: "non-ascii" <yyy>
2175: non-ascii <yyy>
2176: now encoded correctly
2177:
2178: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
2179: email addresses in forms:
2180: "non-ascii" <yyy>
2181: non-ascii <yyy>
2182: now encoded correctly [kinda merge from 3.0.8]
2183:
2184: 2003-07-29 paf
2185: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
2186: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
2187: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
2188: classes.awk added to make dist
2189:
2190: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
2191: just started --with-mail-receive
2192:
2193: 2003-07-28 paf
2194: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
2195: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
2196: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
2197: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
2198: removed circular dependence in src/classes, src/lib/gc now in dist
2199:
2200: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
2201: ^cache bug fix [were not working at all]
2202:
2203: 2003-07-25 paf
2204: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
2205: year
2206:
1.24 paf 2207: 2003-07-24 paf
2208: * INSTALL 1.33:
2209: * Makefile.am 1.35:
2210: * Makefile.in 1.49:
2211: * acsite.m4 1.2:
2212: * bin/Makefile.in 1.10:
2213: * configure 1.67:
2214: * configure.in 1.63:
2215: * etc/Makefile.in 1.15:
2216: * etc/parser3.charsets/Makefile.in 1.18:
2217: * etc/parser3.charsets/koi8-r.cfg 1.4:
2218: * etc/parser3.charsets/windows-1251.cfg 1.8:
2219: * operators.txt 1.116:
2220: * parser3.dsw 1.8:
2221: * src/Makefile.in 1.56:
2222: * src/classes/Makefile.am 1.41:
2223: * src/classes/Makefile.in 1.54:
2224: * src/classes/classes.C 1.19:
2225: * src/classes/classes.awk 1.7:
2226: * src/classes/classes.dsp 1.29:
2227: * src/classes/classes.h 1.24:
2228: * src/classes/date.C 1.46:
2229: * src/classes/double.C 1.54:
2230: * src/classes/file.C 1.111:
2231: * src/classes/form.C 1.35:
2232: * src/classes/hash.C 1.57:
2233: * src/classes/image.C 1.91:
2234: * src/classes/int.C 1.50:
2235: * src/classes/mail.C 1.89:
2236: * src/classes/math.C 1.34:
2237: * src/classes/memory.C 1.2:
2238: * src/classes/op.C 1.129:
2239: * src/classes/response.C 1.24:
2240: * src/classes/string.C 1.126:
2241: * src/classes/table.C 1.182:
2242: * src/classes/void.C 1.29:
2243: * src/classes/xdoc.C 1.111:
2244: * src/classes/xnode.C 1.56:
2245: * src/classes/xnode.h 1.19:
2246: * src/doc/exception.dox 1.2:
2247: * src/doc/index.dox 1.5:
2248: * src/doc/memory.dox 1.2:
2249: * src/doc/string.dox 1.5:
2250: * src/include/Makefile.am 1.4:
2251: * src/include/Makefile.in 1.12:
2252: * src/include/pa_array.h 1.59:
2253: * src/include/pa_cache_managers.h 1.10:
2254: * src/include/pa_charset.h 1.23:
2255: * src/include/pa_charsets.h 1.9:
2256: * src/include/pa_common.h 1.93:
2257: * src/include/pa_config_auto.h.in 1.38:
2258: * src/include/pa_config_fixed.h 1.56:
2259: * src/include/pa_config_includes.h 1.25:
2260: * src/include/pa_dictionary.h 1.14:
2261: * src/include/pa_dir.h 1.14:
2262: * src/include/pa_exception.h 1.39:
2263: * src/include/pa_exec.h 1.13:
2264: * src/include/pa_globals.h 1.104:
2265: * src/include/pa_hash.h 1.59:
2266: * src/include/pa_memory.h 1.2:
2267: * src/include/pa_opcode.h 1.25:
2268: * src/include/pa_operation.h 1.2:
2269: * src/include/pa_pool.h 1.87:
2270: * src/include/pa_pragma_pack_begin.h 1.7:
2271: * src/include/pa_pragma_pack_end.h 1.7:
2272: * src/include/pa_request.h 1.162:
2273: * src/include/pa_request_charsets.h 1.2:
2274: * src/include/pa_request_info.h 1.2:
2275: * src/include/pa_sapi.h 1.23:
2276: * src/include/pa_socks.h 1.12:
2277: * src/include/pa_sql_connection.h 1.31:
2278: * src/include/pa_sql_driver_manager.h 1.27:
2279: * src/include/pa_stack.h 1.18:
2280: * src/include/pa_string.h 1.145:
2281: * src/include/pa_stylesheet_connection.h 1.33:
2282: * src/include/pa_stylesheet_manager.h 1.16:
2283: * src/include/pa_table.h 1.52:
2284: * src/include/pa_threads.h 1.27:
2285: * src/include/pa_types.h 1.45:
2286: * src/include/pa_uue.h 1.5:
2287: * src/lib/Makefile.am 1.4:
2288: * src/lib/Makefile.in 1.9:
2289: * src/lib/cord/Makefile.am 1.2:
2290: * src/lib/cord/Makefile.in 1.2:
2291: * src/lib/cord/cord.dsp 1.2:
2292: * src/lib/cord/cordbscs.c 1.2:
2293: * src/lib/cord/cordprnt.c 1.2:
2294: * src/lib/cord/cordxtra.c 1.2:
2295: * src/lib/cord/include/Makefile.am 1.2:
2296: * src/lib/cord/include/Makefile.in 1.2:
2297: * src/lib/cord/include/cord.h 1.2:
2298: * src/lib/cord/include/ec.h 1.2:
2299: * src/lib/cord/include/private/Makefile.am 1.2:
2300: * src/lib/cord/include/private/Makefile.in 1.2:
2301: * src/lib/cord/include/private/cord_pos.h 1.2:
2302: * src/lib/cord/source.url 1.2:
2303: * src/lib/gc/Makefile.am 1.2:
2304: * src/lib/gc/Makefile.in 1.2:
1.25 paf 2305: * src/lib/gc/include/Makefile.am 1.2:
2306: * src/lib/gc/include/Makefile.in 1.2:
2307: * src/lib/gc/include/gc.h 1.2:
1.24 paf 2308: * src/lib/ltdl/Makefile.in 1.5:
2309: * src/lib/ltdl/libltdl.dsp 1.6:
2310: * src/lib/md5/Makefile.in 1.7:
2311: * src/lib/md5/pa_md5.h 1.8:
2312: * src/lib/md5/pa_md5c.c 1.10:
2313: * src/lib/patches/Makefile.am 1.4:
2314: * src/lib/patches/Makefile.in 1.11:
2315: * src/lib/patches/gc.patch 1.2:
2316: * src/lib/patches/gdome2.patch 1.2:
2317: * src/lib/patches/libxml2.patch 1.2:
2318: * src/lib/patches/libxslt.patch 1.2:
2319: * src/lib/pcre/Makefile.in 1.9:
2320: * src/lib/pcre/pcre.h 1.2:
2321: * src/lib/pcre/pcre_parser_ctype.c 1.4:
2322: * src/main/Makefile.am 1.36:
2323: * src/main/Makefile.in 1.51:
2324: * src/main/compile.C 1.70:
2325: * src/main/compile.tab.C 1.84:
2326: * src/main/compile.tab.C 1.85:
2327: * src/main/compile.y 1.206:
2328: * src/main/compile_tools.C 1.55:
2329: * src/main/compile_tools.h 1.68:
2330: * src/main/execute.C 1.297:
2331: * src/main/main.dsp 1.165:
2332: * src/main/pa_array.C 1.57:
2333: * src/main/pa_cache_managers.C 1.8:
2334: * src/main/pa_charset.C 1.35:
2335: * src/main/pa_charsets.C 1.12:
2336: * src/main/pa_common.C 1.154:
2337: * src/main/pa_dictionary.C 1.18:
2338: * src/main/pa_dir.C 1.15:
2339: * src/main/pa_exception.C 1.44:
2340: * src/main/pa_exec.C 1.51:
2341: * src/main/pa_globals.C 1.157:
2342: * src/main/pa_hash.C 1.54:
2343: * src/main/pa_memory.C 1.2:
2344: * src/main/pa_pool.C 1.60:
2345: * src/main/pa_request.C 1.248:
2346: * src/main/pa_socks.C 1.19:
2347: * src/main/pa_sql_driver_manager.C 1.71:
2348: * src/main/pa_string.C 1.174:
2349: * src/main/pa_stylesheet_manager.C 1.17:
2350: * src/main/pa_table.C 1.56:
2351: * src/main/pa_uue.C 1.5:
2352: * src/main/untaint.C 1.117:
2353: * src/sql/Makefile.in 1.12:
2354: * src/sql/pa_sql_driver.h 1.35:
2355: * src/targets/Makefile.am 1.10:
2356: * src/targets/Makefile.in 1.43:
2357: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
2358: * src/targets/apache13/Makefile.am 1.16:
2359: * src/targets/apache13/Makefile.in 1.46:
2360: * src/targets/apache13/mod_parser3.C 1.29:
2361: * src/targets/apache13/p3runConfigure.in 1.13:
2362: * src/targets/apache13/pa_httpd.h 1.2:
2363: * src/targets/apache13/pa_md5c.c 1.6:
2364: * src/targets/apache13/pa_pool.C 1.9:
2365: * src/targets/apache13/pa_threads.C 1.12:
2366: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
2367: * src/targets/apache13core/Makefile.am 1.2:
2368: * src/targets/apache13core/Makefile.in 1.2:
2369: * src/targets/apache13core/mod_parser3.C 1.2:
2370: * src/targets/apache13core/pa_threads.C 1.2:
2371: * src/targets/cgi/Makefile.am 1.47:
2372: * src/targets/cgi/Makefile.in 1.63:
2373: * src/targets/cgi/getopt.c 1.3:
2374: * src/targets/cgi/getopt.h 1.3:
2375: * src/targets/cgi/pa_pool.C 1.42:
2376: * src/targets/cgi/pa_threads.C 1.13:
2377: * src/targets/cgi/parser3.C 1.218:
2378: * src/targets/cgi/parser3.dsp 1.64:
2379: * src/targets/cgi/pool_storage.h 1.14:
2380: * src/targets/cgi/pp3.cmd 1.2:
2381: * src/targets/isapi/Makefile.am 1.2:
2382: * src/targets/isapi/Makefile.in 1.12:
2383: * src/targets/isapi/pa_pool.C 1.17:
2384: * src/targets/isapi/pa_threads.C 1.14:
2385: * src/targets/isapi/parser3isapi.C 1.83:
2386: * src/targets/isapi/parser3isapi.dsp 1.42:
2387: * src/targets/isapi/pool_storage.h 1.20:
2388: * src/types/Makefile.am 1.29:
2389: * src/types/Makefile.in 1.51:
2390: * src/types/pa_junction.h 1.2:
2391: * src/types/pa_method.h 1.2:
2392: * src/types/pa_value.C 1.10:
2393: * src/types/pa_value.h 1.110:
2394: * src/types/pa_vbool.h 1.22:
2395: * src/types/pa_vclass.C 1.17:
2396: * src/types/pa_vclass.h 1.40:
2397: * src/types/pa_vcode_frame.h 1.25:
2398: * src/types/pa_vcookie.C 1.56:
2399: * src/types/pa_vcookie.h 1.24:
2400: * src/types/pa_vdate.h 1.25:
2401: * src/types/pa_vdouble.h 1.43:
2402: * src/types/pa_venv.h 1.29:
2403: * src/types/pa_vfile.C 1.37:
2404: * src/types/pa_vfile.h 1.53:
2405: * src/types/pa_vform.C 1.75:
2406: * src/types/pa_vform.h 1.46:
2407: * src/types/pa_vhash.C 1.2:
2408: * src/types/pa_vhash.h 1.46:
2409: * src/types/pa_vimage.C 1.23:
2410: * src/types/pa_vimage.h 1.35:
2411: * src/types/pa_vint.h 1.39:
2412: * src/types/pa_vjunction.h 1.20:
2413: * src/types/pa_vmail.C 1.45:
2414: * src/types/pa_vmail.h 1.10:
2415: * src/types/pa_vmath.C 1.2:
2416: * src/types/pa_vmath.h 1.15:
2417: * src/types/pa_vmemory.h 1.2:
2418: * src/types/pa_vmethod_frame.C 1.2:
2419: * src/types/pa_vmethod_frame.h 1.46:
2420: * src/types/pa_vobject.C 1.13:
2421: * src/types/pa_vobject.h 1.39:
2422: * src/types/pa_vrequest.C 1.28:
2423: * src/types/pa_vrequest.h 1.26:
2424: * src/types/pa_vresponse.C 1.18:
2425: * src/types/pa_vresponse.h 1.33:
2426: * src/types/pa_vstateless_class.C 1.20:
2427: * src/types/pa_vstateless_class.h 1.43:
2428: * src/types/pa_vstateless_object.h 1.29:
2429: * src/types/pa_vstatus.C 1.17:
2430: * src/types/pa_vstatus.h 1.16:
2431: * src/types/pa_vstring.C 1.23:
2432: * src/types/pa_vstring.h 1.55:
2433: * src/types/pa_vtable.C 1.22:
2434: * src/types/pa_vtable.h 1.49:
2435: * src/types/pa_vvoid.h 1.18:
2436: * src/types/pa_vxdoc.C 1.24:
2437: * src/types/pa_vxdoc.h 1.32:
2438: * src/types/pa_vxnode.C 1.31:
2439: * src/types/pa_vxnode.h 1.23:
2440: * src/types/pa_wcontext.C 1.25:
2441: * src/types/pa_wcontext.h 1.43:
2442: * src/types/pa_wwrapper.h 1.29:
2443: * src/types/types.dsp 1.40:
2444: * www/htdocs/.htaccess 1.13:
2445: * www/htdocs/auto.p 1.18:
2446: * www/htdocs/index.html 1.212:
2447: moved tempate_gc to HEAD
2448:
2449: * parser3.dsw [template_gc] 1.7.6.1.2.4:
2450: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
2451: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
2452: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
2453: few paths for libxml debug/release changes
2454:
2455: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
2456: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
2457: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
2458: more step towards \parser3project not having to be in root
2459:
2460: * parser3.dsw [template_gc] 1.7.6.1.2.5:
2461: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
2462: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
2463: relative paths to xml&gc libs
2464:
2465: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
2466: PA_ -> pa_
2467:
2468: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
2469: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
2470: uuid bugfix
2471:
2472: * tests/141.html [template_gc] 1.1.2.2:
2473: * tests/Makefile [template_gc] 1.1.2.8.2.10:
2474: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
2475: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
2476: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
2477: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
2478: to reflect date format change (were - become ' ')
2479:
1.25 paf 2480: * src/classes/classes.dsp 1.30:
2481: * src/main/main.dsp 1.166:
2482: * src/main/pa_globals.C 1.158:
2483: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
2484: * src/targets/cgi/parser3.dsp 1.65:
2485: * src/targets/isapi/parser3isapi.dsp 1.43:
2486: * src/types/types.dsp 1.41:
2487: cvs: getting rid of win32xml pseudo project
2488:
1.24 paf 2489: * src/classes/math.C 1.33:
2490: merged uuid bugfix
2491:
2492: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 2493: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
2494: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 2495: release
2496:
2497: * src/classes/math.C [release_3_0_8] 1.33.2.1:
2498: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
2499: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
2500: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
2501: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
2502: apache module compiled [were minor unnecessary changes in lib
2503: md5 interface]
2504:
1.26 paf 2505: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
2506: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
2507: bad #endif fix
2508:
1.24 paf 2509: * tests/001.html 1.2:
2510: * tests/002.html 1.2:
2511: * tests/003.html 1.2:
2512: * tests/004.html 1.2:
2513: * tests/005.html 1.2:
2514: * tests/006.html 1.2:
2515: * tests/007.html 1.2:
2516: * tests/008.html 1.2:
2517: * tests/009.html 1.2:
2518: * tests/010.html 1.2:
2519: * tests/011.html 1.2:
2520: * tests/012.html 1.2:
2521: * tests/013.html 1.2:
2522: * tests/014.html 1.2:
2523: * tests/015.html 1.2:
2524: * tests/016.html 1.2:
2525: * tests/017.html 1.2:
2526: * tests/018.html 1.2:
2527: * tests/019.html 1.2:
2528: * tests/019paf2001.gif 1.2:
2529: * tests/020.html 1.2:
2530: * tests/021.html 1.2:
2531: * tests/022.html 1.2:
2532: * tests/022_dir/a.html 1.2:
2533: * tests/022_dir/b.txt 1.2:
2534: * tests/022_dir/c.htm 1.2:
2535: * tests/023.html 1.2:
2536: * tests/024.html 1.2:
2537: * tests/025.html 1.2:
2538: * tests/026.html 1.2:
2539: * tests/027.html 1.2:
2540: * tests/028.html 1.2:
2541: * tests/029.html 1.2:
2542: * tests/030.html 1.2:
2543: * tests/031.html 1.2:
2544: * tests/032.html 1.2:
2545: * tests/033.html 1.2:
2546: * tests/034.html 1.2:
2547: * tests/035.html 1.2:
2548: * tests/036.html 1.2:
2549: * tests/037.html 1.2:
2550: * tests/038.html 1.2:
2551: * tests/039.html 1.2:
2552: * tests/040.html 1.2:
2553: * tests/041.html 1.2:
2554: * tests/042.html 1.2:
2555: * tests/043.html 1.2:
2556: * tests/044.html 1.2:
2557: * tests/045.html 1.2:
2558: * tests/046.html 1.2:
2559: * tests/047.html 1.2:
2560: * tests/048.html 1.2:
2561: * tests/049.html 1.2:
2562: * tests/050.html 1.2:
2563: * tests/051.html 1.2:
2564: * tests/051b.p 1.2:
2565: * tests/051t.p 1.2:
2566: * tests/052.html 1.2:
2567: * tests/053.html 1.2:
2568: * tests/054.html 1.2:
2569: * tests/055.html 1.2:
2570: * tests/056.html 1.2:
2571: * tests/057.html 1.2:
2572: * tests/058.html 1.2:
2573: * tests/058_paf2000.png 1.2:
2574: * tests/059.html 1.2:
2575: * tests/060.html 1.2:
2576: * tests/061.dat 1.2:
2577: * tests/061.html 1.2:
2578: * tests/062.html 1.2:
2579: * tests/063.html 1.2:
2580: * tests/064.html 1.2:
2581: * tests/065.html 1.2:
2582: * tests/066.html 1.2:
2583: * tests/067.html 1.2:
2584: * tests/068.html 1.2:
2585: * tests/069.html 1.2:
2586: * tests/070.html 1.2:
2587: * tests/071.html 1.2:
2588: * tests/072.html 1.2:
2589: * tests/073.html 1.2:
2590: * tests/074.html 1.2:
2591: * tests/075.html 1.2:
2592: * tests/076.html 1.2:
2593: * tests/077.html 1.2:
2594: * tests/078.html 1.2:
2595: * tests/079.html 1.2:
2596: * tests/080.html 1.2:
2597: * tests/081.html 1.2:
2598: * tests/082.html 1.2:
2599: * tests/083.html 1.2:
2600: * tests/084.html 1.2:
2601: * tests/085.html 1.2:
2602: * tests/086.html 1.2:
2603: * tests/087.html 1.2:
2604: * tests/088.html 1.2:
2605: * tests/089.html 1.2:
2606: * tests/090.html 1.2:
2607: * tests/091.html 1.2:
2608: * tests/092.html 1.2:
2609: * tests/093.html 1.2:
2610: * tests/094.html 1.2:
2611: * tests/095.html 1.2:
2612: * tests/096.html 1.2:
2613: * tests/096_dir/163.jpg 1.2:
2614: * tests/096_dir/188.jpg 1.2:
2615: * tests/097.html 1.2:
2616: * tests/098.html 1.2:
2617: * tests/098font.gif 1.2:
2618: * tests/099.html 1.2:
2619: * tests/100.html 1.2:
2620: * tests/101.html 1.2:
2621: * tests/102.html 1.2:
2622: * tests/103.html 1.2:
2623: * tests/103mark.gif 1.2:
2624: * tests/103paf2001.gif 1.2:
2625: * tests/104.html 1.2:
2626: * tests/105.html 1.2:
2627: * tests/106.html 1.2:
2628: * tests/107.html 1.2:
2629: * tests/108.html 1.2:
2630: * tests/108.xsl 1.2:
2631: * tests/109.html 1.2:
2632: * tests/110.html 1.2:
2633: * tests/111.html 1.2:
2634: * tests/112.html 1.2:
2635: * tests/113.html 1.2:
2636: * tests/114.html 1.2:
2637: * tests/115.html 1.2:
2638: * tests/116.html 1.2:
2639: * tests/117.html 1.2:
2640: * tests/118.html 1.2:
2641: * tests/119.html 1.2:
2642: * tests/120.html 1.2:
2643: * tests/121.html 1.2:
2644: * tests/122.html 1.2:
2645: * tests/123.html 1.2:
2646: * tests/124.html 1.2:
2647: * tests/125.html 1.2:
2648: * tests/126.html 1.2:
2649: * tests/127.html 1.2:
2650: * tests/128.html 1.2:
2651: * tests/129.html 1.2:
2652: * tests/130.html 1.2:
2653: * tests/131.html 1.2:
2654: * tests/132.html 1.2:
2655: * tests/133.html 1.2:
2656: * tests/134.html 1.2:
2657: * tests/135.html 1.2:
2658: * tests/136.html 1.2:
2659: * tests/137.html 1.2:
2660: * tests/138.html 1.2:
2661: * tests/139.html 1.2:
2662: * tests/140.html 1.2:
2663: * tests/141.html 1.2:
2664: * tests/Makefile 1.2:
2665: * tests/descript.ion 1.2:
2666: * tests/outputs/create-dir 1.2:
2667: * tests/results/001.processed 1.2:
2668: * tests/results/002.processed 1.2:
2669: * tests/results/003.processed 1.2:
2670: * tests/results/004.processed 1.2:
2671: * tests/results/005.processed 1.2:
2672: * tests/results/006.processed 1.2:
2673: * tests/results/007.processed 1.2:
2674: * tests/results/008.processed 1.2:
2675: * tests/results/009.processed 1.2:
2676: * tests/results/010.processed 1.2:
2677: * tests/results/011.processed 1.2:
2678: * tests/results/012.processed 1.2:
2679: * tests/results/013.processed 1.2:
2680: * tests/results/014.processed 1.2:
2681: * tests/results/015.processed 1.2:
2682: * tests/results/016.processed 1.2:
2683: * tests/results/017.processed 1.2:
2684: * tests/results/018.processed 1.2:
2685: * tests/results/019.processed 1.2:
2686: * tests/results/020.processed 1.2:
2687: * tests/results/021.processed 1.2:
2688: * tests/results/022.processed 1.2:
2689: * tests/results/023.processed 1.2:
2690: * tests/results/024.processed 1.2:
2691: * tests/results/025.processed 1.2:
2692: * tests/results/026.processed 1.2:
2693: * tests/results/027.processed 1.2:
2694: * tests/results/028.processed 1.2:
2695: * tests/results/029.processed 1.2:
2696: * tests/results/030.processed 1.2:
2697: * tests/results/031.processed 1.2:
2698: * tests/results/032.processed 1.2:
2699: * tests/results/033.processed 1.2:
2700: * tests/results/034.processed 1.2:
2701: * tests/results/035.processed 1.2:
2702: * tests/results/036.processed 1.2:
2703: * tests/results/037.processed 1.2:
2704: * tests/results/038.processed 1.2:
2705: * tests/results/039.processed 1.2:
2706: * tests/results/040.processed 1.2:
2707: * tests/results/041.processed 1.2:
2708: * tests/results/042.processed 1.2:
2709: * tests/results/043.processed 1.2:
2710: * tests/results/044.processed 1.2:
2711: * tests/results/045.processed 1.2:
2712: * tests/results/046.processed 1.2:
2713: * tests/results/047.processed 1.2:
2714: * tests/results/048.processed 1.2:
2715: * tests/results/049.processed 1.2:
2716: * tests/results/050.processed 1.2:
2717: * tests/results/051.processed 1.2:
2718: * tests/results/052.processed 1.2:
2719: * tests/results/053.processed 1.2:
2720: * tests/results/054.processed 1.2:
2721: * tests/results/055.processed 1.2:
2722: * tests/results/056.processed 1.2:
2723: * tests/results/057.processed 1.2:
2724: * tests/results/058.processed 1.2:
2725: * tests/results/059.processed 1.2:
2726: * tests/results/060.processed 1.2:
2727: * tests/results/061.processed 1.2:
2728: * tests/results/062.processed 1.2:
2729: * tests/results/063.processed 1.2:
2730: * tests/results/064.processed 1.2:
2731: * tests/results/065.processed 1.2:
2732: * tests/results/066.processed 1.2:
2733: * tests/results/067.processed 1.2:
2734: * tests/results/068.processed 1.2:
2735: * tests/results/069.processed 1.2:
2736: * tests/results/070.processed 1.2:
2737: * tests/results/071.processed 1.2:
2738: * tests/results/072.processed 1.2:
2739: * tests/results/073.processed 1.2:
2740: * tests/results/074.processed 1.2:
2741: * tests/results/075.processed 1.2:
2742: * tests/results/076.processed 1.2:
2743: * tests/results/077.processed 1.2:
2744: * tests/results/078.processed 1.2:
2745: * tests/results/079.processed 1.2:
2746: * tests/results/080.processed 1.2:
2747: * tests/results/081.processed 1.2:
2748: * tests/results/082.processed 1.2:
2749: * tests/results/083.processed 1.2:
2750: * tests/results/084.processed 1.2:
2751: * tests/results/085.processed 1.2:
2752: * tests/results/086.processed 1.2:
2753: * tests/results/087.processed 1.2:
2754: * tests/results/088.processed 1.2:
2755: * tests/results/089.processed 1.2:
2756: * tests/results/090.processed 1.2:
2757: * tests/results/091.processed 1.2:
2758: * tests/results/092.processed 1.2:
2759: * tests/results/093.processed 1.2:
2760: * tests/results/094.processed 1.2:
2761: * tests/results/095.processed 1.2:
2762: * tests/results/096.processed 1.2:
2763: * tests/results/097.processed 1.2:
2764: * tests/results/098.processed 1.2:
2765: * tests/results/099.processed 1.2:
2766: * tests/results/100.processed 1.2:
2767: * tests/results/101.processed 1.2:
2768: * tests/results/102.processed 1.2:
2769: * tests/results/103.processed 1.2:
2770: * tests/results/104.processed 1.2:
2771: * tests/results/105.processed 1.2:
2772: * tests/results/106.processed 1.2:
2773: * tests/results/107.processed 1.2:
2774: * tests/results/108.processed 1.2:
2775: * tests/results/109.processed 1.2:
2776: * tests/results/110.processed 1.2:
2777: * tests/results/111.processed 1.2:
2778: * tests/results/112.processed 1.2:
2779: * tests/results/113.processed 1.2:
2780: * tests/results/114.processed 1.2:
2781: * tests/results/115.processed 1.2:
2782: * tests/results/116.processed 1.2:
2783: * tests/results/117.processed 1.2:
2784: * tests/results/118.processed 1.2:
2785: * tests/results/119.processed 1.2:
2786: * tests/results/120.processed 1.2:
2787: * tests/results/121.processed 1.2:
2788: * tests/results/122.processed 1.2:
2789: * tests/results/123.processed 1.2:
2790: * tests/results/124.processed 1.2:
2791: * tests/results/125.processed 1.2:
2792: * tests/results/126.processed 1.2:
2793: * tests/results/127.processed 1.2:
2794: * tests/results/128.processed 1.2:
2795: * tests/results/129.processed 1.2:
2796: * tests/results/130.processed 1.2:
2797: * tests/results/131.processed 1.2:
2798: * tests/results/132.processed 1.2:
2799: * tests/results/133.processed 1.2:
2800: * tests/results/134.processed 1.2:
2801: * tests/results/135.processed 1.2:
2802: * tests/results/136.processed 1.2:
2803: * tests/results/137.processed 1.2:
2804: * tests/results/138.processed 1.2:
2805: * tests/results/139.processed 1.2:
2806: * tests/results/140.processed 1.2:
2807: * tests/results/141.processed 1.2:
2808: * tests/run_parser.sh 1.2:
2809: merged(copied) to HEAD from template_gc
2810:
1.25 paf 2811: * tests/141.html [template_gc] 1.1.2.3:
2812: * tests/results/141.processed [template_gc] 1.1.2.3:
2813: fixed bug with too-small-a-buffer
2814:
1.24 paf 2815: 2003-07-23 paf
2816: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
2817: file ApacheModuleParser3Core.dsp was initially added on branch
2818: template_gc.
2819:
2820: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
2821: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
2822: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
2823: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
2824: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
2825: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
2826: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
2827: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
2828: stack top_index() fixed
2829:
2830: * src/targets/Makefile.am [template_gc] 1.9.24.1:
2831: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
2832: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
2833: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
2834: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
2835: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
2836: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
2837: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
2838: apache13 splitted to simplify apache build
2839:
2840: * src/lib/patches/gc.patch 1.1:
2841: file gc.patch was initially added on branch template_gc.
2842:
2843: * src/targets/apache13/mod_parser3.c 1.1:
2844: file mod_parser3.c was initially added on branch template_gc.
2845:
2846: * src/targets/apache13core/mod_parser3.C 1.1:
2847: file mod_parser3.C was initially added on branch template_gc.
2848:
2849: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
2850: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
2851: connection closing/caching fixed [connections were not closed
2852: put to cache]
2853:
2854: * src/targets/apache13core/Makefile.am 1.1:
2855: file Makefile.am was initially added on branch template_gc.
2856:
2857: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
2858: decided to support multithreading in apache module only on win32
2859: see that apache 1.3.28 supports it only in win32+netware...
2860:
2861: * src/targets/apache13/pa_httpd.h 1.1:
2862: file pa_httpd.h was initially added on branch template_gc.
2863:
2864: * src/targets/apache13core/Makefile.in 1.1:
2865: file Makefile.in was initially added on branch template_gc.
2866:
2867: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
2868: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
2869: proper dependence to rebuild p3conf from .in
2870:
2871: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
2872: minor style changes
2873:
2874: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
2875: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
2876: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
2877: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
2878: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
2879: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
2880: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
2881: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
2882: splitted apache to two projects to simplify separate c/c++ compilation
2883:
2884: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
2885: *** empty log message ***
2886:
2887: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
2888: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
2889: updated to new sapi interface
2890:
2891: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
2892: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
2893: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
2894: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
2895: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
2896: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
2897: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
2898: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
2899: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
2900: started splitting mod_parser3 into two parts: C and C++
2901:
2902: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
2903: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
2904: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
2905: renamed a little [to move to comman naming conv]
2906:
2907: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
2908: this bug remains even in latest-at-the-moment: gc6.2alpha6
2909: just reported to hans
2910:
2911: * src/targets/apache13/mod_parser3_main.C 1.1:
2912: file mod_parser3_main.C was initially added on branch
2913: template_gc.
2914:
1.25 paf 2915: * src/targets/apache13core/pa_threads.C 1.1:
2916: file pa_threads.C was initially added on branch template_gc.
2917:
1.24 paf 2918: 2003-07-22 paf
2919: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
2920: on win32 bugfix in handling shbang
2921:
2922: * INSTALL [template_gc] 1.31.6.4:
2923: disable-threads adviced
2924:
2925: * INSTALL [template_gc] 1.31.6.5:
2926: gc part updated stightly
2927:
2928: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
2929: out of memory is no longer coredump
2930:
2931: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
2932: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
2933: updated to new sapi interface
2934:
2935: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
2936: removed reduntant invariant check [there is one deeper in cord
2937: lib]
2938:
2939: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
2940: comment on OS
2941:
2942: 2003-07-21 paf
2943: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
2944: http:// CRLF now [merged from HEAD]
2945:
2946: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
2947: env passing fixed
2948:
2949: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
2950: file::exec/cgi environment variables now must be UPPERCASE and
2951: A-Z 0-9 _-
2952:
2953: * src/classes/Makefile.am [template_gc] 1.40.16.3:
2954: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
2955: removed circular dependency on classes.C
2956:
2957: * src/main/pa_common.C 1.153:
2958: http:// CRLF now
2959:
2960: 2003-07-02 paf
2961: * operators.txt [template_gc] 1.109.2.1.2.9:
2962: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
2963: renamed $memory:status fields to reflect their real meaning
2964:
2965: 2003-06-27 paf
2966: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
2967: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
2968: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
2969: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
2970: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
2971: merged from HEAD file::exec/cgi .charset
2972:
2973: 2003-06-26 paf
2974: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
2975: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
2976: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
2977: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
2978: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
2979: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
2980: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
2981: fixed several uninitialized local structures.
2982: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
2983:
2984: 2003-06-24 paf
2985: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
2986: simplified HASH_ALLOCATES_COUNT
2987:
2988: 2003-06-20 paf
2989: * operators.txt 1.115:
2990: * src/include/pa_globals.h 1.103:
2991: * src/main/pa_common.C 1.152:
2992: * src/main/pa_globals.C 1.156:
2993: introducing
2994: $f[^file::load[binary;http://...]]
2995: $f.tables
2996:
2997: 2003-06-06 paf
2998: * src/types/pa_vhash.h 1.45:
2999: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
3000: hash.field lookup first now: along with table. [were method
3001: lookup: inconsistent]
3002:
1.23 paf 3003: 2003-06-02 paf
3004: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
3005: empty string clone fixed to return writable memory
3006:
3007: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
3008: fix_line_breaks bug fix [terminating zero were not appended]
3009: which violated string invariant
3010:
3011: 2003-05-30 paf
3012: * src/main/pa_common.C 1.151:
3013: date format now
3014: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
3015:
3016: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
3017: date format now
3018: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
3019:
3020: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
3021: found minor bug, commended for future
3022:
3023: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
3024: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
3025: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
3026: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
3027: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
3028: initialized request_info properly
3029:
3030: 2003-05-28 paf
3031: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
3032: request_info.content_length can't be <0, size_t for some time
3033:
3034: 2003-05-26 paf
3035: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
3036: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
3037: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
3038: few forgotten <0 changed to !=STRING_NOT_FOUND
3039:
3040: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
3041: merged ffffu from HEAD
3042:
3043: 2003-05-11 paf
3044: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
3045: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
3046: think that found cause of premature doc free.
3047: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
3048: added holding-reference
3049:
3050: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
3051: xml memory debugging functions (ifdefed)
3052:
3053: 2003-04-29 paf
3054: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
3055: started digging on double free.
3056: on win32 found that that's perfectly normal.
3057:
3058: 2003-04-25 paf
3059: * src/classes/math.C 1.31:
3060: snprintf(buf, 3) become (buf,2) and failed to print anything.
3061: changed to quicker and simplier code
3062:
3063: * src/classes/hash.C 1.56:
3064: allowed ^hash::create[^rem{xxx}] [were to strict a check]
3065:
3066: * src/classes/table.C 1.180:
3067: * src/lib/md5/pa_md5c.c 1.9:
3068: minor compile errors
3069:
3070: * src/classes/table.C 1.181:
3071: table.join bug fix [bad limit check]
3072:
3073: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
3074: merged from HEAD: simpiler hash_string
3075:
3076: 2003-04-24 paf
3077: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
3078: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
3079: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
3080: ansi c fiolation syntax report
3081:
3082: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
3083: too strict assert loosened
3084:
3085: 2003-04-21 paf
3086: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
3087: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
3088: pp3 added to .am
3089:
3090: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
3091: merged from HEAD:
3092: "x:..." and "\\..." file names on Win32 considered disk-global
3093:
3094: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
3095: .5.6 version of libxml allows to install xmlMallocAtomic [
3096: author agreed to my suggestion], used that
3097:
3098: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
3099: assert added [looking for bug]
3100:
3101: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
3102: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
3103: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
3104: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
3105: attributed_meaning_to_string added L_UNSPECIFIED piece
3106: which was sortof OK, but violated string invariant [assertion barked on that]
3107: changed to L_PASS_APPEND, made that param obligatory
3108:
3109: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
3110: ^mail:send[$.body backward compatibility
3111:
3112: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
3113: pcre memory management changed to use GC memory
3114:
3115: * src/main/pa_request.C 1.247:
3116: "x:..." and "\\..." file names on Win32 considered disk-global
3117:
3118: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
3119: String::ArrayFragment::append_positions bug fixed [assert
3120: helped]
3121:
3122: 2003-04-18 paf
3123: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
3124: merged from HEAD:
3125: enabled '~' letter in filenames
3126:
3127: * src/main/untaint.C 1.116:
3128: enabled '~' letter in filenames
3129:
3130: 2003-04-16 paf
3131: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
3132: small bug introduced in autoptr times fixed
3133:
3134: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
3135: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
3136: fix: gcc reported tiny error
3137:
3138: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
3139: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
3140: merged from HEAD
3141:
3142: 2003-04-15 paf
3143: * operators.txt 1.112:
3144: * operators.txt [release_3_0_0007] 1.107.2.2:
3145: * src/classes/math.C 1.27:
3146: * src/lib/md5/pa_md5.h 1.7:
3147: * src/lib/md5/pa_md5c.c 1.8:
3148: ^math:md5[string]
3149: 16-byte digest
3150:
3151: * operators.txt 1.113:
3152: * src/classes/math.C 1.28:
3153: * src/classes/math.C 1.29:
3154: ^math:uuid[]
3155:
3156: * tests/results/141.processed 1.1:
3157: file 141.processed was initially added on branch template_gc.
3158:
3159: * operators.txt 1.114:
3160: * src/classes/math.C 1.30:
3161: ^math:uid64[]
3162:
3163: * operators.txt [template_gc] 1.109.2.1.2.8:
3164: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
3165: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
3166: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
3167: * tests/141.html [template_gc] 1.1.2.1:
3168: * tests/results/141.processed [template_gc] 1.1.2.1:
3169: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
3170: merged from head
3171: ^math:uuid[]
3172: ^math:uid64[]
3173: ^math:md5[string]
3174:
3175: test added: 141.html
3176:
3177: * tests/141.html 1.1:
3178: file 141.html was initially added on branch template_gc.
3179:
3180: * operators.txt [release_3_0_0007] 1.107.2.1:
3181: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
3182: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
3183: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
3184: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
3185: ^file::load[mode;name;
3186: $.offset
3187: $.limit
3188:
3189: 2003-04-14 paf
3190: * src/classes/table.C 1.178:
3191: more warnings
3192:
3193: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
3194: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
3195: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
3196: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
3197: removed checks in table::set_current, moved them back to table::locate
3198: implemented table::create/join ñ $.reverse
3199:
3200: * tests/results/140.processed 1.1:
3201: file 140.processed was initially added on branch template_gc.
3202:
3203: * src/include/pa_table.h 1.50:
3204: * src/main/pa_array.C 1.56:
3205: * src/main/pa_table.C 1.55:
3206: removed checks in table::set_current, moved them back to table
3207: :locate
3208:
3209: * src/classes/table.C 1.179:
3210: * src/include/pa_table.h 1.51:
3211: table $.distinct[tables] bug fixed
3212:
3213: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
3214: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
3215: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
3216: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
3217: * tests/140.html [template_gc] 1.1.2.1:
3218: * tests/results/140.processed [template_gc] 1.1.2.1:
3219: table $.reverse option works in create&co
3220: table $.distinct[tables] bug fix merged
3221:
3222: * tests/140.html 1.1:
3223: file 140.html was initially added on branch template_gc.
3224:
3225: * src/classes/math.C 1.26:
3226: * src/lib/md5/pa_md5.h 1.6:
3227: * src/lib/md5/pa_md5c.c 1.7:
3228: started ^math:md5
3229:
3230: 2003-04-11 paf
3231: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
3232: less xml, couple dup were valid
3233:
3234: * tests/128.html 1.1:
3235: file 128.html was initially added on branch template_gc.
3236:
3237: * tests/results/134.processed 1.1:
3238: file 134.processed was initially added on branch template_gc.
3239:
3240: * tests/129.html 1.1:
3241: file 129.html was initially added on branch template_gc.
3242:
3243: * tests/130.html 1.1:
3244: file 130.html was initially added on branch template_gc.
3245:
3246: * tests/results/126.processed 1.1:
3247: file 126.processed was initially added on branch template_gc.
3248:
3249: * tests/130.html [template_gc] 1.1.2.1:
3250: * tests/131.html [template_gc] 1.1.2.1:
3251: * tests/132.html [template_gc] 1.1.2.1:
3252: * tests/133.html [template_gc] 1.1.2.1:
3253: * tests/134.html [template_gc] 1.1.2.1:
3254: * tests/135.html [template_gc] 1.1.2.1:
3255: * tests/136.html [template_gc] 1.1.2.1:
3256: * tests/137.html [template_gc] 1.1.2.1:
3257: * tests/138.html [template_gc] 1.1.2.1:
3258: * tests/139.html [template_gc] 1.1.2.1:
3259: * tests/descript.ion [template_gc] 1.1.2.1:
3260: * tests/results/130.processed [template_gc] 1.1.2.1:
3261: * tests/results/131.processed [template_gc] 1.1.2.1:
3262: * tests/results/132.processed [template_gc] 1.1.2.1:
3263: * tests/results/133.processed [template_gc] 1.1.2.1:
3264: * tests/results/134.processed [template_gc] 1.1.2.1:
3265: * tests/results/135.processed [template_gc] 1.1.2.1:
3266: * tests/results/136.processed [template_gc] 1.1.2.1:
3267: * tests/results/137.processed [template_gc] 1.1.2.1:
3268: * tests/results/138.processed [template_gc] 1.1.2.1:
3269: * tests/results/139.processed [template_gc] 1.1.2.1:
3270: added few mustfail tests
3271: 130.html mustfail: empty regexp
3272: 131.html mustfail: invalid date/time
3273: 132.html mustfail: access to junction outside of context
3274: 133.html mustfail: access to junction outside of context, case version
3275: 134.html mustfail: hash: adding a key inside of foreach
3276: 135.html mustfail: modifying system class
3277: 136.html mustfail: $.name outside of $hash[here]
3278: 137.html mustfail: appendChild without import
3279: 138.html mustfail: invalid encoding inside of xml
3280: 139.html mustfail: bad XPath
3281:
3282: * tests/131.html 1.1:
3283: file 131.html was initially added on branch template_gc.
3284:
3285: * tests/results/136.processed 1.1:
3286: file 136.processed was initially added on branch template_gc.
3287:
3288: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
3289: context-style
3290:
3291: * tests/132.html 1.1:
3292: file 132.html was initially added on branch template_gc.
3293:
3294: * tests/results/128.processed 1.1:
3295: file 128.processed was initially added on branch template_gc.
3296:
3297: * tests/results/138.processed 1.1:
3298: file 138.processed was initially added on branch template_gc.
3299:
3300: * operators.txt [template_gc] 1.109.2.1.2.7:
3301: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
3302: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
3303: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
3304: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
3305: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
3306: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
3307: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
3308: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
3309: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
3310: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
3311: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
3312: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
3313: merged from HEAD
3314: from before_append_array_limit_sense_change
3315: to after_append_array_limit_sense_change
3316:
3317: * operators.txt [template_gc] 1.109.2.1.2.6:
3318: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
3319: * tests/084.html [template_gc] 1.1.2.1.2.1:
3320: * tests/125.html [template_gc] 1.1.2.1:
3321: * tests/126.html [template_gc] 1.1.2.1:
3322: * tests/127.html [template_gc] 1.1.2.1:
3323: * tests/128.html [template_gc] 1.1.2.1:
3324: * tests/129.html [template_gc] 1.1.2.1:
3325: * tests/results/125.processed [template_gc] 1.1.2.1:
3326: * tests/results/126.processed [template_gc] 1.1.2.1:
3327: * tests/results/127.processed [template_gc] 1.1.2.1:
3328: * tests/results/128.processed [template_gc] 1.1.2.1:
3329: * tests/results/129.processed [template_gc] 1.1.2.1:
3330: merged from HEAD
3331: ^table.hash[key][$.distinct[tables]]
3332:
3333: maked appropriate tests [changed one old nonconforming]
3334:
3335: * tests/descript.ion 1.1:
3336: file descript.ion was initially added on branch template_gc.
3337:
3338: * tests/133.html 1.1:
3339: file 133.html was initially added on branch template_gc.
3340:
3341: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
3342: removed bad lines
3343:
3344: * tests/results/131.processed 1.1:
3345: file 131.processed was initially added on branch template_gc.
3346:
3347: * tests/134.html 1.1:
3348: file 134.html was initially added on branch template_gc.
3349:
3350: * tests/135.html 1.1:
3351: file 135.html was initially added on branch template_gc.
3352:
3353: * tests/results/133.processed 1.1:
3354: file 133.processed was initially added on branch template_gc.
3355:
3356: * tests/136.html 1.1:
3357: file 136.html was initially added on branch template_gc.
3358:
3359: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
3360: const
3361:
3362: * tests/results/125.processed 1.1:
3363: file 125.processed was initially added on branch template_gc.
3364:
3365: * tests/137.html 1.1:
3366: file 137.html was initially added on branch template_gc.
3367:
3368: * operators.txt 1.110:
3369: * src/classes/table.C 1.174:
3370: ^table.hash[key][$.distinct[tables]]
3371:
3372: * tests/results/135.processed 1.1:
3373: file 135.processed was initially added on branch template_gc.
3374:
3375: * tests/138.html 1.1:
3376: file 138.html was initially added on branch template_gc.
3377:
3378: * operators.txt 1.111:
3379: * src/classes/date.C 1.45:
3380: * src/classes/table.C 1.176:
3381: * src/include/pa_array.h 1.58:
3382: * src/include/pa_common.h 1.92:
3383: * src/include/pa_config_includes.h 1.24:
3384: * src/include/pa_globals.h 1.102:
3385: * src/include/pa_table.h 1.49:
3386: * src/main/pa_array.C 1.55:
3387: * src/main/pa_globals.C 1.155:
3388: * src/main/pa_request.C 1.246:
3389: * src/main/pa_sql_driver_manager.C 1.70:
3390: * src/main/pa_string.C 1.173:
3391: * src/main/pa_table.C 1.54:
3392: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
3393: append_array_limit_sense_change
3394: locate accepts options same as create
3395: new option: $.reverse(1) [do not work in table::create]
3396:
3397: * tests/results/127.processed 1.1:
3398: file 127.processed was initially added on branch template_gc.
3399:
3400: * tests/139.html 1.1:
3401: file 139.html was initially added on branch template_gc.
3402:
3403: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
3404: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
3405: *** empty log message ***
3406:
3407: * tests/results/137.processed 1.1:
3408: file 137.processed was initially added on branch template_gc.
3409:
3410: * tests/results/130.processed 1.1:
3411: file 130.processed was initially added on branch template_gc.
3412:
3413: * tests/results/129.processed 1.1:
3414: file 129.processed was initially added on branch template_gc.
3415:
3416: * src/include/pa_common.h 1.91:
3417: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
3418: * src/main/pa_common.C 1.150:
3419: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
3420: gcc didn't like (stat xxx,
3421:
3422: * INSTALL [template_gc] 1.31.6.3:
3423: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
3424: * src/lib/Makefile.am [template_gc] 1.3.10.3:
3425: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
3426: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
3427: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
3428: re-added libgdome patch. regretfully libgdome bug can not be
3429: worked around
3430:
3431: * src/classes/xdoc.C 1.110:
3432: * src/classes/xnode.C 1.55:
3433: * src/include/pa_charset.h 1.22:
3434: merged fix for
3435: found very old xml (dom) bug:
3436: were passing domString objects and later ERROREOUSLY freed them
3437:
3438: * src/classes/table.C 1.175:
3439: * src/classes/table.C 1.177:
3440: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
3441: typo
3442:
3443: * tests/results/139.processed 1.1:
3444: file 139.processed was initially added on branch template_gc.
3445:
3446: * tests/125.html 1.1:
3447: file 125.html was initially added on branch template_gc.
3448:
3449: * tests/results/132.processed 1.1:
3450: file 132.processed was initially added on branch template_gc.
3451:
3452: * tests/126.html 1.1:
3453: file 126.html was initially added on branch template_gc.
3454:
3455: * tests/127.html 1.1:
3456: file 127.html was initially added on branch template_gc.
3457:
3458: 2003-04-10 paf
3459: * src/doc/string.dox [template_gc] 1.4.22.2:
3460: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
3461: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
3462: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
3463: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
3464: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
3465: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
3466: * tests/123.html [template_gc] 1.1.2.1:
3467: * tests/124.html [template_gc] 1.1.2.1:
3468: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
3469: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
3470: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
3471: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
3472: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
3473: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
3474: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
3475: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
3476: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
3477: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
3478: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
3479: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
3480: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
3481: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
3482: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
3483: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
3484: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
3485: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
3486: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
3487: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
3488: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
3489: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
3490: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
3491: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
3492: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
3493: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
3494: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
3495: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
3496: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
3497: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
3498: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
3499: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
3500: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
3501: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
3502: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
3503: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
3504: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
3505: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
3506: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
3507: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
3508: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
3509: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
3510: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
3511: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
3512: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
3513: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
3514: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
3515: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
3516: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
3517: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
3518: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
3519: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
3520: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
3521: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
3522: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
3523: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
3524: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
3525: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
3526: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
3527: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
3528: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
3529: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
3530: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
3531: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
3532: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
3533: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
3534: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
3535: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
3536: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
3537: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
3538: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
3539: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
3540: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
3541: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
3542: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
3543: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
3544: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
3545: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
3546: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
3547: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
3548: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
3549: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
3550: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
3551: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
3552: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
3553: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
3554: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
3555: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
3556: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
3557: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
3558: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
3559: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
3560: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
3561: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
3562: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
3563: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
3564: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
3565: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
3566: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
3567: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
3568: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
3569: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
3570: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
3571: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
3572: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
3573: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
3574: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
3575: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
3576: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
3577: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
3578: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
3579: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
3580: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
3581: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
3582: * tests/results/121.processed [template_gc] 1.1.2.2:
3583: * tests/results/122.processed [template_gc] 1.1.2.2:
3584: * tests/results/123.processed [template_gc] 1.1.2.1:
3585: * tests/results/124.processed [template_gc] 1.1.2.1:
3586: new convention: char* never 0. assert in cord on that
3587:
3588: * tests/124.html 1.1:
3589: file 124.html was initially added on branch template_gc.
3590:
3591: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
3592: couple more asserts
3593:
3594: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
3595: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
3596: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
3597: found very old xml (dom) bug:
3598: were passing domString objects and later ERROREOUSLY freed them
3599:
3600: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
3601: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
3602: bugfix on memory buffer overrun [but that's memory from
3603: gc_malloc, not from g_malloc :(, but would hope]
3604:
3605: * tests/results/123.processed 1.1:
3606: file 123.processed was initially added on branch template_gc.
3607:
3608: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
3609: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
3610: little transcodes speedup
3611:
3612: * tests/results/124.processed 1.1:
3613: file 124.processed was initially added on branch template_gc.
3614:
3615: * tests/123.html 1.1:
3616: file 123.html was initially added on branch template_gc.
3617:
3618: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
3619: checked custom malloc for returning 0
3620:
3621: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
3622: couple assertions on fantastic situations added [may be those
3623: is the case now?]
3624:
3625: 2003-04-09 paf
3626: * tests/122.html [template_gc] 1.1.2.1:
3627: * tests/results/122.processed [template_gc] 1.1.2.1:
3628: 122 date test <= and == added [after volatile fix. passes on
3629: win&intel-solaris]
3630:
3631: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
3632: custom profiling script:
3633: plist/ST << Sort by function time
3634:
3635: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
3636: merged ^date.roll changes
3637:
3638: * src/classes/date.C 1.44:
3639: ^date.roll bug fix
3640:
3641: * tests/results/122.processed 1.1:
3642: file 122.processed was initially added on branch template_gc.
3643:
3644: * tests/122.html 1.1:
3645: file 122.html was initially added on branch template_gc.
3646:
3647: * src/classes/date.C 1.43:
3648: ^date.roll now throws less errors:
3649: month shifts handles end of month situation by reducing day number
3650: hour-hole shift reduces hour to recover
3651:
3652: * src/targets/cgi/pp3.cmd 1.1:
3653: file pp3.cmd was initially added on branch template_gc.
3654:
3655: * operators.txt [template_gc] 1.109.2.1.2.5:
3656: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
3657: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
3658: http://
3659: $.charset[] param
3660: done
3661:
3662: 2003-04-08 paf
3663: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
3664: CORD_pos_advance turned out to have limit on 'n' param. worked
3665: that around
3666:
3667: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
3668: removed redundant & in CORD_pos param passing [for it's a
3669: pointer really]
3670:
3671: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
3672: merged PA_USE_ALARM bugfix from HEAD
3673:
3674: * src/lib/cord/source.url 1.1:
3675: file source.url was initially added on branch template_gc.
3676:
3677: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
3678: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
3679: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
3680: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
3681: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
3682: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
3683: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
3684: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
3685: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
3686: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
3687: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
3688: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
3689: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
3690: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
3691: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
3692: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
3693: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
3694: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
3695: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
3696: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
3697: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
3698: pa_vform violated String::invariant. started fixing [not
3699: compiled now]
3700:
3701: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
3702: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
3703: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
3704: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
3705: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
3706: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
3707: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
3708: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
3709: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
3710: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
3711: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
3712: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
3713: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
3714: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
3715: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
3716: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
3717: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
3718: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
3719: started http://
3720: $.charset[] param
3721: and
3722: http response charset detection
3723: just compiled.
3724: todo:test
3725:
3726: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
3727: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
3728: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
3729: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
3730: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
3731: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
3732: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
3733: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
3734: this allowed to fix one remaining String("123", 2) case
3735:
3736: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
3737: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
3738: *** empty log message ***
3739:
3740: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
3741: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
3742: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
3743: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
3744: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
3745: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
3746: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
3747: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
3748: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
3749: number of string style improvements & optimizations
3750:
3751: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
3752: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
3753: * src/lib/cord/source.url [template_gc] 1.1.2.1:
3754: From: "Boehm, Hans" <hans_boehm@hp.com>
3755: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
3756: Sent: Tuesday, April 08, 2003 2:16 AM
3757: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
3758:
3759:
3760: Thanks for the bug report and patch.
3761:
3762: 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.
3763:
3764: Hans
3765:
3766: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
3767: =0 bug fix [left from autoptr default ctor :(]
3768:
3769: 2003-04-07 paf
3770: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
3771: small style change
3772:
3773: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
3774: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
3775: CORD_cat bugfix
3776:
3777: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
3778: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
3779: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
3780: merged from head:safe mode error message now includes numbers
3781:
3782: * src/include/pa_common.h 1.90:
3783: * src/main/pa_common.C 1.149:
3784: * src/main/pa_exec.C 1.50:
3785: safe mode error message now includes numbers
3786:
3787: * src/main/execute.C 1.296:
3788: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
3789: n-th attempt to make a=a work with double.
3790: problem: as_double returns it's result in fp-register
3791: compiler optimizes access to that register after b->as_double,
3792: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
3793: _SAME_ double values do not match here.
3794: when forced to REload fp-register, values do match.
3795:
3796: tried to make them volatile.
3797:
3798: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
3799: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
3800: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
3801: unknown untaint lang now causes death
3802:
3803: 2003-04-04 paf
3804: * src/types/pa_vmail.C 1.44:
3805: mail receive: .txt attachemnts bug fix
3806: http://i2/tasks/edit/?id=4507350336410850921
3807:
3808: * src/main/pa_globals.C 1.154:
3809: exif mem leak
3810: http://i2/tasks/edit/?id=4480590323629807263
3811:
3812: * src/classes/classes.dsp 1.27:
3813: * src/lib/ltdl/libltdl.dsp 1.5:
3814: * src/lib/md5/md5.dsp 1.4:
3815: * src/lib/pcre/pcre.dsp 1.3:
3816: * src/main/compile.tab.C 1.82:
3817: * src/main/main.dsp 1.163:
3818: * src/main/pa_globals.C 1.153:
3819: * src/targets/cgi/parser3.dsp 1.62:
3820: * src/types/types.dsp 1.38:
3821: links to xml libs made relative, no need to unpack
3822: parser3project to /parser3project.
3823:
3824: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
3825: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
3826: more understandable error message in case @CLASS with more then
3827: one line inside
3828:
3829: * src/classes/classes.dsp 1.28:
3830: * src/main/main.dsp 1.164:
3831: * src/targets/cgi/parser3.dsp 1.63:
3832: * src/types/pa_vmail.C 1.43:
3833: * src/types/types.dsp 1.39:
3834: buf fix http://i2/tasks/edit/?id=4493946731322521294
3835: $.to[billgates@microsoft.com
3836: BCc: send-spam-to@someemails.ru
3837: ]
3838:
3839: * src/classes/file.C 1.110:
3840: * src/include/pa_exec.h 1.12:
3841: * src/main/pa_exec.C 1.49:
3842: incorportated pa_exec patch by
3843: From: "Victor Fedoseev" <vvf_ru@mail.ru>
3844: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
3845: Sent: Thursday, January 23, 2003 9:14 AM
3846:
3847: huge speedup on ^file::cgi with big result
3848:
3849: * configure [template_gc] 1.66.2.5.2.7:
3850: * tests/Makefile [template_gc] 1.1.2.8.2.8:
3851: * tests/Makefile [template_gc] 1.1.2.8.2.9:
3852: *** empty log message ***
3853:
3854: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
3855: more understandable error message in case of errors in @unhandled_exception
3856:
3857: * src/classes/math.C 1.25:
3858: allowed random 1...
3859:
3860: * src/classes/xdoc.C 1.109:
3861: memory allocation func bugfix
3862: http://i2/tasks/edit/?id=4499303470368629745
3863:
1.24 paf 3864: * src/classes/table.C 1.173:
3865: sort table with 0 rows bug fixed
3866:
1.23 paf 3867: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
3868: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
3869: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
3870: error column more precise - tab handling bug fixed
3871:
1.24 paf 3872: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
3873: allowed random 0..
3874:
1.23 paf 3875: * src/classes/hash.C 1.55:
3876: * src/types/pa_vhash.h 1.44:
3877: $hash._default showed in foreach & co bug fix
3878: http://i2/tasks/edit/?id=4493701604654042676
3879:
3880: @main[]
3881: $with_default[
3882: $.a[1]
3883: $._default[default from with_default]
3884: ]
3885: ^show[$with_default]
3886:
3887: $to_add_to[
3888: $.b[2]
3889: ]
3890: ^to_add_to.add[$with_default]
3891: =$to_add_to.xxx=<br>
3892:
3893:
3894: ^show[$to_add_to]
3895:
3896:
3897: $cloned[^hash::create[$with_default]]
3898: =$cloned.xxx=<br>
3899: ^show[$cloned]
3900:
3901:
3902: @show[hash]
3903: ^hash.foreach[k;v]{
3904: $k = $v <br>
3905:
3906: }
3907: <hr>
3908:
3909: 2003-04-03 paf
3910: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
3911: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
3912: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
3913: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
3914: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
3915: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
3916: strack trace reset after handled exception [old bug fixed]
3917:
3918: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
3919: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
3920: parse position old bug fixed.
3921: position reporting made precise [both, in parse erros and runtime errors]
3922:
3923: * operators.txt [template_gc] 1.109.2.1.2.4:
3924: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
3925: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
3926: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
3927: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
3928: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
3929: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
3930: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
3931: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
3932: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
3933: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
3934: * src/classes/memory.C [template_gc] 1.1.2.4:
3935: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
3936: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
3937: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
3938: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
3939: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
3940: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
3941: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
3942: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
3943: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
3944: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
3945: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
3946: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
3947: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
3948: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
3949: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
3950: MethodParams& now [methods without params receive zero
3951: reference, but they are expected not to look there]
3952:
3953: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
3954: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
3955: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
3956: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
3957: slightly improved error messages text:
3958: 1. is '%s', it
3959: 2. method undefined in case of ^void[]
3960:
1.24 paf 3961: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
3962: removed 'patches'
3963:
1.23 paf 3964: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
3965: top limit
3966:
3967: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
3968: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
3969: removed from trace 'a' exception when
3970: ^try{
3971: ^throw[a;1]
3972: }{
3973: ^throw[b;2]
3974: }
3975:
3976: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
3977:
3978:
3979: @main[]
3980: ^try{
3981: ^first[]
3982: }{
3983: ^throw[c;3]
3984: }
3985:
3986: @first[]
3987: ^throw[a;1]
3988:
3989: showed
3990: throw a
3991: first
3992: throw b
3993: try
3994:
3995: which is no good
3996:
3997: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
3998: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
3999: * tests/042.html [template_gc] 1.1.2.1.2.1:
4000: test 042 changed to realities, and passed [bug fixed]
4001:
4002: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
4003: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
4004: *** empty log message ***
4005:
4006: * operators.txt [template_gc] 1.109.2.1.2.3:
4007: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
4008: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
4009: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
4010: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
4011: ^process...[filename]
4012: useful for better error reporting [file/line/col]
4013:
4014: * INSTALL [template_gc] 1.31.6.2:
4015: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
4016: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
4017: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
4018: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
4019: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
4020: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
4021: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
4022: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
4023: debug info format simplified, now it's:
4024: OP_VALUE
4025: Operation::Origin << here
4026: value*
4027:
4028: higher limits:
4029: file number (max: 255)
4030: line number (max: 64535)
4031: column number (max: 255)
4032:
4033: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
4034: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
4035: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
4036: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
4037: precise parse error position in case of
4038:
4039: ^bug
4040: ]
4041:
4042: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
4043: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
4044: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
4045: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
4046: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
4047: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
4048: exception handling done. now we have error columns
4049: todo: test it
4050:
4051: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
4052: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
4053: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
4054: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
4055: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
4056: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
4057: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
4058: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
4059: introducing ^process...[main-method-alias]
4060:
4061: 2003-04-02 paf
4062: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
4063: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
4064: removed ref leak in xdoc::create/load
4065:
4066: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
4067: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
4068: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
4069: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
4070: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
4071: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
4072: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
4073: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
4074: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
4075: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
4076: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
4077: prepared debug info
4078: todo:use it
4079:
4080: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
4081: * tests/Makefile [template_gc] 1.1.2.8.2.6:
4082: replace bug fix [broke Dictionary constructor when moved to gc]
4083:
4084: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
4085: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
4086: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
4087: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
4088: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
4089: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
4090: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
4091: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
4092: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
4093: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
4094: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
4095: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
4096: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
4097: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
4098: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
4099: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
4100: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
4101: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
4102: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
4103: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
4104: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
4105: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
4106: more locally scoped vars in execute (more easily optimizable)
4107:
4108: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
4109: starting in gdome 0.7.4 this is no longer needed [author
4110: applied my patch]
4111:
4112: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
4113: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
4114: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
4115: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
4116: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
4117: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
4118: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
4119: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
4120: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
4121: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
4122: debug info: started using.
4123: todo:complete
4124:
4125: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
4126: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
4127: not patches now
4128:
4129: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
4130: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
4131: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
4132: uncommented http:// file loading
4133:
4134: * tests/Makefile [template_gc] 1.1.2.8.2.7:
4135: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
4136: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
4137: meta considered OK [it's up to coder now to remove it not
4138: needed]
4139:
4140: * configure [template_gc] 1.66.2.5.2.3:
4141: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
4142: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
4143: --enable-assertions autoconf-ed
4144:
4145: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
4146: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
4147: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
4148: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
4149: array::get/put inlined
4150:
4151: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
4152: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
4153: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
4154: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
4155: gif encoder bug fix [gdGrowingBuf]
4156:
4157: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
4158: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
4159: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
4160: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
4161: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
4162: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
4163: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
4164: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
4165: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
4166: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
4167: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
4168: all calls to String::String(str,helper_length) are checked.
4169: found/fixed one place:
4170: $request:body now zero-terminated,
4171:
4172: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
4173: decided against patching -- one can remove that header in @
4174: postprocess, if he/she wants to
4175:
4176: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
4177: strange mistake fixed: forgot to return Operation class->union
4178: after switching from autoptrs.
4179:
4180: * configure.in [template_gc] 1.62.2.5.2.4:
4181: * src/lib/Makefile.am [template_gc] 1.3.10.2:
4182: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
4183: removed patches
4184:
4185: * configure [template_gc] 1.66.2.5.2.4:
4186: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
4187: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
4188: *** empty log message ***
4189:
4190: * configure.in [template_gc] 1.62.2.5.2.3:
4191: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
4192: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
4193: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
4194: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
4195: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
4196: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
4197: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
4198: converted debug hacks to ANSI assertions
4199: started configure.in --enable-assertions
4200:
4201: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
4202: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
4203: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
4204: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
4205: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
4206: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
4207: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
4208: array get/put check become assertion
4209: iterator in methodframe filler
4210:
4211: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
4212: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
4213: globals.c: gc_substitute_memory_management_functions
4214: +installed CORD_oom function
4215:
4216: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
4217: found a way of dealing with charset tables without patching
4218: library [price: imposed limit of 10 user-defined charsets, but
4219: limit can be easily increased]
4220:
4221: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
4222: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
4223: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
4224: few for(size_t i=0...) -> for(Array_iterator... i(..); i
4225: has_next()
4226:
4227: 2003-04-01 paf
4228: * src/lib/gc/Makefile.am 1.1:
4229: * src/lib/gc/include/Makefile.am 1.1:
4230: file Makefile.am was initially added on branch template_gc.
4231:
4232: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
4233: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
4234: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
4235: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
4236: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
4237: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
4238: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
4239: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
4240: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
4241: prepared xml-static configuration
4242:
4243: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
4244: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
4245: xml memory debugging showed no errors. todo: debug parser memory
4246:
4247: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
4248: bug() to set bpt in (memory.c)
4249: some .am changes
4250:
4251: * src/lib/gc/Makefile.in 1.1:
4252: * src/lib/gc/include/Makefile.in 1.1:
4253: file Makefile.in was initially added on branch template_gc.
4254:
4255: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
4256: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
4257: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
4258: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
4259: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
4260: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
4261: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
4262: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
4263: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
4264: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
4265: fixed by remembering xmlDoc from dom object in xdoc.
4266: todo: do something with premature free of xdoc with xnodes/node values referring into it
4267:
4268: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
4269: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
4270: more build configurations
4271:
4272: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
4273: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
4274: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
4275: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
4276: moved memory debugging to global level: to pa_gc_malloc
4277:
4278: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
4279: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
4280: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
4281: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
4282: *** empty log message ***
4283:
4284: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
4285: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
4286: typo fix
4287:
4288: 2003-03-31 paf
4289: * INSTALL [template_gc] 1.31.6.1:
4290: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
4291: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
4292: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
4293: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
4294: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
4295: started xml lib memory debugging, simple checks failed:
4296: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
4297: heap situation changes = everything works fine
4298:
4299: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
4300: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
4301: worked around xmlRegisterCharEncodingHandler limitation [
4302: currently imposed limit of 10 user-defined charsets]
4303:
4304: 2003-03-28 paf
4305: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
4306: execution stack copied to local
4307: register
4308: variable, removed lots [~2e7) of memory accesses
4309:
4310: 2003-03-27 paf
4311: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
4312: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
4313: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
4314: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
4315: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
4316: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
4317: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
4318: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
4319: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
4320: fixed clients of &get():
4321: most to use non-ref version,
4322: some[in tight places] to get_unchecked_ref
4323:
4324: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
4325: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
4326: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
4327: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
4328: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
4329: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
4330: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
4331: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
4332: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
4333: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
4334: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
4335: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
4336: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
4337: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
4338: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
4339: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
4340: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
4341: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
4342: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
4343: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
4344: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
4345: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
4346: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
4347: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
4348: introducing append_help_length [radical improvement here]
4349:
4350: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
4351: GC_java_finalization turned off [was 'not recommened' in gc.h,
4352: on win32 noticed no difference]
4353:
4354: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
4355: returned checked array get [were disabled for debugging]
4356: result:not slower [don't understand that, it were INLINED]
4357: todo: find out a way of inlining it!
4358:
4359: * src/classes/memory.C [template_gc] 1.1.2.3:
4360: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
4361: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
4362: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
4363: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
4364: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
4365: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
4366: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
4367: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
4368: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
4369: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
4370: disabled gc, become even slower
4371:
4372: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
4373: * src/classes/memory.C [template_gc] 1.1.2.2:
4374: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
4375: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
4376: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
4377: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
4378: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
4379: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
4380: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
4381: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
4382: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
4383: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
4384: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
4385: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
4386: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
4387: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
4388: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
4389: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
4390: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
4391: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
4392: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
4393: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
4394: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
4395: Array::put(index, T>>&<< removed
4396: after Stack::pop wiping removed [moved to separate func]
4397: other Array & removed
4398:
4399: * src/lib/gc/include/gc_fake.h 1.1:
4400: file gc_fake.h was initially added on branch template_gc.
4401:
4402: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
4403: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
4404: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
4405: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
4406: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
4407: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
4408: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
4409: convention changed: all resulting strings are zero-terminated
4410:
4411: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
4412: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
4413: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
4414: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
4415: forgot to merge XML memory funcs replacement from gc branch
4416:
4417: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
4418: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
4419: XML memory funcs to GC works in debug, but fails in release
4420: todo: fix that
4421:
4422: * src/doc/memory.dox 1.1:
4423: file memory.dox was initially added on branch template_gc.
4424:
4425: * src/doc/memory.dox [template_gc] 1.1.2.1:
4426: forgot to add
4427:
4428: 2003-03-26 paf
4429: * src/lib/cord/include/private/cord_pos.h 1.1:
4430: file cord_pos.h was initially added on branch template_gc.
4431:
4432: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
4433: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
4434: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
4435: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
4436: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
4437: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
4438: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
4439: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
4440: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
4441: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
4442: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
4443: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
4444: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
4445: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
4446: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
4447: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
4448: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
4449: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
4450: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
4451: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
4452: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
4453: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
4454: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
4455: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
4456: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
4457: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
4458: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
4459: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
4460: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
4461: pre-evaluated .count() in some places
4462:
4463: * src/lib/cord/Makefile.am 1.1:
4464: * src/lib/cord/include/Makefile.am 1.1:
4465: * src/lib/cord/include/private/Makefile.am 1.1:
4466: file Makefile.am was initially added on branch template_gc.
4467:
4468: * src/lib/cord/Makefile.in 1.1:
4469: * src/lib/cord/include/Makefile.in 1.1:
4470: * src/lib/cord/include/private/Makefile.in 1.1:
4471: file Makefile.in was initially added on branch template_gc.
4472:
4473: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
4474: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
4475: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
4476: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
4477: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
4478: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
4479: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
4480: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
4481: .dsp updated to use lib/gc,lib/cord
4482:
4483: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
4484: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
4485: introducing lib/gc
4486:
4487: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
4488: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
4489: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
4490: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
4491: bundled gc includes
4492:
4493: * src/lib/cord/include/cord.h 1.1:
4494: file cord.h was initially added on branch template_gc.
4495:
4496: * src/lib/cord/include/ec.h 1.1:
4497: file ec.h was initially added on branch template_gc.
4498:
4499: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
4500: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
4501: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
4502: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
4503: * src/include/pa_version.h [template_gc] 1.7.16.1:
4504: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
4505: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
4506: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
4507: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
4508: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
4509: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
4510: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
4511: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
4512: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
4513: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
4514: a number of bugfixes [while testing first real site (aval)]
4515:
4516: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
4517: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
4518: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
4519: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
4520: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
4521: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
4522: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
4523: started profiling
4524:
4525: * src/lib/cord/include/gc.h 1.1:
4526: * src/lib/gc/include/gc.h 1.1:
4527: file gc.h was initially added on branch template_gc.
4528:
4529: * acsite.m4 1.1:
4530: file acsite.m4 was initially added on branch template_gc.
4531:
4532: * acsite.m4 [template_gc] 1.1.2.1:
4533: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
4534: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
4535: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
4536: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
4537: * src/classes/Makefile.am [template_gc] 1.40.16.2:
4538: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
4539: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
4540: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
4541: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
4542: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
4543: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
4544: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
4545: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
4546: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
4547: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
4548: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
4549: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
4550: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
4551: * src/include/pa_version.h [template_gc] 1.7.16.2:
4552: * src/lib/Makefile.am [template_gc] 1.3.10.1:
4553: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
4554: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
4555: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
4556: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
4557: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
4558: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
4559: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
4560: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
4561: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
4562: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
4563: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
4564: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
4565: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
4566: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
4567: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
4568: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
4569: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
4570: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
4571: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
4572: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
4573: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
4574: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
4575: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
4576: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
4577: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
4578: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
4579: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
4580: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
4581: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
4582: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
4583: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
4584: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
4585: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
4586: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
4587: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
4588: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
4589: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
4590: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
4591: configured math funcs
4592: ported pa_exec
4593:
4594: * src/classes/classes.dsp 1.26:
4595: * src/lib/ltdl/libltdl.dsp 1.4:
4596: * src/lib/md5/md5.dsp 1.3:
4597: * src/lib/pcre/pcre.dsp 1.2:
4598: * src/main/main.dsp 1.162:
4599: * src/targets/cgi/parser3.dsp 1.61:
4600: * src/types/types.dsp 1.37:
4601: .dsp profiling updated
4602:
4603: 2003-03-25 paf
4604: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
4605: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
4606: memory: new 'new' overloads for structure handling
4607:
1.24 paf 4608: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
4609: it was a bug in parser. updated 109 test result
4610:
1.23 paf 4611: * operators.txt [template_gc] 1.109.2.1.2.2:
4612: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
4613: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
4614: $status.memory
4615: used
4616: free
4617: since_compact
4618: process
4619:
4620: * src/doc/exception.dox 1.1:
4621: file exception.dox was initially added on branch template_gc.
4622:
4623: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
4624: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
4625: untaint.C L_MAIL_HEADER
4626:
4627: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
4628: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
4629: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
4630: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
4631: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
4632: xnode.C compiled, doc/node finalizers isntalled
4633:
4634: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
4635: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
4636: vxnode compiled
4637: xml linked
4638:
4639: * tests/results/121.processed 1.1:
4640: file 121.processed was initially added on branch template_gc.
4641:
4642: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
4643: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
4644: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
4645: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
4646: untaint.C L_SQL
4647:
4648: * src/types/pa_vmemory.h 1.1:
4649: file pa_vmemory.h was initially added on branch template_gc.
4650:
4651: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
4652: fixed transform params
4653:
4654: * operators.txt [template_gc] 1.109.2.1.2.1:
4655: * src/classes/Makefile.am [template_gc] 1.40.16.1:
4656: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
4657: * src/classes/memory.C [template_gc] 1.1.2.1:
4658: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
4659: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
4660: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
4661: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
4662: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
4663: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
4664: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
4665: ^memory:compact[]
4666:
4667: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
4668: vxdoc compiled
4669:
4670: * tests/121.html 1.1:
4671: file 121.html was initially added on branch template_gc.
4672:
4673: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
4674: * tests/Makefile [template_gc] 1.1.2.8.2.5:
4675: fixed transform params2
4676:
4677: * src/doc/string.dox [template_gc] 1.4.22.1:
4678: updated: new string internals
4679:
4680: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
4681: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
4682: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
4683: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
4684: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
4685: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
4686: removed StringBody(0) ambiguilty, introducting static
4687: StringBody::Format(int)
4688:
4689: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
4690: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
4691: * tests/Makefile [template_gc] 1.1.2.8.2.4:
4692: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
4693: fixed dom language [values are now considered tainted.
4694: it was a bug in parser. updated 107 test result
4695:
4696: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
4697: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
4698: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
4699: * src/doc/exception.dox [template_gc] 1.1.2.1:
4700: * src/doc/index.dox [template_gc] 1.4.8.1:
4701: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
4702: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
4703: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
4704: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
4705: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
4706: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
4707: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
4708: xdoc.C compiled
4709: todo: xnode.C / finalizers
4710:
4711: * src/classes/memory.C 1.1:
4712: file memory.C was initially added on branch template_gc.
4713:
4714: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
4715: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
4716: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
4717: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
4718: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
4719: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
4720: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
4721: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
4722: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
4723: * tests/121.html [template_gc] 1.1.2.1:
4724: * tests/results/121.processed [template_gc] 1.1.2.1:
4725: untaint.C L_URI
4726:
4727: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
4728: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
4729: fixed stylesheet caching
4730:
4731: 2003-03-24 paf
4732: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
4733: void.C compiled
4734:
4735: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
4736: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
4737: http://
4738:
4739: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
4740: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
4741: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
4742: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
4743: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
4744: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
4745: introducing string[body]::pos(char)
4746:
4747: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
4748: pa_vstatus.C compiled
4749:
4750: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
4751: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
4752: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
4753: String::ArrayFragment::append_positions fixed
4754:
4755: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
4756: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
4757: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
4758: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
4759: all linked
4760: todo: debug
4761:
4762: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
4763: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
4764: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
4765: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
4766: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
4767: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
4768: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
4769: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
4770: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
4771: image.C compiled
4772:
4773: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
4774: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
4775: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
4776: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
4777: mail.C compiled
4778:
4779: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
4780: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
4781: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
4782: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
4783: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
4784: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
4785: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
4786: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
4787: pa_vstateless_class.C compiled
4788:
4789: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
4790: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
4791: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
4792: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
4793: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
4794: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
4795: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
4796: hash.C compiled
4797:
4798: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
4799: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
4800: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
4801: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
4802: pa_value.C compiled
4803:
4804: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
4805: pa_vtable.C compiled
4806:
4807: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
4808: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
4809: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
4810: classes.lib
4811: main.lib compiled
4812:
4813: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
4814: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
4815: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
4816: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
4817: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
4818: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
4819: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
4820: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
4821: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
4822: * tests/Makefile [template_gc] 1.1.2.8.2.1:
4823: attempt to do gif encoding to CORD_ec [bad]
4824: would rewrite as realloc now
4825:
4826: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
4827: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
4828: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
4829: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
4830: all compiled.
4831: todo:link
4832:
4833: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
4834: pa_vfile.C compiled
4835:
4836: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
4837: * tests/Makefile [template_gc] 1.1.2.8.2.2:
4838: string::pos fixed
4839:
4840: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
4841: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
4842: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
4843: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
4844: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
4845: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
4846: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
4847: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
4848: op.C compiled
4849:
4850: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
4851: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
4852: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
4853: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
4854: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
4855: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
4856: table.C compiled
4857:
4858: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
4859: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
4860: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
4861: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
4862: pa_vcookie.C compiled
4863:
4864: * parser3.dsw [template_gc] 1.7.6.1.2.3:
4865: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
4866: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
4867: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
4868: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
4869: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
4870: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
4871: empty run passed OK
4872:
4873: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
4874: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
4875: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
4876: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
4877: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
4878: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
4879: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
4880: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
4881: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
4882: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
4883: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
4884: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
4885: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
4886: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
4887: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
4888: started XML
4889:
4890: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
4891: pa_vform.C compiled
4892:
4893: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
4894: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
4895: math.C compiled
4896:
4897: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
4898: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
4899: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
4900: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
4901: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
4902: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
4903: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
4904: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
4905: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
4906: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
4907: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
4908: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
4909: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
4910: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
4911: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
4912: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
4913: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
4914: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
4915: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
4916: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
4917: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
4918: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
4919: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
4920: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
4921: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
4922: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
4923: file.C
4924: table.C compiled
4925:
4926: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
4927: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
4928: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
4929: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
4930: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
4931: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
4932: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
4933: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
4934: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
4935: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
4936:
4937: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
4938: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
4939: int.C compiled
4940:
4941: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
4942: pa_wcontext.C compiled
4943:
4944: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
4945: pa_vstring.C compiled
4946:
4947: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
4948: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
4949: * tests/Makefile [template_gc] 1.1.2.8.2.3:
4950: string optimize bit implemented
4951:
4952: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
4953: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
4954: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
4955: hashcode implemented fully, including per-char callback [it can
4956: be - substr CORD node]
4957:
4958: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
4959: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
4960: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
4961: String::this_starts fixed
4962:
4963: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
4964: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
4965: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
4966: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
4967: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
4968: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
4969: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
4970: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
4971: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
4972: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
4973: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
4974: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
4975: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
4976: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
4977: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
4978: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
4979: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
4980: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
4981: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
4982: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
4983: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
4984: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
4985: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
4986: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
4987: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
4988: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
4989: 2*2 worked :)
4990:
4991: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
4992: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
4993: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
4994: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
4995: string.C compiled
4996:
4997: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
4998: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
4999: gif encoding rewritten to rewalloc with 100byte buf ahead
5000:
5001: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
5002: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
5003: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
5004: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
5005: pa_vmail.C compiled
5006:
5007: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
5008: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
5009: pa_vimage.C compiled
5010:
5011: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
5012: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
5013: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
5014: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
5015: main.lib compiled
5016:
5017: 2003-03-21 paf
5018: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
5019: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
5020: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
5021: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
5022: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
5023: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
5024: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
5025: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
5026: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
5027: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
5028: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
5029: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
5030: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
5031: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
5032: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
5033: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
5034: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
5035: pa_request.C 50% compiled
5036:
5037: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
5038: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
5039: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
5040: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
5041: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
5042: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
5043: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
5044: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
5045: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
5046: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
5047: pa_sql_driver_manager.C compiled
5048:
5049: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
5050: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
5051: test14 [bug fixed]
5052:
1.24 paf 5053: * src/classes/file.C 1.108:
5054: ^file::exec/cgi now does not pass post data by default.
5055: use: ^file::exec[...;$.stdin[$request.body]
5056:
1.23 paf 5057: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
5058: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
5059: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
5060: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
5061: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
5062: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
5063: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
5064: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
5065: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
5066: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
5067: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
5068: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
5069: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
5070: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
5071: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
5072: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
5073: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
5074: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
5075: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
5076: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
5077: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
5078: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
5079: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
5080: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
5081: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
5082: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
5083: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
5084: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
5085: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
5086: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
5087: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
5088: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
5089: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
5090: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
5091: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
5092: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
5093: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
5094: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
5095: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
5096: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
5097: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
5098: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
5099: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
5100: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
5101: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
5102: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
5103: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
5104: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
5105: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
5106: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
5107: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
5108: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
5109: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
5110: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
5111: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
5112: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
5113: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
5114: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
5115: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
5116: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
5117: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
5118: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
5119: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
5120: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
5121: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
5122: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
5123: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
5124: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
5125: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
5126: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
5127: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
5128: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
5129: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
5130: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
5131: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
5132: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
5133: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
5134: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
5135: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
5136: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
5137: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
5138: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
5139: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
5140: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
5141: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
5142: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
5143: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
5144: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
5145: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
5146: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
5147: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
5148: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
5149: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
5150: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
5151: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
5152: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
5153: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
5154: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
5155: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
5156: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
5157: introducing StringBody [C++ CORD wrapper]
5158:
5159: * src/main/pa_common.C 1.146:
5160: * src/main/pa_common.C 1.148:
5161: } typo bug fix
5162:
5163: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
5164: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
5165: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
5166: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
5167: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
5168: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
5169: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
5170: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
5171: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
5172: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
5173: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
5174: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
5175: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
5176: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
5177: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
5178: pa_request.C compiled
5179:
5180: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
5181: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
5182: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
5183: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
5184: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
5185: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
5186: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
5187: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
5188: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
5189: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
5190: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
5191: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
5192: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
5193: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
5194: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
5195: execute.C compiled
5196:
5197: * src/main/pa_common.C 1.147:
5198: * src/targets/cgi/parser3.C 1.217:
5199: *** empty log message ***
5200:
5201: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
5202: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
5203: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
5204: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
5205: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
5206: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
5207: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
5208: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
5209: pa_charsets.C compiled
5210:
5211: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
5212: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
5213: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
5214: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
5215: pa_exec.C compiled [win32 only for now] todo: on unix
5216:
5217: * src/classes/file.C 1.109:
5218: * src/include/pa_charset.h 1.21:
5219: * src/main/pa_charset.C 1.34:
5220: $file::exec/cgi[script;
5221: $.charset[this is script's charset]
5222:
5223: command line, env values, input got transcoded before call
5224: stdout, stderr got transcoded after call
5225:
5226: 2003-03-20 paf
5227: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
5228: this_starts fixed
5229:
5230: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
5231: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
5232: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
5233: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
5234: cord bug fix, but still errors
5235: todo: clear out
5236:
5237: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
5238: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
5239: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
5240: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
5241: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
5242: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
5243: test: gc/exit runned OK
5244:
5245: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
5246: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
5247: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
5248: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
5249: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
5250: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
5251: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
5252: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
5253: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
5254: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
5255: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
5256: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
5257: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
5258: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
5259: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
5260: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
5261: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
5262: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
5263: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
5264: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
5265: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
5266: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
5267: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
5268: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
5269: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
5270: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
5271: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
5272: untaint.C 99% [except mail&sql&optimize]
5273:
1.24 paf 5274: * src/types/pa_vmail.C 1.42:
5275: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
5276: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
5277:
5278: todo: find out why so many filters(stream) here. probably wrong?
5279:
1.23 paf 5280: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
5281: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
5282: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
5283: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
5284: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
5285: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
5286: test compiled
5287:
5288: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
5289: more tests
5290:
5291: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
5292: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
5293: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
5294: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
5295: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
5296: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
5297: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
5298: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
5299: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
5300: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
5301: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
5302: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
5303: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
5304: more tests [bugs fixed]
5305:
1.24 paf 5306: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
5307: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
5308: added: assertion on new String ctor & append params convention
5309:
1.23 paf 5310: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
5311: string.pos fixed
5312:
5313: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
5314: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
5315: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
5316: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
5317: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
5318: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
5319: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
5320: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
5321: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
5322: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
5323: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
5324: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
5325: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
5326: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
5327: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
5328: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
5329: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
5330: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
5331: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
5332: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
5333: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
5334: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
5335: more tests OK
5336:
5337: * parser3.dsw [template_gc] 1.7.6.1.2.2:
5338: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
5339: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
5340: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
5341: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
5342: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
5343: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
5344: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
5345: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
5346: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
5347: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
5348: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
5349: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
5350: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
5351: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
5352: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
5353: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
5354: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
5355: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
5356: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
5357: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
5358: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
5359: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
5360: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
5361: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
5362: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
5363: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
5364: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
5365: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
5366: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
5367: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
5368: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
5369: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
5370: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
5371: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
5372: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
5373: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
5374: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
5375: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
5376: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
5377: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
5378: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
5379: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
5380: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
5381: untaint.C 30%,
5382: pa_common.C [done, without http for now]
5383:
5384: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
5385: warning
5386:
5387: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
5388: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
5389: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
5390: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
5391: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
5392: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
5393: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
5394: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
5395: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
5396: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
5397: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
5398: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
5399: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
5400: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
5401: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
5402: undone bad replaces
5403:
5404: 2003-03-19 paf
5405: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
5406: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
5407: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
5408: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
5409: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
5410: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
5411: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
5412: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
5413: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
5414: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
5415: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
5416: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
5417: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
5418: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
5419: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
5420: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
5421: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
5422: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
5423: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
5424: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
5425: string reimplementation with cord+array<fragment>: 70%
5426:
5427: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
5428: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
5429: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
5430: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
5431: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
5432: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
5433: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
5434: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
5435: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
5436: restored bad replaces
5437:
5438: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
5439: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
5440: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
5441: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
5442: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
5443: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
5444: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
5445: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
5446: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
5447: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
5448: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
5449: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
5450: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
5451: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
5452: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
5453: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
5454: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
5455: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
5456: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
5457: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
5458: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
5459: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
5460: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
5461: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
5462: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
5463: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
5464: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
5465: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
5466: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
5467: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
5468: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
5469: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
5470: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
5471: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
5472: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
5473: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
5474: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
5475: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
5476: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
5477: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
5478: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
5479: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
5480: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
5481: started test
5482:
5483: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
5484: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
5485: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
5486: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
5487: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
5488: string compiled
5489: todo: test it
5490:
5491: 2003-03-18 paf
5492: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
5493: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
5494: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
5495: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
5496: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
5497: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
5498: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
5499: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
5500: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
5501: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
5502: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
5503: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
5504: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
5505: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
5506: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
5507: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
5508: lots of replacements,
5509: todo:we can ignore lang in cmp and pos really,
5510: but would split properly!
5511:
5512: * src/include/pa_pool.h [gc] 1.86.4.2:
5513: * src/main/execute.C [gc] 1.295.4.2:
5514: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
5515: gc logging
5516:
5517: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
5518: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
5519: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
5520: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
5521: gc: cord part made parser/src/lib: it's not compiled into libgc
5522: by default
5523:
5524: * src/lib/cord/cordxtra.c 1.1:
5525: file cordxtra.c was initially added on branch template_gc.
5526:
5527: * src/lib/cord/cordbscs.c 1.1:
5528: file cordbscs.c was initially added on branch template_gc.
5529:
5530: * parser3.dsw [template_gc] 1.7.6.1.2.1:
5531: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
5532: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
5533: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
5534: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
5535: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
5536: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
5537: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
5538: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
5539: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
5540: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
5541: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
5542: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
5543: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
5544: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
5545: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
5546: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
5547: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
5548: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
5549: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
5550: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
5551: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
5552: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
5553: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
5554: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
5555: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
5556: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
5557: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
5558: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
5559: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
5560: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
5561: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
5562: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
5563: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
5564: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
5565: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
5566: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
5567: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
5568: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
5569: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
5570: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
5571: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
5572: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
5573: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
5574: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
5575: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
5576: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
5577: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
5578: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
5579: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
5580: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
5581: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
5582: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
5583: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
5584: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
5585: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
5586: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
5587: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
5588: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
5589: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
5590: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
5591: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
5592: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
5593: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
5594: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
5595: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
5596: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
5597: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
5598: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
5599: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
5600: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
5601: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
5602: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
5603: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
5604: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
5605: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
5606: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
5607: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
5608: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
5609: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
5610: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
5611: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
5612: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
5613: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
5614: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
5615: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
5616: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
5617: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
5618: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
5619: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
5620: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
5621: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
5622: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
5623: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
5624: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
5625: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
5626: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
5627: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
5628: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
5629: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
5630: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
5631: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
5632: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
5633: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
5634: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
5635: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
5636: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
5637: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
5638: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
5639: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
5640: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
5641: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
5642: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
5643: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
5644: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
5645: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
5646: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
5647: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
5648: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
5649: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
5650: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
5651: started porting to gc:
5652: PA_Object done
5653: lots of replacements also
5654:
5655: * src/lib/cord/cordprnt.c 1.1:
5656: file cordprnt.c was initially added on branch template_gc.
5657:
5658: * src/lib/cord/cord.dsp 1.1:
5659: file cord.dsp was initially added on branch template_gc.
5660:
5661: 2003-03-17 paf
5662: * src/classes/date.C [gc] 1.42.4.1:
5663: * src/classes/file.C [gc] 1.107.4.1:
5664: * src/classes/form.C [gc] 1.34.4.1:
5665: * src/classes/image.C [gc] 1.90.4.1:
5666: * src/classes/mail.C [gc] 1.88.4.1:
5667: * src/classes/op.C [gc] 1.127.4.1:
5668: * src/classes/table.C [gc] 1.172.4.1:
5669: * src/classes/xdoc.C [gc] 1.108.4.1:
5670: * src/classes/xnode.C [gc] 1.54.4.1:
5671: * src/include/pa_pool.h [gc] 1.86.4.1:
5672: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
5673: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
5674: * src/include/pa_string.h [gc] 1.144.4.1:
5675: * src/include/pa_types.h [gc] 1.44.4.1:
5676: * src/main/compile.C [gc] 1.69.4.1:
5677: * src/main/compile.tab.C [gc] 1.81.4.1:
5678: * src/main/execute.C [gc] 1.295.4.1:
5679: * src/main/pa_charset.C [gc] 1.33.4.1:
5680: * src/main/pa_common.C [gc] 1.145.2.1:
5681: * src/main/pa_exception.C [gc] 1.43.4.1:
5682: * src/main/pa_exec.C [gc] 1.48.4.1:
5683: * src/main/pa_globals.C [gc] 1.152.4.1:
5684: * src/main/pa_pool.C [gc] 1.59.4.1:
5685: * src/main/pa_request.C [gc] 1.245.4.1:
5686: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
5687: * src/main/pa_string.C [gc] 1.172.4.1:
5688: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
5689: * src/main/pa_uue.C [gc] 1.4.4.1:
5690: * src/main/untaint.C [gc] 1.115.4.1:
5691: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
5692: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
5693: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
5694: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
5695: * src/types/pa_vcookie.C [gc] 1.55.4.1:
5696: * src/types/pa_vdouble.h [gc] 1.42.4.1:
5697: * src/types/pa_vfile.C [gc] 1.36.4.1:
5698: * src/types/pa_vform.C [gc] 1.74.4.1:
5699: * src/types/pa_vint.h [gc] 1.38.4.1:
5700: * src/types/pa_vmail.C [gc] 1.41.2.1:
5701: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
5702: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
5703: * src/types/pa_vxnode.C [gc] 1.30.4.1:
5704: * src/types/pa_vxnode.h [gc] 1.22.4.1:
5705: * www/htdocs/.htaccess [gc] 1.12.8.1:
5706: * www/htdocs/auto.p [gc] 1.17.12.1:
5707: libgc attempt
5708:
5709: * src/main/pa_common.C [gc] 1.145.2.2:
5710: * src/main/pa_common.C [gc] 1.145.2.3:
5711: *** empty log message ***
5712:
5713: 2003-03-13 paf
5714: * src/include/pa_request.h [autoptr] 1.160.2.37:
5715: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
5716: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
5717: * src/main/compile.tab.C [autoptr] 1.81.2.13:
5718: * src/main/execute.C [autoptr] 1.295.2.27:
5719: * src/main/pa_request.C [autoptr] 1.245.2.37:
5720: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
5721: * src/types/pa_value.C [autoptr] 1.9.2.15:
5722: * src/types/pa_value.h [autoptr] 1.109.2.25:
5723: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
5724: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
5725: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
5726: * src/types/types.dsp [autoptr] 1.35.10.8:
5727: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
5728: set_base, set_derived simplified [counter leaks fixed]
5729:
5730: * src/include/pa_config_fixed.h 1.55:
5731: * src/types/pa_vstatus.C 1.16:
5732: * src/types/types.dsp 1.36:
5733: incorporated status class patch
5734: From: "Victor Fedoseev" <vvf_ru@mail.ru>
5735: Sent: Thursday, January 23, 2003 8:14 AM
5736:
5737: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
5738: QuotaPeakNonPagedPoolUsage
5739: QuotaPeakPagedPoolUsage
5740: PeakPagefileUsage]
5741:
5742: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
5743: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
5744: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
5745: lt_dlexit called
5746:
5747: 2003-03-12 paf
5748: * Makefile.in [autoptr] 1.48.2.4:
5749: * bin/Makefile.in [autoptr] 1.9.2.3:
5750: * configure [autoptr] 1.66.2.4:
5751: * configure.in [autoptr] 1.62.2.4:
5752: * etc/Makefile.in [autoptr] 1.14.2.3:
5753: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
5754: * src/Makefile.in [autoptr] 1.55.2.3:
5755: * src/classes/Makefile.in [autoptr] 1.53.2.3:
5756: * src/include/Makefile.in [autoptr] 1.11.2.5:
5757: * src/lib/Makefile.in [autoptr] 1.8.2.3:
5758: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
5759: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
5760: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
5761: * src/main/Makefile.in [autoptr] 1.50.2.6:
5762: * src/sql/Makefile.in [autoptr] 1.11.2.3:
5763: * src/targets/Makefile.in [autoptr] 1.42.2.3:
5764: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
5765: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
5766: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
5767: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
5768: * src/types/Makefile.in [autoptr] 1.50.2.4:
5769: libstdc++ linkage fixed for g++ 3.2.2
5770:
5771: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
5772: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
5773: * src/main/compile.tab.C [autoptr] 1.81.2.12:
5774: gcc 3.2 rightliy complained on using privately declared class [
5775: fixed]
5776:
5777: * Makefile.am [autoptr] 1.34.2.3:
5778: * Makefile.in [autoptr] 1.48.2.5:
5779: * src/targets/apache13/Makefile.in 1.45:
5780: * src/targets/apache13/p3runConfigure.in 1.12:
5781: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
5782: * tests/Makefile [autoptr] 1.1.2.8:
5783: *** empty log message ***
5784:
5785: * src/include/pa_request.h [autoptr] 1.160.2.36:
5786: * src/main/compile.tab.C [autoptr] 1.81.2.11:
5787: * src/main/execute.C [autoptr] 1.295.2.26:
5788: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
5789: SIGPIPE now can be intercepted
5790: and does not cause exception in exception handler
5791:
5792: * Makefile.in [autoptr] 1.48.2.3:
5793: * bin/Makefile.in [autoptr] 1.9.2.2:
5794: * configure [autoptr] 1.66.2.3:
5795: * configure.in [autoptr] 1.62.2.3:
5796: * etc/Makefile.in [autoptr] 1.14.2.2:
5797: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
5798: * src/Makefile.in [autoptr] 1.55.2.2:
5799: * src/classes/Makefile.in [autoptr] 1.53.2.2:
5800: * src/include/Makefile.in [autoptr] 1.11.2.4:
5801: * src/lib/Makefile.in [autoptr] 1.8.2.2:
5802: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
5803: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
5804: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
5805: * src/main/Makefile.in [autoptr] 1.50.2.5:
5806: * src/sql/Makefile.in [autoptr] 1.11.2.2:
5807: * src/targets/Makefile.in [autoptr] 1.42.2.2:
5808: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
5809: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
5810: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
5811: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
5812: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
5813: * src/types/Makefile.in [autoptr] 1.50.2.3:
5814: configure now default links libstdc++ statically.
5815: that can be overriden by --with-dynamic-stdcpp
5816:
5817: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
5818: 1. more detailed log on signals.
5819: 2. sigpipe before request constructor now causes death
5820:
5821: * configure [autoptr] 1.66.2.5:
5822: * configure.in [autoptr] 1.62.2.5:
5823: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
5824: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
5825: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
5826: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
5827: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
5828: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
5829: lib/ltdl/Makefile now created by /configure.in only [were by
5830: lib/ltdl/configure.in OVERWRITE]
5831:
5832: 2003-03-11 paf
5833: * src/main/compile.tab.C [autoptr] 1.81.2.10:
5834: * src/main/compile.y [autoptr] 1.204.2.7:
5835: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
5836: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
5837: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
5838: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
5839: removed necessity of libstdc++
5840:
5841: * src/include/pa_request.h 1.161:
5842: * src/include/pa_request.h [autoptr] 1.160.2.35:
5843: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
5844:
5845: 2003-03-08 paf
5846: * tests/117.html 1.1:
5847: file 117.html was initially added on branch autoptr.
5848:
5849: * src/classes/xdoc.C [autoptr] 1.108.2.19:
5850: forgotten: global xdoc when ndef XML
5851:
5852: * src/classes/mail.C [autoptr] 1.88.2.16:
5853: * src/classes/response.C [autoptr] 1.23.2.8:
5854: * src/include/pa_request.h [autoptr] 1.160.2.33:
5855: * src/main/pa_request.C [autoptr] 1.245.2.36:
5856: removing vform,response,cookie.h -> pa_request.h dependency
5857:
5858: * tests/118.html 1.1:
5859: file 118.html was initially added on branch autoptr.
5860:
5861: * tests/results/115.processed 1.1:
5862: file 115.processed was initially added on branch autoptr.
5863:
5864: * tests/119.html 1.1:
5865: file 119.html was initially added on branch autoptr.
5866:
5867: * tests/120.html 1.1:
5868: file 120.html was initially added on branch autoptr.
5869:
5870: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
5871: charsets: see some strange things with old xml lib-- it's
5872: internal memory handling has faults
5873:
5874: * tests/results/117.processed 1.1:
5875: file 117.processed was initially added on branch autoptr.
5876:
5877: * tests/results/109.processed 1.1:
5878: file 109.processed was initially added on branch autoptr.
5879:
5880: * tests/results/110.processed 1.1:
5881: file 110.processed was initially added on branch autoptr.
5882:
5883: * tests/021.html [autoptr] 1.1.2.2:
5884: * tests/031.html [autoptr] 1.1.2.2:
5885: * tests/033.html [autoptr] 1.1.2.2:
5886: * tests/109.html [autoptr] 1.1.2.1:
5887: * tests/110.html [autoptr] 1.1.2.1:
5888: * tests/111.html [autoptr] 1.1.2.1:
5889: * tests/112.html [autoptr] 1.1.2.1:
5890: * tests/113.html [autoptr] 1.1.2.1:
5891: * tests/114.html [autoptr] 1.1.2.1:
5892: * tests/115.html [autoptr] 1.1.2.1:
5893: * tests/116.html [autoptr] 1.1.2.1:
5894: * tests/117.html [autoptr] 1.1.2.1:
5895: * tests/118.html [autoptr] 1.1.2.1:
5896: * tests/119.html [autoptr] 1.1.2.1:
5897: * tests/120.html [autoptr] 1.1.2.1:
5898: * tests/results/109.processed [autoptr] 1.1.2.1:
5899: * tests/results/110.processed [autoptr] 1.1.2.1:
5900: * tests/results/111.processed [autoptr] 1.1.2.1:
5901: * tests/results/112.processed [autoptr] 1.1.2.1:
5902: * tests/results/113.processed [autoptr] 1.1.2.1:
5903: * tests/results/114.processed [autoptr] 1.1.2.1:
5904: * tests/results/115.processed [autoptr] 1.1.2.1:
5905: * tests/results/116.processed [autoptr] 1.1.2.1:
5906: * tests/results/117.processed [autoptr] 1.1.2.1:
5907: * tests/results/118.processed [autoptr] 1.1.2.1:
5908: * tests/results/119.processed [autoptr] 1.1.2.1:
5909: * tests/results/120.processed [autoptr] 1.1.2.1:
5910: xml: tests
5911: 109 dom create/show
5912: 110 xpath selectSingle
5913: 111 xdoc.create from tainted &
5914: 112 xdoc.create/output with russian attr value
5915: 113 xpath selectString/Number
5916: 114 dom attributes.count
5917: 115 xpath selectBool
5918: 116 output media-type change
5919: 117 transform by dom stylesheet
5920: 118 empty transform result
5921: 119 dom setAttribute
5922: 120 nbsp letter output
5923:
5924: =END OF PREPARED XML TESTS=
5925:
5926: * tests/results/119.processed 1.1:
5927: file 119.processed was initially added on branch autoptr.
5928:
5929: * tests/results/120.processed 1.1:
5930: file 120.processed was initially added on branch autoptr.
5931:
5932: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
5933: todo: move to latest xml version on win32 and run memleak tests again
5934:
5935: * src/classes/op.C [autoptr] 1.127.2.21:
5936: * src/include/pa_request.h [autoptr] 1.160.2.34:
5937: removing vclass,object.h -> pa_request.h dependency
5938:
5939: * tests/results/112.processed 1.1:
5940: file 112.processed was initially added on branch autoptr.
5941:
5942: * tests/results/114.processed 1.1:
5943: file 114.processed was initially added on branch autoptr.
5944:
5945: * src/main/pa_request.C [autoptr] 1.245.2.32:
5946: * src/main/pa_request.C [autoptr] 1.245.2.33:
5947: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
5948: forgotten: ifdef XML
5949:
5950: * src/classes/hash.C [autoptr] 1.54.2.13:
5951: * src/classes/mail.C [autoptr] 1.88.2.15:
5952: * src/classes/string.C [autoptr] 1.125.2.15:
5953: * src/classes/table.C [autoptr] 1.172.2.14:
5954: * src/include/pa_array.h [autoptr] 1.57.2.27:
5955: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
5956: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
5957: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
5958: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
5959: * www/htdocs/index.html 1.211:
5960: started full-scale-site-test [~ http://parser.ru sources]
5961:
5962: some fixes
5963:
5964: * tests/110.html 1.1:
5965: file 110.html was initially added on branch autoptr.
5966:
5967: * tests/109.html 1.1:
5968: file 109.html was initially added on branch autoptr.
5969:
5970: * src/include/pa_types.h [autoptr] 1.44.2.3:
5971: * src/main/pa_charset.C [autoptr] 1.33.2.19:
5972: charsets: fixed problems when transcode from charset A to A.
5973:
5974: * tests/results/116.processed 1.1:
5975: file 116.processed was initially added on branch autoptr.
5976:
1.24 paf 5977: * Makefile.in [autoptr] 1.48.2.2:
5978: * src/main/pa_request.C [autoptr] 1.245.2.34:
5979: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
5980: *** empty log message ***
5981:
1.23 paf 5982: * tests/111.html 1.1:
5983: file 111.html was initially added on branch autoptr.
5984:
5985: * src/main/untaint.C [autoptr] 1.115.2.12:
5986: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
5987: mail: transcode fixed.
5988: todo: still problems when transcode from charset A to A.
5989:
5990: * tests/112.html 1.1:
5991: file 112.html was initially added on branch autoptr.
5992:
5993: * tests/results/118.processed 1.1:
5994: file 118.processed was initially added on branch autoptr.
5995:
5996: * tests/113.html 1.1:
5997: file 113.html was initially added on branch autoptr.
5998:
5999: * tests/results/111.processed 1.1:
6000: file 111.processed was initially added on branch autoptr.
6001:
6002: * tests/Makefile [autoptr] 1.1.2.7:
6003: make install & co
6004:
6005: * tests/114.html 1.1:
6006: file 114.html was initially added on branch autoptr.
6007:
6008: * tests/115.html 1.1:
6009: file 115.html was initially added on branch autoptr.
6010:
6011: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
6012: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
6013: yet another return 0; fixed
6014:
6015: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
6016: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
6017: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
6018: vmail.C received just compiled [not tested]
6019:
6020: * tests/results/113.processed 1.1:
6021: file 113.processed was initially added on branch autoptr.
6022:
6023: * tests/116.html 1.1:
6024: file 116.html was initially added on branch autoptr.
6025:
6026: * src/include/pa_request.h [autoptr] 1.160.2.32:
6027: removing vmail.h -> pa_request.h dependency [testing...]
6028:
6029: 2003-03-07 paf
6030: * src/classes/xdoc.C [autoptr] 1.108.2.18:
6031: * src/include/pa_charset.h [autoptr] 1.20.2.18:
6032: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
6033: * tests/108.html [autoptr] 1.1.2.1:
6034: * tests/108.xsl [autoptr] 1.1.2.1:
6035: * tests/results/108.processed [autoptr] 1.1.2.1:
6036: xml: test 108 transform with params [bugs fixed]
6037:
6038: * tests/results/107.processed 1.1:
6039: file 107.processed was initially added on branch autoptr.
6040:
6041: * tests/108.xsl 1.1:
6042: file 108.xsl was initially added on branch autoptr.
6043:
1.24 paf 6044: * src/classes/xdoc.C [autoptr] 1.108.2.15:
6045: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
6046: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
6047: xml: linked
6048:
1.23 paf 6049: * tests/106.html 1.1:
6050: file 106.html was initially added on branch autoptr.
6051:
6052: * src/classes/classes.C [autoptr] 1.18.2.6:
6053: fixed: prevent system classes from modification to lock ALL the
6054: classes, not only directly used
6055:
6056: * tests/107.html 1.1:
6057: file 107.html was initially added on branch autoptr.
6058:
6059: * tests/108.html 1.1:
6060: file 108.html was initially added on branch autoptr.
6061:
6062: * tests/results/106.processed 1.1:
6063: file 106.processed was initially added on branch autoptr.
6064:
6065: * src/include/pa_charset.h [autoptr] 1.20.2.16:
6066: * src/main/pa_charset.C [autoptr] 1.33.2.16:
6067: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
6068: xml: charset two mem alloc functions used for different cases [
6069: libxml, libxsl]
6070:
6071: * src/classes/xdoc.C [autoptr] 1.108.2.17:
6072: * src/include/pa_charset.h [autoptr] 1.20.2.17:
6073: * src/include/pa_request.h [autoptr] 1.160.2.31:
6074: * src/main/execute.C [autoptr] 1.295.2.25:
6075: * src/main/pa_charset.C [autoptr] 1.33.2.17:
6076: * src/main/pa_exception.C [autoptr] 1.43.2.15:
6077: * src/main/pa_globals.C [autoptr] 1.152.2.19:
6078: * src/main/pa_request.C [autoptr] 1.245.2.31:
6079: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
6080: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
6081: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
6082: * tests/107.html [autoptr] 1.1.2.1:
6083: * tests/results/107.processed [autoptr] 1.1.2.1:
6084: xml: test: 107 bug fixes
6085:
6086: * tests/results/108.processed 1.1:
6087: file 108.processed was initially added on branch autoptr.
6088:
6089: * src/classes/xdoc.C [autoptr] 1.108.2.14:
6090: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
6091: xdoc.C compiled
6092:
6093: * tests/106.html [autoptr] 1.1.2.1:
6094: * tests/results/106.processed [autoptr] 1.1.2.1:
6095: test: 106 xdoc create, string
6096:
6097: * src/classes/xdoc.C [autoptr] 1.108.2.16:
6098: * src/classes/xnode.C [autoptr] 1.54.2.10:
6099: * src/classes/xnode.h [autoptr] 1.18.2.6:
6100: * src/types/pa_value.h [autoptr] 1.109.2.24:
6101: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
6102: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
6103: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
6104: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
6105: test: 107 bug fixes
6106:
6107: * src/main/pa_charset.C [autoptr] 1.33.2.18:
6108: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
6109: fixed: mem leak from copy/paste bug
6110:
6111: 2003-03-06 paf
6112: * tests/023.html [autoptr] 1.1.2.2:
6113: in some cases it rounded up badly. postponing solution of that
6114: problem, making more simple test
6115:
6116: * src/include/pa_charset.h [autoptr] 1.20.2.14:
6117: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
6118: * src/include/pa_memory.h [autoptr] 1.1.2.6:
6119: * src/include/pa_pool.h [autoptr] 1.86.2.32:
6120: * src/main/pa_charset.C [autoptr] 1.33.2.14:
6121: * src/main/pa_memory.C [autoptr] 1.1.2.4:
6122: * src/main/pa_pool.C [autoptr] 1.59.2.6:
6123: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
6124: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
6125: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
6126: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
6127: xml: charsets
6128:
6129: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
6130: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
6131: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
6132: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
6133: xml: stylesheet&manager done
6134:
6135: * src/classes/xnode.C [autoptr] 1.54.2.9:
6136: * src/classes/xnode.h [autoptr] 1.18.2.5:
6137: * src/include/pa_charset.h [autoptr] 1.20.2.15:
6138: * src/include/pa_memory.h [autoptr] 1.1.2.8:
6139: * src/include/pa_request.h [autoptr] 1.160.2.30:
6140: * src/include/pa_string.h [autoptr] 1.144.2.28:
6141: * src/main/pa_globals.C [autoptr] 1.152.2.18:
6142: * src/main/pa_request.C [autoptr] 1.245.2.30:
6143: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
6144: xnode.C compiled
6145:
6146: * src/include/pa_memory.h [autoptr] 1.1.2.7:
6147: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
6148: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
6149: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
6150: xml: stylesheet&manager STARTED
6151:
6152: * src/include/pa_globals.h [autoptr] 1.101.2.15:
6153: * src/main/pa_charset.C [autoptr] 1.33.2.15:
6154: * src/main/pa_exception.C [autoptr] 1.43.2.14:
6155: * src/main/pa_globals.C [autoptr] 1.152.2.17:
6156: xml: exceptions
6157:
6158: * src/classes/xdoc.C [autoptr] 1.108.2.13:
6159: xdoc.C 50%
6160:
6161: * src/include/pa_charset.h [autoptr] 1.20.2.13:
6162: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
6163: * src/main/pa_charset.C [autoptr] 1.33.2.13:
6164: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
6165: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
6166: charset_utf8 declaration moved to charsets.C
6167:
6168: * Makefile.am [autoptr] 1.34.2.2:
6169: * tests/Makefile [autoptr] 1.1.2.4:
6170: * tests/Makefile [autoptr] 1.1.2.6:
6171: *** empty log message ***
6172:
6173: * tests/058_paf2000.png [autoptr] 1.1.2.2:
6174: * tests/results/058.processed [autoptr] 1.1.2.2:
6175: .png added with -kb now
6176:
6177: 2003-03-05 paf
6178: * tests/results/105.processed 1.1:
6179: file 105.processed was initially added on branch autoptr.
6180:
6181: * src/classes/math.C [autoptr] 1.24.2.12:
6182: can be: crypt in -lcrypt OK, but crypt.h be missing
6183:
6184: * src/classes/op.C [autoptr] 1.127.2.20:
6185: * src/main/main.dsp [autoptr] 1.161.6.13:
6186: * tests/104.html [autoptr] 1.1.2.1:
6187: * tests/results/104.processed [autoptr] 1.1.2.1:
6188: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
6189: ^bpt operator added [does int3 in debug build on win32]
6190:
6191: * www/htdocs/auto.p [autoptr] 1.17.10.1:
6192: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
6193: * www/htdocs/base.p [autoptr] 1.6.6.1:
6194: * www/htdocs/derived.p [autoptr] 1.24.6.1:
6195: * www/htdocs/font.gif [autoptr] 1.1.6.1:
6196: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
6197: * www/htdocs/index.html [autoptr] 1.210.2.1:
6198: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
6199: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
6200: * www/htdocs/operators.p [autoptr] 1.11.8.1:
6201: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
6202: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
6203: * www/htdocs/some.p [autoptr] 1.2.8.1:
6204: removed old tests
6205:
6206: * tests/104.html 1.1:
6207: file 104.html was initially added on branch autoptr.
6208:
1.24 paf 6209: * tests/105.html 1.1:
6210: file 105.html was initially added on branch autoptr.
6211:
1.23 paf 6212: * src/classes/math.C [autoptr] 1.24.2.11:
6213: * src/classes/op.C [autoptr] 1.127.2.19:
6214: * src/classes/string.C [autoptr] 1.125.2.13:
6215: * src/lib/Makefile.in [autoptr] 1.8.2.1:
6216: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
6217: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
6218: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
6219: * src/main/pa_exec.C [autoptr] 1.48.2.18:
6220: * src/targets/Makefile.in [autoptr] 1.42.2.1:
6221: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
6222: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
6223: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
6224: gcc more happy. todo:make linker happy
6225:
6226: * tests/results/104.processed 1.1:
6227: file 104.processed was initially added on branch autoptr.
6228:
6229: * ltmain.sh [autoptr] 1.5.2.1:
6230: ltmain.sh added
6231:
6232: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
6233: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
6234: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
6235: linker needed more tricks to link OK
6236:
6237: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
6238: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
6239: hash_default_element_name made static
6240:
6241: * src/include/Makefile.am [autoptr] 1.3.14.2:
6242: * src/include/Makefile.in [autoptr] 1.11.2.3:
6243: * src/main/Makefile.am [autoptr] 1.35.6.4:
6244: * src/main/Makefile.in [autoptr] 1.50.2.4:
6245: * src/types/Makefile.am [autoptr] 1.28.10.1:
6246: * src/types/Makefile.in [autoptr] 1.50.2.2:
6247: forgotten files added to Makes
6248:
6249: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
6250: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
6251: hash_default_element_name change undone ;(
6252:
6253: * src/classes/file.C [autoptr] 1.107.2.16:
6254: * src/include/pa_exec.h [autoptr] 1.11.2.6:
6255: * src/main/pa_exec.C [autoptr] 1.48.2.17:
6256: pa_exec env param made optional
6257:
6258: * tests/057.html [autoptr] 1.1.2.3:
6259: * tests/results/057.processed [autoptr] 1.1.2.3:
6260: test bug fixed
6261:
6262: * src/classes/string.C [autoptr] 1.125.2.14:
6263: * src/include/pa_string.h [autoptr] 1.144.2.27:
6264: * src/main/pa_string.C [autoptr] 1.172.2.20:
6265: * tests/105.html [autoptr] 1.1.2.1:
6266: * tests/results/105.processed [autoptr] 1.1.2.1:
6267: String::match bug fixed
6268:
6269: 2003-03-04 paf
6270: * tests/results/060.processed 1.1:
6271: file 060.processed was initially added on branch autoptr.
6272:
6273: * tests/results/059.processed 1.1:
6274: file 059.processed was initially added on branch autoptr.
6275:
6276: * tests/072.html 1.1:
6277: file 072.html was initially added on branch autoptr.
6278:
6279: * tests/results/052.processed 1.1:
6280: file 052.processed was initially added on branch autoptr.
6281:
6282: * tests/074.html 1.1:
6283: file 074.html was initially added on branch autoptr.
6284:
6285: * tests/results/099.processed 1.1:
6286: file 099.processed was initially added on branch autoptr.
6287:
6288: * tests/076.html 1.1:
6289: file 076.html was initially added on branch autoptr.
6290:
6291: * tests/results/092.processed 1.1:
6292: file 092.processed was initially added on branch autoptr.
6293:
6294: * tests/results/102.processed 1.1:
6295: file 102.processed was initially added on branch autoptr.
6296:
6297: * tests/results/084.processed 1.1:
6298: file 084.processed was initially added on branch autoptr.
6299:
6300: * tests/078.html 1.1:
6301: file 078.html was initially added on branch autoptr.
6302:
6303: * tests/results/076.processed 1.1:
6304: file 076.processed was initially added on branch autoptr.
6305:
6306: * tests/081.html 1.1:
6307: file 081.html was initially added on branch autoptr.
6308:
6309: * tests/results/068.processed 1.1:
6310: file 068.processed was initially added on branch autoptr.
6311:
6312: * tests/results/061.processed 1.1:
6313: file 061.processed was initially added on branch autoptr.
6314:
6315: * src/classes/Makefile.in [autoptr] 1.53.2.1:
6316: * src/classes/mail.C [autoptr] 1.88.2.13:
6317: * src/main/Makefile.in [autoptr] 1.50.2.3:
6318: * src/main/pa_exec.C [autoptr] 1.48.2.16:
6319: * src/sql/Makefile.in [autoptr] 1.11.2.1:
6320: * src/types/Makefile.in [autoptr] 1.50.2.1:
6321: *** empty log message ***
6322:
6323: * tests/083.html 1.1:
6324: file 083.html was initially added on branch autoptr.
6325:
6326: * tests/results/053.processed 1.1:
6327: file 053.processed was initially added on branch autoptr.
6328:
6329: * tests/053.html [autoptr] 1.1.2.1:
6330: * tests/054.html [autoptr] 1.1.2.1:
6331: * tests/055.html [autoptr] 1.1.2.1:
6332: * tests/056.html [autoptr] 1.1.2.1:
6333: * tests/057.html [autoptr] 1.1.2.1:
6334: * tests/058.html [autoptr] 1.1.2.1:
6335: * tests/058_paf2000.png [autoptr] 1.1.2.1:
6336: * tests/059.html [autoptr] 1.1.2.1:
6337: * tests/060.html [autoptr] 1.1.2.1:
6338: * tests/results/053.processed [autoptr] 1.1.2.1:
6339: * tests/results/054.processed [autoptr] 1.1.2.1:
6340: * tests/results/055.processed [autoptr] 1.1.2.1:
6341: * tests/results/056.processed [autoptr] 1.1.2.1:
6342: * tests/results/057.processed [autoptr] 1.1.2.1:
6343: * tests/results/058.processed [autoptr] 1.1.2.1:
6344: * tests/results/059.processed [autoptr] 1.1.2.1:
6345: * tests/results/060.processed [autoptr] 1.1.2.1:
6346: test:
6347: 53 string.replace
6348: 54 junctions
6349: 55 table.hash
6350: 56 call indirect
6351: 57 date.create[string]
6352: 58 image.measure[png]
6353:
6354: * src/classes/image.C [autoptr] 1.90.2.14:
6355: * tests/098.html [autoptr] 1.1.2.1:
6356: * tests/098font.gif [autoptr] 1.1.2.1:
6357: * tests/results/098.processed [autoptr] 1.1.2.1:
6358: test:
6359: 98 image font text [bug fixed]
6360:
6361: * tests/085.html 1.1:
6362: file 085.html was initially added on branch autoptr.
6363:
6364: * tests/096_dir/188.jpg 1.1:
6365: file 188.jpg was initially added on branch autoptr.
6366:
6367: * tests/096_dir/163.jpg 1.1:
6368: file 163.jpg was initially added on branch autoptr.
6369:
6370: * tests/087.html 1.1:
6371: file 087.html was initially added on branch autoptr.
6372:
6373: * tests/103paf2001.gif 1.1:
6374: file 103paf2001.gif was initially added on branch autoptr.
6375:
6376: * tests/results/103.processed 1.1:
6377: file 103.processed was initially added on branch autoptr.
6378:
6379: * tests/results/093.processed 1.1:
6380: file 093.processed was initially added on branch autoptr.
6381:
6382: * tests/053.html 1.1:
6383: file 053.html was initially added on branch autoptr.
6384:
6385: * tests/results/085.processed 1.1:
6386: file 085.processed was initially added on branch autoptr.
6387:
6388: * tests/089.html 1.1:
6389: file 089.html was initially added on branch autoptr.
6390:
6391: * tests/090.html 1.1:
6392: file 090.html was initially added on branch autoptr.
6393:
6394: * tests/100.html 1.1:
6395: file 100.html was initially added on branch autoptr.
6396:
6397: * tests/results/077.processed 1.1:
6398: file 077.processed was initially added on branch autoptr.
6399:
6400: * tests/055.html 1.1:
6401: file 055.html was initially added on branch autoptr.
6402:
6403: * src/classes/table.C [autoptr] 1.172.2.12:
6404: * src/main/execute.C [autoptr] 1.295.2.23:
6405: * tests/061.dat [autoptr] 1.1.2.1:
6406: * tests/061.html [autoptr] 1.1.2.1:
6407: * tests/062.html [autoptr] 1.1.2.1:
6408: * tests/063.html [autoptr] 1.1.2.1:
6409: * tests/064.html [autoptr] 1.1.2.1:
6410: * tests/065.html [autoptr] 1.1.2.1:
6411: * tests/066.html [autoptr] 1.1.2.1:
6412: * tests/067.html [autoptr] 1.1.2.1:
6413: * tests/068.html [autoptr] 1.1.2.1:
6414: * tests/069.html [autoptr] 1.1.2.1:
6415: * tests/070.html [autoptr] 1.1.2.1:
6416: * tests/071.html [autoptr] 1.1.2.1:
6417: * tests/072.html [autoptr] 1.1.2.1:
6418: * tests/073.html [autoptr] 1.1.2.1:
6419: * tests/074.html [autoptr] 1.1.2.1:
6420: * tests/075.html [autoptr] 1.1.2.1:
6421: * tests/076.html [autoptr] 1.1.2.1:
6422: * tests/077.html [autoptr] 1.1.2.1:
6423: * tests/078.html [autoptr] 1.1.2.1:
6424: * tests/079.html [autoptr] 1.1.2.1:
6425: * tests/080.html [autoptr] 1.1.2.1:
6426: * tests/081.html [autoptr] 1.1.2.1:
6427: * tests/082.html [autoptr] 1.1.2.1:
6428: * tests/083.html [autoptr] 1.1.2.1:
6429: * tests/084.html [autoptr] 1.1.2.1:
6430: * tests/085.html [autoptr] 1.1.2.1:
6431: * tests/086.html [autoptr] 1.1.2.1:
6432: * tests/087.html [autoptr] 1.1.2.1:
6433: * tests/088.html [autoptr] 1.1.2.1:
6434: * tests/089.html [autoptr] 1.1.2.1:
6435: * tests/090.html [autoptr] 1.1.2.1:
6436: * tests/091.html [autoptr] 1.1.2.1:
6437: * tests/092.html [autoptr] 1.1.2.1:
6438: * tests/093.html [autoptr] 1.1.2.1:
6439: * tests/094.html [autoptr] 1.1.2.1:
6440: * tests/095.html [autoptr] 1.1.2.1:
6441: * tests/results/061.processed [autoptr] 1.1.2.1:
6442: * tests/results/062.processed [autoptr] 1.1.2.1:
6443: * tests/results/063.processed [autoptr] 1.1.2.1:
6444: * tests/results/064.processed [autoptr] 1.1.2.1:
6445: * tests/results/065.processed [autoptr] 1.1.2.1:
6446: * tests/results/066.processed [autoptr] 1.1.2.1:
6447: * tests/results/067.processed [autoptr] 1.1.2.1:
6448: * tests/results/068.processed [autoptr] 1.1.2.1:
6449: * tests/results/069.processed [autoptr] 1.1.2.1:
6450: * tests/results/070.processed [autoptr] 1.1.2.1:
6451: * tests/results/071.processed [autoptr] 1.1.2.1:
6452: * tests/results/072.processed [autoptr] 1.1.2.1:
6453: * tests/results/073.processed [autoptr] 1.1.2.1:
6454: * tests/results/074.processed [autoptr] 1.1.2.1:
6455: * tests/results/075.processed [autoptr] 1.1.2.1:
6456: * tests/results/076.processed [autoptr] 1.1.2.1:
6457: * tests/results/077.processed [autoptr] 1.1.2.1:
6458: * tests/results/078.processed [autoptr] 1.1.2.1:
6459: * tests/results/079.processed [autoptr] 1.1.2.1:
6460: * tests/results/080.processed [autoptr] 1.1.2.1:
6461: * tests/results/081.processed [autoptr] 1.1.2.1:
6462: * tests/results/082.processed [autoptr] 1.1.2.1:
6463: * tests/results/083.processed [autoptr] 1.1.2.1:
6464: * tests/results/084.processed [autoptr] 1.1.2.1:
6465: * tests/results/085.processed [autoptr] 1.1.2.1:
6466: * tests/results/086.processed [autoptr] 1.1.2.1:
6467: * tests/results/087.processed [autoptr] 1.1.2.1:
6468: * tests/results/088.processed [autoptr] 1.1.2.1:
6469: * tests/results/089.processed [autoptr] 1.1.2.1:
6470: * tests/results/090.processed [autoptr] 1.1.2.1:
6471: * tests/results/091.processed [autoptr] 1.1.2.1:
6472: * tests/results/092.processed [autoptr] 1.1.2.1:
6473: * tests/results/093.processed [autoptr] 1.1.2.1:
6474: * tests/results/094.processed [autoptr] 1.1.2.1:
6475: * tests/results/095.processed [autoptr] 1.1.2.1:
6476: tests:
6477: 61 file::stat size
6478: 62 string->int autoconvert
6479: 63 double .int,dec,div,mul
6480: 64 date compare
6481: 65 file: basename,justname,justext
6482: 66 math:crypt
6483: 67 string.match simple on long
6484: 68 string.match normalized simple on long
6485: 69 string.int
6486: 70 file::stat content-type
6487: 71 table.join
6488: 72 hash parameter conditional pass
6489: 73 date daylightsaving,yearday
6490: 74 date arithmetics
6491: 75 response date values/attributes
6492: 76 string.pos of void, void.pos
6493: 77 syntax parsing
6494: 78 cookie tainting
6495: 79 switch with local
6496: 80 scientific numeric literal in string autoconvert
6497: 81 xor: logical and numerical
6498: 82 for delims
6499: 83 menu delims
6500: 84 table.hash distinct
6501: 85 long string replace
6502: 86 throw+catch current language preserve
6503: 87 bit shifts
6504: 88 junction tests + $caller test
6505: 89 hash.foreach selfmodification
6506: 90 int/void to int
6507: 91 $caller test
6508: 92 junction is + def junction tests
6509: 93 $caller test
6510: 94 syntax test
6511: 95 table.hash(keygenerator) [bug fixed]
6512:
6513: * tests/results/070.processed 1.1:
6514: file 070.processed was initially added on branch autoptr.
6515:
6516: * tests/results/069.processed 1.1:
6517: file 069.processed was initially added on branch autoptr.
6518:
6519: * tests/061.dat 1.1:
6520: file 061.dat was initially added on branch autoptr.
6521:
6522: * tests/092.html 1.1:
6523: file 092.html was initially added on branch autoptr.
6524:
6525: * tests/102.html 1.1:
6526: file 102.html was initially added on branch autoptr.
6527:
6528: * tests/results/062.processed 1.1:
6529: file 062.processed was initially added on branch autoptr.
6530:
6531: * tests/057.html 1.1:
6532: file 057.html was initially added on branch autoptr.
6533:
6534: * tests/results/054.processed 1.1:
6535: file 054.processed was initially added on branch autoptr.
6536:
6537: * tests/094.html 1.1:
6538: file 094.html was initially added on branch autoptr.
6539:
6540: * tests/059.html 1.1:
6541: file 059.html was initially added on branch autoptr.
6542:
6543: * tests/060.html 1.1:
6544: file 060.html was initially added on branch autoptr.
6545:
6546: * tests/096.html 1.1:
6547: file 096.html was initially added on branch autoptr.
6548:
6549: * tests/results/094.processed 1.1:
6550: file 094.processed was initially added on branch autoptr.
6551:
6552: * tests/062.html 1.1:
6553: file 062.html was initially added on branch autoptr.
6554:
6555: * tests/results/086.processed 1.1:
6556: file 086.processed was initially added on branch autoptr.
6557:
6558: * tests/098font.gif 1.1:
6559: file 098font.gif was initially added on branch autoptr.
6560:
6561: * tests/098.html 1.1:
6562: file 098.html was initially added on branch autoptr.
6563:
6564: * tests/results/078.processed 1.1:
6565: file 078.processed was initially added on branch autoptr.
6566:
6567: * tests/064.html 1.1:
6568: file 064.html was initially added on branch autoptr.
6569:
6570: * tests/results/071.processed 1.1:
6571: file 071.processed was initially added on branch autoptr.
6572:
6573: * tests/results/063.processed 1.1:
6574: file 063.processed was initially added on branch autoptr.
6575:
6576: * tests/066.html 1.1:
6577: file 066.html was initially added on branch autoptr.
6578:
6579: * tests/results/055.processed 1.1:
6580: file 055.processed was initially added on branch autoptr.
6581:
6582: * tests/068.html 1.1:
6583: file 068.html was initially added on branch autoptr.
6584:
6585: * tests/071.html 1.1:
6586: file 071.html was initially added on branch autoptr.
6587:
6588: * tests/results/095.processed 1.1:
6589: file 095.processed was initially added on branch autoptr.
6590:
6591: * tests/results/087.processed 1.1:
6592: file 087.processed was initially added on branch autoptr.
6593:
6594: * tests/073.html 1.1:
6595: file 073.html was initially added on branch autoptr.
6596:
6597: * tests/results/079.processed 1.1:
6598: file 079.processed was initially added on branch autoptr.
6599:
6600: * tests/results/080.processed 1.1:
6601: file 080.processed was initially added on branch autoptr.
6602:
6603: * tests/results/072.processed 1.1:
6604: file 072.processed was initially added on branch autoptr.
6605:
6606: * tests/075.html 1.1:
6607: file 075.html was initially added on branch autoptr.
6608:
6609: * tests/results/064.processed 1.1:
6610: file 064.processed was initially added on branch autoptr.
6611:
6612: * tests/103.html [autoptr] 1.1.2.1:
6613: * tests/103mark.gif [autoptr] 1.1.2.1:
6614: * tests/103paf2001.gif [autoptr] 1.1.2.1:
6615: * tests/results/103.processed [autoptr] 1.1.2.1:
6616: tests:
6617: 103 image.copy transparence test
6618:
6619: * tests/results/056.processed 1.1:
6620: file 056.processed was initially added on branch autoptr.
6621:
6622: * tests/077.html 1.1:
6623: file 077.html was initially added on branch autoptr.
6624:
6625: * tests/080.html 1.1:
6626: file 080.html was initially added on branch autoptr.
6627:
6628: * tests/079.html 1.1:
6629: file 079.html was initially added on branch autoptr.
6630:
6631: * tests/results/096.processed 1.1:
6632: file 096.processed was initially added on branch autoptr.
6633:
6634: * tests/082.html 1.1:
6635: file 082.html was initially added on branch autoptr.
6636:
6637: * tests/results/088.processed 1.1:
6638: file 088.processed was initially added on branch autoptr.
6639:
6640: * tests/results/081.processed 1.1:
6641: file 081.processed was initially added on branch autoptr.
6642:
6643: * tests/084.html 1.1:
6644: file 084.html was initially added on branch autoptr.
6645:
6646: * tests/results/073.processed 1.1:
6647: file 073.processed was initially added on branch autoptr.
6648:
6649: * tests/058_paf2000.png 1.1:
6650: file 058_paf2000.png was initially added on branch autoptr.
6651:
6652: * tests/results/065.processed 1.1:
6653: file 065.processed was initially added on branch autoptr.
6654:
6655: * tests/086.html 1.1:
6656: file 086.html was initially added on branch autoptr.
6657:
6658: * tests/results/057.processed 1.1:
6659: file 057.processed was initially added on branch autoptr.
6660:
6661: * tests/052.html 1.1:
6662: file 052.html was initially added on branch autoptr.
6663:
6664: * tests/088.html 1.1:
6665: file 088.html was initially added on branch autoptr.
6666:
6667: * tests/054.html 1.1:
6668: file 054.html was initially added on branch autoptr.
6669:
6670: * src/main/pa_common.C [autoptr] 1.143.2.21:
6671: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
6672: * tests/097.html [autoptr] 1.1.2.1:
6673: * tests/results/097.processed [autoptr] 1.1.2.1:
6674: test:
6675: 97 file::load http:// [bugs fixed]
6676:
6677: * tests/101.html 1.1:
6678: file 101.html was initially added on branch autoptr.
6679:
6680: * tests/091.html 1.1:
6681: file 091.html was initially added on branch autoptr.
6682:
6683: * tests/results/097.processed 1.1:
6684: file 097.processed was initially added on branch autoptr.
6685:
6686: * tests/056.html 1.1:
6687: file 056.html was initially added on branch autoptr.
6688:
6689: * tests/results/089.processed 1.1:
6690: file 089.processed was initially added on branch autoptr.
6691:
6692: * tests/results/090.processed 1.1:
6693: file 090.processed was initially added on branch autoptr.
6694:
6695: * src/classes/hash.C [autoptr] 1.54.2.12:
6696: * src/classes/image.C [autoptr] 1.90.2.13:
6697: * src/classes/table.C [autoptr] 1.172.2.13:
6698: * src/include/pa_memory.h [autoptr] 1.1.2.5:
6699: * tests/096.html [autoptr] 1.1.2.1:
6700: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
6701: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
6702: * tests/results/096.processed [autoptr] 1.1.2.1:
6703: tests:
6704: 96 image EXIF [bug fixed]
6705:
6706: * tests/results/100.processed 1.1:
6707: file 100.processed was initially added on branch autoptr.
6708:
6709: * tests/103.html 1.1:
6710: file 103.html was initially added on branch autoptr.
6711:
6712: * tests/093.html 1.1:
6713: file 093.html was initially added on branch autoptr.
6714:
6715: * tests/results/082.processed 1.1:
6716: file 082.processed was initially added on branch autoptr.
6717:
6718: * tests/052.html [autoptr] 1.1.2.1:
6719: * tests/outputs/049.processed [autoptr] 1.1.2.2:
6720: * tests/outputs/050.processed [autoptr] 1.1.2.2:
6721: * tests/outputs/051.processed [autoptr] 1.1.2.2:
6722: * tests/results/052.processed [autoptr] 1.1.2.1:
6723: test:
6724: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
6725:
6726: * tests/058.html 1.1:
6727: file 058.html was initially added on branch autoptr.
6728:
6729: * tests/results/074.processed 1.1:
6730: file 074.processed was initially added on branch autoptr.
6731:
6732: * tests/095.html 1.1:
6733: file 095.html was initially added on branch autoptr.
6734:
6735: * tests/results/066.processed 1.1:
6736: file 066.processed was initially added on branch autoptr.
6737:
6738: * tests/061.html 1.1:
6739: file 061.html was initially added on branch autoptr.
6740:
6741: * tests/results/058.processed 1.1:
6742: file 058.processed was initially added on branch autoptr.
6743:
6744: * tests/103mark.gif 1.1:
6745: file 103mark.gif was initially added on branch autoptr.
6746:
6747: * tests/097.html 1.1:
6748: file 097.html was initially added on branch autoptr.
6749:
6750: * tests/063.html 1.1:
6751: file 063.html was initially added on branch autoptr.
6752:
6753: * src/main/execute.C [autoptr] 1.295.2.22:
6754: * src/main/pa_table.C [autoptr] 1.53.2.10:
6755: test:
6756: 59 table.locate [bug fixed]
6757: 60 string eq string [bug fixed]
6758:
6759: * tests/099.html 1.1:
6760: file 099.html was initially added on branch autoptr.
6761:
6762: * tests/065.html 1.1:
6763: file 065.html was initially added on branch autoptr.
6764:
6765: * tests/results/098.processed 1.1:
6766: file 098.processed was initially added on branch autoptr.
6767:
6768: * tests/results/091.processed 1.1:
6769: file 091.processed was initially added on branch autoptr.
6770:
6771: * tests/results/101.processed 1.1:
6772: file 101.processed was initially added on branch autoptr.
6773:
6774: * tests/057.html [autoptr] 1.1.2.2:
6775: * tests/099.html [autoptr] 1.1.2.1:
6776: * tests/100.html [autoptr] 1.1.2.1:
6777: * tests/results/057.processed [autoptr] 1.1.2.2:
6778: * tests/results/099.processed [autoptr] 1.1.2.1:
6779: * tests/results/100.processed [autoptr] 1.1.2.1:
6780: tests:
6781: 57 date create 2002: added
6782: 99,100 response:body/download
6783:
6784: * tests/067.html 1.1:
6785: file 067.html was initially added on branch autoptr.
6786:
6787: * tests/results/083.processed 1.1:
6788: file 083.processed was initially added on branch autoptr.
6789:
6790: * tests/results/075.processed 1.1:
6791: file 075.processed was initially added on branch autoptr.
6792:
6793: * src/main/execute.C [autoptr] 1.295.2.24:
6794: * tests/101.html [autoptr] 1.1.2.1:
6795: * tests/102.html [autoptr] 1.1.2.1:
6796: * tests/results/101.processed [autoptr] 1.1.2.1:
6797: * tests/results/102.processed [autoptr] 1.1.2.1:
6798: tests:
6799: 101 method/variable name conflict test
6800: 102 form fields change should not not change anything [bug fix]
6801:
6802: * tests/070.html 1.1:
6803: file 070.html was initially added on branch autoptr.
6804:
6805: * tests/069.html 1.1:
6806: file 069.html was initially added on branch autoptr.
6807:
6808: * tests/results/067.processed 1.1:
6809: file 067.processed was initially added on branch autoptr.
6810:
6811: * src/classes/image.C [autoptr] 1.90.2.15:
6812: * src/include/pa_request.h [autoptr] 1.160.2.29:
6813: * src/include/pa_stack.h [autoptr] 1.17.2.6:
6814: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
6815: number of gcc compiler bugs fixed
6816:
6817: 2003-03-03 paf
6818: * tests/037.html 1.1:
6819: file 037.html was initially added on branch autoptr.
6820:
6821: * tests/results/044.processed 1.1:
6822: file 044.processed was initially added on branch autoptr.
6823:
6824: * tests/039.html 1.1:
6825: file 039.html was initially added on branch autoptr.
6826:
6827: * tests/040.html 1.1:
6828: file 040.html was initially added on branch autoptr.
6829:
6830: * tests/results/036.processed 1.1:
6831: file 036.processed was initially added on branch autoptr.
6832:
6833: * tests/042.html 1.1:
6834: file 042.html was initially added on branch autoptr.
6835:
6836: * tests/044.html 1.1:
6837: file 044.html was initially added on branch autoptr.
6838:
6839: * src/main/pa_request.C [autoptr] 1.245.2.29:
6840: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
6841: * tests/033.html [autoptr] 1.1.2.1:
6842: * tests/034.html [autoptr] 1.1.2.1:
6843: * tests/035.html [autoptr] 1.1.2.1:
6844: * tests/036.html [autoptr] 1.1.2.1:
6845: * tests/037.html [autoptr] 1.1.2.1:
6846: * tests/038.html [autoptr] 1.1.2.1:
6847: * tests/results/033.processed [autoptr] 1.1.2.1:
6848: * tests/results/034.processed [autoptr] 1.1.2.1:
6849: * tests/results/035.processed [autoptr] 1.1.2.1:
6850: * tests/results/036.processed [autoptr] 1.1.2.1:
6851: * tests/results/037.processed [autoptr] 1.1.2.1:
6852: * tests/results/038.processed [autoptr] 1.1.2.1:
6853: tests:
6854: 33 string.replace
6855: 34 string.upper
6856: 35 table created
6857: 36 local/global vars with juntions
6858: 37 table clone
6859: 38 math PI & number formatting
6860:
6861: math class registring typo fixed
6862:
6863: * tests/046.html 1.1:
6864: file 046.html was initially added on branch autoptr.
6865:
6866: * tests/040.html [autoptr] 1.1.2.1:
6867: * tests/results/040.processed [autoptr] 1.1.2.1:
6868: test:
6869: 39 method result of type table
6870: 40 method param junction auto evaluate
6871:
6872: * tests/051b.p 1.1:
6873: file 051b.p was initially added on branch autoptr.
6874:
6875: * tests/results/045.processed 1.1:
6876: file 045.processed was initially added on branch autoptr.
6877:
6878: * tests/048.html 1.1:
6879: file 048.html was initially added on branch autoptr.
6880:
6881: * tests/results/037.processed 1.1:
6882: file 037.processed was initially added on branch autoptr.
6883:
6884: * tests/051.html 1.1:
6885: file 051.html was initially added on branch autoptr.
6886:
6887: * tests/results/046.processed 1.1:
6888: file 046.processed was initially added on branch autoptr.
6889:
6890: * tests/results/038.processed 1.1:
6891: file 038.processed was initially added on branch autoptr.
6892:
6893: * tests/041.html [autoptr] 1.1.2.1:
6894: * tests/results/041.processed [autoptr] 1.1.2.1:
6895: test:
6896: 41 table.locate by expression
6897:
6898: * tests/032.html 1.1:
6899: file 032.html was initially added on branch autoptr.
6900:
6901: * tests/results/047.processed 1.1:
6902: file 047.processed was initially added on branch autoptr.
6903:
6904: * tests/034.html 1.1:
6905: file 034.html was initially added on branch autoptr.
6906:
6907: * tests/results/040.processed 1.1:
6908: file 040.processed was initially added on branch autoptr.
6909:
6910: * tests/results/039.processed 1.1:
6911: file 039.processed was initially added on branch autoptr.
6912:
6913: * tests/results/032.processed 1.1:
6914: file 032.processed was initially added on branch autoptr.
6915:
6916: * tests/036.html 1.1:
6917: file 036.html was initially added on branch autoptr.
6918:
6919: * tests/038.html 1.1:
6920: file 038.html was initially added on branch autoptr.
6921:
6922: * tests/parser-unix.sh 1.1:
6923: file parser-unix.sh was initially added on branch autoptr.
6924:
6925: * tests/043.html [autoptr] 1.1.2.1:
6926: * tests/044.html [autoptr] 1.1.2.1:
6927: * tests/045.html [autoptr] 1.1.2.1:
6928: * tests/046.html [autoptr] 1.1.2.1:
6929: * tests/047.html [autoptr] 1.1.2.1:
6930: * tests/048.html [autoptr] 1.1.2.1:
6931: * tests/049.html [autoptr] 1.1.2.1:
6932: * tests/050.html [autoptr] 1.1.2.1:
6933: * tests/051.html [autoptr] 1.1.2.1:
6934: * tests/051b.p [autoptr] 1.1.2.1:
6935: * tests/051t.p [autoptr] 1.1.2.1:
6936: * tests/Makefile [autoptr] 1.1.2.3:
6937: * tests/outputs/049.processed [autoptr] 1.1.2.1:
6938: * tests/outputs/050.processed [autoptr] 1.1.2.1:
6939: * tests/outputs/051.processed [autoptr] 1.1.2.1:
6940: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
6941: * tests/parser-unix.sh [autoptr] 1.1.2.2:
6942: * tests/results/001.processed [autoptr] 1.1.2.2:
6943: * tests/results/002.processed [autoptr] 1.1.2.2:
6944: * tests/results/003.processed [autoptr] 1.1.2.2:
6945: * tests/results/005.processed [autoptr] 1.1.2.2:
6946: * tests/results/006.processed [autoptr] 1.1.2.2:
6947: * tests/results/008.processed [autoptr] 1.1.2.2:
6948: * tests/results/009.processed [autoptr] 1.1.2.2:
6949: * tests/results/011.processed [autoptr] 1.1.2.2:
6950: * tests/results/012.processed [autoptr] 1.1.2.2:
6951: * tests/results/013.processed [autoptr] 1.1.2.2:
6952: * tests/results/014.processed [autoptr] 1.1.2.2:
6953: * tests/results/015.processed [autoptr] 1.1.2.2:
6954: * tests/results/016.processed [autoptr] 1.1.2.2:
6955: * tests/results/017.processed [autoptr] 1.1.2.2:
6956: * tests/results/020.processed [autoptr] 1.1.2.2:
6957: * tests/results/021.processed [autoptr] 1.1.2.2:
6958: * tests/results/022.processed [autoptr] 1.1.2.2:
6959: * tests/results/024.processed [autoptr] 1.1.2.2:
6960: * tests/results/025.processed [autoptr] 1.1.2.2:
6961: * tests/results/026.processed [autoptr] 1.1.2.2:
6962: * tests/results/027.processed [autoptr] 1.1.2.2:
6963: * tests/results/028.processed [autoptr] 1.1.2.2:
6964: * tests/results/029.processed [autoptr] 1.1.2.2:
6965: * tests/results/030.processed [autoptr] 1.1.2.2:
6966: * tests/results/031.processed [autoptr] 1.1.2.2:
6967: * tests/results/043.processed [autoptr] 1.1.2.1:
6968: * tests/results/044.processed [autoptr] 1.1.2.1:
6969: * tests/results/045.processed [autoptr] 1.1.2.1:
6970: * tests/results/046.processed [autoptr] 1.1.2.1:
6971: * tests/results/047.processed [autoptr] 1.1.2.1:
6972: * tests/results/048.processed [autoptr] 1.1.2.1:
6973: * tests/results/049.processed [autoptr] 1.1.2.1:
6974: * tests/results/050.processed [autoptr] 1.1.2.1:
6975: * tests/results/051.processed [autoptr] 1.1.2.1:
6976: * tests/run_parser.sh [autoptr] 1.1.2.1:
6977: tests:
6978: 43,44,45 date rolls
6979: 46 autoevaluating junction
6980: 47 table.select
6981: 48 name with subvar
6982: 49 hash-creating switch
6983: 50 process
6984: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
6985:
6986: * tests/041.html 1.1:
6987: file 041.html was initially added on branch autoptr.
6988:
6989: * src/classes/op.C [autoptr] 1.127.2.18:
6990: * src/include/pa_request.h [autoptr] 1.160.2.28:
6991: * src/include/pa_string.h [autoptr] 1.144.2.25:
6992: * src/main/execute.C [autoptr] 1.295.2.21:
6993: * src/main/pa_request.C [autoptr] 1.245.2.28:
6994: * src/main/pa_string.C [autoptr] 1.172.2.18:
6995: * src/main/untaint.C [autoptr] 1.115.2.11:
6996: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
6997: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
6998: * tests/032.html [autoptr] 1.1.2.1:
6999: * tests/results/032.processed [autoptr] 1.1.2.1:
7000: uchar changed to String_UL in all places [was not everywhere]
7001: untaint test: 032
7002:
7003: * tests/results/048.processed 1.1:
7004: file 048.processed was initially added on branch autoptr.
7005:
7006: * tests/043.html 1.1:
7007: file 043.html was initially added on branch autoptr.
7008:
7009: * tests/results/041.processed 1.1:
7010: file 041.processed was initially added on branch autoptr.
7011:
7012: * tests/results/033.processed 1.1:
7013: file 033.processed was initially added on branch autoptr.
7014:
7015: * tests/045.html 1.1:
7016: file 045.html was initially added on branch autoptr.
7017:
7018: * tests/047.html 1.1:
7019: file 047.html was initially added on branch autoptr.
7020:
7021: * tests/051t.p 1.1:
7022: file 051t.p was initially added on branch autoptr.
7023:
7024: * tests/050.html 1.1:
7025: file 050.html was initially added on branch autoptr.
7026:
7027: * tests/049.html 1.1:
7028: file 049.html was initially added on branch autoptr.
7029:
7030: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
7031: * tests/004.html [autoptr] 1.1.2.2:
7032: * tests/Makefile [autoptr] 1.1.2.2:
7033: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
7034: * tests/parser-unix.sh [autoptr] 1.1.2.1:
7035: * tests/results/004.processed [autoptr] 1.1.2.2:
7036: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
7037: removed -H command line key, now testing using .sh file with
7038: SERVER_SOFTWARE=xxx
7039:
1.24 paf 7040: * tests/042.html [autoptr] 1.1.2.1:
7041: * tests/results/042.processed [autoptr] 1.1.2.1:
7042: test:
7043: 42 exception.handled
7044:
1.23 paf 7045: * tests/outputs/049.processed 1.1:
7046: * tests/results/049.processed 1.1:
7047: file 049.processed was initially added on branch autoptr.
7048:
7049: * tests/outputs/050.processed 1.1:
7050: * tests/results/050.processed 1.1:
7051: file 050.processed was initially added on branch autoptr.
7052:
7053: * tests/results/042.processed 1.1:
7054: file 042.processed was initially added on branch autoptr.
7055:
7056: * tests/results/034.processed 1.1:
7057: file 034.processed was initially added on branch autoptr.
7058:
7059: * tests/039.html [autoptr] 1.1.2.1:
7060: * tests/results/039.processed [autoptr] 1.1.2.1:
7061: test:
7062: 37 method result of type table
7063:
7064: * tests/outputs/051.processed 1.1:
7065: * tests/results/051.processed 1.1:
7066: file 051.processed was initially added on branch autoptr.
7067:
7068: * tests/parser-cygwin.sh 1.1:
7069: file parser-cygwin.sh was initially added on branch autoptr.
7070:
7071: * tests/results/043.processed 1.1:
7072: file 043.processed was initially added on branch autoptr.
7073:
7074: * tests/results/035.processed 1.1:
7075: file 035.processed was initially added on branch autoptr.
7076:
7077: * tests/033.html 1.1:
7078: file 033.html was initially added on branch autoptr.
7079:
7080: * tests/run_parser.sh 1.1:
7081: file run_parser.sh was initially added on branch autoptr.
7082:
7083: * tests/035.html 1.1:
7084: file 035.html was initially added on branch autoptr.
7085:
7086: 2003-02-27 paf
7087: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
7088: *** empty log message ***
7089:
7090: * www/htdocs/maximized.htm 1.1:
7091: file maximized.htm was initially added on branch autoptr.
7092:
7093: 2003-02-26 paf
7094: * tests/001.html 1.1:
7095: file 001.html was initially added on branch autoptr.
7096:
7097: * tests/003.html 1.1:
7098: file 003.html was initially added on branch autoptr.
7099:
7100: * tests/results/028.processed 1.1:
7101: file 028.processed was initially added on branch autoptr.
7102:
7103: * tests/005.html 1.1:
7104: file 005.html was initially added on branch autoptr.
7105:
7106: * tests/results/021.processed 1.1:
7107: file 021.processed was initially added on branch autoptr.
7108:
7109: * tests/results/013.processed 1.1:
7110: file 013.processed was initially added on branch autoptr.
7111:
7112: * src/include/pa_array.h [autoptr] 1.57.2.26:
7113: * src/include/pa_hash.h [autoptr] 1.58.2.17:
7114: * src/include/pa_memory.h [autoptr] 1.1.2.3:
7115: * src/main/pa_charset.C [autoptr] 1.33.2.12:
7116: * tests/001.html [autoptr] 1.1.2.1:
7117: * tests/002.html [autoptr] 1.1.2.1:
7118: * tests/003.html [autoptr] 1.1.2.1:
7119: * tests/004.html [autoptr] 1.1.2.1:
7120: * tests/005.html [autoptr] 1.1.2.1:
7121: * tests/006.html [autoptr] 1.1.2.1:
7122: * tests/007.html [autoptr] 1.1.2.1:
7123: * tests/008.html [autoptr] 1.1.2.1:
7124: * tests/009.html [autoptr] 1.1.2.1:
7125: * tests/010.html [autoptr] 1.1.2.1:
7126: * tests/011.html [autoptr] 1.1.2.1:
7127: * tests/012.html [autoptr] 1.1.2.1:
7128: * tests/013.html [autoptr] 1.1.2.1:
7129: * tests/014.html [autoptr] 1.1.2.1:
7130: * tests/Makefile [autoptr] 1.1.2.1:
7131: * tests/outputs/create-dir [autoptr] 1.1.2.1:
7132: * tests/results/001.processed [autoptr] 1.1.2.1:
7133: * tests/results/002.processed [autoptr] 1.1.2.1:
7134: * tests/results/003.processed [autoptr] 1.1.2.1:
7135: * tests/results/004.processed [autoptr] 1.1.2.1:
7136: * tests/results/005.processed [autoptr] 1.1.2.1:
7137: * tests/results/006.processed [autoptr] 1.1.2.1:
7138: * tests/results/007.processed [autoptr] 1.1.2.1:
7139: * tests/results/008.processed [autoptr] 1.1.2.1:
7140: * tests/results/009.processed [autoptr] 1.1.2.1:
7141: * tests/results/010.processed [autoptr] 1.1.2.1:
7142: * tests/results/011.processed [autoptr] 1.1.2.1:
7143: * tests/results/012.processed [autoptr] 1.1.2.1:
7144: * tests/results/013.processed [autoptr] 1.1.2.1:
7145: * tests/results/014.processed [autoptr] 1.1.2.1:
7146: hash cloning fixed
7147:
7148: * tests/007.html 1.1:
7149: file 007.html was initially added on branch autoptr.
7150:
7151: * tests/results/005.processed 1.1:
7152: file 005.processed was initially added on branch autoptr.
7153:
7154: * tests/010.html 1.1:
7155: file 010.html was initially added on branch autoptr.
7156:
7157: * tests/009.html 1.1:
7158: file 009.html was initially added on branch autoptr.
7159:
7160: * tests/012.html 1.1:
7161: file 012.html was initially added on branch autoptr.
7162:
7163: * tests/014.html 1.1:
7164: file 014.html was initially added on branch autoptr.
7165:
7166: * src/main/execute.C [autoptr] 1.295.2.20:
7167: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
7168: * tests/024.html [autoptr] 1.1.2.1:
7169: * tests/025.html [autoptr] 1.1.2.1:
7170: * tests/026.html [autoptr] 1.1.2.1:
7171: * tests/027.html [autoptr] 1.1.2.1:
7172: * tests/028.html [autoptr] 1.1.2.1:
7173: * tests/029.html [autoptr] 1.1.2.1:
7174: * tests/030.html [autoptr] 1.1.2.1:
7175: * tests/031.html [autoptr] 1.1.2.1:
7176: * tests/results/024.processed [autoptr] 1.1.2.1:
7177: * tests/results/025.processed [autoptr] 1.1.2.1:
7178: * tests/results/026.processed [autoptr] 1.1.2.1:
7179: * tests/results/027.processed [autoptr] 1.1.2.1:
7180: * tests/results/028.processed [autoptr] 1.1.2.1:
7181: * tests/results/029.processed [autoptr] 1.1.2.1:
7182: * tests/results/030.processed [autoptr] 1.1.2.1:
7183: * tests/results/031.processed [autoptr] 1.1.2.1:
7184: fixed bug with name_cstr mutable CharPtr
7185: more tests
7186:
7187: * tests/results/029.processed 1.1:
7188: file 029.processed was initially added on branch autoptr.
7189:
7190: * tests/results/030.processed 1.1:
7191: file 030.processed was initially added on branch autoptr.
7192:
7193: * tests/016.html 1.1:
7194: file 016.html was initially added on branch autoptr.
7195:
7196: * tests/results/022.processed 1.1:
7197: file 022.processed was initially added on branch autoptr.
7198:
7199: * tests/results/014.processed 1.1:
7200: file 014.processed was initially added on branch autoptr.
7201:
7202: * tests/018.html 1.1:
7203: file 018.html was initially added on branch autoptr.
7204:
7205: * tests/results/006.processed 1.1:
7206: file 006.processed was initially added on branch autoptr.
7207:
7208: * tests/022_dir/a.html 1.1:
7209: file a.html was initially added on branch autoptr.
7210:
7211: * tests/021.html 1.1:
7212: file 021.html was initially added on branch autoptr.
7213:
7214: * tests/023.html 1.1:
7215: file 023.html was initially added on branch autoptr.
7216:
7217: * tests/results/031.processed 1.1:
7218: file 031.processed was initially added on branch autoptr.
7219:
7220: * tests/025.html 1.1:
7221: file 025.html was initially added on branch autoptr.
7222:
7223: * tests/results/023.processed 1.1:
7224: file 023.processed was initially added on branch autoptr.
7225:
7226: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
7227: * src/main/pa_globals.C [autoptr] 1.152.2.16:
7228: * src/main/pa_memory.C [autoptr] 1.1.2.3:
7229: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
7230: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
7231: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
7232: SAPI::abort << abort. die now just exits
7233:
7234: * tests/results/015.processed 1.1:
7235: file 015.processed was initially added on branch autoptr.
7236:
7237: * tests/027.html 1.1:
7238: file 027.html was initially added on branch autoptr.
7239:
7240: * tests/results/007.processed 1.1:
7241: file 007.processed was initially added on branch autoptr.
7242:
7243: * tests/030.html 1.1:
7244: file 030.html was initially added on branch autoptr.
7245:
7246: * tests/029.html 1.1:
7247: file 029.html was initially added on branch autoptr.
7248:
7249: * tests/outputs/create-dir 1.1:
7250: file create-dir was initially added on branch autoptr.
7251:
7252: * tests/022_dir/b.txt 1.1:
7253: file b.txt was initially added on branch autoptr.
7254:
7255: * tests/results/024.processed 1.1:
7256: file 024.processed was initially added on branch autoptr.
7257:
7258: * tests/002.html 1.1:
7259: file 002.html was initially added on branch autoptr.
7260:
7261: * tests/results/016.processed 1.1:
7262: file 016.processed was initially added on branch autoptr.
7263:
7264: * tests/results/008.processed 1.1:
7265: file 008.processed was initially added on branch autoptr.
7266:
7267: * tests/004.html 1.1:
7268: file 004.html was initially added on branch autoptr.
7269:
7270: * tests/results/001.processed 1.1:
7271: file 001.processed was initially added on branch autoptr.
7272:
7273: * tests/006.html 1.1:
7274: file 006.html was initially added on branch autoptr.
7275:
7276: * tests/008.html 1.1:
7277: file 008.html was initially added on branch autoptr.
7278:
7279: * tests/011.html 1.1:
7280: file 011.html was initially added on branch autoptr.
7281:
7282: * tests/results/025.processed 1.1:
7283: file 025.processed was initially added on branch autoptr.
7284:
7285: * tests/results/017.processed 1.1:
7286: file 017.processed was initially added on branch autoptr.
7287:
7288: * tests/Makefile 1.1:
7289: file Makefile was initially added on branch autoptr.
7290:
7291: * tests/results/009.processed 1.1:
7292: file 009.processed was initially added on branch autoptr.
7293:
7294: * tests/results/010.processed 1.1:
7295: file 010.processed was initially added on branch autoptr.
7296:
7297: * tests/013.html 1.1:
7298: file 013.html was initially added on branch autoptr.
7299:
7300: * tests/results/002.processed 1.1:
7301: file 002.processed was initially added on branch autoptr.
7302:
7303: * tests/019paf2001.gif 1.1:
7304: file 019paf2001.gif was initially added on branch autoptr.
7305:
7306: * tests/015.html 1.1:
7307: file 015.html was initially added on branch autoptr.
7308:
7309: * tests/017.html 1.1:
7310: file 017.html was initially added on branch autoptr.
7311:
7312: * tests/020.html 1.1:
7313: file 020.html was initially added on branch autoptr.
7314:
7315: * tests/019.html 1.1:
7316: file 019.html was initially added on branch autoptr.
7317:
7318: * tests/results/026.processed 1.1:
7319: file 026.processed was initially added on branch autoptr.
7320:
7321: * tests/results/018.processed 1.1:
7322: file 018.processed was initially added on branch autoptr.
7323:
7324: * tests/022.html 1.1:
7325: file 022.html was initially added on branch autoptr.
7326:
7327: * tests/results/011.processed 1.1:
7328: file 011.processed was initially added on branch autoptr.
7329:
7330: * tests/024.html 1.1:
7331: file 024.html was initially added on branch autoptr.
7332:
7333: * tests/results/003.processed 1.1:
7334: file 003.processed was initially added on branch autoptr.
7335:
7336: * tests/022_dir/c.htm 1.1:
7337: file c.htm was initially added on branch autoptr.
7338:
7339: * tests/026.html 1.1:
7340: file 026.html was initially added on branch autoptr.
7341:
7342: * tests/028.html 1.1:
7343: file 028.html was initially added on branch autoptr.
7344:
7345: * tests/031.html 1.1:
7346: file 031.html was initially added on branch autoptr.
7347:
7348: * tests/results/027.processed 1.1:
7349: file 027.processed was initially added on branch autoptr.
7350:
7351: * tests/results/019.processed 1.1:
7352: file 019.processed was initially added on branch autoptr.
7353:
7354: * tests/results/020.processed 1.1:
7355: file 020.processed was initially added on branch autoptr.
7356:
7357: * src/classes/classes.awk [autoptr] 1.6.6.3:
7358: * src/classes/classes.h [autoptr] 1.23.2.9:
7359: * src/classes/date.C [autoptr] 1.42.2.11:
7360: * src/classes/double.C [autoptr] 1.53.2.8:
7361: * src/classes/file.C [autoptr] 1.107.2.15:
7362: * src/classes/form.C [autoptr] 1.34.2.7:
7363: * src/classes/hash.C [autoptr] 1.54.2.11:
7364: * src/classes/image.C [autoptr] 1.90.2.12:
7365: * src/classes/int.C [autoptr] 1.49.2.7:
7366: * src/classes/mail.C [autoptr] 1.88.2.12:
7367: * src/classes/math.C [autoptr] 1.24.2.10:
7368: * src/classes/op.C [autoptr] 1.127.2.17:
7369: * src/classes/response.C [autoptr] 1.23.2.7:
7370: * src/classes/string.C [autoptr] 1.125.2.12:
7371: * src/classes/table.C [autoptr] 1.172.2.11:
7372: * src/classes/void.C [autoptr] 1.28.2.5:
7373: * src/classes/xdoc.C [autoptr] 1.108.2.12:
7374: * src/classes/xnode.C [autoptr] 1.54.2.8:
7375: * src/include/pa_memory.h [autoptr] 1.1.2.4:
7376: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
7377: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
7378: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
7379: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
7380: * src/types/pa_venv.h [autoptr] 1.28.2.5:
7381: * src/types/pa_vform.C [autoptr] 1.74.2.11:
7382: * tests/015.html [autoptr] 1.1.2.1:
7383: * tests/016.html [autoptr] 1.1.2.1:
7384: * tests/017.html [autoptr] 1.1.2.1:
7385: * tests/018.html [autoptr] 1.1.2.1:
7386: * tests/019.html [autoptr] 1.1.2.1:
7387: * tests/019paf2001.gif [autoptr] 1.1.2.1:
7388: * tests/020.html [autoptr] 1.1.2.1:
7389: * tests/021.html [autoptr] 1.1.2.1:
7390: * tests/022.html [autoptr] 1.1.2.1:
7391: * tests/022_dir/a.html [autoptr] 1.1.2.1:
7392: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
7393: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
7394: * tests/023.html [autoptr] 1.1.2.1:
7395: * tests/results/015.processed [autoptr] 1.1.2.1:
7396: * tests/results/016.processed [autoptr] 1.1.2.1:
7397: * tests/results/017.processed [autoptr] 1.1.2.1:
7398: * tests/results/018.processed [autoptr] 1.1.2.1:
7399: * tests/results/019.processed [autoptr] 1.1.2.1:
7400: * tests/results/020.processed [autoptr] 1.1.2.1:
7401: * tests/results/021.processed [autoptr] 1.1.2.1:
7402: * tests/results/022.processed [autoptr] 1.1.2.1:
7403: * tests/results/023.processed [autoptr] 1.1.2.1:
7404: methoded_array now contains all Mxxx classes
7405: SAPI::get_env now returns info on pool
7406: more tests
7407:
7408: * tests/results/012.processed 1.1:
7409: file 012.processed was initially added on branch autoptr.
7410:
7411: * tests/results/004.processed 1.1:
7412: file 004.processed was initially added on branch autoptr.
7413:
7414: 2003-02-25 paf
7415: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
7416: typo fixed
7417:
7418: 2003-02-24 paf
7419: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
7420: fixed all places with bad get_string(0)
7421: [one remained]
7422:
7423: * src/include/pa_request.h [autoptr] 1.160.2.27:
7424: * src/main/execute.C [autoptr] 1.295.2.19:
7425: few bad get_string(0) [should have been get_string(&pool)]
7426: todo: check other such calls
7427:
7428: * src/types/pa_vmail.C 1.41:
7429: body [text/html] transcoded to
7430: $.charset[specified]
7431: now
7432:
7433: * src/main/compile.tab.C [autoptr] 1.81.2.9:
7434: * src/main/execute.C [autoptr] 1.295.2.18:
7435: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
7436: test10, bad lookups
7437:
7438: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
7439:
7440: * src/main/pa_common.C 1.145:
7441: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
7442: stupid gcc [2.95.4] generated bad code
7443: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
7444: rewritten simplier [though duplicating closesocket code]
7445:
7446: * src/classes/string.C [autoptr] 1.125.2.11:
7447: match bug fixed
7448:
1.22 paf 7449: 2003-02-21 paf
7450: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
7451: MAKE_TEST must be used inside of 'make tests' only
7452: [it's not forcing CGI mode now]
7453: now use -H to output CGI header when parser used in command line [useful for tests also]
7454:
7455: * src/classes/file.C [autoptr] 1.107.2.14:
7456: * src/classes/image.C [autoptr] 1.90.2.11:
7457: * src/classes/mail.C [autoptr] 1.88.2.11:
7458: * src/classes/op.C [autoptr] 1.127.2.16:
7459: * src/classes/xdoc.C [autoptr] 1.108.2.11:
7460: * src/main/pa_charset.C [autoptr] 1.33.2.11:
7461: * src/main/pa_exec.C [autoptr] 1.48.2.14:
7462: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
7463: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
7464: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
7465: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
7466: fixed all cstr's that must use pool [as the one in ^process]
7467:
7468: * src/include/pa_array.h [autoptr] 1.57.2.25:
7469: * src/include/pa_exception.h [autoptr] 1.38.2.15:
7470: * src/include/pa_memory.h [autoptr] 1.1.2.1:
7471: * src/include/pa_pool.h [autoptr] 1.86.2.31:
7472: * src/main/Makefile.am [autoptr] 1.35.6.3:
7473: * src/main/main.dsp [autoptr] 1.161.6.12:
7474: * src/main/pa_array.C [autoptr] 1.54.2.5:
7475: * src/main/pa_memory.C [autoptr] 1.1.2.1:
7476: * src/main/pa_pool.C [autoptr] 1.59.2.5:
7477: reorganized memory handling files
7478:
7479: * src/include/pa_memory.h [autoptr] 1.1.2.2:
7480: * src/main/pa_memory.C [autoptr] 1.1.2.2:
7481: inlined memory handling pa_*
7482:
7483: * src/main/execute.C [autoptr] 1.295.2.17:
7484: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
7485: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
7486: release mode now compiles OK
7487: test to show benefits of free
7488:
7489: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
7490: MAKE_TEST environment variable switches on CGI mode, and is
7491: used in regression tests
7492:
7493: * operators.txt [autoptr] 1.109.2.1:
7494: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
7495: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
7496: $cookie:name[$.expires[date << can be now]]
7497:
7498: written makefile with regression tests [raw]
7499:
7500: * src/include/pa_request.h [autoptr] 1.160.2.26:
7501: * src/main/pa_request.C [autoptr] 1.245.2.27:
7502: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
7503: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
7504: * src/types/pa_venv.h [autoptr] 1.28.2.4:
7505: env fixed
7506:
7507: * src/main/pa_array.C [autoptr] 1.54.2.4:
7508: pool::format_integer terminator fixed
7509:
7510: * src/include/pa_memory.h 1.1:
7511: file pa_memory.h was initially added on branch autoptr.
7512:
7513: * src/main/pa_memory.C 1.1:
7514: file pa_memory.C was initially added on branch autoptr.
7515:
7516: * src/classes/op.C [autoptr] 1.127.2.15:
7517: fixed process.
7518: sould now check for all cstr's -- some must use pool [as the one in ^process]
7519:
7520: 2003-02-20 paf
7521: * www/htdocs/autoptr.html 1.1:
7522: file autoptr.html was initially added on branch autoptr.
7523:
7524: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
7525: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
7526: form values passed OK now
7527:
7528: * src/classes/date.C [autoptr] 1.42.2.10:
7529: * src/classes/double.C [autoptr] 1.53.2.7:
7530: * src/classes/file.C [autoptr] 1.107.2.13:
7531: * src/classes/hash.C [autoptr] 1.54.2.10:
7532: * src/classes/image.C [autoptr] 1.90.2.10:
7533: * src/classes/int.C [autoptr] 1.49.2.6:
7534: * src/classes/mail.C [autoptr] 1.88.2.10:
7535: * src/classes/math.C [autoptr] 1.24.2.9:
7536: * src/classes/op.C [autoptr] 1.127.2.13:
7537: * src/classes/response.C [autoptr] 1.23.2.6:
7538: * src/classes/string.C [autoptr] 1.125.2.10:
7539: * src/classes/table.C [autoptr] 1.172.2.10:
7540: * src/classes/void.C [autoptr] 1.28.2.4:
7541: * src/classes/xdoc.C [autoptr] 1.108.2.10:
7542: * src/classes/xnode.C [autoptr] 1.54.2.7:
7543: * src/main/pa_string.C [autoptr] 1.172.2.17:
7544: * src/types/pa_method.h [autoptr] 1.1.2.4:
7545: * src/types/pa_value.C [autoptr] 1.9.2.14:
7546: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
7547: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
7548: string cmp fixed
7549:
7550: 2003-02-19 paf
7551: * src/classes/form.C [autoptr] 1.34.2.6:
7552: * src/include/pa_charset.h [autoptr] 1.20.2.12:
7553: * src/include/pa_pool.h [autoptr] 1.86.2.30:
7554: * src/main/pa_charset.C [autoptr] 1.33.2.10:
7555: * src/main/pa_exception.C [autoptr] 1.43.2.13:
7556: * src/main/pa_request.C [autoptr] 1.245.2.25:
7557: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
7558: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
7559: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
7560: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
7561: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
7562: * src/types/pa_vform.C [autoptr] 1.74.2.9:
7563: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
7564: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
7565: found&kill all remaning leaks resulted from pooled::malloc calls
7566: [excluding in gd -- planning complete rewrite extremely ugly code]
7567:
7568: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
7569: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
7570: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
7571: removed unneeded files
7572:
7573: 2003-02-17 paf
7574: * src/classes/classes.C [autoptr] 1.18.2.4:
7575: * src/include/pa_array.h [autoptr] 1.57.2.22:
7576: * src/include/pa_hash.h [autoptr] 1.58.2.16:
7577: * src/include/pa_pool.h [autoptr] 1.86.2.29:
7578: * src/include/pa_request.h [autoptr] 1.160.2.23:
7579: * src/main/pa_request.C [autoptr] 1.245.2.20:
7580: * src/main/pa_string.C [autoptr] 1.172.2.16:
7581: * src/main/untaint.C [autoptr] 1.115.2.10:
7582: * src/types/pa_value.h [autoptr] 1.109.2.23:
7583: * src/types/pa_vint.h [autoptr] 1.38.2.10:
7584: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
7585: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
7586: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
7587: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
7588: class fields of simple type not initialized with zeros :(
7589: while class fields of class types initialized with default constructors.
7590: learn C++
7591:
7592: * src/main/execute.C [autoptr] 1.295.2.11:
7593: * src/main/pa_request.C [autoptr] 1.245.2.21:
7594: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
7595: first letters out OK
7596:
7597: * src/classes/classes.awk [autoptr] 1.6.6.2:
7598: * src/classes/double.C [autoptr] 1.53.2.5:
7599: * src/classes/file.C [autoptr] 1.107.2.11:
7600: * src/classes/form.C [autoptr] 1.34.2.5:
7601: * src/classes/image.C [autoptr] 1.90.2.8:
7602: * src/classes/int.C [autoptr] 1.49.2.4:
7603: * src/classes/mail.C [autoptr] 1.88.2.8:
7604: * src/classes/math.C [autoptr] 1.24.2.7:
7605: * src/classes/xdoc.C [autoptr] 1.108.2.7:
7606: * src/classes/xnode.C [autoptr] 1.54.2.5:
7607: * src/include/pa_array.h [autoptr] 1.57.2.21:
7608: * src/include/pa_string.h [autoptr] 1.144.2.24:
7609: * src/main/pa_exec.C [autoptr] 1.48.2.13:
7610: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
7611: parser3.exe - 0 error(s), 0 warning(s)
7612:
7613: * src/classes/date.C [autoptr] 1.42.2.8:
7614: * src/classes/op.C [autoptr] 1.127.2.12:
7615: * src/classes/table.C [autoptr] 1.172.2.8:
7616: * src/classes/xdoc.C [autoptr] 1.108.2.8:
7617: * src/classes/xnode.C [autoptr] 1.54.2.6:
7618: * src/include/pa_array.h [autoptr] 1.57.2.24:
7619: * src/include/pa_charset.h [autoptr] 1.20.2.11:
7620: * src/main/Makefile.am [autoptr] 1.35.6.2:
7621: * src/main/main.dsp [autoptr] 1.161.6.11:
7622: * src/main/pa_charset.C [autoptr] 1.33.2.8:
7623: * src/main/pa_common.C [autoptr] 1.143.2.20:
7624: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
7625: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
7626: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
7627: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
7628: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
7629: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
7630: fixed more leaks resulted from pooled::malloc calls
7631:
7632: * src/include/pa_stack.h [autoptr] 1.17.2.4:
7633: * src/main/compile.C [autoptr] 1.69.2.6:
7634: * src/main/execute.C [autoptr] 1.295.2.13:
7635: * src/main/pa_request.C [autoptr] 1.245.2.23:
7636: stack-stored items need extra .ref to prevent object_ptr from
7637: delete[them]
7638:
7639: * src/main/pa_request.C [autoptr] 1.245.2.22:
7640: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
7641: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
7642: couple mem leaks rusulted from old pooled::malloc usage.
7643: todo:find more like those
7644:
7645: * src/main/execute.C [autoptr] 1.295.2.14:
7646: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
7647: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
7648: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
7649: few bugs in debug output fixed
7650:
7651: * src/include/pa_array.h [autoptr] 1.57.2.23:
7652: * src/include/pa_request.h [autoptr] 1.160.2.24:
7653: * src/main/execute.C [autoptr] 1.295.2.12:
7654: stackItem fixed [there were no string on stack before]
7655:
7656: * src/classes/date.C [autoptr] 1.42.2.9:
7657: * src/classes/double.C [autoptr] 1.53.2.6:
7658: * src/classes/file.C [autoptr] 1.107.2.12:
7659: * src/classes/image.C [autoptr] 1.90.2.9:
7660: * src/classes/int.C [autoptr] 1.49.2.5:
7661: * src/classes/mail.C [autoptr] 1.88.2.9:
7662: * src/classes/math.C [autoptr] 1.24.2.8:
7663: * src/classes/response.C [autoptr] 1.23.2.5:
7664: * src/classes/string.C [autoptr] 1.125.2.9:
7665: * src/classes/table.C [autoptr] 1.172.2.9:
7666: * src/classes/xdoc.C [autoptr] 1.108.2.9:
7667: * src/classes/xnode.h [autoptr] 1.18.2.4:
7668: * src/include/pa_stack.h [autoptr] 1.17.2.5:
7669: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
7670: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
7671: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
7672: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
7673: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
7674: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
7675: * src/types/pa_vform.C [autoptr] 1.74.2.8:
7676: * src/types/pa_vform.h [autoptr] 1.45.2.8:
7677: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
7678: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
7679: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
7680: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
7681: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
7682: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
7683: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
7684: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
7685: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
7686: fixed all remained bugs of unitialized simple-typed field
7687:
7688: * src/classes/classes.C [autoptr] 1.18.2.5:
7689: * src/classes/classes.h [autoptr] 1.23.2.8:
7690: * src/main/execute.C [autoptr] 1.295.2.15:
7691: * src/main/pa_charset.C [autoptr] 1.33.2.9:
7692: * src/main/pa_request.C [autoptr] 1.245.2.24:
7693: another bug of unitialized simple-typed field fixed.
7694: todo: find&kill all like that one
7695:
7696: * src/main/compile.C [autoptr] 1.69.2.5:
7697: * src/main/compile_tools.C [autoptr] 1.54.2.5:
7698: 2*2!
7699:
7700: 2003-02-14 paf
7701: * src/classes/classes.dsp [autoptr] 1.25.10.4:
7702: * src/classes/op.C [autoptr] 1.127.2.10:
7703: * src/classes/string.C [autoptr] 1.125.2.8:
7704: * src/classes/table.C [autoptr] 1.172.2.7:
7705: * src/include/pa_common.h [autoptr] 1.89.2.11:
7706: * src/include/pa_globals.h [autoptr] 1.101.2.14:
7707: * src/include/pa_pool.h [autoptr] 1.86.2.28:
7708: * src/include/pa_request.h [autoptr] 1.160.2.20:
7709: * src/main/pa_globals.C [autoptr] 1.152.2.15:
7710: * src/main/pa_request.C [autoptr] 1.245.2.16:
7711: * src/types/pa_value.h [autoptr] 1.109.2.22:
7712: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
7713: * src/types/pa_vint.h [autoptr] 1.38.2.9:
7714: * src/types/types.dsp [autoptr] 1.35.10.7:
7715: op compiled
7716:
7717: * src/classes/classes.C [autoptr] 1.18.2.3:
7718: * src/classes/classes.awk [autoptr] 1.6.6.1:
7719: * src/classes/file.C [autoptr] 1.107.2.9:
7720: * src/classes/hash.C [autoptr] 1.54.2.9:
7721: * src/classes/mail.C [autoptr] 1.88.2.7:
7722: * src/classes/op.C [autoptr] 1.127.2.11:
7723: * src/include/pa_common.h [autoptr] 1.89.2.12:
7724: * src/include/pa_request.h [autoptr] 1.160.2.21:
7725: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
7726: * src/main/pa_common.C [autoptr] 1.143.2.18:
7727: * src/main/pa_request.C [autoptr] 1.245.2.17:
7728: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
7729: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
7730: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
7731: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
7732: classes.lib - 0 error(s), 0 warning(s)
7733: parser.C compiled
7734:
7735: * src/classes/classes.dsp [autoptr] 1.25.10.3:
7736: * src/classes/response.C [autoptr] 1.23.2.4:
7737: * src/classes/string.C [autoptr] 1.125.2.7:
7738: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
7739: * src/include/pa_string.h [autoptr] 1.144.2.23:
7740: * src/main/pa_string.C [autoptr] 1.172.2.15:
7741: * src/main/untaint.C [autoptr] 1.115.2.9:
7742: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
7743: string, response compiled
7744:
7745: * src/classes/file.C [autoptr] 1.107.2.10:
7746: * src/include/pa_request.h [autoptr] 1.160.2.22:
7747: * src/main/pa_request.C [autoptr] 1.245.2.18:
7748: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
7749: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
7750: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
7751: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
7752: * src/types/pa_vform.C [autoptr] 1.74.2.7:
7753: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
7754: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
7755: all compiled, only 14 link errors :)
7756:
7757: * src/types/pa_vhash.C 1.1:
7758: file pa_vhash.C was initially added on branch autoptr.
7759:
7760: * src/include/pa_common.h [autoptr] 1.89.2.13:
7761: * src/main/pa_common.C [autoptr] 1.143.2.19:
7762: * src/main/pa_request.C [autoptr] 1.245.2.19:
7763: 13 link errors
7764:
7765: 2003-02-07 paf
7766: * src/classes/table.C [autoptr] 1.172.2.6:
7767: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
7768: table compiled
7769:
7770: 2003-02-06 paf
7771: * src/classes/image.C [autoptr] 1.90.2.7:
7772: * src/classes/string.C [autoptr] 1.125.2.6:
7773: * src/classes/xdoc.C [autoptr] 1.108.2.6:
7774: * src/include/pa_common.h [autoptr] 1.89.2.10:
7775: * src/include/pa_hash.h [autoptr] 1.58.2.15:
7776: * src/main/pa_common.C [autoptr] 1.143.2.17:
7777: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
7778: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
7779: image compiled
7780:
7781: * src/classes/mail.C [autoptr] 1.88.2.6:
7782: * src/include/pa_request.h [autoptr] 1.160.2.19:
7783: * src/main/pa_request.C [autoptr] 1.245.2.15:
7784: mail compiled
7785:
7786: * src/classes/hash.C [autoptr] 1.54.2.7:
7787: * src/include/pa_hash.h [autoptr] 1.58.2.14:
7788: * src/include/pa_table.h [autoptr] 1.48.2.11:
7789: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
7790: hash compiled
7791:
7792: * src/classes/classes.dsp [autoptr] 1.25.10.2:
7793: * src/classes/file.C [autoptr] 1.107.2.7:
7794: * src/include/pa_common.h [autoptr] 1.89.2.9:
7795: * src/include/pa_exec.h [autoptr] 1.11.2.5:
7796: * src/main/pa_common.C [autoptr] 1.143.2.16:
7797: * src/main/pa_exec.C [autoptr] 1.48.2.12:
7798: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
7799: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
7800: file compiled
7801:
7802: * src/classes/file.C [autoptr] 1.107.2.8:
7803: * src/classes/form.C [autoptr] 1.34.2.4:
7804: form compiled
7805:
7806: * src/classes/hash.C [autoptr] 1.54.2.8:
7807: * src/classes/math.C [autoptr] 1.24.2.6:
7808: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
7809: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
7810: math compiled [win32]
7811:
7812: 2003-02-04 paf
7813: * src/classes/date.C [autoptr] 1.42.2.5:
7814: * src/classes/double.C [autoptr] 1.53.2.3:
7815: * src/classes/file.C [autoptr] 1.107.2.5:
7816: * src/classes/form.C [autoptr] 1.34.2.3:
7817: * src/classes/hash.C [autoptr] 1.54.2.4:
7818: * src/classes/image.C [autoptr] 1.90.2.5:
7819: * src/classes/int.C [autoptr] 1.49.2.3:
7820: * src/classes/mail.C [autoptr] 1.88.2.4:
7821: * src/classes/math.C [autoptr] 1.24.2.4:
7822: * src/classes/op.C [autoptr] 1.127.2.8:
7823: * src/classes/response.C [autoptr] 1.23.2.3:
7824: * src/classes/string.C [autoptr] 1.125.2.4:
7825: * src/classes/table.C [autoptr] 1.172.2.4:
7826: * src/classes/void.C [autoptr] 1.28.2.3:
7827: * src/classes/xdoc.C [autoptr] 1.108.2.4:
7828: * src/classes/xnode.C [autoptr] 1.54.2.3:
7829: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
7830: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
7831: * src/types/pa_vint.h [autoptr] 1.38.2.8:
7832: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
7833: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
7834: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
7835: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
7836: int compiled
7837:
7838: * src/types/pa_value.C [autoptr] 1.9.2.12:
7839: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
7840: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
7841: trying to remove stupid value_includes.h
7842:
7843: * src/classes/date.C [autoptr] 1.42.2.4:
7844: * src/classes/double.C [autoptr] 1.53.2.2:
7845: * src/classes/file.C [autoptr] 1.107.2.4:
7846: * src/classes/hash.C [autoptr] 1.54.2.3:
7847: * src/classes/image.C [autoptr] 1.90.2.4:
7848: * src/classes/int.C [autoptr] 1.49.2.2:
7849: * src/classes/mail.C [autoptr] 1.88.2.3:
7850: * src/classes/math.C [autoptr] 1.24.2.3:
7851: * src/classes/op.C [autoptr] 1.127.2.7:
7852: * src/classes/response.C [autoptr] 1.23.2.2:
7853: * src/classes/string.C [autoptr] 1.125.2.3:
7854: * src/classes/table.C [autoptr] 1.172.2.3:
7855: * src/classes/void.C [autoptr] 1.28.2.2:
7856: * src/classes/xdoc.C [autoptr] 1.108.2.3:
7857: * src/classes/xnode.C [autoptr] 1.54.2.2:
7858: * src/classes/xnode.h [autoptr] 1.18.2.3:
7859: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
7860: void compiled :)
7861:
7862: * src/classes/date.C [autoptr] 1.42.2.7:
7863: * src/classes/hash.C [autoptr] 1.54.2.6:
7864: * src/include/pa_exec.h [autoptr] 1.11.2.4:
7865: * src/include/pa_hash.h [autoptr] 1.58.2.13:
7866: * src/include/pa_request.h [autoptr] 1.160.2.18:
7867: * src/include/pa_string.h [autoptr] 1.144.2.22:
7868: * src/include/pa_table.h [autoptr] 1.48.2.10:
7869: * src/main/pa_common.C [autoptr] 1.143.2.15:
7870: * src/main/pa_exec.C [autoptr] 1.48.2.11:
7871: * src/main/pa_string.C [autoptr] 1.172.2.14:
7872: * src/types/pa_method.h [autoptr] 1.1.2.3:
7873: * src/types/pa_vform.C [autoptr] 1.74.2.6:
7874: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
7875: hash 50% compiled
7876:
7877: * src/types/pa_method.h 1.1:
7878: file pa_method.h was initially added on branch autoptr.
7879:
7880: * src/include/pa_globals.h [autoptr] 1.101.2.13:
7881: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
7882: * src/main/pa_charset.C [autoptr] 1.33.2.7:
7883: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
7884: * src/main/pa_common.C [autoptr] 1.143.2.14:
7885: * src/main/pa_dir.C [autoptr] 1.14.2.3:
7886: * src/main/pa_exception.C [autoptr] 1.43.2.12:
7887: * src/main/pa_exec.C [autoptr] 1.48.2.10:
7888: * src/main/pa_globals.C [autoptr] 1.152.2.13:
7889: * src/main/pa_pool.C [autoptr] 1.59.2.4:
7890: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
7891: * src/main/pa_string.C [autoptr] 1.172.2.12:
7892: * src/main/pa_uue.C [autoptr] 1.4.2.5:
7893: * src/main/untaint.C [autoptr] 1.115.2.8:
7894: * src/types/pa_value.C [autoptr] 1.9.2.13:
7895: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
7896: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
7897: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
7898: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
7899: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
7900: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
7901: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
7902: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
7903: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
7904: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
7905: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
7906: * src/types/types.dsp [autoptr] 1.35.10.6:
7907: removed stupid value_includes.h
7908:
7909: * src/main/pa_exec.C [autoptr] 1.48.2.8:
7910: libmain.a compiled on six [unix]
7911:
7912: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
7913: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
7914: * src/main/pa_common.C [autoptr] 1.143.2.13:
7915: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
7916: * src/main/pa_exec.C [autoptr] 1.48.2.7:
7917: * src/main/pa_socks.C [autoptr] 1.18.2.5:
7918: libmain.a gcc
7919: and
7920: mail.lib msvc++
7921: compiled
7922:
7923: * src/include/pa_globals.h [autoptr] 1.101.2.12:
7924: * src/include/pa_request.h [autoptr] 1.160.2.16:
7925: * src/types/pa_value.C [autoptr] 1.9.2.11:
7926: * src/types/pa_value.h [autoptr] 1.109.2.21:
7927: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
7928: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
7929: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
7930: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
7931: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
7932: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
7933: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
7934: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
7935: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
7936: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
7937: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
7938: libtypes.a compiled gcc
7939:
1.24 paf 7940: * src/include/pa_array.h [autoptr] 1.57.2.20:
7941: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
7942: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
7943: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
7944: * src/main/pa_exec.C [autoptr] 1.48.2.6:
7945: * src/main/pa_socks.C [autoptr] 1.18.2.4:
7946: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
7947: gcc libmain.a compiled
7948:
1.22 paf 7949: * src/classes/classes.dsp [autoptr] 1.25.10.1:
7950: * src/classes/double.C [autoptr] 1.53.2.4:
7951: double compiled
7952:
7953: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
7954: merged changes from 1.149-1.150 (stupid name conflicts)
7955:
7956: * src/include/pa_array.h [autoptr] 1.57.2.19:
7957: * src/include/pa_pool.h [autoptr] 1.86.2.27:
7958: * src/main/Makefile.am [autoptr] 1.35.6.1:
7959: * src/main/Makefile.in [autoptr] 1.50.2.2:
7960: * src/main/compile.tab.C [autoptr] 1.81.2.7:
7961: * src/main/compile.y [autoptr] 1.204.2.6:
7962: * src/main/execute.C [autoptr] 1.295.2.10:
7963: * src/main/pa_request.C [autoptr] 1.245.2.14:
7964: * src/main/untaint.C [autoptr] 1.115.2.7:
7965: * src/types/pa_junction.h [autoptr] 1.1.2.2:
7966: * src/types/pa_method.h [autoptr] 1.1.2.2:
7967: * src/types/pa_value.h [autoptr] 1.109.2.20:
7968: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
7969: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
7970: *** empty log message ***
7971:
7972: * src/main/pa_exec.C [autoptr] 1.48.2.9:
7973: pa_exec compiled on win32
7974:
7975: * src/classes/date.C [autoptr] 1.42.2.6:
7976: * src/classes/file.C [autoptr] 1.107.2.6:
7977: * src/classes/hash.C [autoptr] 1.54.2.5:
7978: * src/classes/image.C [autoptr] 1.90.2.6:
7979: * src/classes/mail.C [autoptr] 1.88.2.5:
7980: * src/classes/math.C [autoptr] 1.24.2.5:
7981: * src/classes/op.C [autoptr] 1.127.2.9:
7982: * src/classes/string.C [autoptr] 1.125.2.5:
7983: * src/classes/table.C [autoptr] 1.172.2.5:
7984: * src/classes/xdoc.C [autoptr] 1.108.2.5:
7985: * src/classes/xnode.C [autoptr] 1.54.2.4:
7986: * src/include/pa_request.h [autoptr] 1.160.2.17:
7987: * src/main/pa_globals.C [autoptr] 1.152.2.14:
7988: * src/main/pa_string.C [autoptr] 1.172.2.13:
7989: date compiled
7990:
7991: * src/types/pa_junction.h 1.1:
7992: file pa_junction.h was initially added on branch autoptr.
7993:
7994: * src/main/compile_tools.h [autoptr] 1.67.2.8:
7995: * src/main/execute.C [autoptr] 1.295.2.9:
7996: * src/main/pa_table.C [autoptr] 1.53.2.9:
7997: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
7998: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
7999: yuk: gcc on cygwin yelds "virtual memory exhausted" while
8000: trying to compile execute.C [eating up to 127MB]
8001:
8002: 2003-02-03 paf
8003: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
8004: vstateless_class compiled
8005:
8006: * src/include/pa_request.h [autoptr] 1.160.2.13:
8007: * src/main/execute.C [autoptr] 1.295.2.7:
8008: * src/main/pa_request.C [autoptr] 1.245.2.8:
8009: * src/types/pa_value.h [autoptr] 1.109.2.16:
8010: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
8011: execute compiled
8012:
8013: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
8014: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
8015: vresponse compiled
8016:
8017: * src/types/pa_value.C [autoptr] 1.9.2.9:
8018: * src/types/pa_value.h [autoptr] 1.109.2.18:
8019: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
8020: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
8021: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
8022: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
8023: vobject compiled
8024:
8025: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
8026: vtable compiled
8027:
8028: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
8029: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
8030: vmath compiled
8031:
8032: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
8033: * src/include/pa_hash.h [autoptr] 1.58.2.12:
8034: * src/include/pa_operation.h [autoptr] 1.1.2.6:
8035: * src/include/pa_pool.h [autoptr] 1.86.2.26:
8036: * src/include/pa_string.h [autoptr] 1.144.2.21:
8037: * src/main/pa_common.C [autoptr] 1.143.2.12:
8038: * src/types/pa_value.C [autoptr] 1.9.2.10:
8039: * src/types/pa_value.h [autoptr] 1.109.2.19:
8040: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
8041: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
8042: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
8043: * src/types/pa_vint.h [autoptr] 1.38.2.7:
8044: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
8045: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
8046: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
8047: * src/types/types.dsp [autoptr] 1.35.10.5:
8048: started gcc compiling
8049: pa_common compiled
8050:
8051: * src/include/pa_pool.h [autoptr] 1.86.2.23:
8052: * src/main/pa_request.C [autoptr] 1.245.2.10:
8053: * src/types/pa_value.C [autoptr] 1.9.2.8:
8054: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
8055: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
8056: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
8057: * src/types/pa_vform.C [autoptr] 1.74.2.4:
8058: * src/types/pa_vform.h [autoptr] 1.45.2.7:
8059: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
8060: vform compiled
8061:
8062: * src/include/Makefile.am [autoptr] 1.3.14.1:
8063: * src/include/Makefile.in [autoptr] 1.11.2.1:
8064: * src/include/pa_hash.h [autoptr] 1.58.2.11:
8065: * src/include/pa_pool.h [autoptr] 1.86.2.24:
8066: gcc refused to compile _P identifier. it replaced it to some
8067: strange 0x0000040
8068:
8069: * configure [autoptr] 1.66.2.2:
8070: * configure.in [autoptr] 1.62.2.2:
8071: * src/Makefile.in [autoptr] 1.55.2.1:
8072: * src/include/Makefile.in [autoptr] 1.11.2.2:
8073: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
8074: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
8075: * src/include/pa_string.h [autoptr] 1.144.2.20:
8076: * src/main/Makefile.in [autoptr] 1.50.2.1:
8077: *** empty log message ***
8078:
8079: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
8080: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
8081: vstring compiled
8082:
8083: * src/include/pa_request.h [autoptr] 1.160.2.14:
8084: * src/main/execute.C [autoptr] 1.295.2.8:
8085: * src/main/pa_request.C [autoptr] 1.245.2.9:
8086: main.lib - 0 error(s), 0 warning(s)
8087:
8088: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
8089: vrequest compiled
8090:
8091: * src/classes/form.C [autoptr] 1.34.2.2:
8092: * src/classes/mail.C [autoptr] 1.88.2.2:
8093: * src/include/pa_request.h [autoptr] 1.160.2.15:
8094: * src/main/pa_globals.C [autoptr] 1.152.2.12:
8095: * src/main/pa_request.C [autoptr] 1.245.2.11:
8096: * src/types/pa_value.h [autoptr] 1.109.2.17:
8097: * src/types/pa_vform.C [autoptr] 1.74.2.5:
8098: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
8099: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
8100: vmail compiled
8101:
8102: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
8103: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
8104: vimage compiled
8105:
8106: * src/include/pa_exception.h [autoptr] 1.38.2.14:
8107: * src/include/pa_pool.h [autoptr] 1.86.2.25:
8108: * src/main/pa_exception.C [autoptr] 1.43.2.11:
8109: exception gcc change #1
8110:
8111: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
8112: * src/main/pa_request.C [autoptr] 1.245.2.12:
8113: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
8114: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
8115: vstatus compiled
8116:
8117: 2003-01-31 paf
8118: * src/classes/classes.C [autoptr] 1.18.2.2:
8119: * src/classes/classes.h [autoptr] 1.23.2.7:
8120: * src/classes/date.C [autoptr] 1.42.2.3:
8121: * src/classes/double.C [autoptr] 1.53.2.1:
8122: * src/classes/file.C [autoptr] 1.107.2.3:
8123: * src/classes/form.C [autoptr] 1.34.2.1:
8124: * src/classes/hash.C [autoptr] 1.54.2.2:
8125: * src/classes/image.C [autoptr] 1.90.2.3:
8126: * src/classes/int.C [autoptr] 1.49.2.1:
8127: * src/classes/mail.C [autoptr] 1.88.2.1:
8128: * src/classes/math.C [autoptr] 1.24.2.2:
8129: * src/classes/op.C [autoptr] 1.127.2.5:
8130: * src/classes/response.C [autoptr] 1.23.2.1:
8131: * src/classes/string.C [autoptr] 1.125.2.1:
8132: * src/classes/table.C [autoptr] 1.172.2.2:
8133: * src/classes/void.C [autoptr] 1.28.2.1:
8134: * src/classes/xdoc.C [autoptr] 1.108.2.2:
8135: * src/classes/xnode.C [autoptr] 1.54.2.1:
8136: * src/classes/xnode.h [autoptr] 1.18.2.2:
8137: * src/include/pa_array.h [autoptr] 1.57.2.16:
8138: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
8139: * src/include/pa_charset.h [autoptr] 1.20.2.10:
8140: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
8141: * src/include/pa_common.h [autoptr] 1.89.2.7:
8142: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
8143: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
8144: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
8145: * src/include/pa_dir.h [autoptr] 1.13.2.1:
8146: * src/include/pa_exception.h [autoptr] 1.38.2.13:
8147: * src/include/pa_exec.h [autoptr] 1.11.2.3:
8148: * src/include/pa_globals.h [autoptr] 1.101.2.10:
8149: * src/include/pa_hash.h [autoptr] 1.58.2.10:
8150: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
8151: * src/include/pa_operation.h [autoptr] 1.1.2.4:
8152: * src/include/pa_pool.h [autoptr] 1.86.2.22:
8153: * src/include/pa_request.h [autoptr] 1.160.2.9:
8154: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
8155: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
8156: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
8157: * src/include/pa_socks.h [autoptr] 1.11.2.2:
8158: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
8159: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
8160: * src/include/pa_stack.h [autoptr] 1.17.2.3:
8161: * src/include/pa_string.h [autoptr] 1.144.2.18:
8162: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
8163: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
8164: * src/include/pa_table.h [autoptr] 1.48.2.9:
8165: * src/include/pa_threads.h [autoptr] 1.26.2.1:
8166: * src/include/pa_types.h [autoptr] 1.44.2.2:
8167: * src/include/pa_uue.h [autoptr] 1.4.2.3:
8168: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
8169: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
8170: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
8171: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
8172: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
8173: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
8174: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
8175: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
8176: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
8177: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
8178: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
8179: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
8180: * src/main/compile.C [autoptr] 1.69.2.4:
8181: * src/main/compile.tab.C [autoptr] 1.81.2.4:
8182: * src/main/compile.y [autoptr] 1.204.2.3:
8183: * src/main/compile_tools.C [autoptr] 1.54.2.4:
8184: * src/main/compile_tools.h [autoptr] 1.67.2.6:
8185: * src/main/execute.C [autoptr] 1.295.2.4:
8186: * src/main/main.dsp [autoptr] 1.161.6.8:
8187: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
8188: * src/main/pa_charset.C [autoptr] 1.33.2.6:
8189: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
8190: * src/main/pa_common.C [autoptr] 1.143.2.10:
8191: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
8192: * src/main/pa_dir.C [autoptr] 1.14.2.2:
8193: * src/main/pa_exception.C [autoptr] 1.43.2.10:
8194: * src/main/pa_exec.C [autoptr] 1.48.2.5:
8195: * src/main/pa_globals.C [autoptr] 1.152.2.10:
8196: * src/main/pa_pool.C [autoptr] 1.59.2.3:
8197: * src/main/pa_request.C [autoptr] 1.245.2.5:
8198: * src/main/pa_socks.C [autoptr] 1.18.2.3:
8199: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
8200: * src/main/pa_string.C [autoptr] 1.172.2.11:
8201: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
8202: * src/main/pa_table.C [autoptr] 1.53.2.8:
8203: * src/main/pa_uue.C [autoptr] 1.4.2.4:
8204: * src/main/untaint.C [autoptr] 1.115.2.6:
8205: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
8206: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
8207: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
8208: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
8209: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
8210: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
8211: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
8212: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
8213: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
8214: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
8215: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
8216: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
8217: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
8218: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
8219: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
8220: * src/types/pa_value.C [autoptr] 1.9.2.7:
8221: * src/types/pa_value.h [autoptr] 1.109.2.14:
8222: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
8223: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
8224: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
8225: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
8226: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
8227: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
8228: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
8229: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
8230: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
8231: * src/types/pa_venv.h [autoptr] 1.28.2.3:
8232: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
8233: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
8234: * src/types/pa_vform.C [autoptr] 1.74.2.3:
8235: * src/types/pa_vform.h [autoptr] 1.45.2.5:
8236: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
8237: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
8238: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
8239: * src/types/pa_vint.h [autoptr] 1.38.2.6:
8240: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
8241: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
8242: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
8243: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
8244: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
8245: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
8246: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
8247: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
8248: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
8249: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
8250: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
8251: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
8252: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
8253: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
8254: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
8255: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
8256: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
8257: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
8258: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
8259: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
8260: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
8261: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
8262: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
8263: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
8264: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
8265: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
8266: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
8267: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
8268: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
8269: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
8270: grammar compiled
8271:
8272: * src/classes/op.C [autoptr] 1.127.2.6:
8273: * src/classes/string.C [autoptr] 1.125.2.2:
8274: * src/include/pa_common.h [autoptr] 1.89.2.8:
8275: * src/include/pa_globals.h [autoptr] 1.101.2.11:
8276: * src/include/pa_request.h [autoptr] 1.160.2.10:
8277: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
8278: * src/main/compile.tab.C [autoptr] 1.81.2.5:
8279: * src/main/compile.y [autoptr] 1.204.2.4:
8280: * src/main/execute.C [autoptr] 1.295.2.5:
8281: * src/main/main.dsp [autoptr] 1.161.6.9:
8282: * src/main/pa_common.C [autoptr] 1.143.2.11:
8283: * src/main/pa_globals.C [autoptr] 1.152.2.11:
8284: * src/main/pa_request.C [autoptr] 1.245.2.6:
8285: * src/types/pa_value.h [autoptr] 1.109.2.15:
8286: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
8287: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
8288: * src/types/pa_vform.h [autoptr] 1.45.2.6:
8289: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
8290: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
8291: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
8292: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
8293: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
8294: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
8295: * src/types/types.dsp [autoptr] 1.35.10.4:
8296: most pa_request compiled
8297:
8298: * src/include/pa_array.h [autoptr] 1.57.2.17:
8299: * src/include/pa_operation.h [autoptr] 1.1.2.5:
8300: * src/include/pa_request.h [autoptr] 1.160.2.12:
8301: * src/main/execute.C [autoptr] 1.295.2.6:
8302: * src/main/main.dsp [autoptr] 1.161.6.10:
8303: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
8304: started last file from main library: execute
8305:
8306: * src/include/pa_request.h [autoptr] 1.160.2.11:
8307: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
8308: * src/main/compile.tab.C [autoptr] 1.81.2.6:
8309: * src/main/compile.y [autoptr] 1.204.2.5:
8310: * src/main/compile_tools.h [autoptr] 1.67.2.7:
8311: * src/main/pa_request.C [autoptr] 1.245.2.7:
8312: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
8313: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
8314: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
8315: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
8316: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
8317: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
8318: pa_request compiled
8319:
8320: * src/classes/classes.h [autoptr] 1.23.2.6:
8321: * src/classes/op.C [autoptr] 1.127.2.4:
8322: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
8323: * src/include/pa_charset.h [autoptr] 1.20.2.9:
8324: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
8325: * src/include/pa_common.h [autoptr] 1.89.2.6:
8326: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
8327: * src/include/pa_exception.h [autoptr] 1.38.2.12:
8328: * src/include/pa_exec.h [autoptr] 1.11.2.2:
8329: * src/include/pa_pool.h [autoptr] 1.86.2.21:
8330: * src/include/pa_request.h [autoptr] 1.160.2.8:
8331: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
8332: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
8333: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
8334: * src/include/pa_string.h [autoptr] 1.144.2.17:
8335: * src/include/pa_table.h [autoptr] 1.48.2.8:
8336: * src/include/pa_uue.h [autoptr] 1.4.2.2:
8337: * src/main/compile.C [autoptr] 1.69.2.3:
8338: * src/main/compile.tab.C [autoptr] 1.81.2.3:
8339: * src/main/compile_tools.C [autoptr] 1.54.2.3:
8340: * src/main/compile_tools.h [autoptr] 1.67.2.5:
8341: * src/main/main.dsp [autoptr] 1.161.6.7:
8342: * src/main/pa_charset.C [autoptr] 1.33.2.5:
8343: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
8344: * src/main/pa_common.C [autoptr] 1.143.2.9:
8345: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
8346: * src/main/pa_exception.C [autoptr] 1.43.2.9:
8347: * src/main/pa_exec.C [autoptr] 1.48.2.4:
8348: * src/main/pa_request.C [autoptr] 1.245.2.4:
8349: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
8350: * src/main/pa_string.C [autoptr] 1.172.2.10:
8351: * src/main/pa_table.C [autoptr] 1.53.2.7:
8352: * src/main/pa_uue.C [autoptr] 1.4.2.3:
8353: * src/main/untaint.C [autoptr] 1.115.2.5:
8354: * src/types/pa_value.C [autoptr] 1.9.2.6:
8355: * src/types/pa_value.h [autoptr] 1.109.2.13:
8356: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
8357: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
8358: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
8359: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
8360: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
8361: * src/types/pa_venv.h [autoptr] 1.28.2.2:
8362: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
8363: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
8364: * src/types/pa_vform.h [autoptr] 1.45.2.4:
8365: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
8366: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
8367: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
8368: * src/types/pa_vint.h [autoptr] 1.38.2.5:
8369: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
8370: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
8371: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
8372: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
8373: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
8374: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
8375: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
8376: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
8377: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
8378: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
8379: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
8380: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
8381: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
8382: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
8383: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
8384: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
8385: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
8386: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
8387: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
8388: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
8389: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
8390: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
8391: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
8392: ConstStringPtr died, long live StringPtr
8393:
8394: 2003-01-30 paf
8395: * src/classes/classes.h [autoptr] 1.23.2.5:
8396: * src/include/pa_pool.h [autoptr] 1.86.2.20:
8397: * src/main/compile.C [autoptr] 1.69.2.2:
8398: * src/main/compile.tab.C [autoptr] 1.81.2.1:
8399: * src/types/pa_value.h [autoptr] 1.109.2.12:
8400: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
8401: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
8402: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
8403: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
8404: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
8405: * src/types/types.dsp [autoptr] 1.35.10.3:
8406: vstateless_class compiled
8407:
8408: * src/include/pa_charset.h [autoptr] 1.20.2.8:
8409: * src/include/pa_request.h [autoptr] 1.160.2.7:
8410: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
8411: * src/main/compile.tab.C [autoptr] 1.81.2.2:
8412: * src/main/compile.y [autoptr] 1.204.2.2:
8413: * src/main/compile_tools.h [autoptr] 1.67.2.4:
8414: * src/main/pa_request.C [autoptr] 1.245.2.3:
8415: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
8416: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
8417: grammar compiled
8418:
8419: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
8420: * src/main/compile_tools.h [autoptr] 1.67.2.1:
8421: * src/main/execute.C [autoptr] 1.295.2.3:
8422: * src/main/main.dsp [autoptr] 1.161.6.6:
8423: * src/types/pa_value.C [autoptr] 1.9.2.5:
8424: * src/types/pa_value.h [autoptr] 1.109.2.11:
8425: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
8426: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
8427: value compiled
8428:
8429: * src/types/pa_vmethod_frame.C 1.1:
8430: file pa_vmethod_frame.C was initially added on branch autoptr.
8431:
8432: * src/include/pa_array.h [autoptr] 1.57.2.15:
8433: * src/include/pa_operation.h [autoptr] 1.1.2.3:
8434: * src/include/pa_table.h [autoptr] 1.48.2.7:
8435: * src/main/compile_tools.C [autoptr] 1.54.2.2:
8436: * src/main/compile_tools.h [autoptr] 1.67.2.3:
8437: * src/main/pa_table.C [autoptr] 1.53.2.6:
8438: compile_tools compiled
8439:
8440: * src/main/compile.C [autoptr] 1.69.2.1:
8441: compile compiled
8442:
8443: * ltmain.sh 1.5:
8444: *** empty log message ***
8445:
8446: * src/include/pa_operation.h [autoptr] 1.1.2.2:
8447: * src/main/compile.y [autoptr] 1.204.2.1:
8448: * src/main/compile_tools.C [autoptr] 1.54.2.1:
8449: * src/main/compile_tools.h [autoptr] 1.67.2.2:
8450: started compile_tools. vagues ideas of how to free compiled code
8451:
8452: * src/include/pa_operation.h 1.1:
8453: file pa_operation.h was initially added on branch autoptr.
8454:
8455: 2003-01-29 paf
8456: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
8457: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
8458: * src/main/main.dsp [autoptr] 1.161.6.5:
8459: * src/main/untaint.C [autoptr] 1.115.2.4:
8460: more compiled
8461:
8462: * src/include/pa_globals.h [autoptr] 1.101.2.9:
8463: * src/include/pa_request.h [autoptr] 1.160.2.6:
8464: * src/main/pa_globals.C [autoptr] 1.152.2.9:
8465: * src/main/pa_request.C [autoptr] 1.245.2.2:
8466: * src/types/pa_value.h [autoptr] 1.109.2.10:
8467: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
8468: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
8469: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
8470: * src/types/types.dsp [autoptr] 1.35.10.2:
8471: vmethodframe, pa_request.h compiled
8472:
8473: * src/classes/file.C [autoptr] 1.107.2.2:
8474: * src/include/pa_globals.h [autoptr] 1.101.2.8:
8475: * src/main/pa_globals.C [autoptr] 1.152.2.8:
8476: * src/types/pa_value.C [autoptr] 1.9.2.4:
8477: * src/types/pa_value.h [autoptr] 1.109.2.9:
8478: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
8479: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
8480: vfile compiled
8481:
8482: * src/classes/classes.h [autoptr] 1.23.2.3:
8483: * src/classes/math.C [autoptr] 1.24.2.1:
8484: * src/include/pa_pool.h [autoptr] 1.86.2.17:
8485: * src/include/pa_request.h [autoptr] 1.160.2.3:
8486: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
8487: * src/include/pa_string.h [autoptr] 1.144.2.13:
8488: * src/main/main.dsp [autoptr] 1.161.6.3:
8489: * src/types/pa_value.h [autoptr] 1.109.2.5:
8490: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
8491: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
8492: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
8493: * src/types/pa_venv.h [autoptr] 1.28.2.1:
8494: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
8495: * src/types/pa_vform.C [autoptr] 1.74.2.1:
8496: * src/types/pa_vform.h [autoptr] 1.45.2.1:
8497: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
8498: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
8499: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
8500: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
8501: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
8502: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
8503: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
8504: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
8505: * src/types/types.dsp [autoptr] 1.35.10.1:
8506: vmath compiled
8507:
8508: * src/types/pa_vmath.C 1.1:
8509: file pa_vmath.C was initially added on branch autoptr.
8510:
8511: * src/include/pa_common.h [autoptr] 1.89.2.5:
8512: * src/include/pa_globals.h [autoptr] 1.101.2.7:
8513: * src/include/pa_string.h [autoptr] 1.144.2.16:
8514: * src/main/pa_globals.C [autoptr] 1.152.2.7:
8515: * src/types/pa_value.C [autoptr] 1.9.2.3:
8516: * src/types/pa_value.h [autoptr] 1.109.2.8:
8517: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
8518: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
8519: * src/types/pa_vform.C [autoptr] 1.74.2.2:
8520: * src/types/pa_vform.h [autoptr] 1.45.2.3:
8521: vcookie compiled
8522:
1.24 paf 8523: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
8524: libltdl compiled without warnings now
8525:
1.22 paf 8526: * src/include/pa_request_info.h 1.1:
8527: file pa_request_info.h was initially added on branch autoptr.
8528:
8529: * src/include/pa_array.h [autoptr] 1.57.2.14:
8530: * src/include/pa_exception.h [autoptr] 1.38.2.11:
8531: * src/include/pa_pool.h [autoptr] 1.86.2.19:
8532: * src/main/pa_exception.C [autoptr] 1.43.2.8:
8533: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
8534: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
8535: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
8536: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
8537: gd compiled
8538:
8539: * src/include/pa_exception.h [autoptr] 1.38.2.10:
8540: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
8541: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
8542: * src/main/pa_common.C [autoptr] 1.143.2.8:
8543: * src/main/pa_dir.C [autoptr] 1.14.2.1:
8544: * src/main/pa_exception.C [autoptr] 1.43.2.7:
8545: * src/main/pa_exec.C [autoptr] 1.48.2.3:
8546: * src/main/pa_pool.C [autoptr] 1.59.2.2:
8547: * src/main/pa_socks.C [autoptr] 1.18.2.2:
8548: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
8549: * src/main/pa_string.C [autoptr] 1.172.2.9:
8550: * src/main/pa_uue.C [autoptr] 1.4.2.2:
8551: #include "pa_value_includes.h"
8552: everywhere in main
8553:
8554: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
8555: * src/include/pa_request.h [autoptr] 1.160.2.5:
8556: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
8557: * src/include/pa_string.h [autoptr] 1.144.2.15:
8558: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
8559: * src/types/pa_value.h [autoptr] 1.109.2.7:
8560: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
8561: * src/types/pa_vform.h [autoptr] 1.45.2.2:
8562: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
8563: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
8564: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
8565: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
8566: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
8567: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
8568: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
8569: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
8570: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
8571: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
8572: vrequest compiled
8573:
8574: * src/types/pa_value_includes.h 1.1:
8575: file pa_value_includes.h was initially added on branch autoptr.
8576:
8577: * src/classes/classes.h [autoptr] 1.23.2.4:
8578: * src/include/pa_charset.h [autoptr] 1.20.2.7:
8579: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
8580: * src/include/pa_globals.h [autoptr] 1.101.2.6:
8581: * src/include/pa_pool.h [autoptr] 1.86.2.18:
8582: * src/include/pa_request.h [autoptr] 1.160.2.4:
8583: * src/include/pa_string.h [autoptr] 1.144.2.14:
8584: * src/main/main.dsp [autoptr] 1.161.6.4:
8585: * src/main/pa_charset.C [autoptr] 1.33.2.4:
8586: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
8587: * src/main/pa_globals.C [autoptr] 1.152.2.6:
8588: * src/main/untaint.C [autoptr] 1.115.2.3:
8589: * src/types/pa_value.h [autoptr] 1.109.2.6:
8590: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
8591: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
8592: * src/types/pa_vint.h [autoptr] 1.38.2.4:
8593: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
8594: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
8595: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
8596: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
8597: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
8598: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
8599: vrequest,vdouble,vint compiled
8600:
8601: * src/include/pa_request_charsets.h 1.1:
8602: file pa_request_charsets.h was initially added on branch
8603: autoptr.
8604:
8605: 2003-01-28 paf
8606: * src/include/pa_charset.h [autoptr] 1.20.2.6:
8607: * src/include/pa_exception.h [autoptr] 1.38.2.9:
8608: * src/include/pa_request.h [autoptr] 1.160.2.2:
8609: * src/include/pa_string.h [autoptr] 1.144.2.12:
8610: * src/main/untaint.C [autoptr] 1.115.2.2:
8611: untaint compiled
8612:
8613: * src/include/pa_charset.h [autoptr] 1.20.2.5:
8614: * src/main/pa_charset.C [autoptr] 1.33.2.3:
8615: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
8616: charset/s simplified [charset::pool_for_load introduced]
8617:
8618: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
8619: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
8620: * src/main/pa_globals.C [autoptr] 1.152.2.5:
8621: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
8622: globals compiled
8623:
8624: * src/include/pa_array.h [autoptr] 1.57.2.11:
8625: * src/include/pa_charset.h [autoptr] 1.20.2.3:
8626: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
8627: * src/include/pa_pool.h [autoptr] 1.86.2.13:
8628: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
8629: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
8630: * src/include/pa_stack.h [autoptr] 1.17.2.2:
8631: * src/include/pa_string.h [autoptr] 1.144.2.9:
8632: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
8633: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
8634: * src/types/pa_vint.h [autoptr] 1.38.2.3:
8635: sql_driver_manager compiled
8636:
8637: * src/classes/date.C [autoptr] 1.42.2.1:
8638: * src/include/pa_charset.h [autoptr] 1.20.2.4:
8639: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
8640: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
8641: * src/include/pa_globals.h [autoptr] 1.101.2.5:
8642: * src/main/pa_charset.C [autoptr] 1.33.2.2:
8643: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
8644: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
8645: * src/main/pa_globals.C [autoptr] 1.152.2.4:
8646: * src/main/pa_request.C [autoptr] 1.245.2.1:
8647: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
8648: pa_charsets compiled
8649:
1.24 paf 8650: * src/include/pa_pool.h [autoptr] 1.86.2.14:
8651: * src/main/pa_common.C [autoptr] 1.143.2.7:
8652: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
8653: common compiled
8654:
1.22 paf 8655: * etc/parser3.charsets/koi8-r.cfg 1.3:
8656: * etc/parser3.charsets/windows-1251.cfg 1.7:
8657: ukranian letter i with two dots added to koi,
8658: all ukranian letters added to win1251.
8659:
8660: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
8661:
8662: * src/classes/classes.h [autoptr] 1.23.2.2:
8663: * src/classes/date.C [autoptr] 1.42.2.2:
8664: * src/classes/file.C [autoptr] 1.107.2.1:
8665: * src/classes/hash.C [autoptr] 1.54.2.1:
8666: * src/classes/image.C [autoptr] 1.90.2.2:
8667: * src/classes/table.C [autoptr] 1.172.2.1:
8668: * src/classes/xdoc.C [autoptr] 1.108.2.1:
8669: * src/classes/xnode.h [autoptr] 1.18.2.1:
8670: * src/main/execute.C [autoptr] 1.295.2.2:
8671: * src/main/main.dsp [autoptr] 1.161.6.2:
8672: * src/types/pa_value.h [autoptr] 1.109.2.4:
8673: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
8674: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
8675: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
8676: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
8677: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
8678: started main: compile_tools
8679:
8680: * src/include/pa_array.h [autoptr] 1.57.2.13:
8681: * src/include/pa_string.h [autoptr] 1.144.2.11:
8682: * src/main/execute.C [autoptr] 1.295.2.1:
8683: * src/main/untaint.C [autoptr] 1.115.2.1:
8684: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
8685: more compiled.
8686: struck with string::store_to needing to know source/client charsets
8687:
8688: * src/include/pa_exception.h [autoptr] 1.38.2.8:
8689: * src/include/pa_uue.h [autoptr] 1.4.2.1:
8690: * src/main/pa_uue.C [autoptr] 1.4.2.1:
8691: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
8692: uue compiled
8693:
8694: * src/include/pa_table.h [autoptr] 1.48.2.6:
8695: * src/main/pa_string.C [autoptr] 1.172.2.8:
8696: * src/main/pa_table.C [autoptr] 1.53.2.5:
8697: table compiled
8698:
8699: * src/include/pa_array.h [autoptr] 1.57.2.12:
8700: * src/include/pa_exec.h [autoptr] 1.11.2.1:
8701: * src/include/pa_hash.h [autoptr] 1.58.2.9:
8702: * src/include/pa_pool.h [autoptr] 1.86.2.15:
8703: * src/main/pa_exec.C [autoptr] 1.48.2.2:
8704: pa_exec win32 compiled
8705:
8706: 2003-01-27 paf
8707: * src/include/pa_array.h [autoptr] 1.57.2.9:
8708: * src/include/pa_common.h [autoptr] 1.89.2.4:
8709: * src/include/pa_hash.h [autoptr] 1.58.2.7:
8710: * src/include/pa_pool.h [autoptr] 1.86.2.9:
8711: * src/include/pa_string.h [autoptr] 1.144.2.7:
8712: * src/main/pa_common.C [autoptr] 1.143.2.4:
8713: * src/main/pa_string.C [autoptr] 1.172.2.6:
8714: * src/types/pa_value.C [autoptr] 1.9.2.2:
8715: * src/types/pa_value.h [autoptr] 1.109.2.3:
8716: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
8717: * src/types/pa_vint.h [autoptr] 1.38.2.2:
8718: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
8719: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
8720: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
8721: wcontext compiled
8722:
8723: * src/include/pa_exception.h [autoptr] 1.38.2.6:
8724: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
8725: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
8726: * src/include/pa_string.h [autoptr] 1.144.2.8:
8727: * src/main/pa_common.C [autoptr] 1.143.2.6:
8728: * src/main/pa_exec.C [autoptr] 1.48.2.1:
8729: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
8730: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
8731: paused on sql_manager
8732:
8733: * src/classes/op.C [autoptr] 1.127.2.3:
8734: * src/include/pa_globals.h [autoptr] 1.101.2.4:
8735: * src/include/pa_hash.h [autoptr] 1.58.2.8:
8736: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
8737: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
8738: * src/include/pa_table.h [autoptr] 1.48.2.5:
8739: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
8740: * src/main/pa_table.C [autoptr] 1.53.2.4:
8741: table compiled
8742:
8743: * src/include/pa_pool.h [autoptr] 1.86.2.10:
8744: * src/main/pa_common.C [autoptr] 1.143.2.5:
8745: common compiled
8746:
8747: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
8748: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
8749: cache_managers compiled
8750:
8751: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
8752: * src/include/pa_pool.h [autoptr] 1.86.2.12:
8753: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
8754: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
8755: * src/include/pa_stack.h [autoptr] 1.17.2.1:
8756: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
8757: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
8758: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
8759: vtable compiled
8760:
8761: * src/include/pa_array.h [autoptr] 1.57.2.10:
8762: * src/include/pa_charset.h [autoptr] 1.20.2.2:
8763: * src/include/pa_pool.h [autoptr] 1.86.2.11:
8764: * src/main/pa_charset.C [autoptr] 1.33.2.1:
8765: charset compiled
8766:
8767: 2003-01-24 paf
8768: * src/classes/classes.C [autoptr] 1.18.2.1:
8769: * src/classes/classes.h [autoptr] 1.23.2.1:
8770: * src/include/pa_array.h [autoptr] 1.57.2.8:
8771: * src/include/pa_common.h [autoptr] 1.89.2.3:
8772: * src/include/pa_globals.h [autoptr] 1.101.2.3:
8773: * src/include/pa_hash.h [autoptr] 1.58.2.6:
8774: * src/include/pa_pool.h [autoptr] 1.86.2.8:
8775: * src/include/pa_string.h [autoptr] 1.144.2.6:
8776: * src/main/pa_common.C [autoptr] 1.143.2.3:
8777: * src/main/pa_globals.C [autoptr] 1.152.2.3:
8778: * src/main/pa_string.C [autoptr] 1.172.2.5:
8779: * src/types/pa_value.h [autoptr] 1.109.2.2:
8780: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
8781: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
8782: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
8783: * src/types/pa_vint.h [autoptr] 1.38.2.1:
8784: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
8785: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
8786: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
8787: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
8788: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
8789: more patched
8790:
8791: * src/classes/op.C [autoptr] 1.127.2.2:
8792: * src/include/pa_array.h [autoptr] 1.57.2.7:
8793: * src/include/pa_exception.h [autoptr] 1.38.2.5:
8794: * src/include/pa_hash.h [autoptr] 1.58.2.5:
8795: * src/include/pa_pool.h [autoptr] 1.86.2.7:
8796: * src/include/pa_string.h [autoptr] 1.144.2.5:
8797: * src/include/pa_table.h [autoptr] 1.48.2.4:
8798: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
8799: * src/main/pa_exception.C [autoptr] 1.43.2.5:
8800: * src/main/pa_string.C [autoptr] 1.172.2.4:
8801: * src/main/pa_table.C [autoptr] 1.53.2.3:
8802: string compiled
8803:
8804: * src/include/pa_array.h [autoptr] 1.57.2.6:
8805: * src/include/pa_common.h [autoptr] 1.89.2.2:
8806: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
8807: * src/include/pa_exception.h [autoptr] 1.38.2.4:
8808: * src/include/pa_pool.h [autoptr] 1.86.2.6:
8809: * src/include/pa_string.h [autoptr] 1.144.2.4:
8810: * src/include/pa_table.h [autoptr] 1.48.2.3:
8811: * src/main/pa_common.C [autoptr] 1.143.2.2:
8812: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
8813: * src/main/pa_exception.C [autoptr] 1.43.2.4:
8814: * src/main/pa_string.C [autoptr] 1.172.2.3:
8815: dictionary compiled
8816:
8817: 2003-01-23 paf
8818: * src/include/pa_array.h [autoptr] 1.57.2.4:
8819: * src/include/pa_exception.h [autoptr] 1.38.2.2:
8820: * src/include/pa_hash.h [autoptr] 1.58.2.4:
8821: * src/include/pa_pool.h [autoptr] 1.86.2.4:
8822: * src/include/pa_table.h [autoptr] 1.48.2.2:
8823: * src/main/pa_exception.C [autoptr] 1.43.2.2:
8824: * src/main/pa_table.C [autoptr] 1.53.2.2:
8825: table compiled
8826:
8827: * src/include/pa_array.h [autoptr] 1.57.2.2:
8828: * src/include/pa_hash.h [autoptr] 1.58.2.2:
8829: * src/include/pa_pool.h [autoptr] 1.86.2.2:
8830: * src/main/main.dsp [autoptr] 1.161.6.1:
8831: continued with Hash
8832:
8833: * src/include/pa_array.h [autoptr] 1.57.2.5:
8834: * src/include/pa_common.h [autoptr] 1.89.2.1:
8835: * src/include/pa_exception.h [autoptr] 1.38.2.3:
8836: * src/include/pa_globals.h [autoptr] 1.101.2.2:
8837: * src/include/pa_pool.h [autoptr] 1.86.2.5:
8838: * src/include/pa_request.h [autoptr] 1.160.2.1:
8839: * src/include/pa_string.h [autoptr] 1.144.2.3:
8840: * src/main/pa_common.C [autoptr] 1.143.2.1:
8841: * src/main/pa_exception.C [autoptr] 1.43.2.3:
8842: * src/main/pa_globals.C [autoptr] 1.152.2.2:
8843: * src/types/pa_value.C [autoptr] 1.9.2.1:
8844: * src/types/pa_value.h [autoptr] 1.109.2.1:
8845: resurrected pool in new sense: now it's factory, producing
8846: accounting memory chunks for read[autofree] buffers
8847:
8848: * src/classes/image.C [autoptr] 1.90.2.1:
8849: * src/classes/op.C [autoptr] 1.127.2.1:
8850: * src/include/pa_array.h [autoptr] 1.57.2.3:
8851: * src/include/pa_exception.h [autoptr] 1.38.2.1:
8852: * src/include/pa_globals.h [autoptr] 1.101.2.1:
8853: * src/include/pa_hash.h [autoptr] 1.58.2.3:
8854: * src/include/pa_pool.h [autoptr] 1.86.2.3:
8855: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
8856: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
8857: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
8858: * src/include/pa_string.h [autoptr] 1.144.2.2:
8859: * src/include/pa_table.h [autoptr] 1.48.2.1:
8860: * src/include/pa_types.h [autoptr] 1.44.2.1:
8861: * src/main/pa_exception.C [autoptr] 1.43.2.1:
8862: * src/main/pa_globals.C [autoptr] 1.152.2.1:
8863: * src/main/pa_string.C [autoptr] 1.172.2.2:
8864: * src/main/pa_table.C [autoptr] 1.53.2.1:
8865: aint that easy
8866:
8867: * src/main/pa_common.C 1.144:
8868: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
8869: c with that stack]
8870:
8871: * src/lib/pcre/8859-1.ucm 1.1:
8872: file 8859-1.ucm was initially added on branch autoptr.
8873:
8874: 2003-01-22 paf
8875: * src/include/pa_array.h [autoptr] 1.57.2.1:
8876: * src/include/pa_charset.h [autoptr] 1.20.2.1:
8877: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
8878: * src/include/pa_hash.h [autoptr] 1.58.2.1:
8879: * src/include/pa_pool.h [autoptr] 1.86.2.1:
8880: * src/include/pa_string.h [autoptr] 1.144.2.1:
8881: * src/main/pa_array.C [autoptr] 1.54.2.1:
8882: * src/main/pa_hash.C [autoptr] 1.53.2.1:
8883: * src/main/pa_pool.C [autoptr] 1.59.2.1:
8884: * src/main/pa_string.C [autoptr] 1.172.2.1:
8885: started auto_ptr.
8886: PA_Object is base: contains references_count.
8887: auto_ptr template calls add_ref/release
8888:
8889: 2003-01-21 paf
8890: * src/classes/classes.C 1.18:
8891: * src/classes/classes.h 1.23:
8892: * src/classes/date.C 1.42:
8893: * src/classes/double.C 1.53:
8894: * src/classes/file.C 1.107:
8895: * src/classes/form.C 1.34:
8896: * src/classes/hash.C 1.54:
8897: * src/classes/image.C 1.90:
8898: * src/classes/int.C 1.49:
8899: * src/classes/mail.C 1.88:
8900: * src/classes/math.C 1.24:
8901: * src/classes/op.C 1.127:
8902: * src/classes/response.C 1.23:
8903: * src/classes/string.C 1.125:
8904: * src/classes/table.C 1.172:
8905: * src/classes/void.C 1.28:
8906: * src/classes/xdoc.C 1.108:
8907: * src/classes/xnode.C 1.54:
8908: * src/classes/xnode.h 1.18:
8909: * src/include/pa_array.h 1.57:
8910: * src/include/pa_cache_managers.h 1.9:
8911: * src/include/pa_charset.h 1.20:
8912: * src/include/pa_charsets.h 1.8:
8913: * src/include/pa_common.h 1.89:
8914: * src/include/pa_config_fixed.h 1.54:
8915: * src/include/pa_config_includes.h 1.23:
8916: * src/include/pa_dictionary.h 1.13:
8917: * src/include/pa_dir.h 1.13:
8918: * src/include/pa_exception.h 1.38:
8919: * src/include/pa_exec.h 1.11:
8920: * src/include/pa_globals.h 1.101:
8921: * src/include/pa_hash.h 1.58:
8922: * src/include/pa_opcode.h 1.24:
8923: * src/include/pa_pool.h 1.86:
8924: * src/include/pa_pragma_pack_begin.h 1.6:
8925: * src/include/pa_pragma_pack_end.h 1.6:
8926: * src/include/pa_request.h 1.160:
8927: * src/include/pa_sapi.h 1.22:
8928: * src/include/pa_socks.h 1.11:
8929: * src/include/pa_sql_connection.h 1.30:
8930: * src/include/pa_sql_driver_manager.h 1.26:
8931: * src/include/pa_stack.h 1.17:
8932: * src/include/pa_string.h 1.144:
8933: * src/include/pa_stylesheet_connection.h 1.32:
8934: * src/include/pa_stylesheet_manager.h 1.15:
8935: * src/include/pa_table.h 1.48:
8936: * src/include/pa_threads.h 1.26:
8937: * src/include/pa_types.h 1.44:
8938: * src/include/pa_uue.h 1.4:
8939: * src/lib/md5/pa_md5.h 1.5:
8940: * src/lib/md5/pa_md5c.c 1.6:
8941: * src/lib/pcre/pcre_parser_ctype.c 1.3:
8942: * src/main/compile.C 1.69:
8943: * src/main/compile.tab.C 1.80:
8944: * src/main/compile.y 1.204:
8945: * src/main/compile_tools.C 1.54:
8946: * src/main/compile_tools.h 1.67:
8947: * src/main/execute.C 1.295:
8948: * src/main/pa_array.C 1.54:
8949: * src/main/pa_cache_managers.C 1.7:
8950: * src/main/pa_charset.C 1.33:
8951: * src/main/pa_charsets.C 1.11:
8952: * src/main/pa_common.C 1.143:
8953: * src/main/pa_dictionary.C 1.17:
8954: * src/main/pa_dir.C 1.14:
8955: * src/main/pa_exception.C 1.43:
8956: * src/main/pa_exec.C 1.48:
8957: * src/main/pa_globals.C 1.152:
8958: * src/main/pa_hash.C 1.53:
8959: * src/main/pa_pool.C 1.59:
8960: * src/main/pa_request.C 1.245:
8961: * src/main/pa_socks.C 1.18:
8962: * src/main/pa_sql_driver_manager.C 1.69:
8963: * src/main/pa_string.C 1.172:
8964: * src/main/pa_stylesheet_manager.C 1.16:
8965: * src/main/pa_table.C 1.53:
8966: * src/main/pa_uue.C 1.4:
8967: * src/main/untaint.C 1.115:
8968: * src/sql/pa_sql_driver.h 1.34:
8969: * src/targets/apache13/mod_parser3.C 1.28:
8970: * src/targets/apache13/pa_md5c.c 1.5:
8971: * src/targets/apache13/pa_pool.C 1.8:
8972: * src/targets/apache13/pa_threads.C 1.11:
8973: * src/targets/cgi/pa_pool.C 1.41:
8974: * src/targets/cgi/pa_threads.C 1.12:
8975: * src/targets/cgi/parser3.C 1.216:
8976: * src/targets/cgi/pool_storage.h 1.13:
8977: * src/targets/isapi/pa_pool.C 1.16:
8978: * src/targets/isapi/pa_threads.C 1.13:
8979: * src/targets/isapi/parser3isapi.C 1.82:
8980: * src/targets/isapi/pool_storage.h 1.19:
8981: * src/types/pa_value.C 1.9:
8982: * src/types/pa_value.h 1.109:
8983: * src/types/pa_vbool.h 1.21:
8984: * src/types/pa_vclass.C 1.16:
8985: * src/types/pa_vclass.h 1.39:
8986: * src/types/pa_vcode_frame.h 1.24:
8987: * src/types/pa_vcookie.C 1.55:
8988: * src/types/pa_vcookie.h 1.23:
8989: * src/types/pa_vdate.h 1.24:
8990: * src/types/pa_vdouble.h 1.42:
8991: * src/types/pa_venv.h 1.28:
8992: * src/types/pa_vfile.C 1.36:
8993: * src/types/pa_vfile.h 1.52:
8994: * src/types/pa_vform.C 1.74:
8995: * src/types/pa_vform.h 1.45:
8996: * src/types/pa_vhash.h 1.43:
8997: * src/types/pa_vimage.C 1.22:
8998: * src/types/pa_vimage.h 1.34:
8999: * src/types/pa_vint.h 1.38:
9000: * src/types/pa_vjunction.h 1.19:
9001: * src/types/pa_vmail.C 1.40:
9002: * src/types/pa_vmail.h 1.9:
9003: * src/types/pa_vmath.h 1.14:
9004: * src/types/pa_vmethod_frame.h 1.45:
9005: * src/types/pa_vobject.C 1.12:
9006: * src/types/pa_vobject.h 1.38:
9007: * src/types/pa_vrequest.C 1.27:
9008: * src/types/pa_vrequest.h 1.25:
9009: * src/types/pa_vresponse.C 1.17:
9010: * src/types/pa_vresponse.h 1.32:
9011: * src/types/pa_vstateless_class.C 1.19:
9012: * src/types/pa_vstateless_class.h 1.42:
9013: * src/types/pa_vstateless_object.h 1.28:
9014: * src/types/pa_vstatus.C 1.15:
9015: * src/types/pa_vstatus.h 1.15:
9016: * src/types/pa_vstring.C 1.22:
9017: * src/types/pa_vstring.h 1.54:
9018: * src/types/pa_vtable.C 1.21:
9019: * src/types/pa_vtable.h 1.48:
9020: * src/types/pa_vvoid.h 1.17:
9021: * src/types/pa_vxdoc.C 1.23:
9022: * src/types/pa_vxdoc.h 1.31:
9023: * src/types/pa_vxnode.C 1.30:
9024: * src/types/pa_vxnode.h 1.22:
9025: * src/types/pa_wcontext.C 1.24:
9026: * src/types/pa_wcontext.h 1.42:
9027: * src/types/pa_wwrapper.h 1.28:
9028: 2002->2003
9029:
9030: 2003-01-16 paf
9031: * operators.txt 1.108:
9032: * src/include/pa_config_fixed.h 1.53:
9033: * src/main/pa_common.C 1.141:
9034: * www/htdocs/index.html 1.208:
9035: http request now return status. and not fail on status!=200
9036:
9037: * operators.txt 1.109:
9038: * src/include/pa_globals.h 1.100:
9039: * src/main/pa_common.C 1.142:
9040: * src/main/pa_globals.C 1.151:
9041: * www/htdocs/index.html 1.209:
9042: http://
9043: introducing
9044: $.any-status(1)
9045:
9046: * www/htdocs/index.html 1.210:
9047: image.copy fixed transparent resampling
9048:
9049: * bin/Makefile.in 1.9:
9050: * etc/Makefile.in 1.14:
9051: * etc/parser3.charsets/Makefile.in 1.17:
9052: * src/Makefile.in 1.55:
9053: * src/classes/Makefile.in 1.53:
9054: * src/include/Makefile.in 1.11:
9055: * src/lib/Makefile.in 1.8:
9056: * src/lib/md5/Makefile.in 1.6:
9057: * src/lib/patches/Makefile.in 1.10:
9058: * src/lib/pcre/Makefile.in 1.8:
9059: * src/main/Makefile.in 1.50:
9060: * src/sql/Makefile.in 1.11:
9061: * src/targets/Makefile.in 1.42:
9062: * src/targets/cgi/Makefile.in 1.62:
9063: * src/targets/isapi/Makefile.in 1.11:
9064: * src/types/Makefile.in 1.50:
9065: proper AC_LANG_ switching to fix qsort detection bug
9066:
9067: 2003-01-15 paf
9068: * src/main/pa_globals.C 1.150:
9069: localized pa_xmlFileRead/Close
9070:
9071: 2003-01-14 paf
9072: * src/lib/ltdl/config.guess 1.2:
9073: * src/lib/ltdl/config.sub 1.2:
9074: * src/lib/ltdl/install-sh 1.2:
9075: * src/lib/ltdl/missing 1.2:
9076: * src/lib/ltdl/mkinstalldirs 1.2:
9077: removed some ancient files [they in / really]
9078:
9079: * src/lib/ltdl/config_fixed.h 1.2:
9080: * src/lib/ltdl/libltdl.dsp 1.3:
9081: * src/lib/ltdl/ltdl.c 1.3:
9082: ltdl.c regretfully needed patch in two places.
9083: in config_fixed.h made stubs for lib to compile in MSVC
9084:
9085: * src/lib/ltdl/aclocal.m4 1.1:
9086: *** empty log message ***
9087:
9088: 2003-01-13 paf
9089: * config.guess 1.3:
9090: * config.sub 1.4:
9091: * ltmain.sh 1.4:
9092: * src/targets/apache13/Makefile.in 1.44:
9093: removed last piece of configure.in(libtool) hacks
9094:
9095: * src/lib/ltdl/COPYING.LIB 1.1:
9096: * src/lib/ltdl/Makefile.in 1.4:
9097: * src/lib/ltdl/acinclude.m4 1.2:
9098: * src/lib/ltdl/config.h 1.2:
9099: * src/lib/ltdl/config_auto.h.in 1.3:
9100: * src/lib/ltdl/configure 1.4:
9101: * src/lib/ltdl/configure.in 1.4:
9102: * src/lib/ltdl/libltdl.dsp 1.2:
9103: * src/lib/ltdl/ltdl.c 1.2:
9104: * src/lib/ltdl/ltdl.h 1.2:
9105: moved to latest libtool (1.4.3)
9106:
9107: 2003-01-10 paf
9108: * src/lib/patches/Makefile.am 1.3:
9109: * src/lib/patches/Makefile.in 1.9:
9110: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
9111: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
9112: * src/lib/patches/libgdome_morestatic.patch 1.2:
9113: * src/lib/patches/libxml_error_column_tab.patch 1.2:
9114: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
9115: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
9116: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
9117: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
9118: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
9119: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
9120: * src/main/pa_globals.C 1.149:
9121: moved to latest xml lib versions, changed patches.
9122: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
9123: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
9124: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
9125:
9126: * INSTALL 1.31:
9127: moved to latest versions of xml libs
9128: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
9129: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
9130: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
9131:
9132: * src/lib/patches/libxml2.patch 1.1:
9133: moved to libxml2 2.5.1, only these patches left:
9134: * fixing \t chars to spaces in error position reporting
9135: * adding context to conversion functions
9136:
9137: * src/lib/patches/gdome2.patch 1.1:
9138: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
9139: Paolo said that he would incorporate this patch in upcoming version of gdome.
9140:
9141: * src/lib/ltdl/configure 1.3:
9142: * src/lib/ltdl/configure.in 1.3:
9143: PROG_NM
9144:
9145: * src/lib/patches/libxslt.patch 1.1:
9146: moved to libxslt 1.0.23. still need a patch which suppresses
9147: htmlSetMetaEncoding calls
9148:
9149: 2003-01-09 paf
9150: * bin/Makefile.in 1.8:
9151: * config.guess 1.2:
9152: * config.sub 1.3:
9153: * etc/Makefile.in 1.13:
9154: * etc/parser3.charsets/Makefile.in 1.16:
9155: * missing 1.2:
9156: * mkinstalldirs 1.2:
9157: * src/Makefile.in 1.54:
9158: * src/classes/Makefile.in 1.52:
9159: * src/include/Makefile.in 1.10:
9160: * src/include/pa_config_auto.h.in 1.37:
9161: * src/lib/Makefile.in 1.7:
9162: * src/lib/ltdl/Makefile.in 1.3:
9163: * src/lib/ltdl/config_auto.h.in 1.2:
9164: * src/lib/ltdl/configure 1.2:
9165: * src/lib/ltdl/configure.in 1.2:
9166: * src/lib/md5/Makefile.in 1.5:
9167: * src/lib/patches/Makefile.in 1.8:
9168: * src/lib/pcre/Makefile.in 1.7:
9169: * src/main/Makefile.in 1.49:
9170: * src/sql/Makefile.in 1.10:
9171: * src/targets/Makefile.in 1.41:
9172: * src/targets/apache13/Makefile.in 1.43:
9173: * src/targets/cgi/Makefile.am 1.46:
9174: * src/targets/cgi/Makefile.in 1.61:
9175: * src/targets/isapi/Makefile.in 1.10:
9176: * src/types/Makefile.in 1.49:
9177: moved to autoconf 2.57 & automake 1.7.2
9178:
9179: * depcomp 1.1:
9180: moving to automake 1.7.2
9181:
9182: * INSTALL 1.30:
9183: xml,xslt,gdome lib urls updated
9184:
9185: * Makefile.am 1.30:
9186: * Makefile.in 1.44:
9187: * src/lib/ltdl/missing 1.1:
9188: * src/lib/ltdl/mkinstalldirs 1.1:
9189: *** empty log message ***
9190:
1.21 paf 9191: 2002-12-27 paf
9192: * src/doc/aliased.dox 1.5:
9193: * src/doc/index.dox 1.4:
9194: * src/doc/module.dox 1.4:
9195: * src/doc/pooled.dox 1.4:
9196: * www/htdocs/index.html 1.207:
9197: removed outdated parts, made links to language docs
9198:
9199: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
9200: 0007
9201:
9202: * src/include/pa_config_auto.h.in 1.36:
9203: comment
9204:
9205: 2002-12-26 paf
9206: * INSTALL 1.29:
9207: * src/include/pa_config_auto.h.in 1.35:
9208: * src/main/pa_common.C 1.140:
9209: * src/main/pa_exec.C 1.47:
9210: changing SAFE_MODE politics
9211:
9212: * src/classes/file.C 1.106:
9213: file:fullpath[a.gif] when document root did not contain
9214: trailing / fixed.
9215:
9216: 2002-12-25 paf
9217: * src/main/pa_globals.C 1.147:
9218: optimized-as-is
9219:
9220: * src/main/pa_globals.C 1.148:
9221: optimized-xml
9222:
9223: 2002-12-24 paf
9224: * src/main/pa_common.C 1.139:
9225: * src/main/pa_pool.C 1.58:
9226: pool::copy on zero size|ptr fixed [were really called with zero
9227: size when .html?a=&b=]
9228:
9229: * src/main/pa_exec.C 1.46:
9230: * www/htdocs/index.html 1.206:
9231: fork/pipe error now [old always-pipe-error fixed]
9232:
9233: * src/classes/mail.C 1.86:
9234: $MAIL in @conf now invalid when configured with --with-sendmail
9235:
9236: 2002-12-23 paf
9237: * src/types/pa_vcookie.C 1.54:
9238: cookie:field[put value] fixed [were ignoring parameters & were
9239: storing only string with default expires
9240:
9241: * src/main/pa_charset.C 1.32:
9242: From: "Victor Fedoseev" <vvf_ru@mail.ru>
9243: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
9244: Sent: Monday, December 23, 2002 4:22 AM
9245: Subject: bug â Charset::transcode_buf2xchar
9246:
9247: 2002-12-20 paf
9248: * src/targets/cgi/parser3.C 1.215:
9249: removed last \n appending in non-win32 non-cgi [script] runs
9250:
9251: 2002-12-19 paf
9252: * operators.txt 1.107:
9253: * src/include/pa_globals.h 1.99:
9254: * src/include/pa_request.h 1.159:
9255: * src/main/pa_globals.C 1.146:
9256: * src/main/pa_request.C 1.244:
9257: * www/htdocs/index.html 1.205:
9258: $response:download
9259:
9260: * src/classes/mail.C 1.85:
9261: 'to' check bugfix [now checked only on ms compiler [win32]].
9262:
9263: * INSTALL 1.28:
9264: --without-iconv recommended [it crashes on some systems [tested on elik]]
9265: moreover, it's not needed there [parser registers charsets itself]
9266:
9267: * INSTALL 1.27:
9268: -without-iconv recommended [it crashes on some systems [tested
9269: on elik]]
9270:
9271: 2002-12-18 paf
9272: * src/classes/xdoc.C 1.107:
9273: doc->URL on xdoc.load set correctly now
9274:
9275: 2002-12-17 paf
9276: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
9277: 1. on win32 in die: abort() reverted to exit(1)
9278: 2. more flexible iilegal call check
9279:
9280: * src/targets/cgi/parser3.C 1.214:
9281: merged die&iis changes
9282:
9283: 2002-12-16 paf
9284: * src/main/untaint.C 1.114:
9285: filespec russian small 'r' changed to latin 'p' bug fix
9286:
9287: * Makefile.in 1.38:
9288: ltmain.sh silly required for stupid automake added
9289:
9290: * ltmain.sh 1.3:
9291: *** empty log message ***
9292:
9293: * ltmain.sh [release_3_0_0006] 1.2.2.1:
9294: some automakes silly insist on having this handy
9295:
1.20 paf 9296: 2002-12-15 paf
1.21 paf 9297: * src/main/untaint.C 1.113:
9298: filespec russian small 'r' changed to latin 'p'
9299:
9300: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
9301: ftruncate having checked
9302:
9303: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
9304: removed warning
9305:
1.20 paf 9306: * configure.in [release_3_0_0006] 1.52.2.1:
9307: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
9308: new version
9309:
1.21 paf 9310: * configure.in [release_3_0_0006] 1.52.2.2:
9311: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
9312: *** empty log message ***
9313:
9314: * configure.in 1.53:
9315: * src/include/pa_config_auto.h.in 1.34:
9316: * src/main/compile.C 1.68:
9317: * src/main/pa_common.C 1.138:
9318: merged small changes from branch 6 to HEAD
9319:
1.20 paf 9320: 2002-12-14 paf
9321: * src/sql/pa_sql_driver.h 1.33:
9322: * www/htdocs/index.html 1.204:
9323: exception type fixed
9324:
9325: * src/classes/table.C 1.171:
9326: removed unnecessary code
9327:
9328: 2002-12-09 paf
9329: * src/classes/hash.C 1.53:
9330: * src/classes/string.C 1.124:
9331: * src/classes/table.C 1.170:
9332: * src/classes/void.C 1.27:
9333: * src/main/pa_sql_driver_manager.C 1.68:
9334: * src/sql/pa_sql_driver.h 1.32:
9335: changed exception handling mech in sql handlers #2
9336:
9337: * bin/Makefile.in 1.7:
9338: * configure.in 1.52:
9339: * etc/Makefile.in 1.12:
9340: * etc/parser3.charsets/Makefile.in 1.15:
9341: * src/Makefile.in 1.53:
9342: * src/classes/Makefile.in 1.51:
9343: * src/include/Makefile.in 1.9:
9344: * src/lib/Makefile.in 1.6:
9345: * src/lib/ltdl/Makefile.in 1.2:
9346: * src/lib/md5/Makefile.in 1.4:
9347: * src/lib/patches/Makefile.in 1.7:
9348: * src/lib/pcre/Makefile.in 1.6:
9349: * src/main/Makefile.in 1.48:
9350: * src/sql/Makefile.in 1.9:
9351: * src/targets/Makefile.in 1.40:
9352: * src/targets/apache13/Makefile.in 1.42:
9353: * src/targets/cgi/Makefile.in 1.60:
9354: * src/targets/isapi/Makefile.in 1.9:
9355: * src/types/Makefile.in 1.48:
9356: removed configure.in:AC_LIBTOOL, it caused automake to write
9357: makefile which used libtool to install things, which is not needed
9358:
9359: * src/targets/apache13/mod_parser3.C 1.27:
9360: * src/targets/cgi/parser3.C 1.211:
9361: * src/targets/cgi/parser3.C 1.212:
9362: * src/targets/cgi/parser3.C 1.213:
9363: * src/targets/isapi/parser3isapi.C 1.81:
9364: ::die now tries to write core dump
9365:
9366: * src/types/pa_vvoid.h 1.16:
9367: * www/htdocs/index.html 1.203:
9368: $void.store[now] error
9369:
9370: * src/classes/hash.C 1.52:
9371: * src/classes/string.C 1.123:
9372: * src/classes/table.C 1.169:
9373: * src/classes/void.C 1.26:
9374: * src/main/pa_sql_driver_manager.C 1.66:
9375: * src/main/pa_sql_driver_manager.C 1.67:
9376: * src/sql/pa_sql_driver.h 1.29:
9377: * src/sql/pa_sql_driver.h 1.30:
9378: * src/sql/pa_sql_driver.h 1.31:
9379: changed exception handling mech in sql handlers
9380:
9381: 2002-12-06 paf
9382: * operators.txt 1.106:
9383: * src/main/compile.tab.C 1.78:
9384: * src/types/pa_vhash.h 1.42:
9385: $hash.fields -- pseudo field to make 'hash' more like 'table'
9386:
9387: 2002-12-05 paf
9388: * src/main/pa_array.C 1.53:
9389: * src/main/pa_table.C 1.51:
9390: * www/htdocs/index.html 1.199:
9391: wow! found/fixed bug in lowlevel proc
9392:
9393: * src/main/pa_common.C 1.137:
9394: * src/main/untaint.C 1.111:
9395: * src/types/pa_vmail.C 1.38:
9396: * www/htdocs/index.html 1.200:
9397: mail header ',' allowed.
9398: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
9399:
9400: [strncpy killed, memnchr used]
9401:
9402: * src/main/pa_table.C 1.52:
9403: table-copy now current=0
9404:
9405: * src/targets/cgi/parser3.C 1.209:
9406: * src/targets/cgi/parser3.C 1.210:
9407: more checks on http://domain/parser.cgi start [maybe some
9408: getenv returns "", checked that now
9409:
9410: * src/targets/cgi/parser3.C 1.208:
9411: * www/htdocs/index.html 1.198:
9412: error logging made unbuffered [so that out-of-mem errors
9413: reached log]
9414:
9415: * src/main/main.dsp 1.161:
9416: pa_version included into main.dsp
9417:
9418: * www/htdocs/index.html 1.196:
9419: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
9420: win32] leave \n intact, and some clients [bat] fail to show
9421: letter correctly
9422:
9423: * src/classes/mail.C 1.83:
9424: * src/targets/cgi/parser3.C 1.207:
9425: * src/types/pa_vmail.C 1.37:
9426: * www/htdocs/index.html 1.197:
9427: mail:send MIME-Version default
9428:
9429: * src/main/untaint.C 1.112:
9430: * www/htdocs/index.html 1.201:
9431: mail header closed properly
9432:
9433: * src/classes/mail.C 1.84:
9434: * src/types/pa_vmail.C 1.39:
9435: * src/types/pa_vmail.h 1.8:
9436: * www/htdocs/index.html 1.202:
9437: smtp cc/bcc OK now
9438:
9439: 2002-12-04 paf
9440: * gnu.dsp 1.3:
9441: restored
9442:
9443: * src/types/pa_vform.C 1.73:
9444: $form:field string value cut by premature 0
9445:
9446: * parser3.dsw 1.6:
9447: * src/main/compile.tab.C 1.77:
9448: * src/main/main.dsp 1.160:
9449: * www/htdocs/.htaccess 1.12:
9450: * www/htdocs/index.html 1.195:
9451: lib/libltdl -> lib/ltdl Win32 changes. s
9452:
9453: * bin/Makefile.in 1.6:
9454: * configure.in 1.51:
9455: * etc/Makefile.in 1.11:
9456: * etc/parser3.charsets/Makefile.in 1.14:
9457: * gnu.dsp 1.2:
9458: * src/Makefile.in 1.52:
9459: * src/classes/Makefile.in 1.50:
9460: * src/include/Makefile.in 1.8:
9461: * src/lib/Makefile.am 1.3:
9462: * src/lib/Makefile.in 1.5:
9463: * src/lib/ltdl/Makefile.am 1.1:
9464: * src/lib/ltdl/Makefile.in 1.1:
9465: * src/lib/ltdl/README 1.1:
9466: * src/lib/ltdl/acinclude.m4 1.1:
9467: * src/lib/ltdl/config.guess 1.1:
9468: * src/lib/ltdl/config.h 1.1:
9469: * src/lib/ltdl/config.sub 1.1:
9470: * src/lib/ltdl/config_auto.h.in 1.1:
9471: * src/lib/ltdl/config_fixed.h 1.1:
9472: * src/lib/ltdl/configure 1.1:
9473: * src/lib/ltdl/configure.in 1.1:
9474: * src/lib/ltdl/install-sh 1.1:
9475: * src/lib/ltdl/libltdl.dsp 1.1:
9476: * src/lib/ltdl/ltdl.c 1.1:
9477: * src/lib/ltdl/ltdl.h 1.1:
9478: * src/lib/md5/Makefile.in 1.3:
9479: * src/lib/patches/Makefile.in 1.6:
9480: * src/lib/pcre/Makefile.in 1.5:
9481: * src/main/Makefile.in 1.47:
9482: * src/sql/Makefile.in 1.8:
9483: * src/targets/Makefile.in 1.39:
9484: * src/targets/apache13/Makefile.in 1.41:
9485: * src/targets/cgi/Makefile.in 1.59:
9486: * src/targets/isapi/Makefile.in 1.8:
9487: * src/types/Makefile.in 1.47:
9488: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
9489: so it does have no problems with automake.
9490: ltdl/configure AC_OUTPUT(Makefile<<removed)
9491:
9492: * src/classes/classes.awk 1.6:
9493: more strict *.C$
9494:
9495: 2002-12-02 paf
9496: * operators.txt 1.105:
9497: removed outdated status:db
9498:
9499: * src/classes/mail.C 1.82:
9500: * src/include/pa_common.h 1.88:
9501: * src/main/pa_common.C 1.136:
9502: * src/main/pa_request.C 1.243:
9503: * src/types/pa_vcookie.C 1.53:
9504: * src/types/pa_vmail.C 1.36:
9505: * www/htdocs/index.html 1.194:
9506: http header lang of tainted parts becomes http-header
9507:
1.19 paf 9508: 2002-11-29 paf
9509: * src/include/pa_common.h 1.87:
9510: * src/main/pa_common.C 1.135:
9511: * src/types/pa_vresponse.C 1.16:
9512: * src/types/pa_vresponse.h 1.31:
9513: * www/htdocs/index.html 1.192:
9514: http:// param values now handled exactly like $response:header values.
9515: e.g. can be hash [can have subattributes] & contain date values.
9516:
9517: * operators.txt 1.104:
9518: * src/classes/date.C 1.41:
9519: * src/classes/image.C 1.89:
9520: * www/htdocs/index.html 1.193:
9521: exif dates now objects of type date
9522:
9523: * src/main/pa_common.C 1.133:
9524: * www/htdocs/index.html 1.190:
9525: http:// tainted partes now %xx
9526:
9527: * src/main/pa_common.C 1.134:
9528: * www/htdocs/index.html 1.191:
9529: http:// param values lang forced URI
9530:
9531: * src/classes/image.C 1.88:
9532: 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]
9533: now used image.format
9534:
9535: 2002-11-28 paf
9536: * src/classes/op.C 1.126:
9537: * www/htdocs/index.html 1.185:
9538: ^cache bug fixed.
9539: stupid compiler allowed 'false' to go into (Hash *) parameter
9540:
9541: * src/classes/image.C 1.85:
9542: * www/htdocs/index.html 1.186:
9543: image.text now outputs one pixel HIGHER chars [one top
9544: horizontal line of 1pixel height were missing]
9545:
9546: * www/htdocs/index.html 1.187:
9547: regexp syntax xxx$ speed-up experiments
9548:
9549: * operators.txt 1.102:
9550: http.timeout
9551:
9552: * www/htdocs/font.gif 1.1:
9553: *** empty log message ***
9554:
9555: * configure.in 1.50:
9556: stopped double libltdl/Makefile generation
9557:
9558: * src/classes/image.C 1.87:
9559: * www/htdocs/index.html 1.188:
9560: image.length now counts interchar space. plus space after last char
9561:
9562: * www/htdocs/index.html 1.189:
9563: doc samples
9564:
9565: * src/main/pa_string.C 1.171:
9566: PCRE_DOLLAR_ENDONLY
9567:
9568: * src/classes/image.C 1.86:
9569: ^image.font width measurer now scans full height [were -1]
9570:
9571: 2002-11-27 paf
9572: * src/classes/image.C 1.84:
9573: * www/htdocs/index.html 1.183:
9574: ^image.font << bad font file-size now properly reported
9575:
9576: * src/include/pa_globals.h 1.98:
9577: * src/main/pa_globals.C 1.145:
9578: * src/main/pa_request.C 1.242:
9579: * src/types/pa_vmail.C 1.35:
9580: * www/htdocs/index.html 1.184:
9581: response:body[file] if file nows it's name
9582: now returns content-disposition: >>attachment<<
9583:
1.18 paf 9584: 2002-11-26 paf
9585: * operators.txt 1.101:
9586: * src/main/pa_common.C 1.130:
9587: * www/htdocs/index.html 1.182:
9588: http:// response status!=200 made exception: http.status with
9589: source=bad status#
9590:
9591: * src/main/pa_common.C 1.131:
9592: * www/htdocs/.htaccess 1.11:
9593: utf8 prefix ignored @read text
9594:
9595: * src/main/pa_request.C 1.241:
9596: fixed lang in reponse header
9597:
9598: 2002-11-25 paf
9599: * operators.txt 1.99:
9600: * src/main/pa_common.C 1.128:
9601: * www/htdocs/index.html 1.181:
9602: http fields now UPPERCASE
9603:
9604: $file[^file::load[http://there]]
9605: $file.SERVER
9606:
9607: * configure.in 1.49:
9608: * src/classes/image.C 1.83:
9609: * src/include/pa_config_auto.h.in 1.33:
9610: * src/include/pa_config_includes.h 1.22:
9611: * src/main/Makefile.am 1.35:
9612: * src/main/Makefile.in 1.46:
9613: * src/main/pa_common.C 1.129:
9614: * src/main/pa_globals.C 1.142:
9615: http://
9616: and image const void related probs fixed
9617:
9618: * operators.txt 1.98:
9619: * src/classes/file.C 1.104:
9620: * src/classes/table.C 1.168:
9621: * src/classes/xdoc.C 1.105:
9622: * src/include/pa_common.h 1.85:
9623: * src/include/pa_globals.h 1.97:
9624: * src/main/pa_common.C 1.126:
9625: * src/main/pa_globals.C 1.141:
9626: * src/main/pa_request.C 1.239:
9627: * src/types/pa_vfile.C 1.35:
9628: * src/types/pa_vfile.h 1.51:
9629: * www/htdocs/index.html 1.179:
9630: table/xdoc/file::load now understand http:// prefix and additional params, sample:
9631: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
9632: $.USER-AGENT[parser3]
9633: ]]
9634:
9635: * src/classes/file.C 1.105:
9636: * src/classes/image.C 1.82:
9637: * src/classes/xdoc.C 1.106:
9638: * src/include/pa_common.h 1.86:
9639: * src/main/pa_common.C 1.127:
9640: * src/main/pa_request.C 1.240:
9641: * www/htdocs/index.html 1.180:
9642: checked http options [invalid onces now reported]
9643: made default
9644: user-agent: paf
9645:
9646: 2002-11-22 paf
9647: * operators.txt 1.97:
9648: * src/classes/image.C 1.80:
9649: * src/include/pa_globals.h 1.96:
9650: * src/main/execute.C 1.294:
9651: * src/main/pa_globals.C 1.140:
9652: * src/types/pa_vimage.C 1.21:
9653: * src/types/pa_vimage.h 1.33:
9654: * www/htdocs/.htaccess 1.10:
9655: * www/htdocs/index.html 1.178:
9656: $image.exif support
9657: $image.exif.DateTime & co
9658:
9659: 2002-11-21 paf
9660: * src/classes/image.C 1.78:
9661: jpeg size measure fixed: were badly skipping EXIF information [
9662: were big block and it's size were considered negative :(]
9663:
9664: * operators.txt 1.96:
9665: * src/classes/image.C 1.77:
9666: * src/include/pa_common.h 1.83:
9667: * src/main/pa_common.C 1.123:
9668: * src/types/pa_vmail.C 1.34:
9669: * www/htdocs/index.html 1.177:
9670: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
9671: [now we fail to measure files with EXIF info]
9672:
9673: * src/main/pa_common.C 1.122:
9674: O_TRUNCATE killed, ftruncate used instead:
9675: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
9676:
9677: * src/main/pa_exec.C 1.44:
9678: * src/main/untaint.C 1.110:
9679: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
9680:
9681: 2002-11-20 paf
9682: * src/main/pa_exec.C 1.41:
9683: pa_exec: data written only if size>0
9684:
9685: * src/targets/cgi/parser3.C 1.205:
9686: logging @signal += query_string
9687:
9688: * src/include/pa_config_fixed.h 1.52:
9689: * src/main/pa_common.C 1.121:
9690: * src/main/pa_exec.C 1.40:
9691: * src/targets/cgi/parser3.C 1.200:
9692: ^file:exec/cgi [pa_exec] pipe read errors now checked
9693:
9694: * src/main/pa_exec.C 1.43:
9695: *** empty log message ***
9696:
9697: * operators.txt 1.95:
9698: * src/classes/file.C 1.103:
9699: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
9700:
9701: * src/include/pa_request.h 1.158:
9702: * src/main/execute.C 1.293:
9703: * src/main/pa_request.C 1.238:
9704: * src/targets/cgi/parser3.C 1.201:
9705: SIGUSR1 >> writes to error_log uri of currently processed document
9706: SIGPIPE >> interrupts request processing [exception = DB rollback]
9707:
9708: * src/targets/cgi/parser3.C 1.203:
9709: SIGNALS overriden @ main top
9710:
9711: * configure.in 1.48:
9712: * src/include/pa_config_auto.h.in 1.32:
9713: * src/include/pa_config_includes.h 1.21:
9714: * src/main/pa_exec.C 1.42:
9715: * src/targets/cgi/parser3.C 1.204:
9716: comment
9717:
9718: 2002-11-19 paf
9719: * src/targets/cgi/parser3.C 1.199:
9720: removed #ifdef WIN32 around check of CGI: Illegal call
9721:
9722: 2002-11-01 paf
9723: * src/main/execute.C 1.292:
9724: comment
9725:
9726: 2002-10-31 paf
9727: * src/types/pa_vobject.C 1.11:
9728: * src/types/pa_vstateless_object.h 1.27:
9729: object put replaces static parent if any
9730:
9731: * src/main/execute.C 1.291:
9732: found out why, checked that for now.
9733: todo: find out a way for that user could do that
9734:
9735: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
9736: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
9737: realized that one can't remember derivates in base class: there's so many of them.
9738: also there can be no virtual method calls in static classes
9739:
9740: * src/classes/op.C 1.124:
9741: * src/types/pa_value.h 1.107:
9742: * src/types/pa_vobject.h 1.36:
9743: * www/htdocs/base.p 1.4:
9744: * www/htdocs/derived.p 1.22:
9745: * www/htdocs/index.html 1.174:
9746: * www/htdocs/operators.p 1.11:
9747: * www/htdocs/some.p 1.2:
9748: ^process[$caller.self]{...}
9749: now compiles to last derived object part of that 'self'
9750:
9751: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
9752: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
9753: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
9754: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
9755: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
9756: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
9757: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
9758: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
9759: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
9760: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
9761: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
9762: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
9763: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
9764: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
9765: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
9766: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
9767: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
9768: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
9769: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
9770: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
9771: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
9772: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
9773: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
9774: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
9775: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
9776: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
9777: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
9778: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
9779: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
9780: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
9781: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
9782: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
9783: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
9784: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
9785: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
9786: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
9787: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
9788: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
9789: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
9790: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
9791: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
9792: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
9793: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
9794: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
9795: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
9796: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
9797: static call $self fixed
9798:
9799: * www/htdocs/base.p 1.6:
9800: * www/htdocs/derived.p 1.24:
9801: * www/htdocs/index.html 1.176:
9802: this example creates base object, which is wrong, todo: find
9803: out why
9804:
9805: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
9806: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
9807: killed $virtual_fields in dynamic, but one can reach derived
9808: static[class] variable from base
9809:
9810: * src/classes/form.C 1.33:
9811: * src/classes/mail.C 1.81:
9812: * src/classes/op.C 1.125:
9813: * src/classes/xnode.h 1.17:
9814: * src/main/compile.tab.C 1.76:
9815: * src/main/execute.C 1.290:
9816: * src/main/pa_request.C 1.237:
9817: * src/types/pa_value.h 1.108:
9818: * src/types/pa_vclass.C 1.15:
9819: * src/types/pa_vclass.h 1.38:
9820: * src/types/pa_vcode_frame.h 1.23:
9821: * src/types/pa_vcookie.C 1.52:
9822: * src/types/pa_vcookie.h 1.22:
9823: * src/types/pa_vdate.h 1.23:
9824: * src/types/pa_venv.h 1.27:
9825: * src/types/pa_vfile.h 1.50:
9826: * src/types/pa_vform.C 1.71:
9827: * src/types/pa_vform.h 1.44:
9828: * src/types/pa_vhash.h 1.41:
9829: * src/types/pa_vimage.h 1.32:
9830: * src/types/pa_vmail.C 1.33:
9831: * src/types/pa_vmail.h 1.7:
9832: * src/types/pa_vmath.h 1.13:
9833: * src/types/pa_vmethod_frame.h 1.44:
9834: * src/types/pa_vobject.C 1.10:
9835: * src/types/pa_vobject.h 1.37:
9836: * src/types/pa_vrequest.C 1.26:
9837: * src/types/pa_vrequest.h 1.24:
9838: * src/types/pa_vresponse.C 1.15:
9839: * src/types/pa_vresponse.h 1.30:
9840: * src/types/pa_vstateless_class.C 1.18:
9841: * src/types/pa_vstateless_class.h 1.41:
9842: * src/types/pa_vstateless_object.h 1.26:
9843: * src/types/pa_vstatus.C 1.14:
9844: * src/types/pa_vstatus.h 1.14:
9845: * src/types/pa_vstring.h 1.53:
9846: * src/types/pa_vtable.C 1.20:
9847: * src/types/pa_vtable.h 1.47:
9848: * src/types/pa_vvoid.h 1.15:
9849: * src/types/pa_vxdoc.C 1.22:
9850: * src/types/pa_vxdoc.h 1.30:
9851: * src/types/pa_vxnode.C 1.29:
9852: * src/types/pa_vxnode.h 1.21:
9853: * src/types/pa_wwrapper.h 1.27:
9854: * www/htdocs/base.p 1.5:
9855: * www/htdocs/derived.p 1.23:
9856: * www/htdocs/index.html 1.175:
9857: static fix merged
9858:
9859: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
9860: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
9861: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
9862: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
9863: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
9864: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
9865: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
9866: fixed statics, left $virtual_fields in dynamic
9867:
9868: * src/main/execute.C 1.288:
9869: comment
9870:
9871: 2002-10-30 paf
9872: * www/htdocs/derived.p 1.21:
9873: * www/htdocs/some.p 1.1:
9874: include method overriding tested OK
9875:
9876: 2002-10-29 paf
9877: * src/targets/isapi/parser3isapi.C 1.80:
9878: comment on 404 bad status re-passing [iis to blame]
9879:
9880: * src/classes/string.C 1.122:
9881: changed string.save to pass current sql connection to cstr
9882: thus one can
9883: ^connect[some server]{
9884: $s[insert into table x (x) values (^taint[sql]{value})]
9885: ^s.save[some.sql]
9886: }
9887: and he'd get in some.sql file code with properly escaped.
9888: [tried in mssql->mysql export->import of binary data]
9889:
9890: 2002-10-28 paf
9891: * www/htdocs/index.html 1.172:
9892: * www/htdocs/index.html 1.173:
9893: bad email handling test
9894:
9895: 2002-10-25 paf
9896: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
9897: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
9898: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
9899: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
9900: saving for maybe-future
9901:
9902: * src/types/pa_vresponse.C 1.14:
9903: case insensitive response user fields get/put
9904:
9905: 2002-10-23 paf
9906: * src/types/pa_vmail.C 1.32:
9907: * www/htdocs/index.html 1.171:
9908: email whitespace trimBoth-ed
9909:
9910: * operators.txt 1.94:
9911: * src/classes/table.C 1.166:
9912: ^table.hash{code}...
9913: ^table.hash(expr)...
9914:
9915: 2002-10-22 paf
9916: * src/types/pa_vform.C 1.70:
9917: * src/types/pa_vform.h 1.43:
9918: removed needless VForm::Append...(...Value)
9919:
9920: * src/main/execute.C 1.287:
9921: $.name outside of $name[...]
9922: checked
9923:
9924: * src/main/compile.tab.C 1.75:
9925: * src/main/compile.y 1.203:
9926: lexer changed to fix ^call[]^#HH bug [that situation yelded no
9927: EON, which whas wrong]
9928:
9929: 2002-10-21 paf
9930: * operators.txt 1.91:
9931: * src/types/pa_vform.C 1.67:
9932: $form:image-map
9933:
9934: * operators.txt 1.92:
9935: * src/types/pa_vform.C 1.68:
9936: $form:nameless = "?value&...", "...&value&...", "...&value"
9937:
9938: * operators.txt 1.93:
9939: * src/types/pa_vform.C 1.69:
9940: * src/types/pa_vform.h 1.42:
9941: $form:qtail
9942: $form:imap.x/y
9943:
9944: * operators.txt 1.90:
9945: * src/classes/file.C 1.102:
9946: * www/htdocs/index.html 1.170:
9947: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
9948:
9949: 2002-10-17 paf
9950: * src/classes/op.C 1.123:
9951: exception handling fixed [were bad with contexts]
9952:
9953: * src/main/compile.tab.C 1.74:
9954: * src/main/compile.y 1.202:
9955: operators precedence changed a little:
9956: logical not and bitwise negation precedence made highest,
9957: << and >> bitshits precedence made equal [were << higher than >>]
9958:
1.17 paf 9959: 2002-10-16 paf
9960: * src/classes/op.C 1.122:
9961: * src/include/pa_request.h 1.157:
9962: * src/main/execute.C 1.285:
9963: * src/main/execute.C 1.286:
9964: * src/main/pa_request.C 1.236:
9965: * www/htdocs/derived.p 1.20:
9966: * www/htdocs/index.html 1.167:
9967: * www/htdocs/index.html 1.168:
9968: Request::self considered equal to VMethodFrame::self, and removed,
9969: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 9970:
9971: * www/htdocs/index.html 1.169:
9972: bad compile to system class test
1.17 paf 9973:
9974: * src/classes/op.C 1.121:
9975: * src/main/pa_request.C 1.235:
9976: VMainClass now has name = $hash in open field now gives old
9977: good error meesage
9978:
1.15 paf 9979: 2002-10-15 paf
1.17 paf 9980: * www/htdocs/derived.p 1.17:
9981: * www/htdocs/index.html 1.162:
9982: test of ^process from operator called from user class
9983:
9984: * src/types/pa_vjunction.h 1.18:
9985: * www/htdocs/index.html 1.166:
9986: ^if(def $junction){was true}{now false}
9987: use
9988: ^if($junction is junction){was and now true}
9989:
9990: * src/types/pa_vjunction.C 1.2:
9991: ident
9992:
9993: * src/classes/op.C 1.119:
9994: * src/main/compile.tab.C 1.72:
9995: * src/main/compile.y 1.200:
9996: * src/types/pa_vmethod_frame.h 1.42:
9997: process[self] objects also considered [were only classes]
9998:
1.15 paf 9999: * src/main/execute.C 1.283:
10000: * src/targets/cgi/parser3.C 1.198:
10001: * src/types/pa_vstateless_class.C 1.17:
10002: * src/types/pa_vstateless_class.h 1.40:
10003: * www/htdocs/operators.p 1.9:
10004: compiling to system classes disabled
10005:
1.17 paf 10006: * operators.txt 1.88:
10007: * src/classes/op.C 1.116:
10008: * www/htdocs/operators.p 1.8:
10009: ^process[$caller.CLASS]{code-string} added
10010:
10011: * src/types/Makefile.in 1.46:
10012: *** empty log message ***
1.15 paf 10013:
1.17 paf 10014: * src/classes/op.C 1.120:
10015: * src/include/pa_opcode.h 1.23:
10016: * src/include/pa_request.h 1.156:
10017: * src/main/compile.tab.C 1.73:
10018: * src/main/compile.y 1.201:
10019: * src/main/execute.C 1.284:
10020: * src/types/pa_vmethod_frame.h 1.43:
10021: * www/htdocs/derived.p 1.19:
10022: removed last pieces of old code allowing $junction.xxx at
10023: compile time
1.15 paf 10024:
10025: * operators.txt 1.87:
10026: * src/classes/op.C 1.115:
10027: * src/main/compile.tab.C 1.71:
10028: * src/main/compile.y 1.199:
10029: * src/main/execute.C 1.282:
10030: * src/main/pa_request.C 1.234:
10031: * src/types/Makefile.am 1.28:
10032: * src/types/pa_vjunction.C 1.3:
10033: * src/types/pa_vjunction.h 1.17:
10034: * src/types/pa_vmethod_frame.h 1.40:
10035: * src/types/types.dsp 1.35:
10036: * www/htdocs/operators.p 1.7:
10037: removed $junction.get $junction.set[]
10038: introducing $caller
10039:
10040: * src/classes/op.C 1.118:
10041: * src/include/pa_request.h 1.155:
10042: * src/types/pa_vmethod_frame.h 1.41:
10043: * www/htdocs/derived.p 1.18:
10044: * www/htdocs/index.html 1.164:
10045: ^process[CLASS]{body} now executed with CLASS self.
10046: [ (request&method_frame).self temporarily changed ]
10047:
1.17 paf 10048: * src/classes/xdoc.C 1.104:
10049: * src/classes/xnode.C 1.53:
10050: * src/include/pa_charset.h 1.19:
10051: * src/include/pa_pool.h 1.85:
10052: * src/main/pa_charset.C 1.31:
10053: * src/main/pa_pool.C 1.57:
10054: * src/types/pa_vxnode.C 1.28:
10055: * www/htdocs/index.html 1.165:
10056: xml->parser strings now have origin, which points to place
10057: where value left xml library and came to parser: place of dom
10058: field extraction/call
1.16 paf 10059:
1.24 paf 10060: * src/types/pa_value.h 1.106:
10061: removed outdated comments. doxygen would find them lower by
10062: inheritance tree
10063:
1.15 paf 10064: * src/classes/hash.C 1.51:
10065: * src/classes/op.C 1.117:
10066: * www/htdocs/index.html 1.163:
10067: * www/htdocs/operators.p 1.10:
10068: method_frame now always changed, with no exception to native calls.
10069: for&foreach changed to use method_frame.caller for their var's name context
10070:
10071: 2002-10-14 paf
10072: * src/classes/form.C 1.32:
10073: * src/classes/mail.C 1.80:
10074: * src/classes/op.C 1.113:
10075: * src/include/pa_request.h 1.154:
10076: * src/main/compile.C 1.67:
10077: * src/main/compile.tab.C 1.70:
10078: * src/main/compile.y 1.198:
10079: * src/main/execute.C 1.281:
10080: * src/main/pa_request.C 1.233:
10081: * src/types/pa_vstateless_class.h 1.39:
10082: * www/htdocs/index.html 1.161:
10083: operators now main-class-methods
10084:
10085: * src/include/pa_request.h 1.152:
10086: * src/main/execute.C 1.280:
10087: * src/main/pa_request.C 1.232:
10088: operators @auto now executed in MAIN context
10089:
10090: * src/types/pa_vclass.C 1.14:
10091: * src/types/pa_vobject.h 1.35:
10092: * src/types/pa_vstateless_class.C 1.16:
10093: * src/types/pa_vstateless_class.h 1.38:
10094: * www/htdocs/index.html 1.158:
10095: * www/htdocs/operators.p 1.5:
10096: $form:CLASS resurrected [wes killed in action]
10097:
10098: * configure 1.49:
10099: * configure.in 1.47:
10100: * operators.txt 1.86:
10101: * src/include/pa_config_auto.h.in 1.31:
10102: * src/types/pa_vstatus.C 1.13:
10103: * www/htdocs/index.html 1.157:
10104: $status:rusage.tv_secs/usecs introduced
10105:
10106: * src/types/pa_vxnode.C 1.27:
10107: misreplace fixed
10108:
10109: * src/classes/op.C 1.112:
10110: * src/include/pa_request.h 1.153:
10111: * www/htdocs/index.html 1.160:
10112: * www/htdocs/operators.p 1.6:
10113: ^try{^call{}} now has better stack trace [has "call" & co there]
10114:
10115: * src/main/execute.C 1.279:
10116: operator execution context now = MAIN, not closest stack frame
10117:
10118: @touchit[]
10119: $i[after]
10120:
10121: ----t.html
10122: $i[before] << local
10123: ^touchit[]
10124: $i << now 'before', were 'after'
10125:
10126: ---t.html
10127: $i[before] << notlocal [main]
10128: ^touchit[]
10129: $i << now 'after'
10130:
10131: * src/main/execute.C 1.278:
10132: comment
10133:
10134: * src/classes/op.C 1.114:
10135: process compiles to code's class class
10136:
10137: 2002-10-09 paf
10138: * src/classes/double.C 1.52:
10139: * src/classes/int.C 1.48:
10140: * src/classes/string.C 1.121:
10141: * www/htdocs/derived.p 1.16:
10142: * www/htdocs/index.html 1.156:
10143: ^string.int[] now failes on empty string [or uses (default)]
10144:
10145: 2002-10-08 paf
10146: * src/lib/patches/Makefile.am 1.2:
10147: * src/lib/patches/Makefile.in 1.5:
10148: forgot libgdome_morestatic.patch
10149:
10150: * src/types/pa_vxnode.C 1.26:
10151: misreplace
10152:
10153: * src/main/untaint.C 1.109:
10154: mail header quoted printable changed after RFC reread
10155:
10156: * operators.txt 1.85:
10157: plan on ^if(method
10158:
10159: 2002-09-24 paf
10160: * src/targets/cgi/Makefile.am 1.45:
10161: * src/targets/cgi/Makefile.in 1.58:
10162: LIBS were bad name in .am
10163:
10164: * acconfig.h 1.5:
10165: * configure 1.47:
10166: * configure.in 1.46:
10167: * src/include/pa_config_auto.h.in 1.30:
10168: * src/include/pa_config_fixed.h 1.51:
10169: * src/targets/cgi/Makefile.am 1.44:
10170: * src/targets/cgi/Makefile.in 1.57:
10171: * src/types/pa_vmail.C 1.30:
10172: * src/types/pa_vmail.C 1.31:
10173: HAVE_TIMEZONE & co now checked and mailreceive would compile on
10174: freebsd now
10175:
10176: * src/classes/file.C 1.101:
10177: * src/main/untaint.C 1.108:
10178: * www/htdocs/index.html 1.155:
10179: 1.
10180: file spec language changed:
10181: now there are only few chars are untainted:
10182: * ? ' " < > |
10183: and, on unix, : \ ~
10184: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
10185:
10186: 2.
10187: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
10188:
10189: @russianindex[]
10190: #dir with files with russian-lang names
10191: $where[dir]
10192:
10193: $dir[^file:list[$where;\.txt^$]]
10194: ^dir.menu{
10195: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
10196: }
10197:
10198: 2002-09-23 paf
10199: * src/classes/date.C 1.38:
10200: * src/classes/date.C 1.39:
10201: date bug fix, now round(floatDays*secondsPerDay)
10202:
10203: * src/targets/cgi/Makefile.in 1.56:
10204: *** empty log message ***
10205:
10206: * src/types/pa_vdouble.h 1.41:
10207: double->int round added
10208:
10209: 2002-09-20 paf
10210: * src/types/pa_vhash.h 1.40:
10211: * www/htdocs/operators.p 1.4:
10212: hash.foreach modification of existing keys allowed
10213:
10214: * src/main/compile.tab.C 1.69:
10215: * src/main/compile.y 1.197:
10216: * www/htdocs/index.html 1.153:
10217: changed grammer on junction expanding to include ^junction.method
10218:
10219: * src/classes/xdoc.C 1.102:
10220: empty transform result, being taken as file now returns empty
10221: file, not raises stupid error about "stat-ed file"
10222:
10223: * src/main/execute.C 1.276:
10224: * www/htdocs/index.html 1.154:
10225: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
10226:
10227: this now error:
10228: @badjunctioncall[]
10229: ^badjunctioncallinside{code}
10230:
10231: @badjunctioncallinside[code]
10232: ^code[]
10233:
10234: * src/targets/apache13/Makefile.am 1.15:
10235: * src/targets/apache13/Makefile.in 1.40:
10236: * src/targets/cgi/Makefile.am 1.43:
10237: * src/targets/cgi/Makefile.in 1.55:
10238: binaries now depend on makefiles, thus taking linking options
10239: configure changes into account [were: ignoring]
10240:
10241: * src/classes/xdoc.C 1.103:
10242: * www/htdocs/index.html 1.152:
10243: xdoc::create[name] now sets $request:charset as internal xdoc
10244: encoding, and after decoding attributes set by dom functions
10245: now encoded OK, not as digital entities
10246:
10247: * src/types/Makefile.in 1.45:
10248: *** empty log message ***
10249:
10250: * src/include/pa_opcode.h 1.22:
10251: * src/include/pa_request.h 1.150:
10252: * src/main/compile.tab.C 1.68:
10253: * src/main/compile.y 1.196:
10254: * src/main/execute.C 1.275:
10255: * src/main/main.dsp 1.159:
10256: * src/targets/cgi/parser3.dsp 1.60:
10257: * src/types/Makefile.am 1.27:
10258: * src/types/pa_vjunction.C 1.1:
10259: * src/types/pa_vjunction.h 1.16:
10260: * src/types/types.dsp 1.34:
10261: * www/htdocs/.htaccess 1.8:
10262: * www/htdocs/index.html 1.151:
10263: introducing $junction.get/put(1)
10264: one can write iterators now:
10265:
10266: ^user-foreach[key;value]{$key=$value<br>}
10267:
10268: @user-foreach[key;value;code]
10269: ^for[i](1;10){
10270: $code.key($i)
10271: $code.value($i*2)
10272: $code
10273: }
10274:
10275: * src/main/pa_common.C 1.120:
10276: -d "DIR/" now true
10277:
10278: * src/main/compile_tools.h 1.66:
10279: mistype
10280:
10281: 2002-09-19 paf
10282: * Makefile.am 1.8:
10283: * Makefile.in 1.21:
10284: * aclocal.m4 1.5:
10285: *** empty log message ***
10286:
10287: * aclocal.m4 1.3:
10288: forced to be older
10289:
10290: * Makefile.am 1.12:
10291: * Makefile.in 1.25:
10292: new: make commit
10293:
10294: 2002-09-18 paf
10295: * parser3.dsw 1.4:
10296: * src/include/pa_opcode.h 1.21:
10297: * src/main/compile.tab.C 1.67:
10298: * src/main/compile.y 1.195:
10299: * src/main/execute.C 1.274:
10300: * www/htdocs/index.html 1.150:
10301: << >> int shifts
10302:
10303: * src/classes/file.C 1.100:
10304: * www/htdocs/index.html 1.149:
10305: * www/htdocs/mailreceive.eml 1.3:
10306: ^file::exec/cgi $.stdin[can be file now]
10307: so that one can pass binary data there
10308:
10309: * src/include/pa_common.h 1.82:
10310: * src/include/pa_request.h 1.149:
10311: * src/main/pa_common.C 1.119:
10312: * src/main/pa_request.C 1.230:
10313: auto.p exists but unreadable - now this - fatal error
10314:
10315: * src/classes/date.C 1.37:
10316: * src/classes/double.C 1.51:
10317: * src/classes/file.C 1.99:
10318: * src/classes/hash.C 1.50:
10319: * src/classes/image.C 1.76:
10320: * src/classes/int.C 1.47:
10321: * src/classes/mail.C 1.79:
10322: * src/classes/op.C 1.111:
10323: * src/classes/response.C 1.22:
10324: * src/classes/string.C 1.120:
10325: * src/classes/table.C 1.165:
10326: * src/classes/void.C 1.25:
10327: * src/classes/xdoc.C 1.101:
10328: * src/classes/xnode.C 1.52:
10329: * src/include/pa_request.h 1.148:
10330: * www/htdocs/index.html 1.148:
10331: pa_request contexts made privated, plus get_{self/method_frame} to read.
10332: Request_context_saver used in ^try to save flang too.
10333: [were not saved]
10334:
10335: * src/types/pa_vresponse.C 1.13:
10336: header value chains joined before output, this should help
10337: $.subject[$var $var]
10338: from being converted to
10339: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
10340:
10341: 2002-09-17 paf
10342: * src/classes/op.C 1.109:
10343: * www/htdocs/index.html 1.147:
10344: * www/htdocs/operators.p 1.2:
10345: made place for ^process to compile it's code to in case of no self
10346:
10347: * src/classes/op.C 1.110:
10348: * src/main/execute.C 1.272:
10349: * src/main/pa_request.C 1.229:
10350: * src/types/pa_value.C 1.8:
10351: * src/types/pa_value.h 1.104:
10352: * src/types/pa_vmethod_frame.h 1.38:
10353: * src/types/pa_vstateless_class.h 1.37:
10354: * www/htdocs/operators.p 1.3:
10355: operators now executed with MAIN self.
10356: it's for ^include sake, too strong a change
10357:
10358: * src/classes/hash.C 1.47:
10359: foreach delims bug fixed [were ,2,3]
10360:
10361: * src/classes/hash.C 1.48:
10362: * src/classes/table.C 1.162:
10363: * src/include/pa_sql_connection.h 1.29:
10364: * www/htdocs/index.html 1.141:
10365: table.sql hash::sql duplicate keys now errors
10366:
10367: * src/main/execute.C 1.273:
10368: * src/types/pa_value.h 1.105:
10369: * src/types/pa_vmethod_frame.h 1.39:
10370: removed changes, operators executed with calling self.
10371: lots of code with ^include code relies on defined/defining self variables
10372:
10373: $a[1]
10374: ^include[print_a.p]
10375: print_a.p: $a
10376:
10377: ^include[set_a.p]
10378: a=$a
10379: set_a.p:
10380: $a[1]
10381:
10382: * operators.txt 1.83:
10383: * operators.txt 1.84:
10384: * src/classes/hash.C 1.49:
10385: * src/classes/table.C 1.163:
10386: * src/include/pa_globals.h 1.95:
10387: * src/main/pa_globals.C 1.139:
10388: * www/htdocs/index.html 1.142:
10389: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
10390: first record taken [were last]
10391:
10392: * src/main/execute.C 1.270:
10393: * src/main/execute.C 1.271:
10394: * src/types/pa_value.C 1.7:
10395: * src/types/pa_value.h 1.103:
10396: * src/types/pa_vstateless_class.h 1.36:
10397: * www/htdocs/index.html 1.146:
10398: found ancient param to Junction, removed.
10399: allowed passing self to native_code_operators [for ^process to work, she needs self]
10400:
10401: * Makefile.in 1.20:
10402: * bin/Makefile.in 1.5:
10403: * bin/auto.p.dist.in 1.8:
10404: * configure 1.40:
10405: * configure 1.41:
10406: * configure.in 1.40:
10407: * configure.in 1.41:
10408: * etc/Makefile.in 1.10:
10409: * etc/parser3.charsets/Makefile.in 1.13:
10410: * src/Makefile.in 1.51:
10411: * src/classes/Makefile.in 1.49:
10412: * src/include/Makefile.in 1.7:
10413: * src/lib/Makefile.in 1.4:
10414: * src/lib/md5/Makefile.in 1.2:
10415: * src/lib/patches/Makefile.in 1.4:
10416: * src/lib/pcre/Makefile.in 1.4:
10417: * src/main/Makefile.in 1.45:
10418: * src/sql/Makefile.in 1.7:
10419: * src/targets/Makefile.in 1.38:
10420: * src/targets/apache13/Makefile.in 1.39:
10421: * src/targets/cgi/Makefile.in 1.54:
10422: * src/targets/isapi/Makefile.in 1.7:
10423: * src/types/Makefile.in 1.44:
10424: so now detected [can be .sl on hpux, .dll on cygwin, .so in
10425: other cases)
10426:
10427: * bin/auto.p.dist.in 1.9:
10428: strange \n
10429:
10430: * src/classes/table.C 1.164:
10431: * src/classes/xdoc.C 1.100:
10432: * www/htdocs/index.html 1.144:
10433: table::sql options
10434: table::create copy options
10435: options checked, wrong option now fatal error
10436:
10437: * src/main/pa_string.C 1.170:
10438: * www/htdocs/index.html 1.143:
10439: string.replace fixed [were missing words on pieces boundaries]
10440:
10441: * src/main/execute.C 1.269:
10442: * src/main/pa_request.C 1.228:
10443: * src/types/pa_value.C 1.6:
10444: * src/types/pa_value.h 1.102:
10445: * src/types/pa_vmethod_frame.h 1.37:
10446: * src/types/pa_vstateless_class.h 1.35:
10447: * www/htdocs/index.html 1.145:
10448: * www/htdocs/operators.p 1.1:
10449: allowed Request.self to be 0, checked that in VMethodFrame get
10450: put and $self.
10451:
10452: * src/classes/op.C 1.108:
10453: * src/classes/table.C 1.161:
10454: * www/htdocs/index.html 1.140:
10455: menu/for delims bug fixed [were ,2,3]
10456:
10457: 2002-09-16 paf
10458: * src/classes/file.C 1.98:
10459: * www/htdocs/index.html 1.139:
10460: 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.
10461: now detected closest header break.
10462:
10463: * src/main/untaint.C 1.107:
10464: * src/types/pa_vmail.C 1.29:
10465: mail:send closing ?= now closed right
10466:
10467: 2002-09-13 paf
10468: * operators.txt 1.81:
10469: * src/main/compile.tab.C 1.65:
10470: * src/main/compile.y 1.193:
10471: * www/htdocs/index.html 1.137:
10472: !| bitwise
10473: !|| numerical
10474: xor now
10475: [preparing for expression #comments]
10476:
10477: * src/main/compile.tab.C 1.63:
10478: * src/main/compile.y 1.191:
10479: * src/types/pa_vresponse.C 1.12:
10480: * www/htdocs/index.html 1.135:
10481: cookie date now clean [were mistakenly tainted & that worked
10482: bad with opera -- 'happily' that worked OK with msie]
10483:
10484: * src/main/compile.tab.C 1.64:
10485: * src/main/compile.y 1.192:
10486: * www/htdocs/index.html 1.136:
10487: @method[$name]
10488: now parse error
10489:
10490: * operators.txt 1.82:
10491: * src/main/compile.tab.C 1.66:
10492: * src/main/compile.y 1.194:
10493: * src/main/compile_tools.h 1.65:
10494: * www/htdocs/index.html 1.138:
10495: (expression #comment)
10496:
10497: (multiline expression #comment
10498: line2 #comment
10499: )
10500:
10501: (expression #comment with (brackets) comment) << OK
10502:
10503: * Makefile.in 1.19:
10504: * configure 1.39:
10505: * configure.in 1.39:
10506: * src/include/pa_config_auto.h.in 1.29:
10507: HAVE_WINSOCK_H created in configure.in
10508:
10509: * src/include/pa_config_fixed.h 1.50:
10510: * src/main/pa_socks.C 1.17:
10511: HAVE_WINSOCK_H cheched in pa_socks.C
10512:
10513: 2002-09-12 paf
10514: * src/main/untaint.C 1.105:
10515: * www/htdocs/index.html 1.134:
10516: quoted printable ' ' now =20
10517: and encoding stops before <...>$
10518:
10519: * src/types/pa_vclass.C 1.13:
10520: * src/types/pa_vmail.C 1.28:
10521: * src/types/pa_vobject.C 1.8:
10522: VObject & VClass
10523: get_element
10524: now first looks to fields, next to methods & co
10525: todo: the rest
10526: reason: more speed
10527:
10528: * src/main/untaint.C 1.106:
10529: quoted printable encoding stops before \s*<...>$
10530:
10531: 2002-09-11 paf
10532: * src/main/pa_charset.C 1.30:
10533: * src/targets/cgi/parser3.dsp 1.59:
10534: * www/htdocs/index.html 1.133:
10535: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
10536: forgot to check users of those funcs. not all were using that return value convention
10537:
10538: * etc/parser3.charsets/windows-1254.cfg 1.1:
10539: * src/lib/pcre/ibm-1254.ucm 1.1:
10540: windows-1254 added
10541:
10542: 2002-09-10 paf
10543: * src/classes/op.C 1.106:
10544: * src/main/execute.C 1.265:
10545: * src/types/pa_value.C 1.5:
10546: * src/types/pa_value.h 1.100:
10547: * src/types/pa_vcode_frame.h 1.22:
10548: * src/types/pa_vmethod_frame.h 1.36:
10549: * src/types/pa_wcontext.C 1.23:
10550: * src/types/pa_wcontext.h 1.39:
10551: * src/types/pa_wwrapper.h 1.25:
10552: moved junction kill responsibility to wcontext
10553:
10554: * src/main/execute.C 1.267:
10555: * src/types/pa_value.h 1.101:
10556: * src/types/pa_wwrapper.h 1.26:
10557: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
10558: now has parent, wich helps code in hash to survivi
10559:
10560: * src/include/pa_request.h 1.147:
10561: * src/main/execute.C 1.266:
10562: removed redundant param to execute [stack said 'thanks']
10563:
10564: * src/classes/file.C 1.97:
10565: decided not to log exec's with stderr, that could be warnings,
10566: and it's up to scritper to log/show them
10567:
10568: * src/main/pa_charset.C 1.29:
10569: * src/types/pa_vmail.C 1.27:
10570: * www/htdocs/index.html 1.131:
10571: 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]
10572: tfm readed & code updated
10573:
10574: * src/classes/op.C 1.107:
10575: * src/main/execute.C 1.268:
10576: * src/types/pa_wcontext.h 1.40:
10577: * src/types/pa_wcontext.h 1.41:
10578: VCodeFrame parent param were specified badly
10579:
10580: * src/classes/double.C 1.50:
10581: * src/main/execute.C 1.264:
10582: * www/htdocs/index.html 1.132:
10583: double:sql badly called write_assign_lang, not write_no_lang,
10584: thus doing unnecessary double/string converstion, which were loosing time&precesion
10585:
10586: 2002-09-04 paf
10587: * src/types/pa_vxnode.C 1.25:
10588: * www/htdocs/index.html 1.129:
10589: removed too strong checks of xnode.elements.
10590: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
10591:
10592: * configure 1.37:
10593: * configure.in 1.38:
10594: introducing --with-sjlj-exceptions
10595: [hpux can not work with longjump/throw pair, and one must switch that on there.
10596: todo: detect that automatically]
10597:
10598: * configure 1.38:
10599: makes with sjlj
10600:
10601: * src/include/pa_config_auto.h.in 1.28:
10602: sjlj define
10603:
10604: * INSTALL 1.26:
10605: * src/include/pa_config_fixed.h 1.49:
10606: * src/include/pa_sql_connection.h 1.28:
10607: * src/main/pa_sql_driver_manager.C 1.65:
10608: * www/htdocs/index.html 1.130:
10609: -with-sjlj-exceptions define checked.
10610: on win32 it made default
10611:
10612: 2002-09-02 paf
10613: * Makefile.am 1.7:
10614: * Makefile.in 1.18:
10615: * src/types/pa_vdate.h 1.20:
10616: happy now only install-exec
10617:
10618: * src/types/pa_vdate.h 1.21:
10619: removed debug
10620:
10621: * operators.txt 1.80:
10622: * src/main/execute.C 1.263:
10623: * src/targets/cgi/parser3.dsp 1.58:
10624: * www/htdocs/index.html 1.128:
10625: removed double_result, didn't help
10626:
10627: * src/types/pa_vdate.h 1.22:
10628: *** empty log message ***
10629:
10630: * src/main/execute.C 1.258:
10631: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
10632: this works fine on solaris/intel for still unknown reason.
10633:
10634: * src/main/execute.C 1.261:
10635: double_result made to move that var away from hungry g++ optimizer (-O2),
10636: before: it were optimized and comparison operators worked badly
10637:
10638: 2002-08-29 paf
10639: * parser3.dsw 1.3:
10640: * src/classes/classes.dsp 1.25:
10641: * src/classes/hash.C 1.46:
10642: * src/classes/op.C 1.105:
10643: * src/classes/string.C 1.119:
10644: * src/include/pa_request.h 1.146:
10645: * src/lib/md5/md5.dsp 1.2:
10646: * src/main/execute.C 1.257:
10647: * src/main/main.dsp 1.158:
10648: * src/main/pa_request.C 1.227:
10649: * src/targets/cgi/parser3.dsp 1.57:
10650: * src/types/pa_value.C 1.4:
10651: * src/types/pa_value.h 1.99:
10652: * src/types/pa_vmail.C 1.26:
10653: * src/types/pa_vmethod_frame.h 1.35:
10654: * src/types/pa_wcontext.h 1.38:
10655: * src/types/types.dsp 1.33:
10656: * www/htdocs/index.html 1.127:
10657: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
10658: request.root renamed to method_frame [more easyreading]
10659: ancient {...PUSH/POPs...} changed to stack vars [speed up]
10660:
10661: 2002-08-28 paf
10662: * operators.txt 1.79:
10663: * src/classes/string.C 1.118:
10664: * www/htdocs/derived.p 1.15:
10665: * www/htdocs/index.html 1.124:
10666: ^string.split[delim[;options]]
10667:
10668: * src/types/pa_vcookie.C 1.50:
10669: * www/htdocs/index.html 1.125:
10670: fixed cookie delete when
10671: $cookie:name[$.value[]]
10672:
10673: * src/types/pa_vcookie.C 1.51:
10674: * www/htdocs/index.html 1.126:
10675: $cookie:name[&]
10676: $cookie:name << now tainted
10677:
10678: 2002-08-27 paf
10679: * etc/parser3.charsets/Makefile.am 1.4:
10680: * etc/parser3.charsets/Makefile.in 1.12:
10681: merged from 3.0.0005
10682:
10683: * INSTALL 1.25:
10684: recommended latest gmime 1.0.5
10685:
10686: * operators.txt 1.78:
10687: * src/main/compile.tab.C 1.62:
10688: * src/main/compile.y 1.190:
10689: * www/htdocs/index.html 1.123:
10690: * www/htdocs/mailreceive.eml 1.2:
10691: # now delimiter
10692:
10693: 2002-08-26 paf
10694: * configure 1.36:
10695: * configure.in 1.37:
10696: * src/targets/apache13/Makefile.am 1.14:
10697: * src/targets/apache13/Makefile.in 1.38:
10698: apache13/hook added to make dist.
10699:
10700: 2002-08-23 paf
10701: * src/include/pa_common.h 1.81:
10702: * src/main/pa_common.C 1.118:
10703: * src/targets/cgi/parser3.C 1.197:
10704: * src/targets/isapi/parser3isapi.C 1.79:
10705: * www/htdocs/index.html 1.122:
10706: when auto.p beside binary [cgi, isapi] not accessible [due to
10707: bad rights or whatever] it's error now
10708:
10709: 2002-08-21 paf
10710: * src/main/pa_string.C 1.169:
10711: * www/htdocs/index.html 1.121:
10712: fixed bad language bug, [were wrong string cloning constructor]
10713:
10714: * src/main/compile.tab.C 1.61:
10715: * src/main/compile.y 1.189:
10716: * src/main/compile_tools.C 1.53:
10717: * src/main/compile_tools.h 1.64:
10718: * www/htdocs/derived.p 1.13:
10719: * www/htdocs/derived.p 1.14:
10720: "BASE:"
10721: "BASE::"
10722: syntax allowed, means "base class".
10723: compiled as if here they named base class
10724:
10725: * bin/auto.p.dist.in 1.7:
10726: * src/targets/cgi/parser3.C 1.196:
10727: * src/types/pa_vfile.C 1.34:
10728: * src/types/pa_vmail.C 1.23:
10729: * www/htdocs/mailreceive.eml 1.1:
10730: * www/htdocs/mailreceive.html 1.1:
10731: $mail.received.file.value.content-type fixed
10732:
10733: * Makefile.am 1.6:
10734: * Makefile.in 1.17:
10735: can use:
10736: make happy
10737: equals to
10738: make update install
10739:
10740: * src/main/execute.C 1.256:
10741: * src/types/pa_vobject.h 1.34:
10742: * www/htdocs/base.p 1.3:
10743: * www/htdocs/derived.p 1.12:
10744: * www/htdocs/index.html 1.120:
10745: fixed virtual calls
10746:
10747: 2002-08-20 paf
10748: * operators.txt 1.76:
10749: * src/classes/void.C 1.23:
10750: * www/htdocs/index.html 1.117:
10751: ^void.length[] = 0 merged from 3.0.0005
10752:
10753: * operators.txt 1.77:
10754: * src/classes/void.C 1.24:
10755: * www/htdocs/index.html 1.118:
10756: ^void.pos[...] = -1 merged from 3.0.0005
10757:
10758: * operators.txt [release_3_0_0005] 1.59.2.3:
10759: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
10760: ^void.length[] = 0
10761:
10762: * operators.txt [release_3_0_0005] 1.59.2.4:
10763: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
10764: ^void.pos[...] = -1
10765:
10766: * src/classes/file.C 1.96:
10767: * www/htdocs/index.html 1.119:
10768: fixed language of file:file result
10769:
10770: 2002-08-19 paf
10771: * src/classes/xnode.C 1.49:
10772: * src/classes/xnode.C 1.50:
10773: * src/classes/xnode.C 1.51:
10774: * src/types/pa_vxdoc.C 1.21:
10775: xdoc.fields fixed [were error in xnode, which were not catched
10776: in xdoc]
10777:
10778: * src/classes/xdoc.C 1.99:
10779: xdoc getElementsByTagName, ...NS
10780: overriden, work now
10781:
10782: * src/include/pa_stylesheet_connection.h 1.31:
10783: * src/main/pa_globals.C 1.138:
10784: prepared:
10785: // validate each document after load/create (?)
10786: //xmlDoValidityCheckingDefaultValue = 1;
10787:
10788: 2002-08-15 paf
10789: * src/types/pa_vrequest.C 1.25:
10790: * www/htdocs/index.html 1.113:
10791: $request:body unprecessed POST request
10792:
10793: * operators.txt 1.71:
10794: * src/classes/form.C 1.31:
10795: * src/include/pa_pool.h 1.84:
10796: * src/include/pa_request.h 1.145:
10797: * src/main/pa_pool.C 1.56:
10798: * src/types/pa_vform.C 1.66:
10799: * src/types/pa_vform.h 1.41:
10800: * www/htdocs/.htaccess 1.7:
10801: planning/preparing_to $request:body
10802: r.post_data now const
10803:
10804: * src/classes/image.C 1.75:
10805: * src/classes/op.C 1.104:
10806: * src/classes/xdoc.C 1.98:
10807: * src/classes/xnode.C 1.48:
10808: * src/main/execute.C 1.255:
10809: * src/types/pa_value.h 1.97:
10810: * src/types/pa_vhash.h 1.39:
10811: * src/types/pa_vobject.C 1.7:
10812: * src/types/pa_vobject.h 1.33:
10813: * src/types/pa_vtable.h 1.46:
10814: * www/htdocs/index.html 1.111:
10815: instead of type() checking everywhere used Value.as
10816: now user descendants can be used in params.
10817:
10818: VObject::as_*, is_defined now taken from bases.
10819: xtable(table)
10820: ^if($xtable) now OK
10821:
10822: * operators.txt 1.73:
10823: * src/include/pa_common.h 1.80:
10824: * src/main/pa_common.C 1.117:
10825: * src/types/pa_vcookie.C 1.49:
10826: * src/types/pa_vdate.h 1.19:
10827: * src/types/pa_vresponse.C 1.11:
10828: * src/types/pa_vresponse.h 1.29:
10829: * www/htdocs/index.html 1.115:
10830: $response:field[date]
10831: $response:field[$.xxx[date]]
10832:
10833: * src/types/pa_value.h 1.98:
10834: * src/types/pa_vdate.h 1.18:
10835: * src/types/pa_vrequest.C 1.24:
10836: * src/types/pa_vxdoc.C 1.20:
10837: * src/types/pa_vxnode.C 1.24:
10838: * www/htdocs/index.html 1.112:
10839: few barks:
10840: bark("%s field not found", 0, &aname)
10841:
10842: * src/classes/hash.C 1.45:
10843: * src/classes/string.C 1.117:
10844: * src/classes/table.C 1.160:
10845: * src/classes/void.C 1.22:
10846: * src/include/pa_sql_connection.h 1.27:
10847: * www/htdocs/index.html 1.114:
10848: fixed source of ^hash::sql{bad}
10849:
10850: * src/classes/classes.h 1.22:
10851: * www/htdocs/index.html 1.116:
10852: write to static var caused useless Exception, introduced
10853: Methoded::put_element wich consumes those
10854:
10855: * src/main/execute.C 1.254:
10856: * src/types/pa_value.h 1.96:
10857: * src/types/pa_vclass.C 1.12:
10858: * src/types/pa_vclass.h 1.37:
10859: * src/types/pa_vobject.C 1.6:
10860: * src/types/pa_vobject.h 1.32:
10861: * src/types/pa_vxdoc.C 1.19:
10862: * src/types/pa_vxdoc.h 1.29:
10863: is->as
10864:
10865: * operators.txt 1.72:
10866: $request:body unprecessed POST request body
10867:
10868: 2002-08-14 paf
10869: * src/targets/cgi/Makefile.am 1.41:
10870: * src/targets/cgi/fixopt.C 1.1:
10871: * src/targets/cgi/fixopt.C 1.2:
10872: * src/targets/cgi/fixopt.h 1.1:
10873: * src/targets/cgi/parser3.C 1.194:
10874: * src/targets/cgi/parser3.dsp 1.55:
10875: fixopt now preprocesses command line params, splitting them by
10876: space, excluding argv[0], argv[argc-1]
10877:
10878: * src/classes/xnode.h 1.16:
10879: * src/main/execute.C 1.253:
10880: * src/targets/cgi/parser3.dsp 1.56:
10881: * src/types/pa_value.h 1.95:
10882: * src/types/pa_vclass.C 1.11:
10883: * src/types/pa_vclass.h 1.36:
10884: * src/types/pa_vcode_frame.h 1.21:
10885: * src/types/pa_vcookie.C 1.48:
10886: * src/types/pa_vcookie.h 1.21:
10887: * src/types/pa_vdate.h 1.17:
10888: * src/types/pa_venv.h 1.26:
10889: * src/types/pa_vfile.h 1.49:
10890: * src/types/pa_vform.C 1.65:
10891: * src/types/pa_vform.h 1.40:
10892: * src/types/pa_vhash.h 1.38:
10893: * src/types/pa_vimage.h 1.31:
10894: * src/types/pa_vmail.C 1.22:
10895: * src/types/pa_vmail.h 1.6:
10896: * src/types/pa_vmath.h 1.12:
10897: * src/types/pa_vmethod_frame.h 1.34:
10898: * src/types/pa_vobject.C 1.5:
10899: * src/types/pa_vobject.h 1.31:
10900: * src/types/pa_vrequest.C 1.23:
10901: * src/types/pa_vrequest.h 1.23:
10902: * src/types/pa_vresponse.C 1.10:
10903: * src/types/pa_vresponse.h 1.28:
10904: * src/types/pa_vstateless_class.h 1.34:
10905: * src/types/pa_vstateless_object.h 1.25:
10906: * src/types/pa_vstatus.C 1.12:
10907: * src/types/pa_vstatus.h 1.13:
10908: * src/types/pa_vstring.h 1.52:
10909: * src/types/pa_vtable.C 1.19:
10910: * src/types/pa_vtable.h 1.45:
10911: * src/types/pa_vvoid.h 1.14:
10912: * src/types/pa_vxdoc.C 1.18:
10913: * src/types/pa_vxdoc.h 1.28:
10914: * src/types/pa_vxnode.C 1.23:
10915: * src/types/pa_vxnode.h 1.20:
10916: * src/types/pa_wwrapper.h 1.24:
10917: * www/htdocs/index.html 1.110:
10918: is now works with VObject & VClass
10919:
10920: * src/types/pa_vmail.C 1.21:
10921: mail: turned off utf8 to source transcoding
10922:
10923: * src/targets/cgi/parser3.C 1.193:
10924: -f config file
10925:
10926: * src/targets/cgi/Makefile.am 1.42:
10927: * src/targets/cgi/fixopt.C 1.3:
10928: * src/targets/cgi/fixopt.h 1.2:
10929: * src/targets/cgi/parser3.C 1.195:
10930: removed fixopt stupidity. on stupid linux use
10931: cd /document/root
10932: ../cgi/parser3 script
10933:
10934: * src/targets/cgi/Makefile.in 1.52:
10935: * src/targets/cgi/Makefile.in 1.53:
10936: *** empty log message ***
10937:
10938: * src/targets/cgi/parser3.C 1.192:
10939: * www/htdocs/auto.p 1.17:
10940: * www/htdocs/derived.p 1.11:
10941: * www/htdocs/index.html 1.109:
10942: fixed .log file dir
10943:
10944: 2002-08-13 paf
10945: * www/htdocs/derived.p 1.7:
10946: sample: dont convinient that table fields can be overridden
10947:
10948: * src/types/Makefile.in 1.43:
10949: added vobject.c & vclass
10950:
10951: * src/types/Makefile.in 1.42:
10952: VAliased removed
10953:
10954: * src/types/pa_vclass.C 1.9:
10955: * www/htdocs/derived.p 1.9:
10956: checked: form[vclass]fields can be overwritten in derived(table)
10957:
10958: * src/types/Makefile.am 1.26:
10959: * src/types/pa_vclass.C 1.7:
10960: * src/types/pa_vclass.h 1.34:
10961: * src/types/pa_vobject.C 1.1:
10962: * src/types/pa_vobject.h 1.29:
10963: * src/types/types.dsp 1.32:
10964: reorganized modules
10965: todo: fix bug with put endless recoursion
10966: todo: check 'as'
10967:
10968: * src/types/pa_vclass.C 1.10:
10969: * www/htdocs/index.html 1.107:
10970: allow override parent variables, useful for form descendants
10971:
10972: * src/types/pa_vobject.C 1.4:
10973: * www/htdocs/derived.p 1.10:
10974: * www/htdocs/index.html 1.108:
10975: allow override parent variables, useful for form descendants [
10976: in vobject too, were in vclass]
10977:
10978: * src/classes/form.C 1.30:
10979: * src/classes/mail.C 1.78:
10980: * src/classes/op.C 1.103:
10981: * src/classes/xnode.h 1.15:
10982: * src/include/pa_request.h 1.144:
10983: * src/main/execute.C 1.252:
10984: * src/main/pa_request.C 1.226:
10985: * src/types/pa_value.h 1.94:
10986: * src/types/pa_vclass.C 1.8:
10987: * src/types/pa_vclass.h 1.35:
10988: * src/types/pa_vcode_frame.h 1.20:
10989: * src/types/pa_vcookie.C 1.47:
10990: * src/types/pa_vcookie.h 1.20:
10991: * src/types/pa_vdate.h 1.16:
10992: * src/types/pa_venv.h 1.25:
10993: * src/types/pa_vfile.h 1.48:
10994: * src/types/pa_vform.C 1.64:
10995: * src/types/pa_vform.h 1.39:
10996: * src/types/pa_vhash.h 1.37:
10997: * src/types/pa_vimage.h 1.30:
10998: * src/types/pa_vmail.C 1.20:
10999: * src/types/pa_vmail.h 1.5:
11000: * src/types/pa_vmath.h 1.11:
11001: * src/types/pa_vmethod_frame.h 1.33:
11002: * src/types/pa_vobject.C 1.3:
11003: * src/types/pa_vobject.h 1.30:
11004: * src/types/pa_vrequest.C 1.22:
11005: * src/types/pa_vrequest.h 1.22:
11006: * src/types/pa_vresponse.C 1.9:
11007: * src/types/pa_vresponse.h 1.27:
11008: * src/types/pa_vstateless_class.h 1.33:
11009: * src/types/pa_vstateless_object.h 1.24:
11010: * src/types/pa_vstatus.C 1.11:
11011: * src/types/pa_vstatus.h 1.12:
11012: * src/types/pa_vstring.h 1.51:
11013: * src/types/pa_vtable.C 1.18:
11014: * src/types/pa_vtable.h 1.44:
11015: * src/types/pa_vvoid.h 1.13:
11016: * src/types/pa_vxdoc.C 1.17:
11017: * src/types/pa_vxdoc.h 1.27:
11018: * src/types/pa_vxnode.C 1.22:
11019: * src/types/pa_vxnode.h 1.19:
11020: * src/types/pa_wwrapper.h 1.23:
11021: introduced Value::get_element(..., bool looking_down) [needed
11022: to exclude endless recoursion]
11023:
11024: * src/classes/table.C 1.159:
11025: * src/types/pa_vtable.C 1.17:
11026: * src/types/pa_vtable.h 1.43:
11027: * www/htdocs/derived.p 1.5:
11028: fixed error message on using non-created table
11029:
11030: * src/classes/form.C 1.29:
11031: * src/classes/hash.C 1.44:
11032: * src/classes/mail.C 1.77:
11033: * src/classes/op.C 1.102:
11034: * src/classes/xnode.h 1.14:
11035: * src/include/pa_request.h 1.143:
11036: * src/main/compile.C 1.66:
11037: * src/main/compile.tab.C 1.60:
11038: * src/main/execute.C 1.251:
11039: * src/main/pa_request.C 1.225:
11040: * src/types/pa_value.h 1.93:
11041: * src/types/pa_vclass.h 1.33:
11042: * src/types/pa_vcode_frame.h 1.19:
11043: * src/types/pa_vcookie.C 1.46:
11044: * src/types/pa_vcookie.h 1.19:
11045: * src/types/pa_vdate.h 1.15:
11046: * src/types/pa_venv.h 1.24:
11047: * src/types/pa_vfile.h 1.47:
11048: * src/types/pa_vform.C 1.63:
11049: * src/types/pa_vform.h 1.38:
11050: * src/types/pa_vhash.h 1.36:
11051: * src/types/pa_vimage.C 1.20:
11052: * src/types/pa_vimage.h 1.29:
11053: * src/types/pa_vmail.C 1.19:
11054: * src/types/pa_vmail.h 1.4:
11055: * src/types/pa_vmath.h 1.10:
11056: * src/types/pa_vmethod_frame.h 1.32:
11057: * src/types/pa_vobject.h 1.26:
11058: * src/types/pa_vrequest.C 1.20:
11059: * src/types/pa_vrequest.h 1.20:
11060: * src/types/pa_vresponse.C 1.8:
11061: * src/types/pa_vresponse.h 1.26:
11062: * src/types/pa_vstateless_class.h 1.32:
11063: * src/types/pa_vstateless_object.h 1.23:
11064: * src/types/pa_vstatus.C 1.10:
11065: * src/types/pa_vstatus.h 1.11:
11066: * src/types/pa_vstring.h 1.50:
11067: * src/types/pa_vtable.C 1.16:
11068: * src/types/pa_vtable.h 1.42:
11069: * src/types/pa_vvoid.h 1.12:
11070: * src/types/pa_vxdoc.C 1.16:
11071: * src/types/pa_vxdoc.h 1.26:
11072: * src/types/pa_vxnode.C 1.21:
11073: * src/types/pa_vxnode.h 1.18:
11074: * src/types/pa_wwrapper.h 1.22:
11075: * www/htdocs/derived.p 1.4:
11076: VObject.get/out now looking down/up tree
11077: todo: fix error message on non-constructed parents
11078:
11079: * src/types/pa_vobject.h 1.28:
11080: * www/htdocs/derived.p 1.8:
11081: checked: table fields can be overwritten in derived(table)
11082:
11083: * src/types/pa_vobject.h 1.27:
11084: * www/htdocs/derived.p 1.6:
11085: * www/htdocs/index.html 1.106:
11086: derived classes can have fields of their own now
11087:
11088: 2002-08-12 paf
11089: * src/main/compile.tab.C 1.59:
11090: * src/main/compile.y 1.188:
11091: * src/main/execute.C 1.249:
11092: * src/main/execute.C 1.250:
11093: * src/main/pa_request.C 1.224:
11094: * src/types/Makefile.am 1.25:
11095: * src/types/pa_valiased.C 1.17:
11096: * src/types/pa_valiased.h 1.23:
11097: * src/types/pa_value.h 1.92:
11098: * src/types/pa_vclass.h 1.32:
11099: * src/types/pa_vobject.h 1.25:
11100: * src/types/pa_vstateless_class.h 1.30:
11101: * src/types/pa_vstateless_object.h 1.21:
11102: * src/types/pa_wcontext.h 1.37:
11103: ^base:create[] dynamic call rewritten
11104: todo: thorough testing
11105:
11106: * src/types/pa_value.h 1.91:
11107: * src/types/pa_vclass.h 1.31:
11108: * src/types/pa_vobject.h 1.24:
11109: * www/htdocs/base.p 1.1:
11110: * www/htdocs/derived.p 1.1:
11111: VObject ctor now instantates base class, remembers it and saves child in parent
11112: VObject.get_class now returns last child = downward virtual calls OK
11113:
11114: * src/types/pa_vstateless_class.h 1.31:
11115: * src/types/pa_vstateless_object.h 1.22:
11116: * www/htdocs/derived.p 1.3:
11117: table derived OK
11118:
11119: * src/main/pa_request.C 1.223:
11120: response:body[file] content-type check fixed [were bad when
11121: content-type is hash]
11122:
11123: * bin/auto.p.dist.in 1.5:
11124: fixed sendmail default comment
11125:
11126: * src/main/execute.C 1.248:
11127: * src/types/pa_value.h 1.90:
11128: * src/types/pa_vclass.h 1.30:
11129: * src/types/pa_vdate.h 1.14:
11130: * src/types/pa_vdouble.h 1.40:
11131: * src/types/pa_vfile.h 1.46:
11132: * src/types/pa_vimage.h 1.28:
11133: * src/types/pa_vint.h 1.37:
11134: * src/types/pa_vmethod_frame.h 1.31:
11135: * src/types/pa_vobject.h 1.23:
11136: * src/types/pa_vresponse.h 1.25:
11137: * src/types/pa_vstateless_class.h 1.29:
11138: * src/types/pa_vstateless_object.h 1.20:
11139: * src/types/pa_vstring.h 1.49:
11140: * src/types/pa_vtable.h 1.41:
11141: * src/types/pa_vxdoc.h 1.25:
11142: * src/types/pa_vxnode.h 1.17:
11143: * src/types/pa_wcontext.h 1.36:
11144: * src/types/types.dsp 1.31:
11145: * www/htdocs/index.html 1.105:
11146: killed VAliased [redundant], moved $CLASS to VObject only [
11147: parser class instance]
11148:
11149: * bin/auto.p.dist.in 1.6:
11150: more like in dist on parser.ru
11151:
11152: * www/htdocs/base.p 1.2:
11153: * www/htdocs/derived.p 1.2:
11154: not good - along upward-virtual call self eq child
11155:
11156: 2002-08-09 paf
11157: * src/main/execute.C 1.247:
11158: * src/types/pa_value.h 1.89:
11159: * src/types/pa_vclass.h 1.29:
11160: * src/types/pa_vobject.h 1.22:
11161: * src/types/pa_vxdoc.h 1.24:
11162: * www/htdocs/index.html 1.104:
11163: started as()
11164:
11165: 2002-08-08 paf
11166: * src/classes/mail.C 1.76:
11167: * src/types/pa_vmail.C 1.18:
11168: * www/htdocs/auto.p 1.16:
11169: * www/htdocs/index.html 1.98:
11170: in letter texts one can use tainted data now. only she must specify the language.
11171:
11172: ^mail:send[
11173: $.from[paf@mail.design.ru]
11174: $.to[paf@mail.design.ru]
11175: $.subject[^taint[uri][ìîñêâà]=2]
11176: $.text[^taint[uri][ìîñêâà]=]
11177: ]
11178:
11179: * operators.txt 1.67:
11180: * src/include/pa_string.h 1.142:
11181: * src/include/pa_string.h 1.143:
11182: * src/main/pa_string.C 1.168:
11183: * www/htdocs/index.html 1.95:
11184: String::first_char now not fails on empty strings
11185: ^if(-f '') now ok and in 3 other places.
11186:
11187: * src/classes/file.C 1.95:
11188: * src/classes/op.C 1.101:
11189: * src/types/pa_vfile.C 1.33:
11190: * www/htdocs/index.html 1.96:
11191: * www/htdocs/index.html 1.97:
11192: ^process now prints more precise origin
11193:
11194: * operators.txt 1.68:
11195: * src/types/pa_vdate.h 1.13:
11196: * www/htdocs/index.html 1.99:
11197: $date.yearday
11198: $date.daylightsaving
11199:
11200: * src/main/execute.C 1.246:
11201: * www/htdocs/index.html 1.100:
11202: error reporting on object writes to MAIN improved [were ruind
11203: with fixing $obj[^if(1){$obj}] ]
11204:
11205: * operators.txt 1.69:
11206: * operators.txt 1.70:
11207: * src/classes/date.C 1.36:
11208: * src/include/pa_globals.h 1.94:
11209: * src/main/pa_globals.C 1.137:
11210: * www/htdocs/index.html 1.101:
11211: * www/htdocs/index.html 1.102:
11212: year column in month calendar [week year]
11213:
11214: 2002-08-07 paf
11215: * src/classes/classes.dsp 1.24:
11216: * src/classes/table.C 1.158:
11217: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
11218: * src/main/pa_array.C 1.52:
11219: * src/types/types.dsp 1.30:
11220: * www/htdocs/index.html 1.91:
11221: all Debug dirs in .dsp now named 'Debug'
11222:
11223: * src/classes/string.C 1.116:
11224: * src/main/pa_string.C 1.166:
11225: * src/main/pa_string.C 1.167:
11226: * www/htdocs/index.html 1.93:
11227: * www/htdocs/index.html 1.94:
11228: ^string.mid(0;bad) fixed
11229:
11230: * operators.txt 1.66:
11231: * src/classes/op.C 1.100:
11232: cache...{...^cache<<to past...} now erasing cache file [there
11233: were bad check on that]
11234:
11235: * operators.txt 1.65:
11236: * src/classes/mail.C 1.75:
11237: exception_type email.send
11238:
11239: * src/types/pa_vmail.C 1.16:
11240: * www/htdocs/global.xsl 1.8:
11241: * www/htdocs/index.html 1.89:
11242: mail:send empty email checked
11243:
11244: * src/main/execute.C 1.245:
11245: * src/types/pa_vcode_frame.h 1.17:
11246: * src/types/pa_vcode_frame.h 1.18:
11247: * src/types/pa_vmethod_frame.h 1.30:
11248: * src/types/pa_wcontext.C 1.22:
11249: * src/types/pa_wcontext.h 1.35:
11250: * src/types/pa_wwrapper.h 1.21:
11251: * www/htdocs/index.html 1.92:
11252: vcodeframe were mistakenly not completely transparent to object writes.
11253: $hash[^if(1){$hash}] now works
11254:
11255: * operators.txt 1.64:
11256: * src/types/pa_vmail.C 1.17:
11257: * www/htdocs/index.html 1.90:
11258: exception_type email.format
11259:
11260: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
11261: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
11262: all included into dist
11263:
11264: 2002-08-06 paf
11265: * src/classes/file.C 1.93:
11266: * src/include/pa_globals.h 1.93:
11267: * src/main/pa_globals.C 1.136:
11268: * src/main/pa_request.C 1.222:
11269: * src/types/pa_vfile.C 1.32:
11270: * src/types/pa_vfile.h 1.45:
11271: * www/htdocs/index.html 1.85:
11272: $file.content-type [instead of .mime-type]
11273: now works for file::stat also
11274:
11275: * src/main/pa_request.C 1.221:
11276: * www/htdocs/index.html 1.84:
11277: case insensitive mime_type_of
11278:
11279: * src/classes/file.C 1.94:
11280: * www/htdocs/index.html 1.86:
11281: $f[file::cgi]
11282: $f.UPPER case fields
11283:
11284: * operators.txt 1.62:
11285: * operators.txt 1.63:
11286: * src/classes/table.C 1.157:
11287: * src/include/pa_array.h 1.56:
11288: * src/include/pa_table.h 1.47:
11289: * src/main/pa_array.C 1.51:
11290: * src/main/pa_table.C 1.50:
11291: * www/htdocs/index.html 1.88:
11292: ^table::create[$source;$.options]
11293: ^table::join[$source;$.options]
11294:
11295: * bin/auto.p.dist.in 1.4:
11296: jpeg
11297:
11298: * operators.txt 1.61:
11299: * src/classes/hash.C 1.43:
11300: * src/classes/string.C 1.115:
11301: * src/classes/table.C 1.156:
11302: * www/htdocs/index.html 1.87:
11303: sql options can be string now
11304: ^xxx:sql{...}[
11305: # $.default()
11306: }
11307:
11308: 2002-08-05 paf
11309: * src/classes/date.C 1.34:
11310: * src/include/pa_globals.h 1.92:
11311: * src/main/pa_globals.C 1.135:
11312: month calendar week column [ISO 8601 Week Numbers]
11313:
11314: * operators.txt 1.60:
11315: comment on date:calendar week column
11316:
11317: * src/types/pa_vxnode.C 1.20:
11318: xnode.childNodes now 0... [were 1...]
11319:
11320: * src/main/pa_common.C 1.113:
11321: * src/main/pa_common.C 1.114:
11322: * src/main/pa_common.C 1.115:
11323: * src/main/pa_common.C 1.116:
11324: write checked
11325:
11326: * src/types/pa_vmail.C 1.15:
11327: file buffer relocated to parser heap
11328:
11329: * src/classes/date.C 1.35:
11330: +1 buf size for stupid snprintfs
11331:
11332: 2002-08-02 paf
11333: * operators.txt 1.59:
11334: * src/main/pa_request.C 1.220:
11335: * src/types/pa_vform.C 1.61:
11336: * www/htdocs/index.html 1.83:
11337: response transcoded source->client only when text/* or simple
11338: onoverridden $response:body
11339:
11340: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
11341: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
11342: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
11343: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
11344: removed #define DEBUG*
11345:
11346: * src/Makefile.in 1.50:
11347: * src/classes/Makefile.in 1.48:
11348: * src/main/Makefile.in 1.44:
11349: * src/targets/apache13/Makefile.in 1.37:
11350: * src/targets/cgi/Makefile.in 1.51:
11351: * src/types/Makefile.in 1.41:
11352: *** empty log message ***
11353:
11354: * src/types/pa_vclass.h 1.28:
11355: * src/types/pa_vform.C 1.62:
11356: * src/types/pa_vobject.h 1.21:
11357: opera multipart post fixed
11358:
11359: * configure [release_3_0_0005] 1.35.2.1:
11360: * configure.in [release_3_0_0005] 1.36.2.1:
11361: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
11362: release 3_0_0005
11363:
11364: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
11365: unhandled_exception comments
11366:
11367: 2002-08-01 paf
11368: * src/classes/classes.C 1.17:
11369: * src/classes/classes.h 1.21:
11370: * src/classes/date.C 1.33:
11371: * src/classes/double.C 1.49:
11372: * src/classes/file.C 1.92:
11373: * src/classes/form.C 1.28:
11374: * src/classes/hash.C 1.42:
11375: * src/classes/image.C 1.74:
11376: * src/classes/int.C 1.46:
11377: * src/classes/mail.C 1.74:
11378: * src/classes/math.C 1.23:
11379: * src/classes/op.C 1.99:
11380: * src/classes/response.C 1.21:
11381: * src/classes/string.C 1.114:
11382: * src/classes/table.C 1.155:
11383: * src/classes/void.C 1.21:
11384: * src/classes/xdoc.C 1.97:
11385: * src/classes/xnode.C 1.47:
11386: * src/classes/xnode.h 1.13:
11387: * src/include/pa_array.h 1.55:
11388: * src/include/pa_cache_managers.h 1.8:
11389: * src/include/pa_charset.h 1.18:
11390: * src/include/pa_charsets.h 1.7:
11391: * src/include/pa_common.h 1.79:
11392: * src/include/pa_config_fixed.h 1.48:
11393: * src/include/pa_dictionary.h 1.12:
11394: * src/include/pa_dir.h 1.12:
11395: * src/include/pa_exception.h 1.37:
11396: * src/include/pa_exec.h 1.10:
11397: * src/include/pa_globals.h 1.91:
11398: * src/include/pa_hash.h 1.57:
11399: * src/include/pa_opcode.h 1.20:
11400: * src/include/pa_pool.h 1.83:
11401: * src/include/pa_request.h 1.142:
11402: * src/include/pa_sapi.h 1.21:
11403: * src/include/pa_socks.h 1.10:
11404: * src/include/pa_sql_connection.h 1.26:
11405: * src/include/pa_sql_driver_manager.h 1.25:
11406: * src/include/pa_stack.h 1.16:
11407: * src/include/pa_string.h 1.141:
11408: * src/include/pa_stylesheet_connection.h 1.30:
11409: * src/include/pa_stylesheet_manager.h 1.14:
11410: * src/include/pa_table.h 1.46:
11411: * src/include/pa_threads.h 1.25:
11412: * src/include/pa_types.h 1.43:
11413: * src/include/pa_uue.h 1.3:
11414: * src/lib/md5/pa_md5.h 1.4:
11415: * src/lib/md5/pa_md5c.c 1.5:
11416: * src/lib/pcre/pcre_parser_ctype.c 1.2:
11417: * src/main/compile.C 1.65:
11418: * src/main/compile.tab.C 1.58:
11419: * src/main/compile_tools.C 1.52:
11420: * src/main/compile_tools.h 1.63:
11421: * src/main/execute.C 1.244:
11422: * src/main/pa_array.C 1.50:
11423: * src/main/pa_cache_managers.C 1.6:
11424: * src/main/pa_charset.C 1.28:
11425: * src/main/pa_charsets.C 1.10:
11426: * src/main/pa_common.C 1.112:
11427: * src/main/pa_dictionary.C 1.16:
11428: * src/main/pa_dir.C 1.13:
11429: * src/main/pa_exception.C 1.42:
11430: * src/main/pa_exec.C 1.39:
11431: * src/main/pa_globals.C 1.134:
11432: * src/main/pa_hash.C 1.52:
11433: * src/main/pa_pool.C 1.55:
11434: * src/main/pa_request.C 1.219:
11435: * src/main/pa_socks.C 1.16:
11436: * src/main/pa_sql_driver_manager.C 1.64:
11437: * src/main/pa_string.C 1.165:
11438: * src/main/pa_stylesheet_manager.C 1.15:
11439: * src/main/pa_table.C 1.49:
11440: * src/main/pa_uue.C 1.3:
11441: * src/main/untaint.C 1.104:
11442: * src/sql/pa_sql_driver.h 1.28:
11443: * src/targets/apache13/mod_parser3.C 1.26:
11444: * src/targets/apache13/pa_md5c.c 1.4:
11445: * src/targets/apache13/pa_pool.C 1.7:
11446: * src/targets/apache13/pa_threads.C 1.10:
11447: * src/targets/cgi/pa_pool.C 1.40:
11448: * src/targets/cgi/pa_threads.C 1.11:
11449: * src/targets/cgi/parser3.C 1.190:
11450: * src/targets/cgi/pool_storage.h 1.12:
11451: * src/targets/isapi/pa_pool.C 1.15:
11452: * src/targets/isapi/pa_threads.C 1.12:
11453: * src/targets/isapi/parser3isapi.C 1.78:
11454: * src/targets/isapi/pool_storage.h 1.18:
11455: * src/types/pa_valiased.C 1.16:
11456: * src/types/pa_valiased.h 1.22:
11457: * src/types/pa_value.C 1.3:
11458: * src/types/pa_value.h 1.88:
11459: * src/types/pa_vbool.h 1.20:
11460: * src/types/pa_vclass.h 1.27:
11461: * src/types/pa_vcode_frame.h 1.16:
11462: * src/types/pa_vcookie.C 1.45:
11463: * src/types/pa_vcookie.h 1.18:
11464: * src/types/pa_vdate.h 1.12:
11465: * src/types/pa_vdouble.h 1.39:
11466: * src/types/pa_venv.h 1.23:
11467: * src/types/pa_vfile.C 1.31:
11468: * src/types/pa_vfile.h 1.44:
11469: * src/types/pa_vform.C 1.60:
11470: * src/types/pa_vform.h 1.37:
11471: * src/types/pa_vhash.h 1.35:
11472: * src/types/pa_vimage.C 1.19:
11473: * src/types/pa_vimage.h 1.27:
11474: * src/types/pa_vint.h 1.36:
11475: * src/types/pa_vjunction.h 1.15:
11476: * src/types/pa_vmail.C 1.14:
11477: * src/types/pa_vmail.h 1.3:
11478: * src/types/pa_vmath.h 1.9:
11479: * src/types/pa_vmethod_frame.h 1.29:
11480: * src/types/pa_vobject.h 1.20:
11481: * src/types/pa_vrequest.C 1.19:
11482: * src/types/pa_vrequest.h 1.19:
11483: * src/types/pa_vresponse.C 1.7:
11484: * src/types/pa_vresponse.h 1.24:
11485: * src/types/pa_vstateless_class.C 1.15:
11486: * src/types/pa_vstateless_class.h 1.28:
11487: * src/types/pa_vstateless_object.h 1.19:
11488: * src/types/pa_vstatus.C 1.9:
11489: * src/types/pa_vstatus.h 1.10:
11490: * src/types/pa_vstring.C 1.21:
11491: * src/types/pa_vstring.h 1.48:
11492: * src/types/pa_vtable.C 1.15:
11493: * src/types/pa_vtable.h 1.40:
11494: * src/types/pa_vvoid.h 1.11:
11495: * src/types/pa_vxdoc.C 1.15:
11496: * src/types/pa_vxdoc.h 1.23:
11497: * src/types/pa_vxnode.C 1.19:
11498: * src/types/pa_vxnode.h 1.16:
11499: * src/types/pa_wcontext.C 1.21:
11500: * src/types/pa_wcontext.h 1.34:
11501: * src/types/pa_wwrapper.h 1.20:
1.26 paf 11502: $Date: now$
1.15 paf 11503:
11504: * src/Makefile.am 1.17:
11505: * src/classes/Makefile.am 1.40:
11506: * src/classes/classes.C 1.16:
11507: * src/classes/classes.dsp 1.23:
11508: * src/classes/classes.h 1.20:
11509: * src/classes/date.C 1.32:
11510: * src/classes/double.C 1.48:
11511: * src/classes/file.C 1.91:
11512: * src/classes/form.C 1.27:
11513: * src/classes/hash.C 1.41:
11514: * src/classes/image.C 1.73:
11515: * src/classes/int.C 1.45:
11516: * src/classes/mail.C 1.73:
11517: * src/classes/math.C 1.22:
11518: * src/classes/op.C 1.98:
11519: * src/classes/response.C 1.20:
11520: * src/classes/string.C 1.113:
11521: * src/classes/table.C 1.154:
11522: * src/classes/void.C 1.20:
11523: * src/classes/xdoc.C 1.96:
11524: * src/classes/xnode.C 1.46:
11525: * src/classes/xnode.h 1.12:
11526: * src/include/pa_array.h 1.54:
11527: * src/include/pa_cache_managers.h 1.7:
11528: * src/include/pa_charset.h 1.17:
11529: * src/include/pa_charsets.h 1.6:
11530: * src/include/pa_common.h 1.78:
11531: * src/include/pa_config_fixed.h 1.47:
11532: * src/include/pa_config_includes.h 1.20:
11533: * src/include/pa_dictionary.h 1.11:
11534: * src/include/pa_dir.h 1.11:
11535: * src/include/pa_exception.h 1.36:
11536: * src/include/pa_exec.h 1.9:
11537: * src/include/pa_globals.h 1.90:
11538: * src/include/pa_hash.h 1.56:
11539: * src/include/pa_opcode.h 1.19:
11540: * src/include/pa_pool.h 1.82:
11541: * src/include/pa_pragma_pack_begin.h 1.5:
11542: * src/include/pa_pragma_pack_end.h 1.5:
11543: * src/include/pa_request.h 1.141:
11544: * src/include/pa_sapi.h 1.20:
11545: * src/include/pa_socks.h 1.9:
11546: * src/include/pa_sql_connection.h 1.25:
11547: * src/include/pa_sql_driver_manager.h 1.24:
11548: * src/include/pa_stack.h 1.15:
11549: * src/include/pa_string.h 1.140:
11550: * src/include/pa_stylesheet_connection.h 1.29:
11551: * src/include/pa_stylesheet_manager.h 1.13:
11552: * src/include/pa_table.h 1.45:
11553: * src/include/pa_threads.h 1.24:
11554: * src/include/pa_types.h 1.42:
11555: * src/include/pa_uue.h 1.2:
11556: * src/lib/md5/pa_md5.h 1.3:
11557: * src/lib/md5/pa_md5c.c 1.4:
11558: * src/main/Makefile.am 1.34:
11559: * src/main/compile.C 1.64:
11560: * src/main/compile_tools.C 1.51:
11561: * src/main/compile_tools.h 1.62:
11562: * src/main/execute.C 1.243:
11563: * src/main/main.dsp 1.157:
11564: * src/main/pa_array.C 1.49:
11565: * src/main/pa_cache_managers.C 1.5:
11566: * src/main/pa_charset.C 1.27:
11567: * src/main/pa_charsets.C 1.9:
11568: * src/main/pa_common.C 1.111:
11569: * src/main/pa_dictionary.C 1.15:
11570: * src/main/pa_dir.C 1.12:
11571: * src/main/pa_exception.C 1.41:
11572: * src/main/pa_exec.C 1.38:
11573: * src/main/pa_globals.C 1.133:
11574: * src/main/pa_hash.C 1.51:
11575: * src/main/pa_pool.C 1.54:
11576: * src/main/pa_request.C 1.218:
11577: * src/main/pa_socks.C 1.15:
11578: * src/main/pa_sql_driver_manager.C 1.63:
11579: * src/main/pa_string.C 1.164:
11580: * src/main/pa_stylesheet_manager.C 1.14:
11581: * src/main/pa_table.C 1.48:
11582: * src/main/pa_uue.C 1.2:
11583: * src/main/untaint.C 1.103:
11584: * src/sql/pa_sql_driver.h 1.27:
11585: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
11586: * src/targets/apache13/Makefile.am 1.13:
11587: * src/targets/apache13/mod_parser3.C 1.25:
11588: * src/targets/apache13/pa_md5c.c 1.3:
11589: * src/targets/apache13/pa_pool.C 1.6:
11590: * src/targets/apache13/pa_threads.C 1.9:
11591: * src/targets/cgi/Makefile.am 1.40:
11592: * src/targets/cgi/pa_pool.C 1.39:
11593: * src/targets/cgi/pa_threads.C 1.10:
11594: * src/targets/cgi/parser3.C 1.189:
11595: * src/targets/cgi/parser3.dsp 1.54:
11596: * src/targets/cgi/pool_storage.h 1.11:
11597: * src/targets/isapi/pa_pool.C 1.14:
11598: * src/targets/isapi/pa_threads.C 1.11:
11599: * src/targets/isapi/parser3isapi.C 1.77:
11600: * src/targets/isapi/parser3isapi.dsp 1.41:
11601: * src/targets/isapi/pool_storage.h 1.17:
11602: * src/types/Makefile.am 1.24:
11603: * src/types/pa_valiased.C 1.15:
11604: * src/types/pa_valiased.h 1.21:
11605: * src/types/pa_value.C 1.2:
11606: * src/types/pa_value.h 1.87:
11607: * src/types/pa_vbool.h 1.19:
11608: * src/types/pa_vclass.h 1.26:
11609: * src/types/pa_vcode_frame.h 1.15:
11610: * src/types/pa_vcookie.C 1.44:
11611: * src/types/pa_vcookie.h 1.17:
11612: * src/types/pa_vdate.h 1.11:
11613: * src/types/pa_vdouble.h 1.38:
11614: * src/types/pa_venv.h 1.22:
11615: * src/types/pa_vfile.C 1.30:
11616: * src/types/pa_vfile.h 1.43:
11617: * src/types/pa_vform.C 1.59:
11618: * src/types/pa_vform.h 1.36:
11619: * src/types/pa_vhash.h 1.34:
11620: * src/types/pa_vimage.C 1.18:
11621: * src/types/pa_vimage.h 1.26:
11622: * src/types/pa_vint.h 1.35:
11623: * src/types/pa_vjunction.h 1.14:
11624: * src/types/pa_vmail.C 1.13:
11625: * src/types/pa_vmail.h 1.2:
11626: * src/types/pa_vmath.h 1.8:
11627: * src/types/pa_vmethod_frame.h 1.28:
11628: * src/types/pa_vobject.h 1.19:
11629: * src/types/pa_vrequest.C 1.18:
11630: * src/types/pa_vrequest.h 1.18:
11631: * src/types/pa_vresponse.C 1.6:
11632: * src/types/pa_vresponse.h 1.23:
11633: * src/types/pa_vstateless_class.C 1.14:
11634: * src/types/pa_vstateless_class.h 1.27:
11635: * src/types/pa_vstateless_object.h 1.18:
11636: * src/types/pa_vstatus.C 1.8:
11637: * src/types/pa_vstatus.h 1.9:
11638: * src/types/pa_vstring.C 1.20:
11639: * src/types/pa_vstring.h 1.47:
11640: * src/types/pa_vtable.C 1.14:
11641: * src/types/pa_vtable.h 1.39:
11642: * src/types/pa_vvoid.h 1.10:
11643: * src/types/pa_vxdoc.C 1.14:
11644: * src/types/pa_vxdoc.h 1.22:
11645: * src/types/pa_vxnode.C 1.18:
11646: * src/types/pa_vxnode.h 1.15:
11647: * src/types/pa_wcontext.C 1.20:
11648: * src/types/pa_wcontext.h 1.33:
11649: * src/types/pa_wwrapper.h 1.19:
11650: * src/types/types.dsp 1.29:
11651: ident.C* removed
11652:
11653: * operators.txt 1.58:
11654: * src/classes/file.C 1.90:
11655: * src/main/pa_request.C 1.217:
1.24 paf 11656: * www/cgi-bin/parser3.log 1.78:
1.15 paf 11657: file:find[/can/do/this/now.txt]
11658:
11659: * src/targets/cgi/parser3.C 1.188:
11660: usage to stdout now
11661:
11662: 2002-07-31 paf
11663: * src/classes/mail.C 1.72:
11664: * src/types/pa_vmail.C 1.10:
11665: * src/types/pa_vmail.C 1.11:
11666: * src/types/pa_vmail.C 1.12:
11667: mail:
11668: errors-to: now default "postmaster"
11669:
11670: * src/classes/mail.C 1.70:
11671: * src/types/pa_vmail.C 1.9:
1.24 paf 11672: * www/cgi-bin/parser3.log 1.77:
1.15 paf 11673: mail from/to now must be.
11674: -f postmaster now default sendmail key
11675: word "postmaster" replaced to $.from
11676:
11677: * src/classes/mail.C 1.71:
11678: *** empty log message ***
11679:
11680: 2002-07-30 paf
11681: * src/main/pa_charset.C 1.25:
1.24 paf 11682: * www/cgi-bin/parser3.log 1.76:
1.15 paf 11683: * www/htdocs/auto.p 1.15:
11684: UTF-8 to 1byte charset convert, no char in table, &#decimal;
11685:
11686: * Makefile.in 1.16:
11687: * configure 1.35:
11688: * configure.in 1.36:
11689: * src/targets/cgi/Makefile.in 1.50:
11690: * src/targets/cgi/pa_config_paths.h.in 1.2:
11691: * src/targets/cgi/parser3.C 1.187:
11692: removed pa_config_paths.h
11693:
11694: * src/main/pa_charset.C 1.26:
11695: * src/main/pa_request.C 1.216:
11696: comment
11697:
11698: * etc/parser3.charsets/windows-1251.cfg 1.6:
11699: section sign [russian paragraf]
11700:
11701: 2002-07-11 paf
11702: * src/classes/mail.C 1.69:
11703: $MAIL[
11704: # xxx
11705: ]
11706:
11707: now ok
11708:
11709: * operators.txt 1.57:
11710: plan: sql detailed exception
11711:
11712: * src/main/pa_exec.C 1.36:
11713: invalid .exe caused error message with params wich parser did not provide = reported badly.
11714: fixed that.
11715:
11716: * src/main/pa_exec.C 1.37:
11717: build command line badly added params twice [and first time
11718: without ' ']. double wrong. fixed.
11719:
11720: 2002-07-01 paf
11721: * src/classes/form.C 1.26:
11722: * src/main/pa_request.C 1.215:
11723: conf bug fixed [MForm.configure_admin were called when request
11724: main_class ==0
11725:
11726: * src/classes/form.C 1.24:
11727: content_length type fix
11728:
11729: * src/classes/form.C 1.25:
11730: 10*0x400*400 bug fix [4M not 10M]
11731:
11732: 2002-06-30 paf
11733: * src/classes/mail.C 1.68:
11734: merged from 4
11735:
11736: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
11737: restored $MAIL
11738:
11739: 2002-06-28 paf
11740: * configure 1.32:
11741: * operators.txt 1.56:
11742: * src/classes/xdoc.C 1.95:
11743: * src/include/pa_charset.h 1.16:
11744: * src/include/pa_config_fixed.h 1.46:
11745: * src/include/pa_pool.h 1.81:
11746: * src/include/pa_version.h 1.6:
11747: * src/main/pa_charset.C 1.24:
11748: * src/main/pa_pool.C 1.53:
11749: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
11750: * src/targets/cgi/parser3.dsp 1.53:
11751: * src/targets/isapi/parser3isapi.dsp 1.40:
11752: * src/types/pa_vmail.C 1.8:
1.24 paf 11753: * www/cgi-bin/parser3.log 1.75:
1.15 paf 11754: * www/htdocs/index.html 1.82:
11755: merged latest updates to head
11756:
11757: * configure 1.34:
11758: * configure.in [release_3_0_0004] 1.35.2.2:
11759: removed paths.h
11760:
11761: * Makefile.in 1.15:
11762: * configure 1.33:
11763: * src/include/pa_version.h 1.7:
11764: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
11765: lates changes from 4 build merged, makes updated
11766:
11767: 2002-06-27 paf
11768: * src/classes/xdoc.C 1.94:
11769: * www/htdocs/index.html 1.81:
11770: xsltParseStylesheetDoc bug workaround
11771:
11772: * operators.txt [release_3_0_0004] 1.55.2.1:
11773: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
11774: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
11775: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
11776: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
11777: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
11778: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 11779: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 11780: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
11781: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
11782: default uri=path_translated
11783:
11784: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
11785: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
11786: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
11787: post-build not error now
11788:
11789: 2002-06-26 paf
11790: * configure [release_3_0_0004] 1.31.2.1:
11791: * configure.in [release_3_0_0004] 1.35.2.1:
11792: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
11793: release_3_0_0004
11794:
11795: * src/main/pa_string.C 1.162:
11796: blank string '', ' <whitespace>' considered 0 now
11797:
11798: * src/lib/md5/Makefile.in 1.1:
11799: *** empty log message ***
11800:
11801: * src/targets/cgi/parser3.C 1.186:
1.24 paf 11802: * www/cgi-bin/parser3.log 1.74:
1.15 paf 11803: /cgi-bin/parser empty filename checked
11804:
11805: 2002-06-25 paf
11806: * operators.txt 1.55:
11807: * src/classes/xdoc.C 1.93:
1.24 paf 11808: * www/cgi-bin/parser3.log 1.71:
11809: * www/cgi-bin/parser3.log 1.72:
1.15 paf 11810: * www/htdocs/index.html 1.78:
11811: * www/htdocs/index.html 1.79:
11812: ^xdoc.transform[xdoc <<can be now
11813:
11814: * bin/auto.p.dist.in 1.3:
11815: * operators.txt 1.53:
11816: * src/classes/math.C 1.20:
11817: * src/types/pa_vmail.C 1.6:
1.24 paf 11818: * www/cgi-bin/parser3.log 1.70:
1.15 paf 11819: * www/htdocs/index.html 1.76:
11820: math:crypt updated to generate random salt when needed and to
11821: call system crypt() if not $apr1$ prefix
11822:
11823: * configure 1.31:
11824: * configure.in 1.35:
11825: * src/include/pa_config_auto.h.in 1.27:
11826: crypt library configured
11827:
11828: * operators.txt 1.54:
11829: * src/classes/string.C 1.112:
11830: * www/htdocs/index.html 1.77:
11831: ^string.normalize [old name: optimize
11832:
11833: * src/main/pa_string.C 1.161:
1.24 paf 11834: * www/cgi-bin/parser3.log 1.73:
1.15 paf 11835: * www/htdocs/index.html 1.80:
11836: emtpy string, or string of whitespaces considered bad number now
11837:
11838: * src/main/pa_request.C 1.214:
11839: configure_admin forced if no @conf
11840:
11841: 2002-06-24 paf
11842: * Makefile.in 1.14:
11843: * bin/Makefile.in 1.4:
11844: * configure 1.29:
11845: * configure.in 1.33:
11846: * etc/Makefile.in 1.9:
11847: * etc/parser3.charsets/Makefile.in 1.11:
11848: * src/Makefile.in 1.49:
11849: * src/classes/Makefile.in 1.47:
11850: * src/include/Makefile.in 1.6:
11851: * src/include/pa_config_auto.h.in 1.25:
11852: * src/lib/Makefile.in 1.3:
11853: * src/lib/patches/Makefile.in 1.3:
11854: * src/lib/pcre/Makefile.in 1.3:
11855: * src/main/Makefile.in 1.43:
11856: * src/sql/Makefile.in 1.6:
11857: * src/targets/Makefile.in 1.37:
11858: * src/targets/apache13/Makefile.in 1.36:
11859: * src/targets/apache13/p3runConfigure.in 1.11:
11860: * src/targets/cgi/Makefile.am 1.39:
11861: * src/targets/cgi/Makefile.in 1.49:
11862: * src/targets/isapi/Makefile.in 1.6:
11863: * src/types/Makefile.am 1.23:
11864: * src/types/Makefile.in 1.40:
11865: * src/types/pa_vmail.C 1.4:
11866: $mail:received makes update
11867:
11868: * src/targets/cgi/getopt.c 1.1:
11869: * src/targets/cgi/getopt.h 1.1:
11870: introducing parser -m option, for $mail:receive
11871:
11872: * src/include/pa_config_fixed.h 1.45:
11873: ssize_t fixed
11874:
11875: * INSTALL 1.24:
11876: --with-static/shared-mailreceive described
11877:
11878: * operators.txt 1.51:
11879: * src/classes/mail.C 1.67:
11880: * src/include/Makefile.am 1.3:
11881: * src/include/pa_charset.h 1.15:
11882: * src/include/pa_config_fixed.h 1.43:
11883: * src/include/pa_request.h 1.140:
11884: * src/include/pa_string.h 1.139:
11885: * src/include/pa_uue.h 1.1:
11886: * src/main/Makefile.am 1.33:
11887: * src/main/main.dsp 1.155:
11888: * src/main/pa_globals.C 1.131:
11889: * src/main/pa_request.C 1.213:
11890: * src/main/pa_string.C 1.160:
11891: * src/main/pa_uue.C 1.1:
11892: * src/targets/apache13/mod_parser3.C 1.24:
11893: * src/targets/cgi/Makefile.am 1.38:
11894: * src/targets/cgi/parser3.C 1.184:
11895: * src/targets/cgi/parser3.dsp 1.51:
11896: * src/targets/isapi/parser3isapi.C 1.76:
11897: * src/types/pa_vform.C 1.57:
11898: * src/types/pa_vform.h 1.35:
11899: * src/types/pa_vmail.C 1.1:
11900: * src/types/pa_vmail.h 1.1:
11901: * src/types/types.dsp 1.27:
1.24 paf 11902: * www/cgi-bin/parser3.log 1.68:
1.15 paf 11903: * www/htdocs/index.html 1.74:
11904: uue to separate file
11905: introducting $message:received
11906: ^mail:send rewritten with backward comp
11907:
11908: * src/classes/classes.dsp 1.22:
11909: * src/main/main.dsp 1.156:
11910: * src/main/pa_globals.C 1.132:
11911: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
11912: * src/targets/cgi/parser3.dsp 1.52:
11913: * src/targets/isapi/parser3isapi.dsp 1.39:
11914: * src/types/types.dsp 1.28:
11915: win32xml win32mailreceive pseudomodules paths now
11916:
11917: * src/include/pa_config_fixed.h 1.44:
11918: * src/targets/cgi/parser3.C 1.185:
11919: * src/types/pa_vmail.C 1.3:
11920: #ifdef WITH_MAILRECEIVE
11921:
11922: * acconfig.h 1.2:
11923: * configure 1.30:
11924: * configure.in 1.34:
11925: * src/include/pa_config_auto.h.in 1.26:
11926: *** empty log message ***
11927:
11928: 2002-06-21 paf
11929: * Makefile.in 1.13:
11930: * configure 1.28:
11931: * configure.in 1.32:
11932: * src/Makefile.in 1.48:
11933: * src/classes/Makefile.in 1.46:
11934: * src/lib/Makefile.in 1.1:
11935: * src/lib/md5/Makefile.am 1.2:
11936: * src/lib/md5/pa_md5c.c 1.2:
11937: * src/lib/patches/Makefile.in 1.2:
11938: * src/lib/pcre/Makefile.in 1.2:
11939: * src/main/Makefile.in 1.42:
11940: * src/targets/apache13/Makefile.in 1.35:
11941: * src/targets/cgi/Makefile.am 1.37:
11942: * src/targets/cgi/Makefile.in 1.48:
11943: * src/types/Makefile.in 1.39:
11944: lib restructure .in and .am files appropriate changes
11945:
11946: * src/lib/Makefile.am 1.2:
11947: * src/lib/Makefile.in 1.2:
11948: * src/lib/md5/pa_md5.h 1.2:
11949: * src/targets/apache13/p3runConfigure.in 1.10:
11950: * src/targets/apache13/pa_md5c.c 1.2:
11951: lib restructure apache .am & co changes
11952:
11953: * INSTALL 1.23:
11954: * configure.in 1.31:
11955: * operators.txt 1.50:
11956: * parser3.dsw 1.2:
11957: * src/Makefile.am 1.16:
11958: * src/classes/Makefile.am 1.39:
11959: * src/classes/classes.dsp 1.21:
11960: * src/classes/math.C 1.19:
11961: * src/lib/Makefile.am 1.1:
11962: * src/lib/md5/Makefile.am 1.1:
11963: * src/lib/md5/md5.dsp 1.1:
11964: * src/lib/md5/pa_md5.h 1.1:
11965: * src/lib/md5/pa_md5c.c 1.1:
11966: * src/lib/patches/Makefile.am 1.1:
11967: * src/lib/patches/Makefile.in 1.1:
11968: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
11969: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
11970: * src/lib/patches/libgdome_morestatic.patch 1.1:
11971: * src/lib/patches/libxml_error_column_tab.patch 1.1:
11972: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
11973: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
11974: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
11975: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
11976: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
11977: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
11978: * src/lib/pcre/LICENCE 1.1:
11979: * src/lib/pcre/Makefile.am 1.1:
11980: * src/lib/pcre/Makefile.in 1.1:
11981: * src/lib/pcre/README 1.1:
11982: * src/lib/pcre/Tech.Notes 1.1:
11983: * src/lib/pcre/dftables.c 1.1:
11984: * src/lib/pcre/get.c 1.1:
11985: * src/lib/pcre/ibm-1250.ucm 1.1:
11986: * src/lib/pcre/ibm-1251.ucm 1.1:
11987: * src/lib/pcre/ibm-1257.ucm 1.1:
11988: * src/lib/pcre/internal.h 1.1:
11989: * src/lib/pcre/maketables.c 1.1:
11990: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
11991: * src/lib/pcre/pcre.3 1.1:
11992: * src/lib/pcre/pcre.3.html 1.1:
11993: * src/lib/pcre/pcre.3.txt 1.1:
11994: * src/lib/pcre/pcre.c 1.1:
11995: * src/lib/pcre/pcre.dsp 1.1:
11996: * src/lib/pcre/pcre.h 1.1:
11997: * src/lib/pcre/pcre_dftables.dsp 1.1:
11998: * src/lib/pcre/pcre_parser_ctype.c 1.1:
11999: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
12000: * src/lib/pcre/ruspart_win2koi.pl 1.1:
12001: * src/lib/pcre/study.c 1.1:
12002: * src/lib/pcre/win-koi.tab 1.1:
12003: * src/main/Makefile.am 1.32:
12004: * src/main/compile.tab.C 1.57:
12005: * src/main/main.dsp 1.154:
12006: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
12007: * src/targets/apache13/Makefile.am 1.12:
12008: * src/targets/apache13/pa_md5c.c 1.1:
12009: * src/targets/cgi/Makefile.am 1.36:
12010: * src/targets/cgi/parser3.dsp 1.50:
12011: * src/targets/isapi/parser3isapi.dsp 1.38:
12012: * src/types/Makefile.am 1.22:
12013: * src/types/types.dsp 1.26:
1.24 paf 12014: * www/cgi-bin/parser3.log 1.67:
1.15 paf 12015: * www/htdocs/.htaccess 1.5:
12016: * www/htdocs/index.html 1.73:
12017: moved libltdl and pcre to libs/
12018: added libs/md5 which is linked to non-apache targets
12019: ^math:crypt[password;$apr1$salt]
12020:
12021: 2002-06-20 paf
12022: * INSTALL [release_3_0_0003] 1.21.2.1:
12023: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
12024: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
12025: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
12026: * configure [release_3_0_0003] 1.26.2.2:
12027: * configure.in [release_3_0_0003] 1.29.2.2:
12028: * operators.txt [release_3_0_0003] 1.47.2.1:
12029: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
12030: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
12031: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
12032: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
12033: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
12034: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
12035: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
12036: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
12037: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
12038: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
12039: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
12040: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
12041: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
12042: marged latest HEAD updates, mainly file:justname&co & @auto
12043: conf[filespec
12044:
12045: * INSTALL 1.22:
12046: * bin/Makefile.am 1.3:
12047: * bin/auto.p.dist.in 1.1:
12048: * configure.in 1.30:
12049: * operators.txt 1.48:
12050: * src/doc/doxygen.cfg 1.23:
12051: * src/include/pa_globals.h 1.89:
12052: * src/targets/apache13/mod_parser3.C 1.23:
12053: * src/targets/cgi/parser3.C 1.183:
12054: * src/targets/isapi/parser3isapi.C 1.75:
12055: * www/htdocs/auto.p 1.12:
12056: * www/htdocs/index.html 1.70:
12057: parser3.conf renamed to auto.p
12058:
12059: * operators.txt 1.49:
12060: * src/classes/file.C 1.89:
1.24 paf 12061: * www/cgi-bin/parser3.log 1.66:
1.15 paf 12062: * www/htdocs/auto.p 1.14:
12063: * www/htdocs/index.html 1.72:
12064: !^file:dirname[/a/some.tar.gz]=/a
12065: !^file:dirname[/a/b/]=/a
12066: !^file:basename[/a/some.tar.gz]=some.tar.gz
12067: !^file:justname[/a/some.tar.gz]=some.tar
12068: !^file:justext[/a/some.tar.gz]=gz
12069:
12070: * bin/Makefile.in 1.3:
12071: * configure 1.27:
12072: parser3.conf renamed to auto.p autoconf changes
12073:
12074: * src/classes/op.C 1.97:
12075: * src/include/pa_request.h 1.139:
12076: * src/main/execute.C 1.242:
12077: * src/main/pa_request.C 1.212:
12078: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 12079: * www/cgi-bin/parser3.log 1.65:
1.15 paf 12080: * www/htdocs/auto.p 1.13:
12081: * www/htdocs/index.html 1.71:
12082: introducing @conf/auto[filespec]
12083:
12084: * bin/auto.p.dist.in 1.2:
12085: <noindex>
12086:
12087: 2002-06-18 paf
12088: * bin/Makefile.am 1.1:
12089: * bin/Makefile.in 1.1:
12090: * etc/Makefile.am 1.4:
12091: * www/htdocs/index.html 1.69:
12092: bin/parser3.conf.dist [moved from etc
12093:
1.24 paf 12094: * src/classes/file.C 1.86:
12095: * www/cgi-bin/parser3.log 1.64:
12096: ^file::exec[script;$.bad error case insensitive check now
12097:
1.15 paf 12098: * configure [release_3_0_0003] 1.26.2.1:
12099: * configure.in [release_3_0_0003] 1.29.2.1:
12100: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
12101: version to configure.in
12102:
12103: * src/classes/file.C 1.85:
1.24 paf 12104: * www/cgi-bin/parser3.log 1.63:
1.15 paf 12105: * www/htdocs/index.html 1.68:
12106: ^file::exec[script;$.bad now error, not skip
12107:
12108: * Makefile.am 1.5:
12109: * Makefile.in 1.12:
12110: * bin/Makefile.am 1.2:
12111: * bin/Makefile.in 1.2:
12112: * configure 1.26:
12113: * configure.in 1.29:
12114: * etc/Makefile.in 1.8:
12115: * etc/parser3.charsets/Makefile.am 1.3:
12116: * etc/parser3.charsets/Makefile.in 1.10:
12117: * src/targets/apache13/Makefile.in 1.34:
12118: parser3.conf.dist moved to bin, .in & *.am updated
12119:
12120: * src/classes/file.C 1.87:
12121: strcasecmp
12122:
12123: * INSTALL 1.21:
12124: reflected .conf.dist dir change
12125:
12126: * configure 1.25:
12127: * configure.in 1.28:
12128: * src/include/pa_pool.h 1.80:
12129: * src/include/pa_types.h 1.41:
12130: pack configure.in detection simplified.
12131: figured out that gcc on sparc not that stupid as thought previously:
12132: 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]
12133: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
12134: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
12135:
12136: * src/classes/file.C 1.88:
12137: strncasecmp
12138:
12139: 2002-06-14 paf
12140: * operators.txt 1.47:
12141: more precise xml-to-text options
12142:
12143: * operators.txt 1.46:
12144: * src/types/pa_vxnode.C 1.17:
12145: xnode attribute_node.name/value
12146: xnode pi.node.data
12147:
12148: 2002-06-12 paf
12149: * Makefile.in 1.11:
12150: * configure 1.24:
12151: * configure.in 1.27:
12152: * etc/Makefile.in 1.7:
12153: * etc/parser3.charsets/Makefile.in 1.9:
12154: * src/Makefile.in 1.47:
12155: * src/classes/Makefile.in 1.45:
12156: * src/include/Makefile.in 1.5:
12157: * src/main/Makefile.in 1.41:
12158: * src/sql/Makefile.in 1.5:
12159: * src/targets/Makefile.in 1.36:
12160: * src/targets/cgi/Makefile.am 1.35:
12161: * src/targets/cgi/Makefile.in 1.47:
12162: * src/targets/cgi/parser3.C 1.182:
12163: * src/targets/isapi/Makefile.in 1.5:
12164: * src/types/Makefile.in 1.38:
12165: removed root conf define creation
12166:
12167: * src/classes/mail.C 1.66:
12168: sendmail -ti [default now]
12169:
12170: * src/include/pa_globals.h 1.86:
12171: * src/include/pa_request.h 1.136:
12172: * src/main/main.dsp 1.153:
12173: * src/main/pa_globals.C 1.128:
12174: * src/main/pa_request.C 1.208:
1.24 paf 12175: * www/cgi-bin/parser3.log 1.60:
1.15 paf 12176: @conf
12177:
1.24 paf 12178: * src/include/pa_globals.h 1.87:
12179: * src/include/pa_request.h 1.137:
12180: * src/main/execute.C 1.241:
12181: * src/main/pa_globals.C 1.129:
12182: * src/main/pa_request.C 1.209:
12183: * www/cgi-bin/parser3.log 1.61:
12184: @rootconf [were @conf]
12185:
1.15 paf 12186: * INSTALL 1.20:
12187: * configure.in 1.26:
12188: * etc/Makefile.am 1.3:
12189: * operators.txt 1.43:
12190: * src/include/pa_globals.h 1.88:
12191: * src/include/pa_request.h 1.138:
12192: * src/main/compile.tab.C 1.56:
12193: * src/main/pa_globals.C 1.130:
12194: * src/main/pa_request.C 1.211:
12195: * src/targets/apache13/mod_parser3.C 1.22:
12196: * src/targets/cgi/parser3.C 1.181:
12197: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 12198: * www/cgi-bin/parser3.log 1.62:
1.15 paf 12199: parser3.conf now one and only
12200:
12201: * src/classes/mail.C 1.65:
12202: * src/main/pa_request.C 1.210:
12203: $MAIL $CHARSETS allowed to be strings. for convinient #ing
12204:
12205: 2002-06-11 paf
12206: * src/classes/file.C 1.83:
12207: * src/targets/cgi/parser3.dsp 1.49:
12208: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 12209: * www/cgi-bin/parser3.log 1.59:
1.15 paf 12210: * www/htdocs/.htaccess 1.4:
12211: * www/htdocs/index.html 1.66:
12212: suexec env keys filter plus CGI_ as valid prefix
12213:
12214: * src/classes/file.C 1.84:
12215: check simplified
12216:
12217: * src/classes/file.C 1.82:
12218: * src/include/pa_request.h 1.135:
12219: * src/include/pa_sapi.h 1.19:
12220: * src/targets/apache13/mod_parser3.C 1.21:
12221: * src/targets/cgi/parser3.C 1.180:
12222: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 12223: * www/cgi-bin/parser3.log 1.58:
1.15 paf 12224: * www/htdocs/index.html 1.65:
12225: file::exec/cgi to pass HTTP_ vars
12226: introducing SAPI::environment
12227:
12228: 2002-06-10 paf
12229: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
12230: fixed -d (bug)
12231:
12232: * configure 1.20:
12233: * configure [release_3_0_0002] 1.19.2.1:
12234: * configure.in [release_3_0_0002] 1.21.2.1:
12235: * src/include/pa_version.h 1.5:
12236: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
12237: makes
12238:
12239: * operators.txt 1.41:
12240: old merge conflict removed
12241:
12242: * src/types/pa_vform.C 1.56:
12243: * src/types/pa_vform.h 1.34:
12244: * www/htdocs/index.html 1.62:
12245: $form: not determined yet check
12246:
12247: * src/main/pa_common.C 1.109:
12248: merged fixed -d (bug)
12249:
12250: * src/main/compile.tab.C 1.55:
12251: * src/main/pa_string.C 1.159:
1.24 paf 12252: * www/cgi-bin/parser3.log 1.56:
1.15 paf 12253: * www/htdocs/index.html 1.63:
12254: whitespace after number in autoconvert now ignored
12255:
12256: * operators.txt 1.42:
12257: * src/classes/op.C 1.96:
12258: * src/include/pa_common.h 1.77:
12259: * src/main/pa_common.C 1.110:
12260: lock failures reported now
12261:
12262: * configure 1.21:
12263: * configure.in 1.23:
12264: pack even address access on sparc&co arch checked in configure
12265:
12266: * configure 1.23:
12267: * configure.in 1.25:
12268: *** empty log message ***
12269:
12270: * src/main/compile_tools.C 1.50:
1.24 paf 12271: * www/cgi-bin/parser3.log 1.57:
1.15 paf 12272: * www/htdocs/index.html 1.64:
12273: ^if(" 1 "){y} bug fixed
12274: optimization string->double @ compile time were not-enough-checking...
12275:
12276: * configure 1.22:
12277: * configure.in 1.24:
12278: hpux check, nsl link, no socket
12279:
12280: * src/classes/mail.C 1.64:
12281: mail netscape attachment name fixed. todo: $response:body
12282: content-type:name
12283:
12284: * src/main/untaint.C 1.102:
12285: bug#2) mail subject got always prepended with charset even when
12286: all letters were 7bit one
12287:
12288: 2002-06-04 paf
12289: * src/targets/apache13/mod_parser3.C 1.20:
12290: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
12291: fixed .dsp-s along with reorganized cvs modules dirs structure
12292:
12293: 2002-06-03 paf
12294: * etc/parser3.charsets/windows-1251.cfg 1.5:
12295: * operators.txt 1.40:
12296: * src/classes/classes.dsp 1.20:
12297: * src/main/compile.tab.C 1.54:
12298: * src/main/main.dsp 1.152:
12299: * src/main/pa_globals.C 1.127:
12300: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
12301: * src/targets/cgi/parser3.C 1.179:
12302: * src/targets/cgi/parser3.dsp 1.48:
12303: * src/targets/isapi/parser3isapi.dsp 1.37:
12304: * src/types/types.dsp 1.25:
12305: * www/htdocs/index.html 1.60:
12306: fixed .dsp-s along with reorganized cvs modules dirs structure
12307:
12308: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
12309: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
12310: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
12311: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
12312: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
12313: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
12314: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
12315: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
12316: reorganized cvs modules
12317:
12318: 2002-05-28 paf
12319: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
12320: info.uri now ""
12321:
12322: 2002-05-17 paf
12323: * src/classes/table.C 1.153:
12324: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
12325: ^table.save << checked empty pre/match/post columns
12326:
12327: 2002-05-16 paf
12328: * src/classes/image.C 1.72:
1.24 paf 12329: * www/cgi-bin/parser3.log 1.55:
1.15 paf 12330: * www/htdocs/index.html 1.59:
12331: image::measure can png now
12332:
12333: 2002-05-15 paf
12334: * operators.txt 1.38:
12335: * src/classes/date.C 1.31:
1.24 paf 12336: * www/cgi-bin/parser3.log 1.54:
1.15 paf 12337: * www/htdocs/index.html 1.58:
12338: ^date::create[%H:%M[:%S]] added
12339:
12340: * etc/parser3.charsets/windows-1251.cfg 1.4:
12341: 0x forgot, fixed
12342:
12343: * operators.txt 1.37:
12344: * src/classes/date.C 1.30:
1.24 paf 12345: * www/cgi-bin/parser3.log 1.53:
1.15 paf 12346: * www/htdocs/.htaccess 1.3:
12347: * www/htdocs/auto.p 1.10:
12348: * www/htdocs/index.html 1.57:
12349: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
12350: [-%m now
12351:
12352: 2002-05-14 paf
12353: * etc/parser3.charsets/windows-1251.cfg 1.3:
12354: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
12355: added 3 quotes
12356:
12357: 2002-05-07 paf
12358: * src/classes/classes.dsp 1.19:
12359: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
12360: * src/classes/op.C 1.95:
12361: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
12362: * src/include/pa_globals.h 1.85:
12363: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
12364: * src/include/pa_request.h 1.134:
12365: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
12366: * src/include/pa_table.h 1.44:
12367: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
12368: * src/main/compile.tab.C 1.53:
12369: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
12370: * src/main/compile.y 1.187:
12371: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
12372: * src/main/main.dsp 1.151:
12373: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
12374: * src/main/pa_globals.C 1.126:
12375: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
12376: * src/main/pa_request.C 1.207:
12377: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
12378: * src/main/pa_table.C 1.47:
12379: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
12380: * src/targets/isapi/pa_pool.C 1.13:
12381: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
12382: * src/targets/isapi/parser3isapi.C 1.71:
12383: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
12384: * src/targets/isapi/parser3isapi.dsp 1.36:
12385: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
12386: * src/targets/isapi/pool_storage.h 1.16:
12387: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
12388: * src/types/types.dsp 1.24:
12389: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
12390: * www/htdocs/parser-status.html 1.2:
12391: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
12392: Table name2number field now &.
12393: 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]
12394:
12395: 2002-05-06 paf
12396: * src/main/pa_globals.C 1.125:
12397: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
12398: * src/targets/cgi/parser3.C 1.178:
12399: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
12400: * src/targets/cgi/pool_storage.h 1.10:
12401: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
12402: * src/targets/isapi/parser3isapi.C 1.70:
12403: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
12404: removed 100*40 bytes per request memory leak [nonpool malloc in
12405: globals]
12406:
12407: 2002-04-30 paf
12408: * configure 1.19:
12409: * src/include/pa_version.h 1.4:
12410: version now not b
12411:
12412: * src/targets/cgi/parser3.C 1.177:
1.24 paf 12413: * www/cgi-bin/parser3.log 1.52:
1.15 paf 12414: * www/htdocs/global.xsl 1.7:
12415: * www/htdocs/index.html 1.56:
12416: request.uri now never 0
12417:
12418: 2002-04-29 paf
12419: * configure.in 1.21:
12420: removed b
12421:
12422: * src/doc/ClassExample1.dox 1.4:
12423: * src/doc/ClassExample3.dox 1.4:
12424: * src/doc/aliased.dox 1.4:
12425: * src/doc/methoded.dox 1.3:
12426: * src/doc/string.dox 1.4:
12427: * src/doc/value.dox 1.3:
12428: * src/include/pa_exception.h 1.34:
12429: * src/main/pa_request.C 1.205:
12430: * src/targets/cgi/parser3.C 1.176:
12431: merged from 0001
12432:
12433: * src/classes/op.C 1.94:
12434: * src/include/pa_exception.h 1.35:
12435: * src/main/pa_request.C 1.206:
12436: Exception::comment/type checked in (), no there's no empty type
12437: comment by default
12438:
12439: 2002-04-26 paf
12440: * src/doc/doxygen.cfg 1.22:
12441: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
12442: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 12443: * www/cgi-bin/parser3.log 1.51:
1.15 paf 12444: * www/htdocs/index.html 1.55:
12445: doxygen dot image size reduced
12446:
12447: 2002-04-25 paf
12448: * src/classes/table.C 1.152:
1.24 paf 12449: * www/cgi-bin/parser3.log 1.47:
1.15 paf 12450: * www/htdocs/.htaccess 1.1:
12451: * www/htdocs/index.html 1.51:
12452: removed restriction on column count to ^table.hash to work, now
12453: must be >0 [were >1]
12454:
12455: * src/targets/cgi/parser3.C 1.175:
12456: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
12457: setenv in .htaccess when cgi is not under that dir got
12458: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
12459: into account
12460:
1.24 paf 12461: * www/cgi-bin/parser3.log 1.48:
1.15 paf 12462: * www/htdocs/index.html 1.52:
12463: sample of 'using junction out of context'
12464:
12465: * operators.txt 1.35:
12466: * operators.txt 1.36:
12467: * src/classes/date.C 1.28:
12468: * src/classes/date.C 1.29:
1.24 paf 12469: * www/cgi-bin/parser3.log 1.49:
1.15 paf 12470: * www/htdocs/index.html 1.53:
12471: ^date::create[2002-12-33 01:03:04]
12472:
12473: 2002-04-24 paf
12474: * src/classes/classes.dsp 1.18:
12475: * src/main/compile.tab.C 1.52:
12476: * src/main/main.dsp 1.150:
12477: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
12478: * src/targets/cgi/parser3.C 1.174:
12479: * src/targets/cgi/parser3.dsp 1.46:
12480: * src/targets/isapi/parser3isapi.dsp 1.34:
12481: * src/types/types.dsp 1.23:
12482: MSVC profile targets
12483:
12484: 2002-04-23 paf
12485: * operators.txt 1.34:
12486: * src/classes/string.C 1.110:
1.24 paf 12487: * www/cgi-bin/parser3.log 1.46:
1.15 paf 12488: * www/htdocs/index.html 1.50:
12489: int/double/string:sql{}[$.default{code}]
12490: fixed [were barking: "junction used outside of context"]
12491:
12492: 2002-04-22 paf
12493: * src/classes/string.C 1.109:
12494: * src/include/pa_string.h 1.138:
12495: * src/main/pa_string.C 1.158:
12496: * src/types/pa_vstring.C 1.19:
12497: * src/types/pa_vstring.h 1.46:
12498: * types.txt 1.2:
12499: ^string.optimize[]
12500:
12501: * src/main/execute.C 1.238:
1.24 paf 12502: * www/cgi-bin/parser3.log 1.43:
1.15 paf 12503: * www/htdocs/index.html 1.48:
12504: junctions to local contexts got cleanized&checked later
12505:
1.24 paf 12506: * src/main/execute.C 1.240:
12507: * www/cgi-bin/parser3.log 1.45:
12508: rolled back to before_killing_userjunction_contexts
12509:
1.15 paf 12510: * src/include/pa_globals.h 1.84:
12511: * src/include/pa_table.h 1.43:
12512: * src/main/pa_globals.C 1.124:
12513: * src/main/pa_string.C 1.157:
12514: * src/main/pa_table.C 1.46:
12515: fixed match table template
12516:
12517: * src/classes/string.C 1.107:
12518: * src/classes/string.C 1.108:
12519: optimize removed from string .left/right/pos
12520:
12521: * src/main/execute.C 1.239:
1.24 paf 12522: * www/cgi-bin/parser3.log 1.44:
1.15 paf 12523: * www/htdocs/index.html 1.49:
12524: user junctions context killed
12525:
12526: 2002-04-19 paf
12527: * src/classes/string.C 1.106:
12528: * src/include/pa_request.h 1.133:
12529: * src/include/pa_string.h 1.137:
12530: * src/main/pa_request.C 1.204:
12531: * src/main/pa_string.C 1.156:
12532: * src/types/pa_vstring.C 1.18:
12533: * src/types/pa_vstring.h 1.45:
1.24 paf 12534: * www/cgi-bin/parser3.log 1.42:
1.15 paf 12535: * www/htdocs/index.html 1.47:
12536: string now optimized prior to .left .right .mid .pos .match when that is profitable,
12537: and always before .replace
12538: when $ORIGINS(1) optimization disabled
12539: 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
12540:
12541: * src/classes/op.C 1.93:
12542: * src/classes/string.C 1.105:
12543: * src/types/pa_value.h 1.86:
12544: VTable removed from each String::match replace iteration, and made stacked
12545: sizeof(VTable)=12bytes economy on each replace code
12546:
12547: * src/include/pa_globals.h 1.83:
12548: * src/include/pa_table.h 1.42:
12549: * src/main/pa_globals.C 1.123:
12550: * src/main/pa_string.C 1.155:
12551: String::match table columns globalized, not created @ each ^match anymore
12552: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
12553:
12554: * src/classes/file.C 1.81:
12555: ovector now local
12556: economy: 16 bytes per ^file:list
12557:
12558: * src/classes/string.C 1.104:
12559: * src/include/pa_string.h 1.136:
12560: * src/main/pa_string.C 1.154:
12561: * www/htdocs/index.html 1.46:
12562: string.match[]['] option enables generation of $match.prematch
12563: .match .postmatch columns
12564:
12565: * src/main/pa_string.C 1.153:
12566: String::match options analized without cstr-ing them now
12567:
12568: * src/doc/chmhelper.pl 1.1:
12569: * src/doc/doxygen.cfg 1.21:
12570: * src/doc/footer.htm 1.1:
12571: * src/doc/html2chm.cmd 1.6:
12572: * src/doc/postbuild.txt 1.3:
12573: * src/doc/sources2html.cmd 1.5:
12574: * src/doc/view_chm.cmd 1.2:
12575: * src/doc/view_html.cmd 1.2:
12576: config updated to doxygen 1.2.15,
12577: created helper which fixes minor bugs in chm project files & htm tree.
12578: changed extension to .htm
12579:
12580: * src/doc/footer.htm 1.2:
12581: 2001,
12582:
12583: 2002-04-18 paf
12584: * src/classes/classes.h 1.18:
12585: * src/classes/hash.C 1.40:
12586: * src/types/pa_value.h 1.85:
12587: * src/types/pa_vbool.h 1.18:
12588: * src/types/pa_vcookie.h 1.16:
12589: * src/types/pa_vdate.h 1.10:
12590: * src/types/pa_vdouble.h 1.37:
12591: * src/types/pa_venv.h 1.21:
12592: * src/types/pa_vfile.h 1.42:
12593: * src/types/pa_vhash.h 1.33:
12594: * src/types/pa_vimage.h 1.25:
12595: * src/types/pa_vint.h 1.34:
12596: * src/types/pa_vjunction.h 1.13:
12597: * src/types/pa_vobject.h 1.18:
12598: * src/types/pa_vrequest.h 1.17:
12599: * src/types/pa_vresponse.h 1.22:
12600: * src/types/pa_vstateless_class.h 1.26:
12601: * src/types/pa_vstateless_object.h 1.17:
12602: * src/types/pa_vstatus.h 1.8:
12603: * src/types/pa_vstring.h 1.44:
12604: * src/types/pa_vtable.h 1.38:
12605: * src/types/pa_vvoid.h 1.9:
12606: * src/types/pa_vxdoc.h 1.21:
12607: * src/types/pa_vxnode.h 1.14:
12608: fclass_real lowered from VStateless_class to VObject
12609:
12610: * src/types/pa_value.C 1.1:
12611: forced to cut that from .h because of VStateless_class usage [
12612: undefined in .h]
12613:
12614: * src/classes/classes.h 1.17:
12615: * src/classes/date.C 1.27:
12616: * src/classes/double.C 1.47:
12617: * src/classes/file.C 1.80:
12618: * src/classes/form.C 1.23:
12619: * src/classes/hash.C 1.39:
12620: * src/classes/image.C 1.71:
12621: * src/classes/int.C 1.44:
12622: * src/classes/mail.C 1.63:
12623: * src/classes/math.C 1.18:
12624: * src/classes/op.C 1.91:
12625: * src/classes/response.C 1.19:
12626: * src/classes/string.C 1.103:
12627: * src/classes/table.C 1.151:
12628: * src/classes/void.C 1.19:
12629: * src/classes/xnode.C 1.44:
12630: * src/include/pa_globals.h 1.82:
12631: * src/include/pa_request.h 1.132:
12632: * src/main/execute.C 1.236:
12633: * src/main/pa_globals.C 1.122:
12634: * src/main/pa_request.C 1.201:
12635: * src/types/Makefile.am 1.21:
12636: * src/types/pa_value.h 1.84:
12637: * src/types/pa_vdouble.h 1.36:
12638: * src/types/pa_vform.C 1.55:
12639: * src/types/pa_vhash.h 1.32:
12640: * src/types/pa_vint.h 1.33:
12641: * src/types/pa_vmath.h 1.7:
12642: * src/types/pa_vmethod_frame.h 1.25:
12643: * src/types/pa_vstateless_class.h 1.24:
12644: * src/types/pa_wcontext.C 1.18:
12645: * src/types/pa_wcontext.h 1.32:
12646: * src/types/pa_wwrapper.h 1.18:
12647: * src/types/types.dsp 1.22:
1.24 paf 12648: * www/cgi-bin/parser3.log 1.36:
1.15 paf 12649: * www/htdocs/index.html 1.40:
12650: removed Value::fname
12651:
12652: * src/include/pa_opcode.h 1.18:
12653: * src/main/compile.tab.C 1.51:
12654: * src/main/compile.y 1.186:
12655: * src/main/compile_tools.C 1.49:
12656: * src/main/compile_tools.h 1.61:
12657: * src/main/execute.C 1.237:
12658: * src/main/pa_request.C 1.202:
12659: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 12660: * www/cgi-bin/parser3.log 1.37:
1.15 paf 12661: * www/htdocs/index.html 1.41:
12662: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
12663: stack [no more heap waste on each CALL]
12664:
12665: * src/types/pa_valiased.C 1.14:
12666: * src/types/pa_valiased.h 1.19:
12667: * src/types/pa_vclass.h 1.25:
12668: * src/types/pa_vobject.h 1.17:
12669: * src/types/pa_wcontext.C 1.19:
1.24 paf 12670: * www/cgi-bin/parser3.log 1.38:
1.15 paf 12671: * www/htdocs/index.html 1.42:
12672: VAliased get/set alias now virtual and implemented down in
12673: VClass, fclass_alias removed,
12674:
12675: * src/main/pa_request.C 1.203:
12676: * src/types/pa_valiased.h 1.20:
12677: * src/types/pa_vstateless_class.h 1.25:
12678: * src/types/pa_vstateless_object.h 1.16:
12679: * src/types/pa_vstring.h 1.43:
1.24 paf 12680: * www/cgi-bin/parser3.log 1.39:
1.15 paf 12681: * www/htdocs/index.html 1.43:
12682: VStateless_string_object speicalized light version of VStateless_object
12683:
12684: * src/types/Makefile.in 1.37:
12685: *** empty log message ***
12686:
12687: * src/doc/doxygen.cfg 1.20:
12688: .chi generation disabled
12689:
12690: * src/classes/classes.h 1.19:
12691: * src/classes/xdoc.C 1.92:
12692: * src/classes/xnode.C 1.45:
12693: * src/classes/xnode.h 1.11:
12694: * src/types/pa_vxdoc.C 1.13:
1.24 paf 12695: * www/cgi-bin/parser3.log 1.40:
12696: * www/cgi-bin/parser3.log 1.41:
1.15 paf 12697: * www/htdocs/index.html 1.44:
12698: * www/htdocs/index.html 1.45:
12699: xdoc(xnode) now fully - fields&methods
12700:
12701: * src/classes/op.C 1.92:
12702: ^throw comment param made optional
12703:
12704: 2002-04-17 paf
12705: * src/types/pa_vhash.h 1.31:
12706: vstring wrong parent fixed
12707:
12708: * src/classes/op.C 1.90:
12709: taint local result var bug fixed
12710:
12711: * src/doc/ClassExample1.dox 1.3:
12712: * src/doc/ClassExample2.dox 1.4:
12713: * src/doc/ClassExample3.dox 1.3:
12714: * src/doc/compiler.dox 1.3:
12715: * src/doc/module.dox 1.3:
12716: * src/doc/pooled.dox 1.3:
12717: * src/doc/string.dox 1.3:
12718: * src/doc/targets.dox 1.3:
12719: * src/include/pa_pool.h 1.79:
12720: * src/include/pa_types.h 1.40:
12721: dox updated to current state, PTHROW freshen to throw & co
12722:
12723: 2002-04-16 paf
12724: * src/classes/op.C 1.89:
12725: exception2vhash file now tainted
12726:
12727: * src/include/pa_opcode.h 1.17:
12728: * src/main/compile.tab.C 1.49:
12729: * src/main/compile.y 1.185:
12730: * src/main/execute.C 1.232:
12731: * src/targets/cgi/parser3.C 1.172:
1.24 paf 12732: * www/cgi-bin/parser3.log 1.30:
1.15 paf 12733: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
12734:
12735: * src/doc/postbuild.txt 1.2:
12736: * src/main/execute.C 1.234:
1.24 paf 12737: * www/cgi-bin/parser3.log 1.34:
1.15 paf 12738: * www/htdocs/index.html 1.37:
12739: result in @postprocess & @unhandled_exception now taken into
12740: account as in usual functions
12741:
12742: * src/doc/postbuild.txt 1.1:
12743: instructions on post .html build
12744:
12745: * asm.txt 1.2:
12746: * form.txt 1.2:
12747: * lang.txt 1.2:
12748: * sql.txt 1.2:
1.24 paf 12749: * www/cgi-bin/parser3.log 1.35:
1.15 paf 12750: removed outdated. see in Attic asm.txt as most interesting
12751:
12752: * src/classes/op.C 1.87:
1.24 paf 12753: * www/cgi-bin/parser3.log 1.28:
1.15 paf 12754: * www/htdocs/auto.p 1.8:
12755: extra check on empty file in origin in _execute
12756:
12757: * src/classes/date.C 1.26:
12758: * src/main/compile.tab.C 1.50:
12759: * src/targets/cgi/parser3.C 1.173:
1.24 paf 12760: * www/cgi-bin/parser3.log 1.31:
12761: * www/cgi-bin/parser3.log 1.32:
1.15 paf 12762: cheched date:create(days) param for validity [later were
12763: assumed valid and crashed on invalid onces]
12764:
12765: * src/classes/file.C 1.79:
12766: * src/main/pa_exec.C 1.35:
1.24 paf 12767: * www/cgi-bin/parser3.log 1.33:
1.15 paf 12768: * www/htdocs/index.html 1.36:
12769: stderr of execs mark as tainted
12770:
12771: * src/main/execute.C 1.235:
12772: * www/htdocs/index.html 1.38:
12773: $result in @main now taken into account as in usual functions
12774:
1.24 paf 12775: * src/classes/op.C 1.88:
12776: * www/cgi-bin/parser3.log 1.29:
12777: _process pseudo origin copied from local var to heap
12778:
1.23 paf 12779: * src/main/pa_request.C 1.199:
12780: uri in error log
12781:
1.15 paf 12782: * src/main/pa_request.C 1.200:
12783: * src/targets/isapi/parser3isapi.C 1.69:
12784: * www/htdocs/index.html 1.39:
12785: removed check, preventing content-length: 0 from appearing
12786:
12787: * src/doc/doxygen.cfg 1.19:
12788: * src/doc/html2chm.cmd 1.5:
12789: .chm file only now, no .chi
12790:
12791: 2002-04-15 paf
12792: * src/classes/image.C 1.70:
12793: * src/classes/op.C 1.83:
12794: * src/classes/op.C 1.84:
12795: * src/classes/string.C 1.101:
12796: * src/classes/table.C 1.149:
12797: * src/include/pa_request.h 1.129:
12798: * src/main/execute.C 1.228:
12799: * src/types/pa_value.h 1.81:
12800: * src/types/pa_vmethod_frame.h 1.24:
12801: * src/types/pa_wcontext.h 1.29:
1.24 paf 12802: * www/cgi-bin/parser3.log 1.25:
1.15 paf 12803: StringOrValue wcontext result, now ready for dual writes
12804:
1.24 paf 12805: * src/classes/file.C 1.78:
12806: * src/classes/op.C 1.86:
12807: * src/classes/table.C 1.150:
12808: * www/cgi-bin/parser3.log 1.26:
12809: finished dual write_xxx_lang functions
12810:
1.15 paf 12811: * src/main/execute.C 1.231:
12812: * src/types/pa_value.h 1.83:
1.24 paf 12813: * www/cgi-bin/parser3.log 1.27:
1.15 paf 12814: fixed name update
12815:
12816: * src/main/execute.C 1.229:
12817: CodeFrame soul fixed [mistakenly killed by prev changes]
12818:
12819: * src/classes/date.C 1.25:
12820: * src/classes/file.C 1.76:
12821: * src/classes/mail.C 1.62:
12822: * src/classes/string.C 1.102:
12823: * src/classes/xnode.C 1.43:
12824: * src/include/pa_request.h 1.130:
12825: * src/types/pa_value.h 1.82:
12826: * src/types/pa_wcontext.h 1.30:
12827: removed absolutely unnecessary VString shells
12828:
12829: * src/classes/op.C 1.82:
12830: * src/include/pa_globals.h 1.81:
12831: * src/include/pa_opcode.h 1.16:
12832: * src/include/pa_request.h 1.128:
12833: * src/main/compile.tab.C 1.47:
12834: * src/main/compile.y 1.183:
12835: * src/main/compile_tools.C 1.47:
12836: * src/main/compile_tools.h 1.59:
12837: * src/main/execute.C 1.226:
12838: * src/main/pa_globals.C 1.121:
12839: * src/main/pa_request.C 1.198:
12840: * src/targets/cgi/parser3.C 1.170:
1.24 paf 12841: * www/cgi-bin/parser3.log 1.24:
1.15 paf 12842: * www/htdocs/index.html 1.35:
12843: switch in hash constructor fixed [were problems with using of
12844: stacked wwrapper after it's death]
12845:
12846: * src/classes/file.C 1.77:
12847: * src/classes/hash.C 1.38:
12848: * src/classes/op.C 1.85:
12849: * src/include/pa_request.h 1.131:
12850: * src/main/execute.C 1.230:
12851: * src/types/pa_wcontext.h 1.31:
12852: started dual write_xxx_lang functions, if checked & works
12853:
12854: * src/targets/cgi/parser3.C 1.171:
12855: ctime sometimes can be just "", checked that
12856:
12857: * src/main/compile.tab.C 1.48:
12858: * src/main/compile.y 1.184:
12859: * src/main/compile_tools.C 1.48:
12860: * src/main/compile_tools.h 1.60:
12861: * src/main/execute.C 1.227:
12862: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
12863: changed to OP_WRITE_VALUE
12864: in var get cases
12865:
12866: 2002-04-12 paf
12867: * operators.txt 1.33:
12868: * src/classes/table.C 1.148:
1.24 paf 12869: * www/cgi-bin/parser3.log 1.23:
1.15 paf 12870: * www/htdocs/index.html 1.34:
12871: table.select(expression) 0
12872:
12873: 2002-04-11 paf
12874: * src/classes/string.C 1.100:
12875: * src/include/pa_request.h 1.127:
12876: * src/main/execute.C 1.225:
12877: Request::process_internal codeFrame & wwrapper stacked [not
12878: wasting heap anymore]
12879:
12880: 2002-04-10 paf
12881: * src/include/pa_string.h 1.135:
12882: * src/main/pa_string.C 1.151:
12883: * src/main/untaint.C 1.101:
1.24 paf 12884: * www/cgi-bin/parser3.log 1.22:
1.15 paf 12885: * www/htdocs/index.html 1.33:
12886: killed 8 bytes from String.head
12887:
12888: * src/classes/double.C 1.46:
12889: * src/classes/file.C 1.75:
12890: * src/classes/hash.C 1.37:
12891: * src/classes/image.C 1.69:
12892: * src/classes/int.C 1.43:
12893: * src/classes/math.C 1.17:
12894: * src/classes/op.C 1.81:
12895: * src/classes/string.C 1.99:
12896: * src/classes/table.C 1.147:
12897: * src/classes/void.C 1.18:
12898: * src/classes/xdoc.C 1.91:
12899: * src/include/pa_request.h 1.126:
12900: * src/main/execute.C 1.224:
12901: * src/main/pa_string.C 1.152:
12902: killed Request::process() wrapping VString(String) in case we
12903: need only String
12904:
12905: 2002-04-09 paf
12906: * src/main/pa_common.C 1.108:
12907: * src/targets/cgi/parser3.C 1.168:
12908: * src/types/pa_vdouble.h 1.35:
12909: * src/types/pa_vint.h 1.32:
12910: int/double get_string now not pool.malloc(MAX_NUMBER) but
12911: really neaded
12912:
12913: * etc/Makefile.in 1.6:
12914: * etc/parser3.charsets/Makefile.in 1.8:
12915: * src/classes/Makefile.in 1.44:
12916: * src/sql/Makefile.in 1.4:
12917: * src/targets/Makefile.in 1.35:
12918: * src/targets/apache13/Makefile.in 1.33:
12919: * src/targets/cgi/Makefile.in 1.46:
12920: * src/targets/isapi/Makefile.in 1.4:
12921: * src/types/Makefile.in 1.36:
12922: makse
12923:
12924: * operators.txt 1.31:
12925: * src/classes/double.C 1.45:
12926: * src/classes/int.C 1.42:
12927: * www/htdocs/global.xsl 1.5:
12928: int/double.int/double(default)
12929:
12930: * src/main/compile.tab.C 1.46:
12931: * src/targets/cgi/parser3.C 1.169:
12932: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 12933: * www/cgi-bin/parser3.log 1.21:
1.15 paf 12934: removed
12935: {
12936: char *a;
12937: {
12938: /*sub local*/char b[...];
12939: a=b;
12940: situations
12941:
12942: * src/classes/xdoc.C 1.89:
1.24 paf 12943: * www/cgi-bin/parser3.log 1.19:
1.15 paf 12944: * www/htdocs/global.xsl 1.6:
12945: * www/htdocs/index.html 1.32:
12946: xslt params fixed
12947:
12948: * operators.txt 1.32:
12949: * src/classes/xdoc.C 1.90:
1.24 paf 12950: * www/cgi-bin/parser3.log 1.20:
1.15 paf 12951: xslt params made literal
12952:
12953: 2002-04-04 paf
12954: * src/include/pa_string.h 1.134:
12955: * src/main/pa_string.C 1.150:
1.24 paf 12956: * www/cgi-bin/parser3.log 1.18:
1.15 paf 12957: * www/htdocs/index.html 1.31:
12958: fixed string.replace [when reconstructing pieces were split by
12959: max_integral(piece.size), thus some strings to replace happen
12960: to be split into two = not replaced)
12961:
12962: * src/targets/cgi/parser3.C 1.166:
12963: * src/targets/cgi/parser3.C 1.167:
12964: * src/targets/cgi/parser3.dsp 1.44:
12965: * src/targets/cgi/parser3.dsp 1.45:
12966: document root in standalone version = current dir
12967:
12968: 2002-04-03 paf
12969: * INSTALL 1.18:
12970: * Makefile.in 1.10:
12971: * configure 1.17:
12972: * configure.in 1.19:
12973: * etc/Makefile.in 1.5:
12974: * etc/parser3.charsets/Makefile.in 1.7:
12975: * src/Makefile.in 1.46:
12976: * src/include/Makefile.in 1.4:
12977: * src/main/Makefile.in 1.40:
12978: root config configure options
12979:
12980: * configure 1.18:
12981: * configure.in 1.20:
12982: more checks on nonexistent charset
12983:
12984: 2002-04-02 paf
12985: * src/main/compile.C 1.63:
12986: parser.compile [exception name more like in doc]
12987:
12988: 2002-04-01 paf
12989: * src/classes/mail.C 1.61:
12990: * src/include/pa_string.h 1.133:
12991: * src/main/untaint.C 1.100:
12992: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 12993: * www/cgi-bin/parser3.log 1.17:
1.15 paf 12994: mail subject encoding taken from .content-type.charset, not .charset
12995:
12996: 2002-03-29 paf
12997: * operators.txt 1.30:
12998: * src/classes/date.C 1.24:
1.24 paf 12999: * www/cgi-bin/parser3.log 1.16:
1.15 paf 13000: * www/htdocs/index.html 1.30:
13001: ^date::create now may not supply day, default 1.
13002: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
13003:
13004: * etc/parser3.charsets/koi8-r.cfg 1.2:
13005: koi8-r += ukranian letters
13006:
13007: 2002-03-28 paf
13008: * operators.txt 1.29:
13009: * src/classes/date.C 1.23:
13010: * src/classes/op.C 1.79:
13011: * src/include/pa_globals.h 1.80:
13012: * src/include/pa_hash.h 1.55:
13013: * src/main/pa_globals.C 1.120:
13014: * src/types/pa_vdate.h 1.9:
13015: * www/htdocs/index.html 1.29:
13016: ^cache[file][date]{
13017: ^cache(seconds)
13018: ^cache[date]
13019: }
13020:
13021: * src/classes/xdoc.C 1.88:
13022: * src/classes/xnode.C 1.42:
13023: * src/classes/xnode.h 1.10:
13024: removed redundant pool param
13025:
13026: 2002-03-27 paf
13027: * operators.txt 1.27:
13028: * src/classes/op.C 1.77:
13029: * src/include/pa_config_fixed.h 1.42:
13030: * src/include/pa_request.h 1.124:
13031: * src/main/execute.C 1.222:
13032: * src/main/pa_request.C 1.196:
1.24 paf 13033: * www/cgi-bin/parser3.log 1.14:
1.15 paf 13034: decided agains resetting exception_trace, just changed name
13035:
13036: * operators.txt 1.28:
13037: * src/classes/date.C 1.22:
13038: * src/classes/double.C 1.44:
13039: * src/classes/file.C 1.74:
13040: * src/classes/form.C 1.22:
13041: * src/classes/hash.C 1.36:
13042: * src/classes/image.C 1.68:
13043: * src/classes/int.C 1.41:
13044: * src/classes/mail.C 1.60:
13045: * src/classes/math.C 1.16:
13046: * src/classes/op.C 1.78:
13047: * src/classes/string.C 1.98:
13048: * src/classes/table.C 1.146:
13049: * src/classes/void.C 1.17:
13050: * src/classes/xdoc.C 1.87:
13051: * src/classes/xnode.C 1.41:
13052: * src/include/pa_exception.h 1.33:
13053: * src/include/pa_request.h 1.125:
13054: * src/include/pa_stylesheet_connection.h 1.28:
13055: * src/main/compile.C 1.62:
13056: * src/main/compile_tools.C 1.46:
13057: * src/main/execute.C 1.223:
13058: * src/main/pa_array.C 1.48:
13059: * src/main/pa_charset.C 1.23:
13060: * src/main/pa_charsets.C 1.8:
13061: * src/main/pa_common.C 1.106:
13062: * src/main/pa_dictionary.C 1.14:
13063: * src/main/pa_exception.C 1.40:
13064: * src/main/pa_exec.C 1.34:
13065: * src/main/pa_pool.C 1.52:
13066: * src/main/pa_request.C 1.197:
13067: * src/main/pa_socks.C 1.14:
13068: * src/main/pa_sql_driver_manager.C 1.62:
13069: * src/main/pa_string.C 1.149:
13070: * src/main/pa_table.C 1.45:
13071: * src/main/untaint.C 1.99:
13072: * src/targets/apache13/mod_parser3.C 1.19:
13073: * src/targets/cgi/parser3.C 1.165:
13074: * src/targets/isapi/parser3isapi.C 1.67:
13075: * src/types/pa_value.h 1.80:
13076: * src/types/pa_vcookie.C 1.43:
13077: * src/types/pa_vfile.h 1.41:
13078: * src/types/pa_vform.C 1.54:
13079: * src/types/pa_vhash.h 1.30:
13080: * src/types/pa_vmethod_frame.h 1.23:
13081: * src/types/pa_vstatus.C 1.7:
13082: * src/types/pa_vtable.C 1.13:
13083: * src/types/pa_vxdoc.h 1.20:
13084: * src/types/pa_vxnode.h 1.13:
13085: * src/types/pa_wcontext.C 1.17:
13086: * src/types/pa_wwrapper.h 1.17:
1.24 paf 13087: * www/cgi-bin/parser3.log 1.15:
1.15 paf 13088: * www/htdocs/index.html 1.28:
13089: assigned exception types
13090:
13091: 2002-03-26 paf
13092: * operators.txt 1.24:
13093: * src/classes/date.C 1.20:
13094: * www/htdocs/index.html 1.25:
13095: fixed date roll on daylightsaving days
13096: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
13097:
13098: * src/classes/op.C 1.76:
13099: * www/htdocs/index.html 1.27:
13100: forced language of $source field of exception to 'tainted',
13101: so that sql-langed-frags could be outputed outside of connect
13102:
13103: * src/include/pa_common.h 1.76:
13104: * src/main/pa_exec.C 1.33:
13105: windows exec chdir fixed
13106:
13107: * operators.txt 1.25:
13108: * src/classes/date.C 1.21:
13109: * www/htdocs/index.html 1.26:
13110: removed date.roll limit of +-1 offset
13111:
13112: 2002-03-25 paf
13113: * INSTALL 1.13:
13114: comment on --disable-link-stdcpp
13115:
13116: * INSTALL 1.12:
13117: * configure 1.15:
13118: * configure.in 1.17:
13119: * src/targets/cgi/Makefile.am 1.33:
13120: * src/targets/cgi/Makefile.in 1.44:
13121: libstdc++ link skipping configure option
13122:
13123: * src/classes/file.C 1.73:
13124: * src/classes/mail.C 1.56:
13125: * src/include/pa_exec.h 1.8:
13126: * src/main/pa_exec.C 1.32:
13127: f(!forced_allow)
13128: to allow
13129: --with-sendmail to work with any/both
13130: --disable-foreign-group-files --disable-execs
13131:
13132: * src/classes/op.C 1.75:
13133: * src/include/pa_sql_connection.h 1.24:
13134: sql connection with error were put to cache with '
13135: marked_to_rollback' flag, all consequent even OK requests
13136: rolled back
13137:
13138: * INSTALL 1.16:
13139: "--with=sendmail=COMMAND"
13140: comment
13141:
13142: * INSTALL 1.15:
13143: * configure 1.16:
13144: * configure.in 1.18:
13145: * src/classes/mail.C 1.55:
13146: * src/include/pa_config_auto.h.in 1.24:
13147: * src/main/pa_exec.C 1.31:
13148: * src/targets/cgi/Makefile.am 1.34:
13149: * src/targets/cgi/Makefile.in 1.45:
13150: --disable-foreign-group-files now disables execs also.
13151: introducing --sendmail
13152:
13153: * INSTALL 1.14:
13154: * INSTALL 1.17:
13155: * src/classes/mail.C 1.57:
13156: * src/classes/mail.C 1.58:
13157: *** empty log message ***
13158:
13159: * operators.txt 1.22:
13160: pgsql options comment
13161:
13162: * operators.txt 1.23:
13163: * src/targets/cgi/parser3.C 1.164:
13164: http_site_config_filespec
13165:
13166: 2002-03-22 paf
13167: * operators.txt 1.21:
13168: few comments on sets
13169:
13170: * src/main/pa_exec.C 1.30:
13171: createprocess nowindow flag
13172: check on readfile false return
13173:
13174: 2002-03-18 paf
13175: * src/main/pa_charset.C 1.22:
13176: * src/targets/isapi/pa_threads.C 1.10:
13177: * src/types/pa_vdouble.h 1.34:
13178: removed some tested @tests
13179:
13180: * operators.txt 1.20:
13181: * src/classes/op.C 1.74:
13182: * src/include/pa_exception.h 1.32:
13183: * src/include/pa_globals.h 1.79:
13184: * src/include/pa_request.h 1.123:
13185: * src/include/pa_stack.h 1.14:
13186: * src/main/pa_globals.C 1.119:
13187: * src/main/pa_request.C 1.195:
1.24 paf 13188: * www/cgi-bin/parser3.log 1.12:
13189: * www/cgi-bin/parser3.log 1.13:
1.15 paf 13190: * www/htdocs/index.html 1.22:
13191: * www/htdocs/index.html 1.23:
13192: introducing ^try
13193:
13194: 2002-03-15 paf
13195: * operators.txt 1.19:
13196: * src/classes/table.C 1.145:
13197: * www/htdocs/index.html 1.21:
13198: ^table.locate(logical expr)
13199:
13200: 2002-03-13 paf
13201: * src/main/pa_exception.C 1.39:
13202: checked not-pooled malloc
13203:
13204: 2002-03-11 paf
13205: * src/types/pa_vfile.C 1.29:
13206: $file.text now 0A linebreaks,
13207: file::exec/cgi linebreaks "0D0A" changed to 0A onces
13208:
13209: * INSTALL 1.10:
13210: * configure 1.13:
13211: * configure.in 1.15:
13212: * src/include/pa_config_auto.h.in 1.22:
13213: * src/include/pa_config_fixed.h 1.40:
13214: * src/main/pa_exec.C 1.28:
13215: * src/main/pa_exec.C 1.29:
13216: * www/htdocs/index.html 1.18:
13217: * www/htdocs/index.html 1.19:
13218: * www/htdocs/index.html 1.20:
13219: --disable-execs
13220:
13221: * INSTALL 1.11:
13222: * configure 1.14:
13223: * configure.in 1.16:
13224: * src/include/pa_config_auto.h.in 1.23:
13225: * src/main/pa_common.C 1.105:
13226: --disable-foreign-group-files
13227:
13228: 2002-03-05 paf
13229: * src/targets/isapi/parser3isapi.C 1.66:
13230: * src/targets/isapi/parser3isapi.dsp 1.32:
13231: iis5 now requires headers to be terminated with \r\n manually [
13232: refuses to separate header/body itself]
13233:
13234: * operators.txt 1.17:
13235: * operators.txt 1.18:
13236: * src/classes/date.C 1.18:
13237: * src/classes/date.C 1.19:
13238: date week calendar columns named
13239:
13240: * src/main/pa_globals.C 1.118:
13241: * src/targets/cgi/parser3.C 1.163:
13242: * src/targets/isapi/parser3isapi.C 1.65:
13243: * www/htdocs/index.html 1.17:
13244: isapi site config beside .dll
13245:
13246: 2002-03-04 paf
13247: * src/targets/isapi/pa_threads.C 1.9:
13248: * src/targets/isapi/parser3isapi.C 1.64:
13249: * src/targets/isapi/parser3isapi.dsp 1.31:
13250: isapi updated
13251:
13252: * src/classes/op.C 1.73:
13253: * src/types/pa_vfile.C 1.28:
1.24 paf 13254: * www/cgi-bin/parser3.log 1.11:
1.15 paf 13255: * www/htdocs/index.html 1.16:
13256: process body now evaluated in PASS language
13257:
13258: * src/classes/op.C 1.72:
13259: * src/include/pa_string.h 1.132:
13260: * src/main/pa_string.C 1.148:
13261: string deserialize checks on broken file
13262:
13263: 2002-03-01 paf
13264: * src/main/pa_exec.C 1.27:
13265: execle -> execve, now argc OK
13266:
13267: 2002-02-28 paf
13268: * src/main/pa_string.C 1.147:
13269: origin by first piece preferred before last piece
13270:
13271: * src/main/pa_charsets.C 1.7:
13272: when placing charset to cache using global name now [were
13273: request]
13274:
13275: * configure 1.12:
13276: * configure.in 1.14:
13277: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
13278: * src/targets/apache13/mod_parser3.C 1.18:
13279: * src/targets/apache13/p3runConfigure.in 1.9:
13280: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 13281: * www/cgi-bin/parser3.log 1.10:
1.15 paf 13282: * www/htdocs/auto.p 1.7:
13283: apache module updated
13284:
13285: * src/main/untaint.C 1.98:
13286: removed some debug comments
13287:
13288: 2002-02-27 paf
13289: * src/main/pa_charset.C 1.21:
13290: size_t
13291:
13292: * INSTALL 1.9:
13293: shared/static-xml
13294: with-pathlink
13295:
13296: * operators.txt 1.15:
13297: * operators.txt 1.16:
13298: SMTP comment
13299:
13300: 2002-02-26 paf
13301: * src/classes/xnode.C 1.40:
1.24 paf 13302: * www/cgi-bin/parser3.log 1.9:
1.15 paf 13303: * www/htdocs/auto.p 1.6:
13304: * www/htdocs/global.xsl 1.4:
13305: * www/htdocs/index.html 1.15:
13306: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
13307: checked that
13308:
13309: * src/main/pa_exec.C 1.26:
13310: more precise names for vars, cosmetic
13311:
13312: 2002-02-22 paf
13313: * operators.txt 1.14:
13314: * src/types/pa_vcookie.C 1.41:
13315: * src/types/pa_vcookie.C 1.42:
1.24 paf 13316: * www/cgi-bin/parser3.log 1.5:
1.15 paf 13317: cookie "expires=0" = "session"
13318:
13319: * src/include/pa_string.h 1.131:
13320: * src/main/pa_string.C 1.144:
13321: * src/main/pa_string.C 1.145:
13322: * src/main/pa_string.C 1.146:
1.24 paf 13323: * www/cgi-bin/parser3.log 1.6:
13324: * www/cgi-bin/parser3.log 1.7:
13325: * www/cgi-bin/parser3.log 1.8:
1.15 paf 13326: * www/htdocs/auto.p 1.5:
13327: * www/htdocs/index.html 1.14:
13328: string iterators fixed again, so were String::join_chain
13329:
13330: * configure 1.11:
13331: * configure.in 1.13:
13332: glib###.a detection fixed
13333:
13334: * Makefile.in 1.7:
13335: * configure 1.9:
13336: * configure.in 1.11:
13337: * etc/Makefile.in 1.4:
13338: * etc/parser3.charsets/Makefile.in 1.6:
13339: * src/Makefile.in 1.45:
13340: * src/classes/Makefile.am 1.38:
13341: * src/classes/Makefile.in 1.43:
13342: * src/classes/hashfile.C 1.23:
13343: * src/include/Makefile.am 1.2:
13344: * src/include/Makefile.in 1.3:
13345: * src/include/pa_config_auto.h.in 1.20:
13346: * src/include/pa_db_connection.h 1.22:
13347: * src/include/pa_db_manager.h 1.15:
13348: * src/include/pa_db_table.h 1.16:
13349: * src/main/Makefile.am 1.31:
13350: * src/main/Makefile.in 1.39:
13351: * src/main/pa_db_connection.C 1.38:
13352: * src/main/pa_db_manager.C 1.23:
13353: * src/main/pa_db_table.C 1.21:
13354: * src/main/pa_globals.C 1.117:
13355: * src/sql/Makefile.in 1.3:
13356: * src/targets/Makefile.in 1.34:
13357: * src/targets/apache13/Makefile.in 1.32:
13358: * src/targets/apache13/p3runConfigure.in 1.8:
13359: * src/targets/cgi/Makefile.am 1.32:
13360: * src/targets/cgi/Makefile.in 1.43:
13361: * src/targets/isapi/Makefile.in 1.3:
13362: * src/types/Makefile.am 1.20:
13363: * src/types/Makefile.in 1.35:
13364: * src/types/pa_vhashfile.C 1.21:
13365: * src/types/pa_vhashfile.h 1.16:
13366: removed hashfile support for now
13367:
13368: * acconfig.h 1.1:
13369: acconfig move in cvs[from src/libltdl to /]
13370:
13371: * etc/parser3.charsets/windows-1251.cfg 1.2:
13372: °
13373:
13374: * Makefile.am 1.4:
13375: * Makefile.in 1.9:
13376: make update
13377:
13378: * INSTALL 1.7:
13379: hashfile removed from INSTALL
13380:
13381: * Makefile.in 1.8:
13382: * configure 1.10:
13383: * configure.in 1.12:
13384: * src/include/pa_config_auto.h.in 1.21:
13385: --with-shared-xml
13386: --with-static-xml
13387:
13388: * INSTALL 1.8:
13389: without-zlib comment
13390:
13391: * operators.txt 1.13:
13392: * src/classes/classes.dsp 1.16:
13393: * src/main/main.dsp 1.148:
13394: * src/types/types.dsp 1.20:
13395: removed hashfile support from sources for now
13396:
13397: * src/classes/classes.dsp 1.17:
13398: * src/main/compile.tab.C 1.45:
13399: * src/main/main.dsp 1.149:
13400: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
13401: * src/targets/cgi/parser3.dsp 1.43:
13402: * src/targets/isapi/parser3isapi.dsp 1.30:
13403: * src/types/types.dsp 1.21:
13404: *.dsp: removed refereces to win32db & ancient xalan&xml
13405:
13406: 2002-02-21 paf
13407: * Makefile.am 1.3:
13408: * Makefile.in 1.6:
13409: make cvsupdate
13410:
13411: * src/main/untaint.C 1.97:
1.24 paf 13412: * www/cgi-bin/parser3.log 1.4:
1.15 paf 13413: removed debug code, activated commented-for debug parts
13414:
13415: * src/include/pa_string.h 1.130:
13416: * src/include/pa_types.h 1.39:
13417: * src/main/pa_string.C 1.143:
13418: * src/main/untaint.C 1.96:
1.24 paf 13419: * www/cgi-bin/parser3.log 1.3:
1.15 paf 13420: STRING_*FOREACH_ROW
13421: changed to stop at append_row, not at link zero
13422: now string to string appending works
13423:
13424: 2002-02-20 paf
13425: * src/include/pa_string.h 1.129:
13426: * src/main/execute.C 1.221:
13427: * src/main/untaint.C 1.95:
13428: * src/targets/cgi/pa_pool.C 1.38:
13429: * src/targets/cgi/parser3.C 1.162:
13430: * www/htdocs/index.html 1.13:
13431: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
13432:
13433: * src/include/pa_string.h 1.128:
13434: * src/main/pa_string.C 1.142:
13435: * src/main/untaint.C 1.94:
1.24 paf 13436: * www/cgi-bin/parser3.log 1.2:
1.15 paf 13437: economy: 22%
13438:
13439: * operators.txt 1.12:
13440: * src/include/pa_common.h 1.75:
13441: * src/include/pa_config_fixed.h 1.39:
13442: * src/include/pa_string.h 1.125:
13443: * src/include/pa_types.h 1.38:
13444: * src/main/compile.tab.C 1.44:
13445: * src/main/execute.C 1.220:
13446: * src/main/pa_string.C 1.139:
13447: * src/main/untaint.C 1.91:
13448: * src/targets/cgi/pa_pool.C 1.37:
13449: * src/targets/cgi/parser3.C 1.160:
13450: * www/htdocs/auto.p 1.4:
13451: * www/htdocs/global.xsl 1.3:
13452: * www/htdocs/index.html 1.11:
13453: strign to string append optimiziation idea and estimates
13454:
13455: * src/include/pa_string.h 1.126:
13456: * src/include/pa_stylesheet_connection.h 1.27:
13457: * src/main/pa_db_manager.C 1.22:
13458: * src/main/pa_dictionary.C 1.13:
13459: * src/main/pa_string.C 1.140:
13460: * src/main/untaint.C 1.92:
13461: * src/targets/cgi/parser3.C 1.161:
13462: * src/types/pa_vcookie.C 1.40:
13463: * src/types/pa_vstring.h 1.42:
13464: * www/htdocs/index.html 1.12:
13465: speed uptimized: string::is_empty
13466:
13467: * src/include/pa_string.h 1.127:
13468: * src/main/pa_string.C 1.141:
13469: * src/main/untaint.C 1.93:
1.24 paf 13470: * www/cgi-bin/parser3.log 1.1:
1.15 paf 13471: space uptimized: string::link_row removed
13472:
13473: 2002-02-19 paf
13474: * src/classes/xdoc.C 1.86:
13475: * src/classes/xnode.C 1.39:
13476: getElementsByTagName and *NS moved to node [element]
13477:
13478: * src/classes/math.C 1.15:
13479: not used directly [but erroreously reported that 'is', thus
13480: registering twice&other probs]
13481:
13482: * src/main/compile.C 1.59:
13483: * src/main/compile.C 1.60:
13484: without string_origins not worked
13485:
13486: * src/main/compile.C 1.61:
13487: without string_origins parse error file+line+col possible
13488:
13489: 2002-02-18 paf
13490: * src/types/pa_vdouble.h 1.33:
13491: since we have in_expression
13492: removed that trick i've installed into double::as_string
13493:
13494: * INSTALL 1.6:
13495: local install comment
13496:
13497: * src/main/compile.tab.C 1.41:
13498: * src/main/compile.y 1.181:
13499: * www/htdocs/global.xsl 1.2:
13500: * www/htdocs/index.html 1.7:
13501: integer division stops name
13502:
13503: * Makefile.in 1.4:
13504: * acinclude.m4 1.2:
13505: * aclocal.m4 1.2:
13506: * configure 1.8:
13507: * configure.in 1.10:
13508: * etc/Makefile.in 1.3:
13509: * etc/parser3.charsets/Makefile.in 1.5:
13510: * src/Makefile.in 1.44:
13511: * src/classes/Makefile.in 1.42:
13512: * src/include/Makefile.in 1.2:
13513: * src/include/pa_config_auto.h.in 1.19:
13514: * src/include/pa_config_includes.h 1.19:
13515: * src/main/Makefile.in 1.38:
13516: * src/sql/Makefile.in 1.2:
13517: * src/targets/Makefile.in 1.33:
13518: * src/targets/apache13/Makefile.in 1.31:
13519: * src/targets/apache13/p3runConfigure.in 1.7:
13520: * src/targets/cgi/Makefile.am 1.30:
13521: * src/targets/cgi/Makefile.in 1.41:
13522: * src/targets/cgi/parser3.C 1.157:
13523: * src/targets/isapi/Makefile.in 1.2:
13524: * src/types/Makefile.in 1.34:
13525: removed libtool usage from build mech
13526:
1.24 paf 13527: * src/classes/math.C 1.14:
13528: * www/htdocs/index.html 1.8:
13529: math:random range check fixed
13530:
1.15 paf 13531: * operators.txt 1.10:
13532: * src/classes/date.C 1.17:
13533: date::create [were date::set, with backward comp
13534:
13535: * src/main/compile.tab.C 1.42:
13536: bison env set so one could compile without cygwin installed
13537:
13538: * src/targets/cgi/Makefile.am 1.31:
13539: * src/targets/cgi/Makefile.in 1.42:
13540: * src/targets/cgi/parser3.C 1.158:
13541: *** empty log message ***
13542:
13543: * src/main/pa_globals.C 1.116:
13544: extern "C" was removed too fast
13545:
13546: * Makefile.in 1.5:
13547: * ltconfig 1.2:
13548: * ltmain.sh 1.2:
13549: removed libtool subpart files
13550:
13551: * src/main/main.dsp 1.147:
13552: * src/main/pa_globals.C 1.115:
13553: removed unneded
13554: #ifdef __cplusplus
13555: }
13556: #endif
13557:
13558: * src/include/pa_opcode.h 1.15:
13559: * src/include/pa_request.h 1.122:
13560: * src/main/compile.tab.C 1.43:
13561: * src/main/compile.y 1.182:
13562: * src/main/execute.C 1.219:
13563: * src/types/pa_wcontext.h 1.28:
13564: * www/htdocs/index.html 1.10:
13565: * www/htdocs/index.html 1.9:
13566: in_expression
13567: aimed to solve old problem with string/nonstring values,
13568: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
13569:
13570: * operators.txt 1.11:
13571: * src/targets/cgi/parser3.C 1.159:
13572: PARSER_ROOT_CONFIG
13573:
13574: * src/classes/classes.dsp 1.15:
13575: * src/main/main.dsp 1.146:
13576: * src/main/pa_globals.C 1.114:
13577: * src/targets/cgi/parser3.dsp 1.42:
13578: * src/types/types.dsp 1.19:
13579: win32xml now contains gnome xml libs
13580: parser .dsp-s changed accordingly
13581:
13582: * operators.txt 1.9:
13583: \ comment
13584:
13585: 2002-02-13 paf
13586: * INSTALL 1.5:
13587: * configure 1.7:
13588: * configure.in 1.9:
13589: * src/targets/cgi/Makefile.am 1.29:
13590: * src/targets/cgi/Makefile.in 1.40:
13591: --with-glib-config
13592: CXXLINK=$(CC) for targets/cgi/parser3
13593:
13594: * src/include/pa_config_includes.h 1.18:
13595: sys/time time both included now.
13596: vaguely remember confilicts on this on some system [not on six|ablv]
13597: so when would see them again would think up proper check
13598:
13599: * etc/parser3.charsets/windows-1257.cfg 1.1:
13600: * src/targets/cgi/parser3.C 1.156:
13601: baltic charset file generated, in generation script ispunct
13602: check added
13603:
13604: * src/main/pa_common.C 1.103:
13605: strnchr: sanity check added
13606:
13607: * src/main/pa_common.C 1.104:
13608: truncation never occured when writing files on unix [since i've changed cache mech]
13609: fix
13610:
13611: * etc/parser3.charsets/windows-1257.cfg 1.2:
13612: id added
13613:
13614: 2002-02-08 paf
13615: * src/classes/classes.C 1.14:
13616: * src/classes/classes.h 1.15:
13617: * src/classes/date.C 1.15:
13618: * src/classes/double.C 1.42:
13619: * src/classes/file.C 1.71:
13620: * src/classes/form.C 1.20:
13621: * src/classes/hash.C 1.34:
13622: * src/classes/hashfile.C 1.21:
13623: * src/classes/image.C 1.65:
13624: * src/classes/int.C 1.39:
13625: * src/classes/mail.C 1.53:
13626: * src/classes/math.C 1.12:
13627: * src/classes/op.C 1.70:
13628: * src/classes/response.C 1.17:
13629: * src/classes/string.C 1.96:
13630: * src/classes/table.C 1.143:
13631: * src/classes/void.C 1.15:
13632: * src/classes/xdoc.C 1.84:
13633: * src/classes/xnode.C 1.37:
13634: * src/classes/xnode.h 1.8:
13635: * src/include/pa_array.h 1.52:
13636: * src/include/pa_cache_managers.h 1.5:
13637: * src/include/pa_charset.h 1.13:
13638: * src/include/pa_charsets.h 1.4:
13639: * src/include/pa_common.h 1.73:
13640: * src/include/pa_config_fixed.h 1.37:
13641: * src/include/pa_config_includes.h 1.16:
13642: * src/include/pa_db_connection.h 1.20:
13643: * src/include/pa_db_manager.h 1.13:
13644: * src/include/pa_db_table.h 1.14:
13645: * src/include/pa_dictionary.h 1.9:
13646: * src/include/pa_dir.h 1.9:
13647: * src/include/pa_exception.h 1.30:
13648: * src/include/pa_exec.h 1.6:
13649: * src/include/pa_globals.h 1.77:
13650: * src/include/pa_hash.h 1.53:
13651: * src/include/pa_opcode.h 1.13:
13652: * src/include/pa_pool.h 1.77:
13653: * src/include/pa_pragma_pack_begin.h 1.3:
13654: * src/include/pa_pragma_pack_end.h 1.3:
13655: * src/include/pa_request.h 1.120:
13656: * src/include/pa_sapi.h 1.17:
13657: * src/include/pa_socks.h 1.7:
13658: * src/include/pa_sql_connection.h 1.22:
13659: * src/include/pa_sql_driver_manager.h 1.22:
13660: * src/include/pa_stack.h 1.12:
13661: * src/include/pa_string.h 1.123:
13662: * src/include/pa_stylesheet_connection.h 1.25:
13663: * src/include/pa_stylesheet_manager.h 1.11:
13664: * src/include/pa_table.h 1.40:
13665: * src/include/pa_threads.h 1.22:
13666: * src/include/pa_types.h 1.36:
13667: * src/main/compile.C 1.57:
13668: * src/main/compile.tab.C 1.40:
13669: * src/main/compile_tools.C 1.44:
13670: * src/main/compile_tools.h 1.57:
13671: * src/main/execute.C 1.217:
13672: * src/main/pa_array.C 1.46:
13673: * src/main/pa_cache_managers.C 1.3:
13674: * src/main/pa_charset.C 1.19:
13675: * src/main/pa_charsets.C 1.5:
13676: * src/main/pa_common.C 1.100:
13677: * src/main/pa_db_connection.C 1.36:
13678: * src/main/pa_db_manager.C 1.20:
13679: * src/main/pa_db_table.C 1.19:
13680: * src/main/pa_dictionary.C 1.11:
13681: * src/main/pa_dir.C 1.10:
13682: * src/main/pa_exception.C 1.37:
13683: * src/main/pa_exec.C 1.24:
13684: * src/main/pa_globals.C 1.112:
13685: * src/main/pa_hash.C 1.49:
13686: * src/main/pa_pool.C 1.50:
13687: * src/main/pa_request.C 1.193:
13688: * src/main/pa_socks.C 1.12:
13689: * src/main/pa_sql_driver_manager.C 1.60:
13690: * src/main/pa_status_provider.C 1.3:
13691: * src/main/pa_string.C 1.137:
13692: * src/main/pa_stylesheet_manager.C 1.12:
13693: * src/main/pa_table.C 1.43:
13694: * src/main/untaint.C 1.88:
13695: * src/sql/pa_sql_driver.h 1.25:
13696: * src/targets/apache13/mod_parser3.C 1.16:
13697: * src/targets/apache13/pa_pool.C 1.4:
13698: * src/targets/apache13/pa_threads.C 1.6:
13699: * src/targets/cgi/pa_pool.C 1.35:
13700: * src/targets/cgi/pa_threads.C 1.8:
13701: * src/targets/cgi/parser3.C 1.153:
13702: * src/targets/cgi/pool_storage.h 1.8:
13703: * src/targets/isapi/pa_pool.C 1.11:
13704: * src/targets/isapi/pa_threads.C 1.7:
13705: * src/targets/isapi/parser3isapi.C 1.62:
13706: * src/targets/isapi/pool_storage.h 1.14:
13707: * src/types/pa_valiased.C 1.12:
13708: * src/types/pa_valiased.h 1.17:
13709: * src/types/pa_value.h 1.78:
13710: * src/types/pa_vbool.h 1.16:
13711: * src/types/pa_vclass.h 1.23:
13712: * src/types/pa_vcode_frame.h 1.13:
13713: * src/types/pa_vcookie.C 1.33:
13714: * src/types/pa_vcookie.h 1.14:
13715: * src/types/pa_vdate.h 1.7:
13716: * src/types/pa_vdouble.h 1.31:
13717: * src/types/pa_venv.h 1.19:
13718: * src/types/pa_vfile.C 1.25:
13719: * src/types/pa_vfile.h 1.39:
13720: * src/types/pa_vform.C 1.51:
13721: * src/types/pa_vform.h 1.32:
13722: * src/types/pa_vhash.h 1.28:
13723: * src/types/pa_vhashfile.C 1.18:
13724: * src/types/pa_vhashfile.h 1.14:
13725: * src/types/pa_vimage.C 1.15:
13726: * src/types/pa_vimage.h 1.23:
13727: * src/types/pa_vint.h 1.30:
13728: * src/types/pa_vjunction.h 1.11:
13729: * src/types/pa_vmath.h 1.5:
13730: * src/types/pa_vmethod_frame.h 1.21:
13731: * src/types/pa_vobject.h 1.15:
13732: * src/types/pa_vrequest.C 1.15:
13733: * src/types/pa_vrequest.h 1.15:
13734: * src/types/pa_vresponse.C 1.3:
13735: * src/types/pa_vresponse.h 1.20:
13736: * src/types/pa_vstateless_class.C 1.12:
13737: * src/types/pa_vstateless_class.h 1.22:
13738: * src/types/pa_vstateless_object.h 1.14:
13739: * src/types/pa_vstatus.C 1.5:
13740: * src/types/pa_vstatus.h 1.6:
13741: * src/types/pa_vstring.C 1.15:
13742: * src/types/pa_vstring.h 1.40:
13743: * src/types/pa_vtable.C 1.10:
13744: * src/types/pa_vtable.h 1.36:
13745: * src/types/pa_vvoid.h 1.7:
13746: * src/types/pa_vxdoc.C 1.10:
13747: * src/types/pa_vxdoc.h 1.18:
13748: * src/types/pa_vxnode.C 1.14:
13749: * src/types/pa_vxnode.h 1.11:
13750: * src/types/pa_wcontext.C 1.14:
13751: * src/types/pa_wcontext.h 1.26:
13752: * src/types/pa_wwrapper.h 1.15:
13753: 2002
13754:
13755: * src/types/pa_vcookie.C 1.36:
13756: * src/types/pa_vcookie.C 1.37:
13757: * src/types/pa_vcookie.C 1.38:
13758: * src/types/pa_vcookie.C 1.39:
13759: VCookie::fill_fields one check forgotten
13760:
13761: * src/include/Makefile.am 1.1:
13762: * src/include/Makefile.in 1.1:
13763: * src/sql/Makefile.am 1.3:
13764: * src/sql/Makefile.in 1.1:
13765: * src/targets/isapi/Makefile.am 1.1:
13766: * src/targets/isapi/Makefile.in 1.1:
13767: forgotten makes
13768:
13769: * AUTHORS 1.2:
13770: * COPYING 1.2:
13771: * INSTALL 1.3:
13772: * INSTALL 1.4:
13773: * README 1.2:
13774: install&others updated
13775:
13776: * Makefile.am 1.2:
13777: * Makefile.in 1.3:
13778: * configure 1.6:
13779: * configure.in 1.8:
13780: * etc/parser3.charsets/Makefile.am 1.2:
13781: * etc/parser3.charsets/Makefile.in 1.4:
13782: * src/Makefile.am 1.15:
13783: * src/Makefile.in 1.43:
13784: * src/classes/Makefile.am 1.37:
13785: * src/classes/Makefile.in 1.41:
13786: * src/main/Makefile.am 1.30:
13787: * src/main/Makefile.in 1.37:
13788: * src/main/pa_status_provider.C 1.5:
13789: * src/targets/Makefile.am 1.9:
13790: * src/targets/Makefile.in 1.32:
13791: * src/targets/apache13/Makefile.am 1.11:
13792: * src/targets/apache13/Makefile.in 1.30:
13793: * src/targets/cgi/Makefile.am 1.28:
13794: * src/targets/cgi/Makefile.in 1.39:
13795: * src/types/Makefile.am 1.19:
13796: * src/types/Makefile.in 1.33:
13797: 'make dist' works
13798:
13799: * src/classes/classes.C 1.15:
13800: * src/classes/classes.h 1.16:
13801: * src/classes/date.C 1.16:
13802: * src/classes/double.C 1.43:
13803: * src/classes/file.C 1.72:
13804: * src/classes/form.C 1.21:
13805: * src/classes/hash.C 1.35:
13806: * src/classes/hashfile.C 1.22:
13807: * src/classes/image.C 1.66:
13808: * src/classes/image.C 1.67:
13809: * src/classes/int.C 1.40:
13810: * src/classes/mail.C 1.54:
13811: * src/classes/math.C 1.13:
13812: * src/classes/op.C 1.71:
13813: * src/classes/response.C 1.18:
13814: * src/classes/string.C 1.97:
13815: * src/classes/table.C 1.144:
13816: * src/classes/void.C 1.16:
13817: * src/classes/xdoc.C 1.85:
13818: * src/classes/xnode.C 1.38:
13819: * src/classes/xnode.h 1.9:
13820: * src/include/pa_array.h 1.53:
13821: * src/include/pa_cache_managers.h 1.6:
13822: * src/include/pa_charset.h 1.14:
13823: * src/include/pa_charsets.h 1.5:
13824: * src/include/pa_common.h 1.74:
13825: * src/include/pa_config_fixed.h 1.38:
13826: * src/include/pa_config_includes.h 1.17:
13827: * src/include/pa_db_connection.h 1.21:
13828: * src/include/pa_db_manager.h 1.14:
13829: * src/include/pa_db_table.h 1.15:
13830: * src/include/pa_dictionary.h 1.10:
13831: * src/include/pa_dir.h 1.10:
13832: * src/include/pa_exception.h 1.31:
13833: * src/include/pa_exec.h 1.7:
13834: * src/include/pa_globals.h 1.78:
13835: * src/include/pa_hash.h 1.54:
13836: * src/include/pa_opcode.h 1.14:
13837: * src/include/pa_pool.h 1.78:
13838: * src/include/pa_pragma_pack_begin.h 1.4:
13839: * src/include/pa_pragma_pack_end.h 1.4:
13840: * src/include/pa_request.h 1.121:
13841: * src/include/pa_sapi.h 1.18:
13842: * src/include/pa_socks.h 1.8:
13843: * src/include/pa_sql_connection.h 1.23:
13844: * src/include/pa_sql_driver_manager.h 1.23:
13845: * src/include/pa_stack.h 1.13:
13846: * src/include/pa_string.h 1.124:
13847: * src/include/pa_stylesheet_connection.h 1.26:
13848: * src/include/pa_stylesheet_manager.h 1.12:
13849: * src/include/pa_table.h 1.41:
13850: * src/include/pa_threads.h 1.23:
13851: * src/include/pa_types.h 1.37:
13852: * src/main/compile.C 1.58:
13853: * src/main/compile_tools.C 1.45:
13854: * src/main/compile_tools.h 1.58:
13855: * src/main/execute.C 1.218:
13856: * src/main/pa_array.C 1.47:
13857: * src/main/pa_cache_managers.C 1.4:
13858: * src/main/pa_charset.C 1.20:
13859: * src/main/pa_charsets.C 1.6:
13860: * src/main/pa_common.C 1.101:
13861: * src/main/pa_common.C 1.102:
13862: * src/main/pa_db_connection.C 1.37:
13863: * src/main/pa_db_manager.C 1.21:
13864: * src/main/pa_db_table.C 1.20:
13865: * src/main/pa_dictionary.C 1.12:
13866: * src/main/pa_dir.C 1.11:
13867: * src/main/pa_exception.C 1.38:
13868: * src/main/pa_exec.C 1.25:
13869: * src/main/pa_globals.C 1.113:
13870: * src/main/pa_hash.C 1.50:
13871: * src/main/pa_pool.C 1.51:
13872: * src/main/pa_request.C 1.194:
13873: * src/main/pa_socks.C 1.13:
13874: * src/main/pa_sql_driver_manager.C 1.61:
13875: * src/main/pa_status_provider.C 1.4:
13876: * src/main/pa_string.C 1.138:
13877: * src/main/pa_stylesheet_manager.C 1.13:
13878: * src/main/pa_table.C 1.44:
13879: * src/main/untaint.C 1.89:
13880: * src/main/untaint.C 1.90:
13881: * src/sql/pa_sql_driver.h 1.26:
13882: * src/targets/apache13/mod_parser3.C 1.17:
13883: * src/targets/apache13/pa_pool.C 1.5:
13884: * src/targets/apache13/pa_threads.C 1.7:
13885: * src/targets/cgi/pa_pool.C 1.36:
13886: * src/targets/cgi/pa_threads.C 1.9:
13887: * src/targets/cgi/parser3.C 1.154:
13888: * src/targets/cgi/parser3.C 1.155:
13889: * src/targets/cgi/pool_storage.h 1.9:
13890: * src/targets/isapi/pa_pool.C 1.12:
13891: * src/targets/isapi/pa_threads.C 1.8:
13892: * src/targets/isapi/parser3isapi.C 1.63:
13893: * src/targets/isapi/pool_storage.h 1.15:
13894: * src/types/pa_valiased.C 1.13:
13895: * src/types/pa_valiased.h 1.18:
13896: * src/types/pa_value.h 1.79:
13897: * src/types/pa_vbool.h 1.17:
13898: * src/types/pa_vclass.h 1.24:
13899: * src/types/pa_vcode_frame.h 1.14:
13900: * src/types/pa_vcookie.C 1.34:
13901: * src/types/pa_vcookie.C 1.35:
13902: * src/types/pa_vcookie.h 1.15:
13903: * src/types/pa_vdate.h 1.8:
13904: * src/types/pa_vdouble.h 1.32:
13905: * src/types/pa_venv.h 1.20:
13906: * src/types/pa_vfile.C 1.26:
13907: * src/types/pa_vfile.C 1.27:
13908: * src/types/pa_vfile.h 1.40:
13909: * src/types/pa_vform.C 1.52:
13910: * src/types/pa_vform.C 1.53:
13911: * src/types/pa_vform.h 1.33:
13912: * src/types/pa_vhash.h 1.29:
13913: * src/types/pa_vhashfile.C 1.19:
13914: * src/types/pa_vhashfile.C 1.20:
13915: * src/types/pa_vhashfile.h 1.15:
13916: * src/types/pa_vimage.C 1.16:
13917: * src/types/pa_vimage.C 1.17:
13918: * src/types/pa_vimage.h 1.24:
13919: * src/types/pa_vint.h 1.31:
13920: * src/types/pa_vjunction.h 1.12:
13921: * src/types/pa_vmath.h 1.6:
13922: * src/types/pa_vmethod_frame.h 1.22:
13923: * src/types/pa_vobject.h 1.16:
13924: * src/types/pa_vrequest.C 1.16:
13925: * src/types/pa_vrequest.C 1.17:
13926: * src/types/pa_vrequest.h 1.16:
13927: * src/types/pa_vresponse.C 1.4:
13928: * src/types/pa_vresponse.C 1.5:
13929: * src/types/pa_vresponse.h 1.21:
13930: * src/types/pa_vstateless_class.C 1.13:
13931: * src/types/pa_vstateless_class.h 1.23:
13932: * src/types/pa_vstateless_object.h 1.15:
13933: * src/types/pa_vstatus.C 1.6:
13934: * src/types/pa_vstatus.h 1.7:
13935: * src/types/pa_vstring.C 1.16:
13936: * src/types/pa_vstring.C 1.17:
13937: * src/types/pa_vstring.h 1.41:
13938: * src/types/pa_vtable.C 1.11:
13939: * src/types/pa_vtable.C 1.12:
13940: * src/types/pa_vtable.h 1.37:
13941: * src/types/pa_vvoid.h 1.8:
13942: * src/types/pa_vxdoc.C 1.11:
13943: * src/types/pa_vxdoc.C 1.12:
13944: * src/types/pa_vxdoc.h 1.19:
13945: * src/types/pa_vxnode.C 1.15:
13946: * src/types/pa_vxnode.C 1.16:
13947: * src/types/pa_vxnode.h 1.12:
13948: * src/types/pa_wcontext.C 1.15:
13949: * src/types/pa_wcontext.h 1.27:
13950: * src/types/pa_wwrapper.h 1.16:
13951: name spelling
13952:
13953: 2002-02-07 paf
13954: * src/main/compile.C 1.56:
13955: * src/main/compile.tab.C 1.39:
13956: * src/main/compile.y 1.180:
13957: * src/main/compile_tools.h 1.56:
13958: disabled $if reference due to conflicts with local variables
13959:
13960: * configure 1.5:
13961: * configure.in 1.7:
13962: * src/classes/Makefile.in 1.39:
13963: * src/include/pa_config_auto.h.in 1.18:
13964: * src/main/Makefile.in 1.35:
13965: * src/main/pa_common.C 1.99:
13966: * src/main/pa_socks.C 1.10:
13967: * src/targets/Makefile.in 1.30:
13968: * src/targets/cgi/Makefile.in 1.37:
13969: * src/types/Makefile.in 1.31:
13970: compiled under cygwin
13971: added yet another locking function: fcntl
13972:
13973: * src/classes/Makefile.in 1.40:
13974: * src/main/Makefile.in 1.36:
13975: * src/targets/Makefile.in 1.31:
13976: * src/targets/apache13/Makefile.in 1.29:
13977: * src/targets/cgi/Makefile.in 1.38:
13978: * src/types/Makefile.in 1.32:
13979: makes
13980:
13981: * src/include/pa_array.h 1.50:
13982: * src/main/compile.C 1.55:
13983: * src/main/compile.tab.C 1.37:
13984: * src/main/compile.y 1.179:
13985: * src/main/compile_tools.C 1.43:
13986: * src/main/compile_tools.h 1.55:
13987: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
13988: OP_VALUE+string+OP_GET_ELEMENT.
13989: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
13990: to form
13991: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
13992: code
13993:
13994: * operators.txt 1.6:
13995: * src/classes/string.C 1.95:
13996: * src/include/pa_config_fixed.h 1.35:
13997: * src/main/compile.tab.C 1.38:
13998: ^int/double/string.format
13999: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
14000: retaining backward compatibility due to some already-implemented servers
14001:
14002: * config.sub 1.2:
14003: on cygwin configure passes it with strange i1586 const, hacked
14004: it to mean i586
14005:
14006: * src/main/pa_socks.C 1.11:
14007: swapped headers to avoid compiler warnings
14008:
14009: * operators.txt 1.7:
14010: * src/classes/table.C 1.142:
14011: * src/include/pa_array.h 1.51:
14012: * src/include/pa_table.h 1.39:
14013: * src/main/pa_array.C 1.45:
14014: * src/main/pa_table.C 1.42:
14015: * www/htdocs/auto.p 1.3:
14016: * www/htdocs/index.html 1.6:
14017: table::create now // 'set' name obsolete now
14018: table clone.
14019:
14020: * operators.txt 1.8:
14021: * src/classes/xdoc.C 1.83:
14022: * src/include/pa_config_fixed.h 1.36:
14023: xdoc::set obsolete now, now xdoc::create, with both sences
14024:
14025: 2002-02-06 paf
14026: * src/classes/mail.C 1.52:
14027: *** empty log message ***
14028:
14029: * configure 1.4:
14030: * configure.in 1.6:
14031: prefix expanded, grr
14032:
14033: * operators.txt 1.5:
14034: * src/classes/mail.C 1.51:
14035: mail:send config changed
14036:
14037: 2002-02-05 paf
14038: * configure.in 1.3:
14039: * operators.txt 1.2:
14040: * src/classes/file.C 1.70:
14041: * src/classes/op.C 1.69:
14042: * src/include/pa_common.h 1.72:
14043: * src/include/pa_config_includes.h 1.15:
14044: * src/main/compile.tab.C 1.36:
14045: * src/main/pa_common.C 1.98:
14046: * www/htdocs/index.html 1.5:
14047: rewritten ^cache to use non-blocking-exclusive-caches
14048:
14049: * src/types/pa_vstatus.C 1.4:
14050: status:rusage 3
14051:
14052: * src/main/pa_common.C 1.97:
14053: text file read mode on win32 adjusted [speed impact. was off
14054: for debugging purpose, but forgotten afterwards]
14055:
14056: * operators.txt 1.3:
14057: status:rusage described int operators
14058:
14059: * configure.in 1.4:
14060: * src/types/Makefile.am 1.18:
14061: * src/types/pa_vstatus.h 1.5:
14062: * src/types/types.dsp 1.18:
14063: status:rusage
14064:
14065: * src/types/pa_vstatus.C 1.1:
14066: status:rusage 1
14067:
14068: * configure 1.3:
14069: * configure.in 1.5:
14070: * src/include/pa_config_auto.h.in 1.17:
14071: * src/types/Makefile.in 1.30:
14072: * src/types/pa_vstatus.C 1.2:
14073: *** empty log message ***
14074:
14075: * src/main/pa_exec.C 1.22.14.1:
14076: * src/main/pa_exec.C 1.23:
14077: argv0 now correct
14078:
14079: * src/types/pa_vstatus.C 1.3:
14080: status:rusage 2
14081:
14082: * operators.txt 1.4:
14083: regex options commented
14084:
14085: 2002-02-01 paf
14086: * src/classes/op.C 1.62.2.1.2.3:
14087: file_write does EX lock after create,
14088: while file_read does SH after open,
14089: 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,
14090: added a check for that in ^cache...read
14091:
14092: 2002-01-31 paf
14093: * src/main/execute.C 1.210:
14094: * www/htdocs/index.html 1.3:
14095: operators check, thay mistakenly seen in
14096: $class:operator
14097: $object.operators
14098: contexts
14099:
14100: * INSTALL 1.2:
14101: * Makefile.in 1.2:
14102: * configure 1.2:
14103: * configure.in 1.2:
14104: * etc/Makefile.am 1.2:
14105: * etc/Makefile.in 1.2:
14106: * etc/parser3.charsets/Makefile.in 1.3:
14107: * ident.awk 1.2:
14108: * src/Makefile.in 1.42:
14109: * src/classes/Makefile.am 1.36:
14110: * src/classes/Makefile.in 1.38:
14111: * src/main/Makefile.am 1.29:
14112: * src/main/Makefile.in 1.34:
14113: * src/targets/Makefile.in 1.29:
14114: * src/targets/apache13/Makefile.am 1.10:
14115: * src/targets/cgi/Makefile.am 1.27:
14116: * src/targets/cgi/Makefile.in 1.36:
14117: * src/targets/cgi/pa_config_paths.h.in 1.1:
14118: * src/targets/cgi/parser3.C 1.152:
14119: * src/types/Makefile.am 1.17:
14120: * src/types/Makefile.in 1.29:
14121: lowered indent.awk back to src/
14122:
14123: * src/classes/xdoc.C 1.82:
14124: * src/targets/cgi/parser3.dsp 1.41:
14125: * www/htdocs/index.html 1.2:
14126: now compiles under win32
14127:
14128: * src/main/compile.tab.C 1.35:
14129: * src/main/compile.y 1.178:
14130: disabled operator call after ^xxx:
14131:
14132: * AUTHORS 1.1:
14133: * COPYING 1.1:
14134: * INSTALL 1.1:
14135: * Makefile.am 1.1:
14136: * Makefile.in 1.1:
14137: * NEWS 1.1:
14138: * README 1.1:
14139: * acinclude.m4 1.1:
14140: * aclocal.m4 1.1:
14141: * asm.txt 1.1:
14142: * config.guess 1.1:
14143: * config.sub 1.1:
14144: * configure 1.1:
14145: * configure.in 1.1:
14146: * etc/Makefile.am 1.1:
14147: * etc/Makefile.in 1.1:
14148: * etc/parser3.charsets/Makefile.am 1.1:
14149: * etc/parser3.charsets/Makefile.in 1.1:
14150: * etc/parser3.charsets/koi8-r.cfg 1.1:
14151: * etc/parser3.charsets/windows-1250.cfg 1.1:
14152: * etc/parser3.charsets/windows-1251.cfg 1.1:
14153: * form.txt 1.1:
14154: * ident.awk 1.1:
14155: * install-sh 1.1:
14156: * lang.txt 1.1:
14157: * ltconfig 1.1:
14158: * ltmain.sh 1.1:
14159: * missing 1.1:
14160: * mkinstalldirs 1.1:
14161: * operators.txt 1.1:
14162: * parser3.dsw 1.1:
14163: * sql.txt 1.1:
14164: * src/Makefile.am 1.14:
14165: * src/Makefile.in 1.41:
14166: * src/classes/Makefile.am 1.35:
14167: * src/classes/Makefile.in 1.37:
14168: * src/include/pa_config_auto.h.in 1.16:
14169: * src/main/Makefile.am 1.28:
14170: * src/main/Makefile.in 1.33:
14171: * src/targets/Makefile.in 1.28:
14172: * src/targets/apache13/Makefile.am 1.9:
14173: * src/targets/apache13/Makefile.in 1.28:
14174: * src/targets/cgi/Makefile.am 1.26:
14175: * src/targets/cgi/Makefile.in 1.35:
14176: * src/targets/cgi/parser3.C 1.151:
14177: * src/types/Makefile.am 1.16:
14178: * src/types/Makefile.in 1.28:
14179: * types.txt 1.1:
14180: * www/Makefile.am 1.1:
14181: * www/Makefile.in 1.1:
14182: * www/htdocs/auto.p 1.1:
14183: * www/htdocs/global.xsl 1.1:
14184: * www/htdocs/index.html 1.1:
14185: * www/htdocs/parser-status.html 1.1:
14186: * www/htdocs/people.dtd 1.1:
14187: moved etc&www out of src, moved configure&co out of src
14188: added windows-1250.cfg
14189: straightened installation scripts procedure
14190: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
14191:
14192: * src/include/pa_opcode.h 1.12:
14193: * src/include/pa_request.h 1.119:
14194: * src/main/compile.C 1.54:
14195: * src/main/compile.tab.C 1.33:
14196: * src/main/compile.y 1.177:
14197: * src/main/compile_tools.C 1.42:
14198: * src/main/compile_tools.h 1.54:
14199: * src/main/execute.C 1.215:
14200: * src/types/pa_wcontext.h 1.25:
14201: operators check 6.1
14202: rewritten. now check is done at compile time
14203:
14204: * src/main/execute.C 1.214:
14205: operators check 5
14206: floated up old error of staying in 'entered class/object' state after $a($a..)
14207: it prevented operators from being called thereafter
14208:
14209: * src/main/compile.tab.C 1.34:
14210: * src/main/execute.C 1.216:
14211: made operators lookup first in ^xxx situation.
14212: so that one could not do
14213: $if[1]
14214: ^if[xxx]
14215:
1.24 paf 14216: * etc/parser3.charsets/Makefile.in 1.2:
14217: *** empty log message ***
14218:
1.15 paf 14219: * src/main/execute.C 1.211:
14220: * src/types/pa_wcontext.h 1.24:
14221: * www/htdocs/auto.p 1.2:
14222: * www/htdocs/index.html 1.4:
14223: operators check 2
14224: floated up old error of staying in 'entered class' state after $a:a[a]
14225: it prevented operators from being called thereafter
14226:
14227: * src/main/execute.C 1.212:
14228: operators check 3
14229: floated up old error of staying in 'entered class' state after $a:a(a)
14230: it prevented operators from being called thereafter
14231:
14232: * src/include/pa_opcode.h 1.11:
14233: * src/main/compile.tab.C 1.32:
14234: * src/main/compile.y 1.176:
14235: * src/main/execute.C 1.213:
14236: operators check 4
14237: floated up old error of staying in 'entered object' state after ^a.a(a)
14238: it prevented operators from being called thereafter
14239:
14240: 2002-01-30 paf
14241: * src/classes/xdoc.C 1.81:
14242: acconfig.h changed [comments before #undefs removed]
14243: those comments were a mistake, and prevented libltdl from function properly
14244:
14245: 2002-01-29 paf
14246: * src/Makefile.am 1.13:
14247: * src/Makefile.in 1.40:
14248: * src/classes/Makefile.am 1.34:
14249: * src/classes/Makefile.in 1.36:
14250: * src/main/Makefile.in 1.32:
14251: * src/targets/Makefile.in 1.27:
14252: * src/targets/apache13/Makefile.in 1.27:
14253: * src/targets/cgi/Makefile.in 1.34:
14254: * src/types/Makefile.in 1.27:
14255: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
14256: added default system config&charsetts
14257: prepared 'make install', now it installs
14258: targets/cgi/parser3 into bin directory
14259: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
14260:
14261: * src/classes/xdoc.C 1.80:
14262: * src/include/pa_charset.h 1.12:
14263: * src/include/pa_globals.h 1.76:
14264: * src/main/pa_globals.C 1.111:
14265: few forgotten ifdef XML added
14266:
14267: 2002-01-28 paf
14268: * src/classes/xdoc.C 1.79:
14269: * src/classes/xnode.h 1.7:
14270: * src/main/pa_exception.C 1.35:
14271: xdoc.importNode 0
14272:
14273: * src/classes/xdoc.C 1.78:
14274: xdoc::set now untaints OK
14275:
14276: * src/Makefile.in 1.39:
14277: stupid make runs automake on ths
14278:
14279: * src/classes/xnode.C 1.34:
14280: * src/types/pa_vxdoc.h 1.17:
14281: xdoc.importNode 1 [fixed as_node helper func to accept docs]
14282:
14283: * src/classes/Makefile.am 1.33:
14284: * src/classes/Makefile.in 1.35:
14285: * src/targets/cgi/Makefile.am 1.25:
14286: * src/targets/cgi/Makefile.in 1.33:
14287: xalan-patch removed
14288:
14289: * src/main/pa_exception.C 1.36:
14290: dom|generic error output fix
14291:
14292: * src/classes/xnode.C 1.35:
14293: xdoc.importNode 2 [mistype err]
14294:
14295: * src/classes/xnode.C 1.36:
14296: xdoc.importNode 3 [check err]
14297:
14298: 2002-01-25 paf
14299: * src/include/pa_charset.h 1.11:
14300: * src/main/pa_globals.C 1.110:
14301: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
14302:
14303: * src/classes/hash.C 1.33:
14304: unified hash::sql, now
14305: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
14306:
14307: * src/classes/file.C 1.68:
14308: * src/classes/op.C 1.68:
14309: * src/classes/string.C 1.94:
14310: * src/classes/table.C 1.141:
14311: * src/classes/xdoc.C 1.77:
14312: * src/include/pa_common.h 1.70:
14313: * src/main/pa_common.C 1.95:
14314: * src/types/pa_vfile.h 1.38:
14315: removed redundant pool param to some pa_common funcs
14316:
14317: * src/classes/file.C 1.69:
14318: * src/include/pa_common.h 1.71:
14319: * src/main/pa_common.C 1.96:
14320: ^file:lock[filename]{code}
14321:
14322: * src/include/pa_charset.h 1.10:
14323: * src/include/pa_charset.h 1.2.2.1:
14324: * src/include/pa_config_fixed.h 1.34.6.1:
14325: * src/main/compile.tab.C 1.27.6.3:
14326: * src/main/pa_charset.C 1.18:
14327: typedef XMLCh... not stupid illegal define
14328:
14329: * src/main/compile.tab.C 1.31:
14330: * src/main/compile.y 1.175:
14331: #comment before @ after @SPECIAL
14332: now works OK
14333:
14334: * src/main/pa_exec.C 1.20:
14335: max arg count now 10, and proper message on violation that added
14336:
14337: * src/main/pa_exec.C 1.21:
14338: * src/main/pa_exec.C 1.22:
14339: unix: exec now does chdir to script dir
14340:
14341: 2002-01-24 paf
14342: * src/classes/hashfile.C 1.20:
14343: * src/include/pa_db_table.h 1.13:
14344: * src/include/pa_opcode.h 1.10:
14345: * src/main/compile.tab.C 1.30:
14346: * src/main/compile.y 1.174:
14347: * src/main/compile_tools.C 1.41:
14348: * src/main/compile_tools.h 1.53:
14349: * src/main/execute.C 1.209:
14350: * src/main/pa_db_connection.C 1.35:
14351: * src/main/pa_db_table.C 1.18:
14352: * src/types/pa_vhashfile.C 1.17:
14353: * src/types/pa_vhashfile.h 1.13:
14354: merged from r17 - hashfile without logfiles
14355:
14356: * src/classes/xnode.C 1.31:
14357: xnode.select returns array always now, in case 'nothing found'
14358: returns empty array
14359:
14360: * src/include/pa_version.h 1.3:
14361: changed version number
14362:
14363: * src/classes/xdoc.C 1.74:
14364: checked empty response
14365:
14366: * src/classes/hashfile.C 1.19.2.1:
14367: * src/include/pa_db_table.h 1.12.6.1:
14368: * src/main/compile.tab.C 1.27.6.2:
14369: * src/main/pa_db_connection.C 1.34.6.1:
14370: * src/main/pa_db_table.C 1.17.2.1:
14371: * src/types/pa_vhashfile.C 1.16.6.1:
14372: * src/types/pa_vhashfile.h 1.12.14.1:
14373: hashfile:
14374: removed use of transactions
14375: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
14376: thus got rid of huge log files, which cluttered disk without huge need]
14377:
14378: * src/classes/xdoc.C 1.76:
14379: * src/classes/xnode.C 1.33:
14380: * src/classes/xnode.h 1.6:
14381: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
14382: in dome lib
14383:
14384: * src/classes/xnode.C 1.30:
14385: xpath nodes select bug [0] instead of [i], be more tender with
14386: ctrl/c/v
14387:
14388: * src/classes/xdoc.C 1.75:
14389: xsltSaveResultTo checked <0 response
14390:
14391: * src/classes/xnode.C 1.32:
14392: xdoc.select fixed context node [were always /, not self node]
14393:
14394: 2002-01-23 paf
14395: * src/classes/xdoc.C 1.72:
14396: * src/main/pa_globals.C 1.108:
14397: * src/types/pa_vdouble.h 1.29:
14398: %.20E now default float format
14399: this is for regretful twice-converting here:
14400: $a(double value) when they write double falue they convert it to string first,
14401: thus %g were losing precesion.
14402:
14403: todo: think up some way to remove double->string string->double twice-converting
14404:
14405: * src/main/pa_globals.C 1.105:
14406: removed debug xslt messages
14407:
14408: * src/main/pa_globals.C 1.106:
14409: xslt linked dynamically. [mistekenly were statically linked]
14410:
14411: * src/include/pa_exception.h 1.29:
14412: * src/main/compile.tab.C 1.29:
14413: * src/main/pa_exception.C 1.34:
14414: removed exception va_list constructor.
14415: 1. not needed anymore
14416: 2. there were a conflict[causing errors] between
14417: ctor(, va_list)
14418: ctor(, ...)
14419: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
14420: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
14421:
14422: * src/types/pa_vdouble.h 1.30:
14423: %.20E now float format when %g produced 'e' in output
14424: this is for regretful twice-converting here:
14425: $a(double value) when they write double falue they convert it to string first,
14426: thus %g were losing precesion.
14427:
14428: todo: think up some way to remove double->string string->double twice-converting
14429:
14430: * src/types/pa_vdouble.h 1.28.14.1:
14431: double prec. todo: get rid of twice-converting
14432:
14433: * src/classes/xdoc.C 1.71:
14434: * src/include/pa_stylesheet_connection.h 1.24:
14435: * src/main/pa_globals.C 1.107:
14436: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
14437:
14438: * src/classes/xdoc.C 1.73:
14439: * src/main/pa_globals.C 1.109:
14440: xdoc::load/set entities substituted.
14441: // 2. when dom tree with entites goes under transform text nodes
14442: // got [erroreosly] cut on first entity occurance
14443:
14444: 2002-01-22 paf
14445: * src/classes/table.C 1.140:
14446: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
14447: replaced them with empty strings
14448:
14449: * src/classes/xdoc.C 1.70:
14450: * src/include/pa_stylesheet_connection.h 1.23:
14451: * src/main/pa_globals.C 1.104:
14452: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
14453: example:
14454: this refused to work,
14455: <b>«<xsl:value-of select="@title" />»</b>
14456: stranly worked only this way:
14457: <b>«<xsl:value-of select="@title" />»</b>
14458:
14459: docs says "set it to 1", never going into details, so I decided to try NOT to do that
14460:
14461: 2002-01-21 paf
14462: * src/include/pa_stylesheet_connection.h 1.20:
14463: * src/main/pa_exception.C 1.32:
14464: xml generic message 1
14465:
14466: * src/main/pa_charset.C 1.17:
14467: checked empty transcoders in transcode_cstr|buf
14468:
14469: * src/classes/Makefile.in 1.34:
14470: * src/classes/xdoc.C 1.67:
14471: * src/classes/xnode.C 1.29:
14472: * src/include/pa_stylesheet_connection.h 1.22:
14473: * src/main/pa_charset.C 1.16:
14474: * src/main/pa_globals.C 1.103:
14475: * src/main/pa_sql_driver_manager.C 1.59:
14476: * src/main/pa_stylesheet_manager.C 1.11:
14477: * src/targets/cgi/Makefile.am 1.24:
14478: * src/targets/cgi/Makefile.in 1.32:
14479: autoconf gnome
14480:
14481: * src/classes/xdoc.C 1.69:
14482: xdoc::load error source = filespec
14483:
14484: * src/classes/table.C 1.139:
14485: ^table::load
14486: empty lines or #comments before headline
14487:
14488: * src/include/pa_array.h 1.49:
14489: * src/include/pa_globals.h 1.74:
14490: * src/include/pa_request.h 1.118:
14491: * src/include/pa_threads.h 1.21:
14492: * src/main/pa_array.C 1.44:
14493: * src/main/pa_exception.C 1.31:
14494: * src/main/pa_globals.C 1.101:
14495: * src/main/pa_request.C 1.192:
14496: * src/targets/apache13/pa_threads.C 1.4:
14497: * src/targets/cgi/pa_threads.C 1.6:
14498: * src/targets/isapi/pa_threads.C 1.6:
14499: xml generic errors 0
14500:
14501: * src/classes/xdoc.C 1.66:
14502: * src/classes/xnode.C 1.28:
14503: * src/include/pa_exception.h 1.28:
14504: * src/include/pa_globals.h 1.75:
14505: * src/include/pa_stylesheet_connection.h 1.21:
14506: * src/main/pa_exception.C 1.33:
14507: * src/main/pa_globals.C 1.102:
14508: * src/targets/apache13/pa_threads.C 1.5:
14509: * src/targets/cgi/pa_threads.C 1.7:
14510: xslt generic error 1
14511:
14512: * src/classes/xdoc.C 1.68:
14513: transform error source now stylesheet_filespec
14514:
14515: 2002-01-16 paf
14516: * src/classes/xdoc.C 1.64:
14517: few comments
14518:
14519: * src/classes/hash.C 1.32:
14520: * src/classes/op.C 1.67:
14521: * src/classes/string.C 1.93:
14522: * src/classes/table.C 1.138:
14523: * src/classes/void.C 1.14:
14524: * src/classes/xdoc.C 1.65:
14525: * src/include/pa_db_connection.h 1.19:
14526: * src/include/pa_request.h 1.117:
14527: * src/include/pa_sql_connection.h 1.21:
14528: * src/include/pa_sql_driver_manager.h 1.21:
14529: * src/include/pa_stylesheet_connection.h 1.19:
14530: * src/include/pa_stylesheet_manager.h 1.10:
14531: * src/main/pa_request.C 1.191:
14532: * src/main/pa_sql_driver_manager.C 1.58:
14533: * src/main/pa_stylesheet_manager.C 1.10:
14534: * src/targets/cgi/pool_storage.h 1.7:
14535: auto closers to sql_connection, stylesheet_connection
14536: auto destroyers to remaining gnome objects
14537:
14538: 2002-01-15 paf
14539: * src/classes/xdoc.C 1.61:
14540: * src/include/pa_charset.h 1.9:
14541: * src/main/pa_charset.C 1.15:
14542: started output options parsing
14543:
14544: * src/classes/xdoc.C 1.63:
14545: xdoc
14546: file
14547: save
14548: string
14549:
14550: ready.
14551: todo: error handling
14552:
14553: * src/classes/xdoc.C 1.62:
14554: xdoc save rewritten using xmlAllocOutputBuffer
14555: less mallocs, more reallocs. less fragmented result
14556:
14557: 2002-01-14 paf
14558: * src/classes/xdoc.C 1.60:
14559: method
14560:
14561: * src/classes/xdoc.C 1.59:
14562: * src/classes/xnode.C 1.27:
14563: * src/include/pa_charset.h 1.8:
14564: * src/include/pa_pool.h 1.76:
14565: * src/include/pa_stylesheet_connection.h 1.18:
14566: * src/main/main.dsp 1.145:
14567: * src/main/pa_charset.C 1.14:
14568: * src/main/pa_globals.C 1.100:
14569: * src/main/pa_pool.C 1.49:
14570: * src/main/pa_stylesheet_manager.C 1.9:
14571: * src/types/pa_vxdoc.h 1.16:
14572: xslt transform0.
14573: TODO:
14574: use output options
14575: handle errors
14576:
14577: * src/classes/xdoc.C 1.58:
14578: * src/classes/xnode.C 1.26:
14579: ^xdoc.file
14580:
14581: 2002-01-11 paf
14582: * src/classes/xnode.C 1.22:
14583: * src/include/pa_charset.h 1.6:
14584: * src/main/pa_charset.C 1.13:
14585: xpath selectNode 1
14586:
14587: * src/include/pa_opcode.h 1.9.6.1:
14588: * src/main/compile.tab.C 1.27.6.1:
14589: * src/main/compile.y 1.173.14.1:
14590: * src/main/compile_tools.C 1.40.14.1:
14591: * src/main/compile_tools.h 1.52.6.1:
14592: * src/main/execute.C 1.208.2.1:
14593: partial logical && || evaluation
14594:
14595: * src/classes/xnode.C 1.23:
14596: xpath selectNode 2
14597:
14598: * src/classes/xnode.C 1.24:
14599: * src/include/pa_charset.h 1.7:
14600: xpath selectNode 3: string/number/bool
14601:
14602: * src/classes/xnode.C 1.25:
14603: xpath selectNodes
14604:
14605: 2002-01-10 paf
14606: * src/classes/xnode.C 1.21:
14607: xpath selectNode -100 [just written]
14608:
14609: * src/classes/xdoc.C 1.57:
14610: * src/classes/xnode.C 1.20:
14611: * src/include/pa_charset.h 1.5:
14612: * src/include/pa_exception.h 1.27:
14613: * src/include/pa_pool.h 1.75:
14614: * src/main/pa_charset.C 1.12:
14615: * src/main/pa_pool.C 1.48:
14616: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
14617:
14618: 2001-12-29 paf
14619: * src/classes/xdoc.C 1.56:
14620: * src/include/pa_exception.h 1.26:
14621: * src/main/pa_charset.C 1.11:
14622: * src/main/pa_exception.C 1.30:
14623: * src/main/pa_globals.C 1.99:
14624: xdoc
14625: ^set
14626: ^string with glib works 0
14627:
14628: 2001-12-28 paf
14629: * src/main/pa_globals.C 1.98:
14630: renamed gdome to libgdome.dll
14631:
14632: * src/classes/classes.dsp 1.14:
14633: * src/classes/mail.C 1.50:
14634: * src/classes/xdoc.C 1.54:
14635: * src/classes/xnode.C 1.19:
14636: * src/classes/xnode.h 1.5:
14637: * src/include/pa_exception.h 1.25:
14638: * src/include/pa_globals.h 1.73:
14639: * src/main/compile.tab.C 1.28:
14640: * src/main/main.dsp 1.144:
14641: * src/main/pa_charset.C 1.9:
14642: * src/main/pa_dir.C 1.9:
14643: * src/main/pa_exception.C 1.28:
14644: * src/main/pa_exec.C 1.19:
14645: * src/main/pa_globals.C 1.97:
14646: * src/main/pa_socks.C 1.9:
14647: * src/targets/cgi/parser3.C 1.150:
14648: * src/targets/cgi/parser3.dsp 1.40:
14649: * src/types/pa_vxdoc.C 1.9:
14650: * src/types/pa_vxdoc.h 1.15:
14651: * src/types/pa_vxnode.C 1.13:
14652: * src/types/pa_vxnode.h 1.10:
14653: gnome libs just compiled in.
14654: no refcounting
14655: no xpath
14656: no xslt
14657: yet
14658:
14659: * src/classes/xdoc.C 1.55:
14660: * src/include/pa_charset.h 1.4:
14661: * src/main/pa_charset.C 1.10:
14662: * src/main/pa_exception.C 1.29:
14663: started glib transcoders
14664:
14665: 2001-12-27 paf
14666: * src/include/pa_charset.h 1.3:
14667: * src/include/pa_common.h 1.69:
14668: * src/include/pa_exception.h 1.24:
14669: * src/include/pa_globals.h 1.72:
14670: * src/include/pa_pool.h 1.74:
14671: * src/main/main.dsp 1.143:
14672: * src/main/pa_charset.C 1.8:
14673: * src/main/pa_charsets.C 1.4:
14674: * src/main/pa_globals.C 1.96:
14675: * src/main/pa_pool.C 1.47:
14676: * src/targets/cgi/parser3.C 1.149:
14677: * src/targets/cgi/parser3.dsp 1.39:
14678: * src/types/pa_vxdoc.C 1.8:
14679: * src/types/pa_vxdoc.h 1.14:
14680: * src/types/pa_vxnode.C 1.12:
14681: * src/types/pa_vxnode.h 1.9:
14682: * src/types/types.dsp 1.17:
14683: going away from xalan&xerces, started the process.
14684: globals [initialization
14685: pool [charset update
14686: charset [transcodings
14687: vxnode vxdoc [DOM calls
14688:
14689: * src/classes/Makefile.am 1.32:
14690: going away from xalan&xerces, not needed anymore
14691:
14692: 2001-12-26 paf
14693: * src/include/pa_charset.h 1.2:
14694: * src/include/pa_charsets.h 1.3:
14695: * src/main/pa_charset.C 1.7:
14696: * src/main/pa_charsets.C 1.3:
14697: * src/main/pa_request.C 1.190:
14698: charset key globalized [bug]
14699:
14700: 2001-12-25 paf
14701: * src/classes/mail.C 1.49:
14702: * src/classes/table.C 1.137:
14703: * src/include/pa_string.h 1.122:
14704: * src/main/pa_string.C 1.136:
14705: table set & append changed splitting languages, separators now can be clean AND as-is
14706: same to mail command line $MAIN:MAIL.progX arguments
14707:
14708: 2001-12-24 paf
14709: * src/classes/hashfile.C 1.19:
14710: * src/classes/op.C 1.66:
14711: * src/main/pa_db_table.C 1.17:
14712: * src/main/pa_string.C 1.135:
14713: read from cache size check updated
14714:
14715: * src/main/pa_string.C 1.133:
14716: * src/main/pa_string.C 1.134:
14717: String::join_chain another ugly bug :(
14718:
14719: * src/classes/mail.C 1.48:
14720: one parted text messages - no multipart mime-type anymore.
14721: for convinient if $.attach-ments
14722:
14723: 2001-12-21 paf
14724: * src/main/pa_request.C 1.189:
14725: $result in @main actually not working, to hell with it for now
14726:
14727: * src/main/execute.C 1.207:
14728: junction evaluation canceled - endless recursion detected
14729:
14730: * src/classes/date.C 1.14:
14731: date:sql-string now returns localtime
14732:
14733: * src/include/pa_request.h 1.116:
14734: * src/main/execute.C 1.208:
14735: * src/main/pa_request.C 1.188:
14736: * src/types/pa_vmethod_frame.h 1.20:
14737: * src/types/pa_wcontext.h 1.23:
14738: $result in @main @postprocess @exception
14739:
14740: 2001-12-19 paf
14741: * src/main/pa_request.C 1.187:
14742: CLASS_PATH now / = DOCUMENT_ROOT
14743:
14744: * src/classes/op.C 1.65:
14745: ^cache keypath now relative
14746:
14747: * src/classes/hashfile.C 1.18:
14748: ^hashfile.open DB_HOME now relative
14749:
14750: * src/main/pa_charset.C 1.6:
14751: charset->charset transcoding via unicode intermediate
14752:
14753: * src/classes/mail.C 1.46:
14754: * src/include/pa_config_fixed.h 1.34:
14755: to/from 0 check were missing
14756:
14757: * src/classes/mail.C 1.47:
14758: changed weighting prior to sort
14759:
14760: 2001-12-17 paf
14761: * src/classes/mail.C 1.45:
14762: * src/include/pa_charsets.h 1.2:
14763: * src/include/pa_string.h 1.121:
14764: * src/main/pa_charsets.C 1.2:
14765: * src/main/untaint.C 1.87:
14766: * src/types/pa_vrequest.C 1.14:
14767: * src/types/pa_vresponse.C 1.2:
14768: ^mail:send[
14769: $.charset[zzz]
14770: addded
14771:
14772: * src/include/pa_db_table.h 1.12:
14773: * src/main/pa_db_table.C 1.16:
14774: db_table used outdated unset services_pool
14775:
14776: * src/main/pa_charset.C 1.5:
14777: ifndef XML were bad type
14778:
14779: * src/classes/image.C 1.63:
14780: govno
14781:
14782: * src/main/untaint.C 1.86:
14783: allowed space in filespec
14784:
14785: * src/classes/image.C 1.64:
14786: no govno
14787:
14788: * src/targets/apache13/mod_parser3.C 1.15:
14789: test r->finfo.st_mode check seems to work only on win32
14790:
14791: * src/main/pa_charset.C 1.4:
14792: empty bufs transcode [forgot check :(]
14793:
14794: 2001-12-15 paf
14795: * src/classes/file.C 1.67:
14796: * src/classes/math.C 1.11:
14797: * src/classes/op.C 1.64:
14798: * src/classes/string.C 1.92:
14799: * src/classes/table.C 1.136:
14800: * src/classes/xdoc.C 1.53:
14801: * src/include/pa_array.h 1.48:
14802: * src/include/pa_cache_managers.h 1.4:
14803: * src/include/pa_charset_connection.h 1.6:
14804: * src/include/pa_charset_manager.h 1.8:
14805: * src/include/pa_common.h 1.68:
14806: * src/include/pa_db_connection.h 1.18:
14807: * src/include/pa_db_manager.h 1.12:
14808: * src/include/pa_db_table.h 1.11:
14809: * src/include/pa_dictionary.h 1.8:
14810: * src/include/pa_exception.h 1.23:
14811: * src/include/pa_exec.h 1.5:
14812: * src/include/pa_globals.h 1.71:
14813: * src/include/pa_hash.h 1.52:
14814: * src/include/pa_opcode.h 1.9:
14815: * src/include/pa_pool.h 1.73:
14816: * src/include/pa_request.h 1.115:
14817: * src/include/pa_sapi.h 1.16:
14818: * src/include/pa_socks.h 1.6:
14819: * src/include/pa_sql_connection.h 1.20:
14820: * src/include/pa_sql_driver_manager.h 1.20:
14821: * src/include/pa_string.h 1.120:
14822: * src/include/pa_stylesheet_connection.h 1.17:
14823: * src/include/pa_stylesheet_manager.h 1.9:
14824: * src/include/pa_table.h 1.38:
14825: * src/include/pa_transcoder.h 1.3:
14826: * src/main/compile_tools.h 1.52:
14827: * src/main/main.dsp 1.142:
14828: * src/main/pa_charset.C 1.1:
14829: * src/main/pa_charset_connection.C 1.13:
14830: * src/main/pa_charset_manager.C 1.10:
14831: * src/main/pa_charsets.C 1.1:
14832: * src/main/pa_globals.C 1.95:
14833: * src/main/pa_pool.C 1.46:
14834: * src/main/pa_request.C 1.186:
14835: * src/main/pa_string.C 1.132:
14836: * src/main/pa_transcoder.C 1.4:
14837: * src/main/untaint.C 1.84:
14838: * src/types/pa_vfile.C 1.24:
14839: * src/types/pa_vform.C 1.50:
14840: * src/types/pa_vform.h 1.31:
14841: * src/types/pa_vrequest.C 1.13:
14842: * src/types/pa_vrequest.h 1.14:
14843: * src/types/pa_vresponse.C 1.1:
14844: * src/types/pa_vresponse.h 1.19:
14845: * src/types/types.dsp 1.16:
14846: introducing Charset
14847:
14848: * src/main/pa_charset.C 1.2:
14849: name_cstr 0
14850:
14851: * src/main/Makefile.in 1.31:
14852: * src/targets/apache13/Makefile.in 1.26:
14853: * src/targets/cgi/Makefile.in 1.31:
14854: * src/types/Makefile.in 1.26:
14855: makes
14856:
14857: * src/include/pa_charset.h 1.1:
14858: * src/include/pa_charsets.h 1.1:
14859: forgot to add
14860:
14861: * src/main/Makefile.am 1.27:
14862: * src/main/pa_charset.C 1.3:
14863: * src/types/Makefile.am 1.15:
14864: charset_connection&manager replaced by charset&charsets
14865:
14866: * src/main/untaint.C 1.85:
14867: uri lang now knows about client/source charsets
14868:
14869: 2001-12-14 paf
14870: * src/include/pa_request.h 1.114:
14871: * src/include/pa_transcoder.h 1.2:
14872: * src/main/pa_request.C 1.185:
14873: * src/main/pa_transcoder.C 1.3:
14874: * src/types/pa_vform.C 1.49:
14875: * src/types/pa_vform.h 1.30:
14876: transcodeToUTF8[were FromUTF8] for forms
14877: todo: uri lang
14878:
14879: * src/targets/apache13/Makefile.am 1.8:
14880: * src/targets/cgi/Makefile.am 1.23:
14881: -I../../pcre to .am
14882:
14883: * src/include/pa_charset_connection.h 1.5:
14884: * src/include/pa_pool.h 1.72:
14885: * src/include/pa_request.h 1.113:
14886: * src/include/pa_transcoder.h 1.1:
14887: * src/main/Makefile.am 1.26:
14888: * src/main/main.dsp 1.141:
14889: * src/main/pa_charset_connection.C 1.12:
14890: * src/main/pa_charset_manager.C 1.9:
14891: * src/main/pa_request.C 1.184:
14892: * src/main/pa_transcoder.C 1.1:
14893: * src/types/Makefile.am 1.14:
14894: * src/types/pa_vrequest.C 1.12:
14895: * src/types/pa_vrequest.h 1.13:
14896: * src/types/pa_vresponse.h 1.18:
14897: * src/types/types.dsp 1.15:
14898: changed charset model.
14899: now important:
14900: $request:charset
14901: $response:charset
14902: while
14903: $response:content-type.charset
14904: become unimportant [informational]
14905:
14906: * src/include/pa_globals.h 1.70:
14907: * src/main/pa_globals.C 1.94:
14908: removed unused defalts_name global
14909:
14910: * src/main/pa_transcoder.C 1.2:
14911: transcodeToUTF8,
14912: now form&uri lang
14913:
14914: 2001-12-13 paf
14915: * src/include/pa_types.h 1.35:
14916: msvc head debugging flag
14917:
14918: * src/classes/xdoc.C 1.49:
14919: freed up listener
14920:
14921: * src/classes/xdoc.C 1.51:
14922: * src/main/pa_sql_driver_manager.C 1.57:
14923: rewritten auto_ptr part other way, because of stupid gcc 2.96
14924: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14925: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14926: FormatterListener]
14927: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14928: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14929: FormatterListener, _Tp = FormatterListener]
14930:
14931: * src/include/pa_config_fixed.h 1.32:
14932: * src/main/pa_common.C 1.94:
14933: * src/main/pa_string.C 1.131:
14934: removed signed mismatch warnings
14935:
14936: * src/classes/xdoc.C 1.52:
14937: rewritten auto_ptr part other way2, because of stupid gcc 2.96
14938: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
14939: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
14940: FormatterListener]
14941: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
14942: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
14943: FormatterListener, _Tp = FormatterListener]
14944:
14945: * src/main/pa_string.C 1.130:
14946: string::recustruct erroreusly used outdated row ptr
14947:
14948: * src/include/pa_cache_managers.h 1.3:
14949: * src/include/pa_charset_manager.h 1.7:
14950: * src/include/pa_config_fixed.h 1.33:
14951: * src/include/pa_db_manager.h 1.11:
14952: * src/include/pa_sql_driver_manager.h 1.19:
14953: * src/include/pa_stylesheet_manager.h 1.8:
14954: * src/main/pa_cache_managers.C 1.2:
14955: * src/main/pa_globals.C 1.93:
14956: ~Cache_managers
14957:
14958: * src/classes/string.C 1.91:
14959: change msg '... code is not code'
14960:
14961: * src/classes/xdoc.C 1.50:
14962: removed extra inc
14963:
14964: * src/targets/apache13/mod_parser3.C 1.14:
14965: * src/targets/cgi/parser3.C 1.147:
14966: * src/targets/isapi/parser3isapi.C 1.61:
14967: removed 'expires' from header outputs
14968:
14969: * src/targets/cgi/pa_pool.C 1.34:
14970: * src/targets/isapi/pa_pool.C 1.10:
14971: EOL@EOF
14972:
14973: * src/main/pa_db_connection.C 1.34:
14974: * src/main/pa_db_manager.C 1.19:
14975: * src/main/pa_sql_driver_manager.C 1.56:
14976: * src/main/pa_stylesheet_manager.C 1.8:
14977: * src/targets/cgi/pool_storage.h 1.6:
14978: couple cache expiratiors were wrong [past/future prob]
14979:
14980: * src/classes/xdoc.C 1.48:
14981: lang list updated
14982:
14983: * src/targets/cgi/pa_pool.C 1.33:
14984: * src/targets/cgi/parser3.C 1.148:
14985: msvc heap debugging flag
14986:
14987: * src/classes/file.C 1.66:
14988: file::cgi bug, request_method were passed to SERVER_PROTOCOL
14989: but SERVER_PROTOCOL were forgotten
14990:
14991: 2001-12-10 paf
14992: * src/main/untaint.C 1.83:
14993: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
14994: introducing
14995: // theoretical problem with, for instance, "_2B" and "." fragments,
14996: // they would yield the same
14997: // because need_file_encode('_')=false
14998: // but we need to delete such files somehow, getting names from ^index
14999:
15000: * src/main/pa_string.C 1.129:
15001: ^string.replace bug fixed [bad string::join_chank break]
15002:
15003: * src/classes/math.C 1.10:
15004: ^math:random(n) now yields[0;n) not [0;n]
15005:
15006: 2001-12-07 paf
15007: * src/main/pa_string.C 1.125.2.1.2.2:
15008: stupid sparc architecture failed to access short at odd address
15009: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
15010:
15011: bus error,
15012: fixed that
15013:
15014: * src/include/pa_config_auto.h.in 1.14.6.1:
15015: makes
15016:
15017: * src/main/pa_string.C 1.125.2.1.2.1:
15018: strange string deserialize bug on client[pmts], a bit shortened,
15019:
15020: * src/include/pa_common.h 1.66.6.2:
15021: * src/include/pa_config_fixed.h 1.30.8.2:
15022: * src/include/pa_config_includes.h 1.13.6.1:
15023: * src/main/pa_common.C 1.91.4.1.2.2:
15024: exclusive lock file write
15025: shared lock file read
15026:
15027: * src/classes/hashfile.C 1.17:
15028: * src/classes/op.C 1.63:
15029: * src/classes/table.C 1.135:
15030: * src/include/pa_common.h 1.67:
15031: * src/include/pa_config_auto.h.in 1.15:
15032: * src/include/pa_config_fixed.h 1.31:
15033: * src/include/pa_config_includes.h 1.14:
15034: * src/include/pa_db_table.h 1.10:
15035: * src/include/pa_request.h 1.112:
15036: * src/main/pa_common.C 1.93:
15037: * src/main/pa_db_table.C 1.15:
15038: * src/main/pa_request.C 1.183:
15039: * src/main/pa_string.C 1.128:
15040: * src/types/pa_vhashfile.C 1.16:
15041: merged from r14_simple_cache
15042:
15043: 2001-12-06 paf
15044: * src/main/compile.tab.C 1.27:
15045: * src/targets/cgi/parser3.C 1.146:
15046: removed debug info
15047:
15048: * src/classes/op.C 1.62.2.1.2.1:
15049: * src/classes/table.C 1.133.2.2.2.1:
15050: * src/include/pa_request.h 1.111.2.1.2.1:
15051: * src/main/pa_request.C 1.182.2.1.2.1:
15052: #ifdef RESOURCES_DEBUG
15053:
15054: * src/classes/op.C 1.62.2.1.2.2:
15055: * src/include/pa_common.h 1.66.6.1:
15056: * src/include/pa_config_fixed.h 1.30.8.1:
15057: * src/main/pa_common.C 1.91.4.1.2.1:
15058: ^cache operator
15059:
15060: * src/classes/hashfile.C 1.15.6.2:
15061: removed transaction from ^cache
15062:
15063: 2001-12-05 paf
15064: * src/targets/cgi/parser3.C 1.144:
15065: * src/targets/cgi/parser3.C 1.145:
15066: fatal error reporting fixed.
15067: in IIS5 there were a prob with illegal call check
15068:
15069: 2001-12-04 paf
15070: * src/classes/op.C 1.62.2.1:
15071: * src/classes/table.C 1.133.2.2:
15072: * src/include/pa_request.h 1.111.2.1:
15073: * src/main/pa_request.C 1.182.2.1:
15074: measures to log
15075:
15076: 2001-11-26 paf
15077: * src/targets/apache13/mod_parser3.C 1.13:
15078: merge dir config now works OK with parser_root_config_filespec
15079:
15080: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
15081:
15082: 2001-11-23 paf
15083: * src/classes/hashfile.C 1.16:
15084: * src/classes/table.C 1.134:
15085: * src/include/pa_db_table.h 1.9:
15086: * src/main/pa_common.C 1.92:
15087: * src/main/pa_db_table.C 1.14:
15088: * src/main/pa_string.C 1.127:
15089: * src/types/pa_vhashfile.C 1.15:
15090: merged from _0014, 1
15091:
15092: * src/classes/hashfile.C 1.15.6.1:
15093: * src/classes/table.C 1.133.2.1:
15094: * src/include/pa_db_table.h 1.8.6.1:
15095: * src/main/pa_common.C 1.91.4.1:
15096: * src/main/pa_db_table.C 1.12.6.2:
15097: * src/types/pa_vhashfile.C 1.14.6.1:
15098: hashfile bugfix2 more wrong sizes.
15099: ^cache behaviour changed: if ^cache(33) would change
15100:
15101: 0660 bits in file_write & hashfile create
15102:
15103: * src/main/pa_db_table.C 1.12.6.1:
15104: * src/main/pa_db_table.C 1.13:
15105: * src/main/pa_string.C 1.125.2.1:
15106: * src/main/pa_string.C 1.126:
15107: cache bugfix [wrong types after pa_string optimization]
15108:
15109: 2001-11-22 paf
15110: * src/main/untaint.C 1.82:
15111: ORIGINS mode removed UHTML
15112:
15113: * src/classes/op.C 1.62:
15114: process cstr(,connection)
15115:
15116: * src/Makefile.in 1.38:
15117: * src/classes/xdoc.C 1.47:
15118: * src/targets/Makefile.in 1.26:
15119: * src/targets/apache13/Makefile.in 1.25:
15120: * src/targets/cgi/Makefile.in 1.30:
15121: cached xslt [removed nocache forcing]
15122:
15123: * src/classes/op.C 1.61:
15124: process now gets its body on current language, not as-is
15125:
15126: * src/main/untaint.C 1.81:
15127: ORIGINS mode was bad - forgot about optimize bit
15128:
15129: * src/classes/table.C 1.133:
15130: * src/include/pa_table.h 1.37:
15131: * src/main/pa_table.C 1.41:
15132: table.offset[whence]
15133:
15134: 2001-11-21 paf
15135: * src/classes/table.C 1.132:
15136: * src/main/pa_string.C 1.124:
15137: * src/main/untaint.C 1.78:
15138: * src/targets/cgi/parser3.C 1.141:
15139: table.append bug fixed: forgot to switch default language for {
15140: code}, it happen to change it's language from CLEAN, so later
15141: refused to split by CLEAN \t
15142:
15143: * src/classes/xdoc.C 1.46:
15144: * src/types/pa_vxdoc.C 1.7:
15145: * src/types/pa_vxdoc.h 1.13:
15146: <xsl:output
15147: output options made identical to xsl:output attributes
15148: exclusion:
15149: cdata-section-elements
15150: what xalan can do but that not used now:
15151: it can escape and remove CDATA sections
15152:
15153: * src/targets/cgi/parser3.C 1.142:
15154: removed debug cgi||1
15155:
15156: * src/main/untaint.C 1.80:
15157: * src/targets/cgi/parser3.C 1.143:
15158: optimized \r produced by xslt
15159:
15160: * src/main/pa_string.C 1.125:
15161: * src/main/untaint.C 1.79:
15162: cached some string::size() es
15163:
15164: 2001-11-20 paf
15165: * src/classes/Makefile.am 1.31:
15166: * src/classes/Makefile.in 1.33:
15167: * src/classes/table.C 1.131:
15168: * src/main/Makefile.am 1.25:
15169: * src/main/Makefile.in 1.30:
15170: * src/main/pa_exception.C 1.27:
15171: * src/types/Makefile.am 1.13:
15172: * src/types/Makefile.in 1.25:
15173: moved ident.C & co to bottom of dependeces, so that errors
15174: would popup quicklier, fixed line numbering in table::sql
15175:
15176: 2001-11-19 paf
15177: * src/classes/op.C 1.60:
15178: * src/include/pa_request.h 1.111:
15179: * src/include/pa_string.h 1.119:
15180: * src/include/pa_types.h 1.34:
15181: * src/main/pa_globals.C 1.92:
15182: * src/main/pa_request.C 1.182:
15183: * src/main/pa_string.C 1.123:
15184: * src/main/untaint.C 1.77:
15185: * src/targets/apache13/mod_parser3.C 1.12:
15186: * src/targets/cgi/parser3.C 1.140:
15187: * src/targets/isapi/parser3isapi.C 1.60:
15188: * src/types/pa_wcontext.C 1.13:
15189: * src/types/pa_wcontext.h 1.22:
15190: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
15191:
15192: * src/classes/Makefile.in 1.32:
15193: * src/main/Makefile.in 1.29:
15194: * src/targets/Makefile.am 1.8:
15195: * src/targets/Makefile.in 1.25:
15196: * src/targets/apache13/Makefile.in 1.24:
15197: * src/targets/apache13/mod_parser3.C 1.11:
15198: * src/targets/cgi/Makefile.in 1.29:
15199: * src/targets/cgi/parser3.C 1.139:
15200: * src/types/Makefile.in 1.24:
15201: #if _MSC_VER _set_new_handler
15202:
15203: * src/Makefile.in 1.37:
15204: * src/targets/apache13/mod_parser3.C 1.10:
15205: * src/targets/cgi/parser3.C 1.138:
15206: * src/targets/isapi/parser3isapi.C 1.59:
15207: set_new_handler in apache&isapi
15208:
15209: 2001-11-16 paf
15210: * src/include/pa_string.h 1.117:
15211: * src/main/pa_string.C 1.120:
15212: * src/main/pa_string.C 1.121:
15213: * src/main/untaint.C 1.76:
15214: * src/types/pa_vstring.C 1.14:
15215: removed 1+4 bytes from String
15216:
15217: * src/include/pa_string.h 1.118:
15218: * src/include/pa_types.h 1.33:
15219: * src/main/pa_string.C 1.122:
15220: removed 8 bytes from String, 2 bytes from string::chunk::row::item
15221:
15222: * src/include/pa_globals.h 1.69:
15223: * src/include/pa_string.h 1.116:
15224: * src/include/pa_types.h 1.32:
15225: * src/main/pa_globals.C 1.91:
15226: * src/main/pa_pool.C 1.44:
15227: * src/main/pa_pool.C 1.45:
15228: * src/main/pa_request.C 1.181:
15229: * src/main/untaint.C 1.75:
15230: * src/sql/pa_sql_driver.h 1.24:
15231: * src/targets/cgi/parser3.C 1.136:
15232: introducing estimating String::cstr_bufsize, 0
15233:
15234: * src/include/pa_pool.h 1.70:
15235: * src/include/pa_pool.h 1.71:
15236: * src/main/execute.C 1.206:
15237: * src/main/pa_pool.C 1.41:
15238: * src/main/pa_pool.C 1.42:
15239: * src/main/pa_pool.C 1.43:
15240: * src/targets/cgi/parser3.C 1.134:
15241: * src/targets/cgi/parser3.C 1.135:
15242: die in pool::fail
15243:
15244: * src/targets/cgi/parser3.C 1.137:
15245: pool debug @ die
15246:
15247: 2001-11-15 paf
15248: * src/Makefile.in 1.36:
15249: configure set_new_handler check added
15250:
15251: * src/targets/cgi/parser3.C 1.131:
15252: set_new_handler started
15253:
15254: * src/include/pa_exception.h 1.22:
15255: * src/main/execute.C 1.205:
15256: * src/main/main.dsp 1.140:
15257: * src/main/pa_exception.C 1.26:
15258: * src/targets/cgi/parser3.C 1.133:
15259: exception with dynamic buffer re-back
15260: now with counter
15261:
15262: * src/include/pa_config_auto.h.in 1.13:
15263: * src/main/Makefile.in 1.28:
15264: makes
15265:
15266: * src/include/pa_exception.h 1.21:
15267: * src/main/pa_exception.C 1.25:
15268: exception with static buffer back
15269:
15270: * src/classes/classes.awk 1.5:
15271: * src/include/pa_config_auto.h.in 1.14:
15272: * src/include/pa_config_includes.h 1.13:
15273: setnewhandler check
15274:
15275: * src/targets/cgi/parser3.C 1.132:
15276: std::
15277:
15278: 2001-11-14 paf
15279: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
15280: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
15281: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
15282: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
15283: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
15284: fixed this:
15285: $bred[^string::length[]]
15286: $bred[^response::clear[]]
15287: $bred[^int::int[]]
15288:
15289: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
15290:
15291: * src/include/pa_common.h 1.64:
15292: * src/include/pa_common.h 1.65:
15293: * src/include/pa_common.h 1.66:
15294: * src/main/pa_common.C 1.90:
15295: * src/main/pa_common.C 1.91:
15296: snprintf replacement was wrong
15297:
15298: * src/main/execute.C 1.204:
15299: * src/types/pa_vclass.h 1.22:
15300: * src/types/pa_vobject.h 1.14:
15301: * src/types/pa_vstateless_class.h 1.21:
15302: * src/types/pa_vstateless_object.h 1.13:
15303: merged with no_bad_constructors_try
15304:
15305: * src/classes/op.C 1.59:
15306: ^untaint{body} as-is default now
15307:
15308: * src/main/pa_request.C 1.180:
15309: z
15310:
15311: * src/include/pa_common.h 1.63:
15312: * src/main/pa_common.C 1.88:
15313: * src/main/pa_common.C 1.89:
15314: snprintf on buffer full returns
15315: win32 -1
15316: solaris >buffer_size
15317:
15318: checked all that
15319:
15320: 2001-11-13 paf
15321: * src/classes/classes.C 1.13:
15322: returned accedently removed if in foreach callbacks [when hash
15323: no-0-restructure]
15324:
15325: 2001-11-12 paf
15326: * src/classes/classes.C 1.12:
15327: * src/classes/hash.C 1.31:
15328: * src/classes/xdoc.C 1.45:
15329: * src/include/pa_hash.h 1.51:
15330: * src/main/pa_db_connection.C 1.33:
15331: * src/main/pa_db_manager.C 1.18:
15332: * src/main/pa_dictionary.C 1.10:
15333: * src/main/pa_hash.C 1.48:
15334: * src/main/pa_sql_driver_manager.C 1.55:
15335: * src/main/pa_stylesheet_manager.C 1.7:
15336: hash now does not containt 0 values. put 0 actullay removes.
15337: no check on 0 value in foreach now required
15338:
15339: * src/classes/date.C 1.13:
15340: date.roll parser2 alg used
15341:
15342: * src/main/pa_pool.C 1.40:
15343: changed xdoc createXXX politics, now string passed as-is to
15344: method, xalan makes & into & itself
15345:
15346: 2001-11-11 paf
15347: * src/main/pa_sql_driver_manager.C 1.53:
15348: * src/sql/pa_sql_driver.h 1.21:
15349: sql driver initialize not const
15350:
15351: * src/sql/pa_sql_driver.h 1.23:
15352: removed extra constructor, doc
15353:
15354: * src/main/pa_sql_driver_manager.C 1.54:
15355: * src/sql/pa_sql_driver.h 1.22:
15356: CRLF
15357:
15358: 2001-11-10 paf
15359: * src/main/pa_exec.C 1.18:
15360: doc
15361:
15362: 2001-11-09 paf
15363: * src/main/pa_common.C 1.87:
15364: line endings fixing fixed last piece[was still cstr oriented]
15365:
15366: * src/include/pa_common.h 1.62:
15367: * src/main/pa_common.C 1.86:
15368: * src/types/pa_vform.C 1.48:
15369: line endings fixing got rid of cstr, now must work ok with post multipart
15370:
15371: * src/classes/string.C 1.90:
15372: * src/classes/xdoc.C 1.44:
15373: xdoc::set{code} now untaints param properly
15374:
15375: * src/types/pa_vform.C 1.47:
15376: line endings fixed at post / multipart / not file also now
15377:
15378: * src/classes/string.C 1.89:
15379: string.save now does untainting before saving
15380:
15381: 2001-11-08 paf
15382: * src/include/pa_request.h 1.110:
15383: * src/main/pa_request.C 1.179:
15384: * src/targets/apache13/mod_parser3.C 1.9:
15385: * src/targets/cgi/parser3.C 1.130:
15386: * src/targets/isapi/parser3isapi.C 1.58:
15387: apache 'status' class enabler
15388:
15389: <Location /parser-status.html>
15390: ParserStatusAllowed
15391: </Location>
15392:
15393: * src/Makefile.in 1.35:
15394: * src/include/pa_common.h 1.61:
15395: * src/main/Makefile.am 1.24:
15396: * src/main/Makefile.in 1.27:
15397: * src/targets/cgi/pa_pool.C 1.32:
15398: makes
15399:
15400: * src/include/pa_cache_managers.h 1.2:
15401: * src/include/pa_charset_manager.h 1.6:
15402: * src/include/pa_db_manager.h 1.10:
15403: * src/include/pa_sql_driver_manager.h 1.18:
15404: * src/include/pa_stylesheet_manager.h 1.7:
15405: * src/main/pa_charset_manager.C 1.8:
15406: * src/main/pa_db_manager.C 1.17:
15407: * src/main/pa_sql_driver_manager.C 1.52:
15408: * src/main/pa_stylesheet_manager.C 1.6:
15409: restructured Cache manager to be simple parent, not second
15410: parent [gcc 2.96 strangly refused to call virtual from second
15411: parent]
15412:
15413: * src/include/pa_cache_managers.h 1.1:
15414: * src/include/pa_charset_manager.h 1.5:
15415: * src/include/pa_db_manager.h 1.9:
15416: * src/include/pa_sql_driver_manager.h 1.17:
15417: * src/include/pa_stylesheet_manager.h 1.6:
15418: * src/main/main.dsp 1.139:
15419: * src/main/pa_cache_managers.C 1.1:
15420: * src/main/pa_charset_manager.C 1.7:
15421: * src/main/pa_db_manager.C 1.16:
15422: * src/main/pa_globals.C 1.90:
15423: * src/main/pa_request.C 1.178:
15424: * src/main/pa_sql_driver_manager.C 1.51:
15425: * src/main/pa_stylesheet_manager.C 1.5:
15426: * src/types/pa_vstatus.h 1.4:
15427: cache_managers, maybe-expiring every request
15428: todo: apache 'status' class enabler
15429:
15430: 2001-11-05 paf
15431: * src/classes/xdoc.C 1.42:
15432: * src/include/pa_db_connection.h 1.16:
15433: * src/include/pa_stylesheet_connection.h 1.15:
15434: * src/include/pa_stylesheet_manager.h 1.4:
15435: * src/main/pa_stylesheet_manager.C 1.3:
15436: * src/types/pa_vstatus.h 1.2:
15437: $status:stylesheet
15438:
15439: * src/targets/cgi/parser3.C 1.129:
15440: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
15441: checked that in cgi, on apache already done :)
15442:
15443: * src/main/pa_db_connection.C 1.31:
15444: * src/main/pa_db_manager.C 1.14:
15445: * src/main/pa_request.C 1.177:
15446: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
15447:
15448: expiring to 0 time was wrong, changed to 'now' time
15449:
15450: * src/main/pa_db_connection.C 1.30:
15451: * src/main/pa_db_manager.C 1.13:
15452: hence i removed skipping 0 values in hash::for_each-es we need
15453: to check cleaned cache items manually
15454:
15455: * src/include/pa_charset_connection.h 1.3:
15456: * src/main/pa_charset_manager.C 1.5:
15457: $status:charset
15458:
15459: * src/classes/classes.C 1.11:
15460: * src/classes/classes.h 1.14:
15461: * src/classes/date.C 1.12:
15462: * src/classes/double.C 1.41:
15463: * src/classes/file.C 1.65:
15464: * src/classes/form.C 1.19:
15465: * src/classes/hash.C 1.30:
15466: * src/classes/hashfile.C 1.15:
15467: * src/classes/image.C 1.62:
15468: * src/classes/int.C 1.38:
15469: * src/classes/mail.C 1.44:
15470: * src/classes/math.C 1.9:
15471: * src/classes/op.C 1.58:
15472: * src/classes/response.C 1.16:
15473: * src/classes/string.C 1.88:
15474: * src/classes/table.C 1.130:
15475: * src/classes/void.C 1.13:
15476: * src/classes/xdoc.C 1.43:
15477: * src/classes/xnode.C 1.18:
15478: * src/classes/xnode.h 1.4:
15479: * src/include/pa_array.h 1.47:
15480: * src/include/pa_charset_connection.h 1.4:
15481: * src/include/pa_charset_manager.h 1.4:
15482: * src/include/pa_common.h 1.60:
15483: * src/include/pa_config_fixed.h 1.30:
15484: * src/include/pa_config_includes.h 1.12:
15485: * src/include/pa_db_connection.h 1.17:
15486: * src/include/pa_db_manager.h 1.8:
15487: * src/include/pa_db_table.h 1.8:
15488: * src/include/pa_dictionary.h 1.7:
15489: * src/include/pa_dir.h 1.8:
15490: * src/include/pa_exception.h 1.20:
15491: * src/include/pa_exec.h 1.4:
15492: * src/include/pa_globals.h 1.68:
15493: * src/include/pa_hash.h 1.50:
15494: * src/include/pa_opcode.h 1.8:
15495: * src/include/pa_pool.h 1.69:
15496: * src/include/pa_pragma_pack_begin.h 1.2:
15497: * src/include/pa_pragma_pack_end.h 1.2:
15498: * src/include/pa_request.h 1.109:
15499: * src/include/pa_sapi.h 1.15:
15500: * src/include/pa_socks.h 1.5:
15501: * src/include/pa_sql_connection.h 1.19:
15502: * src/include/pa_sql_driver_manager.h 1.16:
15503: * src/include/pa_stack.h 1.11:
15504: * src/include/pa_string.h 1.115:
15505: * src/include/pa_stylesheet_connection.h 1.16:
15506: * src/include/pa_stylesheet_manager.h 1.5:
15507: * src/include/pa_table.h 1.36:
15508: * src/include/pa_threads.h 1.20:
15509: * src/include/pa_types.h 1.31:
15510: * src/main/compile.C 1.53:
15511: * src/main/compile.tab.C 1.26:
15512: * src/main/compile_tools.C 1.40:
15513: * src/main/compile_tools.h 1.51:
15514: * src/main/execute.C 1.203:
15515: * src/main/pa_array.C 1.43:
15516: * src/main/pa_charset_connection.C 1.11:
15517: * src/main/pa_charset_manager.C 1.6:
15518: * src/main/pa_common.C 1.85:
15519: * src/main/pa_db_connection.C 1.28:
15520: * src/main/pa_db_manager.C 1.12:
15521: * src/main/pa_db_table.C 1.11:
15522: * src/main/pa_dictionary.C 1.9:
15523: * src/main/pa_dir.C 1.8:
15524: * src/main/pa_exception.C 1.24:
15525: * src/main/pa_exec.C 1.17:
15526: * src/main/pa_globals.C 1.89:
15527: * src/main/pa_hash.C 1.47:
15528: * src/main/pa_pool.C 1.39:
15529: * src/main/pa_request.C 1.176:
15530: * src/main/pa_socks.C 1.8:
15531: * src/main/pa_sql_driver_manager.C 1.50:
15532: * src/main/pa_status_provider.C 1.2:
15533: * src/main/pa_string.C 1.119:
15534: * src/main/pa_stylesheet_manager.C 1.4:
15535: * src/main/pa_table.C 1.40:
15536: * src/main/untaint.C 1.74:
15537: * src/sql/pa_sql_driver.h 1.20:
15538: * src/targets/apache13/mod_parser3.C 1.8:
15539: * src/targets/apache13/pa_pool.C 1.3:
15540: * src/targets/apache13/pa_threads.C 1.3:
15541: * src/targets/cgi/pa_pool.C 1.31:
15542: * src/targets/cgi/pa_threads.C 1.5:
15543: * src/targets/cgi/parser3.C 1.128:
15544: * src/targets/cgi/pool_storage.h 1.5:
15545: * src/targets/isapi/pa_pool.C 1.9:
15546: * src/targets/isapi/pa_threads.C 1.5:
15547: * src/targets/isapi/parser3isapi.C 1.57:
15548: * src/targets/isapi/pool_storage.h 1.13:
15549: * src/types/pa_valiased.C 1.11:
15550: * src/types/pa_valiased.h 1.16:
15551: * src/types/pa_value.h 1.77:
15552: * src/types/pa_vbool.h 1.15:
15553: * src/types/pa_vclass.h 1.21:
15554: * src/types/pa_vcode_frame.h 1.12:
15555: * src/types/pa_vcookie.C 1.32:
15556: * src/types/pa_vcookie.h 1.13:
15557: * src/types/pa_vdate.h 1.6:
15558: * src/types/pa_vdouble.h 1.28:
15559: * src/types/pa_venv.h 1.18:
15560: * src/types/pa_vfile.C 1.23:
15561: * src/types/pa_vfile.h 1.37:
15562: * src/types/pa_vform.C 1.46:
15563: * src/types/pa_vform.h 1.29:
15564: * src/types/pa_vhash.h 1.27:
15565: * src/types/pa_vhashfile.C 1.14:
15566: * src/types/pa_vhashfile.h 1.12:
15567: * src/types/pa_vimage.C 1.14:
15568: * src/types/pa_vimage.h 1.22:
15569: * src/types/pa_vint.h 1.29:
15570: * src/types/pa_vjunction.h 1.10:
15571: * src/types/pa_vmath.h 1.4:
15572: * src/types/pa_vmethod_frame.h 1.19:
15573: * src/types/pa_vobject.h 1.13:
15574: * src/types/pa_vrequest.C 1.11:
15575: * src/types/pa_vrequest.h 1.12:
15576: * src/types/pa_vresponse.h 1.17:
15577: * src/types/pa_vstateless_class.C 1.11:
15578: * src/types/pa_vstateless_class.h 1.20:
15579: * src/types/pa_vstateless_object.h 1.12:
15580: * src/types/pa_vstatus.h 1.3:
15581: * src/types/pa_vstring.C 1.13:
15582: * src/types/pa_vstring.h 1.39:
15583: * src/types/pa_vtable.C 1.9:
15584: * src/types/pa_vtable.h 1.35:
15585: * src/types/pa_vvoid.h 1.6:
15586: * src/types/pa_vxdoc.C 1.6:
15587: * src/types/pa_vxdoc.h 1.12:
15588: * src/types/pa_vxnode.C 1.11:
15589: * src/types/pa_vxnode.h 1.8:
15590: * src/types/pa_wcontext.C 1.12:
15591: * src/types/pa_wcontext.h 1.21:
15592: * src/types/pa_wwrapper.h 1.14:
15593: $status:db
15594: fixed used not initialized in db_connection & db_table
15595:
15596: * src/include/pa_charset_manager.h 1.3:
15597: * src/include/pa_db_manager.h 1.7:
15598: * src/include/pa_request.h 1.108:
15599: * src/include/pa_sql_connection.h 1.18:
15600: * src/include/pa_sql_driver_manager.h 1.15:
15601: * src/include/pa_stylesheet_manager.h 1.3:
15602: * src/main/main.dsp 1.138:
15603: * src/main/pa_charset_manager.C 1.4:
15604: * src/main/pa_common.C 1.84:
15605: * src/main/pa_db_manager.C 1.11:
15606: * src/main/pa_globals.C 1.88:
15607: * src/main/pa_request.C 1.175:
15608: * src/main/pa_sql_driver_manager.C 1.49:
15609: * src/main/pa_status_provider.C 1.1:
15610: * src/main/pa_stylesheet_manager.C 1.2:
15611: * src/types/pa_vstatus.h 1.1:
15612: * src/types/pa_vxnode.C 1.10:
15613: * src/types/types.dsp 1.14:
15614: started status parser class
15615:
15616: * src/main/pa_db_connection.C 1.29:
15617: * src/main/pa_db_table.C 1.12:
15618: parser_multithreaded check was wrong
15619:
15620: * src/main/pa_db_connection.C 1.32:
15621: * src/main/pa_db_manager.C 1.15:
15622: expiration from debug to normal
15623:
15624: 2001-11-01 paf
15625: * src/classes/hash.C 1.26:
15626: * src/classes/op.C 1.54:
15627: * src/types/pa_vmethod_frame.h 1.18:
15628: * src/types/pa_vstring.C 1.12:
15629: * src/types/pa_vstring.h 1.38:
15630: ^foreach[key|value]{body}[[separator]|{separator}]
15631:
15632: * src/classes/hash.C 1.25:
15633: * src/include/pa_hash.h 1.48:
15634: * src/main/pa_hash.C 1.44:
15635: * src/types/pa_vcookie.C 1.31:
15636: ^hash.delete[key]
15637:
15638: * src/classes/math.C 1.8:
15639: * src/include/pa_common.h 1.59:
15640: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
15641:
15642: * src/classes/op.C 1.57:
15643: ^for endless loop check strightened
15644:
15645: * src/Makefile.in 1.34:
15646: * src/classes/Makefile.in 1.31:
15647: * src/include/pa_config_auto.h.in 1.12:
15648: * src/main/Makefile.in 1.26:
15649: * src/targets/Makefile.in 1.24:
15650: * src/targets/apache13/Makefile.in 1.23:
15651: * src/targets/cgi/Makefile.in 1.28:
15652: * src/types/Makefile.in 1.23:
15653: makes
15654:
15655: * src/main/pa_hash.C 1.46:
15656: removed old extra include
15657:
15658: * src/classes/hash.C 1.28:
15659: * src/classes/xdoc.C 1.41:
15660: * src/classes/xnode.C 1.17:
15661: * src/include/pa_hash.h 1.49:
15662: * src/main/pa_hash.C 1.45:
15663: * src/main/pa_request.C 1.174:
15664: * src/types/pa_vhash.h 1.26:
15665: * src/types/pa_vxnode.C 1.9:
15666: hash locking
15667: disabled changing of hash inside of foreach
15668:
15669: * src/classes/hash.C 1.27:
15670: * src/classes/hashfile.C 1.14:
15671: * src/types/pa_vhashfile.C 1.13:
15672: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
15673: prev were hash.foreach
15674:
15675: * src/classes/hash.C 1.29:
15676: * src/classes/op.C 1.56:
15677: * src/main/execute.C 1.202:
15678: changed root behavior in native calls.
15679: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
15680:
15681: * src/classes/op.C 1.55:
15682: detected for var storage bug, fixed. todo:foreach
15683:
15684: 2001-10-31 paf
15685: * src/main/pa_sql_driver_manager.C 1.47:
15686: hiding passwords and addresses from accidental show [imagine
15687: user forgot @exception]
15688:
15689: * src/main/pa_db_connection.C 1.26:
15690: * src/main/pa_sql_driver_manager.C 1.48:
15691: // lockdetector flags
15692: dbenv.lk_detect=DB_LOCK_RANDOM;
15693:
15694: * src/include/pa_opcode.h 1.7:
15695: * src/main/compile.tab.C 1.25:
15696: * src/main/compile.y 1.173:
15697: * src/main/execute.C 1.201:
15698: \ in expression: int divide 10/3=3
15699:
15700: * src/main/pa_common.C 1.81:
15701: typing bug in common - bad ifdeff
15702:
15703: * src/types/pa_vhashfile.h 1.11:
15704: hashfile ^delete to do something only inside of ^cache
15705:
15706: * src/include/pa_threads.h 1.19:
15707: * src/main/pa_db_connection.C 1.25:
15708: * src/main/pa_db_table.C 1.10:
15709: * src/targets/apache13/pa_threads.C 1.2:
15710: * src/targets/cgi/pa_threads.C 1.4:
15711: * src/targets/isapi/pa_threads.C 1.4:
15712: libdb DB_THREAD flag only when really needed
15713:
15714: * src/main/pa_db_connection.C 1.27:
15715: z
15716:
15717: * src/classes/file.C 1.64:
15718: * src/classes/image.C 1.61:
15719: * src/classes/mail.C 1.43:
15720: * src/classes/string.C 1.87:
15721: * src/classes/xnode.C 1.16:
15722: * src/include/pa_common.h 1.58:
15723: * src/main/pa_common.C 1.80:
15724: ^string.save[[append;]path]
15725:
15726: * src/main/compile.C 1.52:
15727: * src/main/pa_common.C 1.83:
15728: completely empty file now considered "read", not ignored [not
15729: perfect trick used]
15730:
15731: * src/classes/table.C 1.129:
15732: ^table.save[[nameless|+append;]path]
15733:
15734: * src/main/pa_common.C 1.82:
15735: simplier common ifdefs
15736:
15737: 2001-10-30 paf
15738: * src/include/pa_common.h 1.57:
15739: * src/main/pa_common.C 1.79:
15740: * src/types/pa_vform.C 1.45:
15741: form post data line endings not reformatted now.
15742:
15743: * src/classes/xdoc.C 1.40:
15744: rolled back {} in xdoc.createTextNode for now
15745:
15746: * src/classes/classes.dsp 1.13:
15747: * src/main/main.dsp 1.137:
15748: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
15749: * src/targets/cgi/parser3.dsp 1.38:
15750: * src/targets/isapi/parser3isapi.dsp 1.29:
15751: * src/types/types.dsp 1.13:
15752: enabled debug incremental compile
15753:
15754: * src/main/pa_db_connection.C 1.24:
15755: * src/main/pa_db_manager.C 1.10:
15756: * src/main/pa_db_table.C 1.9:
15757: * src/main/pa_exec.C 1.16:
15758: * src/main/pa_request.C 1.173:
15759: * src/main/pa_sql_driver_manager.C 1.46:
15760: * src/main/pa_string.C 1.118:
15761: cstr(asis) default param removed
15762:
15763: * src/types/pa_vform.C 1.44:
15764: * src/types/pa_vform.h 1.28:
15765: AppendFormEntry length param now required [had bug when file=
15766: has no value]
15767:
15768: * src/types/pa_vform.C 1.43:
15769: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
15770:
15771: * src/include/pa_dir.h 1.7:
15772: LOAD_DIR fixed
15773:
15774: * src/include/pa_config_fixed.h 1.29:
15775: * src/include/pa_pragma_pack_begin.h 1.1:
15776: * src/include/pa_pragma_pack_end.h 1.1:
15777: * src/include/pa_string.h 1.114:
15778: * src/include/pa_types.h 1.30:
15779: String & Origin packed with #pragma pack
15780:
15781: * src/Makefile.in 1.33:
15782: * src/include/pa_config_auto.h.in 1.11:
15783: pragma detection
15784:
15785: * src/classes/xdoc.C 1.39:
15786: rolled back {} in xdoc.createElement for now
15787:
15788: 2001-10-29 paf
15789: * src/types/pa_wcontext.h 1.20:
15790: bitfield syntax stricter
15791:
15792: * src/include/pa_string.h 1.111:
15793: * src/main/pa_string.C 1.115:
15794: * src/targets/cgi/pa_pool.C 1.27:
15795: debugging memory
15796: String::fused_rows func now
15797:
15798: [Mon Oct 29 17:55:45 2001] total 5917436/158731
15799: [Mon Oct 29 18:11:53 2001] total 5796092/158731
15800:
15801: * src/classes/file.C 1.61:
15802: * src/classes/image.C 1.60:
15803: * src/classes/string.C 1.86:
15804: * src/classes/xdoc.C 1.38:
15805: * src/include/pa_pool.h 1.68:
15806: * src/include/pa_string.h 1.109:
15807: * src/main/execute.C 1.199:
15808: * src/main/pa_array.C 1.41:
15809: * src/main/pa_common.C 1.78:
15810: * src/main/pa_hash.C 1.43:
15811: * src/main/pa_sql_driver_manager.C 1.45:
15812: * src/main/pa_string.C 1.114:
15813: * src/main/untaint.C 1.70:
15814: * src/targets/cgi/pa_pool.C 1.25:
15815: * src/targets/cgi/parser3.C 1.126:
15816: * src/types/pa_vcookie.C 1.30:
15817: * src/types/pa_vstring.h 1.37:
15818: debuggging memory.
15819: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
15820: VString(String&) not copies reference [29M -> 17M]
15821:
15822: * src/include/pa_sql_connection.h 1.17:
15823: SQL_CONNECTION_FUNC_GUARDED name
15824:
15825: * src/targets/isapi/pa_pool.C 1.8:
15826: added isapi&apache real_malloc debug param.someday either ifdef
15827: or remove it
15828:
15829: * src/targets/apache13/pa_pool.C 1.2:
15830: * src/targets/cgi/pa_pool.C 1.30:
15831: * src/targets/cgi/parser3.C 1.127:
15832: removed debug defines
15833:
15834: * src/Makefile.am 1.12:
15835: .am order
15836:
15837: * src/main/pa_sql_driver_manager.C 1.44:
15838: ping to have services [old hiding bug]
15839:
15840: * src/main/untaint.C 1.73:
15841: optimizing returned after debugging
15842:
15843: * src/include/pa_array.h 1.45:
15844: * src/include/pa_charset_manager.h 1.2:
15845: * src/include/pa_db_connection.h 1.15:
15846: * src/include/pa_db_manager.h 1.6:
15847: * src/include/pa_db_table.h 1.7:
15848: * src/include/pa_hash.h 1.46:
15849: * src/include/pa_request.h 1.107:
15850: * src/include/pa_sql_driver_manager.h 1.14:
15851: * src/include/pa_stylesheet_manager.h 1.2:
15852: * src/include/pa_threads.h 1.18:
15853: * src/types/pa_valiased.h 1.15:
15854: * src/types/pa_vhashfile.h 1.10:
15855: * src/types/pa_vstateless_class.h 1.19:
15856: * src/types/pa_wcontext.h 1.18:
15857: gcc 3.0.1 required "friend class"
15858:
15859: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
15860: class Temp_lang'
15861:
15862: * src/include/pa_string.h 1.112:
15863: * src/main/pa_string.C 1.116:
15864: * src/main/untaint.C 1.71:
15865: * src/targets/cgi/pa_pool.C 1.29:
15866: String size_t replace to uint in proper places [todo:Array]
15867:
15868: * src/classes/file.C 1.62:
15869: * src/include/pa_hash.h 1.47:
15870: * src/include/pa_string.h 1.110:
15871: * src/main/pa_globals.C 1.87:
15872: * src/targets/cgi/pa_pool.C 1.26:
15873: debugging memory
15874: hash key ref now
15875:
15876: [Mon Oct 29 16:01:17 2001] total 17050496/202647
15877: [Mon Oct 29 17:11:17 2001] total 16867948/202658
15878:
15879: * src/classes/file.C 1.63:
15880: * src/types/pa_vimage.C 1.13:
15881: image&file couple stack string hash.puts
15882:
15883: * src/main/execute.C 1.200:
15884: * src/targets/cgi/pa_pool.C 1.28:
15885: * src/targets/cgi/parser3.dsp 1.37:
15886: * src/types/pa_wcontext.h 1.19:
15887: * src/types/pa_wwrapper.h 1.13:
15888: debugging memory
15889: WContext
15890: flags to bits
15891:
15892: total 5 652 652/158731
15893: total 5 469 332/158731
15894:
15895: * src/include/pa_sql_connection.h 1.16:
15896: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
15897:
15898: * src/include/pa_exception.h 1.19:
15899: * src/include/pa_sql_connection.h 1.15:
15900: * src/main/pa_exception.C 1.23:
15901: * src/main/pa_sql_driver_manager.C 1.43:
15902: * src/sql/pa_sql_driver.h 1.19:
15903: sql driver impl changed in _throw part.
15904:
15905: the idea is to #1 jump to C++ some function to main body, where
15906: every function stack frame has exception unwind information
15907: and from there... #2 propagate_exception()
15908:
15909: * src/include/pa_array.h 1.46:
15910: * src/main/pa_array.C 1.42:
15911: debugging memory
15912: Array:: without cache in get/put now
15913:
15914: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
15915: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
15916:
15917: * src/include/pa_string.h 1.113:
15918: * src/include/pa_types.h 1.29:
15919: * src/main/pa_string.C 1.117:
15920: * src/main/untaint.C 1.72:
15921: memory hunging
15922: #pragma pack(1)
15923:
15924: 16 419 844
15925: 13 169 394
15926:
15927: 2001-10-28 paf
15928: * src/include/pa_config_auto.h.in 1.10:
15929: * src/include/pa_config_fixed.h 1.28:
15930: * src/include/pa_db_connection.h 1.14:
15931: * src/include/pa_db_manager.h 1.5:
15932: * src/include/pa_db_table.h 1.6:
15933: * src/main/pa_db_connection.C 1.20:
15934: * src/main/pa_db_table.C 1.6:
15935: db2 on linux with DB 2.4.14: (6/2/98)
15936:
15937: * src/main/pa_db_connection.C 1.21:
15938: * src/main/pa_db_table.C 1.8:
15939: exception translation
15940:
15941: * src/main/pa_db_connection.C 1.22:
15942: expire table [was accidently pasted with wrong type/cast]
15943:
15944: * src/classes/Makefile.am 1.30:
15945: * src/classes/Makefile.in 1.30:
15946: * src/targets/apache13/p3runConfigure.in 1.6:
15947: * src/targets/cgi/Makefile.am 1.22:
15948: * src/targets/cgi/Makefile.in 1.27:
15949: db makes. remember to build DB2 with -fexceptions!!!
15950:
15951: * src/main/pa_db_table.C 1.7:
15952: DB_RMW defed
15953:
15954: * src/main/pa_db_connection.C 1.23:
15955: removed old consts
15956:
15957: 2001-10-27 paf
15958: * src/classes/hashfile.C 1.13:
15959: * src/include/pa_db_connection.h 1.13:
15960: * src/include/pa_db_table.h 1.5:
15961: * src/main/pa_db_connection.C 1.19:
15962: * src/main/pa_db_manager.C 1.9:
15963: * src/main/pa_db_table.C 1.5:
15964: * src/main/pa_globals.C 1.86:
15965: * src/types/pa_vhashfile.C 1.12:
15966: DB2 ifdefs
15967:
15968: * src/Makefile.in 1.32:
15969: * src/classes/Makefile.am 1.29:
15970: * src/classes/Makefile.in 1.29:
15971: * src/include/pa_config_fixed.h 1.27:
15972: * src/main/Makefile.am 1.23:
15973: * src/main/Makefile.in 1.25:
15974: * src/targets/Makefile.in 1.23:
15975: * src/targets/apache13/Makefile.in 1.22:
15976: * src/targets/apache13/p3runConfigure.in 1.5:
15977: * src/targets/cgi/Makefile.am 1.21:
15978: * src/targets/cgi/Makefile.in 1.26:
15979: * src/types/Makefile.am 1.12:
15980: * src/types/Makefile.in 1.22:
15981: makes with DB2
15982:
15983: * src/classes/classes.awk 1.4:
15984: no $ in var names
15985:
15986: * src/main/pa_globals.C 1.85:
15987: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
15988: * src/targets/cgi/parser3.dsp 1.36:
15989: * src/targets/isapi/parser3isapi.dsp 1.28:
15990: vc projects libdb ifdefed into globals.C
15991:
15992: * src/main/pa_db_connection.C 1.17:
15993: * src/main/pa_db_manager.C 1.8:
15994: db expiration connection&table [forgotten calls]
15995:
15996: * src/Makefile.in 1.31:
15997: * src/classes/Makefile.in 1.28:
15998: * src/include/pa_config_auto.h.in 1.9:
15999: * src/main/Makefile.am 1.22:
16000: * src/main/Makefile.in 1.24:
16001: * src/targets/Makefile.in 1.22:
16002: * src/targets/apache13/p3runConfigure.in 1.4:
16003: * src/targets/cgi/Makefile.in 1.25:
16004: * src/types/Makefile.am 1.11:
16005: * src/types/Makefile.in 1.21:
16006: makes db
16007:
16008: * src/classes/hashfile.C 1.12:
16009: * src/include/pa_db_connection.h 1.12:
16010: * src/include/pa_db_table.h 1.4:
16011: * src/main/pa_db_connection.C 1.18:
16012: * src/main/pa_db_table.C 1.4:
16013: ^hashfile.clear[]
16014:
16015: 2001-10-26 paf
16016: * src/classes/xdoc.C 1.35:
16017: * src/classes/xdoc.C 1.36:
16018: * src/types/pa_vxdoc.h 1.11:
16019: transform2 for parsed_source
16020:
16021: * src/classes/hashfile.C 1.11:
16022: * src/include/pa_db_connection.h 1.10:
16023: * src/include/pa_db_manager.h 1.4:
16024: * src/include/pa_db_table.h 1.3:
16025: * src/include/pa_hash.h 1.45:
16026: * src/main/pa_db_connection.C 1.13:
16027: * src/main/pa_db_manager.C 1.7:
16028: * src/main/pa_db_table.C 1.3:
16029: * src/main/pa_hash.C 1.42:
16030: * src/types/pa_vhashfile.C 1.11:
16031: * src/types/pa_vhashfile.h 1.9:
16032: db connections & tables now cached at create time & multithreaded
16033:
16034: * src/classes/xdoc.C 1.37:
16035: xdoc createTextNode createElement UL_XML default. but entities
16036: still reparsed. todo: tothink
16037:
16038: * src/classes/hashfile.C 1.10:
16039: * src/include/pa_db_table.h 1.2:
16040: * src/main/pa_db_table.C 1.2:
16041: db: child transaction commit/rollback responsibility left to
16042: parent [as it sould - else there were a bug with double free]
16043:
16044: * src/include/pa_db_connection.h 1.11:
16045: * src/main/pa_db_connection.C 1.15:
16046: * src/main/pa_db_connection.C 1.16:
16047: db checkpoints
16048:
16049: * src/main/pa_db_connection.C 1.12:
16050: about to remove connection from vhashfile
16051:
16052: * src/main/pa_db_connection.C 1.14:
16053: db recover mech 2
16054:
16055: 2001-10-25 paf
16056: * src/classes/hashfile.C 1.9:
16057: * src/include/pa_common.h 1.56:
16058: * src/include/pa_db_connection.h 1.9:
16059: * src/include/pa_db_manager.h 1.3:
16060: * src/include/pa_db_table.h 1.1:
16061: * src/main/main.dsp 1.136:
16062: * src/main/pa_db_connection.C 1.11:
16063: * src/main/pa_db_manager.C 1.6:
16064: * src/main/pa_db_table.C 1.1:
16065: * src/types/pa_vhashfile.C 1.10:
16066: * src/types/pa_vhashfile.h 1.8:
16067: started db_home [multiple, cached]
16068: todo: autorecover [tried, but not succeded, yet]
16069:
16070: * src/include/pa_db_connection.h 1.8:
16071: * src/main/pa_db_manager.C 1.5:
16072: transaction parent passed
16073:
16074: * src/include/pa_dir.h 1.6:
16075: ancient gpf on dir not found fixed
16076:
16077: 2001-10-24 parser
16078: * src/classes/Makefile.am 1.26:
16079: * src/classes/Makefile.am 1.27:
16080: * src/classes/Makefile.am 1.28:
16081: * src/classes/Makefile.in 1.26:
16082: * src/classes/Makefile.in 1.27:
16083: * src/main/Makefile.in 1.23:
16084: * src/targets/cgi/Makefile.am 1.20:
16085: * src/targets/cgi/Makefile.in 1.24:
16086: * src/targets/cgi/pool_storage.h 1.2:
16087: * src/targets/cgi/pool_storage.h 1.3:
16088: makes
16089:
16090: * src/include/pa_db_connection.h 1.6:
16091: * src/main/pa_db_connection.C 1.6:
16092: * src/types/pa_vhashfile.C 1.6:
16093: db_cursor constructor public now
16094:
16095: * src/include/pa_common.h 1.54:
16096: * src/main/Makefile.am 1.21:
16097: * src/main/pa_common.C 1.76:
16098: * src/types/pa_vform.C 1.41:
16099: * src/types/pa_vform.h 1.26:
16100: .am
16101:
16102: * src/classes/hashfile.C 1.7:
16103: * src/include/pa_request.h 1.106:
16104: hashfile.cache 0
16105:
16106: * src/main/pa_db_connection.C 1.7:
16107: * src/types/pa_vhashfile.C 1.7:
16108: db_connection not bothers with key when not returning expired data
16109:
16110: * src/targets/cgi/pool_storage.h 1.4:
16111: * src/targets/isapi/parser3isapi.C 1.56:
16112: * src/targets/isapi/pool_storage.h 1.12:
16113: pool_storage fixed
16114:
16115: * src/include/pa_common.h 1.55:
16116: * src/main/pa_common.C 1.77:
16117: * src/types/pa_vform.C 1.42:
16118: * src/types/pa_vform.h 1.27:
16119: form fix_line_breaks
16120:
16121: * src/types/pa_vhashfile.C 1.8:
16122: * src/types/pa_vhashfile.h 1.6:
16123: hashfile expiring 0
16124:
16125: * src/main/pa_db_connection.C 1.8:
16126: * src/types/pa_vhashfile.C 1.9:
16127: hashfile expiring 1
16128:
16129: * src/classes/hashfile.C 1.6:
16130: * src/include/pa_db_connection.h 1.7:
16131: * src/main/pa_db_connection.C 1.9:
16132: hashfile expired deleted from db when get & iterate
16133:
16134: * src/classes/hashfile.C 1.8:
16135: * src/types/pa_vhashfile.h 1.7:
16136: hashfile 1
16137:
1.24 paf 16138: * src/sql/pa_sql_driver.h 1.18:
16139: version
16140:
1.15 paf 16141: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
16142: * src/targets/isapi/parser3isapi.dsp 1.27:
16143: doc
16144:
16145: * src/include/pa_db_connection.h 1.5:
16146: * src/main/pa_db_connection.C 1.5:
16147: * src/types/pa_vhashfile.C 1.5:
16148: * src/types/pa_vhashfile.h 1.5:
16149: hashfile data stamped, todo: put_element analize
16150:
16151: * src/include/pa_db_connection.h 1.4:
16152: * src/include/pa_string.h 1.108:
16153: * src/main/pa_db_connection.C 1.4:
16154: * src/main/pa_string.C 1.113:
16155: hashfile pieced serialize. todo stamp
16156:
16157: * src/main/pa_db_connection.C 1.10:
16158: * src/main/pa_db_manager.C 1.4:
16159: hashfile setted this:
16160: DB_RMW
16161: 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
16162:
16163: 2001-10-23 parser
16164: * src/classes/file.C 1.60:
16165: * src/classes/hash.C 1.24:
16166: * src/classes/hashfile.C 1.5:
16167: * src/classes/image.C 1.59:
16168: * src/classes/mail.C 1.42:
16169: * src/classes/response.C 1.15:
16170: * src/classes/string.C 1.85:
16171: * src/classes/table.C 1.128:
16172: * src/classes/xdoc.C 1.34:
16173: * src/include/pa_config_fixed.h 1.26:
16174: * src/include/pa_db_connection.h 1.3:
16175: * src/main/pa_common.C 1.75:
16176: * src/main/pa_db_connection.C 1.3:
16177: * src/main/pa_request.C 1.172:
16178: * src/types/pa_value.h 1.76:
16179: * src/types/pa_vcookie.C 1.29:
16180: * src/types/pa_vhash.h 1.25:
16181: * src/types/pa_vhashfile.C 1.4:
16182: * src/types/pa_vhashfile.h 1.4:
16183: * src/types/pa_vresponse.h 1.16:
16184: * src/types/pa_vtable.C 1.8:
16185: ^hashfile.hash[]
16186:
16187: * src/classes/hashfile.C 1.3:
16188: * src/include/pa_db_connection.h 1.2:
16189: * src/include/pa_db_manager.h 1.2:
16190: * src/main/pa_db_connection.C 1.2:
16191: * src/main/pa_db_manager.C 1.2:
16192: * src/types/pa_vhashfile.h 1.3:
16193: ^hashfile.transaction{code}
16194: ^hashfile:clear[filename]
16195: ^hashfile.delete[key]
16196:
16197: * src/classes/hashfile.C 1.4:
16198: * src/classes/xdoc.C 1.33:
16199: * src/include/pa_config_fixed.h 1.25:
16200: * src/main/pa_db_manager.C 1.3:
16201: * src/main/pa_globals.C 1.84:
16202: ifdefs so it compiled without db
16203:
16204: 2001-10-22 parser
16205: * src/classes/classes.dsp 1.12:
16206: * src/classes/hashfile.C 1.2:
16207: * src/classes/xdoc.C 1.32:
16208: * src/classes/xnode.C 1.15:
16209: * src/include/pa_charset_connection.h 1.2:
16210: * src/include/pa_db_connection.h 1.1:
16211: * src/include/pa_db_manager.h 1.1:
16212: * src/include/pa_exception.h 1.18:
16213: * src/include/pa_sapi.h 1.14:
16214: * src/include/pa_sql_connection.h 1.14:
16215: * src/include/pa_sql_driver_manager.h 1.13:
16216: * src/include/pa_stylesheet_connection.h 1.14:
16217: * src/include/pa_stylesheet_manager.h 1.1:
16218: * src/include/pa_xslt_stylesheet_manager.h 1.5:
16219: * src/main/main.dsp 1.135:
16220: * src/main/pa_db_connection.C 1.1:
16221: * src/main/pa_db_manager.C 1.1:
16222: * src/main/pa_exception.C 1.22:
16223: * src/main/pa_globals.C 1.83:
16224: * src/main/pa_pool.C 1.38:
16225: * src/main/pa_sql_driver_manager.C 1.42:
16226: * src/main/pa_stylesheet_manager.C 1.1:
16227: * src/main/pa_xslt_stylesheet_manager.C 1.5:
16228: * src/targets/apache13/mod_parser3.C 1.7:
16229: * src/targets/cgi/parser3.C 1.124:
16230: * src/targets/isapi/parser3isapi.C 1.55:
16231: * src/types/pa_vhashfile.C 1.3:
16232: * src/types/pa_vhashfile.h 1.2:
16233: * src/types/pa_vxdoc.C 1.5:
16234: * src/types/pa_vxnode.C 1.8:
16235: * src/types/types.dsp 1.12:
16236: hashfile 0
16237:
16238: * src/targets/cgi/pa_pool.C 1.24:
16239: * src/targets/cgi/parser3.C 1.125:
16240: * src/targets/cgi/parser3.dsp 1.35:
16241: * src/targets/cgi/pool_storage.h 1.1:
16242: * src/targets/isapi/pool_storage.h 1.11:
16243: cgi += pool cleanups
16244:
16245: * src/targets/apache13/mod_parser3.C 1.5:
16246: * src/targets/isapi/parser3isapi.C 1.54:
16247: SEH minor ifdef changes
16248:
16249: * src/targets/apache13/mod_parser3.C 1.6:
16250: html
16251:
16252: * src/classes/classes.dsp 1.11:
16253: * src/classes/hashfile.C 1.1:
16254: * src/include/pa_config_fixed.h 1.24:
16255: * src/main/execute.C 1.198:
16256: * src/targets/cgi/parser3.dsp 1.34:
16257: * src/types/pa_vhashfile.C 1.1:
16258: * src/types/pa_vhashfile.h 1.1:
16259: * src/types/types.dsp 1.11:
16260: hashfile -100
16261:
16262: * src/include/pa_exception.h 1.17:
16263: * src/include/pa_request.h 1.105:
16264: * src/main/execute.C 1.197:
16265: * src/main/pa_exception.C 1.21:
16266: * src/main/pa_request.C 1.171:
16267: * src/targets/cgi/parser3.C 1.123:
16268: * src/targets/cgi/parser3.dsp 1.33:
16269: * src/types/pa_vclass.h 1.20:
16270: * src/types/pa_vobject.h 1.12:
16271: stack backtrace
16272:
16273: * src/types/pa_vhashfile.C 1.2:
16274: z
16275:
16276: 2001-10-19 parser
16277: * src/main/pa_request.C 1.170:
16278: * src/targets/apache13/mod_parser3.C 1.4:
16279: pool:: context - get_context
16280:
16281: * src/main/pa_pool.C 1.37:
16282: auto compiled on gcc
16283:
16284: * src/classes/classes.h 1.13:
16285: * src/classes/date.C 1.11:
16286: * src/classes/double.C 1.40:
16287: * src/classes/file.C 1.59:
16288: * src/classes/form.C 1.18:
16289: * src/classes/hash.C 1.23:
16290: * src/classes/image.C 1.57:
16291: * src/classes/int.C 1.37:
16292: * src/classes/mail.C 1.41:
16293: * src/classes/math.C 1.7:
16294: * src/classes/op.C 1.53:
16295: * src/classes/string.C 1.84:
16296: * src/classes/table.C 1.127:
16297: * src/classes/void.C 1.12:
16298: * src/include/pa_config_fixed.h 1.22:
16299: * src/include/pa_exception.h 1.15:
16300: * src/include/pa_pool.h 1.64:
16301: * src/include/pa_request.h 1.104:
16302: * src/include/pa_types.h 1.27:
16303: * src/main/compile.C 1.51:
16304: * src/main/compile_tools.C 1.39:
16305: * src/main/execute.C 1.196:
16306: * src/main/pa_array.C 1.40:
16307: * src/main/pa_common.C 1.73:
16308: * src/main/pa_dictionary.C 1.8:
16309: * src/main/pa_exception.C 1.19:
16310: * src/main/pa_exec.C 1.15:
16311: * src/main/pa_pool.C 1.34:
16312: * src/main/pa_request.C 1.169:
16313: * src/main/pa_socks.C 1.7:
16314: * src/main/pa_sql_driver_manager.C 1.41:
16315: * src/main/pa_string.C 1.112:
16316: * src/main/pa_table.C 1.39:
16317: * src/main/untaint.C 1.69:
16318: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
16319: * src/targets/apache13/mod_parser3.C 1.3:
16320: * src/targets/cgi/parser3.C 1.122:
16321: * src/targets/isapi/parser3isapi.C 1.53:
16322: * src/types/pa_value.h 1.75:
16323: * src/types/pa_vbool.h 1.14:
16324: * src/types/pa_vdouble.h 1.27:
16325: * src/types/pa_vfile.h 1.36:
16326: * src/types/pa_vform.C 1.40:
16327: * src/types/pa_vhash.h 1.24:
16328: * src/types/pa_vint.h 1.28:
16329: * src/types/pa_vjunction.h 1.9:
16330: * src/types/pa_vmethod_frame.h 1.17:
16331: * src/types/pa_vstateless_class.h 1.18:
16332: * src/types/pa_vtable.C 1.7:
16333: * src/types/pa_wcontext.C 1.11:
16334: * src/types/pa_wwrapper.h 1.12:
16335: switched to c++ exceptions 0
16336:
16337: * src/Makefile.in 1.30:
16338: * src/classes/Makefile.in 1.25:
16339: * src/include/pa_pool.h 1.66:
16340: * src/main/Makefile.in 1.22:
16341: * src/main/pa_common.C 1.74:
16342: * src/targets/Makefile.in 1.21:
16343: * src/targets/apache13/Makefile.in 1.21:
16344: * src/targets/cgi/Makefile.in 1.23:
16345: * src/types/Makefile.in 1.20:
16346: makes
16347:
16348: * src/include/pa_pool.h 1.67:
16349: header
16350:
16351: * src/classes/xdoc.C 1.30:
16352: * src/classes/xnode.C 1.13:
16353: * src/include/pa_pool.h 1.65:
16354: * src/include/pa_types.h 1.28:
16355: * src/main/pa_pool.C 1.36:
16356: first c++ exceptions result: can free up xalandomstring
16357: resulting from pool::transcode
16358:
16359: * src/classes/classes.awk 1.3.6.1:
16360: $ removed
16361:
16362: * src/classes/Makefile.am 1.25:
16363: * src/classes/xdoc.C 1.29:
16364: * src/classes/xnode.C 1.12:
16365: * src/include/pa_config_fixed.h 1.23:
16366: * src/include/pa_exception.h 1.16:
16367: * src/include/pa_stylesheet_connection.h 1.13:
16368: * src/main/pa_charset_connection.C 1.10:
16369: * src/main/pa_exception.C 1.20:
16370: * src/main/pa_pool.C 1.35:
16371: * src/types/pa_vxdoc.C 1.3:
16372: * src/types/pa_vxdoc.h 1.9:
16373: * src/types/pa_vxnode.C 1.6:
16374: * src/types/pa_vxnode.h 1.6:
16375: switched to c++ exceptions 1xml
16376: configure fixed to exclude xalan-patch from non-xml compile
16377:
16378: * src/classes/xdoc.C 1.31:
16379: * src/classes/xnode.C 1.14:
16380: * src/classes/xnode.h 1.3:
16381: * src/types/pa_vxdoc.C 1.4:
16382: * src/types/pa_vxdoc.h 1.10:
16383: * src/types/pa_vxnode.C 1.7:
16384: * src/types/pa_vxnode.h 1.7:
16385: xnode clone got freed
16386:
16387: * src/classes/image.C 1.58:
16388: comment
16389:
16390: 2001-10-18 parser
16391: * src/classes/xdoc.C 1.28:
16392: * src/types/pa_vxdoc.h 1.8:
16393: * src/types/pa_vxnode.C 1.5:
16394: vxdoc set_document & ctor question "who owns document" solved
16395:
16396: * src/classes/xdoc.C 1.26:
16397: * src/classes/xnode.C 1.11:
16398: * src/include/pa_pool.h 1.63:
16399: * src/main/pa_pool.C 1.32:
16400: encoding in dom creating funcs
16401:
16402: * src/include/pa_stylesheet_connection.h 1.12:
16403: prev stylesheet destroyed @ recompile
16404:
16405: * src/classes/xdoc.C 1.22:
16406: comment
16407:
16408: * src/classes/xdoc.C 1.21:
16409: * src/classes/xnode.C 1.10:
16410: * src/main/compile.tab.C 1.24:
16411: xdoc create now uses XercesDocumentBridge, appendChild&co now works
16412:
16413: * src/classes/xdoc.C 1.27:
16414: * src/main/pa_pool.C 1.33:
16415: extra free removed
16416:
16417: * src/classes/xdoc.C 1.24:
16418: * src/classes/xdoc.C 1.25:
16419: * src/types/pa_vxdoc.h 1.7:
16420: dom created by create can be transformed now
16421:
16422: * src/classes/xdoc.C 1.23:
16423: z
16424:
16425: * src/types/pa_vcookie.C 1.28:
16426: cookie:CLASS
16427:
16428: * src/classes/classes.dsp 1.10:
16429: * src/classes/xdoc.C 1.19:
16430: * src/types/types.dsp 1.10:
16431: fiew leechy-found bugs in code&doc fixed
16432:
16433: * src/classes/xdoc.C 1.20:
16434: * src/classes/xnode.C 1.9:
16435: xdoc::create[] now. and all dom tag names forced to XML lang
16436:
16437: * src/main/main.dsp 1.134:
16438: project
16439:
16440: * src/main/compile.tab.C 1.23:
16441: * src/main/compile.y 1.172:
16442: * src/main/pa_request.C 1.168:
16443: ^:
16444: no colon in $origin @exception[
16445:
16446: 2001-10-17 parser
16447: * src/types/pa_vimage.h 1.21:
16448: removed unused vimage::save
16449:
16450: * src/classes/classes.dsp 1.9:
16451: * src/classes/string.C 1.83:
16452: * src/main/pa_string.C 1.111:
16453: * src/types/pa_vxnode.h 1.5:
16454: * src/types/types.dsp 1.9:
16455: string::mid fixed, string.mid n functionality preserved
16456:
16457: 2001-10-16 parser
16458: * src/classes/classes.dsp 1.8:
16459: * src/main/main.dsp 1.133:
16460: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
16461: * src/targets/cgi/parser3.dsp 1.32:
16462: * src/targets/isapi/parser3isapi.dsp 1.26:
16463: * src/types/types.dsp 1.8:
16464: ident >nul 2>&1
16465:
1.28 paf 16466: * src/classes/xnode.C 1.7:
16467: * src/classes/xnode.C 1.8:
16468: removed few dom returns & changed op.txt
16469:
16470: * src/classes/image.C 1.54:
16471: gd size/resize bugfix
1.15 paf 16472:
1.28 paf 16473: * src/classes/image.C 1.55:
16474: :CopyResampled made gd2beta+my hands, very ineffective, but
16475: works for small paleted image
1.15 paf 16476:
16477: * src/classes/string.C 1.82:
16478: * src/main/pa_string.C 1.110:
16479: $string.mid(p[;n])
16480:
1.28 paf 16481: * src/classes/image.C 1.56:
16482: image.copy tolerance
16483:
16484: * src/types/pa_vhash.h 1.23:
16485: * src/types/pa_vtable.h 1.34:
16486: hash can be used as boolean
16487:
1.15 paf 16488: * src/main/pa_common.C 1.72:
16489: \r\n -> \n DOS
16490: \r -> \n Macintosh
16491: on all systems
16492:
16493: * src/classes/image.C 1.53:
16494: * src/types/pa_vimage.h 1.20:
16495: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
16496: ;dest h]])
16497:
1.28 paf 16498: * src/types/pa_vimage.C 1.12:
16499: comment
16500:
1.15 paf 16501: 2001-10-15 parser
16502: * src/Makefile.in 1.29:
16503: * src/types/pa_vcode_frame.h 1.11:
16504: * src/types/pa_wcontext.C 1.10:
16505: code_frame fixed - ::write badly passed string too
16506: transparently [failed to intercept it]
16507:
16508: * src/types/pa_vxnode.C 1.4:
16509: document_type_node.
16510: !readonly attribute DOMString name
16511: !notation_node.
16512: !readonly attribute DOMString publicId
16513: !readonly attribute DOMString systemId
16514:
16515: * src/classes/xdoc.C 1.16:
16516: * src/classes/xnode.C 1.6:
16517: * src/include/pa_config_fixed.h 1.21:
16518: * src/include/pa_request.h 1.103:
16519: * src/main/pa_sql_driver_manager.C 1.40:
16520: * src/types/pa_vxdoc.C 1.2:
16521: * src/types/pa_vxdoc.h 1.6:
16522: * src/types/pa_vxnode.C 1.3:
16523: * src/types/pa_vxnode.h 1.4:
16524: DOM1 major addtion, only few attributes/methods left
16525:
16526: * src/main/execute.C 1.195:
16527: z
16528:
16529: * src/classes/xdoc.C 1.17:
16530: * src/classes/xdoc.C 1.18:
16531: !::create{qualifiedName}
16532:
16533: 2001-10-13 parser
16534: * src/main/execute.C 1.194:
16535: * src/types/pa_vcode_frame.h 1.9:
16536: vcodeframe made transparent enough to handle hash if creation&passing
16537:
16538: * src/include/pa_config_fixed.h 1.20:
16539: * src/main/execute.C 1.193:
16540: * src/main/pa_exception.C 1.18:
16541: noticed that vcodeframe not transparent enough, would change now
16542:
16543: * src/types/pa_vcode_frame.h 1.10:
16544: couple comments
16545:
16546: * src/targets/isapi/pool_storage.h 1.10:
16547: isapi pool storage reverse cleanups & frees order
16548:
16549: * src/main/pa_sql_driver_manager.C 1.39:
16550: * src/targets/cgi/parser3.C 1.121:
16551: * src/targets/isapi/parser3isapi.C 1.52:
16552: isapi&cgi couple non-pooled mallocs in main handler
16553:
16554: 2001-10-12 parser
16555: * src/classes/double.C 1.39:
16556: * src/classes/int.C 1.36:
16557: * src/classes/string.C 1.81:
16558: sql{}[$.default[({})]] handling changed:
16559: now type of default param analized always, not only at problem time,
16560: thus helping early problem spotting
16561:
16562: * src/classes/classes.dsp 1.7:
16563: * src/classes/xdoc.C 1.15:
16564: * src/main/compile.tab.C 1.22:
16565: * src/main/main.dsp 1.132:
16566: * src/main/pa_globals.C 1.82:
16567: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
16568: * src/targets/apache13/mod_parser3.C 1.2:
16569: * src/targets/cgi/parser3.C 1.120:
16570: * src/targets/cgi/parser3.dsp 1.31:
16571: * src/targets/isapi/parser3isapi.C 1.50:
16572: * src/targets/isapi/parser3isapi.C 1.51:
16573: * src/targets/isapi/parser3isapi.dsp 1.25:
16574: * src/types/types.dsp 1.7:
16575: xalan&xerces multithread bug fixed. initialization&free on each
16576: thread!
16577:
16578: 2001-10-11 parser
16579: * src/targets/apache13/Makefile.am 1.6:
16580: started restructuring
16581:
16582: * src/Makefile.in 1.25:
16583: * src/Makefile.in 1.26:
16584: * src/Makefile.in 1.28:
16585: * src/classes/Makefile.in 1.22:
16586: * src/classes/Makefile.in 1.23:
16587: * src/include/pa_config_auto.h.in 1.8:
16588: * src/main/Makefile.in 1.20:
16589: * src/main/Makefile.in 1.21:
16590: * src/targets/Makefile.in 1.19:
16591: * src/targets/Makefile.in 1.20:
16592: * src/targets/apache13/Makefile.in 1.19:
16593: * src/targets/apache13/Makefile.in 1.20:
16594: * src/targets/apache13/p3runConfigure.in 1.3:
16595: * src/targets/cgi/Makefile.in 1.21:
16596: * src/targets/cgi/Makefile.in 1.22:
16597: * src/types/Makefile.in 1.18:
16598: * src/types/Makefile.in 1.19:
16599: makes
16600:
16601: * src/classes/xnode.C 1.5:
16602: xnode.selectSingle now
16603:
16604: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
16605: .dsp fixed due to relocate
16606:
16607: * src/classes/xdoc.C 1.14:
16608: * src/classes/xnode.C 1.4:
16609: * src/include/pa_exception.h 1.14:
16610: * src/include/pa_pool.h 1.62:
16611: * src/include/pa_stylesheet_connection.h 1.11:
16612: * src/main/pa_exception.C 1.17:
16613: * src/main/pa_pool.C 1.31:
16614: moved xslt exceptions convertors out of Pool into Exception
16615:
16616: * src/Makefile.in 1.27:
16617: * src/classes/Makefile.in 1.24:
16618: makes. stdc++ lib added to apache libraries
16619:
16620: * src/classes/hash.C 1.22:
16621: !^hash.add[addme]
16622: !^hash.sub[subme]
16623: !^a.union[b] = new
16624: !^a.intersection[b] = new
16625: !^a.intersects[b] = bool
16626:
16627: * src/main/pa_string.C 1.109:
16628: const
16629:
16630: * src/classes/hash.C 1.20:
16631: * src/types/pa_vhash.h 1.22:
16632: !^hash::create[[copy_from]]
16633:
16634: * src/targets/apache13/Makefile.am 1.7:
16635: * src/targets/apache13/p3runConfigure.in 1.2:
16636: added
16637:
1.28 paf 16638: * src/classes/hash.C 1.21:
16639: !^hash::append[append_from]
16640:
1.15 paf 16641: * src/include/pa_string.h 1.107:
16642: * src/main/pa_string.C 1.108:
16643: restructured string: linked pieces of same language together
16644: prior to String::replace
16645:
16646: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
16647: * src/targets/apache13/mod_parser3.C 1.1:
16648: * src/targets/apache13/p3runConfigure.in 1.1:
16649: * src/targets/apache13/pa_pool.C 1.1:
16650: * src/targets/apache13/pa_threads.C 1.1:
16651: restructured
16652:
16653: * src/classes/string.C 1.80:
16654: * src/classes/table.C 1.126:
16655: * src/include/pa_globals.h 1.67:
16656: * src/include/pa_string.h 1.106:
16657: * src/main/pa_globals.C 1.81:
16658: * src/main/pa_string.C 1.107:
16659: * src/main/untaint.C 1.68:
16660: * src/types/pa_vvoid.h 1.5:
16661: untaint lang origins table fixed.
16662: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
16663:
16664: 2001-10-10 parser
16665: * src/main/compile.tab.C 1.19:
16666: * src/main/compile.y 1.170:
16667: ^a[^b] more informative compile error
16668:
16669: * src/main/compile.tab.C 1.20:
16670: * src/main/compile.y 1.171:
16671: ^a[
16672:
16673: @next_method << now unclosed ] would be reported here
16674:
16675: * src/classes/op.C 1.52:
16676: * src/main/compile.tab.C 1.21:
16677: ^error[msg]
16678:
16679: 2001-10-09 parser
16680: * src/classes/classes.dsp 1.6:
16681: * src/classes/xdoc.C 1.13:
16682: * src/include/pa_stylesheet_connection.h 1.10:
16683: * src/main/main.dsp 1.131:
16684: * src/targets/cgi/parser3.C 1.118:
16685: * src/targets/isapi/parser3isapi.C 1.48:
16686: * src/types/pa_vxdoc.h 1.5:
16687: * src/types/pa_vxnode.h 1.3:
16688: * src/types/types.dsp 1.6:
16689: xalan patches starting
16690:
16691: * src/classes/op.C 1.49:
16692: * src/classes/table.C 1.121:
16693: * src/types/pa_vfile.h 1.35:
16694: * src/types/pa_vimage.h 1.19:
16695: * src/types/pa_vjunction.h 1.8:
16696: * src/types/pa_vxdoc.h 1.4:
16697: * src/types/pa_vxnode.h 1.2:
16698: table:menu & op for delims made allowed not to be code [be
16699: string..]
16700:
16701: * src/Makefile.in 1.23:
16702: * src/Makefile.in 1.24:
16703: * src/classes/Makefile.am 1.23:
16704: * src/classes/Makefile.am 1.24:
16705: * src/classes/Makefile.in 1.20:
16706: * src/classes/Makefile.in 1.21:
16707: * src/main/Makefile.am 1.20:
16708: * src/main/Makefile.in 1.18:
16709: * src/main/Makefile.in 1.19:
16710: * src/targets/Makefile.in 1.17:
16711: * src/targets/Makefile.in 1.18:
16712: * src/targets/apache13/Makefile.in 1.17:
16713: * src/targets/apache13/Makefile.in 1.18:
16714: * src/targets/cgi/Makefile.am 1.19:
16715: * src/targets/cgi/Makefile.in 1.19:
16716: * src/targets/cgi/Makefile.in 1.20:
16717: * src/types/Makefile.am 1.10:
16718: * src/types/Makefile.in 1.16:
16719: * src/types/Makefile.in 1.17:
16720: makes
16721:
16722: * src/targets/cgi/parser3.C 1.119:
16723: * src/targets/isapi/parser3isapi.C 1.49:
16724: xml transform win32 errors intercepted [xalan transformer
16725: patched and incorporated]
16726:
16727: * src/classes/double.C 1.38:
16728: * src/classes/file.C 1.58:
16729: * src/classes/image.C 1.52:
16730: * src/classes/int.C 1.35:
16731: * src/classes/op.C 1.48:
16732: * src/classes/string.C 1.78:
16733: * src/classes/table.C 1.120:
16734: lots of params->as_int/double/as_string/as_junction
16735: as_no_junction messages added
16736:
16737: * src/classes/op.C 1.51:
16738: * src/classes/table.C 1.123:
16739: table.hash[key field;value field(s) string/table] now
16740:
16741: * src/classes/op.C 1.50:
16742: * src/classes/table.C 1.122:
16743: z
16744:
16745: * src/classes/date.C 1.10:
16746: * src/classes/table.C 1.124:
16747: calendar moved to date
16748:
16749: * src/classes/string.C 1.79:
16750: * src/classes/table.C 1.125:
16751: ^string.save[file]
16752:
16753: 2001-10-08 parser
16754: * src/classes/image.C 1.49:
16755: * src/types/pa_vcookie.C 1.27:
16756: * src/types/pa_vimage.C 1.11:
16757: image:sector
16758: removed image:html internal "line-*" attribs
16759:
1.28 paf 16760: * src/types/pa_vcookie.C 1.25:
16761: removing cookie made more netscape-like way
16762:
1.15 paf 16763: * src/classes/file.C 1.57:
16764: * src/classes/form.C 1.17:
16765: * src/main/pa_common.C 1.70:
16766: * src/main/untaint.C 1.67:
16767: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
16768: nonforced [only tainted pieces]
16769:
1.28 paf 16770: * src/classes/xdoc.C 1.12:
16771: xdoc:load exceptions intercepted [like in set]
16772:
1.15 paf 16773: * src/classes/image.C 1.50:
16774: image:circle [and round arc] uses Bresenham
16775:
16776: * src/main/untaint.C 1.65:
16777: \r to ' ' in origins mode
16778:
16779: * src/classes/date.C 1.9:
16780: * src/classes/image.C 1.51:
16781: * src/classes/string.C 1.77:
16782: * src/classes/table.C 1.119:
16783: * src/classes/void.C 1.11:
16784: * src/include/pa_request.h 1.102:
16785: params->as_int/double message added
16786:
16787: * src/classes/xdoc.C 1.11:
16788: * src/include/pa_config_fixed.h 1.19:
16789: * src/main/compile.tab.C 1.18:
16790: * src/types/pa_vxdoc.h 1.3:
16791: parsedSource produced by nonstandard liaison freed up
16792:
1.28 paf 16793: * src/classes/image.C 1.48:
16794: * src/include/pa_common.h 1.53:
16795: * src/main/pa_common.C 1.71:
16796: * src/types/pa_vcookie.C 1.26:
16797: cookie urlencoded [netscape doc reread]
16798:
1.15 paf 16799: * src/include/pa_common.h 1.52:
16800: * src/main/pa_common.C 1.69:
16801: * src/main/untaint.C 1.66:
16802: * src/targets/cgi/parser3.C 1.117:
16803: * src/targets/isapi/parser3isapi.C 1.47:
16804: remove_crlf @ SAPI::log
16805:
16806: 2001-10-07 parser
16807: * src/include/pa_config_fixed.h 1.18:
16808: * src/main/compile.tab.C 1.17:
16809: restored project
16810:
16811: 2001-10-05 parser
16812: * src/classes/xdoc.C 1.9:
16813: * src/include/pa_dictionary.h 1.6:
16814: * src/main/main.dsp 1.129:
16815: * src/main/pa_dictionary.C 1.7:
16816: * src/main/pa_string.C 1.106:
16817: * src/types/pa_vxdoc.h 1.2:
16818: started xml errorhandler.
16819: fixed string.replace a little, read @test
16820:
16821: * src/main/pa_charset_connection.C 1.7:
16822: unicode zero pair at the beging of totable appered to be vital
16823:
16824: * src/classes/xdoc.C 1.8:
16825: * src/main/compile.tab.C 1.16:
16826: xdoc.transform now
16827:
16828: * src/doc/doxygen.cfg 1.18:
16829: * src/doc/html2chm.cmd 1.4:
16830: * src/doc/sources2html.cmd 1.4:
16831: paths
16832:
16833: * src/classes/xdoc.C 1.10:
16834: * src/include/pa_pool.h 1.61:
16835: * src/main/main.dsp 1.130:
16836: * src/main/pa_pool.C 1.30:
16837: changed xdoc:set to prevent SAXParseException from outputing to cerr.
16838: lots of "todos"
16839:
16840: * src/main/pa_charset_connection.C 1.8:
16841: * src/main/pa_charset_connection.C 1.9:
16842: ctype another mem clear bugfix
16843:
16844: * src/main/untaint.C 1.64:
16845: http_header tainting more gentle with enquoting now
16846:
16847: * src/main/pa_string.C 1.105:
16848: found replace bug - first_that_starts(char *) does not have
16849: limit, and looks further eos, fixing....
16850:
16851: * src/include/pa_hash.h 1.44:
16852: * src/main/pa_hash.C 1.41:
16853: Hash::size() calculated wrong. fixed it
16854:
16855: * src/Makefile.in 1.22:
16856: * src/main/compile.tab.C 1.15:
16857: * src/main/compile.y 1.169:
16858: disabled ^literals in names
16859: $result[^[$p^]z]
16860: now works fine
16861:
16862: 2001-10-04 parser
16863: * src/classes/image.C 1.47:
16864: ^image.length[text]
16865:
16866: 2001-10-03 parser
16867: * src/main/pa_request.C 1.166:
16868: restored pcre defaulting in request [mindlessly "optimized" yesterday]
16869: comment left
16870:
16871: * src/main/pa_request.C 1.167:
16872: DEFAULT...charset was ignored when !XML
16873:
16874: 2001-10-02 parser
16875: * src/include/pa_request.h 1.101:
16876: * src/main/pa_charset_connection.C 1.4:
16877: * src/main/pa_charset_connection.C 1.5:
16878: * src/main/pa_request.C 1.165:
16879: * src/types/pa_vstring.h 1.36:
16880: pcre tables now const inside
16881: removed default - pcre handles that internally
16882: fixed bug on not-cleaning tables [previously was calloced, now member]
16883:
16884: * src/Makefile.in 1.21:
16885: * src/classes/Makefile.in 1.19:
16886: * src/main/Makefile.in 1.17:
16887: * src/targets/Makefile.in 1.16:
16888: * src/targets/apache13/Makefile.in 1.16:
16889: * src/targets/cgi/Makefile.in 1.18:
16890: * src/types/Makefile.in 1.15:
16891: makes
16892:
16893: * src/include/pa_config_fixed.h 1.17:
16894: * src/main/pa_charset_connection.C 1.3:
16895: tested charset reload on file change @ apache version = OK
16896: tested freeing up prev encoding on adding new = OK
16897:
16898: * src/classes/table.C 1.117:
16899: * src/main/pa_charset_connection.C 1.6:
16900: table:load & charset_connection
16901: #comment now
16902:
16903: * src/classes/classes.dsp 1.5:
16904: * src/types/types.dsp 1.5:
16905: release projects options fixed to use release msvcrt lib
16906:
16907: * src/include/pa_pool.h 1.60:
16908: * src/include/pa_stylesheet_connection.h 1.8:
16909: * src/include/pa_stylesheet_connection.h 1.9:
16910: * src/main/pa_charset_manager.C 1.2:
16911: * src/main/pa_charset_manager.C 1.3:
16912: * src/main/pa_pool.C 1.29:
16913: * src/types/pa_vresponse.h 1.15:
16914: forgot non-xml pool.*charset needed
16915:
16916: * src/classes/table.C 1.118:
16917: # config comments fixed
16918:
16919: 2001-10-01 parser
16920: * src/include/pa_charset_connection.h 1.1:
16921: * src/include/pa_charset_manager.h 1.1:
16922: * src/include/pa_xslt_stylesheet_manager.h 1.4:
16923: * src/main/main.dsp 1.128:
16924: * src/main/pa_charset_connection.C 1.1:
16925: * src/main/pa_charset_manager.C 1.1:
16926: * src/main/pa_request.C 1.164:
16927: charset loading & caching mech 0
16928:
16929: * src/include/pa_stylesheet_connection.h 1.7:
16930: * src/include/pa_xslt_stylesheet_manager.h 1.3:
16931: * src/main/main.dsp 1.127:
16932: * src/main/pa_globals.C 1.80:
16933: * src/main/pa_request.C 1.163:
16934: would make charset loading & caching mech now
16935:
16936: * src/main/pa_charset_connection.C 1.2:
16937: removed entitify external hack [internal installed]
16938:
16939: * src/main/Makefile.am 1.19:
16940: * src/main/Makefile.in 1.16:
16941: makes+removed dtd
16942:
16943: 2001-09-30 parser
16944: * src/classes/xdoc.C 1.7:
16945: * src/include/pa_request.h 1.100:
16946: * src/main/pa_request.C 1.159:
16947: ctype with unicode 1. todo: no П entities on output somehow
16948:
16949: * src/include/pa_globals.h 1.66:
16950: * src/main/pa_globals.C 1.79:
16951: * src/main/pa_request.C 1.160:
16952: now charsets table configuration variable is: CHARSETS
16953:
16954: * src/main/pa_request.C 1.162:
16955: forgot to fill toTable
16956:
16957: * src/classes/file.C 1.56:
16958: * src/classes/op.C 1.47:
16959: * src/classes/string.C 1.76:
16960: * src/include/pa_request.h 1.99:
16961: * src/main/pa_request.C 1.158:
16962: started ctype with unicode values
16963:
16964: * src/include/pa_config_fixed.h 1.16:
16965: * src/main/pa_request.C 1.161:
16966: started hack_s_maximumCharacterValues to
16967: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
16968:
16969: 2001-09-28 parser
16970: * src/classes/xdoc.C 1.5:
16971: * src/classes/xnode.C 1.3:
16972: xdoc addencoding works! invented a way of user-configuring...
16973: todo: implement
16974:
16975: * src/classes/mail.C 1.40:
16976: * src/classes/op.C 1.46:
16977: * src/classes/xdoc.C 1.6:
16978: * src/include/pa_stylesheet_connection.h 1.6:
16979: * src/main/pa_request.C 1.157:
16980: letter body string passed AS-IS now
16981:
16982: 2001-09-27 parser
16983: * src/classes/classes.dsp 1.4:
16984: * src/classes/xdoc.C 1.3:
16985: * src/main/main.dsp 1.126:
16986: * src/targets/cgi/parser3.dsp 1.30:
16987: * src/targets/isapi/parser3isapi.dsp 1.23:
16988: * src/types/types.dsp 1.4:
16989: win32 ident make system so not to rebuild library [ident.C.new]
16990:
16991: * src/classes/table.C 1.116:
16992: table.sort changed to sort table itself
16993:
16994: * src/classes/xdoc.C 1.4:
16995: * src/targets/isapi/parser3isapi.dsp 1.24:
16996: X^.getElementsByTagName[tagname] = array of xnode
16997: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
16998: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
16999:
17000: win32build system: solved long waiting anti-non-started-apache problem
17001:
17002: 2001-09-26 parser
17003: * src/Makefile.am 1.11:
17004: * src/classes/Makefile.am 1.22:
17005: * src/classes/Makefile.in 1.18:
17006: * src/main/Makefile.am 1.18:
17007: * src/main/Makefile.in 1.15:
17008: * src/targets/Makefile.in 1.15:
17009: * src/targets/apache13/Makefile.in 1.15:
17010: * src/targets/cgi/Makefile.am 1.18:
17011: * src/targets/cgi/Makefile.in 1.17:
17012: * src/types/Makefile.am 1.9:
17013: * src/types/Makefile.in 1.14:
17014: makes with clases.awk
17015:
17016: * src/include/pa_config_fixed.h 1.14:
17017: * src/targets/cgi/parser3.C 1.114:
17018: * src/targets/isapi/parser3isapi.C 1.45:
17019: #ifdef SMTP
17020:
17021: * src/classes/classes.C 1.9:
17022: * src/classes/classes.awk 1.3:
17023: * src/classes/classes.dsp 1.1:
17024: * src/classes/classes.h 1.12:
17025: * src/classes/date.C 1.8:
17026: * src/classes/dnode.C 1.6:
17027: * src/classes/dnode.h 1.2:
17028: * src/classes/dom.C 1.35:
17029: * src/classes/double.C 1.37:
17030: * src/classes/file.C 1.55:
17031: * src/classes/form.C 1.16:
17032: * src/classes/hash.C 1.19:
17033: * src/classes/image.C 1.46:
17034: * src/classes/int.C 1.34:
17035: * src/classes/mail.C 1.39:
17036: * src/classes/math.C 1.6:
17037: * src/classes/op.C 1.45:
17038: * src/classes/response.C 1.14:
17039: * src/classes/string.C 1.75:
17040: * src/classes/table.C 1.115:
17041: * src/classes/void.C 1.10:
17042: * src/include/pa_array.h 1.44:
17043: * src/include/pa_common.h 1.51:
17044: * src/include/pa_config_fixed.h 1.13:
17045: * src/include/pa_config_includes.h 1.11:
17046: * src/include/pa_dictionary.h 1.5:
17047: * src/include/pa_dir.h 1.5:
17048: * src/include/pa_exception.h 1.13:
17049: * src/include/pa_exec.h 1.3:
17050: * src/include/pa_globals.h 1.65:
17051: * src/include/pa_request.h 1.98:
17052: * src/include/pa_sapi.h 1.13:
17053: * src/include/pa_socks.h 1.4:
17054: * src/include/pa_sql_connection.h 1.13:
17055: * src/include/pa_sql_driver_manager.h 1.12:
17056: * src/include/pa_stack.h 1.10:
17057: * src/include/pa_string.h 1.105:
17058: * src/include/pa_stylesheet_connection.h 1.5:
17059: * src/include/pa_table.h 1.35:
17060: * src/include/pa_threads.h 1.17:
17061: * src/include/pa_types.h 1.26:
17062: * src/include/pa_xslt_stylesheet_manager.h 1.2:
17063: * src/main/compile.C 1.50:
17064: * src/main/compile.y 1.168:
17065: * src/main/compile_tools.C 1.38:
17066: * src/main/compile_tools.h 1.50:
17067: * src/main/execute.C 1.192:
17068: * src/main/main.dsp 1.124:
17069: * src/main/pa_array.C 1.39:
17070: * src/main/pa_common.C 1.68:
17071: * src/main/pa_dictionary.C 1.6:
17072: * src/main/pa_dir.C 1.7:
17073: * src/main/pa_exception.C 1.16:
17074: * src/main/pa_exec.C 1.14:
17075: * src/main/pa_globals.C 1.78:
17076: * src/main/pa_hash.C 1.40:
17077: * src/main/pa_pool.C 1.28:
17078: * src/main/pa_request.C 1.156:
17079: * src/main/pa_socks.C 1.6:
17080: * src/main/pa_sql_driver_manager.C 1.38:
17081: * src/main/pa_string.C 1.104:
17082: * src/main/pa_table.C 1.38:
17083: * src/main/pa_xslt_stylesheet_manager.C 1.4:
17084: * src/main/untaint.C 1.63:
17085: * src/sql/pa_sql_driver.h 1.17:
17086: * src/targets/cgi/pa_pool.C 1.23:
17087: * src/targets/cgi/pa_threads.C 1.3:
17088: * src/targets/cgi/parser3.C 1.113:
17089: * src/targets/cgi/parser3.dsp 1.29:
17090: * src/targets/isapi/pa_pool.C 1.7:
17091: * src/targets/isapi/pa_threads.C 1.3:
17092: * src/targets/isapi/parser3isapi.C 1.44:
17093: * src/targets/isapi/parser3isapi.dsp 1.22:
17094: * src/targets/isapi/pool_storage.h 1.9:
17095: * src/types/pa_valiased.C 1.10:
17096: * src/types/pa_valiased.h 1.14:
17097: * src/types/pa_value.h 1.74:
17098: * src/types/pa_vbool.h 1.13:
17099: * src/types/pa_vclass.h 1.19:
17100: * src/types/pa_vcode_frame.h 1.8:
17101: * src/types/pa_vcookie.C 1.24:
17102: * src/types/pa_vcookie.h 1.12:
17103: * src/types/pa_vdate.h 1.5:
17104: * src/types/pa_vdnode.C 1.8:
17105: * src/types/pa_vdnode.h 1.3:
17106: * src/types/pa_vdom.C 1.3:
17107: * src/types/pa_vdom.h 1.14:
17108: * src/types/pa_vdouble.h 1.26:
17109: * src/types/pa_venv.h 1.17:
17110: * src/types/pa_vfile.C 1.22:
17111: * src/types/pa_vfile.h 1.34:
17112: * src/types/pa_vform.C 1.39:
17113: * src/types/pa_vform.h 1.25:
17114: * src/types/pa_vimage.C 1.10:
17115: * src/types/pa_vimage.h 1.18:
17116: * src/types/pa_vint.h 1.27:
17117: * src/types/pa_vjunction.h 1.7:
17118: * src/types/pa_vmath.h 1.3:
17119: * src/types/pa_vmethod_frame.h 1.16:
17120: * src/types/pa_vobject.h 1.11:
17121: * src/types/pa_vrequest.C 1.10:
17122: * src/types/pa_vrequest.h 1.11:
17123: * src/types/pa_vresponse.h 1.14:
17124: * src/types/pa_vstateless_class.C 1.10:
17125: * src/types/pa_vstateless_class.h 1.17:
17126: * src/types/pa_vstateless_object.h 1.11:
17127: * src/types/pa_vstring.C 1.11:
17128: * src/types/pa_vstring.h 1.35:
17129: * src/types/pa_vtable.C 1.6:
17130: * src/types/pa_vtable.h 1.33:
17131: * src/types/pa_vvoid.h 1.4:
17132: * src/types/pa_wcontext.C 1.9:
17133: * src/types/pa_wcontext.h 1.17:
17134: * src/types/pa_wwrapper.h 1.11:
17135: * src/types/types.dsp 1.1:
17136: added ident.awk and main.dsp splitted to main+classes+types
17137: along to .am
17138:
17139: * src/classes/classes.dsp 1.2:
17140: * src/classes/dnode.C 1.7:
17141: * src/classes/dnode.h 1.3:
17142: * src/classes/dom.C 1.36:
17143: * src/classes/xdoc.C 1.1:
17144: * src/classes/xnode.C 1.1:
17145: * src/classes/xnode.h 1.1:
17146: * src/main/compile.tab.C 1.14:
17147: * src/types/pa_vdnode.C 1.9:
17148: * src/types/pa_vdnode.h 1.4:
17149: * src/types/pa_vdom.C 1.4:
17150: * src/types/pa_vdom.h 1.15:
17151: * src/types/pa_vxdoc.C 1.1:
17152: * src/types/pa_vxdoc.h 1.1:
17153: * src/types/pa_vxnode.C 1.1:
17154: * src/types/pa_vxnode.h 1.1:
17155: * src/types/types.dsp 1.2:
17156: xdoc&xnode now
17157:
17158: * src/classes/classes.dsp 1.3:
17159: * src/classes/xdoc.C 1.2:
17160: * src/classes/xnode.C 1.2:
17161: * src/classes/xnode.h 1.2:
17162: * src/include/pa_config_fixed.h 1.15:
17163: * src/main/main.dsp 1.125:
17164: * src/targets/cgi/parser3.C 1.115:
17165: * src/targets/cgi/parser3.C 1.116:
17166: * src/targets/isapi/parser3isapi.C 1.46:
17167: * src/types/pa_vxnode.C 1.2:
17168: * src/types/types.dsp 1.3:
17169: z
17170:
17171: * src/classes/classes.cmd 1.4:
17172: * src/main/main.dsp 1.123:
17173: * src/targets/cgi/parser3.dsp 1.28:
17174: moved classes.inc generation on win32 to main.dsp
17175:
17176: * src/classes/classes.C 1.10:
17177: forgot one non-xml check
17178:
17179: * src/classes/Makefile.am 1.21:
17180: removed useless var
17181:
17182: 2001-09-25 parser
17183: * src/Makefile.am 1.10:
17184: * src/Makefile.in 1.20:
17185: * src/classes/Makefile.am 1.20:
17186: * src/classes/Makefile.in 1.17:
17187: * src/classes/dom.C 1.34:
17188: * src/include/pa_stylesheet_connection.h 1.4:
17189: * src/main/Makefile.am 1.17:
17190: * src/main/Makefile.in 1.14:
17191: * src/main/pa_pool.C 1.27:
17192: * src/targets/Makefile.in 1.14:
17193: * src/targets/apache13/Makefile.in 1.14:
17194: * src/targets/cgi/Makefile.am 1.17:
17195: * src/targets/cgi/Makefile.in 1.16:
17196: * src/types/Makefile.am 1.8:
17197: * src/types/Makefile.in 1.13:
17198: * src/types/pa_vdom.h 1.13:
17199: xml configure makes
17200:
17201: * src/include/pa_config_auto.h.in 1.7:
17202: xml on linux[elik] works! no 1251 though, todo ICU
17203:
17204: 2001-09-24 parser
17205: * src/types/pa_vfile.h 1.33:
17206: * src/types/pa_vimage.h 1.17:
17207: * src/types/pa_vstring.h 1.34:
17208: fiew wrong resolved conflicts fixed [const]
17209:
17210: * src/Makefile.in 1.19:
17211: * src/classes/Makefile.am 1.19:
17212: * src/classes/Makefile.in 1.16:
17213: * src/include/pa_config_auto.h.in 1.6:
17214: * src/main/Makefile.in 1.13:
17215: * src/targets/Makefile.in 1.13:
17216: * src/targets/apache13/Makefile.in 1.13:
17217: * src/types/Makefile.am 1.7:
17218: * src/types/Makefile.in 1.12:
17219: makes
17220:
17221: * src/targets/cgi/Makefile.am 1.16:
17222: * src/targets/cgi/Makefile.in 1.15:
17223: makefiles
17224:
17225: * src/types/pa_value.h 1.73:
17226: * src/types/pa_vdnode.C 1.7:
17227: * src/types/pa_vtable.C 1.5:
17228: * src/types/pa_vvoid.h 1.3:
17229: z
17230:
17231: * src/types/pa_vclass.h 1.18:
17232: * src/types/pa_vhash.h 1.20:
17233: * src/types/pa_vhash.h 1.21:
17234: * src/types/pa_vtable.h 1.32:
17235: fixed small bugs with usinge hash/table in expressions
17236:
17237: * src/classes/classes.cmd 1.3:
17238: * src/classes/image.C 1.45:
17239: * src/classes/op.C 1.44:
17240: * src/classes/table.C 1.114:
17241: * src/include/pa_request.h 1.97:
17242: * src/include/pa_sapi.h 1.12:
17243: * src/main/compile.C 1.49:
17244: * src/main/compile.tab.C 1.13:
17245: * src/main/compile.y 1.167:
17246: * src/main/compile_tools.h 1.49:
17247: * src/main/main.dsp 1.122:
17248: * src/main/pa_common.C 1.67:
17249: * src/main/pa_sql_driver_manager.C 1.37:
17250: * src/targets/cgi/parser3.C 1.112:
17251: * src/targets/cgi/parser3.dsp 1.27:
17252: * src/types/pa_value.h 1.72:
17253: * src/types/pa_vbool.h 1.12:
17254: * src/types/pa_vdate.h 1.4:
17255: * src/types/pa_vdouble.h 1.25:
17256: * src/types/pa_vform.C 1.38:
17257: * src/types/pa_vhash.h 1.19:
17258: * src/types/pa_vimage.h 1.16:
17259: * src/types/pa_vint.h 1.26:
17260: * src/types/pa_vstring.h 1.33:
17261: * src/types/pa_vtable.h 1.31:
17262: * src/types/pa_vvoid.h 1.2:
17263: merged3 with before_xml
17264: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
17265:
17266: * src/Makefile.am 1.7:
17267: * src/Makefile.am 1.8:
17268: * src/Makefile.am 1.9:
17269: * src/main/Makefile.am 1.16:
17270: * src/targets/Makefile.am 1.7:
17271: * src/targets/apache13/Makefile.am 1.5:
17272: * src/targets/cgi/Makefile.am 1.15:
17273: * src/targets/cgi/pa_pool.C 1.22:
17274: started unix makes update
17275:
17276: 2001-09-21 parser
17277: * src/main/main.dsp 1.121:
17278: * src/targets/cgi/parser3.dsp 1.26:
17279: * src/targets/isapi/parser3isapi.dsp 1.21:
17280: updated project files [/ sadly produced "" in make file and
17281: sadly wrong interpreted on load]
17282:
17283: * src/include/pa_pool.h 1.56:
17284: * src/main/pa_pool.C 1.24:
17285: checked whether transcoder were created right
17286: "unsupported encoding" message.
17287: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
17288:
17289: reduced transcode buffer size to 60
17290: fixed pool cleanup - no registration needed, pools are officially destructured
17291:
17292: * src/classes/dom.C 1.29:
17293: * src/classes/dom.C 1.30:
17294: * src/classes/dom.C 1.31:
17295: * src/classes/dom.C 1.32:
17296: * src/include/pa_pool.h 1.57:
17297: * src/include/pa_pool.h 1.58:
17298: * src/main/pa_pool.C 1.25:
17299: * src/types/pa_vdnode.C 1.5:
17300: * src/types/pa_vresponse.h 1.12:
17301: defaulted dom writing methods encoding to pool.get_charset
17302:
17303: * src/classes/classes.C 1.8:
17304: * src/classes/date.C 1.7:
17305: * src/classes/dnode.C 1.5:
17306: * src/classes/dom.C 1.33:
17307: * src/classes/file.C 1.54:
17308: * src/classes/form.C 1.15:
17309: * src/classes/int.C 1.33:
17310: * src/classes/mail.C 1.38:
17311: * src/doc/doxygen.cfg 1.16:
17312: * src/include/pa_config_fixed.h 1.12:
17313: * src/include/pa_pool.h 1.59:
17314: * src/main/main.dsp 1.119:
17315: * src/main/pa_globals.C 1.76:
17316: * src/main/pa_pool.C 1.26:
17317: * src/main/pa_request.C 1.155:
17318: * src/main/pa_xslt_stylesheet_manager.C 1.3:
17319: * src/targets/cgi/pa_pool.C 1.21:
17320: * src/targets/cgi/pa_threads.C 1.2:
17321: * src/targets/cgi/parser3.dsp 1.24:
17322: * src/targets/isapi/pa_pool.C 1.6:
17323: * src/targets/isapi/pa_threads.C 1.2:
17324: * src/targets/isapi/parser3isapi.dsp 1.19:
17325: * src/types/pa_valiased.C 1.9:
17326: * src/types/pa_vcookie.C 1.23:
17327: * src/types/pa_vdnode.C 1.6:
17328: * src/types/pa_vdom.C 1.2:
17329: * src/types/pa_vfile.C 1.21:
17330: * src/types/pa_vform.C 1.37:
17331: * src/types/pa_vimage.C 1.9:
17332: * src/types/pa_vrequest.C 1.9:
17333: * src/types/pa_vresponse.h 1.13:
17334: * src/types/pa_vstateless_class.C 1.9:
17335: * src/types/pa_vstring.C 1.10:
17336: * src/types/pa_vtable.C 1.4:
17337: * src/types/pa_wcontext.C 1.8:
17338: zillions of #ifdef XML
17339: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
17340: first, will join latest changes
17341:
17342: * src/Makefile.in 1.18:
17343: * src/classes/classes.h 1.11:
17344: * src/classes/hash.C 1.18:
17345: * src/classes/op.C 1.43:
17346: * src/classes/table.C 1.113:
17347: * src/doc/doxygen.cfg 1.17:
17348: * src/include/pa_common.h 1.50:
17349: * src/include/pa_globals.h 1.64:
17350: * src/include/pa_request.h 1.96:
17351: * src/include/pa_sapi.h 1.11:
17352: * src/include/pa_sql_driver_manager.h 1.11:
17353: * src/include/pa_string.h 1.104:
17354: * src/main/compile.tab.C 1.12:
17355: * src/main/main.dsp 1.120:
17356: * src/main/pa_common.C 1.66:
17357: * src/main/pa_exec.C 1.13:
17358: * src/main/pa_globals.C 1.77:
17359: * src/targets/cgi/parser3.dsp 1.25:
17360: * src/targets/isapi/parser3isapi.dsp 1.20:
17361: merged with before_xml
17362:
17363: 2001-09-20 parser
17364: * src/classes/dnode.C 1.3:
17365: * src/classes/dom.C 1.26:
17366: * src/targets/cgi/parser3.dsp 1.22:
17367: * src/types/pa_vstring.h 1.32:
17368: dnode .file .string .save moved back to dom due to strange
17369: xalan bug
17370:
17371: * src/main/pa_pool.C 1.23:
17372: * src/main/pa_request.C 1.154:
17373: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
17374: charset[here]]
17375:
17376: * src/classes/dom.C 1.27:
17377: dom. string save file
17378: moved output xml options to last param and made it optional
17379:
17380: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
17381: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
17382: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
17383: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
17384: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
17385: table/hash can be used in expression context now, there value = size
17386: and boolean value size!=0
17387:
17388: * src/classes/dnode.C 1.4:
17389: * src/classes/dom.C 1.28:
17390: * src/include/pa_config_includes.h 1.10:
17391: * src/include/pa_globals.h 1.63:
17392: * src/include/pa_pool.h 1.55:
17393: * src/main/main.dsp 1.118:
17394: * src/main/pa_globals.C 1.75:
17395: * src/main/pa_pool.C 1.22:
17396: * src/targets/cgi/parser3.dsp 1.23:
17397: * src/targets/isapi/parser3isapi.C 1.43:
17398: * src/targets/isapi/parser3isapi.dsp 1.18:
17399: * src/types/pa_vdnode.C 1.4:
17400: * src/types/pa_vdnode.h 1.2:
17401: * src/types/pa_vresponse.h 1.11:
17402: Pool::transcode 0
17403:
17404: * src/types/pa_vdnode.C 1.3:
17405: !$elementnode.attributes = hash of dnodes
17406: !$attributenode.specified = boolean
17407: true if the attribute received its value explicitly in the XML document,
17408: or if a value was assigned programatically with the setValue function.
17409: false if the attribute value came from the default value declared in the document's DTD.
17410: !$pinode.target = target of this processing instruction
17411: XML defines this as being the first token following the markup
17412: that begins the processing instruction.
17413: XPath:
17414: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
17415: !^node.select-single[xpath/query/expression] = first node if any
17416:
17417: * src/classes/image.C [before_xml] 1.40.4.4:
17418: 20K preload on jpg measure [image::measure]
17419:
17420: * src/types/pa_value.h [before_xml] 1.70.4.2:
17421: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
17422: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
17423: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
17424: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
17425: * src/types/pa_vint.h [before_xml] 1.25.4.1:
17426: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
17427: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
17428: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
17429: some 'const's added
17430:
17431: 2001-09-18 parser
17432: * src/classes/dnode.C 1.2:
17433: * src/classes/dom.C 1.25:
17434: * src/classes/hash.C 1.17:
17435: * src/classes/image.C 1.44:
17436: * src/classes/op.C 1.42:
17437: * src/classes/table.C 1.112:
17438: * src/include/pa_common.h 1.49:
17439: * src/include/pa_globals.h 1.62:
17440: * src/include/pa_request.h 1.95:
17441: * src/include/pa_sql_driver_manager.h 1.10:
17442: * src/main/compile.C 1.48:
17443: * src/main/compile.tab.C 1.11:
17444: * src/main/compile.y 1.166:
17445: * src/main/compile_tools.h 1.48:
17446: * src/main/execute.C 1.191:
17447: * src/main/pa_common.C 1.65:
17448: * src/main/pa_request.C 1.153:
17449: * src/main/pa_sql_driver_manager.C 1.36:
17450: * src/main/pa_string.C 1.103:
17451: * src/main/pa_table.C 1.37:
17452: * src/targets/cgi/parser3.C 1.111:
17453: * src/targets/cgi/parser3.dsp 1.21:
17454: * src/targets/isapi/parser3isapi.C 1.42:
17455: * src/types/pa_value.h 1.71:
17456: * src/types/pa_vform.C 1.36:
17457: * src/types/pa_vform.h 1.24:
17458: * src/types/pa_vhash.h 1.18:
17459: * src/types/pa_vimage.C 1.8:
17460: * src/types/pa_vimage.h 1.15:
17461: * src/types/pa_vtable.h 1.30:
17462: merged latest bugfixes from before_xml branch
17463: ^if(def $hash) now true only when ^hash:_count[]!=0
17464: moved
17465: .string .save .file from dom to dnode
17466:
17467: * src/classes/dnode.C 1.1:
17468: * src/classes/dnode.h 1.1:
17469: * src/main/main.dsp 1.117:
17470: * src/types/pa_vdnode.C 1.1:
17471: * src/types/pa_vdnode.h 1.1:
17472: dom, dnode 0
17473:
17474: * src/types/pa_vdnode.C 1.2:
17475: * src/types/pa_vdom.h 1.12:
17476: * src/types/pa_vhash.h 1.17:
17477: * src/types/pa_vtable.h 1.29:
17478: dom, dnode 1
17479:
17480: * src/classes/image.C [before_xml] 1.40.4.3:
17481: * src/main/pa_string.C [before_xml] 1.102.2.2:
17482: * src/main/pa_table.C [before_xml] 1.36.2.1:
17483: image: poly* fixed
17484:
17485: * src/classes/op.C [before_xml] 1.41.4.2:
17486: * src/main/execute.C [before_xml] 1.190.4.2:
17487: operators self changed to root
17488: ^for variable context changed to self
17489:
17490: 2001-09-17 parser
17491: * src/classes/classes.h 1.10:
17492: * src/classes/dom.C 1.23:
17493: * src/classes/hash.C 1.16:
17494: * src/include/pa_stylesheet_connection.h 1.3:
17495: * src/main/main.dsp 1.115:
17496: * src/targets/cgi/pa_pool.C 1.20:
17497: * src/types/pa_vdom.h 1.10:
17498: * src/types/pa_vfile.h 1.32:
17499: * src/types/pa_vimage.h 1.14:
17500: started
17501: dnode
17502: DOM:
17503: $node.name
17504: $node.value
17505: ...others...
17506: ^node.xpath[/rates/USD] = hash
17507: dom(dnode)
17508:
17509: * src/classes/dom.C 1.24:
17510: * src/main/main.dsp 1.116:
17511: * src/main/pa_globals.C 1.74:
17512: * src/types/pa_vdom.h 1.11:
17513: started dnode+dom
17514:
17515: dnode
17516: DOM methods:
17517: $node.name
17518: $node.value
17519: ...others...
17520:
17521: ^node.xpath[/rates/USD] = hash
17522: $hash[
17523: $.0[node0]
17524: $.1[node1]
17525: ]
17526:
17527: * src/classes/image.C [before_xml] 1.40.4.2:
17528: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
17529: $image.line-style
17530: now applies to all linear primitives
17531:
17532: * src/classes/hash.C [before_xml] 1.15.4.1:
17533: * src/main/compile.C [before_xml] 1.47.4.1:
17534: * src/main/compile.tab.C [before_xml] 1.10.4.2:
17535: * src/main/compile.y [before_xml] 1.165.4.2:
17536: * src/main/compile_tools.h [before_xml] 1.47.4.2:
17537: * src/main/execute.C [before_xml] 1.190.4.1:
17538: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
17539: expressions unary+
17540: ^hash.count[]
17541: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
17542:
17543: 2001-09-15 parser
17544: * src/classes/image.C [before_xml] 1.40.4.1:
17545: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
17546: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
17547: image: $line-width ^line(...)[**** style]
17548:
17549: * src/classes/dom.C 1.21:
17550: * src/classes/image.C 1.43:
17551: * src/include/pa_pool.h 1.53:
17552: * src/include/pa_stylesheet_connection.h 1.2:
17553: * src/main/main.dsp 1.114:
17554: * src/targets/cgi/pa_pool.C 1.18:
17555: * src/targets/isapi/pa_pool.C 1.4:
17556: * src/targets/isapi/pool_storage.h 1.5:
17557: * src/types/pa_vdom.C 1.1:
17558: * src/types/pa_vdom.h 1.8:
17559: xalan objects freed up [introducing Pool::register_cleanup]
17560:
17561: * src/doc/doxygen.cfg 1.15:
17562: * src/include/pa_sapi.h 1.10:
17563: * src/types/pa_vdom.h 1.7:
17564: comments
17565:
17566: * src/classes/dom.C 1.22:
17567: * src/targets/isapi/parser3isapi.C 1.41:
17568: * src/targets/isapi/pool_storage.h 1.8:
17569: * src/types/pa_vdom.h 1.9:
17570: fixed bug in isapi pool_storage -
17571: cleanups first, allocations second.
17572: apache wisely does just like that
17573:
17574: * src/targets/isapi/parser3isapi.C 1.40:
17575: * src/targets/isapi/pool_storage.h 1.7:
17576: pool_storage rewritten using template, no bugs now
17577:
17578: * src/include/pa_pool.h 1.54:
17579: * src/main/pa_pool.C 1.21:
17580: * src/targets/cgi/pa_pool.C 1.19:
17581: * src/targets/isapi/pa_pool.C 1.5:
17582: * src/targets/isapi/parser3isapi.C 1.39:
17583: * src/targets/isapi/parser3isapi.dsp 1.17:
17584: * src/targets/isapi/pool_storage.h 1.6:
17585: poorly started isapi pool_storage, would rewrite using template now
17586:
17587: 2001-09-14 parser
17588: * src/classes/dom.C 1.20:
17589: * src/classes/file.C 1.53:
17590: * src/classes/image.C 1.42:
17591: * src/classes/mail.C 1.37:
17592: * src/include/pa_common.h 1.48:
17593: * src/include/pa_sql_driver_manager.h 1.9:
17594: * src/include/pa_string.h 1.103:
17595: * src/include/pa_stylesheet_connection.h 1.1:
17596: * src/include/pa_xslt_stylesheet_manager.h 1.1:
17597: * src/main/main.dsp 1.113:
17598: * src/main/pa_common.C 1.64:
17599: * src/main/pa_exec.C 1.12:
17600: * src/main/pa_globals.C 1.73:
17601: * src/main/pa_sql_driver_manager.C 1.34:
17602: * src/main/pa_xslt_stylesheet_manager.C 1.1:
17603: * src/main/untaint.C 1.62:
17604: * src/types/pa_vfile.C 1.20:
17605: dom.xslt stylesheet compiled&cached
17606:
17607: * src/main/pa_sql_driver_manager.C 1.35:
17608: * src/main/pa_xslt_stylesheet_manager.C 1.2:
17609: z
17610:
17611: 2001-09-13 parser
17612: * src/classes/dom.C 1.18:
17613: dom:file content-type(.method)
17614:
17615: * src/classes/dom.C 1.19:
17616: * src/classes/file.C 1.52:
17617: * src/classes/image.C 1.41:
17618: * src/types/pa_vfile.C 1.19:
17619: * src/types/pa_vfile.h 1.31:
17620: ^dom.file[] charset
17621:
17622: * src/include/pa_globals.h [before_xml] 1.61.4.1:
17623: * src/include/pa_request.h [before_xml] 1.94.4.1:
17624: * src/main/pa_request.C [before_xml] 1.152.4.2:
17625: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
17626: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
17627: ParserRootConfig .../parser3.conf
17628: ParserSiteConfig .../parser3.conf
17629:
17630: cgi&isapi looks for {configure|c:\windows}/parser3.conf
17631:
17632: * src/include/pa_common.h [before_xml] 1.47.4.1:
17633: * src/include/pa_globals.h [before_xml] 1.61.4.2:
17634: * src/main/pa_common.C [before_xml] 1.63.4.1:
17635: * src/main/pa_request.C [before_xml] 1.152.4.3:
17636: $MAIN:CLASS_PATH now
17637: can be string now
17638: more informative error messages
17639:
17640: 2001-09-12 parser
17641: * src/main/compile.y [before_xml] 1.165.4.1:
17642: * src/main/compile_tools.h [before_xml] 1.47.4.1:
17643: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
17644: introduced special LS_NAME_SQUARE_PART state
17645:
17646: * src/main/compile.tab.C [before_xml] 1.10.4.1:
17647: fixed - subname code parts actually [] braced
17648:
17649: * src/classes/op.C [before_xml] 1.41.4.1:
17650: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
17651: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
17652: ^connect[]
17653: ^connect[aaa]
17654: more precise error reporting:
17655: "connection string must start with protocol://"
17656: now
17657:
17658: 2001-09-11 parser
17659: * src/types/pa_vdom.h 1.5:
17660: messages
17661:
17662: * src/classes/dom.C 1.16:
17663: * src/types/pa_vdom.h 1.6:
17664: ^dom:set[<some>xml</some>]
17665:
17666: * src/classes/dom.C 1.17:
17667: * src/include/pa_string.h 1.102:
17668: * src/main/pa_globals.C 1.72:
17669: * src/main/untaint.C 1.61:
17670: ^dom:set{<some>xml</some>} default language XML
17671: languages+=xml
17672:
17673: * src/classes/dom.C 1.14:
17674: * src/classes/dom.C 1.15:
17675: ^dom:save/string/file[output options]
17676: output options:
17677: $.method[xml|html|text] detection fixed
17678:
17679: 2001-09-10 parser
17680: * src/classes/dom.C 1.4:
17681: * src/main/main.dsp 1.110:
17682: * src/types/pa_vform.C 1.35:
17683: * src/types/pa_vform.h 1.23:
17684: ^dom.save[b.xml] 0
17685:
17686: * src/classes/dom.C 1.9:
17687: ^dom.file[encoding] = file
17688:
17689: * src/classes/dom.C 1.12:
17690: ^dom.xslt[stylesheet filename][params hash added]
17691:
17692: * src/classes/dom.C 1.10:
17693: * src/main/main.dsp 1.111:
17694: * src/types/pa_vdom.h 1.3:
17695: ^dom.xslt[stylesheet filename] -1 doc is lying
17696:
17697: * src/classes/dom.C 1.11:
17698: * src/main/main.dsp 1.112:
17699: * src/types/pa_vdom.h 1.4:
17700: ^dom.xslt[stylesheet filename] 0
17701:
17702: * src/classes/dom.C 1.5:
17703: ^dom.save[b.xml] 1:error handling
17704:
17705: * src/classes/dom.C 1.13:
17706: ^dom:save/string/file[output options]
17707: output options:
17708: $.method[xml|html|text] $.encoding[windows-1251|...]
17709:
17710: * src/classes/dom.C 1.6:
17711: ^dom.string[] 0
17712:
17713: * src/classes/dom.C 1.7:
17714: * src/classes/dom.C 1.8:
17715: ^dom.string[encoding] 1
17716: ^dom.save[encoding;filename]
17717:
17718: 2001-09-08 parser
17719: * src/types/pa_vform.C [before_xml] 1.33.2.3:
17720: $form:tables.name.field
17721:
17722: 2001-09-07 parser
17723: * src/classes/dom.C 1.3:
17724: * src/types/pa_value.h [before_xml] 1.70.4.1:
17725: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
17726: (def $table) is false when table is empty
17727:
17728: * src/main/pa_request.C [before_xml] 1.152.4.1:
17729: * src/types/pa_vform.C [before_xml] 1.33.2.2:
17730: * src/types/pa_vform.h [before_xml] 1.22.2.2:
17731: !$form:tables
17732: $atable[$form:tables.a]
17733: ^atable.menu{a=$atable.element}[,]
17734:
17735: * src/classes/dom.C 1.1:
17736: file dom.C was initially added on branch xalan1_2.
17737:
17738: * src/main/pa_exception.C 1.15:
17739: * src/types/pa_vform.C 1.32:
17740: getting FIRST form element [not last]
17741:
17742: * src/classes/table.C [before_xml] 1.110.4.1:
17743: table:empty removed, superceded by ^if(def $table)...
17744:
17745: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
17746: * src/types/pa_vform.C [before_xml] 1.33.2.1:
17747: * src/types/pa_vform.h [before_xml] 1.22.2.1:
17748: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
17749: !$form:fields
17750:
17751: * src/include/pa_hash.h 1.43:
17752: * src/main/pa_hash.C 1.39:
17753: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
17754: * src/types/pa_vfile.h 1.30:
17755: * src/types/pa_vform.C 1.33:
17756: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
17757: * src/types/pa_vform.h 1.22:
17758: z
17759:
17760: * src/Makefile.in [xalan1_2] 1.16.2.1:
17761: * src/classes/dom.C [xalan1_2] 1.1.2.1:
17762: * src/classes/table.C [xalan1_2] 1.110.2.1:
17763: * src/main/main.dsp [xalan1_2] 1.108.2.1:
17764: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
17765: introducing dom. dom:load[a.xml]
17766:
17767: * src/main/pa_string.C [before_xml] 1.102.2.1:
17768: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
17769: is 0]
17770:
17771: * src/Makefile.in 1.17:
17772: * src/classes/dom.C 1.2:
17773: * src/classes/table.C 1.111:
17774: * src/main/main.dsp 1.109:
17775: * src/types/pa_vdom.h 1.2:
17776: * src/types/pa_vform.C 1.34:
17777: merged with successful start of dom
17778:
17779: * src/types/pa_vdom.h 1.1:
17780: file pa_vdom.h was initially added on branch xalan1_2.
17781:
17782: 2001-09-06 parser
17783: * src/doc/doxygen.cfg 1.14:
17784: merged new default options from 1.2.10 doxygen
17785:
17786: * src/classes/hash.C 1.15:
17787: * src/include/pa_globals.h 1.61:
17788: * src/main/pa_globals.C 1.71:
17789: * src/types/pa_vhash.h 1.16:
17790: now there's special hash key '_default' [instead of ^_default method]
17791: $hash[
17792: $.a[1]
17793: $.b[2]
17794: $._default[xx]
17795: ]
17796: $hash.c
17797:
17798: * src/types/pa_vform.C 1.30:
17799: * src/types/pa_vform.C 1.31:
17800: a=1&a=2 would result in $form:a being a table with one column '
17801: element' and two rows: 1 and 2
17802:
17803: * src/classes/image.C 1.40:
17804: * src/classes/op.C 1.41:
17805: * src/classes/string.C 1.74:
17806: * src/classes/table.C 1.110:
17807: * src/doc/doxygen.cfg 1.13:
17808: * src/targets/isapi/parser3isapi.C 1.38:
17809: * src/types/pa_vtable.C 1.3:
17810: few #ifndef DOXYGEN
17811:
17812: * src/classes/void.C 1.9:
17813: * src/main/pa_string.C 1.102:
17814: * src/main/pa_table.C 1.36:
17815: fixed up bad int/double conversions, and now $form:nonexistent
17816: int(88) would return 88
17817:
17818: * src/main/compile.tab.C 1.10:
17819: * src/main/compile.y 1.165:
17820: ^if(0){}{ ^if(1){}^; }
17821: bug fixed [thanks, fif], ^; were treated there non-literally
17822:
17823: 2001-09-05 parser
17824: * src/classes/string.C 1.73:
17825: * src/classes/table.C 1.109:
17826: sql options can be void [same as image:html the other day]
17827:
17828: * src/classes/mail.C 1.36:
17829: MAIN:MAIL check fixed
17830:
17831: * src/Makefile.in 1.16:
17832: * src/classes/Makefile.in 1.15:
17833: * src/main/Makefile.in 1.12:
17834: * src/targets/cgi/Makefile.in 1.14:
17835: * src/types/Makefile.in 1.11:
17836: makes
17837:
17838: * src/main/pa_sql_driver_manager.C 1.33:
17839: * src/sql/pa_sql_driver.h 1.16:
17840: * src/targets/cgi/parser3.C 1.110:
17841: #define STRINGIZE(name) #name
17842: does not macro expantion on param, simply qoutes whatever passed, undone
17843:
17844: * src/main/pa_sql_driver_manager.C 1.30:
17845: * src/sql/pa_sql_driver.h 1.14:
17846: SQL_DRIVER_CREATE_FUNC_NAME
17847:
17848: * src/main/pa_sql_driver_manager.C 1.32:
17849: * src/sql/pa_sql_driver.h 1.15:
17850: * src/targets/cgi/Makefile.am 1.13:
17851: * src/targets/cgi/parser3.C 1.109:
17852: #define STRINGIZE(name) #name
17853: invented
17854:
17855: * src/targets/cgi/Makefile.am 1.14:
17856: .am undo
17857:
17858: * src/classes/op.C 1.40:
17859: * src/include/pa_sql_driver_manager.h 1.8:
17860: * src/main/pa_sql_driver_manager.C 1.31:
17861: #define MAIN_SQL_NAME "SQL"
17862: #define MAIN_SQL_DRIVERS_NAME "drivers"
17863:
17864: moved to be availible to all users
17865:
17866: 2001-09-04 parser
17867: * src/targets/cgi/parser3.C 1.106:
17868: zz
17869:
17870: * src/include/pa_config_auto.h.in 1.5:
17871: * src/targets/Makefile.in 1.12:
17872: * src/targets/apache13/Makefile.in 1.12:
17873: * src/targets/cgi/Makefile.am 1.12:
17874: * src/targets/cgi/Makefile.in 1.13:
17875: * src/targets/cgi/parser3.C 1.102:
17876: configure --sysconfdir=sysadmin-controlled auto.p location for
17877: targets/cgi/parser3, default[/usr/local/etc]
17878:
17879: * src/Makefile.in 1.15:
17880: * src/include/pa_config_auto.h.in 1.4:
17881: * src/targets/apache13/Makefile.in 1.11:
17882: * src/targets/cgi/Makefile.in 1.12:
17883: makes
17884:
17885: * src/targets/isapi/parser3isapi.C 1.37:
17886: z
17887:
17888: * src/targets/cgi/parser3.C 1.104:
17889: zzz
17890:
17891: * src/targets/cgi/parser3.C 1.108:
17892: full_file_spec bug
17893:
17894: * src/classes/image.C 1.39:
17895: image.html now can accept void params
17896:
17897: * src/classes/date.C 1.5:
17898: date:sql-string is now without ''
17899:
17900: * src/classes/date.C 1.6:
17901: date
17902:
17903: * src/targets/cgi/parser3.C 1.107:
17904: getenvcheck
17905:
17906: 2001-09-03 parser
17907: * src/targets/cgi/parser3.C 1.101:
17908: /configure cgi SYSCONFDIR
17909:
17910: 2001-09-01 parser
17911: * src/classes/image.C 1.38:
17912: letter_spacing
17913:
17914: * src/classes/image.C 1.36:
17915: image: as_int as_string used
17916:
17917: * src/classes/image.C 1.37:
17918: image: font params changed
17919:
17920: * src/types/pa_vmethod_frame.h 1.15:
17921: $result[] now gets properly analized
17922:
17923: 2001-08-31 parser
17924: * src/Makefile.in 1.14:
17925: * src/include/pa_dir.h 1.4:
17926: * src/targets/Makefile.in 1.11:
17927: * src/targets/cgi/parser3.C 1.99:
17928: compiled under cygwin
17929:
17930: * src/targets/cgi/parser3.C 1.100:
17931: z
17932:
17933: * src/classes/void.C 1.8:
17934: void:int/double += (default)
17935:
17936: * src/classes/string.C 1.72:
17937: * src/classes/table.C 1.108:
17938: string:int/double (defaults)
17939:
17940: * src/classes/image.C 1.35:
17941: image:font added space param
17942: image:font changed charwidth alg, added kerning const[for now]
17943:
17944: 2001-08-29 parser
17945: * src/main/pa_exception.C 1.14:
17946: exception redundant debug info
17947:
17948: 2001-08-28 parser
17949: * src/classes/table.C 1.107:
17950: NO_STRING_ORIGIN check
17951:
17952: * src/classes/string.C 1.71:
17953: * src/include/pa_dictionary.h 1.2:
17954: * src/include/pa_string.h 1.101:
17955: * src/main/pa_dictionary.C 1.4:
17956: * src/main/pa_string.C 1.101:
17957: * src/main/untaint.C 1.59:
17958: pa_directory speeded up. moved zero 'from' check to directory constructor.
17959: string:replace
17960:
17961: * src/Makefile.in 1.13:
17962: makes
17963:
17964: * src/Makefile.in 1.12:
17965: * src/classes/Makefile.in 1.13:
17966: * src/main/Makefile.in 1.10:
17967: * src/targets/Makefile.in 1.10:
17968: * src/targets/apache13/Makefile.in 1.9:
17969: * src/targets/cgi/Makefile.in 1.10:
17970: * src/types/Makefile.in 1.9:
17971: makefiles
17972:
17973: * src/classes/file.C 1.51:
17974: * src/main/pa_common.C 1.63:
17975: file:move autocreate/remove dest/src dir
17976:
17977: * src/main/compile.C 1.47:
17978: NO_STRING_ORIGIN check2
17979:
17980: * src/classes/image.C 1.33:
17981: image: gifsize little endian
17982:
17983: * src/targets/apache13/Makefile.am 1.4:
17984: COMPILE_APACHE13_MODULE
17985:
17986: * src/include/pa_dictionary.h 1.4:
17987: * src/main/pa_dictionary.C 1.5:
17988: * src/main/pa_sql_driver_manager.C 1.29:
17989: NO_STRING_ORIGIN check3
17990:
17991: * src/include/pa_dictionary.h 1.3:
17992: gcc: ../include/pa_dictionary.h:19: storage class specifiers
17993: invalid in friend function declarations
17994:
17995: * src/targets/apache13/Makefile.am 1.3:
17996: configure to skip apache
17997:
17998: * src/classes/Makefile.in 1.14:
17999: * src/main/Makefile.in 1.11:
18000: * src/targets/apache13/Makefile.in 1.10:
18001: * src/targets/cgi/Makefile.in 1.11:
18002: * src/types/Makefile.in 1.10:
18003: make.ins
18004:
18005: * src/classes/op.C 1.39:
18006: * src/main/compile.tab.C 1.9:
18007: * src/main/pa_dir.C 1.6:
18008: * src/main/untaint.C 1.60:
18009: * src/targets/cgi/parser3.C 1.98:
18010: * src/targets/isapi/parser3isapi.C 1.36:
18011: strncpy forced with zero ending in case of limit
18012:
18013: * src/classes/image.C 1.34:
18014: image error msgs
18015:
18016: * src/classes/Makefile.am 1.18:
18017: * src/main/Makefile.am 1.15:
18018: * src/targets/cgi/Makefile.am 1.11:
18019: * src/types/Makefile.am 1.6:
18020: .am-s
18021:
18022: * src/doc/doxygen.cfg 1.12:
18023: doxygen conf removed some garbage from under doxygeneration
18024:
18025: 2001-08-27 parser
18026: * src/Makefile.in 1.11:
18027: * src/classes/Makefile.in 1.12:
18028: * src/main/Makefile.in 1.9:
18029: * src/main/pa_common.C 1.61:
18030: * src/main/pa_exception.C 1.12:
18031: * src/main/pa_sql_driver_manager.C 1.28:
18032: * src/targets/Makefile.in 1.9:
18033: * src/targets/apache13/Makefile.in 1.8:
18034: * src/targets/cgi/Makefile.am 1.10:
18035: * src/targets/cgi/Makefile.in 1.9:
18036: * src/types/Makefile.in 1.8:
18037: configure for solaris -lsocket
18038:
18039: * src/classes/image.C 1.31:
18040: * src/classes/image.C 1.32:
18041: fixed jpgsize alg
18042:
18043: * src/main/pa_request.C 1.152:
18044: * src/targets/cgi/parser3.C 1.97:
18045: parser3 test.html [auto.p from current dir loading]
18046:
18047: * src/main/pa_exception.C 1.13:
18048: z
18049:
18050: * src/main/pa_common.C 1.62:
18051: removed debug info from pa_common
18052:
18053: 2001-08-24 parser
18054: * src/targets/cgi/parser3.C 1.95:
18055: not cgi extra \n 2
18056:
18057: * src/classes/file.C 1.50:
18058: * src/classes/form.C 1.14:
18059: * src/classes/mail.C 1.35:
18060: * src/classes/table.C 1.106:
18061: fiew non-pool mallocs fixed
18062:
18063: * src/targets/cgi/parser3.C 1.96:
18064: not cgi extra \n 3
18065:
18066: * src/sql/pa_sql_driver.h 1.13:
18067: sql* removed services from disconnect - cross-request ideological probs.
18068: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
18069:
18070: * src/targets/cgi/parser3.C 1.94:
18071: not cgi extra \n
18072:
18073: * src/main/pa_sql_driver_manager.C 1.27:
18074: z
18075:
18076: * src/include/pa_sql_connection.h 1.12:
18077: * src/main/pa_sql_driver_manager.C 1.26:
18078: sql* removed services from disconnect - cross-request
18079: ideological probs.
18080:
18081: 2001-08-23 parser
18082: * src/main/pa_sql_driver_manager.C 1.25:
18083: oracle: dlink
18084:
18085: * src/classes/file.C 1.49:
18086: minor bug in file:save fixed
18087:
18088: 2001-08-22 parser
18089: * src/classes/file.C 1.48:
18090: * src/main/compile.tab.C 1.8:
18091: * src/types/pa_vfile.C 1.18:
18092: * src/types/pa_vfile.h 1.29:
18093: file:load|save[text|binary;
18094:
18095: * src/main/compile.tab.C 1.7:
18096: * src/main/compile.y 1.164:
18097: ^method[]^[^] literals []
18098:
18099: 2001-08-21 parser
18100: * src/classes/file.C 1.47:
18101: * src/classes/table.C 1.105:
18102: ^file:list
18103:
18104: 2001-08-20 parser
18105: * src/main/compile.tab.C 1.6:
18106: * src/main/compile.y 1.163:
18107: * src/main/pa_sql_driver_manager.C 1.24:
18108: * src/types/pa_value.h 1.70:
18109: * src/types/pa_vbool.h 1.11:
18110: * src/types/pa_vdouble.h 1.24:
18111: * src/types/pa_vint.h 1.25:
18112: var(123) ^var.inc[] recousively caused problems: inc incremeted
18113: 123 literal!! fixed
18114:
18115: 2001-08-10 parser
18116: * src/classes/table.C 1.101:
18117: * src/include/pa_table.h 1.34:
18118: * src/main/pa_table.C 1.35:
18119: table.sort now creates new sorted table
18120:
18121: * src/main/compile.tab.C 1.3:
18122: * src/main/compile.tab.C 1.4:
18123: * src/main/compile.y 1.160:
18124: * src/main/compile.y 1.161:
18125: (codes) name part syntax added
18126:
18127: * src/main/compile.tab.C 1.5:
18128: * src/main/compile.y 1.162:
18129: [codes] name part syntax now
18130:
18131: * src/main/pa_string.C 1.100:
18132: string.match hanged on. there were a hang check but it weren't wise enough
18133:
18134: @parse[dateString][tmp]
18135: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
18136: $tmp.1 $tmp.2
18137: #end
18138:
18139: @main[]
18140: ^parse[2001-02-03]
18141:
18142: * src/classes/table.C 1.102:
18143: * src/classes/table.C 1.103:
18144: table:sort now default desc
18145:
18146: * src/types/pa_value.h 1.69:
18147: * src/types/pa_vstring.h 1.30:
18148: * src/types/pa_vstring.h 1.31:
18149: string now def only when ne ''
18150:
18151: * src/main/pa_request.C 1.150:
18152: * src/main/pa_request.C 1.151:
18153: wanted to make
18154: const int MAX_EXECUTE_SECONDS=1;
18155:
18156: but couldnt, set_callback_and_alarm appeared to be not exported :(
18157:
18158: * src/classes/table.C 1.104:
18159: table:sort restored [it was bad test :(]
18160:
18161: 2001-08-09 parser
18162: * src/main/pa_string.C 1.99:
18163: $a[010] now ^if($a==10){true}
18164: were octal
18165:
18166: * src/main/Makefile.am 1.14:
18167: .am
18168:
18169: * src/classes/void.C 1.6:
18170: * src/classes/void.C 1.7:
18171: void: int double copy/paste from int: bug fixed
18172:
18173: * src/classes/hash.C 1.14:
18174: hash:_default now [was hash:default]
18175:
18176: * src/types/pa_vcookie.C 1.22:
18177: cookie name&value origins added, more precise $ORIGINS(1)
18178:
18179: * src/classes/op.C 1.38:
18180: case without switch check added
18181:
18182: * src/main/Makefile.in 1.8:
18183: make.in
18184:
18185: 2001-08-07 parser
18186: * src/classes/math.C 1.5:
18187: * src/main/pa_request.C 1.149:
18188: math:random fixed. win32 srand made working
18189:
18190: * src/classes/double.C 1.36:
18191: * src/classes/int.C 1.32:
18192: * src/classes/string.C 1.70:
18193: * src/classes/table.C 1.100:
18194: * src/include/pa_globals.h 1.60:
18195: * src/main/pa_globals.C 1.70:
18196: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18197: string, table
18198:
18199: 2001-08-06 parser
18200: * src/classes/hash.C 1.13:
18201: hash:keys renamed to hash:_keys :(
18202:
18203: * src/main/pa_exec.C 1.10:
18204: exec win32 real filename
18205:
18206: * src/classes/file.C 1.46:
18207: exec stderr out
18208:
18209: * src/classes/mail.C 1.34:
18210: * src/classes/op.C 1.37:
18211: * src/include/pa_array.h 1.43:
18212: * src/include/pa_globals.h 1.59:
18213: * src/include/pa_hash.h 1.42:
18214: * src/include/pa_request.h 1.94:
18215: * src/main/compile.tab.C 1.2:
18216: * src/main/compile.y 1.159:
18217: * src/main/pa_array.C 1.38:
18218: * src/main/pa_dictionary.C 1.3:
18219: * src/main/pa_exec.C 1.11:
18220: * src/main/pa_globals.C 1.69:
18221: * src/main/pa_hash.C 1.38:
18222: * src/main/pa_request.C 1.148:
18223: * src/main/pa_string.C 1.98:
18224: class_path
18225:
18226: 2001-08-03 parser
18227: * src/classes/table.C 1.99:
18228: * src/types/pa_vtable.h 1.28:
18229: vtable.locks killed
18230:
18231: 2001-08-02 parser
18232: * src/classes/classes.h 1.9:
18233: * src/classes/op.C 1.36:
18234: * src/include/pa_globals.h 1.58:
18235: * src/main/execute.C 1.188:
18236: * src/main/pa_globals.C 1.66:
18237: * src/main/pa_globals.C 1.67:
18238: found another multithread bug in op.C (last, last global var
18239: killed) :)
18240:
18241: * src/main/pa_dictionary.C 1.2:
18242: * src/main/pa_globals.C 1.68:
18243: memset dictionary minor bug fixed
18244:
18245: * src/classes/string.C 1.69:
18246: * src/classes/table.C 1.98:
18247: * src/include/pa_array.h 1.42:
18248: * src/main/execute.C 1.190:
18249: * src/main/pa_exec.C 1.9:
18250: introducing Array_iter
18251:
18252: * src/main/execute.C 1.189:
18253: detected quick_get recursion bug. changed to get@execute, but
18254: needs array iterator, separate from array to avoid it & use caching
18255:
18256: 2001-08-01 parser
18257: * src/include/pa_dictionary.h 1.1:
18258: * src/include/pa_globals.h 1.57:
18259: * src/include/pa_string.h 1.100:
18260: * src/main/main.dsp 1.107:
18261: * src/main/pa_dictionary.C 1.1:
18262: * src/main/pa_globals.C 1.65:
18263: * src/main/pa_request.C 1.147:
18264: * src/main/pa_string.C 1.97:
18265: * src/main/untaint.C 1.58:
18266: speeded up typo-html replacements. introducing Dictionary with
18267: first-char caching
18268:
18269: 2001-07-31 parser
18270: * src/types/Makefile.am 1.5:
18271: pa_vtable.C added to .am
18272:
18273: * src/main/compile.tab.C 1.1:
18274: added, so that could be compiled even on non-bison-enabled platforms
18275:
18276: 2001-07-28 parser
18277: * src/main/compile.y 1.158:
18278: * src/main/untaint.C 1.57:
18279: bug fix @ untaint when \r skipped \n
18280:
18281: * src/classes/table.C 1.97:
18282: table:hash always produces hash, when can't - empty
18283:
18284: 2001-07-27 parser
18285: * src/classes/double.C 1.35:
18286: * src/classes/int.C 1.31:
18287: * src/classes/string.C 1.68:
18288: provided meaningful msg on int/double/string :sql without
18289: result and default
18290:
18291: 2001-07-26 parser
18292: * src/include/pa_opcode.h 1.6:
18293: * src/main/compile.y 1.156:
18294: * src/main/execute.C 1.187:
18295: hash creation syntax problem persists. restored $: for a while.
18296: thinking of $man[$.age[zzz]] syntax now
18297:
18298: * src/classes/op.C 1.35:
18299: fixed bad multithread bug with strangly global OP
18300:
18301: * src/main/compile.y 1.157:
18302: $man[$.age[zzz]] 0
18303:
18304: * src/include/pa_opcode.h 1.4:
18305: * src/main/compile.C 1.45:
18306: * src/main/compile.y 1.154:
18307: * src/main/compile_tools.h 1.46:
18308: * src/main/execute.C 1.185:
18309: * src/main/pa_request.C 1.146:
18310: * src/types/pa_vmethod_frame.h 1.13:
18311: introducing ::
18312: this is constructor call prefix.
18313: ordinary : remains for static accesses
18314:
18315: * src/classes/double.C 1.34:
18316: * src/classes/int.C 1.30:
18317: * src/classes/string.C 1.67:
18318: * src/include/pa_opcode.h 1.5:
18319: * src/main/compile.C 1.46:
18320: * src/main/compile.y 1.155:
18321: * src/main/compile_tools.h 1.47:
18322: * src/main/execute.C 1.186:
18323: * src/types/pa_vcode_frame.h 1.7:
18324: * src/types/pa_vmethod_frame.h 1.14:
18325: * src/types/pa_wcontext.h 1.16:
18326: * src/types/pa_wwrapper.h 1.10:
18327: fixing :: realization #1
18328:
18329: 2001-07-25 parser
18330: * src/classes/table.C 1.95:
18331: * src/main/main.dsp 1.106:
18332: * src/types/pa_vtable.C 1.1:
18333: * src/types/pa_vtable.h 1.27:
18334: ^table.record[] now $table.fields
18335:
18336: * src/types/pa_vtable.C 1.2:
18337: table: get_element order changeed. now:
18338: 1. fields
18339: 2. methods
18340: 3. columns
18341:
18342: * src/types/pa_vdouble.h 1.23:
18343: * src/types/pa_vint.h 1.24:
18344: odbc: no result queries; quote.
18345: optimized double&int tostring-s
18346:
18347: * src/classes/string.C 1.66:
18348: * src/include/pa_globals.h 1.56:
18349: * src/main/execute.C 1.183:
18350: * src/main/pa_globals.C 1.64:
18351: match replace code context moved to implicit $match context
18352:
18353: * src/main/compile.C 1.44:
18354: * src/main/compile.y 1.153:
18355: * src/main/compile_tools.h 1.45:
18356: allowed whitespace before first method decl
18357:
18358: * src/include/pa_opcode.h 1.3:
18359: * src/main/compile.y 1.149:
18360: * src/main/compile_tools.C 1.37:
18361: * src/main/compile_tools.h 1.43:
18362: * src/main/execute.C 1.182:
18363: with killed, code storage introduced with former 'with' syntax
18364:
18365: * src/main/compile.y 1.150:
18366: * src/main/compile.y 1.151:
18367: * src/main/execute.C 1.184:
18368: $var[] is now empty string, not void
18369:
18370: * src/main/compile.C 1.43:
18371: * src/main/compile.y 1.152:
18372: * src/main/compile_tools.h 1.44:
18373: allowed empty lines before first method decl
18374:
18375: * src/classes/table.C 1.96:
18376: allowed nontable result in table:sql, results in empty table
18377:
18378: 2001-07-24 parser
18379: * src/main/compile.C 1.42:
18380: * src/main/execute.C 1.181:
18381: * src/main/pa_string.C 1.96:
18382: * src/types/pa_value.h 1.68:
18383: first get_element, next get operator
18384:
18385: * src/classes/file.C 1.45:
18386: * src/include/pa_common.h 1.47:
18387: * src/main/pa_common.C 1.60:
18388: file:move
18389:
18390: * src/main/compile.y 1.148:
18391: removed @end handling
18392:
18393: * src/main/pa_common.C 1.59:
18394: file_read close @ eof when imgsize bug fixed
18395:
18396: * src/main/compile.C 1.41:
18397: * src/main/compile.y 1.147:
18398: @end handling method2
18399:
18400: 2001-07-23 parser
18401: * src/main/pa_sql_driver_manager.C 1.23:
18402: * src/sql/pa_sql_driver.h 1.12:
18403: sql odbc driver
18404:
18405: * src/classes/hash.C 1.11:
18406: * src/classes/hash.C 1.12:
18407: * src/classes/string.C 1.65:
18408: * src/classes/table.C 1.94:
18409: * src/classes/void.C 1.5:
18410: * src/include/pa_sql_connection.h 1.11:
18411: * src/sql/pa_sql_driver.h 1.11:
18412: changed sql driver query interface
18413:
18414: 2001-07-20 parser
18415: * src/types/pa_vrequest.C 1.8:
18416: X!$browser:type
18417:
18418: * src/classes/file.C 1.44:
18419: * src/classes/string.C 1.64:
18420: * src/include/pa_string.h 1.99:
18421: * src/main/execute.C 1.180:
18422: * src/main/pa_string.C 1.95:
18423: * src/types/pa_valiased.C 1.8:
18424: * src/types/pa_valiased.h 1.13:
18425: * src/types/pa_value.h 1.67:
18426: * src/types/pa_vclass.h 1.17:
18427: * src/types/pa_vcookie.h 1.11:
18428: * src/types/pa_vdate.h 1.3:
18429: * src/types/pa_vfile.h 1.28:
18430: * src/types/pa_vform.h 1.21:
18431: * src/types/pa_vhash.h 1.15:
18432: * src/types/pa_vmath.h 1.2:
18433: * src/types/pa_vobject.h 1.10:
18434: * src/types/pa_vrequest.C 1.7:
18435: * src/types/pa_vstateless_class.h 1.16:
18436: * src/types/pa_vstateless_object.h 1.10:
18437: only ^class:method dynamic calls allowed.
18438: ^BASE.method call disabled.
18439: BASE element globally removed
18440:
18441: 2001-07-18 parser
18442: * src/Makefile.am 1.6:
18443: * src/Makefile.in 1.10:
18444: * src/classes/Makefile.am 1.17:
18445: * src/main/Makefile.am 1.13:
18446: * src/targets/Makefile.am 1.6:
18447: * src/targets/apache13/Makefile.am 1.2:
18448: * src/targets/cgi/Makefile.am 1.9:
18449: * src/types/Makefile.am 1.4:
18450: removed $id from *.in *.am
18451:
18452: * src/classes/file.C 1.43:
18453: file:exec/cgi msg
18454:
18455: * src/main/pa_request.C 1.145:
18456: * src/main/untaint.C 1.56:
18457: ORIGINS langs name abbrevations
18458:
18459: * src/classes/file.C 1.42:
18460: $file:exit-code renamed to 'status'
18461:
18462: * src/classes/date.C 1.4:
18463: * src/classes/mail.C 1.33:
18464: * src/classes/math.C 1.4:
18465: * src/classes/string.C 1.63:
18466: * src/classes/table.C 1.93:
18467: * src/include/pa_globals.h 1.55:
18468: * src/include/pa_string.h 1.98:
18469: * src/main/execute.C 1.179:
18470: * src/main/pa_globals.C 1.63:
18471: * src/main/pa_request.C 1.144:
18472: * src/main/pa_string.C 1.94:
18473: * src/main/untaint.C 1.55:
18474: * src/types/pa_value.h 1.66:
18475: * src/types/pa_vdouble.h 1.22:
18476: * src/types/pa_vfile.h 1.27:
18477: * src/types/pa_vint.h 1.23:
18478: * src/types/pa_vstring.C 1.9:
18479: * src/types/pa_vstring.h 1.29:
18480: $ORIGINS(1) output tracing mode
18481:
18482: * src/classes/Makefile.in 1.11:
18483: * src/main/Makefile.in 1.7:
18484: * src/targets/Makefile.in 1.8:
18485: * src/targets/apache13/Makefile.in 1.7:
18486: * src/targets/cgi/Makefile.in 1.8:
18487: * src/types/Makefile.in 1.7:
18488: $id in .in's from .am's removed
18489:
18490: * src/classes/file.C 1.41:
18491: * src/main/pa_exec.C 1.8:
18492: file:exec
18493:
18494: 2001-07-17 parser
18495: * src/Makefile.in 1.9:
18496: * src/classes/Makefile.in 1.10:
18497: == wrong
18498:
18499: 2001-07-13 parser
18500: * src/main/execute.C 1.175:
18501: * src/main/pa_request.C 1.142:
18502: order of MAIN parents was wrong, fixed
18503:
18504: * src/classes/double.C 1.33:
18505: * src/classes/int.C 1.29:
18506: * src/classes/string.C 1.62:
18507: * src/include/pa_request.h 1.92:
18508: * src/include/pa_request.h 1.93:
18509: * src/main/execute.C 1.176:
18510: * src/main/execute.C 1.177:
18511: * src/main/execute.C 1.178:
18512: * src/main/pa_request.C 1.143:
18513: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18514: second would not call first @auto
18515:
18516: 2001-07-12 parser
18517: * src/types/pa_value.h 1.65:
18518: pa_value.putelement modification of system classes prevented
18519:
18520: 2001-07-11 parser
18521: * src/classes/string.C 1.61:
18522: * src/doc/sources2html.cmd 1.3:
18523: lr split now yelds table $piece
18524:
18525: * src/classes/file.C 1.40:
18526: * src/include/pa_common.h 1.46:
18527: * src/main/pa_common.C 1.58:
18528: * src/types/pa_vstateless_class.h 1.15:
18529: $file created by file:state += .atime .mtime .ctime
18530: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
18531:
18532: 2001-07-09 parser
18533: * src/main/untaint.C 1.54:
18534: qp wrong name
18535:
18536: * src/classes/date.C 1.3:
18537: * src/classes/string.C 1.60:
18538: * src/classes/table.C 1.92:
18539: * src/main/compile.y 1.146:
18540: date format 0
18541:
18542: 2001-07-07 parser
18543: * src/classes/Makefile.am 1.16:
18544: * src/classes/date.C 1.1:
18545: * src/classes/file.C 1.39:
18546: * src/classes/hash.C 1.10:
18547: * src/classes/image.C 1.30:
18548: * src/classes/mail.C 1.32:
18549: * src/classes/math.C 1.3:
18550: * src/classes/op.C 1.34:
18551: * src/classes/string.C 1.59:
18552: * src/classes/table.C 1.90:
18553: * src/classes/void.C 1.4:
18554: * src/include/pa_request.h 1.91:
18555: * src/main/main.dsp 1.105:
18556: * src/types/pa_value.h 1.64:
18557: * src/types/pa_vdate.h 1.1:
18558: * src/types/pa_wcontext.C 1.7:
18559: date now set $fields roll string. todo: sql, calendar
18560:
18561: * src/classes/date.C 1.2:
18562: * src/classes/table.C 1.91:
18563: * src/include/pa_common.h 1.45:
18564: * src/include/pa_string.h 1.97:
18565: * src/main/pa_common.C 1.57:
18566: * src/types/pa_vdate.h 1.2:
18567: date roll
18568: table calendar
18569:
18570: 2001-07-06 parser
18571: * src/classes/math.C 1.2:
18572: * src/include/pa_request.h 1.90:
18573: * src/main/execute.C 1.174:
18574: * src/main/main.dsp 1.104:
18575: * src/main/pa_request.C 1.141:
18576: * src/types/pa_vmath.h 1.1:
18577: math 0
18578:
18579: 2001-07-03 parser
18580: * src/classes/Makefile.am 1.15:
18581: * src/classes/math.C 1.1:
18582: * src/classes/op.C 1.33:
18583: * src/classes/random.C 1.15:
18584: * src/main/main.dsp 1.103:
18585: class random renamed to math, operators became methods
18586:
18587: * src/classes/op.C 1.32:
18588: pow sqrt
18589:
18590: * src/classes/op.C 1.31:
18591: * src/main/execute.C 1.173:
18592: sin asin cos acos tan atan
18593:
18594: 2001-07-02 parser
18595: * src/classes/hash.C 1.9:
18596: ^hash.keys[]
18597:
18598: * src/classes/table.C 1.88:
18599: * src/main/pa_table.C 1.34:
18600: ^table:columns[]
18601:
18602: * src/classes/table.C 1.89:
18603: ^table.columns column renamed from 'name' to 'column'
18604:
18605: * src/main/compile.y 1.145:
18606: * src/main/compile_tools.h 1.42:
18607: in expressions now allowed 'strings'
18608:
18609: 2001-06-29 parser
18610: * src/main/execute.C 1.171:
18611: * src/main/execute.C 1.172:
18612: /0 %0 checkes ver 2
18613:
18614: * src/classes/table.C 1.87:
18615: empty strings @ sql
18616:
18617: * src/Makefile.in 1.8:
18618: * src/classes/Makefile.in 1.9:
18619: makes
18620:
18621: * src/classes/Makefile.am 1.14:
18622: nothing - void
18623:
18624: * src/main/execute.C 1.170:
18625: /0 %0 checke
18626:
18627: 2001-06-28 parser
18628: * src/classes/double.C 1.32:
18629: * src/classes/file.C 1.38:
18630: * src/classes/form.C 1.13:
18631: * src/classes/hash.C 1.8:
18632: * src/classes/image.C 1.29:
18633: * src/classes/int.C 1.28:
18634: * src/classes/mail.C 1.31:
18635: * src/classes/op.C 1.30:
18636: * src/classes/random.C 1.14:
18637: * src/classes/response.C 1.13:
18638: * src/classes/string.C 1.58:
18639: * src/classes/table.C 1.86:
18640: * src/classes/void.C 1.3:
18641: * src/main/compile.C 1.40:
18642: * src/main/compile.y 1.144:
18643: * src/main/compile_tools.C 1.36:
18644: * src/main/execute.C 1.169:
18645: * src/main/pa_array.C 1.37:
18646: * src/main/pa_common.C 1.56:
18647: * src/main/pa_dir.C 1.5:
18648: * src/main/pa_exception.C 1.11:
18649: * src/main/pa_exec.C 1.7:
18650: * src/main/pa_globals.C 1.62:
18651: * src/main/pa_hash.C 1.37:
18652: * src/main/pa_pool.C 1.20:
18653: * src/main/pa_request.C 1.140:
18654: * src/main/pa_socks.C 1.5:
18655: * src/main/pa_sql_driver_manager.C 1.22:
18656: * src/main/pa_string.C 1.93:
18657: * src/main/pa_table.C 1.33:
18658: * src/main/untaint.C 1.53:
18659: * src/targets/cgi/parser3.C 1.93:
18660: * src/targets/isapi/parser3isapi.C 1.35:
18661: */
1.26 paf 18662: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 18663:
18664: * src/main/compile.y 1.142:
18665: * src/main/compile_tools.h 1.41:
18666: $:name: == ${name}:
18667: $class:name: == ${class:name}:
18668:
18669: * src/classes/string.C 1.56:
18670: exactly one
18671:
18672: * src/classes/double.C 1.31:
18673: * src/classes/file.C 1.37:
18674: * src/classes/form.C 1.12:
18675: * src/classes/hash.C 1.7:
18676: * src/classes/image.C 1.28:
18677: * src/classes/int.C 1.27:
18678: * src/classes/mail.C 1.30:
18679: * src/classes/op.C 1.29:
18680: * src/classes/random.C 1.13:
18681: * src/classes/response.C 1.12:
18682: * src/classes/string.C 1.57:
18683: * src/classes/table.C 1.85:
18684: * src/classes/void.C 1.2:
18685: * src/main/compile.C 1.39:
18686: * src/main/compile.y 1.143:
18687: * src/main/compile_tools.C 1.35:
18688: * src/main/execute.C 1.168:
18689: * src/main/pa_array.C 1.36:
18690: * src/main/pa_common.C 1.55:
18691: * src/main/pa_dir.C 1.4:
18692: * src/main/pa_exception.C 1.10:
18693: * src/main/pa_exec.C 1.6:
18694: * src/main/pa_globals.C 1.61:
18695: * src/main/pa_hash.C 1.36:
18696: * src/main/pa_pool.C 1.19:
18697: * src/main/pa_request.C 1.139:
18698: * src/main/pa_socks.C 1.4:
18699: * src/main/pa_sql_driver_manager.C 1.21:
18700: * src/main/pa_string.C 1.92:
18701: * src/main/pa_table.C 1.32:
18702: * src/main/untaint.C 1.52:
18703: * src/targets/cgi/parser3.C 1.92:
18704: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 18705: static char *RCSId="$Id$";
1.15 paf 18706:
18707: 2001-06-27 parser
18708: * src/classes/hash.C 1.6:
18709: * src/classes/nothing.C 1.5:
18710: * src/classes/table.C 1.84:
18711: * src/classes/void.C 1.1:
18712: * src/main/compile.y 1.140:
18713: * src/main/compile.y 1.141:
18714: * src/main/execute.C 1.167:
18715: * src/main/main.dsp 1.102:
18716: * src/main/pa_request.C 1.138:
18717: * src/targets/cgi/pa_pool.C 1.17:
18718: * src/types/pa_value.h 1.63:
18719: * src/types/pa_vcode_frame.h 1.6:
18720: * src/types/pa_vmethod_frame.h 1.12:
18721: * src/types/pa_vnothing.h 1.2:
18722: * src/types/pa_vtable.h 1.26:
18723: * src/types/pa_vvoid.h 1.1:
18724: nothing renamed to void
18725:
18726: * src/classes/op.C 1.28:
18727: ^switch ^case
18728:
18729: * src/main/compile.y 1.139:
18730: lexer: $zzzz^zzzz were name part
18731:
18732: 2001-05-28 parser
18733: * src/main/main.dsp 1.101:
18734: * src/targets/isapi/parser3isapi.dsp 1.15:
18735: release project options [some bugs]
18736:
18737: * src/classes/classes.C 1.7:
18738: * src/main/compile.C 1.38:
18739: * src/main/compile.y 1.138:
18740: * src/main/execute.C 1.166:
18741: operators are not in root class again
18742:
18743: * src/doc/html2chm.cmd 1.3:
18744: removed >a
18745:
18746: * src/doc/sources2html.cmd 1.2:
18747: z
18748:
18749: 2001-05-24 parser
18750: * src/Makefile.in 1.7:
18751: * src/classes/Makefile.in 1.8:
18752: * src/main/Makefile.in 1.6:
18753: * src/targets/Makefile.in 1.7:
18754: * src/targets/apache13/Makefile.in 1.6:
18755: * src/targets/cgi/Makefile.in 1.7:
18756: * src/types/Makefile.in 1.6:
18757: makes
18758:
18759: * src/main/pa_request.C 1.135:
18760: * src/main/pa_request.C 1.136:
18761: * src/targets/cgi/parser3.C 1.90:
18762: // no _ conversions in @exception[params]
18763:
18764: * src/targets/cgi/parser3.dsp 1.19:
18765: project file
18766:
18767: * src/classes/op.C 1.27:
18768: * src/main/pa_request.C 1.137:
18769: * src/targets/cgi/parser3.C 1.91:
18770: ^log ^exp
18771:
18772: 2001-05-23 parser
18773: * src/classes/op.C 1.25:
18774: * src/main/compile.y 1.137:
18775: allow one empty line before LS_DEF_NAME
18776:
18777: * src/main/pa_string.C 1.91:
18778: string cmp bug
18779:
18780: * src/classes/mail.C 1.29:
18781: * src/classes/op.C 1.26:
18782: rem max 1000
18783:
18784: 2001-05-22 parser
18785: * src/classes/op.C 1.24:
18786: if params code-required
18787:
18788: 2001-05-21 parser
18789: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
18790: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
18791: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
18792: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
18793: 0
18794:
18795: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
18796: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
18797: 1
18798:
18799: * src/Makefile.in 1.6:
18800: * src/classes/Makefile.in 1.6:
18801: * src/classes/Makefile.in 1.7:
18802: * src/main/Makefile.in 1.5:
18803: * src/targets/Makefile.in 1.6:
18804: * src/targets/apache13/Makefile.in 1.5:
18805: * src/targets/cgi/Makefile.in 1.6:
18806: * src/types/Makefile.in 1.5:
18807: makes
18808:
18809: * src/classes/double.C 1.30:
18810: * src/classes/hash.C 1.4:
18811: * src/classes/hash.C 1.5:
18812: * src/classes/nothing.C 1.1:
18813: * src/classes/nothing.C 1.2:
18814: * src/classes/nothing.C 1.3:
18815: * src/classes/op.C 1.23:
18816: * src/classes/string.C 1.55:
18817: * src/classes/table.C 1.83:
18818: * src/classes/unknown.C 1.8:
18819: * src/main/compile.y 1.136:
18820: * src/main/execute.C 1.164:
18821: * src/main/execute.C 1.165:
18822: * src/main/main.dsp 1.100:
18823: * src/main/pa_request.C 1.134:
18824: * src/targets/cgi/pa_pool.C 1.15:
18825: * src/targets/cgi/pa_pool.C 1.16:
18826: * src/types/pa_value.h 1.62:
18827: * src/types/pa_vcode_frame.h 1.5:
18828: * src/types/pa_vmethod_frame.h 1.10:
18829: * src/types/pa_vmethod_frame.h 1.11:
18830: * src/types/pa_vnothing.h 1.1:
18831: * src/types/pa_vtable.h 1.24:
18832: * src/types/pa_vtable.h 1.25:
18833: * src/types/pa_vunknown.h 1.14:
18834: 'unknown' renamed to 'nothing'
18835:
18836: * src/Makefile.in 1.5:
18837: * src/classes/Makefile.in 1.5:
18838: * src/main/Makefile.in 1.4:
18839: * src/targets/Makefile.in 1.5:
18840: * src/targets/apache13/Makefile.in 1.4:
18841: * src/targets/cgi/Makefile.in 1.5:
18842: * src/types/Makefile.in 1.4:
18843: make system timestamps
18844:
18845: * src/classes/nothing.C 1.4:
18846: resultless ^sql moved to nothing:
18847:
18848: * src/classes/Makefile.am 1.13:
18849: .AM
18850:
18851: * src/main/pa_request.C 1.133:
18852: .am
18853:
18854: * src/Makefile.in 1.4:
18855: file stamps to remove autoreconf
18856:
18857: * src/targets/cgi/parser3.C 1.88:
18858: argv can be just "parser3". made site_auto_path "." in that case
18859:
18860: * src/types/pa_vstring.C 1.8:
18861: eoleof
18862:
18863: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
18864: * src/main/execute.C 1.162:
18865: * src/targets/cgi/Makefile.in 1.4:
18866: * src/targets/cgi/parser3.C 1.86:
18867: * src/targets/cgi/parser3.C 1.87:
18868: * src/targets/cgi/parser3.C 1.89:
18869: z
18870:
18871: * src/main/pa_request.C 1.132:
18872: * src/targets/cgi/parser3.C 1.85:
18873: pcre_tables=pcre_default_tables;
18874:
18875: * src/classes/hash.C 1.3:
18876: * src/classes/int.C 1.25:
18877: * src/classes/string.C 1.53:
18878: * src/classes/table.C 1.82:
18879: * src/include/pa_string.h 1.95:
18880: * src/include/pa_string.h 1.96:
18881: * src/main/pa_string.C 1.89:
18882: * src/main/pa_string.C 1.90:
18883: * src/types/pa_vstring.C 1.6:
18884: * src/types/pa_vstring.h 1.27:
18885: started int:sql
18886:
18887: * src/types/pa_vstring.C 1.7:
18888: * src/types/pa_vstring.h 1.28:
18889: removed unnecessary vstring::set_string
18890:
18891: * src/classes/double.C 1.29:
18892: * src/classes/int.C 1.26:
18893: * src/classes/string.C 1.54:
18894: int,double;sql
18895:
18896: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
18897: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
18898: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
18899: hash:sql
18900:
18901: * src/classes/classes.C 1.6:
18902: * src/classes/hash.C 1.2:
18903: * src/classes/op.C 1.22:
18904: * src/classes/table.C 1.81:
18905: * src/main/compile.C 1.37:
18906: * src/main/compile.y 1.135:
18907: * src/main/execute.C 1.163:
18908: hash:sql moved to main trunc. operators.txt updated
18909:
18910: 2001-05-19 parser
18911: * src/types/pa_value.h 1.61:
18912: parameter # 1 based
18913:
18914: * src/main/pa_common.C 1.54:
18915: common: actual filename '%s'
18916:
18917: * src/classes/string.C 1.52:
18918: root context in match replace body now unchanged
18919:
18920: * src/classes/Makefile.am 1.10:
18921: * src/classes/Makefile.am 1.11:
18922: * src/classes/Makefile.am 1.12:
18923: * src/classes/Makefile.am 1.9:
18924: * src/main/pa_sql_driver_manager.C 1.20:
18925: * src/targets/cgi/pa_pool.C 1.12:
18926: classes/.am
18927:
18928: * src/main/untaint.C 1.50:
18929: * src/targets/cgi/pa_pool.C 1.13:
18930: * src/targets/cgi/parser3.C 1.84:
18931: fixed bug in pre html untaint, wrong size used, 4* mem wasted
18932:
18933: * src/classes/string.C 1.51:
18934: * src/main/pa_string.C 1.88:
18935: z
18936:
18937: * src/include/pa_string.h 1.94:
18938: * src/main/untaint.C 1.51:
18939: * src/targets/cgi/pa_pool.C 1.14:
18940: introducing String::cstr_bufsize, returns just size+1 for as_is
18941: target.
18942:
18943: * src/classes/Makefile.in 1.4:
18944: clean
18945:
18946: 2001-05-18 parser
18947: * src/Makefile.in 1.3:
18948: * src/classes/Makefile.in 1.3:
18949: * src/include/pa_config_auto.h.in 1.3:
18950: * src/main/Makefile.in 1.3:
18951: * src/targets/Makefile.in 1.4:
18952: * src/targets/apache13/Makefile.in 1.3:
18953: * src/targets/cgi/Makefile.in 1.3:
18954: * src/targets/cgi/pa_pool.C 1.11:
18955: * src/types/Makefile.in 1.3:
18956: .am pa_threads.C ins
18957:
18958: * src/targets/cgi/Makefile.am 1.8:
18959: .am pa_threads.C added
18960:
18961: 2001-05-17 parser
18962: * src/include/pa_hash.h 1.40:
18963: * src/main/execute.C 1.158:
18964: removed /*SYNCHRONIZED*/ from hash.h
18965:
18966: * src/include/pa_array.h 1.41:
18967: * src/include/pa_common.h 1.44:
18968: * src/include/pa_config_fixed.h 1.8:
18969: * src/include/pa_config_includes.h 1.8:
18970: * src/include/pa_exception.h 1.12:
18971: * src/include/pa_exec.h 1.2:
18972: * src/include/pa_globals.h 1.54:
18973: * src/include/pa_hash.h 1.41:
18974: * src/include/pa_opcode.h 1.2:
18975: * src/include/pa_pool.h 1.52:
18976: * src/include/pa_request.h 1.88:
18977: * src/include/pa_sapi.h 1.9:
18978: * src/include/pa_socks.h 1.3:
18979: * src/include/pa_sql_connection.h 1.7:
18980: * src/include/pa_stack.h 1.9:
18981: * src/include/pa_string.h 1.93:
18982: * src/include/pa_table.h 1.33:
18983: * src/include/pa_threads.h 1.14:
18984: #include "pa_config_includes.h"
18985: in all headers
18986:
18987: * src/include/pa_request.h 1.89:
18988: * src/main/execute.C 1.159:
18989: * src/main/pa_request.C 1.131:
18990: ANTI_ENDLESS_EXECUTE_RECOURSION
18991:
18992: * src/classes/op.C 1.20:
18993: * src/include/pa_config_fixed.h 1.10:
18994: * src/include/pa_sql_connection.h 1.8:
18995: * src/include/pa_sql_driver_manager.h 1.5:
18996: * src/main/pa_sql_driver_manager.C 1.15:
18997: found problem at last: 2connections own 1driver and
18998: set_services fight for driver::fservices. before fix
18999:
19000: * src/main/execute.C 1.160:
19001: * src/types/pa_vmethod_frame.h 1.9:
19002: endless recursion line no
19003:
19004: * src/classes/classes.h 1.8:
19005: * src/include/pa_sql_connection.h 1.10:
19006: * src/include/pa_sql_driver_manager.h 1.7:
19007: * src/main/pa_sql_driver_manager.C 1.17:
19008: cache expiration[use SQL_Driver::disconnect]
19009:
19010: * src/include/pa_config_fixed.h 1.9:
19011: * src/include/pa_threads.h 1.16:
19012: * src/targets/cgi/pa_threads.C 1.1:
19013: * src/targets/cgi/parser3.dsp 1.18:
19014: * src/targets/isapi/pa_threads.C 1.1:
19015: * src/targets/isapi/parser3isapi.dsp 1.14:
19016: added pa_threads.C
19017:
19018: * src/classes/image.C 1.27:
19019: * src/include/pa_sql_driver_manager.h 1.4:
19020: * src/main/pa_sql_driver_manager.C 1.14:
19021: * src/main/pa_string.C 1.87:
19022: wrong includes order prevented sqlmanager to see MULTYTHREAD define
19023:
19024: * src/main/pa_table.C 1.31:
19025: table.locate current restored on "not found"
19026:
19027: * src/include/pa_threads.h 1.15:
19028: removed targets/parser
19029:
19030: * src/classes/op.C 1.19:
19031: * src/include/pa_sql_connection.h 1.6:
19032: * src/main/pa_sql_driver_manager.C 1.12:
19033: * src/sql/pa_sql_driver.h 1.9:
19034: connection from cache ->set_services(&services);
19035:
19036: * src/include/pa_config_fixed.h 1.7:
19037: * src/include/pa_threads.h 1.13:
19038: * src/main/pa_sql_driver_manager.C 1.13:
19039: SYNCHRONIZED moved closer to caches put/gets
19040:
19041: * src/classes/string.C 1.50:
19042: * src/include/pa_config_fixed.h 1.11:
19043: * src/include/pa_config_includes.h 1.9:
19044: * src/main/compile.y 1.134:
19045: * src/main/compile_tools.h 1.40:
19046: * src/main/execute.C 1.161:
19047: * src/main/pa_array.C 1.35:
19048: * src/main/pa_common.C 1.53:
19049: * src/main/pa_dir.C 1.3:
19050: * src/main/pa_hash.C 1.35:
19051: * src/main/pa_pool.C 1.18:
19052: * src/main/untaint.C 1.49:
19053: * src/types/pa_vcookie.C 1.21:
19054: * src/types/pa_vfile.C 1.17:
19055: * src/types/pa_vform.C 1.29:
19056: #include "pa_config_includes.h"
19057: removed from most .C
19058:
19059: * src/doc/html2chm.cmd 1.2:
19060: z
19061:
19062: * src/doc/chm.cmd 1.7:
19063: * src/doc/doxygen.cmd 1.7:
19064: * src/doc/html2chm.cmd 1.1:
19065: * src/doc/sources2html.cmd 1.1:
19066: * src/doc/view.cmd 1.3:
19067: * src/doc/view_chm.cmd 1.1:
19068: * src/doc/view_html.cmd 1.1:
19069: doc cmds
19070:
19071: * src/main/pa_sql_driver_manager.C 1.19:
19072: moved expiration to get_connection_from_cache
19073:
19074: * src/main/pa_sql_driver_manager.C 1.18:
19075: cache expiration bf
19076:
19077: * src/classes/op.C 1.21:
19078: * src/include/pa_sql_connection.h 1.9:
19079: * src/include/pa_sql_driver_manager.h 1.6:
19080: * src/main/pa_sql_driver_manager.C 1.16:
19081: * src/sql/pa_sql_driver.h 1.10:
19082: fixed problem at last: 2connections own 1driver and
19083: set_services fight for driver::fservices. before fix
19084:
19085: 2001-05-16 parser
19086: * src/include/pa_array.h 1.39:
19087: * src/include/pa_string.h 1.92:
19088: * src/main/execute.C 1.157:
19089: * src/main/pa_array.C 1.33:
19090: * src/targets/cgi/pa_pool.C 1.9:
19091: * src/targets/cgi/parser3.C 1.81:
19092: array debugged; adjusted
19093:
19094: * src/include/pa_array.h 1.40:
19095: * src/main/pa_array.C 1.34:
19096: * src/targets/cgi/parser3.C 1.82:
19097: removed array debug. before vstring rebasing
19098:
19099: * src/main/pa_sql_driver_manager.C 1.11:
19100: * src/main/pa_string.C 1.86:
19101: SQL_Driver_manager line no for connect/charset errors
19102:
19103: * src/targets/cgi/parser3.C 1.83:
19104: z
19105:
19106: * src/include/pa_pool.h 1.51:
19107: * src/targets/cgi/pa_pool.C 1.10:
19108: removed pool debug, #ifdefed some.
19109: would debug later, on more precise sample than stupid:
19110: @main[]
19111: $name[$z[]]
19112: ^for[i](0;10000-2){
19113: $tail[9994]
19114: $name.$tail[$tail!]
19115: $name.$tail
19116: }
19117: ok3
19118:
19119: 2001-05-15 parser
19120: * src/targets/cgi/pa_pool.C 1.6:
19121: * src/targets/cgi/parser3.C 1.78:
19122: main loss here: 5673321/ 70041= 81
19123:
19124: * src/include/pa_pool.h 1.50:
19125: * src/include/pa_string.h 1.89:
19126: * src/main/pa_string.C 1.83:
19127: * src/targets/cgi/pa_pool.C 1.7:
19128: * src/targets/cgi/parser3.C 1.79:
19129: string fixed bug with fullchunk cmps
19130:
19131: * src/include/pa_string.h 1.90:
19132: * src/main/pa_string.C 1.84:
19133: * src/targets/cgi/pa_pool.C 1.8:
19134: * src/targets/cgi/parser3.C 1.80:
19135: think that all must grow lineary, not exponentialy
19136:
19137: * src/include/pa_array.h 1.38:
19138: * src/include/pa_string.h 1.91:
19139: * src/main/pa_array.C 1.32:
19140: * src/main/pa_string.C 1.85:
19141: string+array made linear grows
19142:
19143: * src/include/pa_string.h 1.88:
19144: * src/targets/cgi/pa_pool.C 1.5:
19145: * src/targets/cgi/parser3.C 1.77:
19146: detected huge mem allocation: size/times malloc 27809390/368771
19147: calloc 3232/83. would test now
19148:
19149: * src/classes/random.C 1.12:
19150: * src/main/compile.y 1.133:
19151: * src/main/execute.C 1.156:
19152: * src/main/pa_request.C 1.130:
19153: * src/types/pa_value.h 1.60:
19154: * src/types/pa_vmethod_frame.h 1.8:
19155: numbered params had wrong name - for instance: bad error
19156: message in ^for[] bad body type. fixed
19157:
19158: 2001-05-14 parser
19159: * src/classes/string.C 1.49:
19160: * src/include/pa_string.h 1.87:
19161: * src/main/pa_string.C 1.82:
19162: * src/main/untaint.C 1.48:
19163: ^string.upper|lower[]
19164:
19165: 2001-05-11 paf
19166: * src/classes/classes.cmd 1.2:
19167: * src/classes/gawk.exe 1.2:
19168: * src/classes/ls.exe 1.2:
19169: * src/main/bison.exe 1.2:
19170: * src/targets/isapi/KILL.EXE 1.2:
19171: * src/targets/isapi/PSTAT.EXE 1.2:
19172: * src/targets/isapi/istart.cmd 1.2:
19173: * src/targets/isapi/istop.cmd 1.2:
19174: * src/targets/isapi/kill.pl 1.2:
19175: moved win32 helpers to /win32tools
19176:
19177: 2001-05-11 parser
19178: * src/main/main.dsp 1.99:
19179: * src/targets/isapi/parser3isapi.dsp 1.13:
19180: fixed some .dsp for win32tools
19181:
19182: * src/classes/double.C 1.28:
19183: * src/classes/image.C 1.26:
19184: * src/classes/op.C 1.18:
19185: * src/classes/string.C 1.48:
19186: * src/classes/table.C 1.80:
19187: * src/classes/unknown.C 1.7:
19188: * src/main/execute.C 1.155:
19189: * src/types/pa_value.h 1.59:
19190: * src/types/pa_vbool.h 1.10:
19191: * src/types/pa_vdouble.h 1.21:
19192: * src/types/pa_vint.h 1.22:
19193: * src/types/pa_vstring.h 1.26:
19194: * src/types/pa_vunknown.h 1.13:
19195: op: MAX_LOOPS
19196: as_int
19197:
19198: 2001-05-10 paf
19199: * src/doc/doxygen.cmd 1.5:
19200: * src/main/compile.y 1.131:
19201: * src/types/pa_vobject.h 1.9:
19202: grammar: priorities changes [lowerd && prior]
19203: vobject: now first fields, next methods
19204:
19205: * src/main/pa_request.C 1.129:
19206: * src/types/pa_vrequest.C 1.6:
19207: op configured
19208:
19209: * src/Makefile.in 1.2:
19210: * src/classes/Makefile.in 1.2:
19211: * src/include/pa_config_auto.h.in 1.2:
19212: * src/include/pa_config_fixed.h 1.6:
19213: * src/include/pa_config_includes.h 1.6:
19214: * src/main/Makefile.in 1.2:
19215: * src/targets/Makefile.in 1.3:
19216: * src/targets/apache13/Makefile.in 1.2:
19217: * src/targets/cgi/Makefile.in 1.2:
19218: * src/types/Makefile.in 1.2:
19219: inline wonders
19220:
19221: * src/main/compile.y 1.132:
19222: @end grammar: allowed zero strings in control menthod
19223:
19224: * src/types/pa_value.h 1.58:
19225: * src/types/pa_vclass.h 1.16:
19226: * src/types/pa_vstateless_class.h 1.14:
19227: * src/types/pa_vstateless_object.h 1.9:
19228: changed priority: field before method lookup in vclass & vobject
19229:
19230: * src/include/pa_common.h 1.43:
19231: * src/include/pa_config_includes.h 1.7:
19232: inline undefed for C++, that's all
19233:
19234: * src/classes/Makefile.am 1.8:
19235: * src/classes/hash.C 1.1:
19236: * src/doc/doxygen.cfg 1.11:
19237: * src/doc/doxygen.cmd 1.6:
19238: hash.C added
19239:
19240: 2001-05-08 paf
19241: * src/classes/table.C 1.76:
19242: table:hash always hash of hash now
19243:
19244: * src/classes/op.C 1.15:
19245: * src/classes/table.C 1.72:
19246: * src/main/main.dsp 1.97:
19247: * src/types/pa_vtable.h 1.21:
19248: removed table:find. table:locate and op:eval now return bool
19249:
19250: * src/classes/table.C 1.75:
19251: table:empty return bool now
19252:
19253: * src/classes/table.C 1.79:
19254: * src/types/pa_value.h 1.57:
19255: * src/types/pa_vhash.h 1.14:
19256: * src/types/pa_vmethod_frame.h 1.7:
19257: hash:default works at last!
19258:
19259: * src/main/pa_table.C 1.30:
19260: table columnname2item on nameless ignored bark=false. fixed
19261:
19262: * src/classes/op.C 1.17:
19263: * src/types/pa_vtable.h 1.22:
19264: allowed $table.2342734 returns vunknown
19265:
19266: * src/classes/table.C 1.74:
19267: * src/doc/chm.cmd 1.6:
19268: * src/include/pa_array.h 1.37:
19269: * src/include/pa_table.h 1.32:
19270: * src/main/pa_table.C 1.29:
19271: * src/types/pa_value.h 1.56:
19272: * src/types/pa_vtable.h 1.23:
19273: table:hash
19274:
19275: * src/doc/chm.cmd 1.5:
19276: * src/main/execute.C 1.154:
19277: * src/types/pa_value.h 1.55:
19278: wrong pool in method checkparams again. fixed
19279:
19280: * src/classes/double.C 1.27:
19281: * src/classes/int.C 1.24:
19282: * src/classes/op.C 1.16:
19283: * src/classes/string.C 1.47:
19284: int,double,string:int[] double[] string:length[] results now
19285: have hames
19286:
19287: * src/classes/table.C 1.77:
19288: z
19289:
19290: * src/classes/mail.C 1.28:
19291: * src/classes/table.C 1.78:
19292: * src/doc/doxygen.cmd 1.4:
19293: * src/main/main.dsp 1.98:
19294: * src/types/pa_vhash.h 1.13:
19295: * src/types/pa_vstateless_class.h 1.13:
19296: hash:default
19297:
19298: * src/classes/table.C 1.73:
19299: table:record have name
19300:
19301: 2001-05-07 paf
19302: * src/types/pa_value.h 1.51:
19303: * src/types/pa_vtable.h 1.17:
19304: table: fields, then methods. so to enable 'dir' fields & co.
19305:
19306: * src/main/execute.C 1.153:
19307: ^var[^class:var.method[]] is not constructor now
19308:
19309: * src/main/compile.y 1.130:
19310: grammar: @end
19311:
19312: * src/doc/chm.cmd 1.4:
19313: cmd
19314:
19315: * src/doc/ClassExample2.dox 1.3:
19316: * src/doc/aliased.dox 1.3:
19317: * src/doc/chm.cmd 1.2:
19318: * src/include/code.h 1.29:
19319: * src/include/pa_opcode.h 1.1:
19320: * src/main/compile.C 1.36:
19321: * src/main/compile_tools.h 1.39:
19322: * src/main/execute.C 1.152:
19323: * src/types/pa_value.h 1.53:
19324: * src/types/pa_vbool.h 1.9:
19325: * src/types/pa_vclass.h 1.15:
19326: * src/types/pa_vcode_frame.h 1.4:
19327: * src/types/pa_vcookie.h 1.10:
19328: * src/types/pa_vdouble.h 1.20:
19329: * src/types/pa_venv.h 1.16:
19330: * src/types/pa_vfile.h 1.26:
19331: * src/types/pa_vform.h 1.20:
19332: * src/types/pa_vhash.h 1.12:
19333: * src/types/pa_vimage.h 1.13:
19334: * src/types/pa_vint.h 1.21:
19335: * src/types/pa_vjunction.h 1.6:
19336: * src/types/pa_vmethod_frame.h 1.6:
19337: * src/types/pa_vobject.h 1.8:
19338: * src/types/pa_vrequest.h 1.10:
19339: * src/types/pa_vresponse.h 1.10:
19340: * src/types/pa_vstateless_class.h 1.12:
19341: * src/types/pa_vstring.h 1.25:
19342: * src/types/pa_vtable.h 1.20:
19343: * src/types/pa_vunknown.h 1.12:
19344: * src/types/pa_wcontext.h 1.15:
19345: * src/types/pa_wwrapper.h 1.9:
19346: pa_code.h
19347:
19348: * src/include/pa_table.h 1.30:
19349: * src/main/pa_table.C 1.27:
19350: * src/types/pa_value.h 1.52:
19351: * src/types/pa_vtable.h 1.18:
19352: table: fields, then methods. so to enable 'dir' fields & co. more
19353:
19354: * src/classes/string.C 1.45:
19355: * src/classes/table.C 1.71:
19356: * src/doc/ClassExample1.dox 1.2:
19357: * src/doc/ClassExample2.dox 1.2:
19358: * src/doc/ClassExample3.dox 1.2:
19359: * src/doc/aliased.dox 1.2:
19360: * src/doc/class.dox 1.2:
19361: * src/doc/compiler.dox 1.2:
19362: * src/doc/doxygen.cfg 1.10:
19363: * src/doc/doxygen.cmd 1.2:
19364: * src/doc/executor.dox 1.2:
19365: * src/doc/index.dox 1.3:
19366: * src/doc/methoded.dox 1.2:
19367: * src/doc/module.dox 1.2:
19368: * src/doc/object.dox 1.2:
19369: * src/doc/pooled.dox 1.2:
19370: * src/doc/string.dox 1.2:
19371: * src/doc/targets.dox 1.2:
19372: * src/doc/value.dox 1.2:
19373: * src/include/code.h 1.28:
19374: * src/include/pa_hash.h 1.39:
19375: * src/include/pa_string.h 1.86:
19376: * src/main/pa_request.C 1.128:
19377: * src/main/pa_sql_driver_manager.C 1.10:
19378: * src/types/pa_vjunction.h 1.5:
19379: * src/types/pa_vtable.h 1.19:
19380: dox, split by not clean parts also
19381:
19382: * src/classes/image.C 1.25:
19383: * src/classes/mail.C 1.27:
19384: * src/classes/string.C 1.46:
19385: * src/doc/chm.cmd 1.3:
19386: * src/include/pa_table.h 1.31:
19387: * src/main/pa_table.C 1.28:
19388: * src/types/pa_value.h 1.54:
19389: method reported errors on wrong pool
19390:
19391: * src/doc/chm.cmd 1.1:
19392: * src/doc/doxygen.cmd 1.3:
19393: * src/doc/view.cmd 1.2:
19394: dox cmd
19395:
19396: 2001-05-04 paf
19397: * src/classes/classes.h 1.7:
19398: * src/classes/double.C 1.26:
19399: * src/classes/file.C 1.36:
19400: * src/classes/form.C 1.11:
19401: * src/classes/image.C 1.24:
19402: * src/classes/int.C 1.23:
19403: * src/classes/mail.C 1.26:
19404: * src/classes/op.C 1.14:
19405: * src/classes/random.C 1.11:
19406: * src/classes/response.C 1.11:
19407: * src/classes/string.C 1.44:
19408: * src/classes/table.C 1.70:
19409: * src/classes/unknown.C 1.6:
19410: * src/doc/doxygen.cfg 1.9:
19411: * src/doc/index.dox 1.2:
19412: * src/main/pa_string.C 1.81:
19413: removed m- method dox
19414:
19415: * src/doc/ClassExample1.dox 1.1:
19416: * src/doc/ClassExample2.dox 1.1:
19417: * src/doc/ClassExample3.dox 1.1:
19418: * src/main/execute.C 1.151:
19419: dox: example1 updated
19420:
19421: 2001-05-03 paf
19422: * src/classes/classes.h 1.6:
19423: * src/classes/double.C 1.25:
19424: * src/doc/aliased.dox 1.1:
19425: * src/doc/class.dox 1.1:
19426: * src/doc/compiler.dox 1.1:
19427: * src/doc/doxygen.cfg 1.8:
19428: * src/doc/doxygen.txt 1.6:
19429: * src/doc/executor.dox 1.1:
19430: * src/doc/index.dox 1.1:
19431: * src/doc/methoded.dox 1.1:
19432: * src/doc/module.dox 1.1:
19433: * src/doc/object.dox 1.1:
19434: * src/doc/pooled.dox 1.1:
19435: * src/doc/string.dox 1.1:
19436: * src/doc/targets.dox 1.1:
19437: * src/doc/value.dox 1.1:
19438: * src/main/pa_request.C 1.127:
19439: dox splitted .dox files and added some
19440:
19441: * src/classes/Makefile.am 1.7:
19442: * src/doc/doxygen.txt 1.5:
19443: classes/am
19444:
19445: 2001-05-02 paf
19446: * src/classes/image.C 1.23:
19447: * src/classes/table.C 1.69:
19448: table:dir result are not tainted by file_name language now
19449:
19450: 2001-04-28 paf
19451: * src/classes/classes.inc 1.5:
19452: removed classes.inc
19453:
19454: * src/classes/classes.C 1.3:
19455: * src/classes/classes.h 1.3:
19456: * src/classes/file.C 1.33:
19457: * src/classes/form.C 1.5:
19458: * src/classes/mail.C 1.24:
19459: * src/include/pa_request.h 1.85:
19460: * src/main/pa_request.C 1.124:
19461: configure started
19462:
19463: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
19464: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
19465: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
19466: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
19467: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
19468: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
19469: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
19470: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
19471: removed ^a.menu{$name} ability. now
19472: $a{^menu{$name}}
19473: or
19474: ^a.menu{$a.name}
19475:
19476: * src/classes/_double.h 1.8:
19477: * src/classes/_file.h 1.5:
19478: * src/classes/_form.h 1.4:
19479: * src/classes/_image.h 1.4:
19480: * src/classes/_int.h 1.8:
19481: * src/classes/_mail.h 1.4:
19482: * src/classes/_op.h 1.6:
19483: * src/classes/_random.h 1.4:
19484: * src/classes/_response.h 1.5:
19485: * src/classes/_string.h 1.10:
19486: * src/classes/_table.h 1.7:
19487: * src/classes/_unknown.h 1.3:
19488: * src/classes/classes.C 1.2:
19489: * src/classes/classes.h 1.2:
19490: * src/classes/classes.inc 1.1:
19491: * src/classes/double.C 1.22:
19492: * src/classes/exec.C 1.4:
19493: * src/classes/file.C 1.32:
19494: * src/classes/form.C 1.4:
19495: * src/classes/image.C 1.22:
19496: * src/classes/int.C 1.20:
19497: * src/classes/mail.C 1.23:
19498: * src/classes/op.C 1.10:
19499: * src/classes/random.C 1.10:
19500: * src/classes/response.C 1.8:
19501: * src/classes/string.C 1.41:
19502: * src/classes/table.C 1.66:
19503: * src/classes/unknown.C 1.3:
19504: * src/include/pa_globals.h 1.51:
19505: * src/include/pa_request.h 1.84:
19506: * src/main/compile.y 1.129:
19507: * src/main/execute.C 1.149:
19508: * src/main/main.dsp 1.93:
19509: * src/main/pa_globals.C 1.57:
19510: * src/main/pa_request.C 1.123:
19511: * src/targets/cgi/parser3.C 1.73:
19512: * src/targets/isapi/parser3isapi.C 1.32:
19513: * src/types/pa_value.h 1.50:
19514: * src/types/pa_vcookie.h 1.9:
19515: * src/types/pa_vdouble.h 1.17:
19516: * src/types/pa_venv.h 1.15:
19517: * src/types/pa_vfile.h 1.23:
19518: * src/types/pa_vform.C 1.28:
19519: * src/types/pa_vform.h 1.17:
19520: * src/types/pa_vimage.h 1.10:
19521: * src/types/pa_vint.h 1.18:
19522: * src/types/pa_vrequest.h 1.9:
19523: * src/types/pa_vresponse.h 1.9:
19524: * src/types/pa_vstateless_class.h 1.11:
19525: * src/types/pa_vstring.h 1.24:
19526: * src/types/pa_vtable.h 1.16:
19527: * src/types/pa_vunknown.h 1.11:
19528: * src/types/pa_wcontext.h 1.13:
19529: Methoded reorganized. todo: methoded-configure
19530:
19531: * src/classes/classes.inc 1.4:
19532: * src/main/Makefile.am 1.12:
19533: removed pa_methoded from .am
19534:
19535: * src/main/execute.C 1.150:
19536: * src/types/pa_wcontext.h 1.14:
19537: Methoded reorganized 2. todo: methoded-configure
19538:
19539: * src/classes/Makefile.am 1.4:
19540: * src/classes/classes.awk 1.1:
19541: * src/classes/classes.cmd 1.1:
19542: * src/classes/classes.inc 1.2:
19543: * src/classes/gawk.exe 1.1:
19544: * src/classes/ls.exe 1.1:
19545: * src/main/bison.exe 1.1:
19546: classes.inc autogenerator
19547:
19548: * src/classes/form.C 1.6:
19549: * src/include/pa_request.h 1.86:
19550: * src/main/pa_request.C 1.125:
19551: about to move configured data to special request hash
19552:
19553: * src/classes/form.C 1.7:
19554: * src/classes/mail.C 1.25:
19555: * src/classes/op.C 1.11:
19556: * src/include/pa_globals.h 1.52:
19557: * src/include/pa_request.h 1.87:
19558: * src/main/pa_globals.C 1.58:
19559: * src/main/pa_request.C 1.126:
19560: moved some configured data to request::classes_conf
19561: moved some string crations from globals to M...
19562:
1.24 paf 19563: * src/classes/Makefile.am 1.5:
19564: * src/main/main.dsp 1.95:
19565: classes/Makefile.am
19566:
1.15 paf 19567: * src/classes/classes.C 1.4:
19568: * src/classes/classes.h 1.4:
19569: * src/classes/double.C 1.23:
19570: * src/classes/file.C 1.34:
19571: * src/classes/form.C 1.9:
19572: * src/classes/int.C 1.21:
19573: * src/classes/op.C 1.12:
19574: * src/classes/response.C 1.9:
19575: * src/classes/string.C 1.42:
19576: * src/classes/table.C 1.67:
19577: * src/classes/unknown.C 1.4:
19578: * src/include/pa_methoded.h 1.1:
19579: * src/main/Makefile.am 1.11:
19580: * src/main/main.dsp 1.94:
19581: * src/main/pa_methoded.C 1.1:
19582: * src/targets/cgi/parser3.C 1.75:
19583: * src/types/pa_vdouble.h 1.18:
19584: * src/types/pa_vfile.h 1.24:
19585: * src/types/pa_vform.h 1.18:
19586: * src/types/pa_vimage.h 1.11:
19587: * src/types/pa_vint.h 1.19:
19588: classes/classes renamet to include|main/pa_methoded
19589:
19590: * src/include/pa_string.h 1.85:
19591: * src/main/pa_globals.C 1.60:
19592: * src/main/untaint.C 1.47:
19593: * src/targets/cgi/parser3.C 1.74:
19594: * src/targets/isapi/parser3isapi.C 1.33:
19595: z
19596:
19597: * src/classes/Makefile.am 1.6:
19598: * src/classes/classes.C 1.5:
19599: * src/classes/classes.h 1.5:
19600: * src/classes/classes.inc 1.3:
19601: * src/classes/double.C 1.24:
19602: * src/classes/file.C 1.35:
19603: * src/classes/form.C 1.10:
19604: * src/classes/int.C 1.22:
19605: * src/classes/op.C 1.13:
19606: * src/classes/response.C 1.10:
19607: * src/classes/string.C 1.43:
19608: * src/classes/table.C 1.68:
19609: * src/classes/unknown.C 1.5:
19610: * src/include/pa_methoded.h 1.2:
19611: * src/main/main.dsp 1.96:
19612: * src/main/pa_methoded.C 1.2:
19613: * src/targets/cgi/parser3.C 1.76:
19614: * src/types/pa_vdouble.h 1.19:
19615: * src/types/pa_vfile.h 1.25:
19616: * src/types/pa_vform.h 1.19:
19617: * src/types/pa_vimage.h 1.12:
19618: * src/types/pa_vint.h 1.20:
19619: renamed pa_methoded back to classes/classes.h
19620:
19621: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
19622: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
19623: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
19624: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
19625: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
19626: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
19627: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
19628: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
19629: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
19630: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
19631: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
19632: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
19633: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
19634: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
19635: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
19636: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
19637: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
19638: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
19639: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
19640: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
19641: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
19642: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
19643: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
19644: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
19645: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
19646: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
19647: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
19648: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
19649: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
19650: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
19651: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
19652: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
19653: beautifying just compiled. todo: debug, configure
19654:
19655: * src/classes/classes.awk 1.2:
19656: skipped classes in .awk
19657:
19658: * src/classes/form.C 1.8:
19659: * src/include/pa_globals.h 1.53:
19660: * src/main/pa_globals.C 1.59:
19661: moved some configured data to request::classes_conf
19662: moved some string crations from globals to M...
19663: [works]
19664:
19665: 2001-04-27 paf
19666: * src/main/compile.y 1.128:
19667: serge@ found @CLASS bug. fixed
19668:
19669: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
19670: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
19671: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
19672: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
19673: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
19674: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
19675: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
19676: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
19677: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
19678: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
19679: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
19680: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
19681: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
19682: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
19683: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
19684: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
19685: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
19686: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
19687: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
19688: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
19689: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
19690: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
19691: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
19692: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
19693: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
19694: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
19695: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
19696: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
19697: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
19698: beautifying -100
19699:
19700: * src/classes/classes.C 1.1:
19701: file classes.C was initially added on branch
19702: reorganize_user_classes.
19703:
19704: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
19705: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
19706: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
19707: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
19708: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
19709: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
19710: beautifying -99
19711:
19712: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
19713: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
19714: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
19715: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
19716: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
19717: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
19718: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
19719: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
19720: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
19721: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
19722: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
19723: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
19724: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
19725: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
19726: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
19727: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
19728: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
19729: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
19730: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
19731: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
19732: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
19733: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
19734: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
19735: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
19736: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
19737: started beautifying
19738:
19739: * src/classes/classes.h 1.1:
19740: file classes.h was initially added on branch
19741: reorganize_user_classes.
19742:
19743: 2001-04-26 paf
19744: * src/main/pa_request.C 1.121:
19745: * src/main/pa_string.C 1.80:
19746: z
19747:
19748: * src/classes/_exec.h 1.4:
19749: * src/classes/_image.h 1.3:
19750: * src/classes/image.C 1.21:
19751: * src/classes/mail.C 1.22:
19752: * src/classes/op.C 1.9:
19753: * src/classes/random.C 1.9:
19754: * src/classes/string.C 1.40:
19755: * src/classes/table.C 1.65:
19756: * src/doc/doxygen.cfg 1.5:
19757: * src/doc/doxygen.cfg 1.6:
19758: * src/doc/doxygen.cfg 1.7:
19759: * src/doc/doxygen.txt 1.4:
19760: * src/include/pa_array.h 1.36:
19761: * src/include/pa_config_fixed.h 1.5:
19762: * src/include/pa_config_includes.h 1.5:
19763: * src/include/pa_dir.h 1.3:
19764: * src/include/pa_socks.h 1.2:
19765: * src/include/pa_string.h 1.84:
19766: * src/main/compile_tools.h 1.38:
19767: * src/main/pa_common.C 1.52:
19768: * src/main/pa_request.C 1.122:
19769: * src/main/pa_socks.C 1.3:
19770: * src/sql/pa_sql_driver.h 1.8:
19771: * src/targets/cgi/pa_pool.C 1.4:
19772: * src/types/pa_vbool.h 1.7:
19773: * src/types/pa_vbool.h 1.8:
19774: * src/types/pa_vclass.h 1.13:
19775: * src/types/pa_vclass.h 1.14:
19776: * src/types/pa_vcode_frame.h 1.2:
19777: * src/types/pa_vcode_frame.h 1.3:
19778: * src/types/pa_vcookie.h 1.8:
19779: * src/types/pa_vdouble.h 1.16:
19780: * src/types/pa_venv.h 1.14:
19781: * src/types/pa_vfile.h 1.22:
19782: * src/types/pa_vform.C 1.27:
19783: * src/types/pa_vform.h 1.16:
19784: * src/types/pa_vhash.h 1.11:
19785: * src/types/pa_vimage.C 1.7:
19786: * src/types/pa_vimage.h 1.9:
19787: * src/types/pa_vint.h 1.17:
19788: * src/types/pa_vjunction.h 1.3:
19789: * src/types/pa_vjunction.h 1.4:
19790: * src/types/pa_vmethod_frame.h 1.4:
19791: * src/types/pa_vmethod_frame.h 1.5:
19792: * src/types/pa_vobject.h 1.6:
19793: * src/types/pa_vobject.h 1.7:
19794: * src/types/pa_vrequest.C 1.5:
19795: * src/types/pa_vrequest.h 1.8:
19796: * src/types/pa_vstateless_class.C 1.8:
19797: * src/types/pa_vstateless_class.h 1.10:
19798: * src/types/pa_vstateless_object.h 1.8:
19799: * src/types/pa_vstring.C 1.5:
19800: * src/types/pa_vstring.h 1.23:
19801: * src/types/pa_vtable.h 1.15:
19802: * src/types/pa_vunknown.h 1.10:
19803: * src/types/pa_wcontext.C 1.6:
19804: * src/types/pa_wcontext.h 1.12:
19805: * src/types/pa_wwrapper.h 1.7:
19806: * src/types/pa_wwrapper.h 1.8:
19807: code documentation ++
19808:
19809: * src/include/pa_common.h 1.42:
19810: * src/include/pa_types.h 1.25:
19811: * src/main/pa_sql_driver_manager.C 1.9:
19812: module [and, guess, isapi] connection caching fixed.
19813: request-pooled-url were stored into global connectioncache
19814:
19815: 2001-04-25 paf
19816: * src/doc/doxygen.cfg 1.4:
19817: * src/doc/doxygen.txt 1.3:
19818: * src/targets/isapi/parser3isapi.C 1.31:
19819: started doc / [doxygen.txt]
19820:
19821: * src/include/code.h 1.27:
19822: * src/include/pa_common.h 1.41:
19823: * src/main/compile.y 1.127:
19824: * src/main/execute.C 1.148:
19825: * src/main/pa_common.C 1.51:
19826: -d
19827:
19828: * src/classes/file.C 1.31:
19829: * src/main/pa_exec.C 1.5:
19830: * src/targets/cgi/parser3.C 1.72:
19831: illegal call check a bit improved, but still under iis no
19832: mapping of dir with parser allowed!
19833:
19834: 2001-04-24 paf
19835: * src/targets/Makefile.in 1.2:
19836: * src/targets/apache13/Makefile.in 1.1:
19837: apache makefile.in s
19838:
19839: * src/targets/Makefile.am 1.5:
19840: * src/targets/apache13/Makefile.am 1.1:
19841: apache module lib .am
19842:
19843: * src/main/pa_exec.C 1.4:
19844: windows32 buildCommand
19845:
19846: 2001-04-23 paf
19847: * src/classes/image.C 1.20:
19848: * src/classes/mail.C 1.21:
19849: * src/include/pa_globals.h 1.50:
19850: * src/include/pa_string.h 1.83:
19851: * src/main/pa_exec.C 1.3:
19852: * src/main/pa_request.C 1.119:
19853: * src/main/untaint.C 1.44:
19854: untaint - @test optimize whitespaces for all but 'html'
19855:
19856: * src/main/untaint.C 1.46:
19857: untaint without charset
19858:
19859: * src/targets/cgi/parser3.C 1.68:
19860: cgi /// @test disable /cgi-bin/parser3/auto.p
19861:
19862: * src/classes/random.C 1.8:
19863: * src/targets/cgi/parser3.C 1.71:
19864: redo failed
19865: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
19866:
19867: * src/main/untaint.C 1.45:
19868: mail header only once to =?
19869:
19870: * src/classes/mail.C 1.20:
19871: * src/include/pa_hash.h 1.38:
19872: * src/include/pa_string.h 1.82:
19873: * src/main/pa_common.C 1.49:
19874: * src/main/pa_hash.C 1.34:
19875: * src/main/pa_request.C 1.118:
19876: * src/main/untaint.C 1.43:
19877: untaint - @test mail-header
19878:
19879: * src/include/pa_config_auto.h.in 1.1:
19880: .h.in
19881:
19882: * src/targets/cgi/parser3.C 1.69:
19883: cgi cmdline ver
19884:
19885: * src/main/pa_request.C 1.120:
19886: * src/targets/cgi/parser3.C 1.70:
19887: // @test with commandline start "parser3 a.html" so that ^load
19888: a.cfg] worked! [now doesnt]
19889:
19890: * src/main/execute.C 1.147:
19891: operators first!
19892: so that ^table.menu{^rem{}} would not be 'unknown column'
19893:
19894: * src/include/pa_array.h 1.35:
19895: * src/main/pa_array.C 1.31:
19896: * src/types/pa_vfile.h 1.20:
19897: * src/types/pa_vfile.h 1.21:
19898: vfile fields return type
19899:
19900: * src/Makefile.in 1.1:
19901: * src/classes/Makefile.in 1.1:
19902: * src/main/Makefile.in 1.1:
19903: * src/targets/cgi/Makefile.in 1.1:
19904: * src/types/Makefile.in 1.1:
19905: makefile ins
19906:
19907: * src/main/pa_string.C 1.78:
19908: tested OK
19909: /// @test really @b test: s x m [tested: i & g ]
19910:
19911: * src/targets/Makefile.in 1.1:
19912: makefiles&co
19913:
19914: * src/classes/Makefile 1.2:
19915: * src/main/Makefile 1.2:
19916: * src/targets/cgi/Makefile 1.2:
19917: * src/types/Makefile 1.2:
19918: makefiles removed
19919:
19920: * src/classes/Makefile 1.1:
19921: * src/main/Makefile 1.1:
19922: * src/main/pa_string.C 1.79:
19923: * src/targets/cgi/Makefile 1.1:
19924: * src/types/Makefile 1.1:
19925: configure.in + makefiles
19926:
19927: * src/classes/table.C 1.64:
19928: * src/types/pa_vform.C 1.26:
19929: * src/types/pa_vtable.h 1.14:
19930: /// @test $a.menu{ $a[123] }
19931: and $a.menu{^table:set[]...}
19932:
19933: * src/targets/cgi/Makefile.am 1.5:
19934: liblink
19935:
19936: * src/targets/cgi/Makefile.am 1.6:
19937: * src/targets/cgi/Makefile.am 1.7:
19938: win32 conditional
19939:
19940: * src/include/pa_config_fixed.h 1.4:
19941: * src/include/pa_config_includes.h 1.4:
19942: * src/main/pa_common.C 1.50:
19943: common: file_write /// @test mkdirs file_delete rmdirs
19944:
19945: 2001-04-20 paf
19946: * src/main/untaint.C 1.41:
19947: * src/targets/cgi/parser3.C 1.66:
19948: fixed header "a/a"
19949:
19950: * src/main/untaint.C 1.42:
19951: z
19952:
19953: * src/classes/string.C 1.39:
19954: * src/classes/table.C 1.63:
19955: * src/include/pa_globals.h 1.49:
19956: * src/include/pa_request.h 1.83:
19957: * src/include/pa_string.h 1.81:
19958: * src/main/compile.y 1.126:
19959: * src/main/pa_globals.C 1.56:
19960: * src/main/pa_request.C 1.117:
19961: * src/main/pa_string.C 1.77:
19962: * src/targets/cgi/parser3.C 1.67:
19963: $MAIN:LOCALE
19964:
19965: 2001-04-19 paf
19966: * src/main/compile_tools.h 1.37:
19967: $a$b bugfix
19968:
19969: * src/classes/file.C 1.30:
19970: * src/targets/cgi/parser3.C 1.65:
19971: z
19972:
19973: * src/include/pa_common.h 1.39:
19974: * src/main/pa_common.C 1.48:
19975: * src/main/pa_request.C 1.116:
19976: * src/main/untaint.C 1.40:
19977: * src/targets/isapi/parser3isapi.C 1.30:
19978: * src/types/pa_vcookie.C 1.19:
19979: changed urlencode here and in untaint.C to HTTP standard's "
19980: and \" mech
19981:
19982: * src/classes/file.C 1.29:
19983: * src/include/pa_common.h 1.40:
19984: * src/types/pa_vcookie.C 1.20:
19985: done: header to $fields. waits for header '\' tricks
19986:
19987: * src/main/pa_request.C 1.115:
19988: * src/targets/isapi/parser3isapi.C 1.29:
19989: fixed http://alx/~paf/ doesnt load /auto.p
19990:
19991: 2001-04-18 paf
19992: * src/main/Makefile.am 1.10:
19993: * src/main/main.dsp 1.92:
19994: * src/targets/cgi/Makefile.am 1.4:
19995: linux @alx
19996:
19997: * src/main/pa_request.C 1.114:
19998: 1
19999:
20000: 2001-04-17 paf
20001: * src/classes/file.C 1.28:
20002: * src/classes/image.C 1.19:
20003: * src/doc/doxygen.cfg 1.3:
20004: * src/include/pa_sql_connection.h 1.5:
20005: * src/main/pa_sql_driver_manager.C 1.8:
20006: * src/sql/pa_sql_driver.h 1.7:
20007: SQL_Driver_services renamed. doxygen statics enabled
20008:
20009: * src/Makefile.am 1.5:
20010: * src/classes/Makefile.am 1.3:
20011: * src/classes/_double.h 1.7:
20012: * src/classes/_exec.h 1.3:
20013: * src/classes/_file.h 1.4:
20014: * src/classes/_form.h 1.3:
20015: * src/classes/_image.h 1.2:
20016: * src/classes/_int.h 1.7:
20017: * src/classes/_mail.h 1.3:
20018: * src/classes/_op.h 1.5:
20019: * src/classes/_random.h 1.3:
20020: * src/classes/_response.h 1.4:
20021: * src/classes/_string.h 1.9:
20022: * src/classes/_table.h 1.6:
20023: * src/classes/_unknown.h 1.2:
20024: * src/classes/file.C 1.27:
20025: * src/classes/image.C 1.18:
20026: * src/classes/mail.C 1.19:
20027: * src/classes/op.C 1.8:
20028: * src/classes/random.C 1.7:
20029: * src/include/pa_config_fixed.h 1.3:
20030: * src/include/pa_config_includes.h 1.3:
20031: * src/include/pa_hash.h 1.37:
20032: * src/include/pa_sql_driver_manager.h 1.3:
20033: * src/include/pa_version.h 1.2:
20034: * src/main/Makefile.am 1.9:
20035: * src/main/compile.y 1.125:
20036: * src/main/pa_common.C 1.47:
20037: * src/main/pa_exec.C 1.2:
20038: * src/main/pa_socks.C 1.2:
20039: * src/main/pa_sql_driver_manager.C 1.7:
20040: * src/sql/Makefile.am 1.2:
20041: * src/sql/pa_sql_driver.h 1.6:
20042: * src/targets/cgi/Makefile.am 1.3:
20043: * src/targets/cgi/parser3.C 1.64:
20044: * src/types/Makefile.am 1.3:
20045: * src/types/pa_vcookie.C 1.18:
20046: * src/types/pa_vform.C 1.25:
20047: * src/types/pa_vimage.h 1.8:
20048: exec @jav
20049:
20050: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
20051: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
20052: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
20053: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
20054: sql driver interface now has initialize(client .so)
20055:
20056: 2001-04-16 paf
20057: * src/Makefile.am [gcc0415] 1.4.2.2:
20058: compile2 cygwin
20059:
20060: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
20061: compile0 jav
20062:
20063: * src/Makefile.am [gcc0415] 1.4.2.1:
20064: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
20065: * src/classes/_double.h [gcc0415] 1.6.2.1:
20066: * src/classes/_exec.h [gcc0415] 1.2.2.1:
20067: * src/classes/_file.h [gcc0415] 1.3.2.1:
20068: * src/classes/_form.h [gcc0415] 1.2.2.1:
20069: * src/classes/_image.h [gcc0415] 1.1.2.1:
20070: * src/classes/_int.h [gcc0415] 1.6.2.1:
20071: * src/classes/_mail.h [gcc0415] 1.2.2.1:
20072: * src/classes/_op.h [gcc0415] 1.4.2.1:
20073: * src/classes/_random.h [gcc0415] 1.2.2.1:
20074: * src/classes/_response.h [gcc0415] 1.3.2.1:
20075: * src/classes/_string.h [gcc0415] 1.8.2.1:
20076: * src/classes/_table.h [gcc0415] 1.5.2.1:
20077: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
20078: * src/classes/image.C [gcc0415] 1.17.2.1:
20079: * src/classes/mail.C [gcc0415] 1.18.2.1:
20080: * src/classes/op.C [gcc0415] 1.7.2.1:
20081: * src/classes/random.C [gcc0415] 1.6.2.1:
20082: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
20083: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
20084: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
20085: * src/include/pa_version.h [gcc0415] 1.1.2.1:
20086: * src/main/Makefile.am [gcc0415] 1.8.2.1:
20087: * src/main/compile.y [gcc0415] 1.124.2.1:
20088: * src/main/pa_common.C [gcc0415] 1.46.2.1:
20089: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
20090: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
20091: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
20092: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
20093: * src/types/Makefile.am [gcc0415] 1.2.2.1:
20094: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
20095: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
20096: compile-1
20097:
20098: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
20099: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
20100: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
20101: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
20102: compile1 cygwin
20103:
20104: 2001-04-15 paf
20105: * src/classes/op.C 1.5:
20106: * src/include/pa_request.h 1.82:
20107: * src/types/pa_value.h 1.48:
20108: * src/types/pa_vmethod_frame.h 1.3:
20109: MethodParams in op.C
20110:
20111: * src/types/pa_value.h 1.49:
20112: MethodParams !junction
20113:
20114: * src/classes/table.C 1.62:
20115: table:empty +=process
20116:
20117: * src/classes/op.C 1.7:
20118: z
20119:
20120: * src/classes/_string.h 1.8:
20121: * src/classes/double.C 1.21:
20122: * src/classes/file.C 1.26:
20123: * src/classes/image.C 1.17:
20124: * src/classes/int.C 1.19:
20125: * src/classes/mail.C 1.18:
20126: * src/classes/op.C 1.6:
20127: * src/classes/random.C 1.6:
20128: * src/classes/response.C 1.7:
20129: * src/classes/string.C 1.38:
20130: * src/classes/table.C 1.61:
20131: * src/classes/unknown.C 1.2:
20132: * src/main/pa_request.C 1.113:
20133: MethodParams everywhere
20134:
20135: 2001-04-12 paf
20136: * src/classes/_unknown.h 1.1:
20137: * src/classes/unknown.C 1.1:
20138: * src/include/pa_globals.h 1.48:
20139: * src/main/main.dsp 1.91:
20140: * src/main/pa_globals.C 1.55:
20141: * src/types/pa_vunknown.h 1.9:
20142: ^unknown:int[]=0 double[]=0
20143:
20144: * src/classes/image.C 1.13:
20145: image:line/fill/rectangle/bar/replace/polygon/polybar
20146:
20147: * src/classes/image.C 1.15:
20148: * src/main/pa_hash.C 1.33:
20149: hash bug fixed
20150:
20151: * src/classes/image.C 1.12:
20152: * src/classes/op.C 1.4:
20153: * src/main/execute.C 1.146:
20154: * src/types/pa_value.h 1.47:
20155: * src/types/pa_vmethod_frame.h 1.2:
20156: * src/types/pa_wcontext.h 1.11:
20157: for var now written not to r.wcontext, but to r.root
20158: cleared "entered_object" state
20159:
20160: * src/classes/image.C 1.16:
20161: * src/types/pa_vimage.h 1.7:
20162: image:font :text
20163:
20164: * src/classes/image.C 1.14:
20165: image:gif now does not have params
20166:
20167: 2001-04-11 paf
20168: * src/classes/mail.C 1.17:
20169: * src/classes/op.C 1.3:
20170: * src/targets/cgi/parser3.C 1.63:
20171: * src/types/pa_value.h 1.46:
20172: * src/types/pa_vfile.C 1.15:
20173: * src/types/pa_vfile.h 1.19:
20174: * src/types/pa_vform.C 1.24:
20175: * src/types/pa_vstring.C 1.3:
20176: * src/types/pa_vstring.h 1.22:
20177: forced UL_FILE_NAME of posted file name
20178:
20179: * src/classes/image.C 1.7:
20180: * src/main/execute.C 1.145:
20181: * src/main/main.dsp 1.89:
20182: * src/main/pa_request.C 1.112:
20183: * src/types/pa_vcframe.h 1.4:
20184: * src/types/pa_vcode_frame.h 1.1:
20185: * src/types/pa_vimage.C 1.4:
20186: * src/types/pa_vimage.h 1.4:
20187: * src/types/pa_vmethod_frame.h 1.1:
20188: * src/types/pa_vmframe.h 1.13:
20189: libimaging dead end: pil parses header in .py
20190:
20191: * src/classes/image.C 1.8:
20192: * src/types/pa_vimage.C 1.5:
20193: * src/types/pa_vimage.h 1.5:
20194: gd started porting to Pooled descendant
20195:
20196: * src/classes/image.C 1.5:
20197: * src/main/pa_request.C 1.110:
20198: * src/types/pa_vform.C 1.23:
20199: fixed post [broke when moved post read to core]
20200:
20201: * src/main/main.dsp 1.87:
20202: gd+smtp made separate libs
20203:
20204: * src/classes/image.C 1.9:
20205: * src/types/pa_vimage.C 1.6:
20206: * src/types/pa_vimage.h 1.6:
20207: gd todo: gif without file
20208:
20209: * src/include/pa_globals.h 1.46:
20210: * src/include/pa_string.h 1.80:
20211: * src/main/pa_common.C 1.46:
20212: * src/main/pa_request.C 1.111:
20213: * src/main/untaint.C 1.39:
20214: * src/types/pa_vfile.C 1.16:
20215: * src/types/pa_vstring.C 1.4:
20216: fixed vstring:as_vfile length
20217:
20218: * src/classes/image.C 1.6:
20219: * src/include/pa_globals.h 1.47:
20220: * src/main/main.dsp 1.88:
20221: * src/main/pa_globals.C 1.54:
20222: * src/types/pa_vimage.C 1.3:
20223: * src/types/pa_vimage.h 1.3:
20224: gd dead end. switching to python imaging lib
20225:
20226: * src/classes/image.C 1.10:
20227: * src/main/main.dsp 1.90:
20228: gd with mem write + image just compiled
20229:
20230: * src/classes/image.C 1.11:
20231: image:create image:load
20232:
20233: 2001-04-10 paf
20234: * src/classes/_double.h 1.6:
20235: * src/classes/_file.h 1.3:
20236: * src/classes/_form.h 1.2:
20237: * src/classes/_int.h 1.6:
20238: * src/classes/_mail.h 1.2:
20239: * src/classes/_op.h 1.4:
20240: * src/classes/_random.h 1.2:
20241: * src/classes/_response.h 1.3:
20242: * src/classes/_string.h 1.7:
20243: * src/classes/_table.h 1.5:
20244: * src/classes/file.C 1.25:
20245: * src/classes/mail.C 1.16:
20246: * src/include/pa_common.h 1.37:
20247: * src/include/pa_globals.h 1.45:
20248: * src/main/execute.C 1.144:
20249: * src/main/main.dsp 1.86:
20250: * src/main/pa_common.C 1.44:
20251: * src/main/pa_globals.C 1.53:
20252: * src/targets/isapi/parser3isapi.C 1.28:
20253: * src/types/pa_value.h 1.45:
20254: * src/types/pa_vfile.C 1.14:
20255: * src/types/pa_vfile.h 1.18:
20256: * src/types/pa_vhash.h 1.10:
20257: * src/types/pa_vimage.h 1.1:
20258: * src/types/pa_vresponse.h 1.8:
20259: * src/types/pa_vstring.h 1.21:
20260: image:measure -100 just compiled
20261:
20262: * src/classes/_image.h 1.1:
20263: * src/classes/image.C 1.1:
20264: * src/types/pa_vimage.C 1.1:
20265: image forgotten!
20266:
20267: * src/classes/image.C 1.3:
20268: * src/types/pa_vimage.C 1.2:
20269: jpg measure bugs fixed
20270:
20271: * src/classes/image.C 1.4:
20272: image:html done
20273:
20274: * src/classes/table.C 1.60:
20275: * src/include/pa_common.h 1.38:
20276: * src/main/pa_common.C 1.45:
20277: * src/main/pa_request.C 1.109:
20278: * src/main/pa_string.C 1.76:
20279: * src/main/untaint.C 1.38:
20280: * src/types/pa_vimage.h 1.2:
20281: image:measure -90
20282:
20283: * src/classes/mail.C 1.11:
20284: * src/main/pa_globals.C 1.52:
20285: smtp some consts
20286:
20287: * src/classes/mail.C 1.12:
20288: unix sendmail compiled. todo:testing
20289:
20290: * src/classes/mail.C 1.14:
20291: sendmail unix skipping defaults
20292:
20293: * src/classes/image.C 1.2:
20294: z
20295:
20296: * src/classes/mail.C 1.13:
20297: * src/include/pa_common.h 1.36:
20298: * src/main/pa_common.C 1.43:
20299: sendmail unix added defaults
20300:
20301: * src/classes/mail.C 1.15:
20302: minor bug with unclear from/to
20303:
20304: 2001-04-09 paf
20305: * src/classes/_exec.h 1.2:
20306: * src/main/execute.C 1.142:
20307: * src/main/pa_globals.C 1.50:
20308: * src/main/pa_request.C 1.106:
20309: * src/types/pa_vcookie.C 1.17:
20310: * src/types/pa_vfile.C 1.12:
20311: exec -2
20312:
20313: * src/classes/file.C 1.24:
20314: * src/include/pa_exec.h 1.1:
20315: * src/include/pa_sapi.h 1.8:
20316: * src/main/main.dsp 1.85:
20317: * src/main/pa_exec.C 1.1:
20318: * src/targets/cgi/parser3.C 1.62:
20319: * src/targets/cgi/parser3.dsp 1.17:
20320: * src/targets/isapi/parser3isapi.C 1.27:
20321: * src/targets/isapi/parser3isapi.dsp 1.12:
20322: all targets exec
20323:
20324: * src/classes/exec.C 1.2:
20325: * src/include/pa_common.h 1.35:
20326: * src/main/pa_common.C 1.42:
20327: * src/main/untaint.C 1.37:
20328: exec3. decided exec:cgi to move to file:cgi
20329:
20330: * src/include/pa_sapi.h 1.7:
20331: * src/include/pa_string.h 1.79:
20332: * src/targets/cgi/parser3.C 1.61:
20333: * src/targets/isapi/parser3isapi.C 1.26:
20334: * src/targets/isapi/parser3isapi.dsp 1.11:
20335: sapi exec dead end. badly parsed args in apache:util.script
20336:
20337: * src/classes/file.C 1.23:
20338: * src/main/main.dsp 1.84:
20339: * src/main/pa_request.C 1.108:
20340: * src/targets/cgi/parser3.C 1.60:
20341: exec win32 env
20342:
20343: * src/classes/exec.C 1.3:
20344: * src/classes/file.C 1.21:
20345: * src/include/pa_globals.h 1.44:
20346: * src/main/execute.C 1.143:
20347: * src/main/main.dsp 1.83:
20348: * src/main/pa_globals.C 1.51:
20349: * src/main/pa_request.C 1.107:
20350: * src/types/pa_vfile.C 1.13:
20351: * src/types/pa_vfile.h 1.17:
20352: * src/types/pa_vform.C 1.22:
20353: * src/types/pa_vstring.C 1.2:
20354: exec4. todo env
20355:
20356: * src/classes/_exec.h 1.1:
20357: * src/classes/exec.C 1.1:
20358: * src/include/pa_common.h 1.34:
20359: * src/include/pa_request.h 1.81:
20360: * src/include/pa_sapi.h 1.6:
20361: * src/include/pa_string.h 1.77:
20362: * src/main/pa_common.C 1.41:
20363: * src/main/pa_request.C 1.105:
20364: * src/main/pa_string.C 1.75:
20365: * src/targets/cgi/parser3.C 1.59:
20366: * src/targets/cgi/parser3.dsp 1.16:
20367: * src/targets/isapi/parser3isapi.C 1.25:
20368: * src/types/pa_vform.C 1.21:
20369: * src/types/pa_vform.h 1.15:
20370: exec class just compiled. moved post read to request core
20371:
20372: * src/classes/file.C 1.22:
20373: * src/include/pa_hash.h 1.36:
20374: * src/main/pa_hash.C 1.32:
20375: exec env 0
20376:
20377: * src/classes/_op.h 1.3:
20378: * src/include/pa_dir.h 1.2:
20379: * src/include/pa_globals.h 1.43:
20380: * src/include/pa_sapi.h 1.5:
20381: * src/main/main.dsp 1.82:
20382: * src/main/pa_dir.C 1.2:
20383: * src/main/pa_globals.C 1.49:
20384: * src/targets/cgi/parser3.C 1.58:
20385: * src/targets/cgi/parser3.dsp 1.15:
20386: problems with ^exec:cgi post data. they are already read by vform
20387:
20388: * src/include/pa_string.h 1.78:
20389: written but not tested exec with env for unix
20390:
20391: 2001-04-08 paf
20392: * src/classes/file.C 1.20:
20393: * src/classes/mail.C 1.10:
20394: * src/classes/string.C 1.37:
20395: * src/include/pa_request.h 1.80:
20396: * src/include/pa_string.h 1.76:
20397: * src/main/pa_request.C 1.104:
20398: uuencode. string<<
20399:
20400: 2001-04-07 paf
20401: * src/classes/_mail.h 1.1:
20402: * src/classes/mail.C 1.1:
20403: * src/include/pa_common.h 1.33:
20404: * src/include/pa_globals.h 1.41:
20405: * src/include/pa_string.h 1.74:
20406: * src/main/main.dsp 1.79:
20407: * src/main/pa_common.C 1.40:
20408: * src/main/pa_globals.C 1.47:
20409: * src/main/pa_request.C 1.101:
20410: * src/main/untaint.C 1.36:
20411: * src/types/pa_vcookie.C 1.16:
20412: mail:send -10 just compiled
20413:
20414: * src/include/pa_socks.h 1.1:
20415: * src/main/main.dsp 1.81:
20416: * src/main/pa_socks.C 1.1:
20417: * src/targets/cgi/parser3.C 1.57:
20418: * src/targets/cgi/parser3.dsp 1.14:
20419: * src/targets/isapi/parser3isapi.C 1.24:
20420: mail:send 1
20421:
20422: * src/classes/mail.C 1.3:
20423: +=
20424:
20425: * src/classes/mail.C 1.6:
20426: ^attach dead end
20427:
20428: * src/classes/mail.C 1.2:
20429: * src/include/pa_string.h 1.75:
20430: mail:send -1 text prepared
20431:
20432: * src/classes/mail.C 1.7:
20433: ^mail[$attach
20434:
20435: * src/classes/mail.C 1.5:
20436: * src/classes/mail.C 1.8:
20437: * src/classes/mail.C 1.9:
20438: * src/main/pa_request.C 1.103:
20439: z
20440:
20441: * src/classes/mail.C 1.4:
20442: * src/include/pa_globals.h 1.42:
20443: * src/include/pa_request.h 1.79:
20444: * src/main/main.dsp 1.80:
20445: * src/main/pa_globals.C 1.48:
20446: * src/main/pa_request.C 1.102:
20447: smtp just compiled
20448:
20449: 2001-04-06 paf
20450: * src/types/pa_valiased.C 1.7:
20451: another root inherititance skipped
20452:
20453: * src/classes/random.C 1.5:
20454: * src/classes/table.C 1.57:
20455: * src/main/pa_globals.C 1.44:
20456: @office
20457:
20458: * src/classes/table.C 1.58:
20459: * src/include/pa_dir.h 1.1:
20460: * src/main/execute.C 1.141:
20461: * src/main/main.dsp 1.78:
20462: * src/main/pa_dir.C 1.1:
20463: table:dir 0 [without regexp]
20464:
20465: * src/main/compile.C 1.34:
20466: * src/main/compile.y 1.124:
20467: * src/main/execute.C 1.139:
20468: operators are now not root methods of parent class. just 'ROOT
20469: class
20470:
20471: * src/classes/table.C 1.59:
20472: * src/include/pa_globals.h 1.40:
20473: * src/main/pa_globals.C 1.46:
20474: * src/main/pa_string.C 1.74:
20475: table:dir 1
20476:
20477: * src/classes/_op.h 1.2:
20478: * src/classes/_root.h 1.5:
20479: * src/classes/op.C 1.2:
20480: * src/classes/root.C 1.62:
20481: * src/include/pa_globals.h 1.39:
20482: * src/include/pa_request.h 1.78:
20483: * src/main/compile.C 1.35:
20484: * src/main/execute.C 1.140:
20485: * src/main/main.dsp 1.77:
20486: * src/main/pa_globals.C 1.45:
20487: * src/main/pa_request.C 1.100:
20488: renamed 'root' to 'op'
20489:
20490: * src/classes/_op.h 1.1:
20491: * src/classes/op.C 1.1:
20492: renamed from 'root'
20493:
20494: 2001-04-05 paf
20495: * src/classes/root.C 1.59:
20496: * src/include/pa_sql_connection.h 1.1:
20497: * src/include/pa_sql_driver.h 1.5:
20498: * src/main/main.dsp 1.76:
20499: * src/main/pa_sql_driver_manager.C 1.3:
20500: * src/sql/pa_sql_driver.h 1.1:
20501: sql driver services for conv memory & error reporting
20502:
20503: * src/main/execute.C 1.138:
20504: * src/main/pa_request.C 1.98:
20505: * src/main/pa_string.C 1.73:
20506: * src/types/pa_value.h 1.44:
20507: * src/types/pa_vmframe.h 1.12:
20508: * src/types/pa_wcontext.h 1.10:
20509: constructor flag dropped at get_method_frame and remembered
20510: into method_frame
20511:
20512: * src/include/pa_globals.h 1.38:
20513: * src/main/pa_globals.C 1.43:
20514: * src/main/pa_request.C 1.96:
20515: * src/main/pa_string.C 1.72:
20516: * src/targets/isapi/parser3isapi.dsp 1.10:
20517: $LOCALE:ctype[Russian_Russia.1251]
20518:
20519: * src/main/pa_request.C 1.99:
20520: * src/sql/pa_sql_driver.h 1.5:
20521: mysql limit
20522:
20523: * src/classes/table.C 1.52:
20524: select * from hren error contains statement
20525:
20526: * src/classes/random.C 1.4:
20527: * src/classes/root.C 1.60:
20528: * src/classes/table.C 1.54:
20529: * src/include/pa_sql_connection.h 1.4:
20530: * src/include/pa_string.h 1.71:
20531: * src/main/execute.C 1.137:
20532: * src/main/pa_sql_driver_manager.C 1.6:
20533: * src/main/pa_string.C 1.70:
20534: * src/main/untaint.C 1.34:
20535: * src/sql/pa_sql_driver.h 1.4:
20536: * src/types/pa_vmframe.h 1.11:
20537: * src/types/pa_wcontext.C 1.5:
20538: * src/types/pa_wcontext.h 1.9:
20539: sql quote. string untaint UL_SQL
20540:
20541: * src/classes/table.C 1.51:
20542: * src/include/pa_sql_connection.h 1.2:
20543: * src/include/pa_types.h 1.24:
20544: * src/main/pa_sql_driver_manager.C 1.4:
20545: * src/main/untaint.C 1.33:
20546: * src/sql/pa_sql_driver.h 1.2:
20547: * src/targets/cgi/parser3.dsp 1.13:
20548: mysql 0
20549:
20550: * src/classes/table.C 1.53:
20551: * src/include/pa_sql_connection.h 1.3:
20552: * src/main/pa_sql_driver_manager.C 1.5:
20553: * src/sql/pa_sql_driver.h 1.3:
20554: sql ping
20555:
20556: * src/classes/table.C 1.55:
20557: * src/include/pa_string.h 1.72:
20558: * src/main/pa_string.C 1.71:
20559: * src/main/untaint.C 1.35:
20560: z
20561:
20562: * src/classes/file.C 1.19:
20563: * src/classes/root.C 1.61:
20564: * src/classes/string.C 1.36:
20565: * src/classes/table.C 1.56:
20566: * src/main/pa_request.C 1.97:
20567: junction to code&expression in errors
20568:
20569: * src/include/pa_config_fixed.h 1.2:
20570: * src/include/pa_config_includes.h 1.2:
20571: * src/include/pa_hash.h 1.35:
20572: * src/include/pa_string.h 1.73:
20573: * src/main/pa_hash.C 1.31:
20574: * src/main/pa_table.C 1.26:
20575: hash now not thread-safe.
20576:
20577: 2001-04-04 paf
20578: * src/include/pa_sql_driver.h 1.4:
20579: mysql connect
20580:
20581: * src/classes/random.C 1.3:
20582: * src/classes/root.C 1.56:
20583: * src/classes/table.C 1.49:
20584: * src/include/pa_globals.h 1.36:
20585: * src/include/pa_pool.h 1.48:
20586: * src/include/pa_request.h 1.76:
20587: * src/main/pa_request.C 1.94:
20588: * src/types/pa_vclass.h 1.12:
20589: sql frame -10
20590:
20591: * src/Makefile.am 1.4:
20592: * src/classes/root.C 1.57:
20593: * src/classes/string.C 1.35:
20594: * src/classes/table.C 1.50:
20595: * src/include/pa_globals.h 1.37:
20596: * src/include/pa_hash.h 1.34:
20597: * src/include/pa_pool.h 1.49:
20598: * src/include/pa_request.h 1.77:
20599: * src/include/pa_sapi.h 1.4:
20600: * src/include/pa_string.h 1.70:
20601: * src/include/pa_table.h 1.29:
20602: * src/main/main.dsp 1.74:
20603: * src/main/pa_globals.C 1.42:
20604: * src/main/pa_hash.C 1.30:
20605: * src/main/pa_request.C 1.95:
20606: * src/main/pa_string.C 1.69:
20607: * src/main/pa_table.C 1.25:
20608: * src/main/untaint.C 1.32:
20609: connect&sql -1000 just compiled
20610:
20611: * src/sql/Makefile.am 1.1:
20612: forgot to add mysql client
20613:
20614: * src/classes/root.C 1.58:
20615: * src/include/pa_sql_driver.h 1.2:
20616: * src/include/pa_sql_driver_manager.h 1.2:
20617: * src/main/main.dsp 1.75:
20618: * src/main/pa_sql_driver_manager.C 1.2:
20619: more manager&connection&driver
20620:
20621: * src/include/pa_sql_driver.h 1.3:
20622: mysql info
20623:
20624: * src/doc/doxygen.cfg 1.2:
20625: z
20626:
20627: * src/include/pa_sql_driver.h 1.1:
20628: * src/include/pa_sql_driver_manager.h 1.1:
20629: * src/main/pa_sql_driver_manager.C 1.1:
20630: connect&sql -1000 just compiled [forgot to add libltdl, added]
20631:
20632: 2001-04-03 paf
20633: * src/classes/file.C 1.18:
20634: * src/classes/string.C 1.32:
20635: * src/classes/table.C 1.48:
20636: * src/include/pa_string.h 1.69:
20637: * src/main/pa_common.C 1.39:
20638: * src/main/pa_string.C 1.68:
20639: * src/main/untaint.C 1.31:
20640: string:match replace 2. string.cstr(forced lang)
20641:
20642: * src/classes/string.C 1.30:
20643: string:match replace 0
20644:
20645: * src/classes/string.C 1.34:
20646: * src/types/pa_vform.C 1.19:
20647: string:match replace assigned lang
20648:
20649: * src/classes/string.C 1.31:
20650: * src/include/pa_string.h 1.68:
20651: * src/main/pa_string.C 1.67:
20652: string:match replace strange matches
20653:
20654: * src/classes/table.C 1.46:
20655: table:append now uses string::split
20656:
20657: * src/include/pa_globals.h 1.33:
20658: * src/include/pa_hash.h 1.33:
20659: * src/main/pa_globals.C 1.39:
20660: * src/main/pa_request.C 1.92:
20661: * src/targets/cgi/parser3.C 1.55:
20662: * src/targets/isapi/parser3isapi.C 1.22:
20663: * src/types/pa_vfile.C 1.11:
20664: content-disposition
20665:
20666: * src/classes/string.C 1.25:
20667: * src/include/pa_globals.h 1.34:
20668: * src/include/pa_string.h 1.64:
20669: * src/main/main.dsp 1.73:
20670: * src/main/pa_globals.C 1.40:
20671: * src/main/pa_string.C 1.62:
20672: string:match [search] -1 just compiled
20673:
20674: * src/classes/string.C 1.26:
20675: * src/include/pa_globals.h 1.35:
20676: * src/include/pa_string.h 1.65:
20677: * src/include/pa_threads.h 1.12:
20678: * src/main/pa_globals.C 1.41:
20679: * src/main/pa_string.C 1.63:
20680: * src/targets/isapi/parser3isapi.dsp 1.9:
20681: string:match 0
20682:
20683: * src/main/pa_common.C 1.37:
20684: * src/main/untaint.C 1.30:
20685: * src/targets/cgi/parser3.C 1.56:
20686: * src/targets/isapi/parser3isapi.C 1.23:
20687: * src/targets/isapi/pool_storage.h 1.4:
20688: todo/tests
20689:
20690: * src/classes/file.C 1.15:
20691: * src/classes/root.C 1.54:
20692: * src/classes/string.C 1.23:
20693: * src/classes/table.C 1.44:
20694: * src/doc/doxygen.cmd 1.1:
20695: * src/doc/doxygen.txt 1.2:
20696: * src/doc/generate.cmd 1.2:
20697: * src/include/pa_array.h 1.34:
20698: * src/include/pa_request.h 1.74:
20699: * src/include/pa_string.h 1.62:
20700: * src/main/execute.C 1.136:
20701: * src/main/pa_string.C 1.60:
20702: * src/main/untaint.C 1.29:
20703: * src/targets/cgi/parser3.C 1.52:
20704: * src/types/pa_vcookie.C 1.15:
20705: string::pos & cmp & piece bugs fixed.
20706: string::split new
20707: table:load separated from set
20708: table:set implemented with clean \n \t searches
20709:
20710: * src/include/pa_common.h 1.31:
20711: * src/include/pa_globals.h 1.32:
20712: * src/main/pa_globals.C 1.38:
20713: * src/main/pa_request.C 1.91:
20714: * src/targets/cgi/parser3.C 1.54:
20715: * src/targets/isapi/parser3isapi.C 1.21:
20716: * src/types/pa_value.h 1.43:
20717: main:post-process
20718:
1.24 paf 20719: * src/classes/string.C 1.27:
20720: * src/include/pa_string.h 1.66:
20721: * src/main/pa_string.C 1.64:
20722: string:match replace -11
20723:
1.15 paf 20724: * src/classes/file.C 1.16:
20725: * src/classes/table.C 1.45:
20726: * src/include/pa_common.h 1.32:
20727: * src/main/compile_tools.C 1.34:
20728: * src/main/pa_common.C 1.38:
20729: * src/main/pa_request.C 1.93:
20730: * src/types/pa_vform.C 1.20:
20731: * src/types/pa_vstring.C 1.1:
20732: z
20733:
20734: * src/include/pa_common.h 1.30:
20735: * src/include/pa_request.h 1.75:
20736: * src/include/pa_sapi.h 1.3:
20737: * src/main/main.dsp 1.72:
20738: * src/main/pa_common.C 1.36:
20739: * src/main/pa_request.C 1.90:
20740: * src/targets/cgi/parser3.C 1.53:
20741: * src/types/pa_value.h 1.42:
20742: * src/types/pa_vfile.C 1.10:
20743: * src/types/pa_vfile.h 1.16:
20744: * src/types/pa_vstring.h 1.20:
20745: vfile in response:body
20746:
20747: * src/classes/string.C 1.28:
20748: * src/include/pa_string.h 1.67:
20749: * src/main/pa_string.C 1.65:
20750: string:match replace prepared
20751:
20752: * src/classes/string.C 1.33:
20753: * src/main/compile.y 1.123:
20754: grammar: fixed to allow {}[]< empty []
20755:
20756: * src/classes/double.C 1.20:
20757: * src/classes/file.C 1.17:
20758: * src/classes/form.C 1.3:
20759: * src/classes/int.C 1.18:
20760: * src/classes/response.C 1.6:
20761: * src/classes/root.C 1.55:
20762: * src/classes/string.C 1.24:
20763: * src/classes/table.C 1.47:
20764: * src/include/pa_string.h 1.63:
20765: * src/main/pa_string.C 1.61:
20766: string:match -10 [frame]
20767:
20768: * src/classes/string.C 1.29:
20769: * src/main/pa_string.C 1.66:
20770: string:match replace prepared 2
20771:
20772: 2001-04-02 paf
20773: * src/classes/_random.h 1.1:
20774: * src/classes/random.C 1.1:
20775: * src/include/pa_globals.h 1.31:
20776: * src/main/main.dsp 1.71:
20777: * src/main/pa_globals.C 1.37:
20778: * src/main/pa_request.C 1.89:
20779: * src/types/pa_value.h 1.40:
20780: random:generate
20781:
20782: * src/classes/table.C 1.42:
20783: * src/include/pa_array.h 1.33:
20784: * src/include/pa_string.h 1.60:
20785: * src/include/pa_table.h 1.28:
20786: * src/main/execute.C 1.135:
20787: * src/types/pa_value.h 1.41:
20788: table:join
20789:
20790: * src/classes/table.C 1.43:
20791: * src/include/pa_string.h 1.61:
20792: * src/main/pa_string.C 1.59:
20793: * src/types/pa_valiased.C 1.6:
20794: * src/types/pa_valiased.h 1.12:
20795: * src/types/pa_vdouble.h 1.15:
20796: * src/types/pa_vfile.h 1.15:
20797: * src/types/pa_vint.h 1.16:
20798: * src/types/pa_vresponse.h 1.7:
20799: * src/types/pa_vstring.h 1.19:
20800: * src/types/pa_vtable.h 1.13:
20801: string::pos. about to use it in table:set/load
20802:
20803: * src/classes/random.C 1.2:
20804: random:generate 1
20805:
20806: 2001-03-30 paf
20807: * src/classes/double.C 1.19:
20808: * src/classes/file.C 1.14:
20809: * src/classes/int.C 1.17:
20810: * src/classes/response.C 1.5:
20811: * src/classes/root.C 1.53:
20812: * src/classes/string.C 1.22:
20813: * src/classes/table.C 1.40:
20814: * src/main/compile.y 1.122:
20815: * src/main/execute.C 1.134:
20816: * src/types/pa_value.h 1.39:
20817: * src/types/pa_vstateless_class.C 1.7:
20818: * src/types/pa_vstateless_class.h 1.9:
20819: static|dynamic|any method registration
20820:
20821: * src/classes/table.C 1.41:
20822: * src/include/pa_string.h 1.59:
20823: * src/main/pa_string.C 1.58:
20824: todo: table flip and append. string::pos
20825:
20826: 2001-03-29 paf
20827: * src/classes/string.C 1.14:
20828: * src/main/compile.y 1.120:
20829: * src/main/compile_tools.C 1.33:
20830: * src/main/compile_tools.h 1.36:
20831: * src/main/main.dsp 1.70:
20832: * src/types/pa_value.h 1.38:
20833: * src/types/pa_vstring.h 1.17:
20834: * src/types/pa_vunknown.h 1.8:
20835: empty params allowed. [] and [;] are different now.
20836:
20837: * src/include/pa_pool.h 1.46:
20838: * src/include/pa_request.h 1.72:
20839: * src/main/pa_request.C 1.86:
20840: * src/main/untaint.C 1.25:
20841: pool.request
20842:
20843: * src/classes/string.C 1.21:
20844: string:xsplit forgot that they must result in 1 row N column [
20845: not vice versa]
20846:
20847: * src/classes/string.C 1.17:
20848: * src/include/pa_string.h 1.57:
20849: * src/main/execute.C 1.133:
20850: * src/main/pa_array.C 1.30:
20851: * src/main/pa_string.C 1.56:
20852: * src/types/pa_vtable.h 1.12:
20853: string: lsplit -1
20854:
20855: * src/classes/string.C 1.16:
20856: * src/include/pa_string.h 1.55:
20857: * src/main/pa_string.C 1.54:
20858: string: pos -1
20859:
20860: * src/classes/string.C 1.18:
20861: * src/include/pa_string.h 1.58:
20862: * src/main/pa_string.C 1.57:
20863: string: lsplit
20864:
20865: * src/include/pa_pool.h 1.47:
20866: * src/include/pa_request.h 1.73:
20867: * src/main/pa_request.C 1.87:
20868: * src/main/untaint.C 1.26:
20869: pool.request undone
20870:
20871: * src/classes/string.C 1.20:
20872: z
20873:
20874: * src/include/pa_string.h 1.56:
20875: * src/main/pa_string.C 1.55:
20876: * src/main/untaint.C 1.28:
20877: string: pos
20878:
20879: * src/classes/string.C 1.15:
20880: * src/classes/table.C 1.38:
20881: * src/include/pa_string.h 1.54:
20882: * src/main/compile.y 1.121:
20883: * src/main/pa_request.C 1.88:
20884: * src/main/pa_string.C 1.53:
20885: * src/main/untaint.C 1.27:
20886: string: left right mid
20887:
20888: * src/classes/file.C 1.13:
20889: * src/classes/table.C 1.39:
20890: * src/include/pa_table.h 1.27:
20891: * src/main/pa_table.C 1.24:
20892: * src/types/pa_vstring.h 1.18:
20893: * src/types/pa_wwrapper.h 1.6:
20894: table:flip
20895:
20896: * src/classes/string.C 1.19:
20897: string: rsplit
20898:
20899: 2001-03-28 paf
20900: * src/classes/file.C 1.12:
20901: * src/include/pa_globals.h 1.30:
20902: * src/include/pa_request.h 1.71:
20903: * src/targets/cgi/parser3.C 1.51:
20904: * src/targets/isapi/parser3isapi.C 1.20:
20905: * src/types/pa_value.h 1.37:
20906: * src/types/pa_vrequest.C 1.4:
20907: * src/types/pa_vunknown.h 1.7:
20908: $request:browser [.type .version]; unknown.get_double now = 0.
20909:
20910: * src/classes/table.C 1.36:
20911: * src/include/pa_array.h 1.32:
20912: * src/include/pa_hash.h 1.32:
20913: * src/include/pa_table.h 1.24:
20914: * src/main/pa_array.C 1.29:
20915: * src/main/pa_table.C 1.21:
20916: * src/types/pa_vtable.h 1.11:
20917: table:locate just compiled
20918:
20919: * src/classes/file.C 1.9:
20920: * src/include/pa_common.h 1.29:
20921: * src/main/pa_common.C 1.34:
20922: * src/types/pa_vfile.C 1.7:
20923: * src/types/pa_vfile.h 1.12:
20924: started file:load. wrong write. must be self.set
20925:
20926: * src/classes/file.C 1.8:
20927: * src/classes/root.C 1.52:
20928: * src/classes/table.C 1.37:
20929: * src/include/pa_table.h 1.25:
20930: * src/main/pa_table.C 1.22:
20931: table:locate1, file:test
20932:
20933: * src/classes/file.C 1.10:
20934: * src/main/execute.C 1.132:
20935: * src/main/pa_common.C 1.35:
20936: * src/main/untaint.C 1.24:
20937: * src/targets/cgi/parser3.C 1.50:
20938: * src/types/pa_vfile.C 1.8:
20939: * src/types/pa_vfile.h 1.13:
20940: * src/types/pa_vform.C 1.17:
20941: file:load 1. tainted
20942:
20943: * src/classes/file.C 1.11:
20944: * src/include/pa_globals.h 1.29:
20945: * src/include/pa_request.h 1.70:
20946: * src/include/pa_table.h 1.26:
20947: * src/main/pa_globals.C 1.36:
20948: * src/main/pa_request.C 1.85:
20949: * src/main/pa_table.C 1.23:
20950: * src/types/pa_vfile.C 1.9:
20951: * src/types/pa_vfile.h 1.14:
20952: * src/types/pa_vform.C 1.18:
20953: file:load autodetection of mime-type by user-file-name
20954:
20955: 2001-03-27 paf
20956: * src/classes/double.C 1.18:
20957: * src/classes/int.C 1.16:
20958: * src/classes/root.C 1.51:
20959: * src/classes/string.C 1.13:
20960: * src/classes/table.C 1.34:
20961: * src/main/compile_tools.C 1.32:
20962: * src/main/execute.C 1.128:
20963: * src/main/pa_request.C 1.84:
20964: * src/main/untaint.C 1.23:
20965: * src/types/pa_value.h 1.35:
20966: * src/types/pa_vbool.h 1.6:
20967: * src/types/pa_vcookie.C 1.14:
20968: * src/types/pa_vdouble.h 1.14:
20969: * src/types/pa_vfile.h 1.11:
20970: * src/types/pa_vint.h 1.15:
20971: * src/types/pa_vmframe.h 1.9:
20972: * src/types/pa_vstring.h 1.16:
20973: * src/types/pa_vtable.h 1.10:
20974: * src/types/pa_vunknown.h 1.6:
20975: sort 0
20976:
20977: * src/classes/table.C 1.31:
20978: * src/include/pa_common.h 1.27:
20979: * src/main/compile.y 1.117:
20980: * src/main/execute.C 1.127:
20981: * src/main/pa_common.C 1.31:
20982: * src/main/pa_table.C 1.20:
20983: table:save decided to have as it were. stepped back.
20984: grammar: added 'in' 'is' 'lt'&co follow-space check
20985:
20986: * src/main/compile.y 1.119:
20987: fixed minor bug in @mn[][] ...^{
20988:
20989: * src/main/execute.C 1.130:
20990: * src/types/pa_value.h 1.36:
20991: * src/types/pa_vmframe.h 1.10:
20992: * src/types/pa_wcontext.h 1.8:
20993: fixed r/w context of code-params
20994:
20995: * src/classes/table.C 1.33:
20996: * src/main/pa_common.C 1.32:
20997: * src/main/pa_request.C 1.83:
20998: * src/targets/cgi/parser3.C 1.49:
20999: * src/types/pa_value.h 1.34:
21000: * src/types/pa_vbool.h 1.5:
21001: * src/types/pa_vdouble.h 1.12:
21002: * src/types/pa_vfile.h 1.9:
21003: * src/types/pa_vint.h 1.13:
21004: * src/types/pa_vstring.h 1.14:
21005: * src/types/pa_vunknown.h 1.5:
21006: continue on sort
21007:
21008: * src/types/pa_valiased.C 1.5:
21009: * src/types/pa_valiased.h 1.11:
21010: * src/types/pa_vdouble.h 1.13:
21011: * src/types/pa_vfile.h 1.10:
21012: * src/types/pa_vint.h 1.14:
21013: * src/types/pa_vresponse.h 1.6:
21014: * src/types/pa_vstring.h 1.15:
21015: * src/types/pa_vtable.h 1.9:
21016: renamed to are_static_calls_disabled
21017:
21018: * src/main/execute.C 1.131:
21019: * src/main/pa_common.C 1.33:
21020: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
21021:
21022: * src/classes/table.C 1.35:
21023: * src/main/execute.C 1.129:
21024: about to change junction rcontext!!
21025:
21026: * src/classes/table.C 1.32:
21027: * src/include/pa_common.h 1.28:
21028: * src/main/compile.y 1.118:
21029: started table:sort
21030: fixed minor bug in #...^{
21031:
21032: 2001-03-26 paf
21033: * src/classes/file.C 1.7:
21034: * src/classes/root.C 1.50:
21035: * src/classes/table.C 1.30:
21036: * src/include/pa_common.h 1.26:
21037: * src/include/pa_globals.h 1.28:
21038: * src/include/pa_table.h 1.23:
21039: * src/main/pa_common.C 1.30:
21040: * src/main/pa_globals.C 1.35:
21041: * src/main/pa_request.C 1.82:
21042: * src/main/pa_table.C 1.19:
21043: moved ::save to pa_table.
21044: disabled @auto invocation in ^process
21045:
21046: * src/classes/table.C 1.29:
21047: * src/include/pa_array.h 1.31:
21048: * src/include/pa_table.h 1.22:
21049: * src/main/pa_array.C 1.28:
21050: table:record
21051:
21052: * src/main/untaint.C 1.22:
21053: * src/targets/cgi/parser3.C 1.48:
21054: * src/targets/isapi/parser3isapi.C 1.19:
21055: * src/targets/isapi/parser3isapi.dsp 1.8:
21056: * src/targets/isapi/pool_storage.h 1.3:
21057: * src/types/pa_valiased.h 1.10:
21058: * src/types/pa_vcookie.C 1.13:
21059: * src/types/pa_vdouble.h 1.11:
21060: * src/types/pa_vfile.h 1.8:
21061: * src/types/pa_vint.h 1.12:
21062: * src/types/pa_vresponse.h 1.5:
21063: * src/types/pa_vstring.h 1.13:
21064: * src/types/pa_vtable.h 1.8:
21065: z
21066:
21067: * src/main/compile.y 1.116:
21068: grammar: [] 0params [;] 2 params (was 0)
21069:
21070: * src/include/pa_pool.h 1.45:
21071: * src/main/execute.C 1.126:
21072: * src/types/pa_valiased.C 1.4:
21073: * src/types/pa_valiased.h 1.9:
21074: * src/types/pa_value.h 1.33:
21075: * src/types/pa_vdouble.h 1.10:
21076: * src/types/pa_vfile.h 1.7:
21077: * src/types/pa_vint.h 1.11:
21078: * src/types/pa_vresponse.h 1.4:
21079: * src/types/pa_vstring.h 1.12:
21080: * src/types/pa_vtable.h 1.7:
21081: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
21082: allowed no checks in native method realisations on 'self' validity -
21083: they now can simply assume that 'self' is V{Proper} .
21084:
21085: 2001-03-25 paf
21086: * src/classes/table.C 1.26:
21087: * src/include/pa_globals.h 1.27:
21088: * src/include/pa_string.h 1.52:
21089: * src/include/pa_table.h 1.20:
21090: * src/main/compile.y 1.114:
21091: * src/main/compile_tools.C 1.31:
21092: * src/main/compile_tools.h 1.35:
21093: * src/main/pa_globals.C 1.32:
21094: * src/main/pa_request.C 1.79:
21095: * src/main/pa_string.C 1.52:
21096: * src/main/pa_table.C 1.17:
21097: * src/main/untaint.C 1.15:
21098: * src/types/pa_vcookie.h 1.7:
21099: typo & typo-default
21100:
21101: * src/main/pa_globals.C 1.34:
21102: * src/main/untaint.C 1.19:
21103: html-typo - moved all processing to table [except preliminary \
21104: \n \r \n replacements to "\n"]
21105:
21106: * src/main/untaint.C 1.16:
21107: typo \r \r\n \n properly handled
21108:
21109: * src/classes/table.C 1.27:
21110: * src/include/pa_table.h 1.21:
21111: * src/main/pa_globals.C 1.33:
21112: * src/main/pa_table.C 1.18:
21113: * src/main/untaint.C 1.17:
21114: returned table originating. useful for reporting typo table
21115: problems origin. think would be useful somewhere else
21116:
21117: * src/classes/table.C 1.28:
21118: * src/main/untaint.C 1.18:
21119: html-typo - decided to move all the processing to table
21120:
21121: * src/main/pa_request.C 1.80:
21122: table empty lines ignored. system-default content type assigned
21123: in output:result [can fail in main:auto and skipped normal
21124: defaults extraction]
21125:
21126: * src/include/pa_string.h 1.53:
21127: * src/main/compile.y 1.115:
21128: #comment fixed minor bug
21129:
21130: * src/main/pa_request.C 1.81:
21131: * src/main/untaint.C 1.20:
21132: moved default typo-table to lowlevel - it initialization could
21133: be skipped if failed in @auto. so that exception report would
21134: use some table
21135:
21136: * src/main/untaint.C 1.21:
21137: z
21138:
21139: 2001-03-24 paf
21140: * src/main/pa_globals.C 1.28:
21141: * src/types/pa_vclass.C 1.6:
21142: * src/types/pa_vclass.h 1.11:
21143: * src/types/pa_vstateless_class.C 1.6:
21144: * src/types/pa_vstateless_class.h 1.8:
21145: thrown away freeze mech.
21146: no danger now for you can't do ^request:process[@new-method[]
21147: body]
21148: trick anymore.
21149: still remains $some_instance.process[@new-method[]
21150: possibility]
21151: but would leave it as a feature.
21152: see index for sample
21153:
21154: * src/include/pa_string.h 1.51:
21155: * src/main/pa_string.C 1.51:
21156: * src/main/untaint.C 1.14:
21157: * src/targets/cgi/parser3.C 1.47:
21158: html-typo 2
21159:
21160: * src/include/pa_array.h 1.29:
21161: * src/include/pa_hash.h 1.31:
21162: * src/include/pa_request.h 1.67:
21163: * src/main/compile.y 1.110:
21164: * src/main/pa_array.C 1.26:
21165: * src/main/pa_common.C 1.25:
21166: * src/main/pa_hash.C 1.29:
21167: * src/main/pa_request.C 1.73:
21168: * src/types/pa_vcookie.C 1.12:
21169: cyclic uses ignored. defaulted default content-type
21170:
21171: * src/doc/doxygen.cfg 1.1:
21172: * src/doc/doxygen.txt 1.1:
21173: * src/doc/generate.cmd 1.1:
21174: * src/doc/view.cmd 1.1:
21175: * src/include/pa_array.h 1.30:
21176: * src/include/pa_globals.h 1.26:
21177: * src/include/pa_pool.h 1.44:
21178: * src/include/pa_string.h 1.50:
21179: * src/include/pa_table.h 1.19:
21180: * src/main/execute.C 1.125:
21181: * src/main/pa_array.C 1.27:
21182: * src/main/pa_globals.C 1.31:
21183: * src/main/pa_request.C 1.78:
21184: * src/main/pa_string.C 1.50:
21185: * src/main/untaint.C 1.13:
21186: * src/targets/cgi/parser3.C 1.46:
21187: * src/targets/isapi/parser3isapi.C 1.18:
21188: * src/types/pa_value.h 1.32:
21189: * src/types/pa_vtable.h 1.6:
21190: html-typo 0
21191: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
21192: html-typo sample. detected << problem: they become ltlt too fast
21193:
21194: * src/classes/file.C 1.6:
21195: * src/classes/root.C 1.49:
21196: * src/classes/table.C 1.25:
21197: * src/include/pa_common.h 1.25:
21198: * src/include/pa_request.h 1.69:
21199: * src/main/compile.y 1.111:
21200: * src/main/pa_common.C 1.28:
21201: * src/main/pa_request.C 1.77:
21202: * src/main/pa_string.C 1.49:
21203: * src/targets/isapi/parser3isapi.C 1.17:
21204: * src/types/pa_vfile.h 1.6:
21205: file_read stringified
21206:
21207: * src/include/pa_sapi.h 1.2:
21208: * src/main/pa_common.C 1.27:
21209: * src/main/pa_request.C 1.76:
21210: * src/targets/cgi/parser3.C 1.44:
21211: * src/targets/isapi/nt_log_events.mc 1.1:
21212: * src/targets/isapi/parser3isapi.C 1.16:
21213: * src/targets/isapi/parser3isapi.dsp 1.6:
21214: 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.
21215: isapi: used HSE_APPEND_LOG_PARAMETER feature
21216:
21217: * src/types/pa_valiased.C 1.3:
21218: decided to String-ify file_read
21219:
21220: * src/targets/cgi/parser3.C 1.45:
21221: * src/targets/isapi/nt_log_events.mc 1.2:
21222: * src/targets/isapi/parser3isapi.dsp 1.7:
21223: cgi: sapi::log
21224:
21225: * src/main/compile.y 1.109:
21226: * src/main/execute.C 1.124:
21227: * src/main/main.dsp 1.69:
21228: @CLASS equals @BASE. sanity
21229:
21230: * src/include/pa_common.h 1.22:
21231: * src/main/pa_common.C 1.23:
21232: * src/main/pa_request.C 1.72:
21233: * src/targets/cgi/parser3.C 1.42:
21234: * src/targets/isapi/pool_storage.h 1.2:
21235: * src/types/pa_vform.C 1.16:
21236: * src/types/pa_vform.h 1.14:
21237: auto.p monkey
21238:
21239: * src/include/pa_common.h 1.24:
21240: * src/include/pa_globals.h 1.25:
21241: * src/main/pa_common.C 1.26:
21242: * src/main/pa_globals.C 1.30:
21243: * src/main/pa_request.C 1.75:
21244: * src/targets/isapi/parser3isapi.C 1.15:
21245: fixed default content-type allocation storage
21246:
1.24 paf 21247: * src/include/pa_globals.h 1.24:
21248: * src/include/pa_request.h 1.68:
21249: * src/main/compile.y 1.113:
21250: * src/main/pa_common.C 1.29:
21251: * src/main/pa_globals.C 1.29:
21252: * src/main/pa_request.C 1.74:
21253: z
21254:
1.15 paf 21255: * src/include/pa_common.h 1.23:
21256: * src/main/pa_common.C 1.24:
21257: * src/targets/cgi/parser3.C 1.43:
21258: * src/targets/isapi/parser3isapi.C 1.14:
21259: auto.p monkey every target
21260:
21261: * src/main/compile.y 1.112:
21262: * src/main/compile_tools.h 1.34:
21263: #comment
21264:
21265: 2001-03-23 paf
21266: * src/classes/root.C 1.48:
21267: * src/classes/table.C 1.24:
21268: * src/include/pa_common.h 1.21:
21269: * src/include/pa_config_fixed.h 1.1:
21270: * src/include/pa_config_includes.h 1.1:
21271: * src/include/pa_string.h 1.49:
21272: * src/include/pa_threads.h 1.11:
21273: * src/include/pa_types.h 1.23:
21274: * src/include/pa_version.h 1.1:
21275: * src/main/compile.y 1.108:
21276: * src/main/execute.C 1.123:
21277: * src/main/pa_array.C 1.25:
21278: * src/main/pa_common.C 1.22:
21279: * src/main/pa_hash.C 1.28:
21280: * src/main/pa_pool.C 1.17:
21281: * src/main/pa_request.C 1.70:
21282: * src/main/pa_string.C 1.48:
21283: * src/main/untaint.C 1.12:
21284: * src/targets/cgi/parser3.C 1.40:
21285: * src/targets/isapi/parser3isapi.C 1.10:
21286: * src/types/pa_vfile.C 1.6:
21287: * src/types/pa_vform.C 1.15:
21288: cgi: reinvent document_root and request_uri under iis. autoconf
21289: updated. introducing ap_config_includes
21290:
21291: * src/targets/cgi/parser3.C 1.41:
21292: * src/targets/isapi/parser3isapi.C 1.12:
21293: isapi: think it would be better to rewrite as filter then to
21294: deal with pool
21295:
21296: * src/targets/cgi/parser3.C 1.39:
21297: cgi: reinvent document_root under iis
21298:
21299: * src/include/pa_globals.h 1.22:
21300: * src/main/pa_request.C 1.68:
21301: * src/targets/cgi/parser3.C 1.36:
21302: * src/targets/cgi/parser3.dsp 1.12:
21303: * src/targets/isapi/parser3isapi.C 1.8:
21304: * src/types/pa_vcookie.C 1.10:
21305: * src/types/pa_venv.h 1.12:
21306: * src/types/pa_vform.C 1.13:
21307: all: sapi beauty
21308:
21309: * src/main/pa_request.C 1.67:
21310: * src/targets/cgi/parser3.C 1.35:
21311: * src/targets/isapi/parser3isapi.C 1.7:
21312: * src/targets/isapi/parser3isapi.dsp 1.4:
21313: isapi minor env beauty
21314:
21315: * src/include/pa_globals.h 1.23:
21316: * src/include/pa_sapi.h 1.1:
21317: * src/main/main.dsp 1.67:
21318: * src/main/pa_globals.C 1.27:
21319: * src/main/pa_request.C 1.69:
21320: * src/targets/cgi/parser3.C 1.37:
21321: * src/targets/isapi/parser3isapi.C 1.9:
21322: * src/types/pa_vcookie.C 1.11:
21323: * src/types/pa_venv.h 1.13:
21324: * src/types/pa_vform.C 1.14:
21325: sapi made object
21326:
21327: * src/include/pa_pool.h 1.43:
21328: * src/main/pa_request.C 1.71:
21329: * src/targets/cgi/pa_pool.C 1.3:
21330: * src/targets/isapi/pa_pool.C 1.3:
21331: * src/targets/isapi/parser3isapi.C 1.13:
21332: * src/targets/isapi/parser3isapi.dsp 1.5:
21333: * src/targets/isapi/pool_storage.h 1.1:
21334: isapi: dumb pool storage
21335:
21336: * src/main/main.dsp 1.68:
21337: * src/targets/isapi/parser3isapi.C 1.11:
21338: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
21339:
21340: * src/targets/isapi/pa_pool.C 1.2:
21341: decided to continue with extension
21342:
21343: * src/targets/cgi/parser3.C 1.38:
21344: cgi: only one pool now
21345:
21346: 2001-03-22 paf
21347: * src/main/pa_request.C 1.66:
21348: * src/targets/cgi/parser3.C 1.34:
21349: * src/targets/isapi/parser3isapi.C 1.6:
21350: * src/targets/isapi/parser3isapi.dsp 1.3:
21351: isapi document_root 0
21352:
21353: * src/types/pa_vcookie.C 1.8:
21354: cookie attr decoded
21355:
21356: * src/include/pa_pool.h 1.40:
21357: * src/targets/cgi/pa_pool.C 1.2:
21358: * src/targets/cgi/parser3.C 1.31:
21359: * src/targets/cgi/parser3.dsp 1.11:
21360: * src/targets/isapi/pa_pool.C 1.1:
21361: * src/targets/isapi/parser3isapi.C 1.1:
21362: * src/targets/isapi/parser3isapi.def 1.1:
21363: * src/targets/isapi/parser3isapi.dsp 1.1:
21364: started isapi
21365:
21366: * src/targets/isapi/parser3isapi.C 1.5:
21367: isapi keep-alive
21368:
21369: * src/targets/isapi/KILL.EXE 1.1:
21370: * src/targets/isapi/PSTAT.EXE 1.1:
21371: * src/targets/isapi/istart.cmd 1.1:
21372: * src/targets/isapi/istop.cmd 1.1:
21373: * src/targets/isapi/kill.pl 1.1:
21374: isapi added utils
21375:
21376: * src/include/pa_pool.h 1.41:
21377: * src/main/pa_pool.C 1.16:
21378: * src/targets/cgi/parser3.C 1.32:
21379: * src/targets/isapi/parser3isapi.C 1.2:
21380: * src/targets/isapi/parser3isapi.dsp 1.2:
21381: * src/types/pa_vform.C 1.12:
21382: isapi 0
21383:
21384: * src/include/pa_globals.h 1.20:
21385: * src/include/pa_request.h 1.66:
21386: * src/include/pa_types.h 1.22:
21387: * src/main/pa_globals.C 1.26:
21388: * src/main/pa_request.C 1.63:
21389: * src/targets/cgi/parser3.C 1.30:
21390: * src/types/pa_vcookie.C 1.9:
21391: config of auto.p path: parser_root_auto_path parser_site_auto_path
21392:
21393: * src/targets/cgi/vform_fields_fill.C 1.2:
21394: * src/targets/cgi/vform_fields_fill.h 1.2:
21395: * src/targets/isapi/parser3isapi.C 1.4:
21396: z
21397:
21398: * src/include/pa_globals.h 1.21:
21399: * src/main/pa_common.C 1.21:
21400: * src/main/pa_request.C 1.64:
21401: some comments
21402:
21403: * src/include/pa_pool.h 1.42:
21404: * src/main/pa_request.C 1.65:
21405: * src/targets/cgi/parser3.C 1.33:
21406: * src/targets/isapi/parser3isapi.C 1.3:
21407: isapi 1
21408:
21409: 2001-03-21 paf
21410: * src/include/pa_globals.h 1.18:
21411: * src/targets/cgi/parser3.C 1.28:
21412: * src/types/pa_venv.h 1.11:
21413: in cookie & env. todo:post
21414:
21415: * src/Makefile.am 1.3:
21416: * src/classes/Makefile.am 1.2:
21417: * src/classes/file.C 1.5:
21418: * src/classes/root.C 1.47:
21419: * src/classes/table.C 1.23:
21420: * src/include/pa_array.h 1.28:
21421: * src/include/pa_common.h 1.20:
21422: * src/include/pa_globals.h 1.17:
21423: * src/include/pa_pool.h 1.39:
21424: * src/include/pa_request.h 1.65:
21425: * src/include/pa_string.h 1.48:
21426: * src/main/Makefile.am 1.8:
21427: * src/main/compile.y 1.107:
21428: * src/main/execute.C 1.122:
21429: * src/main/main.dsp 1.66:
21430: * src/main/pa_common.C 1.20:
21431: * src/main/pa_globals.C 1.25:
21432: * src/main/pa_request.C 1.62:
21433: * src/main/pa_string.C 1.47:
21434: * src/main/pa_table.C 1.16:
21435: * src/main/untaint.C 1.11:
21436: * src/targets/Makefile.am 1.4:
21437: * src/targets/cgi/Makefile.am 1.2:
21438: * src/targets/cgi/parser3.C 1.27:
21439: * src/targets/cgi/parser3.dsp 1.10:
21440: * src/types/Makefile.am 1.2:
21441: * src/types/pa_vcookie.C 1.7:
21442: * src/types/pa_vform.C 1.11:
21443: * src/types/pa_vstring.h 1.11:
21444: * src/types/pa_wwrapper.h 1.5:
21445: shifted apache branch on main trunc
21446:
21447: * src/targets/cgi/parser3.C 1.29:
21448: z
21449:
21450: * src/include/pa_common.h [automake_update] 1.19.2.2:
21451: * src/include/pa_globals.h [automake_update] 1.16.2.1:
21452: * src/include/pa_pool.h [automake_update] 1.38.2.1:
21453: * src/include/pa_request.h [automake_update] 1.64.2.4:
21454: * src/main/main.dsp [automake_update] 1.65.2.1:
21455: * src/main/pa_common.C [automake_update] 1.19.2.5:
21456: * src/main/pa_request.C [automake_update] 1.61.2.3:
21457: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
21458: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
21459: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
21460: * src/types/pa_vform.C [automake_update] 1.10.2.1:
21461: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
21462: starting mod_parser3
21463:
21464: * src/include/pa_globals.h 1.19:
21465: post. todo: config of auto.p path
21466:
21467: 2001-03-20 paf
21468: * src/classes/Makefile.am 1.1:
21469: * src/types/Makefile.am 1.1:
21470: file Makefile.am was initially added on branch automake_update.
21471:
21472: * src/main/pa_common.C [automake_update] 1.19.2.4:
21473: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
21474: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
21475: automake compiled and works. todo:make win32 ifdefs work and
21476: add ifdef unistd
21477:
21478: * src/classes/Makefile.am [automake_update] 1.1.2.1:
21479: * src/classes/file.C 1.4:
21480: * src/classes/table.C 1.21:
21481: * src/classes/table.C [automake_update] 1.22.2.2:
21482: * src/include/pa_array.h 1.27:
21483: * src/include/pa_common.h 1.18:
21484: * src/include/pa_common.h [automake_update] 1.19.2.1:
21485: * src/include/pa_request.h 1.64:
21486: * src/include/pa_request.h [automake_update] 1.64.2.3:
21487: * src/include/pa_string.h 1.47:
21488: * src/include/pa_table.h 1.18:
21489: * src/include/pa_threads.h 1.10:
21490: * src/main/Makefile.am [automake_update] 1.7.16.3:
21491: * src/main/pa_common.C [automake_update] 1.19.2.3:
21492: * src/main/pa_globals.C 1.24:
21493: * src/main/pa_request.C [automake_update] 1.61.2.2:
21494: * src/main/pa_table.C [automake_update] 1.15.2.1:
21495: * src/main/untaint.C 1.10:
21496: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
21497: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
21498: * src/types/Makefile.am [automake_update] 1.1.2.1:
21499: * src/types/pa_valiased.h 1.8:
21500: * src/types/pa_value.h 1.31:
21501: * src/types/pa_vform.h 1.13:
21502: z
21503:
21504: * src/include/pa_request.h [automake_update] 1.64.2.2:
21505: * src/main/Makefile.am [automake_update] 1.7.16.2:
21506: * src/main/compile.y [automake_update] 1.106.2.1:
21507: * src/main/execute.C [automake_update] 1.121.2.2:
21508: * src/main/pa_common.C [automake_update] 1.19.2.2:
21509: * src/types/Makefile.am [automake_update] 1.1.2.2:
21510: removing locking
21511:
21512: * src/Makefile.am [automake_update] 1.2.16.1:
21513: * src/classes/file.C [automake_update] 1.4.2.1:
21514: * src/classes/root.C [automake_update] 1.46.2.1:
21515: * src/classes/table.C [automake_update] 1.22.2.1:
21516: * src/include/pa_array.h [automake_update] 1.27.2.1:
21517: * src/include/pa_request.h [automake_update] 1.64.2.1:
21518: * src/include/pa_string.h [automake_update] 1.47.2.1:
21519: * src/main/Makefile.am [automake_update] 1.7.16.1:
21520: * src/main/execute.C [automake_update] 1.121.2.1:
21521: * src/main/pa_common.C [automake_update] 1.19.2.1:
21522: * src/main/pa_globals.C [automake_update] 1.24.2.1:
21523: * src/main/pa_request.C [automake_update] 1.61.2.1:
21524: * src/main/pa_string.C [automake_update] 1.46.2.1:
21525: * src/main/untaint.C [automake_update] 1.10.2.1:
21526: * src/targets/Makefile.am [automake_update] 1.3.16.1:
21527: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
21528: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
21529: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
21530: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
21531: String::UL_
21532:
21533: * src/classes/table.C 1.22:
21534: * src/include/pa_common.h 1.19:
21535: * src/main/pa_common.C 1.19:
21536: * src/main/pa_request.C 1.61:
21537: * src/types/pa_vfile.h 1.5:
21538: ^table:save
21539:
21540: 2001-03-19 paf
21541: * src/classes/file.C 1.2:
21542: * src/classes/request.C 1.4:
21543: * src/classes/table.C 1.19:
21544: * src/include/pa_string.h 1.45:
21545: * src/main/main.dsp 1.61:
21546: * src/main/pa_pool.C 1.15:
21547: * src/main/pa_request.C 1.58:
21548: * src/main/untaint.C 1.9:
21549: * src/types/pa_value.h 1.27:
21550: * src/types/pa_vfile.C 1.2:
21551: * src/types/pa_vfile.h 1.2:
21552: * src/types/pa_vform.C 1.10:
21553: file 1
21554:
21555: * src/classes/table.C 1.17:
21556: * src/include/pa_pool.h 1.38:
21557: * src/include/pa_request.h 1.63:
21558: * src/include/pa_table.h 1.16:
21559: * src/include/pa_types.h 1.20:
21560: * src/main/execute.C 1.119:
21561: * src/main/pa_request.C 1.57:
21562: * src/targets/cgi/parser3.C 1.25:
21563: * src/types/pa_value.h 1.25:
21564: * src/types/pa_vclass.h 1.10:
21565: * src/types/pa_vform.C 1.8:
21566: * src/types/pa_vstateless_class.h 1.5:
21567: * src/types/pa_vstateless_object.h 1.4:
21568: ^table:set{default level: TABLE}
21569:
21570: * src/classes/_request.h 1.3:
21571: * src/classes/request.C 1.5:
21572: * src/main/pa_globals.C 1.22:
21573: * src/types/pa_vrequest.C 1.2:
21574: * src/types/pa_vrequest.h 1.6:
21575: VRequest moved to :VStateless_object
21576:
21577: * src/classes/_request.h 1.4:
21578: * src/classes/request.C 1.6:
21579: * src/main/main.dsp 1.65:
21580: * src/main/pa_globals.C 1.23:
21581: * src/types/pa_value.h 1.30:
21582: * src/types/pa_vform.h 1.12:
21583: * src/types/pa_vrequest.C 1.3:
21584: * src/types/pa_vrequest.h 1.7:
21585: VRequest moved to :Value
21586:
21587: * src/types/pa_valiased.h 1.4:
21588: * src/types/pa_vbool.h 1.4:
21589: doc: Value and it's derivates somehow unlinked. don't know why yet
21590:
21591: * src/classes/_env.h 1.6:
21592: * src/classes/_table.h 1.4:
21593: * src/classes/env.C 1.8:
21594: * src/classes/table.C 1.20:
21595: * src/main/execute.C 1.121:
21596: * src/main/main.dsp 1.63:
21597: * src/main/pa_globals.C 1.20:
21598: * src/main/pa_request.C 1.60:
21599: * src/types/pa_value.h 1.28:
21600: * src/types/pa_vcookie.C 1.6:
21601: * src/types/pa_vcookie.h 1.6:
21602: * src/types/pa_venv.h 1.10:
21603: VEnv is now :Value
21604:
21605: * src/targets/cgi/pa_vform.C 1.3:
21606: * src/types/pa_valiased.C 1.1:
21607: * src/types/pa_valiased.h 1.7:
21608: * src/types/pa_value.h 1.29:
21609: * src/types/pa_vstateless_class.C 1.5:
21610: * src/types/pa_vstateless_class.h 1.7:
21611: * src/types/pa_vstateless_object.h 1.7:
21612: moved common get_element part from stateless object&class into VAliased
21613:
21614: * src/classes/_file.h 1.2:
21615: * src/classes/file.C 1.3:
21616: * src/include/pa_types.h 1.21:
21617: * src/main/pa_globals.C 1.18:
21618: * src/main/pa_request.C 1.59:
21619: * src/targets/cgi/parser3.C 1.26:
21620: * src/types/pa_valiased.h 1.6:
21621: * src/types/pa_vfile.C 1.4:
21622: * src/types/pa_vfile.h 1.3:
21623: * src/types/pa_vstateless_class.h 1.6:
21624: * src/types/pa_vstateless_object.h 1.5:
21625: \ to / and ^file:save
21626:
21627: * src/classes/root.C 1.46:
21628: * src/classes/table.C 1.16:
21629: * src/main/pa_exception.C 1.7:
21630: * src/main/pa_request.C 1.53:
21631: * src/targets/cgi/parser3.C 1.24:
21632: * src/types/pa_vbool.h 1.3:
21633: * src/types/pa_vcookie.C 1.3:
21634: * src/types/pa_vcookie.h 1.3:
21635: * src/types/pa_vdouble.h 1.9:
21636: * src/types/pa_venv.h 1.8:
21637: * src/types/pa_vform.h 1.8:
21638: * src/types/pa_vint.h 1.10:
21639: * src/types/pa_vrequest.h 1.4:
21640: doc: detected Value derivates prob
21641:
21642: * src/include/code.h 1.25:
21643: * src/include/pa_array.h 1.25:
21644: * src/include/pa_pool.h 1.35:
21645: * src/include/pa_string.h 1.42:
21646: * src/include/pa_threads.h 1.8:
21647: * src/main/compile.C 1.32:
21648: * src/main/compile.y 1.105:
21649: * src/main/compile_tools.C 1.29:
21650: * src/main/compile_tools.h 1.32:
21651: * src/main/execute.C 1.117:
21652: * src/main/pa_array.C 1.23:
21653: * src/main/pa_common.C 1.15:
21654: * src/main/pa_exception.C 1.8:
21655: * src/main/pa_globals.C 1.15:
21656: * src/main/pa_hash.C 1.25:
21657: * src/main/pa_pool.C 1.13:
21658: * src/main/pa_request.C 1.54:
21659: * src/main/pa_string.C 1.45:
21660: * src/main/pa_table.C 1.14:
21661: * src/main/untaint.C 1.7:
21662: * src/types/pa_value.h 1.23:
21663: auto @brief
21664:
21665: * src/classes/_file.h 1.1:
21666: * src/classes/file.C 1.1:
21667: * src/classes/table.C 1.18:
21668: * src/include/pa_common.h 1.17:
21669: * src/include/pa_globals.h 1.16:
21670: * src/include/pa_string.h 1.44:
21671: * src/include/pa_table.h 1.17:
21672: * src/main/main.dsp 1.60:
21673: * src/main/pa_common.C 1.18:
21674: * src/main/pa_globals.C 1.17:
21675: * src/types/pa_value.h 1.26:
21676: * src/types/pa_vcookie.h 1.4:
21677: * src/types/pa_venv.h 1.9:
21678: * src/types/pa_vfile.C 1.1:
21679: * src/types/pa_vfile.h 1.1:
21680: * src/types/pa_vform.C 1.9:
21681: * src/types/pa_vform.h 1.9:
21682: * src/types/pa_vrequest.h 1.5:
21683: * src/types/pa_vtable.h 1.5:
21684: file class just compiled
21685:
21686: * src/types/pa_vfile.C 1.5:
21687: * src/types/pa_vfile.h 1.4:
21688: * src/types/pa_vstateless_object.h 1.6:
21689: vfile doxx
21690:
21691: * src/classes/_response.h 1.2:
21692: * src/classes/response.C 1.4:
21693: * src/main/pa_globals.C 1.21:
21694: * src/types/pa_vform.h 1.11:
21695: * src/types/pa_vresponse.h 1.3:
21696: VResponse moved to :VStateless_object
21697:
21698: * src/classes/_request.h 1.2:
21699: * src/classes/request.C 1.3:
21700: * src/include/code.h 1.24:
21701: * src/include/pa_array.h 1.24:
21702: * src/include/pa_common.h 1.15:
21703: * src/include/pa_exception.h 1.10:
21704: * src/include/pa_globals.h 1.13:
21705: * src/include/pa_hash.h 1.28:
21706: * src/include/pa_pool.h 1.34:
21707: * src/include/pa_request.h 1.61:
21708: * src/include/pa_stack.h 1.7:
21709: * src/include/pa_string.h 1.41:
21710: * src/include/pa_table.h 1.14:
21711: * src/include/pa_threads.h 1.7:
21712: * src/include/pa_types.h 1.17:
21713: * src/main/execute.C 1.116:
21714: * src/main/pa_pool.C 1.12:
21715: * src/main/pa_request.C 1.52:
21716: * src/main/pa_string.C 1.44:
21717: * src/main/untaint.C 1.6:
21718: * src/targets/cgi/parser3.C 1.23:
21719: * src/types/pa_value.h 1.22:
21720: * src/types/pa_vform.C 1.7:
21721: doxygen include/, Value
21722:
21723: * src/include/code.h 1.26:
21724: * src/include/pa_array.h 1.26:
21725: * src/include/pa_common.h 1.16:
21726: * src/include/pa_exception.h 1.11:
21727: * src/include/pa_globals.h 1.14:
21728: * src/include/pa_globals.h 1.15:
21729: * src/include/pa_hash.h 1.29:
21730: * src/include/pa_pool.h 1.36:
21731: * src/include/pa_pool.h 1.37:
21732: * src/include/pa_request.h 1.62:
21733: * src/include/pa_stack.h 1.8:
21734: * src/include/pa_string.h 1.43:
21735: * src/include/pa_string.h 1.46:
21736: * src/include/pa_table.h 1.15:
21737: * src/include/pa_threads.h 1.9:
21738: * src/include/pa_types.h 1.18:
21739: * src/main/compile.C 1.33:
21740: * src/main/compile.y 1.106:
21741: * src/main/compile_tools.C 1.30:
21742: * src/main/compile_tools.h 1.33:
21743: * src/main/execute.C 1.118:
21744: * src/main/pa_array.C 1.24:
21745: * src/main/pa_common.C 1.16:
21746: * src/main/pa_exception.C 1.9:
21747: * src/main/pa_globals.C 1.16:
21748: * src/main/pa_hash.C 1.26:
21749: * src/main/pa_pool.C 1.14:
21750: * src/main/pa_request.C 1.55:
21751: * src/main/pa_string.C 1.46:
21752: * src/main/pa_table.C 1.15:
21753: * src/main/untaint.C 1.8:
21754: * src/types/pa_valiased.h 1.5:
21755: * src/types/pa_value.h 1.24:
21756: * src/types/pa_vfile.C 1.3:
21757: z
21758:
21759: * src/include/pa_hash.h 1.30:
21760: * src/include/pa_types.h 1.19:
21761: * src/main/pa_common.C 1.17:
21762: * src/main/pa_hash.C 1.27:
21763: * src/main/pa_request.C 1.56:
21764: * src/types/pa_vcookie.C 1.4:
21765: renamed Hash::Value to Val so to doxygen would finlly stop
21766: confusing those Value-s
21767:
21768: * src/main/main.dsp 1.64:
21769: * src/targets/cgi/parser3.dsp 1.9:
21770: * src/types/pa_valiased.C 1.2:
21771: * src/types/pa_vform.h 1.10:
21772: commented VForm
21773:
21774: * src/classes/_cookie.h 1.2:
21775: * src/classes/_table.h 1.3:
21776: * src/classes/cookie.C 1.3:
21777: * src/main/execute.C 1.120:
21778: * src/main/main.dsp 1.62:
21779: * src/main/pa_globals.C 1.19:
21780: * src/types/pa_vcookie.C 1.5:
21781: * src/types/pa_vcookie.h 1.5:
21782: VCookie is now :Value
21783:
21784: 2001-03-18 paf
21785: * src/classes/_cookie.h 1.1:
21786: * src/classes/cookie.C 1.1:
21787: * src/include/pa_common.h 1.14:
21788: * src/include/pa_globals.h 1.12:
21789: * src/include/pa_request.h 1.60:
21790: * src/include/pa_string.h 1.40:
21791: * src/include/pa_types.h 1.16:
21792: * src/main/main.dsp 1.59:
21793: * src/main/pa_common.C 1.14:
21794: * src/main/pa_globals.C 1.14:
21795: * src/main/pa_hash.C 1.24:
21796: * src/main/pa_request.C 1.51:
21797: * src/main/pa_string.C 1.43:
21798: * src/main/untaint.C 1.5:
21799: * src/targets/cgi/parser3.C 1.21:
21800: * src/types/pa_value.h 1.21:
21801: * src/types/pa_vcookie.C 1.1:
21802: * src/types/pa_vcookie.h 1.1:
21803: * src/types/pa_vform.C 1.6:
21804: * src/types/pa_vform.h 1.7:
21805: * src/types/pa_vhash.h 1.9:
21806: * src/types/pa_vunknown.h 1.4:
21807: cookie class
21808:
21809: * src/include/pa_hash.h 1.26:
21810: * src/main/pa_hash.C 1.22:
21811: * src/targets/cgi/parser3.C 1.17:
21812: response fields to header
21813:
21814: * src/classes/root.C 1.41:
21815: * src/classes/string.C 1.12:
21816: * src/include/pa_string.h 1.37:
21817: * src/main/pa_globals.C 1.11:
21818: * src/main/pa_request.C 1.44:
21819: * src/main/pa_string.C 1.41:
21820: * src/types/pa_vdouble.h 1.8:
21821: * src/types/pa_vform.C 1.5:
21822: * src/types/pa_vint.h 1.9:
21823: * src/types/pa_vstateless_class.C 1.4:
21824: convinient string(pool, char *src, bool tainted) ctor
21825:
21826: * src/include/pa_hash.h 1.27:
21827: * src/include/pa_request.h 1.58:
21828: * src/include/pa_string.h 1.36:
21829: * src/main/pa_globals.C 1.10:
21830: * src/main/pa_hash.C 1.23:
21831: * src/main/pa_request.C 1.43:
21832: * src/main/pa_string.C 1.40:
21833: * src/main/untaint.C 1.3:
21834: * src/targets/cgi/parser3.C 1.18:
21835: proper @exceptions params tainting
21836:
21837: * src/classes/_response.h 1.1:
21838: * src/classes/response.C 1.1:
21839: * src/include/pa_globals.h 1.8:
21840: * src/include/pa_hash.h 1.25:
21841: * src/include/pa_request.h 1.57:
21842: * src/main/compile.C 1.31:
21843: * src/main/compile.y 1.104:
21844: * src/main/execute.C 1.114:
21845: * src/main/main.dsp 1.58:
21846: * src/main/pa_globals.C 1.8:
21847: * src/main/pa_hash.C 1.21:
21848: * src/main/pa_request.C 1.41:
21849: * src/targets/cgi/parser3.C 1.16:
21850: * src/targets/cgi/parser3.dsp 1.8:
21851: * src/types/pa_value.h 1.18:
21852: * src/types/pa_vhash.h 1.6:
21853: * src/types/pa_vrequest.h 1.3:
21854: * src/types/pa_vresponse.h 1.1:
21855: $response: 0 request::core exception rethrow
21856:
21857: * src/classes/request.C 1.2:
21858: * src/classes/response.C 1.2:
21859: * src/classes/root.C 1.42:
21860: * src/include/pa_common.h 1.13:
21861: * src/include/pa_globals.h 1.10:
21862: * src/include/pa_request.h 1.59:
21863: * src/include/pa_string.h 1.38:
21864: * src/main/pa_common.C 1.13:
21865: * src/main/pa_globals.C 1.12:
21866: * src/main/pa_request.C 1.45:
21867: * src/targets/cgi/parser3.C 1.19:
21868: ^taint 0
21869:
21870: * src/classes/cookie.C 1.2:
21871: * src/types/pa_vcookie.C 1.2:
21872: * src/types/pa_vcookie.h 1.2:
21873: cookie: allowed access to hash-assigned
21874:
21875: * src/include/pa_globals.h 1.9:
21876: * src/main/execute.C 1.115:
21877: * src/main/pa_globals.C 1.9:
21878: * src/main/pa_request.C 1.42:
21879: * src/targets/cgi/parser3.C 1.22:
21880: z
21881:
21882: * src/main/pa_request.C 1.50:
21883: zero length output allowed
21884:
21885: * src/classes/root.C 1.44:
21886: * src/include/pa_globals.h 1.11:
21887: * src/include/pa_string.h 1.39:
21888: * src/main/pa_globals.C 1.13:
21889: * src/main/pa_request.C 1.47:
21890: * src/main/pa_string.C 1.42:
21891: * src/types/pa_value.h 1.19:
21892: * src/types/pa_vhash.h 1.7:
21893: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21894:
21895: * src/classes/root.C 1.43:
21896: * src/main/pa_request.C 1.46:
21897: * src/main/untaint.C 1.4:
21898: * src/targets/cgi/parser3.C 1.20:
21899: taint[uri
21900:
21901: * src/classes/response.C 1.3:
21902: * src/main/pa_request.C 1.49:
21903: * src/types/pa_value.h 1.20:
21904: * src/types/pa_vhash.h 1.8:
21905: * src/types/pa_vresponse.h 1.2:
21906: ^response:clear[]
21907:
21908: * src/classes/root.C 1.45:
21909: * src/main/pa_request.C 1.48:
21910: taint forgotten forced lang switch
21911:
21912: 2001-03-16 paf
21913: * src/include/code.h 1.22:
21914: * src/include/pa_hash.h 1.24:
21915: * src/include/pa_request.h 1.55:
21916: * src/main/compile.y 1.102:
21917: * src/main/execute.C 1.108:
21918: * src/types/pa_value.h 1.15:
21919: * src/types/pa_vhash.h 1.5:
21920: * src/types/pa_vstring.h 1.10:
21921: * src/types/pa_vtable.h 1.4:
21922: * src/types/pa_wcontext.C 1.4:
21923: * src/types/pa_wcontext.h 1.6:
21924: see () and {} param wcontext conflict
21925:
21926: * src/main/execute.C 1.113:
21927: * src/main/main.dsp 1.57:
21928: * src/types/pa_value.h 1.17:
21929: * src/types/pa_vrequest.h 1.2:
21930: native method' class call with less params then needed error reporting
21931:
21932: * src/classes/double.C 1.17:
21933: * src/include/code.h 1.23:
21934: * src/main/compile.y 1.103:
21935: * src/main/compile_tools.C 1.28:
21936: * src/main/compile_tools.h 1.31:
21937: * src/main/execute.C 1.109:
21938: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21939:
21940: * src/main/execute.C 1.107:
21941: * src/types/pa_value.h 1.14:
21942: * src/types/pa_vstateless_object.h 1.3:
21943: * src/types/pa_vstring.h 1.9:
21944: disabled $string.field
21945:
21946: * src/main/execute.C 1.110:
21947: * src/types/pa_vmframe.h 1.7:
21948: if(in "/news/")
21949:
21950: * src/include/pa_globals.h 1.6:
21951: * src/main/execute.C 1.111:
21952: * src/main/pa_globals.C 1.6:
21953: * src/types/pa_value.h 1.16:
21954: * src/types/pa_vcframe.h 1.3:
21955: * src/types/pa_vmframe.h 1.8:
21956: * src/types/pa_wcontext.h 1.7:
21957: $result
21958:
21959: * src/classes/_request.h 1.1:
21960: * src/classes/request.C 1.1:
21961: * src/include/pa_globals.h 1.7:
21962: * src/include/pa_request.h 1.56:
21963: * src/main/execute.C 1.112:
21964: * src/main/main.dsp 1.56:
21965: * src/main/pa_globals.C 1.7:
21966: * src/main/pa_request.C 1.40:
21967: * src/targets/cgi/parser3.C 1.15:
21968: * src/types/pa_vform.C 1.4:
21969: * src/types/pa_vrequest.C 1.1:
21970: * src/types/pa_vrequest.h 1.1:
21971: $request : query :uri
21972:
21973: 2001-03-15 paf
21974: * src/main/compile.y 1.99:
21975: * src/main/pa_request.C 1.37:
21976: * src/targets/cgi/parser3.C 1.13:
21977: * src/types/pa_vstring.h 1.7:
21978: pre-pre-pre-beta cgi under win32 apache pre pre pre works
21979:
21980: * src/main/compile.y 1.100:
21981: * src/main/execute.C 1.105:
21982: z
21983:
21984: * src/main/compile.y 1.101:
21985: * src/main/execute.C 1.106:
21986: * src/main/pa_request.C 1.38:
21987: * src/targets/cgi/parser3.C 1.14:
21988: * src/types/pa_vstring.h 1.8:
21989: @exception
21990:
21991: * src/include/pa_globals.h 1.5:
21992: * src/main/pa_globals.C 1.5:
21993: * src/main/pa_request.C 1.36:
21994: * src/targets/cgi/parser3.C 1.12:
21995: * src/types/pa_vform.C 1.3:
21996: * src/types/pa_vform.h 1.6:
21997: vform fillfields just compiled
21998:
21999: * src/main/pa_request.C 1.39:
22000: news sample
22001:
22002: 2001-03-14 paf
22003: * src/include/core.h 1.16:
22004: * src/include/pa_globals.h 1.1:
22005: * src/include/pa_pool.h 1.33:
22006: * src/include/pa_string.h 1.35:
22007: * src/include/pa_types.h 1.13:
22008: * src/main/compile.y 1.98:
22009: * src/main/core.C 1.69:
22010: * src/main/main.dsp 1.54:
22011: * src/main/pa_globals.C 1.1:
22012: * src/main/pa_request.C 1.31:
22013: * src/targets/cgi/pa_vform.C 1.2:
22014: * src/targets/cgi/parser3.C 1.5:
22015: * src/targets/cgi/parser3.dsp 1.4:
22016: * src/types/pa_value.h 1.13:
22017: * src/types/pa_vform.h 1.3:
22018: * src/types/pa_vunknown.h 1.3:
22019: global handler, exceptions in parser3
22020:
22021: * src/include/pa_globals.h 1.4:
22022: * src/main/pa_globals.C 1.4:
22023: * src/main/pa_request.C 1.34:
22024: * src/targets/cgi/parser3.dsp 1.7:
22025: * src/types/pa_vform.C 1.2:
22026: * src/types/pa_vform.h 1.5:
22027: * src/types/pa_vstring.h 1.6:
22028: limits -1
22029:
22030: * src/include/pa_common.h 1.12:
22031: * src/include/pa_types.h 1.14:
22032: * src/main/pa_request.C 1.32:
22033: * src/targets/cgi/parser3.C 1.7:
22034: PATH_DELIMITER_CHAR
22035:
22036: * src/targets/cgi/parser3.C 1.8:
22037: # if MSVC
22038:
22039: * src/include/pa_globals.h 1.3:
22040: * src/include/pa_request.h 1.53:
22041: * src/include/pa_types.h 1.15:
22042: * src/main/main.dsp 1.55:
22043: * src/main/pa_globals.C 1.3:
22044: * src/main/pa_request.C 1.33:
22045: * src/targets/cgi/parser3.C 1.10:
22046: * src/targets/cgi/parser3.dsp 1.6:
22047: * src/types/pa_vform.C 1.1:
22048: * src/types/pa_vform.h 1.4:
22049: request_info -1
22050:
22051: * src/include/pa_globals.h 1.2:
22052: * src/main/pa_globals.C 1.2:
22053: * src/targets/cgi/parser3.C 1.9:
22054: * src/targets/cgi/parser3.dsp 1.5:
22055: * src/targets/cgi/vform_fields_fill.C 1.1:
22056: * src/targets/cgi/vform_fields_fill.h 1.1:
22057: vform_fields_fill
22058:
22059: * src/include/pa_request.h 1.54:
22060: * src/main/pa_request.C 1.35:
22061: * src/targets/cgi/parser3.C 1.11:
22062: * src/targets/cgi/parser3.C 1.6:
22063: z
22064:
22065: 2001-03-13 paf
22066: * src/main/execute.C 1.101:
22067: * src/types/pa_value.h 1.10:
22068: * src/types/pa_venv.h 1.4:
22069: for future methods of ENV constructor if
22070:
22071: * src/classes/root.C 1.36:
22072: * src/classes/table.C 1.12:
22073: * src/include/pa_exception.h 1.9:
22074: * src/include/pa_pool.h 1.31:
22075: skipped_restructure_exceptions_dead_end
22076:
22077: * src/types/pa_vstateless_class.h 1.1:
22078: file pa_vstateless_class.h was initially added on branch
22079: stateless_class.
22080:
22081: * src/include/code.h 1.21:
22082: * src/include/pa_string.h 1.34:
22083: * src/main/compile.y 1.95:
22084: * src/main/execute.C 1.103:
22085: * src/main/pa_string.C 1.39:
22086: 'value is type' expr operator
22087:
22088: * src/classes/form.C 1.2:
22089: * src/main/compile.y 1.97:
22090: * src/main/core.C 1.68:
22091: * src/types/pa_value.h 1.12:
22092: * src/types/pa_vclass.h 1.9:
22093: * src/types/pa_venv.h 1.7:
22094: * src/types/pa_vform.h 1.2:
22095: * src/types/pa_vstateless_class.C 1.3:
22096: * src/types/pa_vstateless_class.h 1.4:
22097: form:fields removed. use $form.CLASS instead
22098:
22099: * src/types/pa_vstateless_class.C 1.1:
22100: file pa_vstateless_class.C was initially added on branch
22101: stateless_class.
22102:
22103: * src/include/core.h 1.14:
22104: * src/include/pa_common.h 1.10:
22105: * src/include/pa_request.h 1.51:
22106: * src/main/pa_common.C 1.12:
22107: * src/main/pa_request.C 1.29:
22108: * src/targets/cgi/parser3.C 1.3:
22109: before error show with parser
22110:
22111: * src/types/pa_venv.h 1.1:
22112: file pa_venv.h was initially added on branch stateless_class.
22113:
22114: * src/targets/cgi/Makefile.am 1.1:
22115: * src/targets/cgi/pa_pool.C 1.1:
22116: * src/targets/cgi/pa_vform.C 1.1:
22117: * src/targets/cgi/parser.dsp 1.1:
22118: * src/targets/cgi/parser3.C 1.1:
22119: renamed targets/ parser to cgi
22120:
22121: * src/classes/_double.h 1.5:
22122: * src/classes/_double.h [stateless_class] 1.4.8.1:
22123: * src/classes/_env.h 1.4:
22124: * src/classes/_env.h [stateless_class] 1.3.8.1:
22125: * src/classes/_int.h 1.5:
22126: * src/classes/_int.h [stateless_class] 1.4.8.1:
22127: * src/classes/_root.h 1.4:
22128: * src/classes/_root.h [stateless_class] 1.3.8.1:
22129: * src/classes/_string.h 1.6:
22130: * src/classes/_string.h [stateless_class] 1.5.4.1:
22131: * src/classes/_table.h 1.2:
22132: * src/classes/_table.h [stateless_class] 1.1.6.1:
22133: * src/classes/double.C 1.15:
22134: * src/classes/double.C [stateless_class] 1.14.2.1:
22135: * src/classes/env.C 1.5:
22136: * src/classes/env.C [stateless_class] 1.4.8.1:
22137: * src/classes/int.C 1.14:
22138: * src/classes/int.C [stateless_class] 1.13.2.1:
22139: * src/classes/root.C 1.38:
22140: * src/classes/root.C [stateless_class] 1.37.2.1:
22141: * src/classes/string.C 1.10:
22142: * src/classes/string.C [stateless_class] 1.9.4.1:
22143: * src/classes/table.C 1.14:
22144: * src/classes/table.C [stateless_class] 1.13.2.1:
22145: * src/include/pa_request.h 1.46:
22146: * src/include/pa_request.h [stateless_class] 1.45.2.1:
22147: * src/main/compile.C 1.29:
22148: * src/main/compile.C [stateless_class] 1.28.2.1:
22149: * src/main/compile_tools.h 1.30:
22150: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
22151: * src/main/core.C 1.64:
22152: * src/main/core.C [stateless_class] 1.63.6.1:
22153: * src/main/execute.C 1.100:
22154: * src/main/execute.C [stateless_class] 1.99.2.1:
22155: * src/main/main.dsp 1.51:
22156: * src/main/main.dsp [stateless_class] 1.50.6.1:
22157: * src/main/pa_request.C 1.26:
22158: * src/main/pa_request.C [stateless_class] 1.25.2.1:
22159: * src/types/pa_valiased.h 1.3:
22160: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
22161: * src/types/pa_value.h 1.9:
22162: * src/types/pa_value.h [stateless_class] 1.8.2.1:
22163: * src/types/pa_vclass.C 1.5:
22164: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
22165: * src/types/pa_vclass.h 1.8:
22166: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
22167: * src/types/pa_venv.h 1.2:
22168: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
22169: * src/types/pa_vmframe.h 1.6:
22170: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
22171: * src/types/pa_vobject.h 1.5:
22172: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
22173: * src/types/pa_vstateless_class.C 1.2:
22174: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
22175: * src/types/pa_vstateless_class.h 1.2:
22176: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
22177: * src/types/pa_vstateless_object.h 1.2:
22178: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
22179: * src/types/pa_wcontext.h 1.5:
22180: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
22181: $ENV: re 0, stateless classes
22182:
22183: * src/include/pa_request.h 1.45:
22184: * src/main/compile.C 1.28:
22185: * src/main/execute.C 1.99:
22186: * src/main/pa_request.C 1.25:
22187: * src/types/pa_value.h 1.8:
22188: * src/types/pa_vmframe.h 1.5:
22189: fixed yesterdays bad decision on execute_static_method
22190:
22191: * src/include/core.h 1.15:
22192: * src/include/pa_common.h 1.11:
22193: * src/include/pa_request.h 1.52:
22194: * src/main/core.C 1.67:
22195: * src/main/execute.C 1.104:
22196: * src/main/main.dsp 1.53:
22197: * src/main/pa_request.C 1.30:
22198: * src/targets/cgi/parser3.C 1.4:
22199: * src/targets/cgi/parser3.dsp 1.3:
22200: * src/types/pa_vform.h 1.1:
22201: started cgi target
22202:
22203: * src/include/pa_request.h 1.47:
22204: * src/types/pa_venv.h 1.3:
22205: $ENV 0.1 stateless class
22206:
22207: * src/classes/_form.h 1.1:
22208: * src/classes/double.C 1.16:
22209: * src/classes/env.C 1.7:
22210: * src/classes/form.C 1.1:
22211: * src/classes/int.C 1.15:
22212: * src/classes/root.C 1.40:
22213: * src/classes/string.C 1.11:
22214: * src/classes/table.C 1.13:
22215: * src/classes/table.C 1.15:
22216: * src/include/core.h 1.13:
22217: * src/include/pa_request.h 1.49:
22218: * src/include/pa_request.h 1.50:
22219: * src/include/pa_types.h 1.12:
22220: * src/main/core.C 1.66:
22221: * src/main/execute.C 1.102:
22222: * src/main/pa_request.C 1.23:
22223: * src/main/pa_request.C 1.24:
22224: * src/main/pa_request.C 1.28:
22225: * src/targets/cgi/parser.dsp 1.2:
22226: * src/targets/cgi/parser3.C 1.2:
22227: * src/targets/cgi/parser3.dsp 1.1:
22228: * src/targets/cgi/parser3.dsp 1.2:
22229: * src/types/pa_vhash.h 1.4:
22230: z
22231:
22232: * src/classes/root.C 1.35:
22233: * src/classes/table.C 1.11:
22234: * src/include/pa_exception.h 1.8:
22235: * src/include/pa_pool.h 1.30:
22236: * src/main/pa_request.C 1.22:
22237: restructure_exceptions_dead_end
22238:
22239: * src/classes/root.C 1.34:
22240: * src/main/compile.y 1.94:
22241: ^if required junctions. allowed ; inside {} to break params
22242:
22243: * src/classes/_env.h 1.5:
22244: * src/classes/env.C 1.6:
22245: * src/classes/root.C 1.39:
22246: * src/include/core.h 1.12:
22247: * src/include/pa_pool.h 1.32:
22248: * src/include/pa_request.h 1.48:
22249: * src/main/compile.C 1.30:
22250: * src/main/compile.y 1.96:
22251: * src/main/core.C 1.65:
22252: * src/main/main.dsp 1.52:
22253: * src/main/pa_common.C 1.11:
22254: * src/main/pa_request.C 1.27:
22255: * src/types/pa_value.h 1.11:
22256: * src/types/pa_venv.h 1.6:
22257: * src/types/pa_vstateless_class.h 1.3:
22258: started $form: [historical moment :)]
22259:
22260: * src/types/pa_venv.h 1.5:
22261: $ENV 1
22262:
22263: * src/classes/double.C 1.14:
22264: * src/classes/int.C 1.13:
22265: * src/classes/root.C 1.37:
22266: * src/types/pa_vdouble.h 1.7:
22267: * src/types/pa_vint.h 1.8:
22268: Int,Double dec mul div mod
22269:
22270: 2001-03-12 paf
22271: * src/classes/_string.h 1.5:
22272: * src/classes/double.C 1.13:
22273: * src/classes/int.C 1.12:
22274: * src/classes/string.C 1.9:
22275: * src/main/execute.C 1.98:
22276: * src/types/pa_wcontext.h 1.4:
22277: int doube string ^format
22278:
22279: * src/classes/root.C 1.19:
22280: * src/types/pa_vclass.h 1.4:
22281: process temp main zeroing
22282:
22283: * src/classes/root.C 1.30:
22284: * src/classes/table.C 1.6:
22285: * src/types/pa_vtable.h 1.2:
22286: table ^offset ^line ^count
22287:
22288: * src/classes/root.C 1.28:
22289: * src/classes/table.C 1.5:
22290: ^use
22291:
22292: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
22293: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
22294: constructing flag not 'bad' but not 'enough'
22295:
22296: * src/classes/root.C 1.27:
22297: * src/classes/table.C 1.4:
22298: * src/include/pa_request.h 1.44:
22299: * src/main/compile.y 1.92:
22300: * src/main/core.C 1.62:
22301: * src/main/execute.C 1.96:
22302: * src/types/pa_vclass.h 1.7:
22303: * src/types/pa_wcontext.C 1.3:
22304: * src/types/pa_wcontext.h 1.3:
22305: * src/types/pa_wwrapper.h 1.3:
22306: while. switched off wcontext.constructing after write(value) or
22307: auto-vhash-constructing
22308:
22309: * src/classes/table.C 1.8:
22310: table ^empty
22311:
22312: * src/classes/root.C 1.33:
22313: ^eval
22314:
22315: * src/classes/root.C 1.26:
22316: * src/classes/table.C 1.3:
22317: * src/include/pa_request.h 1.43:
22318: * src/main/pa_request.C 1.20:
22319: fail_if_junction_ helper func
22320:
22321: * src/classes/root.C 1.23:
22322: * src/include/core.h 1.11:
22323: * src/include/pa_array.h 1.23:
22324: * src/include/pa_request.h 1.41:
22325: * src/include/pa_table.h 1.11:
22326: * src/main/core.C 1.60:
22327: * src/main/main.dsp 1.49:
22328: * src/main/pa_request.C 1.17:
22329: * src/main/pa_table.C 1.12:
22330: * src/types/pa_value.h 1.6:
22331: * src/types/pa_vclass.C 1.4:
22332: * src/types/pa_vclass.h 1.6:
22333: * src/types/pa_vdouble.h 1.5:
22334: * src/types/pa_vint.h 1.5:
22335: * src/types/pa_vmframe.h 1.4:
22336: * src/types/pa_vstring.h 1.5:
22337: freeze, ^table:create[] -1
22338:
22339: * src/types/pa_vtable.h 1.1:
22340: table: no, better with string in cells...
22341:
22342: * src/classes/root.C 1.21:
22343: * src/main/execute.C 1.93:
22344: * src/types/pa_vclass.h 1.5:
22345: used get_method in couple places optimizing them
22346:
1.24 paf 22347: * src/classes/_table.h 1.1:
22348: * src/classes/root.C 1.20:
22349: * src/classes/root.C 1.22:
22350: * src/classes/table.C 1.1:
22351: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
22352: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
22353: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
22354: * src/main/untaint.C 1.1:
22355: * src/types/pa_value.h 1.5:
22356: z
22357:
1.15 paf 22358: * src/classes/double.C 1.10:
22359: * src/classes/int.C 1.10:
22360: * src/classes/root.C 1.18:
22361: * src/classes/string.C 1.7:
22362: * src/include/pa_common.h 1.6:
22363: * src/include/pa_request.h 1.40:
22364: * src/include/pa_string.h 1.32:
22365: * src/include/pa_types.h 1.10:
22366: * src/main/compile.C 1.27:
22367: * src/main/compile.y 1.91:
22368: * src/main/compile_tools.h 1.29:
22369: * src/main/execute.C 1.92:
22370: * src/main/pa_common.C 1.7:
22371: * src/main/pa_request.C 1.16:
22372: * src/types/pa_value.h 1.4:
22373: * src/types/pa_vmframe.h 1.3:
22374: process. actual names to store param and
22375: check_actual_numbered_params for better place diagnostics
22376:
22377: * src/classes/root.C 1.25:
22378: * src/classes/table.C 1.2:
22379: * src/include/pa_common.h 1.8:
22380: * src/include/pa_request.h 1.42:
22381: * src/main/execute.C 1.95:
22382: * src/main/main.dsp 1.50:
22383: * src/main/pa_common.C 1.9:
22384: * src/main/pa_request.C 1.19:
22385: ^process error point by actual method_name, not source.
22386: ^load
22387:
22388: * src/classes/table.C 1.7:
22389: * src/include/pa_table.h 1.13:
22390: table ^menu
22391:
22392: * src/classes/root.C 1.29:
22393: ^round() ^floor() ^ceiling() ^abs() ^sign()
22394:
22395: * src/classes/double.C 1.11:
22396: * src/classes/int.C 1.11:
22397: * src/classes/root.C 1.31:
22398: * src/classes/string.C 1.8:
22399: * src/classes/table.C 1.9:
22400: * src/main/core.C 1.63:
22401: * src/main/execute.C 1.97:
22402: * src/types/pa_vint.h 1.6:
22403: ^for
22404:
22405: * src/classes/double.C 1.12:
22406: * src/classes/root.C 1.32:
22407: * src/classes/table.C 1.10:
22408: * src/include/pa_common.h 1.9:
22409: * src/include/pa_types.h 1.11:
22410: * src/main/compile.y 1.93:
22411: * src/main/pa_common.C 1.10:
22412: * src/main/pa_request.C 1.21:
22413: * src/main/untaint.C 1.2:
22414: * src/types/pa_vdouble.h 1.6:
22415: * src/types/pa_vint.h 1.7:
22416: * src/types/pa_vtable.h 1.3:
22417: * src/types/pa_wwrapper.h 1.4:
22418: think constructing flag as is is bad
22419:
22420: * src/classes/root.C 1.24:
22421: * src/include/pa_common.h 1.7:
22422: * src/include/pa_string.h 1.33:
22423: * src/include/pa_table.h 1.12:
22424: * src/main/core.C 1.61:
22425: * src/main/execute.C 1.94:
22426: * src/main/pa_common.C 1.8:
22427: * src/main/pa_request.C 1.18:
22428: * src/main/pa_table.C 1.13:
22429: * src/types/pa_value.h 1.7:
22430: table:set 0
22431:
22432: 2001-03-11 paf
22433: * src/classes/double.C 1.8:
22434: * src/classes/int.C 1.8:
22435: * src/classes/root.C 1.14:
22436: * src/include/pa_request.h 1.38:
22437: * src/main/execute.C 1.90:
22438: intercept_string
22439:
22440: * src/classes/double.C 1.6:
22441: * src/classes/int.C 1.6:
22442: * src/include/pa_request.h 1.37:
22443: ^inc-s(expr)
22444:
22445: * src/include/pa_valiased.h 1.4:
22446: * src/include/pa_value.h 1.51:
22447: * src/include/pa_vbool.h 1.8:
22448: * src/include/pa_vcframe.h 1.8:
22449: * src/include/pa_vclass.h 1.30:
22450: * src/include/pa_vdouble.h 1.13:
22451: * src/include/pa_vhash.h 1.13:
22452: * src/include/pa_vint.h 1.5:
22453: * src/include/pa_vjunction.h 1.9:
22454: * src/include/pa_vmframe.h 1.24:
22455: * src/include/pa_vobject.h 1.18:
22456: * src/include/pa_vstring.h 1.18:
22457: * src/include/pa_vunknown.h 1.10:
22458: * src/include/pa_wcontext.h 1.29:
22459: * src/include/pa_wwrapper.h 1.14:
22460: * src/main/compile.y 1.88:
22461: * src/main/core.C 1.55:
22462: * src/main/main.dsp 1.44:
22463: * src/main/pa_cframe.C 1.6:
22464: * src/main/pa_request.C 1.11:
22465: * src/main/pa_value.C 1.8:
22466: * src/main/pa_vclass.C 1.5:
22467: * src/main/pa_wcontext.C 1.11:
22468: * src/types/pa_valiased.h 1.1:
22469: * src/types/pa_value.h 1.1:
22470: * src/types/pa_vbool.h 1.1:
22471: * src/types/pa_vcframe.h 1.1:
22472: * src/types/pa_vclass.C 1.1:
22473: * src/types/pa_vclass.h 1.1:
22474: * src/types/pa_vdouble.h 1.1:
22475: * src/types/pa_vhash.h 1.1:
22476: * src/types/pa_vint.h 1.1:
22477: * src/types/pa_vjunction.h 1.1:
22478: * src/types/pa_vmframe.h 1.1:
22479: * src/types/pa_vobject.h 1.1:
22480: * src/types/pa_vstring.h 1.1:
22481: * src/types/pa_vunknown.h 1.1:
22482: * src/types/pa_wcontext.C 1.1:
22483: * src/types/pa_wcontext.h 1.1:
22484: * src/types/pa_wwrapper.h 1.1:
22485: splitted types from include/
22486:
22487: * src/main/main.dsp 1.47:
22488: * src/types/pa_value.h 1.3:
22489: * src/types/pa_vdouble.h 1.3:
22490: * src/types/pa_vint.h 1.3:
22491: * src/types/pa_vobject.h 1.3:
22492: * src/types/pa_vstring.h 1.3:
22493: VString VDouble VInt base now VObject_base - without fields
22494:
22495: * src/include/core.h 1.7:
22496: * src/include/pa_request.h 1.35:
22497: * src/main/core.C 1.56:
22498: * src/main/main.dsp 1.45:
22499: * src/main/pa_request.C 1.12:
22500: renamed AUTO: to MAIN:
22501:
22502: * src/classes/double.C 1.9:
22503: * src/classes/int.C 1.9:
22504: * src/classes/root.C 1.15:
22505: * src/classes/string.C 1.6:
22506: * src/include/core.h 1.9:
22507: * src/include/pa_hash.h 1.23:
22508: * src/include/pa_pool.h 1.29:
22509: * src/include/pa_request.h 1.39:
22510: * src/include/pa_string.h 1.31:
22511: * src/main/compile.C 1.26:
22512: * src/main/core.C 1.58:
22513: * src/main/pa_request.C 1.15:
22514: ^untaint 0
22515:
22516: * src/classes/root.C 1.17:
22517: * src/main/execute.C 1.91:
22518: * src/main/main.dsp 1.48:
22519: setname for method-junctions bug fixed
22520:
22521: * src/types/pa_vdouble.h 1.4:
22522: * src/types/pa_vint.h 1.4:
22523: * src/types/pa_vobject.h 1.4:
22524: * src/types/pa_vstateless_object.h 1.1:
22525: * src/types/pa_vstring.h 1.4:
22526: stateless_object
22527:
22528: * src/classes/root.C 1.16:
22529: * src/include/core.h 1.10:
22530: * src/main/core.C 1.59:
22531: * src/main/pa_request.C 1.13:
22532: * src/types/pa_vhash.h 1.2:
22533: z
22534:
22535: * src/classes/_double.h 1.4:
22536: * src/classes/_env.h 1.3:
22537: * src/classes/_int.h 1.4:
22538: * src/classes/_root.h 1.3:
22539: * src/classes/_string.h 1.4:
22540: * src/classes/double.C 1.5:
22541: * src/classes/env.C 1.4:
22542: * src/classes/int.C 1.5:
22543: * src/classes/root.C 1.12:
22544: * src/classes/string.C 1.5:
22545: * src/include/code.h 1.20:
22546: * src/include/core.h 1.8:
22547: * src/include/pa_array.h 1.22:
22548: * src/include/pa_common.h 1.5:
22549: * src/include/pa_exception.h 1.7:
22550: * src/include/pa_hash.h 1.22:
22551: * src/include/pa_pool.h 1.28:
22552: * src/include/pa_request.h 1.36:
22553: * src/include/pa_stack.h 1.6:
22554: * src/include/pa_string.h 1.30:
22555: * src/include/pa_table.h 1.10:
22556: * src/include/pa_threads.h 1.6:
22557: * src/include/pa_types.h 1.9:
22558: * src/main/compile.C 1.25:
22559: * src/main/compile.y 1.89:
22560: * src/main/compile_tools.C 1.26:
22561: * src/main/compile_tools.h 1.27:
22562: * src/main/core.C 1.57:
22563: * src/main/execute.C 1.89:
22564: * src/main/pa_array.C 1.22:
22565: * src/main/pa_common.C 1.6:
22566: * src/main/pa_exception.C 1.6:
22567: * src/main/pa_hash.C 1.20:
22568: * src/main/pa_pool.C 1.11:
22569: * src/main/pa_request.C 1.14:
22570: * src/main/pa_string.C 1.37:
22571: * src/main/pa_table.C 1.11:
22572: * src/types/pa_valiased.h 1.2:
22573: * src/types/pa_value.h 1.2:
22574: * src/types/pa_vbool.h 1.2:
22575: * src/types/pa_vcframe.h 1.2:
22576: * src/types/pa_vclass.C 1.2:
22577: * src/types/pa_vclass.h 1.2:
22578: * src/types/pa_vdouble.h 1.2:
22579: * src/types/pa_vhash.h 1.3:
22580: * src/types/pa_vint.h 1.2:
22581: * src/types/pa_vjunction.h 1.2:
22582: * src/types/pa_vmframe.h 1.2:
22583: * src/types/pa_vobject.h 1.2:
22584: * src/types/pa_vstring.h 1.2:
22585: * src/types/pa_vunknown.h 1.2:
22586: * src/types/pa_wcontext.C 1.2:
22587: * src/types/pa_wcontext.h 1.2:
22588: * src/types/pa_wwrapper.h 1.2:
22589: headers updated
22590:
22591: * src/classes/double.C 1.7:
22592: * src/classes/int.C 1.7:
22593: * src/classes/root.C 1.13:
22594: * src/types/pa_vclass.C 1.3:
22595: * src/types/pa_vclass.h 1.3:
22596: add_native_method helper
22597:
22598: 2001-03-10 paf
22599: * src/include/core.h 1.4:
22600: * src/include/pa_request.h 1.30:
22601: * src/main/compile.y 1.85:
22602: * src/main/core.C 1.52:
22603: * src/main/pa_request.C 1.6:
22604: names to core.C
22605:
22606: * src/classes/_env.h 1.1:
22607: * src/classes/env.C 1.1:
22608: * src/classes/root.C 1.8:
22609: * src/include/pa_request.h 1.23:
22610: * src/include/pa_vclass.h 1.27:
22611: * src/main/core.C 1.49:
22612: * src/main/main.dsp 1.42:
22613: env0
22614:
22615: * src/include/code.h 1.18:
22616: * src/include/pa_request.h 1.28:
22617: * src/include/pa_vint.h 1.3:
22618: * src/include/pa_vjunction.h 1.7:
22619: * src/include/pa_vstring.h 1.16:
22620: * src/main/compile.y 1.84:
22621: * src/main/compile_tools.C 1.24:
22622: * src/main/compile_tools.h 1.25:
22623: * src/main/execute.C 1.86:
22624: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22625:
22626: * src/include/core.h 1.2:
22627: * src/include/pa_array.h 1.20:
22628: * src/include/pa_hash.h 1.20:
22629: * src/include/pa_request.h 1.24:
22630: * src/include/pa_value.h 1.49:
22631: * src/include/pa_vcframe.h 1.6:
22632: * src/include/pa_vdouble.h 1.11:
22633: * src/include/pa_vint.h 1.2:
22634: * src/include/pa_vstring.h 1.15:
22635: * src/include/pa_vunknown.h 1.8:
22636: * src/include/pa_wcontext.h 1.26:
22637: * src/main/compile.y 1.82:
22638: * src/main/compile_tools.C 1.23:
22639: * src/main/compile_tools.h 1.24:
22640: * src/main/core.C 1.50:
22641: * src/main/execute.C 1.82:
22642: * src/main/main.dsp 1.43:
22643: * src/main/pa_cframe.C 1.4:
22644: * src/main/pa_request.C 1.3:
22645: * src/main/pa_wcontext.C 1.8:
22646: const fight finished
22647:
22648: * src/include/core.h 1.6:
22649: * src/include/pa_request.h 1.34:
22650: * src/main/core.C 1.54:
22651: * src/main/pa_request.C 1.10:
22652: run+auto=run
22653:
22654: * src/include/pa_request.h 1.27:
22655: * src/main/execute.C 1.85:
22656: * src/main/pa_request.C 1.4:
22657: @auto[] realised. auto.p scan togo
22658:
22659: * src/classes/double.C 1.3:
22660: * src/classes/int.C 1.3:
22661: * src/classes/root.C 1.9:
22662: * src/classes/string.C 1.3:
22663: * src/include/pa_request.h 1.25:
22664: * src/include/pa_string.h 1.28:
22665: * src/include/pa_wcontext.h 1.27:
22666: * src/main/compile.y 1.83:
22667: * src/main/execute.C 1.83:
22668: * src/main/pa_string.C 1.35:
22669: * src/main/pa_wcontext.C 1.9:
22670: tainting 0
22671:
22672: * src/classes/_double.h 1.2:
22673: * src/classes/_int.h 1.2:
22674: * src/classes/_root.h 1.1:
22675: * src/classes/_string.h 1.2:
22676: * src/classes/double.C 1.2:
22677: * src/classes/int.C 1.2:
22678: * src/classes/root.C 1.7:
22679: * src/classes/string.C 1.2:
22680: * src/include/pa_request.h 1.22:
22681: * src/include/pa_string.h 1.27:
22682: * src/include/pa_types.h 1.7:
22683: * src/include/pa_vcframe.h 1.5:
22684: * src/include/pa_wcontext.h 1.25:
22685: * src/main/core.C 1.48:
22686: * src/main/main.dsp 1.41:
22687: * src/main/pa_cframe.C 1.3:
22688: * src/main/pa_string.C 1.34:
22689: * src/main/pa_vclass.C 1.3:
22690: * src/main/pa_wcontext.C 1.7:
22691: ^lang prepare0
22692:
22693: * src/include/pa_request.h 1.31:
22694: * src/main/compile.C 1.23:
22695: * src/main/compile.y 1.86:
22696: * src/main/pa_request.C 1.7:
22697: auto tree0
22698:
22699: * src/classes/env.C 1.2:
22700: env:file/line
22701:
22702: * src/include/pa_vclass.h 1.28:
22703: const fight to go
22704:
1.24 paf 22705: * src/include/pa_request.h 1.26:
22706: * src/main/execute.C 1.84:
22707: autocalc code-junctions result now have names
22708:
1.15 paf 22709: * src/include/core.h 1.3:
22710: * src/include/pa_common.h 1.3:
22711: * src/include/pa_pool.h 1.26:
22712: * src/include/pa_request.h 1.29:
22713: * src/main/core.C 1.51:
22714: * src/main/execute.C 1.87:
22715: * src/main/pa_common.C 1.4:
22716: * src/main/pa_request.C 1.5:
22717: root auto.p loaded
22718:
22719: * src/classes/root.C 1.11:
22720: * src/include/pa_request.h 1.33:
22721: minor if junction bug
22722:
22723: * src/main/pa_request.C 1.8:
22724: auto..
22725:
22726: * src/classes/_double.h 1.3:
22727: * src/classes/_env.h 1.2:
22728: * src/classes/_int.h 1.3:
22729: * src/classes/_root.h 1.2:
22730: * src/classes/_string.h 1.3:
22731: * src/classes/double.C 1.4:
22732: * src/classes/env.C 1.3:
22733: * src/classes/int.C 1.4:
22734: * src/classes/root.C 1.10:
22735: * src/classes/string.C 1.4:
22736: * src/include/code.h 1.19:
22737: * src/include/core.h 1.5:
22738: * src/include/pa_array.h 1.21:
22739: * src/include/pa_common.h 1.4:
22740: * src/include/pa_exception.h 1.6:
22741: * src/include/pa_hash.h 1.21:
22742: * src/include/pa_pool.h 1.27:
22743: * src/include/pa_request.h 1.32:
22744: * src/include/pa_stack.h 1.5:
22745: * src/include/pa_string.h 1.29:
22746: * src/include/pa_table.h 1.9:
22747: * src/include/pa_threads.h 1.5:
22748: * src/include/pa_types.h 1.8:
22749: * src/include/pa_valiased.h 1.3:
22750: * src/include/pa_value.h 1.50:
22751: * src/include/pa_vbool.h 1.7:
22752: * src/include/pa_vcframe.h 1.7:
22753: * src/include/pa_vclass.h 1.29:
22754: * src/include/pa_vdouble.h 1.12:
22755: * src/include/pa_vhash.h 1.12:
22756: * src/include/pa_vint.h 1.4:
22757: * src/include/pa_vjunction.h 1.8:
22758: * src/include/pa_vmframe.h 1.23:
22759: * src/include/pa_vobject.h 1.17:
22760: * src/include/pa_vstring.h 1.17:
22761: * src/include/pa_vunknown.h 1.9:
22762: * src/include/pa_wcontext.h 1.28:
22763: * src/include/pa_wwrapper.h 1.13:
22764: * src/main/compile.C 1.24:
22765: * src/main/compile.y 1.87:
22766: * src/main/compile_tools.C 1.25:
22767: * src/main/compile_tools.h 1.26:
22768: * src/main/core.C 1.53:
22769: * src/main/execute.C 1.88:
22770: * src/main/pa_array.C 1.21:
22771: * src/main/pa_cframe.C 1.5:
22772: * src/main/pa_common.C 1.5:
22773: * src/main/pa_exception.C 1.5:
22774: * src/main/pa_hash.C 1.19:
22775: * src/main/pa_pool.C 1.10:
22776: * src/main/pa_request.C 1.9:
22777: * src/main/pa_string.C 1.36:
22778: * src/main/pa_table.C 1.10:
22779: * src/main/pa_value.C 1.7:
22780: * src/main/pa_vclass.C 1.4:
22781: * src/main/pa_wcontext.C 1.10:
22782: sources header
22783:
22784: 2001-03-09 paf
22785: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
22786: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
22787: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
22788: ^string.length[]
22789:
22790: * src/classes/root.C 1.5:
22791: * src/include/pa_request.h 1.21:
22792: * src/include/pa_vclass.h 1.26:
22793: * src/include/pa_vhash.h 1.11:
22794: * src/include/pa_vmframe.h 1.20:
22795: * src/include/pa_vobject.h 1.15:
22796: * src/include/pa_vstring.h 1.13:
22797: * src/include/pa_wcontext.h 1.24:
22798: * src/main/compile.y 1.80:
22799: * src/main/core.C 1.46:
22800: * src/main/execute.C 1.79:
22801: * src/main/main.dsp 1.39:
22802: .
22803:
22804: * src/include/pa_vmframe.h 1.22:
22805: * src/main/compile.C 1.22:
22806: * src/main/execute.C 1.81:
22807: expr construct proper naming
22808:
22809: * src/classes/_double.h 1.1:
22810: * src/classes/_int.h 1.1:
22811: * src/classes/_string.h 1.1:
22812: * src/classes/double.C 1.1:
22813: * src/classes/int.C 1.1:
22814: * src/classes/root.C 1.6:
22815: * src/classes/string.C 1.1:
22816: * src/include/code.h 1.17:
22817: * src/include/pa_value.h 1.48:
22818: * src/include/pa_vbool.h 1.6:
22819: * src/include/pa_vdouble.h 1.10:
22820: * src/include/pa_vint.h 1.1:
22821: * src/include/pa_vmframe.h 1.21:
22822: * src/include/pa_vobject.h 1.16:
22823: * src/include/pa_vstring.h 1.14:
22824: * src/main/compile.y 1.81:
22825: * src/main/compile_tools.C 1.22:
22826: * src/main/core.C 1.47:
22827: * src/main/execute.C 1.80:
22828: * src/main/main.dsp 1.40:
22829: Int and Double classes with ^int[] and ^double[]. fixed expr type
22830:
22831: 2001-03-08 paf
22832: * src/include/pa_request.h 1.18:
22833: * src/include/pa_value.h 1.44:
22834: * src/include/pa_vcframe.h 1.4:
22835: * src/include/pa_vmframe.h 1.16:
22836: * src/include/pa_wcontext.h 1.23:
22837: * src/main/compile.C 1.21:
22838: * src/main/compile.y 1.76:
22839: * src/main/core.C 1.45:
22840: * src/main/execute.C 1.70:
22841: * src/main/pa_cframe.C 1.2:
22842: * src/main/pa_wcontext.C 1.5:
22843: 'if' just compiled
22844:
22845: * src/main/pa_vclass.C 1.2:
22846: that were ok... [vclass were out of vcs]
22847:
22848: * src/include/pa_value.h 1.43:
22849: * src/include/pa_vmframe.h 1.14:
22850: * src/main/compile.y 1.75:
22851: * src/main/core.C 1.44:
22852: * src/main/execute.C 1.68:
22853: * src/main/main.dsp 1.37:
22854: z. detected probs with parameter names in operator methods
22855:
22856: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
22857: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
22858: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
22859: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
22860: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
22861: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
22862: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
22863: dead end: vstring can't be derivated from vobject
22864:
22865: * src/include/pa_request.h 1.17:
22866: * src/main/compile.C 1.20:
22867: * src/main/compile.y 1.73:
22868: * src/main/core.C 1.43:
22869: * src/main/main.dsp 1.36:
22870: introducing ROOT_CLASS.
22871: it's default @BASE.
22872: changed 'RUN' assignment mech
22873:
22874: * src/main/execute.C 1.64:
22875: root root in code-junction
22876:
22877: * src/include/pa_bool.h 1.2:
22878: * src/include/pa_double.h 1.2:
22879: * src/include/pa_value.h 1.47:
22880: * src/include/pa_vbool.h 1.5:
22881: * src/include/pa_vclass.h 1.24:
22882: * src/include/pa_vdouble.h 1.9:
22883: * src/include/pa_vhash.h 1.9:
22884: * src/include/pa_vjunction.h 1.6:
22885: * src/include/pa_vmframe.h 1.19:
22886: * src/include/pa_vobject.h 1.13:
22887: * src/include/pa_vstring.h 1.12:
22888: * src/include/pa_vunknown.h 1.7:
22889: * src/main/compile.y 1.79:
22890: * src/main/compile_tools.C 1.21:
22891: * src/main/execute.C 1.78:
22892: withoud cloning. didn't need it actually, params got passed
22893: from out unnamed ewpool
22894:
22895: * src/include/code.h 1.16:
22896: * src/main/compile.y 1.72:
22897: * src/main/compile_tools.C 1.19:
22898: * src/main/compile_tools.h 1.23:
22899: * src/main/execute.C 1.66:
22900: made class: dynamic, not static. so to enable runtime ^use
22901:
22902: * src/include/code.h 1.15:
22903: * src/main/compile.y 1.70:
22904: * src/main/compile_tools.C 1.18:
22905: * src/main/execute.C 1.65:
22906: joined 2 into one OP_CODE__STORE_PARAM
22907:
22908: * src/main/execute.C 1.74:
22909: fixed problems calling operators in constructors
22910:
22911: * src/classes/root.C 1.2:
22912: * src/include/pa_request.h 1.19:
22913: * src/include/pa_value.h 1.45:
22914: * src/include/pa_vbool.h 1.3:
22915: * src/include/pa_wwrapper.h 1.12:
22916: * src/main/execute.C 1.71:
22917: ^if 0
22918:
22919: * src/main/pa_vclass.C 1.1:
22920: wow! vclass were out of vcs
22921:
22922: * src/classes/root.C 1.4:
22923: * src/include/pa_stack.h 1.4:
22924: * src/main/execute.C 1.73:
22925: detected problems calling operators in constructors
22926:
22927: * src/main/compile.y 1.74:
22928: minor renamings in .y
22929:
22930: * src/include/pa_vdouble.h 1.8:
22931: * src/include/pa_vhash.h 1.8:
22932: * src/include/pa_vjunction.h 1.5:
22933: * src/include/pa_vobject.h 1.12:
22934: * src/include/pa_vunknown.h 1.6:
22935: * src/main/compile.y 1.78:
22936: cloning dead end
22937:
22938: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
22939: fixed forgotten method_frame my check
22940:
22941: * src/classes/root.C 1.1:
22942: added root.c
22943:
22944: * src/include/pa_vbool.h 1.2:
22945: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
22946: * src/include/pa_vdouble.h 1.6:
22947: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
22948: * src/include/pa_vjunction.h 1.3:
22949: * src/include/pa_vmframe.h 1.15:
22950: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
22951: * src/include/pa_vstring.h 1.10:
22952: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
22953: * src/include/pa_wcontext.h 1.22:
22954: * src/main/execute.C 1.67:
22955: * src/main/execute.C 1.69:
22956: * src/main/execute.C 1.75:
22957: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
22958: * src/main/pa_wcontext.C 1.4:
22959: * src/main/pa_wcontext.C 1.6:
22960: z
22961:
22962: * src/main/compile.y 1.71:
22963: minor grammar bug with OP_CODE__STORE_PARAM
22964:
22965: * src/include/pa_bool.h 1.1:
22966: * src/include/pa_double.h 1.1:
22967: * src/include/pa_valiased.h 1.2:
22968: * src/include/pa_value.h 1.46:
22969: * src/include/pa_vbool.h 1.4:
22970: * src/include/pa_vclass.h 1.23:
22971: * src/include/pa_vdouble.h 1.7:
22972: * src/include/pa_vhash.h 1.7:
22973: * src/include/pa_vjunction.h 1.4:
22974: * src/include/pa_vmframe.h 1.18:
22975: * src/include/pa_vobject.h 1.11:
22976: * src/include/pa_vstring.h 1.11:
22977: * src/include/pa_vunknown.h 1.5:
22978: * src/main/compile.y 1.77:
22979: * src/main/compile_tools.C 1.20:
22980: * src/main/execute.C 1.77:
22981: * src/main/main.dsp 1.38:
22982: * src/main/pa_value.C 1.6:
22983: value.cloning so to give params proper names
22984:
22985: * src/classes/root.C 1.3:
22986: * src/include/pa_request.h 1.20:
22987: * src/main/execute.C 1.72:
22988: autocalc def to string
22989:
22990: * src/include/pa_vmframe.h 1.17:
22991: * src/main/execute.C 1.76:
22992: added names to unknown values in get_element and unfilled
22993: params. removed wrong name change in get_element
22994:
22995: * src/include/pa_vclass.h 1.25:
22996: * src/include/pa_vhash.h 1.10:
22997: * src/include/pa_vobject.h 1.14:
22998: removes some remained clone conseqs
22999:
23000: 2001-03-07 paf
23001: * src/include/pa_hash.h 1.19:
23002: * src/include/pa_value.h 1.40:
23003: * src/include/pa_vhash.h 1.4:
23004: * src/include/pa_vunknown.h 1.4:
23005: * src/main/compile.y 1.67:
23006: * src/main/execute.C 1.62:
23007: * src/main/pa_hash.C 1.18:
23008: expr def in -f
23009:
23010: * src/main/compile.y 1.65:
23011: * src/main/execute.C 1.60:
23012: * src/main/pa_string.C 1.33:
23013: bug in string.cmp fixed
23014:
23015: * src/main/compile.y 1.68:
23016: .y priorities syntax shaped up a bit
23017:
23018: * src/main/compile.y 1.64:
23019: expr quoted code
23020:
23021: * src/main/execute.C 1.57:
23022: ^var.menu{$field} problem detected. that $field not a $var.field
23023:
23024: * src/main/compile.y 1.69:
23025: * src/main/compile_tools.h 1.22:
23026: ^func(params)
23027:
1.24 paf 23028: * src/main/compile.y 1.63:
23029: * src/main/execute.C 1.59:
23030: expr whitespace solved. added "" support0
23031:
1.15 paf 23032: * src/include/pa_value.h 1.42:
23033: * src/include/pa_vclass.h 1.22:
23034: * src/include/pa_vhash.h 1.6:
23035: * src/include/pa_vmframe.h 1.13:
23036: * src/include/pa_vobject.h 1.10:
23037: * src/include/pa_wwrapper.h 1.11:
23038: const in Value.get_element
23039:
23040: * src/include/pa_string.h 1.26:
23041: * src/main/compile.y 1.61:
23042: * src/main/execute.C 1.58:
23043: * src/main/pa_string.C 1.32:
23044: just compiled lt&co
23045:
23046: * src/include/pa_stack.h 1.3:
23047: * src/include/pa_value.h 1.41:
23048: * src/include/pa_vclass.h 1.21:
23049: * src/include/pa_vhash.h 1.5:
23050: * src/include/pa_vmframe.h 1.12:
23051: * src/include/pa_vobject.h 1.9:
23052: * src/include/pa_wwrapper.h 1.10:
23053: * src/main/execute.C 1.63:
23054: fixed rwcontext of {} params up
23055:
23056: * src/main/compile.y 1.62:
23057: expr string comparisons 0
23058:
23059: * src/main/compile.y 1.66:
23060: * src/main/execute.C 1.61:
23061: expr calls
23062:
23063: 2001-03-06 paf
23064: * src/include/pa_vbool.h 1.1:
23065: forgot this
23066:
23067: * src/main/compile.y 1.51:
23068: expr lexx1
23069:
23070: * src/include/code.h 1.14:
23071: * src/main/compile.y 1.59:
23072: * src/main/execute.C 1.56:
23073: 1 problems with skipping whitespace in yylex fixed
23074: 2 xors: # bitwise ## logical
23075:
23076: * src/include/code.h 1.11:
23077: * src/include/pa_valiased.h 1.1:
23078: * src/include/pa_value.h 1.37:
23079: * src/include/pa_vdouble.h 1.1:
23080: * src/include/pa_vstring.h 1.6:
23081: * src/main/compile.y 1.49:
23082: * src/main/execute.C 1.49:
23083: expr lex0 exec-1
23084:
23085: * src/main/compile.y 1.52:
23086: expr grammar-1
23087:
23088: * src/include/pa_value.h 1.39:
23089: * src/include/pa_vdouble.h 1.5:
23090: * src/include/pa_vstring.h 1.8:
23091: * src/include/pa_vunknown.h 1.3:
23092: * src/main/compile.y 1.56:
23093: * src/main/execute.C 1.54:
23094: * src/main/main.dsp 1.35:
23095: !~
23096:
23097: * src/include/code.h 1.10:
23098: * src/main/compile.y 1.48:
23099: * src/main/compile_tools.h 1.18:
23100: g
23101:
23102: * src/main/compile.y 1.60:
23103: .y expr visible-shorter
23104:
23105: * src/include/pa_vcframe.h 1.3:
23106: * src/include/pa_vclass.h 1.20:
23107: * src/include/pa_vdouble.h 1.4:
23108: * src/include/pa_vhash.h 1.3:
23109: * src/include/pa_vjunction.h 1.2:
23110: * src/include/pa_vmframe.h 1.11:
23111: * src/include/pa_vobject.h 1.8:
23112: * src/include/pa_vstring.h 1.7:
23113: * src/include/pa_vunknown.h 1.2:
23114: * src/include/pa_wcontext.h 1.21:
23115: * src/include/pa_wwrapper.h 1.9:
23116: * src/main/compile.y 1.55:
23117: * src/main/compile_tools.C 1.17:
23118: * src/main/compile_tools.h 1.21:
23119: * src/main/execute.C 1.53:
23120: +-*/
23121:
23122: * src/main/compile.y 1.50:
23123: * src/main/execute.C 1.50:
23124: * src/main/main.dsp 1.34:
23125: z
23126:
23127: * src/include/pa_value.h 1.38:
23128: * src/include/pa_vdouble.h 1.2:
23129: * src/main/compile.y 1.53:
23130: * src/main/execute.C 1.51:
23131: expr grammar-1 2*2=4.000000 :)
23132:
1.24 paf 23133: * src/include/pa_vstring.h 1.9:
23134: * src/main/compile.y 1.58:
23135: problems with skipping whitespace in yylex
23136:
1.15 paf 23137: * src/include/pa_vdouble.h 1.3:
23138: * src/main/compile.y 1.54:
23139: * src/main/compile_tools.C 1.15:
23140: * src/main/compile_tools.h 1.19:
23141: grammar-1.1 $a(z) $a=0
23142:
23143: * src/include/code.h 1.13:
23144: * src/main/compile.y 1.57:
23145: * src/main/execute.C 1.55:
23146: without string ops in expressions 0
23147:
23148: 2001-02-26 paf
23149: * src/main/compile.y 1.46:
23150: max_string in yyerror bug fix
23151:
23152: 2001-02-25 paf
23153: * src/main/compile.y 1.40:
23154: escaping bug
23155:
23156: * src/include/pa_request.h 1.14:
23157: * src/main/compile.C 1.19:
23158: * src/main/core.C 1.38:
23159: default name RUN, also alias
23160:
23161: * src/include/pa_vcframe.h 1.2:
23162: * src/include/pa_vmframe.h 1.5:
23163: * src/include/pa_vobject.h 1.6:
23164: * src/include/pa_wcontext.h 1.17:
23165: * src/include/pa_wwrapper.h 1.7:
23166: * src/main/core.C 1.40:
23167: * src/main/execute.C 1.43:
23168: * src/main/main.dsp 1.31:
23169: would now get fields into interm VFielded class
23170:
23171: * src/include/pa_request.h 1.16:
23172: * src/include/pa_value.h 1.34:
23173: * src/include/pa_vmframe.h 1.7:
23174: * src/include/pa_wcontext.h 1.19:
23175: * src/main/execute.C 1.46:
23176: VAliased0
23177:
23178: * src/main/execute.C 1.47:
23179: VAliased1
23180:
23181: * src/include/pa_value.h 1.35:
23182: * src/include/pa_vmframe.h 1.8:
23183: VAliased2
23184:
23185: * src/include/code.h 1.9:
23186: * src/include/pa_value.h 1.28:
23187: * src/include/pa_vclass.h 1.15:
23188: * src/include/pa_vmframe.h 1.2:
23189: * src/include/pa_vobject.h 1.3:
23190: * src/include/pa_wwrapper.h 1.5:
23191: * src/main/compile.y 1.38:
23192: * src/main/compile_tools.C 1.14:
23193: * src/main/compile_tools.h 1.16:
23194: * src/main/execute.C 1.38:
23195: ^class:method() just compiled
23196:
23197: * src/include/pa_hash.h 1.18:
23198: * src/include/pa_value.h 1.31:
23199: * src/include/pa_vclass.h 1.17:
23200: * src/include/pa_vmframe.h 1.4:
23201: * src/include/pa_vobject.h 1.5:
23202: * src/include/pa_vstring.h 1.5:
23203: * src/include/pa_wcontext.h 1.16:
23204: * src/main/compile.y 1.45:
23205: * src/main/core.C 1.39:
23206: * src/main/execute.C 1.42:
23207: * src/main/main.dsp 1.30:
23208: * src/main/pa_hash.C 1.17:
23209: * src/main/pa_value.C 1.5:
23210: * src/main/pa_wcontext.C 1.3:
23211: virtuals2
23212:
23213: * src/include/pa_value.h 1.32:
23214: * src/include/pa_vclass.h 1.18:
23215: * src/include/pa_wcontext.h 1.18:
23216: * src/include/pa_wwrapper.h 1.8:
23217: * src/main/execute.C 1.44:
23218: * src/main/main.dsp 1.32:
23219: no not get fields into interm VFielded class.
23220: fields & staticfields 1
23221:
23222: * src/include/pa_pool.h 1.25:
23223: * src/include/pa_request.h 1.15:
23224: * src/include/pa_value.h 1.33:
23225: * src/include/pa_vclass.h 1.19:
23226: * src/include/pa_vmframe.h 1.6:
23227: * src/include/pa_vobject.h 1.7:
23228: * src/main/core.C 1.41:
23229: * src/main/execute.C 1.45:
23230: * src/main/main.dsp 1.33:
23231: VAliased just compiled
23232:
1.24 paf 23233: * src/include/pa_value.h 1.36:
23234: * src/include/pa_vmframe.h 1.9:
23235: * src/include/pa_wcontext.h 1.20:
23236: * src/main/execute.C 1.48:
23237: VAliased3
23238:
1.15 paf 23239: * src/include/pa_request.h 1.13:
23240: * src/include/pa_value.h 1.29:
23241: * src/include/pa_vobject.h 1.4:
23242: * src/main/compile.y 1.39:
23243: * src/main/compile_tools.h 1.17:
23244: * src/main/core.C 1.37:
23245: * src/main/execute.C 1.39:
23246: * src/main/pa_common.C 1.3:
23247: vobject1
23248:
23249: * src/main/compile.y 1.43:
23250: rethought to $class:static.field.subfield
23251:
23252: * src/main/compile.y 1.44:
23253: : 1
23254:
23255: * src/include/pa_value.h 1.30:
23256: * src/include/pa_vmframe.h 1.3:
23257: * src/include/pa_wwrapper.h 1.6:
23258: * src/main/compile.y 1.41:
23259: * src/main/execute.C 1.40:
23260: * src/main/pa_wcontext.C 1.2:
23261: before execute class calls rewrite
23262:
23263: * src/include/pa_vclass.h 1.16:
23264: * src/main/compile.y 1.42:
23265: * src/main/execute.C 1.41:
23266: $class:element
23267:
23268: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
23269: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
23270: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
23271: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
23272: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
23273: alias dead end
23274:
23275: 2001-02-24 paf
23276: * src/main/compile.y 1.32:
23277: fixed grammar bugs in constructor/params klinch
23278:
23279: * src/main/main.dsp 1.29:
23280: no bison -d
23281:
23282: * src/main/compile.y 1.37:
23283: * src/main/compile_tools.h 1.15:
23284: use0 line no on 'undef class' err msg wrong
23285:
23286: * src/main/compile.y 1.30:
23287: fixed last \n macrotemplate strip bug
23288:
23289: * src/include/pa_vframe.h 1.5:
23290: * src/main/compile.y 1.33:
23291: found junction ideology @: ^x{$a()) must construct current
23292: wcontext element, so smart wcontext handling needed
23293:
23294: * src/include/pa_value.h 1.25:
23295: * src/include/pa_wcontext.h 1.15:
23296: * src/include/pa_wwrapper.h 1.4:
23297: * src/main/execute.C 1.36:
23298: * src/main/pa_value.C 1.4:
23299: it works as bad as you've named it: wcontext.value() was not a
23300: perfect idea
23301:
23302: * src/main/compile.y 1.35:
23303: * src/main/core.C 1.36:
23304: yylex need some @special lines adj
23305:
23306: * src/include/pa_value.h 1.24:
23307: * src/include/pa_vcframe.h 1.1:
23308: * src/include/pa_vclass.h 1.10:
23309: * src/include/pa_vframe.h 1.6:
23310: * src/include/pa_vhash.h 1.2:
23311: * src/include/pa_vjunction.h 1.1:
23312: * src/include/pa_vmframe.h 1.1:
23313: * src/include/pa_wcontext.h 1.14:
23314: * src/include/pa_wwrapper.h 1.3:
23315: * src/main/execute.C 1.34:
23316: * src/main/main.dsp 1.27:
23317: * src/main/pa_cframe.C 1.1:
23318: * src/main/pa_wcontext.C 1.1:
23319: codeframe just compiled
23320:
23321: * src/include/pa_request.h 1.12:
23322: * src/include/pa_vclass.h 1.14:
23323: * src/main/compile.C 1.18:
23324: * src/main/compile.y 1.34:
23325: * src/main/compile_tools.h 1.14:
23326: * src/main/core.C 1.35:
23327: modules0
23328:
23329: * src/main/pa_array.C 1.20:
23330: minor bug in expanding very small arrays. 60% from 1 were 0
23331:
23332: * src/include/pa_vclass.h 1.12:
23333: * src/main/compile.y 1.36:
23334: * src/main/core.C 1.33:
23335: z
23336:
23337: * src/include/code.h 1.7:
23338: * src/include/pa_request.h 1.11:
23339: * src/include/pa_value.h 1.23:
23340: * src/include/pa_vclass.h 1.9:
23341: * src/include/pa_vframe.h 1.4:
23342: * src/main/compile.y 1.29:
23343: * src/main/compile_tools.C 1.13:
23344: * src/main/compile_tools.h 1.13:
23345: * src/main/core.C 1.32:
23346: * src/main/execute.C 1.32:
23347: code junctions0. something wrong with last \n macrotemplate strip
23348:
23349: * src/include/pa_value.h 1.26:
23350: * src/include/pa_vclass.h 1.11:
23351: * src/include/pa_vobject.h 1.1:
23352: * src/main/main.dsp 1.28:
23353: vobject00
23354:
23355: * src/main/compile.y 1.31:
23356: * src/main/execute.C 1.33:
23357: fixed empty constructor optimized empty case. failed on calls -
23358: produced empty string param
23359:
23360: * src/main/execute.C 1.35:
23361: codeframe1
23362:
23363: 2001-02-23 paf
23364: * src/include/pa_value.h 1.18:
23365: * src/main/core.C 1.27:
23366: * src/main/execute.C 1.25:
23367: * src/main/main.dsp 1.23:
23368: value named
23369:
23370: * src/main/compile.y 1.26:
23371: * src/main/execute.C 1.27:
23372: empty constructor bug fixed
23373:
23374: * src/include/pa_vframe.h 1.1:
23375: * src/include/pa_vunknown.h 1.1:
23376: * src/include/pa_wcontext.h 1.13:
23377: * src/include/pa_wwrapper.h 1.1:
23378: * src/main/core.C 1.29:
23379: * src/main/execute.C 1.29:
23380: * src/main/main.dsp 1.25:
23381: * src/main/pa_value.C 1.1:
23382: call0
23383:
23384: * src/main/compile.y 1.27:
23385: * src/main/compile_tools.C 1.12:
23386: * src/main/compile_tools.h 1.12:
23387: fixed wrong grammar in complex constructor case
23388:
23389: * src/include/pa_value.h 1.21:
23390: * src/include/pa_vclass.h 1.8:
23391: * src/include/pa_vframe.h 1.3:
23392: * src/main/core.C 1.30:
23393: * src/main/execute.C 1.31:
23394: * src/main/pa_value.C 1.2:
23395: get_method RIP. junctions everywhere. call with junctions0
23396:
23397: * src/main/compile.y 1.28:
23398: * src/main/execute.C 1.30:
23399: * src/main/main.dsp 1.26:
23400: rethought some. before junction
23401:
23402: * src/include/pa_value.h 1.17:
23403: * src/include/pa_vstring.h 1.4:
23404: * src/main/execute.C 1.24:
23405: strign 2 value in 2 places in execute
23406:
23407: * src/include/pa_wcontext.h 1.11:
23408: z
23409:
23410: * src/include/pa_hash.h 1.17:
23411: * src/include/pa_value.h 1.19:
23412: * src/include/pa_wcontext.h 1.12:
23413: * src/main/core.C 1.28:
23414: * src/main/execute.C 1.28:
23415: * src/main/main.dsp 1.24:
23416: * src/main/pa_hash.C 1.16:
23417: started call. store param, vframe done
23418:
23419: * src/include/pa_value.h 1.22:
23420: * src/main/compile.C 1.17:
23421: * src/main/core.C 1.31:
23422: * src/main/pa_value.C 1.3:
23423: minor error reporting format beautifyings
23424:
23425: * src/main/execute.C 1.26:
23426: with result rwpool
23427:
1.24 paf 23428: * src/include/pa_value.h 1.20:
23429: * src/include/pa_vclass.h 1.7:
23430: * src/include/pa_vframe.h 1.2:
23431: * src/include/pa_wwrapper.h 1.2:
23432: lara came, can't work, sorry :(
23433:
1.15 paf 23434: * src/include/pa_value.h 1.16:
23435: * src/include/pa_wcontext.h 1.10:
23436: * src/main/compile.y 1.25:
23437: * src/main/execute.C 1.23:
23438: * src/main/main.dsp 1.22:
23439: * src/main/pa_array.C 1.19:
23440: auto VHash on wcontext.put_element when wcontext fvalue==0
23441:
23442: 2001-02-22 paf
23443: * src/include/pa_request.h 1.10:
23444: * src/main/compile.y 1.23:
23445: $self.put(val)
23446:
23447: * src/include/pa_pool.h 1.24:
23448: * src/include/pa_vclass.h 1.5:
23449: * src/main/core.C 1.25:
23450: * src/main/pa_hash.C 1.15:
23451: * src/main/pa_pool.C 1.9:
23452: TRY...
23453:
23454: * src/include/code.h 1.6:
23455: * src/main/compile_tools.C 1.9:
23456: * src/main/compile_tools.h 1.10:
23457: * src/main/execute.C 1.19:
23458: OP_STRING better then some xxx _VALUE
23459:
23460: * src/main/compile.C 1.14:
23461: * src/main/core.C 1.26:
23462: * src/main/execute.C 1.16:
23463: * src/main/pa_string.C 1.31:
23464: more precise parse error line:col
23465:
23466: * src/main/compile.C 1.15:
23467: * src/main/compile.y 1.18:
23468: * src/main/execute.C 1.20:
23469: started : with $a.$:f
23470:
23471: * src/main/compile.y 1.20:
23472: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
23473:
23474: * src/include/code.h 1.3:
23475: * src/include/pa_string.h 1.25:
23476: * src/include/pa_value.h 1.12:
23477: * src/include/pa_vclass.h 1.3:
23478: * src/include/pa_wcontext.h 1.3:
23479: * src/main/compile.y 1.14:
23480: * src/main/execute.C 1.14:
23481: * src/main/pa_string.C 1.28:
23482: write_value write_string 0
23483: it seems wcontext must write strings regardles of fvalue!=0
23484:
23485: * src/include/code.h 1.4:
23486: * src/include/pa_value.h 1.13:
23487: * src/include/pa_vclass.h 1.4:
23488: * src/include/pa_wcontext.h 1.5:
23489: * src/main/compile.y 1.15:
23490: * src/main/compile_tools.C 1.6:
23491: * src/main/compile_tools.h 1.8:
23492: * src/main/execute.C 1.15:
23493: * src/main/main.dsp 1.20:
23494: iiieeyys! get/put simple vars to VClass works0
23495:
23496: * src/include/pa_array.h 1.18:
23497: * src/include/pa_wcontext.h 1.4:
23498: * src/main/pa_string.C 1.29:
23499: in process, but found that exceptions are too global
23500:
23501: * src/main/compile.y 1.19:
23502: $: finished
23503:
23504: * src/main/compile.C 1.16:
23505: * src/main/compile.y 1.21:
23506: * src/main/compile_tools.C 1.10:
23507: z
23508:
23509: * src/include/pa_request.h 1.9:
23510: * src/include/pa_stack.h 1.2:
23511: * src/include/pa_wcontext.h 1.7:
23512: * src/main/execute.C 1.17:
23513: z about to vstring it .y all
23514:
23515: * src/include/pa_hash.h 1.16:
23516: * src/include/pa_value.h 1.15:
23517: * src/include/pa_vclass.h 1.6:
23518: * src/include/pa_vhash.h 1.1:
23519: * src/include/pa_vstring.h 1.3:
23520: * src/include/pa_wcontext.h 1.9:
23521: * src/main/execute.C 1.22:
23522: * src/main/main.dsp 1.21:
23523: auto VHash in pa.th.cre.at.e
23524:
23525: * src/include/code.h 1.5:
23526: * src/include/pa_vstring.h 1.2:
23527: * src/main/compile.y 1.17:
23528: * src/main/compile_tools.C 1.8:
23529: * src/main/compile_tools.h 1.9:
23530: * src/main/execute.C 1.18:
23531: string to vstring it .y all
23532:
23533: * src/include/pa_array.h 1.19:
23534: * src/main/compile.y 1.22:
23535: * src/main/compile_tools.C 1.11:
23536: * src/main/compile_tools.h 1.11:
23537: * src/main/pa_array.C 1.18:
23538: $self.get
23539:
23540: * src/include/pa_exception.h 1.5:
23541: * src/include/pa_pool.h 1.23:
23542: * src/include/pa_request.h 1.8:
23543: * src/include/pa_value.h 1.14:
23544: * src/include/pa_wcontext.h 1.6:
23545: * src/main/compile.C 1.13:
23546: * src/main/compile.y 1.16:
23547: * src/main/compile_tools.C 1.7:
23548: * src/main/core.C 1.24:
23549: * src/main/pa_array.C 1.17:
23550: * src/main/pa_exception.C 1.4:
23551: * src/main/pa_hash.C 1.14:
23552: * src/main/pa_pool.C 1.8:
23553: * src/main/pa_string.C 1.30:
23554: * src/main/pa_table.C 1.9:
23555: removed exception from request
23556:
23557: * src/include/pa_vstring.h 1.1:
23558: * src/main/compile.C 1.12:
23559: * src/main/core.C 1.23:
23560: added some forgotten
23561:
23562: * src/include/pa_wcontext.h 1.8:
23563: * src/main/compile.y 1.24:
23564: * src/main/execute.C 1.21:
23565: erroreos checkout
23566:
23567: 2001-02-21 paf
23568: * src/main/compile.y 1.9:
23569: more straightforward yylex[end]
23570:
23571: * src/main/compile.C 1.6:
23572: * src/main/compile.y 1.6:
23573: * src/main/compile_tools.h 1.5:
23574: error processing in eval & yyerror so it wouldn't cause
23575: memleaks.
23576:
23577: * src/include/compile.h 1.5:
23578: * src/include/execute.h 1.3:
23579: * src/include/pa_array.h 1.17:
23580: * src/include/pa_request.h 1.7:
23581: * src/include/pa_stack.h 1.1:
23582: * src/include/pa_vclass.h 1.2:
23583: * src/include/pa_wcontext.h 1.2:
23584: * src/main/compile.C 1.10:
23585: * src/main/compile.y 1.12:
23586: * src/main/execute.C 1.11:
23587: * src/main/main.dsp 1.19:
23588: * src/main/pa_array.C 1.16:
23589: * src/main/pa_request.C 1.2:
23590: get put -1 [just compiled]
23591:
23592: * src/include/compile.h 1.4:
23593: * src/include/pa_array.h 1.16:
23594: * src/main/compile.C 1.9:
23595: * src/main/compile.y 1.11:
23596: * src/main/execute.C 1.10:
23597: MAIN_METHOD_NAME ready to write execute
23598:
23599: * src/include/pa_string.h 1.24:
23600: * src/include/pa_types.h 1.6:
23601: * src/main/pa_string.C 1.27:
23602: string.operator==(char*)
23603:
23604: * src/main/compile.C 1.11:
23605: * src/main/compile.y 1.13:
23606: * src/main/execute.C 1.12:
23607: store0
23608:
23609: * src/include/core.h 1.1:
23610: * src/include/pa_context.h 1.8:
23611: * src/include/pa_request.h 1.6:
23612: * src/include/pa_vclass.h 1.1:
23613: * src/include/pa_wcontext.h 1.1:
23614: * src/main/core.C 1.22:
23615: * src/main/main.dsp 1.18:
23616: * src/main/pa_request.C 1.1:
23617: request core methods0
23618:
23619: * src/include/compile.h 1.3:
23620: * src/include/pa_context.h 1.7:
23621: * src/include/pa_hash.h 1.15:
23622: * src/include/pa_request.h 1.5:
23623: * src/include/pa_string.h 1.23:
23624: * src/include/pa_value.h 1.9:
23625: struck with const array.gets
23626:
23627: * src/include/code.h 1.2:
23628: * src/include/pa_types.h 1.5:
23629: * src/main/compile.C 1.3:
23630: * src/main/compile.y 1.3:
23631: * src/main/compile_tools.C 1.3:
23632: * src/main/compile_tools.h 1.3:
23633: * src/main/execute.C 1.3:
23634: * src/main/main.dsp 1.16:
23635: .y to c++
23636: hierarchy output fix.
23637: compiler works ok
23638:
23639: * src/include/compile.h 1.2:
23640: * src/main/compile.C 1.4:
23641: * src/main/compile.y 1.4:
23642: * src/main/compile_tools.h 1.4:
23643: line numbers needed. would add them to .y now internally.
23644: externally it's not as precise as needed
23645:
1.24 paf 23646: * src/include/execute.h 1.2:
23647: * src/include/pa_array.h 1.15:
23648: * src/include/pa_value.h 1.10:
23649: * src/main/execute.C 1.9:
23650: * src/main/pa_array.C 1.15:
23651: after array.const get wonders
23652:
1.15 paf 23653: * src/include/pa_exception.h 1.4:
23654: * src/include/pa_value.h 1.11:
23655: * src/main/compile.C 1.8:
23656: * src/main/compile.y 1.10:
23657: * src/main/compile_tools.C 1.5:
23658: * src/main/compile_tools.h 1.7:
23659: .y methods and one_big_piece. now compile returns array<method*>
23660:
23661: * src/main/compile.y 1.7:
23662: * src/main/execute.C 1.4:
23663: * src/main/execute.C 1.5:
23664: * src/main/execute.C 1.6:
23665: * src/main/execute.C 1.7:
23666: * src/main/execute.C 1.8:
23667: z
23668:
23669: * src/main/execute.C 1.13:
23670: tired :)
23671:
23672: * src/main/compile.C 1.5:
23673: * src/main/compile.y 1.5:
23674: failed to add absolute precies parse error positions. leaving
23675: RIGHTMOST position as @file[line:col]
23676:
23677: 2001-02-20 paf
23678: * src/include/code.h 1.1:
23679: * src/include/compile.h 1.1:
23680: * src/include/execute.h 1.1:
23681: * src/include/pa_array.h 1.14:
23682: * src/include/pa_common.h 1.2:
23683: * src/include/pa_pool.h 1.22:
23684: * src/include/pa_string.h 1.22:
23685: * src/include/pa_table.h 1.8:
23686: * src/include/pa_types.h 1.4:
23687: * src/main/compile.C 1.1:
23688: * src/main/compile.y 1.1:
23689: * src/main/compile_tools.C 1.1:
23690: * src/main/compile_tools.h 1.1:
23691: * src/main/core.C 1.21:
23692: * src/main/execute.C 1.1:
23693: * src/main/main.dsp 1.14:
23694: * src/main/pa_array.C 1.14:
23695: * src/main/pa_common.C 1.2:
23696: * src/main/pa_hash.C 1.12:
23697: * src/main/pa_string.C 1.26:
23698: * src/main/pa_table.C 1.8:
23699: bison[yacc] first time compiled.
23700: execute=dump for now
23701:
23702: * src/main/compile.C 1.2:
23703: * src/main/compile.y 1.2:
23704: * src/main/compile_tools.C 1.2:
23705: * src/main/compile_tools.h 1.2:
23706: * src/main/execute.C 1.2:
23707: * src/main/main.dsp 1.15:
23708: nestage probs, eof yylex not perfect
23709:
23710: * src/main/core.C 1.20:
23711: core rewrite using yacc investigations
23712: now will be compile[yacc]/execute[opcodes]
23713:
23714: 2001-02-15 paf
23715: * src/include/pa_value.h 1.8:
23716: * src/main/core.C 1.19:
23717: maybe a-la yacc those ifs rewrite as turing machine?
23718: for it seems it would be it's too many ifs with this syntax now
23719:
23720: 2001-02-14 paf
23721: * src/include/pa_context.h 1.6:
23722: * src/include/pa_string.h 1.20:
23723: * src/main/core.C 1.10:
23724: * src/main/pa_string.C 1.23:
23725: process text repassing
23726:
23727: * src/include/pa_value.h 1.7:
23728: * src/main/core.C 1.11:
23729: * src/main/pa_string.C 1.24:
23730: process text repassing2
23731: operator static vars
23732:
23733: * src/include/pa_string.h 1.21:
23734: * src/main/core.C 1.12:
23735: * src/main/pa_string.C 1.25:
23736: get names 0
23737:
23738: * src/include/pa_context.h 1.5:
23739: * src/include/pa_value.h 1.6:
23740: * src/main/core.C 1.9:
23741: module:calls changes
23742:
23743: * src/main/core.C 1.16:
23744: varios breaks
23745:
23746: * src/main/core.C 1.17:
23747: get_params
23748: figured ^menu[UNEVALUATED unthinked :( ]
23749:
23750: * src/main/core.C 1.18:
23751: get_params 1
23752:
23753: * src/main/core.C 1.13:
23754: get names 1
23755:
23756: * src/main/core.C 1.14:
23757: get names 2
23758:
23759: * src/main/core.C 1.15:
23760: get names 3
23761:
23762: 2001-02-13 paf
23763: * src/include/pa_string.h 1.17:
23764: * src/main/pa_string.C 1.19:
23765: String_iterator::skip_to
23766: todo:optimize
23767:
23768: * src/main/core.C 1.6:
23769: operators
23770: : and self. prefixes
23771:
23772: * src/include/pa_context.h 1.4:
23773: * src/include/pa_value.h 1.5:
23774: * src/main/core.C 1.8:
23775: ^class:calls[] started
23776:
23777: * src/include/pa_string.h 1.18:
23778: * src/main/pa_string.C 1.21:
23779: String_iterator optimized
23780:
23781: * src/include/pa_string.h 1.19:
23782: * src/main/pa_string.C 1.22:
23783: String_iterator tested
23784:
23785: * src/main/pa_string.C 1.20:
23786: String_iterator::skip_to
23787: optimized a bit. would change privates to better support optimization
23788:
23789: * src/include/pa_value.h 1.4:
23790: * src/main/core.C 1.5:
23791: * src/main/core.C 1.7:
23792: z
23793:
23794: 2001-02-12 paf
23795: * src/include/pa_context.h 1.2:
23796: * src/include/pa_value.h 1.2:
23797: * src/main/core.C 1.2:
23798: get self/methodref joined
23799:
23800: * src/include/pa_context.h 1.3:
23801: * src/include/pa_value.h 1.3:
23802: * src/main/core.C 1.3:
23803: some comments
23804:
23805: * src/include/pa_string.h 1.16:
23806: * src/main/core.C 1.4:
23807: * src/main/pa_string.C 1.18:
23808: started String_iterator
23809:
23810: 2001-02-11 paf
23811: * src/include/pa_context.h 1.1:
23812: * src/include/pa_value.h 1.1:
23813: * src/main/core.C 1.1:
23814: * src/main/main.dsp 1.13:
23815: core started.
23816: core.C, context&value .h
23817:
23818: * src/include/pa_array.h 1.13:
23819: * src/include/pa_hash.h 1.14:
23820: * src/include/pa_pool.h 1.21:
23821: * src/include/pa_string.h 1.15:
23822: * src/main/main.dsp 1.12:
23823: * src/main/pa_array.C 1.13:
23824: * src/main/pa_hash.C 1.11:
23825: * src/main/pa_pool.C 1.7:
23826: * src/main/pa_string.C 1.17:
23827: :pooled
23828:
23829: 2001-01-30 paf
23830: * src/include/pa_error.h 1.4:
23831: * src/include/pa_exception.h 1.1:
23832: * src/include/pa_pool.h 1.17:
23833: * src/include/pa_request.h 1.3:
23834: * src/main/main.dsp 1.10:
23835: * src/main/pa_error.C 1.4:
23836: * src/main/pa_exception.C 1.1:
23837: * src/main/pa_pool.C 1.4:
23838: * src/targets/Makefile.am 1.2:
23839: lowered targets/parser into subdir, added parser_Pool(Pool)
23840: failed to add. would think..
23841:
23842: * src/include/pa_exception.h 1.3:
23843: * src/include/pa_pool.h 1.19:
23844: * src/include/pa_table.h 1.7:
23845: * src/main/pa_exception.C 1.3:
23846: * src/main/pa_table.C 1.7:
23847: minor * to & changes
23848:
23849: * src/include/pa_pool.h 1.20:
23850: * src/main/Makefile.am 1.5:
23851: * src/main/main.dsp 1.11:
23852: * src/main/pa_pool.C 1.6:
23853: moved pa_pool.C to be target specific
23854:
23855: * src/Makefile.am 1.2:
23856: * src/main/Makefile.am 1.6:
23857: * src/targets/Makefile.am 1.3:
23858: .am comments
23859:
23860: * src/include/pa_exception.h 1.2:
23861: * src/include/pa_pool.h 1.18:
23862: * src/include/pa_request.h 1.4:
23863: * src/include/pa_table.h 1.6:
23864: * src/main/pa_array.C 1.12:
23865: * src/main/pa_exception.C 1.2:
23866: * src/main/pa_pool.C 1.5:
23867: * src/main/pa_table.C 1.6:
23868: error re-associated. that's much better
23869: even removed 'die' necessety
23870:
23871: 2001-01-29 paf
23872: * src/include/pa_hash.h 1.9:
23873: * src/include/pa_pool.h 1.10:
23874: * src/include/pa_threads.h 1.3:
23875: * src/main/pa_hash.C 1.5:
23876: made local Hash-es not thread safe=quicker by
23877: SYNCHRONIZED(thread_safe)
23878:
23879: * src/include/pa_hash.h 1.5:
23880: some comments
23881:
23882: * src/include/pa_error.h 1.2:
23883: * src/include/pa_request.h 1.2:
23884: * src/include/pa_string.h 1.13:
23885: * src/include/pa_table.h 1.4:
23886: * src/main/pa_error.C 1.2:
23887: * src/main/pa_table.C 1.4:
23888: Error fixed
23889:
23890: * src/include/pa_pool.h 1.11:
23891: * src/include/pa_string.h 1.9:
23892: * src/main/pa_string.C 1.13:
23893: String originating
23894:
1.23 paf 23895: * src/include/pa_pool.h 1.14:
23896: * src/main/pa_array.C 1.9:
23897: tested - decision "no templates"
1.15 paf 23898:
23899: * src/include/pa_hash.h 1.6:
23900: * src/include/pa_threads.h 1.1:
23901: * src/main/main.dsp 1.6:
23902: * src/main/pa_threads.C 1.1:
23903: added pa_threads
23904:
23905: Mutex
23906:
1.23 paf 23907: * src/include/pa_array.h 1.4:
23908: * src/main/pa_array.C 1.4:
23909: Array::operator += (Array& src)
23910:
23911: rethought, would change now
1.15 paf 23912:
23913: * src/include/pa_array.h 1.7:
23914: * src/include/pa_hash.h 1.10:
23915: * src/include/pa_pool.h 1.12:
23916: * src/include/pa_string.h 1.10:
23917: * src/include/pa_table.h 1.1:
23918: * src/include/pa_types.h 1.2:
23919: * src/main/main.dsp 1.7:
23920: * src/main/pa_array.C 1.7:
23921: * src/main/pa_string.C 1.14:
23922: * src/main/pa_table.C 1.1:
23923: Table started
23924: would test
23925: template Array now
23926:
1.23 paf 23927: * src/include/pa_error.h 1.3:
23928: * src/include/pa_hash.h 1.13:
23929: * src/include/pa_string.h 1.14:
23930: * src/include/pa_table.h 1.5:
23931: * src/main/pa_error.C 1.3:
23932: * src/main/pa_hash.C 1.10:
23933: * src/main/pa_string.C 1.16:
23934: * src/main/pa_table.C 1.5:
23935: Table
23936: more like C++ style
23937: hence lots of 'const'
1.15 paf 23938:
23939: * src/include/pa_array.h 1.11:
23940: * src/include/pa_hash.h 1.11:
23941: * src/include/pa_pool.h 1.15:
23942: * src/include/pa_string.h 1.11:
23943: * src/include/pa_table.h 1.2:
23944: * src/include/pa_types.h 1.3:
23945: * src/main/Makefile.am 1.3:
23946: * src/main/main.dsp 1.9:
23947: * src/main/pa_array.C 1.10:
23948: * src/main/pa_hash.C 1.8:
23949: * src/main/pa_string.C 1.15:
23950: * src/main/pa_table.C 1.2:
23951: Request
23952: Error
23953: Table
23954:
1.23 paf 23955: * src/main/pa_array.C 1.5:
23956: expand not convinient, would rewrite
23957:
1.15 paf 23958: * src/include/pa_array.h 1.6:
23959: * src/include/pa_hash.h 1.8:
23960: * src/include/pa_string.h 1.8:
23961: moved .h public parts to top
23962:
23963: * src/include/pa_hash.h 1.7:
23964: * src/include/pa_threads.h 1.2:
23965: * src/main/pa_hash.C 1.4:
23966: * src/main/pa_threads.C 1.2:
23967: decided on one global_mutex, like PHP
23968: as I can see: needed only in global Hash now,
23969: made Hash:: put/get SYNCHRONIZED
23970:
23971: * src/include/pa_array.h 1.12:
23972: * src/include/pa_common.h 1.1:
23973: * src/include/pa_error.h 1.1:
23974: * src/include/pa_hash.h 1.12:
23975: * src/include/pa_pool.h 1.16:
23976: * src/include/pa_request.h 1.1:
23977: * src/include/pa_string.h 1.12:
23978: * src/include/pa_table.h 1.3:
23979: * src/main/Makefile.am 1.4:
23980: * src/main/pa_array.C 1.11:
23981: * src/main/pa_common.C 1.1:
23982: * src/main/pa_error.C 1.1:
23983: * src/main/pa_hash.C 1.9:
23984: * src/main/pa_table.C 1.3:
23985: added forgotten
23986:
23987: * src/include/pa_array.h 1.8:
23988: * src/include/pa_pool.h 1.13:
23989: * src/main/Makefile.am 1.2:
23990: * src/main/main.dsp 1.8:
23991: * src/main/pa_array.C 1.8:
23992: templates failed
23993: no template specializations [VC6],
23994: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
23995:
23996: * src/include/pa_array.h 1.5:
23997: * src/include/pa_pool.h 1.9:
23998: * src/main/pa_array.C 1.6:
23999: Array& operator += (Array& src)
24000:
24001: 2001-01-27 paf
24002: * src/include/pa_hash.h 1.1:
24003: * src/include/pa_string.h 1.4:
24004: * src/include/pa_types.h 1.1:
24005: * src/main/main.dsp 1.4:
24006: * src/main/pa_string.C 1.7:
24007: uint, and added pa_types & pa_hash[forgotten]
24008:
24009: * src/main/pa_string.C 1.9:
24010: String::operator ==
24011:
1.23 paf 24012: * src/main/pa_hash.C 1.2:
24013: String(&String)
24014:
1.15 paf 24015: * src/include/pa_array.h 1.3:
24016: * src/main/pa_array.C 1.3:
24017: array [] with chunk caching
24018:
24019: * src/include/pa_array.h 1.2:
24020: * src/include/pa_hash.h 1.4:
24021: * src/include/pa_pool.h 1.8:
24022: * src/include/pa_string.h 1.7:
24023: * src/main/pa_array.C 1.2:
24024: * src/main/pa_string.C 1.11:
24025: array cache rethought to chunk caching
24026:
24027: * src/include/pa_array.h 1.1:
24028: * src/include/pa_hash.h 1.3:
24029: * src/include/pa_pool.h 1.7:
24030: * src/include/pa_string.h 1.6:
24031: * src/main/main.dsp 1.5:
24032: * src/main/pa_array.C 1.1:
24033: * src/main/pa_hash.C 1.3:
24034: * src/main/pa_string.C 1.10:
24035: Array 0
24036:
24037: * src/main/pa_hash.C 1.1:
24038: added pa_hash.C [forgotten]
24039:
24040: 2001-01-26 paf
1.23 paf 24041: * src/include/pa_pool.h 1.2:
24042: * src/main/pa_string.C 1.2:
24043: String prealloc & dynamic row_count
24044:
1.15 paf 24045: * src/include/pa_pool.h 1.6:
24046: * src/include/pa_string.h 1.3:
24047: * src/main/pa_string.C 1.6:
24048: removed templates [vc++ suxx]
24049:
24050: * src/include/pa_pool.h 1.4:
24051: * src/include/pa_string.h 1.1:
24052: pa_pool split
24053:
24054: * src/Makefile.am 1.1.1.1:
24055: * src/include/pa_pool.h 1.1.1.1:
24056: * src/main/Makefile.am 1.1.1.1:
24057: * src/main/main.dsp 1.1.1.1:
24058: * src/main/pa_pool.C 1.1.1.1:
24059: * src/main/pa_string.C 1.1.1.1:
24060: * src/targets/Makefile.am 1.1.1.1:
24061: creating parser3 module
24062:
24063: * src/include/pa_pool.h 1.3:
24064: * src/main/main.dsp 1.2:
24065: * src/main/pa_pool.C 1.2:
24066: * src/main/pa_string.C 1.3:
24067: * src/main/pa_string.C 1.4:
1.26 paf 24068: $Id$ check
1.15 paf 24069:
24070: * src/include/pa_pool.h 1.5:
24071: * src/include/pa_string.h 1.2:
24072: * src/main/main.dsp 1.3:
24073: * src/main/pa_pool.C 1.3:
24074: * src/main/pa_string.C 1.5:
24075: templates in VC++ suxx.
24076:
E-mail: