Annotation of parser3/ChangeLog, revision 1.39
1.39 ! paf 1: 2004-09-01 paf
! 2: * src/classes/mail.C 1.105:
! 3: * src/include/pa_config_fixed.h 1.66:
! 4: * src/types/pa_value.C 1.18:
! 5: * src/types/pa_value.h 1.119:
! 6: * src/types/pa_vmail.C 1.64:
! 7: * www/htdocs/_bug.html 1.63:
! 8: new: ^mail:send[
! 9: $.file[
! 10: $.any[header]
! 11:
! 12: * src/types/pa_vmail.C 1.66:
! 13: * www/htdocs/_bug.html 1.64:
! 14: new: ^mail:send[$.file[$.content-disposition can be overriden
! 15: new: empty mail header fields removed from letter
! 16:
! 17: * src/types/pa_vmail.C 1.67:
! 18: change: multipart/mixed changed to multipart/related
! 19: outlook express have no problems showing unrelated attachments.
! 20: todo: someday figure out a way of
! 21: multipart/mixed
! 22: multipart/related
! 23: text/html
! 24: image/xxx
! 25: application/octet-stream << true attachments
! 26:
! 27: 2004-08-30 paf
! 28: * src/include/pa_config_fixed.h 1.65:
! 29: * src/main/pa_common.C 1.193:
! 30: * www/htdocs/.htaccess 1.40:
! 31: * www/htdocs/_bug.html 1.62:
! 32: beauty: less warnings
! 33:
! 34: * src/main/pa_common.C 1.192:
! 35: beauty: do not bother with charset detection when ^file::load[binary
! 36:
! 37: 2004-08-27 paf
! 38: * src/main/pa_common.C 1.191:
! 39: hack: for yandex.server http server
! 40:
! 41: 2004-08-18 paf
! 42: * src/main/pa_request.C 1.270:
! 43: bugfix: Accept-Ranges: bytes when sending possibly-chunked response
! 44:
! 45: 2004-08-17 paf
! 46: * src/classes/file.C 1.128:
! 47: * src/classes/file.C 1.129:
! 48: bugfix: $f[^file::load[;http://]] $f.content-type now = that of
! 49: http response
! 50:
! 51: 2004-08-03 paf
! 52: * www/htdocs/.htaccess 1.39:
! 53: * www/htdocs/_bug.html 1.61:
! 54: bugfix: empty input variables can be replaced by output
! 55: [forgot to allocate proper buffer, oracle _server_ died with
! 56: kgepop: no error frame to pop to for error 21500
! 57: message]
! 58:
! 59: 2004-07-30 paf
! 60: * src/include/pa_exception.h 1.44:
! 61: * src/main/pa_request.C 1.268:
! 62: * src/targets/cgi/parser3.C 1.231:
! 63: * www/htdocs/.htaccess 1.37:
! 64: * www/htdocs/_bug.html 1.60:
! 65: bugfix: win32: system&parser exceptions in release mode reported properly
! 66: parser exception in exception handler WERE mistakenly reported as system exception, without details
! 67:
! 68: * src/include/pa_request.h 1.176:
! 69: * src/main/pa_request.C 1.269:
! 70: * src/targets/apache13core/mod_parser3_core.C 1.7:
! 71: * src/targets/cgi/parser3.C 1.232:
! 72: * src/targets/isapi/parser3isapi.C 1.92:
! 73: * www/htdocs/.htaccess 1.38:
! 74: bugfix: win32: system&parser exceptions in release mode reported properly
! 75: parser exception in exception handler WERE mistakenly reported as system exception, without details
! 76: [in apache & isapi]
! 77: +some beauty in exception text
! 78:
! 79: * src/main/execute.C 1.306:
! 80: beauty: simplified system exception handling
! 81:
! 82: 2004-07-29 paf
! 83: * src/types/Makefile.am 1.37:
! 84: * src/types/Makefile.in 1.57:
! 85: added vhash.c
! 86:
! 87: * src/classes/table.C 1.206:
! 88: * www/htdocs/_bug.html 1.59:
! 89: bugfix: ^table.save[export.csv;$.separator[^;]] now works fine
! 90: [separator were ignored, and \t used unconditionally]
! 91:
! 92: 2004-07-28 paf
! 93: * src/classes/date.C 1.68:
! 94: * src/classes/image.C 1.111:
! 95: * src/classes/math.C 1.39:
! 96: * src/lib/ltdl/ltdl.c 1.4:
! 97: * src/lib/pcre/pcre_parser_ctype.c 1.5:
! 98: * src/lib/smtp/comms.C 1.6:
! 99: * src/main/pa_common.C 1.189:
! 100: * src/main/pa_common.C 1.190:
! 101: * src/main/pa_string.C 1.199:
! 102: * src/targets/cgi/parser3.C 1.230:
! 103: * src/types/pa_vform.C 1.83:
! 104: * src/types/pa_vmail.C 1.62:
! 105: * src/types/pa_vmail.C 1.63:
! 106: * www/htdocs/_bug.html 1.58:
! 107: bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
! 108:
! 109: * src/main/pa_exec.C 1.64:
! 110: * www/htdocs/_bug.html 1.57:
! 111: bugfix: win32: chdir not needed, dir passwed as '
! 112: currentDirectory' parameter to CreateProcess
! 113:
! 114: 2004-07-27 paf
! 115: * src/types/pa_vdate.h 1.33:
! 116: bugfix: time checked not only at set_time but also in ctor
! 117:
! 118: * src/types/pa_vdate.h 1.34:
! 119: check: for invalid datetime after temporary TZ shift
! 120:
! 121: * src/targets/cgi/parser3.vcproj 1.12:
! 122: beauty: win32: globaloptimizations ON, release:mapfile ON
! 123: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
! 124:
! 125: 2004-07-26 paf
! 126: * operators.txt 1.176:
! 127: * src/include/pa_common.h 1.100:
! 128: * src/main/pa_common.C 1.188:
! 129: * src/main/pa_request.C 1.267:
! 130: * src/types/pa_vfile.h 1.57:
! 131: * src/types/pa_vhash.C 1.5:
! 132: * src/types/pa_vhash.h 1.52:
! 133: * src/types/types.vcproj 1.14:
! 134: * www/htdocs/_bug.html 1.56:
! 135: new: $response:body/download[
! 136: $.file[name on disk]
! 137: $.name[of file for user]
! 138: $.mdate[date of last-modified. default from directory]
! 139: ]
! 140:
! 141: * src/classes/file.C 1.127:
! 142: moving file:send somewhere else..
! 143:
! 144: * src/classes/file.C 1.126:
! 145: * src/include/pa_sapi.h 1.26:
! 146: * src/main/pa_common.C 1.187:
! 147: * src/targets/apache13core/mod_parser3_core.C 1.6:
! 148: * src/targets/cgi/parser3.C 1.229:
! 149: * src/targets/isapi/parser3isapi.C 1.91:
! 150: patched: ^file:send by Victor Fedoseev <vvf_ru@mail.ru>
! 151: todo: turn it to $response:download[
! 152: $.filename[filename]
! 153: $.option[]
! 154: ,,
! 155: ]
! 156:
! 157: * src/classes/file.C 1.125:
! 158: beauty: invalid mode thoroughly reported
! 159:
! 160: 2004-07-21 paf
! 161: * src/types/pa_vmail.C 1.61:
! 162: * www/htdocs/_bug.html 1.55:
! 163: bugfix: too long header values now splitted to several lines
! 164:
! 165: were:
! 166: header: vaaaaaaaaaaaalue
! 167: now:
! 168: header: vaaaaaa
! 169: aaalue
! 170:
! 171: note: ms outlook[!express] shows only first 255 characters of subject
! 172:
! 173: 2004-07-15 paf
! 174: * src/main/pa_os.C 1.7:
! 175: bugfix: locks now compiled in [were mistakenly off]
! 176:
! 177: 2004-07-14 paf
! 178: * src/classes/table.C 1.205:
! 179: bugfix: $.bind values now got untainted according to lang
! 180: were: as-is]
! 181:
! 182: 2004-07-07 paf
! 183: * src/main/pa_charset.C 1.49:
! 184: * www/htdocs/.htaccess 1.36:
! 185: * www/htdocs/_bug.html 1.53:
! 186: convinience: transcodeFromUTF8 now never fails. in case on input appears nonutf,
! 187: those bytes will be printed in %HH form. that can be easily decoded/recovered.
! 188:
! 189: this form is quite noticable, and hopefully would not go noticed
! 190:
! 191: * src/classes/file.C 1.124:
! 192: * src/main/pa_exec.C 1.62:
! 193: * src/main/pa_exec.C 1.63:
! 194: * www/htdocs/_bug.html 1.54:
! 195: * www/htdocs/_bug.pl 1.1:
! 196: bufix: on unix AND win32 environment string now untainted according to their languages.
! 197: were: as-is. EVERYWHERE
! 198:
! 199: * src/main/pa_exec.C 1.61:
! 200: bufix: on unix environment string now untainted according to their languages.
! 201: were: as-is. on win32: ok
! 202:
! 203: * parser3.vssscc 1.2:
! 204: ...would not go unnoticed
! 205:
! 206: * src/classes/op.C 1.149:
! 207: bugfix: cache with 2 params caused assertion, checked that
! 208:
! 209: 2004-07-06 paf
! 210: * src/main/pa_exec.C 1.60:
! 211: bufix: on unix environment string now untainted according to their languages.
! 212: were: as-is. on win32: ok
! 213:
! 214: 2004-07-01 paf
! 215: * src/classes/classes.vcproj 1.12:
! 216: * src/lib/cord/cord.vcproj 1.2:
! 217: * src/lib/gd/gd.vcproj 1.7:
! 218: * src/lib/ltdl/ltdl.vcproj 1.3:
! 219: * src/lib/md5/md5.vcproj 1.3:
! 220: * src/lib/pcre/pcre.vcproj 1.3:
! 221: * src/lib/pcre/pcre_dftables.vcproj 1.4:
! 222: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
! 223: * src/lib/smtp/smtp.vcproj 1.6:
! 224: * src/main/main.vcproj 1.14:
! 225: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
! 226: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
! 227: * src/targets/cgi/parser3.vcproj 1.11:
! 228: * src/targets/isapi/parser3isapi.vcproj 1.8:
! 229: * src/types/types.vcproj 1.13:
! 230: * www/htdocs/.htaccess 1.35:
! 231: win32: option: global optimization ON
! 232:
! 233: * src/main/untaint.C 1.133:
! 234: * www/htdocs/_bug.html 1.52:
! 235: workaround kinda bug in libxml: life requires to do xdoc::create{invalid chars}
! 236: standard disables chars less then \x20, except tab, cr, lf.
! 237:
! 238: changed tainting so that those become '!'
! 239:
! 240: 2004-06-25 paf
! 241: * src/types/pa_vhashfile.C 1.41:
! 242: bugfix: hashfile deserialize accessed int on odd address
! 243:
! 244: * src/types/pa_vhashfile.C 1.42:
! 245: bugfix: hashfile deserialize accessed int on odd address
! 246: [prev bugfix failed due to superwize optimizer, which turned memcpy into same 'ld' asm command]
! 247:
! 248: 2004-06-23 paf
! 249: * www/htdocs/_bug.html 1.51:
! 250: checked: oracle: various ways of returning error from stored proc.
! 251: bad: no way of knowing which exactly user-defined exception were thrown.
! 252: good: raise_application_error can return error message number and string FINE
! 253: good: PRAGMA EXCEPTION_INIT works good too
! 254:
! 255: 2004-06-22 paf
! 256: * operators.txt 1.175:
! 257: * src/classes/hash.C 1.71:
! 258: * src/classes/memory.C 1.7:
! 259: * src/classes/string.C 1.141:
! 260: * src/classes/table.C 1.204:
! 261: * src/classes/void.C 1.34:
! 262: * src/include/pa_config_includes.h 1.29:
! 263: * www/htdocs/_bug.html 1.49:
! 264: new:
! 265: ^void:sql{call paf(:a)}[
! 266: $.bind[
! 267: $.a[2]
! 268: ]
! 269: ]
! 270: output variables work.
! 271: todo: check in out variables
! 272:
! 273: * www/htdocs/_bug.html 1.50:
! 274: checked: in out variables OK
! 275:
! 276: * src/sql/pa_sql_driver.h 1.42:
! 277: note: about possible optimization
! 278:
! 279: 2004-06-18 paf
! 280: * src/classes/file.C 1.123:
! 281: * src/classes/hash.C 1.70:
! 282: * src/classes/string.C 1.140:
! 283: * src/classes/table.C 1.203:
! 284: * src/classes/void.C 1.33:
! 285: * src/include/pa_globals.h 1.111:
! 286: * src/include/pa_sql_connection.h 1.39:
! 287: * src/main/compile.tab.C 1.103:
! 288: * src/sql/pa_sql_driver.h 1.41:
! 289: * www/htdocs/.htaccess 1.34:
! 290: * www/htdocs/_bug.html 1.48:
! 291: started:
! 292: ^void:sql{call paf(:a)}[
! 293: $.bind[
! 294: $.a[2]
! 295: ]
! 296: ]
! 297: input variables work.
! 298: todo:output
! 299:
! 300: * src/targets/cgi/parser3.C 1.228:
! 301: bugfix: iis specific
! 302: http://parser3/_bug.html?404;http://hpsv/test/
! 303: now
! 304: $request:uri
! 305: /_bug.html?404;http://hpsv/test/
! 306:
! 307: 2004-06-16 paf
! 308: * src/targets/cgi/parser3.C 1.227:
! 309: new: iis specific
! 310: http://parser3/_bug.html?404;http://server/_bug.html?f=v
! 311: now
! 312: $request:query
! 313: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
! 314: $form:fields
! 315: IIS-STATUS="404"
! 316: IIS-DOCUMENT="http://server/_bug.html"
! 317: f="v"
! 318:
! 319: todo: isapi too
! 320:
1.38 paf 321: 2004-05-26 paf
322: * operators.txt 1.174:
323: * src/classes/op.C 1.148:
324: * src/classes/table.C 1.202:
325: * src/include/pa_string.h 1.163:
326: * src/main/untaint.C 1.132:
327: * www/htdocs/_bug.html 1.47:
328: beauty: removed outdated level 'table'
329:
330: * src/main/pa_string.C 1.198:
331: beauty: removed 3 warnings
332:
333: * Makefile.am [release_3_1_3] 1.46.2.1:
334: * Makefile.am [release_3_1_3] 1.46.2.2:
335: * Makefile.in [release_3_1_3] 1.60.2.1:
336: * Makefile.in [release_3_1_3] 1.60.2.2:
337: * acinclude.m4 [release_3_1_3] 1.33.2.1:
338: * acinclude.m4 [release_3_1_3] 1.33.2.2:
339: * aclocal.m4 [release_3_1_3] 1.36.2.1:
340: * aclocal.m4 [release_3_1_3] 1.36.2.2:
341: * acsite.m4 [release_3_1_3] 1.11.2.1:
342: * acsite.m4 [release_3_1_3] 1.11.2.2:
343: * configure [release_3_1_3] 1.79.2.1:
344: * configure [release_3_1_3] 1.79.2.2:
345: * configure.in [release_3_1_3] 1.79.2.1:
346: * configure.in [release_3_1_3] 1.79.2.2:
347: *** empty log message ***
348:
349: * src/include/pa_version.h [release_3_1_3] 1.16.4.1:
350: 3.1.3
351:
352: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
353: added: thanks to konst
354:
355: 2004-05-25 paf
356: * src/sql/pa_sql_driver.h 1.40:
357: beauty: param renamed and comment changed, it is now safe to
358: use url if pointers to it are stored to gc mem
359:
360: * src/main/pa_exec.C 1.59:
361: * src/types/pa_vhashfile.C 1.40:
362: bugfix: hashfile unknown errors reported and not cause SIGSEGV now
363:
364: * src/lib/sdbm/apr_file_io.C 1.4:
365: bugfix: bad seek wrapper implementation. mistery: how anything worked
366:
367: 2004-05-24 paf
368: * src/include/pa_string.h 1.161:
369: * src/lib/cord/include/cord.h 1.4:
370: more speed, less memory: CORD_chars_block originally intended
371: to speedup/reduce mem usage were forgotten, and were used
372: stupid CORD_chars
373:
374: * src/include/pa_config_auto.h.in 1.41:
375: bugfix: bigendian check added
376:
377: * src/targets/apache13/p3runConfigure.in 1.17:
378: bugfix: smtp added
379:
380: * src/include/pa_config_fixed.h 1.64:
381: * src/include/pa_string.h 1.160:
382: bugfix: on BIGENDIAN processors space-conserving mech failed, causing
383: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3));
384:
385: * src/include/pa_string.h 1.162:
386: * src/lib/cord/cordbscs.c 1.4:
387: * src/lib/cord/cordxtra.c 1.6:
388: * src/lib/cord/include/cord.h 1.5:
389: * www/htdocs/_bug.html 1.46:
390: cancel: more speed, less memory: CORD_chars_block originally intended to ...
391: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
392: undoing that. [and removed that func so that it would not confuse parser developer in future]
393:
394: * Makefile.am 1.46:
395: * Makefile.in 1.60:
396: * acinclude.m4 1.33:
397: * aclocal.m4 1.36:
398: * acsite.m4 1.11:
399: * configure 1.79:
400: * configure.in 1.79:
401: *** empty log message ***
402:
403: 2004-05-14 paf
404: * src/types/Makefile.am 1.36:
405: * src/types/pa_vvoid.C 1.1:
406: * src/types/pa_vvoid.h 1.22:
407: * src/types/types.vcproj 1.12:
408: * www/htdocs/.htaccess 1.33:
409: * www/htdocs/_bug.html 1.45:
410: * www/htdocs/auto.p 1.22:
411: bugfix: void now has vfile value, and $response:body[] works OK
412:
413: * src/types/Makefile.in 1.56:
414: *** empty log message ***
415:
416: 2004-05-12 paf
417: * src/types/pa_vbool.h 1.25:
418: * src/types/pa_vhash.h 1.51:
419: * src/types/pa_vhashfile.h 1.28:
420: * src/types/pa_vtable.h 1.53:
421: * www/htdocs/.htaccess 1.32:
422: * www/htdocs/_bug.html 1.44:
423: beauty: ^if(def $bool) now equals ^if($bool)
424: and shaped up other sources to use is_defined() {return as_bool();} along VBool
425:
426: 2004-05-11 paf
427: * src/include/pa_exec.h 1.17:
428: bugfix: gpf on file::exec/cgi because of referencing to local objects
429:
430: * src/classes/mail.C 1.104:
431: * src/include/pa_exec.h 1.16:
432: * src/main/compile.tab.C 1.102:
433: * src/types/pa_vmail.C 1.60:
434: * src/types/pa_vmail.h 1.16:
435: * www/htdocs/.htaccess 1.31:
436: * www/htdocs/_bug.gif 1.2:
437: * www/htdocs/_bug.html 1.43:
438: bugfix: bcc with sendmail now left intact
439:
440: 2004-04-15 paf
441: * src/include/pa_exec.h 1.15.4.1:
442: * src/include/pa_exec.h 1.15.4.2:
443: bugfix: interface without pointer provoked bug
444:
445: * src/classes/date.C 1.67:
446: merged: beauty: unused var removed
447:
448: * src/classes/date.C 1.65.4.1:
449: beauty: unused var removed
450:
451: 2004-04-09 paf
452: * src/types/pa_vform.C 1.82:
453: bugfix: form:imap were incorrect
454:
455: * src/types/pa_vform.C 1.81.2.1:
456: merge: bugfix: form:imap were incorrect
457:
458: 2004-04-08 paf
459: * src/main/pa_xml_io.C 1.17.4.1:
460: merged: bugfix /etc/xml/catalog
461:
462: * src/classes/date.C 1.66:
463: new: ^date::create[y-m-d h-M-s>>.milliseconds<<] now allowed,
464: ignored so far
465:
466: * src/main/pa_xml_io.C 1.18:
467: bugfix: in safe mode -- disabled attempts to consult default
468: catalog [usually, that file belongs to other user/group]
469:
470: 2004-04-06 paf
471: * src/main/compile.tab.C 1.98:
472: * src/main/compile.y 1.210:
473: * www/htdocs/_bug.html 1.40:
474: bugfix: step1 to fix explicit result problem
475:
476: * src/main/compile.tab.C 1.100:
477: * src/main/compile.y 1.212:
478: * www/htdocs/_bug.html 1.42:
479: bugfix: step3 to fix explicit result problem
480:
481: * operators.txt 1.173:
482: * src/classes/string.C 1.139:
483: new: ^string.append[string]
484:
485: * src/main/compile.C 1.75:
486: * src/main/compile.tab.C 1.97:
487: * src/main/compile.y 1.209:
488: * www/htdocs/_bug.html 1.39:
489: reimplemented: @method[][result] means "no string output here"
490: moved to lexical level [on grammar level it were too difficult]
491:
492: * src/main/compile.tab.C 1.99:
493: * src/main/compile.y 1.211:
494: * www/htdocs/_bug.html 1.41:
495: bugfix: step2 to fix explicit result problem
496:
497: * src/main/pa_common.C 1.186:
498: beauty: gcc warning removed
499:
500: * Makefile.am 1.45:
501: * Makefile.in 1.59:
502: * acinclude.m4 1.32:
503: * aclocal.m4 1.35:
504: * acsite.m4 1.10:
505: * configure 1.78:
506: * configure.in 1.78:
507: *** empty log message ***
508:
509: * src/main/pa_common.C 1.184:
510: * src/main/pa_common.C 1.185:
511: bugfix: of 1.175 bugfix: http://i.p.a.ddress gethostbyaddr added [on some platforms gethostbyname failed with such 'domains']
512: now checked properly, were: needless reverse/forward dns lookup
513:
514: * operators.txt 1.172:
515: * src/include/pa_string.h 1.159:
516: * src/main/compile.tab.C 1.96:
517: * src/main/compile.y 1.208:
518: * src/main/compile_tools.h 1.74:
519: * src/types/pa_vmethod_frame.C 1.6:
520: * src/types/pa_vmethod_frame.h 1.50:
521: * www/htdocs/.htaccess 1.30:
522: * www/htdocs/_bug.html 1.38:
523: new: @method[][result] means "no string output here",
524: implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars
525:
526: * operators.txt 1.171:
527: truth: removed comment about $ORIGIN
528:
529: * src/main/compile.tab.C 1.101:
530: * src/main/compile.y 1.213:
531: bugfix: gcc refused to accept that trick, trying other
532:
533: * src/include/pa_opcode.h [attempt_check_call_in_explicit_result_mode] 1.27.6.1:
534: * src/main/compile.tab.C [attempt_check_call_in_explicit_result_mode] 1.97.2.1:
535: * src/main/compile.y [attempt_check_call_in_explicit_result_mode] 1.209.2.1:
536: * src/main/execute.C [attempt_check_call_in_explicit_result_mode] 1.305.6.1:
537: * www/htdocs/_bug.html [attempt_check_call_in_explicit_result_mode] 1.39.2.1:
538: attempt_check_call_in_explicit_result_mode: failed
539:
540: 2004-04-05 paf
541: * src/main/pa_common.C 1.182.4.1:
542: removed warning
543:
544: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.1:
545: added: donated by Konstantin Tomashevitch [mailto:konst@design
546: ru]
547:
548: * src/doc/html2chm.cmd 1.7.30.1:
549: beauty: no need in bg here
550:
551: * Makefile.am 1.43.4.1:
552: * Makefile.am 1.44:
553: * Makefile.in 1.57.4.1:
554: * Makefile.in 1.58:
555: * acinclude.m4 1.30.4.1:
556: * acinclude.m4 1.31:
557: * aclocal.m4 1.33.4.1:
558: * aclocal.m4 1.34:
559: * acsite.m4 1.8.4.1:
560: * acsite.m4 1.9:
561: * configure 1.76.4.2:
562: * configure 1.77:
563: * configure.in 1.75.4.2:
564: * configure.in 1.76:
565: *** empty log message ***
566:
567: * configure.in 1.77:
568: * src/doc/html2chm.cmd 1.8:
569: * src/doc/sources2html.cmd 1.6:
570: * src/include/pa_version.h 1.16:
571: * src/main/pa_common.C 1.183:
572: * src/targets/isapi/parser3isapi.C 1.90:
573: * www/htdocs/.htaccess 1.29:
574: * www/htdocs/_bug.html 1.37:
575: * www/htdocs/_bug.txt 1.5:
576: merged with 3.1.3
577:
578: * src/targets/isapi/parser3isapi.C 1.89.2.1:
579: beauty: removed some warnings
580:
581: * configure 1.76.4.1:
582: * configure.in 1.75.4.1:
583: * src/include/pa_version.h 1.15:
584: 3.1.3
585:
586: * src/doc/sources2html.cmd 1.5.38.1:
587: beauty: same window, in bg it interfered with FAR console
588:
1.37 paf 589: 2004-04-02 paf
590: * src/targets/cgi/parser3.C 1.226:
591: new: CGI_PARSER_LOG env variable allows to specify where to put
592: parser log file
593:
594: * src/main/pa_string.C 1.197:
595: bugfix: $s[009] ^s.int[] now 9, were error
596:
597: 2004-04-01 paf
598: * src/include/pa_cache_managers.h 1.17:
599: * src/include/pa_globals.h 1.110:
600: * src/include/pa_socks.h 1.15:
601: * src/main/pa_cache_managers.C 1.15:
602: * src/main/pa_globals.C 1.174:
603: * src/main/pa_socks.C 1.22:
604: * src/targets/apache13/mod_parser3.c 1.11:
605: * src/targets/apache13/pa_httpd.h 1.6:
606: * src/targets/apache13core/mod_parser3_core.C 1.5:
607: * src/targets/cgi/parser3.C 1.225:
608: * src/targets/isapi/parser3isapi.C 1.89:
609: * src/targets/isapi/parser3isapi.def 1.2:
610: bugfix: sql connections now are disconnected
611:
612: * src/classes/table.C 1.201:
613: bugfix: bugfix: table::load last line without tab and enter
614: were ignored
615:
1.36 paf 616: 2004-03-30 paf
617: * src/doc/ClassExample1.dox 1.5:
618: * src/doc/ClassExample2.dox 1.5:
619: * src/doc/ClassExample3.dox 1.5:
620: * src/doc/chmhelper.pl 1.2:
621: * src/doc/class.dox 1.3:
622: * src/doc/compiler.dox 1.4:
623: * src/doc/doxygen.cfg 1.25:
624: * src/doc/exception.dox 1.3:
625: * src/doc/executor.dox 1.3:
626: * src/doc/footer.htm 1.4:
627: * src/doc/index.dox 1.6:
628: * src/doc/memory.dox 1.3:
629: * src/doc/methoded.dox 1.4:
630: * src/doc/object.dox 1.3:
631: * src/doc/string.dox 1.6:
632: * src/doc/targets.dox 1.4:
633: * src/doc/value.dox 1.4:
634: * src/include/pa_version.h 1.14:
635: * src/main/pa_cache_managers.C 1.14:
636: * src/main/pa_stylesheet_connection.C 1.2:
637: * src/targets/isapi/parser3isapi.vcproj 1.7:
638: * src/types/pa_vform.C 1.81:
639: * www/htdocs/_bug.html 1.36:
640: * www/htdocs/_bug.txt 1.4:
641: merged bugfixes from 3.1.2, changed version to 3.1.3beta
642:
643: * src/classes/table.C 1.200:
644: bugfix: table::load last line without tab and enter were ignored
645:
646: * src/classes/table.C 1.199:
647: bufix: if last table lines were commented, gpfed
648:
649: 2004-03-29 paf
650: * src/types/pa_vhashfile.C 1.39:
651: bugfix: empty key on hashfile.get causes gpf
652:
653: * src/doc/ClassExample1.dox [release_3_1_2] 1.4.34.1:
654: * src/doc/ClassExample2.dox [release_3_1_2] 1.4.36.1:
655: * src/doc/ClassExample3.dox [release_3_1_2] 1.4.34.1:
656: * src/doc/chmhelper.pl [release_3_1_2] 1.1.36.1:
657: * src/doc/class.dox [release_3_1_2] 1.2.44.1:
658: * src/doc/compiler.dox [release_3_1_2] 1.3.36.1:
659: * src/doc/doxygen.cfg [release_3_1_2] 1.24.28.1:
660: * src/doc/exception.dox [release_3_1_2] 1.2.10.1:
661: * src/doc/executor.dox [release_3_1_2] 1.2.44.1:
662: * src/doc/footer.htm [release_3_1_2] 1.3.8.1:
663: * src/doc/index.dox [release_3_1_2] 1.5.10.1:
664: * src/doc/memory.dox [release_3_1_2] 1.2.10.1:
665: * src/doc/methoded.dox [release_3_1_2] 1.3.34.1:
666: * src/doc/object.dox [release_3_1_2] 1.2.44.1:
667: * src/doc/string.dox [release_3_1_2] 1.5.10.1:
668: * src/doc/targets.dox [release_3_1_2] 1.3.36.1:
669: * src/doc/value.dox [release_3_1_2] 1.3.34.1:
670: translated to english
671:
672: 2004-03-25 paf
673: * src/types/pa_vform.C [release_3_1_2] 1.80.2.1:
674: beauty: removed warning
675:
676: * src/classes/classes.vcproj [release_3_1_2] 1.10.2.1:
677: bugfix: now all compiles in any folder [removed last ;) folder
678: dependency]
679:
680: * src/classes/classes.vcproj 1.11:
681: merged bugfix: now all compiles in any folder [removed last ;)
682: folder dependency]
683:
684: * src/classes/hash.C 1.69:
685: * www/htdocs/_bug.html 1.35:
686: bugfix: ^hash::sql{one column} now produces $.hash[$.column_value1(true) ... ]
687: [were producing some strang thing]
688:
689: * src/targets/isapi/parser3isapi.vcproj [release_3_1_2] 1.6.2.1:
690: beauty: one more parser3project dependency removed
691:
692: * src/include/pa_version.h [release_3_1_2] 1.13.2.1:
693: release
694:
695: * src/classes/table.C 1.197:
696: beauty: comment& more meaningful error message
697:
698: * src/main/pa_cache_managers.C [release_3_1_2] 1.13.2.1:
699: * src/main/pa_stylesheet_connection.C [release_3_1_2] 1.1.2.1:
700: bugfix: refused to compile without xml
701:
702: * src/lib/gd/gif.C 1.4:
703: new: ^image.pixel(outof;bounds) now returns -1
704:
705: * Makefile.am [release_3_1_2] 1.43.2.1:
706: * Makefile.in [release_3_1_2] 1.57.2.1:
707: * acinclude.m4 [release_3_1_2] 1.30.2.1:
708: * aclocal.m4 [release_3_1_2] 1.33.2.1:
709: * acsite.m4 [release_3_1_2] 1.8.2.1:
710: * configure [release_3_1_2] 1.76.2.1:
711: * configure.in [release_3_1_2] 1.75.2.1:
712: *** empty log message ***
713:
1.35 paf 714: 2004-03-23 paf
1.36 paf 715: * src/classes/image.C 1.110:
716: * src/main/pa_common.C 1.182:
717: * www/htdocs/_bug.html 1.34:
718: bugfix: ^image.polyline and http status line parsing
719: checked number of columns in table [user reported an assert]
720:
1.35 paf 721: * src/targets/cgi/parser3.C 1.224:
722: debug helper added
723:
724: * src/classes/op.C 1.147:
725: * src/types/pa_value.C 1.17:
726: * src/types/pa_wcontext.C 1.30:
727: * www/htdocs/_bug.html 1.33:
728: bugfix: junction reattach now actually reattaches a junction to new wcontext [were only assigning it to junction,
729: which caused junction tracking to loose junction, and it's context were not killed, and it tried to process in invalid context, gpf]
1.36 paf 730:
731: * operators.txt 1.170:
732: example: on hashfile
1.35 paf 733:
734: 2004-03-19 paf
735: * src/types/pa_wcontext.C 1.29:
736: * www/htdocs/_bug.html 1.32:
737: beauty: error messages removed duplicate "type(type)" in braces
738:
739: 2004-03-10 paf
740: * operators.txt 1.169:
741: * src/classes/xdoc.C 1.144:
742: * src/classes/xnode.C 1.67:
743: * src/classes/xnode.h 1.22:
744: * src/types/pa_vxdoc.C 1.28:
745: * src/types/pa_vxdoc.h 1.39:
746: * src/types/pa_vxnode.C 1.38:
747: * src/types/pa_vxnode.h 1.30:
748: * www/htdocs/_bug.html 1.31:
749: new: refined solution to search-in-namespaces problem:
750: $xdoc.search-namespaces.x[http://pif.design.ru/]
751: $nodes[^xdoc.select[//x:second]]
752:
753: * operators.txt 1.168:
754: * src/classes/xnode.C 1.66:
755: * www/htdocs/_bug.html 1.30:
756: * www/htdocs/_bug.xml 1.2:
757: new: xnode.select*[xpath expression][[NAMESPACES HASH]]
758: allows to search for info in namespaces
759:
760: $nodes[^xdoc.select[//x:second][
761: $.x[http://pif.design.ru/]
762: ]]
763:
764: 2004-03-09 paf
765: * operators.txt 1.167:
766: * src/main/pa_common.C 1.181:
767: * www/htdocs/.htaccess 1.28:
768: * www/htdocs/_bug.html 1.29:
769: * www/htdocs/_bug.txt 1.3:
770: * www/htdocs/_bug.xsl 1.12:
771: new: ^file::load[...][options]
772: $.form[
773: !$.field1[string]
774: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
775: ]
776: !$.body[string]
777:
778: GET ?here
779: notGET(POST, HEAD, others) in content-type: application/x-www-form-urlencoded
780:
781: todo: upload files ability
782:
783: * src/lib/cord/cordxtra.c 1.5:
784: bugfix: CORD_pos were not fixed properly, done
785:
786: 2004-03-05 paf
787: * etc/parser3.charsets/windows-1251.cfg 1.11:
788: typo
789:
790: * operators.txt 1.164:
791: * operators.txt 1.165:
792: * src/include/pa_common.h 1.99:
793: * src/main/pa_common.C 1.178:
794: * www/htdocs/_bug.html 1.28:
795: new: http:// options $.user $.password basic authorization
796:
797: * src/main/pa_common.C 1.177:
798: beauty: removed needless vars
799:
800: * operators.txt 1.166:
801: * src/main/pa_common.C 1.180:
802: new: file::load[;http:// GET/POST $.form[$.fields
803: started, not tested yet
804: todo:$.field[table] for multiple values
805:
806: * src/sql/pa_sql_driver.h 1.39:
807: beauty: important warning added
808:
809: * etc/parser3.charsets/koi8-r.cfg 1.7:
810: there's special code for grad char!
811:
812: * operators.txt 1.163:
813: new: pgsql option [like that recently added to oracle driver]
814: ClientCharset=parser-charset << charset in which parser thinks client works
815:
816: * operators.txt 1.162:
817: * www/htdocs/_bug.html 1.27:
818: new: odbc option [like that recently added to oracle driver]
819: ClientCharset=parser-charset << charset in which parser thinks client works
820:
821: * src/main/pa_common.C 1.179:
822: beauty: link to rtf added
823:
824: 2004-03-04 paf
825: * operators.txt 1.161:
826: * www/htdocs/_bug.html 1.26:
827: * www/htdocs/_bug.txt 1.2:
828: new: mysql option [like that recently added to oracle driver]
829: ClientCharset=parser-charset << charset in which parser thinks client works
830:
831: * src/main/pa_sql_driver_manager.C 1.83:
832: speedup: charset lookups cached, sql transcoding now goes faster
833:
834: * etc/parser3.charsets/koi8-r.cfg 1.5:
835: * etc/parser3.charsets/windows-1251.cfg 1.9:
836: typograph chars commented
837:
838: * etc/parser3.charsets/koi8-r.cfg 1.6:
839: * etc/parser3.charsets/windows-1251.cfg 1.10:
840: keyboard typo error
841:
842: 2004-03-03 paf
843: * INSTALL 1.38:
844: note: added on libgc on FreeBSD,
845: thanks to Andrey N. Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
846:
847: 2004-03-02 paf
848: * operators.txt 1.160:
849: new[update typo]:
850: !^void.left(n)
851: nothing
852: !^void.right(n)
853: nothing
854: !^void.mid(p[;n])
855: nothing
856:
857: * www/htdocs/_bug.html 1.22:
858: feature: oracle?..&LowerCaseColumnNames=0&ClientCharset
859: something column names got transcoded to $request:charset too [
860: were only column data]
861:
862: * operators.txt 1.157:
863: * src/classes/file.C 1.121:
864: * www/htdocs/_bug.gif 1.1:
865: * www/htdocs/_bug.html 1.23:
866: ^file.sql-string[] inside ^connect gets properly escaped string, which can be passed to request
867: now this for mysql only. it's up to parser sql driver to fix zeros properly
868:
869: * operators.txt 1.158:
870: * src/classes/file.C 1.122:
871: * src/include/pa_string.h 1.158:
872: * www/htdocs/_bug.html 1.24:
873: new: ^file::sql[[name_to_become_$.name]]{}
874: query result must be one row with columns:
875: first: data
876: second: file name
877: third: content-type
878:
879: * operators.txt 1.159:
880: * src/classes/void.C 1.32:
881: * www/htdocs/_bug.html 1.25:
882: new:
883: !^void.left(n)
884: nothing
885: !^void.right(n)
886: nothing
887: !^void.pos(p[;n])
888: nothing
889:
890: * src/targets/apache13/p3runConfigure.in 1.16:
891: @LIBS@ mainly to include -lm to apache
892:
893: * INSTALL 1.37:
894: note: added on building apache with this option: --enable-shared=max
895: thanks to Victor Fedoseev <vvf_ru@mail.ru>
896:
897: 2004-03-01 paf
898: * operators.txt 1.156:
899: * src/classes/hash.C 1.68:
900: * www/htdocs/_bug.html 1.21:
901: new: ^hash._keys[>>name<<] to call sole column of result
902:
903: * src/classes/xdoc.C 1.143:
904: * src/types/pa_vxdoc.h 1.38:
905: * www/htdocs/_bug.html 1.17:
906: * www/htdocs/_bug.xsl 1.11:
907: bugfix: boolean output options now have unified defaults [after
908: transform indent/omit-xml-declaration/standalone 'default'
909: erroreously meant 'true']
910:
911: * src/targets/apache13core/mod_parser3_core.C 1.4:
912: * src/targets/isapi/parser3isapi.C 1.88:
913: new: apache module & isapi extension memory:compact befor processingrequest
914:
915: * src/classes/string.C 1.138:
916: * www/htdocs/_bug.html 1.18:
917: bugfix: ^string.left/right/mid with negative values now
918: considered bad
919:
1.39 ! paf 920: * src/lib/smtp/comms.C 1.5:
! 921: bugfix: use SO_LINGER if no SO_DONTLINGER exist
! 922:
1.38 paf 923: * src/classes/string.C 1.136:
924: check: trim 'chars' must not be empty, exception if it is
925:
1.35 paf 926: * src/classes/string.C 1.137:
927: feature: ^string.trim both parameters may be empty-strings, meaning
928: kind=both
929: chars=whitespaces
930:
931: * src/classes/image.C 1.108:
932: * src/types/pa_vimage.C 1.30:
933: * src/types/pa_vimage.h 1.40:
934: * www/htdocs/_bug.html 1.19:
935: beauty: image -- less checks [were ugly impl]
936:
937: * src/classes/string.C 1.135:
938: changed: ^string.trim
939: [] << both, whitespaces
940: [start|both|end] << kind, whitespaces
941: [start|both|end;chars] full
942:
943: * operators.txt 1.155:
944: * src/classes/image.C 1.109:
945: * src/lib/gd/gif.C 1.3:
946: * src/lib/gd/gif.h 1.3:
947: * www/htdocs/_bug.html 1.20:
948: new: ^image.pixel(x;y)[(color)]
949: get/set pixel color
950:
951: * src/main/pa_common.C 1.175:
952: * www/htdocs/_bug.html 1.16:
953: bugfix: http://i.p.a.ddress gethostbyaddr added [on some
954: platforms gethostbyname failed with such 'domains']
955:
956: * src/main/pa_common.C 1.176:
957: bugfix: INADDR_NONE not everywhere defined
958:
959: * src/include/pa_config_auto.h.in 1.40:
960: no select check, no define
961:
1.34 paf 962: 2004-02-27 paf
963: * www/htdocs/_bug.html 1.12:
964: * www/htdocs/_bug.txt 1.1:
965: just test: file::load[text;http:// $.text utf-8 signature, line ends OK
966: http://i2/tasks/edit/?id=4629476859594276758
967:
968: * src/main/untaint.C 1.131:
969: speed: there's no \n chars in output [normally], so no need to optimize them
970: they could be retrived from databases, though. but
971: 1. should be replaced
972: 2. if not optimized, no harm done
973:
974: * operators.txt 1.153:
975: * src/classes/string.C 1.133:
976: * src/include/pa_string.h 1.157:
977: * src/main/pa_string.C 1.195:
978: * www/htdocs/_bug.html 1.14:
979: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
980: started, only start works
981:
982: * src/lib/smtp/smtp.h 1.5:
983: bugfix: SMTP buffer overflow could allow malicious SMTP server to attack as by returning too long status responses
984: http://i2/tasks/edit/?id=4629448401140924947
985:
986: * www/htdocs/_bug.html 1.13:
987: * www/htdocs/_bug.xml 1.1:
988: * www/htdocs/_bug.xsl 1.10:
989: bug discovered: todo! xdoc::create+save != xdoc.transform&no
990: xsl:output>+save
991:
992: * operators.txt 1.154:
993: * src/classes/string.C 1.134:
994: * src/main/pa_string.C 1.196:
995: * www/htdocs/_bug.html 1.15:
996: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
997: finished
998:
999: * src/main/pa_exec.C 1.58:
1000: 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]
1001: http://i2/tasks/edit/?id=4629451867179521923
1002:
1003: * Makefile.am 1.43:
1004: * Makefile.in 1.57:
1005: * acinclude.m4 1.30:
1006: * aclocal.m4 1.33:
1007: * acsite.m4 1.8:
1008: * configure 1.76:
1009: * configure.in 1.75:
1010: *** empty log message ***
1011:
1012: * src/main/compile.C 1.74:
1013: bugfix: line numbers after ^process{}[$.line(-10]] can be
1014: negative, allowed to print they as signed
1015:
1016: 2004-02-26 paf
1017: * operators.txt 1.151:
1018: * operators.txt 1.152:
1019: * src/classes/op.C 1.146:
1020: * src/include/pa_request.h 1.175:
1021: * src/main/compile.C 1.73:
1022: * src/main/compile_tools.h 1.73:
1023: * src/main/pa_request.C 1.266:
1024: * www/htdocs/_bug.html 1.11:
1025: * www/htdocs/_bug.p 1.1:
1026: * www/htdocs/_bug.xsl 1.9:
1027: feature: ^process...{CODE}[now has options]
1028: which are
1029: $.main[to what to rename @main]
1030: $.file[file, from which (user says) goes that CODE]
1031: $.lineno(line number in that file, where CODE starts. may be negative)
1032:
1033: 2004-02-25 paf
1034: * www/htdocs/_bug.html 1.10:
1035: * www/htdocs/_bug.xsl 1.8:
1036: xhtml: 	 as resutl of <xsl:attribute>[tab] is OK
1037:
1038: * src/classes/hash.C 1.67:
1039: feature: ^hash::sql{one colum result} now produces hash of
1040: column=>1
1041:
1042: * src/lib/smtp/smtp.h 1.4:
1043: beauty: couple of #ifdef-s to compile even with incomplete
1044: errno constants set
1045:
1046: * etc/parser3.charsets/Makefile.am 1.5:
1047: * etc/parser3.charsets/Makefile.in 1.20:
1048: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1049: erased from configure.in]
1050:
1051: 2004-02-24 paf
1052: * src/lib/smtp/smtp.C 1.4:
1053: smtp on unix: compiled on win32
1054:
1055: * src/lib/smtp/smtp.C 1.7:
1056: smtp on unix: authors of lib/smtp never read "man select"
1057:
1058: * src/lib/smtp/Makefile.am 1.2:
1059: * src/lib/smtp/Makefile.in 1.4:
1060: * src/lib/smtp/comms.C 1.3:
1061: * src/lib/smtp/smtp.C 1.3:
1062: * src/lib/smtp/smtp.h 1.3:
1063: * src/targets/cgi/Makefile.am 1.51:
1064: * src/targets/cgi/Makefile.in 1.68:
1065: started porting smtp to unix [testing on solaris]
1066:
1067: * src/main/pa_os.C 1.6:
1068: beauty: <0 better then ==-1
1069:
1070: * src/classes/Makefile.am 1.49:
1071: * src/classes/Makefile.in 1.61:
1072: * src/classes/mail.C 1.101:
1073: * src/lib/smtp/comms.C 1.4:
1074: * src/lib/smtp/smtp.C 1.5:
1075: * src/lib/smtp/smtp.C 1.6:
1076: smtp on unix: steps to work on unix
1077:
1078: * src/classes/mail.C 1.102:
1079: * src/classes/mail.C 1.103:
1080: * src/types/pa_vmail.C 1.59:
1081: * src/types/pa_vmail.h 1.15:
1082: smtp on unix: steps to work on unix [extracted 'to']
1083:
1084: 2004-02-20 paf
1085: * src/classes/xdoc.C 1.142:
1086: * www/htdocs/_bug.xsl 1.7:
1087: beauty: ugly code removed, thanks to egr for pointing that out
1088:
1089: * src/classes/xdoc.C 1.141:
1090: * www/htdocs/_bug.html 1.9:
1091: * www/htdocs/_bug.xsl 1.6:
1092: bugfix: <tag attr="&#digital_entity;" bug fixed again [same
1093: solution, mistanenly removed one line]
1094:
1095: 2004-02-19 paf
1096: * src/classes/date.C 1.64:
1097: * src/classes/image.C 1.106:
1098: * www/htdocs/_bug.html 1.8:
1099: beauty: date::create[bad date time in daylightsaving hole] now
1100: throws error
1101:
1102: * src/classes/date.C 1.65:
1103: * src/classes/image.C 1.107:
1104: * src/types/pa_vdate.h 1.32:
1105: feature: date::create from bad datetime in spring
1106: daylightsaving hole now OK for all platforms [on some platforms
1107: it failed]
1108:
1109: * src/classes/date.C 1.63:
1110: comment: mistake fixed
1111:
1112: 2004-02-18 paf
1113: * src/classes/xdoc.C 1.138:
1114: * www/htdocs/_bug.html 1.1:
1115: * www/htdocs/_bug.xsl 1.1:
1116: feature: reimplemented xhtml output, see /.xsl for sample
1117:
1118: * src/classes/xdoc.C 1.139:
1119: * www/htdocs/_bug.xsl 1.2:
1120: beauty: xhtml doctype-public/system forcly turns off omit-xml-declaration
1121:
1122: * src/classes/xdoc.C 1.140:
1123: * src/include/pa_charset.h 1.30:
1124: * www/htdocs/_bug.html 1.2:
1125: * www/htdocs/_bug.html 1.3:
1126: * www/htdocs/_bug.html 1.4:
1127: * www/htdocs/_bug.html 1.5:
1128: * www/htdocs/_bug.xsl 1.3:
1129: * www/htdocs/_bug.xsl 1.4:
1130: beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
1131: todo: make that default only so that coder could override that
1132:
1133: * www/htdocs/_bug.html 1.6:
1134: * www/htdocs/_bug.html 1.7:
1135: * www/htdocs/_bug.xsl 1.5:
1136: beauty: coder can override save/file encoding by specifying it
1137: in xsl:output or in save/file hash-options
1138:
1139: 2004-02-17 paf
1140: * src/main/untaint.C 1.130:
1141: bugfix: one last char prior to "spaces<" were not made quoted-printable
1142:
1143: * src/main/pa_uue.C 1.8:
1144: bugfix: uuencoded finish char adding violated string invariant
1145:
1146: * src/classes/xdoc.C 1.134:
1147: new: xhtml now works [libxslt prevented libxml to do the work]
1148: <xsl:output
1149: method="html"
1150: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
1151: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
1152: />
1153:
1154: * src/classes/xdoc.C 1.135:
1155: bugfound: meta again, now somewhere in xhtml part of libxml
1156:
1157: * src/types/pa_vxdoc.h 1.37:
1158: bugfix: ^xdoc::transform [note double :] caused assertion
1159:
1160: * src/classes/xdoc.C 1.133:
1161: beauty: no <meta ... charset generated
1162:
1163: * src/classes/xdoc.C 1.136:
1164: beauty: method=html outputxmlbuffer not copied extra time
1165:
1166: * src/classes/xdoc.C 1.137:
1167: beauty: needless helper class removed
1168:
1169: * src/classes/hash.C 1.66:
1170: bugfix: ^hash.add[$hash] ^hash.sub[$hash] could hang. now such
1171: add does nothing, sub clears $hash
1172:
1173: 2004-02-16 paf
1174: * src/main/pa_globals.C 1.173:
1175: bugfix: xml errors copy from library now cleared [were not
1176: cleared properly]
1177:
1178: 2004-02-13 paf
1179: * bin/Makefile.in 1.11:
1180: * etc/Makefile.in 1.16:
1181: * etc/parser3.charsets/Makefile.in 1.19:
1182: * src/Makefile.in 1.57:
1183: * src/classes/Makefile.in 1.60:
1184: * src/include/Makefile.in 1.18:
1185: * src/include/pa_version.h 1.13:
1186: * src/lib/Makefile.in 1.13:
1187: * src/lib/cord/Makefile.in 1.4:
1188: * src/lib/cord/include/Makefile.in 1.3:
1189: * src/lib/cord/include/private/Makefile.in 1.3:
1190: * src/lib/gc/Makefile.in 1.3:
1191: * src/lib/gc/include/Makefile.in 1.3:
1192: * src/lib/gd/Makefile.in 1.3:
1193: * src/lib/ltdl/Makefile.in 1.6:
1194: * src/lib/md5/Makefile.in 1.9:
1195: * src/lib/patches/Makefile.in 1.13:
1196: * src/lib/pcre/Makefile.in 1.11:
1197: * src/lib/sdbm/Makefile.in 1.2:
1198: * src/lib/sdbm/apr-include/Makefile.in 1.2:
1199: * src/lib/smtp/Makefile.in 1.3:
1200: * src/main/Makefile.in 1.57:
1201: * src/sql/Makefile.in 1.13:
1202: * src/targets/Makefile.in 1.44:
1203: * src/targets/apache13/Makefile.in 1.49:
1204: * src/targets/apache13core/Makefile.in 1.6:
1205: * src/targets/cgi/Makefile.in 1.67:
1206: * src/targets/isapi/Makefile.in 1.14:
1207: * src/types/Makefile.in 1.55:
1208: prerelease
1209:
1210: * src/classes/xdoc.C 1.132:
1211: * src/include/pa_stylesheet_connection.h 1.39:
1212: * src/include/pa_xml_io.h 1.3:
1213: * src/main/Makefile.am 1.44:
1214: * src/main/compile.tab.C 1.95:
1215: * src/main/main.vcproj 1.13:
1216: * src/main/pa_globals.C 1.172:
1217: * src/main/pa_stylesheet_connection.C 1.1:
1218: * src/main/pa_xml_io.C 1.17:
1219: change: .xsl.stamp now not used, introducing dependencies
1220: timestamp check
1221:
1222: * bin/auto.p.dist.in 1.11:
1223: * configure.in 1.73:
1224: auto.p: @conf made relative
1225:
1226: * Makefile.am 1.42:
1227: * Makefile.in 1.56:
1228: * acinclude.m4 1.29:
1229: * aclocal.m4 1.32:
1230: * acsite.m4 1.7:
1231: * configure 1.75:
1232: * configure.in 1.74:
1233: *** empty log message ***
1234:
1235: 2004-02-12 paf
1236: * src/include/pa_sapi.h 1.25:
1237: 2004
1238:
1239: * INSTALL 1.36:
1240: --without-threads
1241:
1242: * src/types/pa_vform.C 1.80:
1243: bugfix: empty values[recently allowed] ruined empty <input type
1244: file> submits. parser thought there were nameless empty file
1245: and $form:field got value of type 'file'
1246:
1247: 2004-02-11 paf
1248: * parser3.sln 1.9:
1249: * src/classes/classes.vcproj 1.6:
1250: * src/classes/classes.vcproj 1.7:
1251: * src/lib/gd/gd.vcproj 1.2:
1252: * src/lib/gd/gd.vcproj 1.3:
1253: * src/lib/smtp/smtp.vcproj 1.2:
1254: * src/lib/smtp/smtp.vcproj 1.3:
1255: * src/main/compile.tab.C 1.94:
1256: * src/main/main.vcproj 1.8:
1257: * src/main/main.vcproj 1.9:
1258: * src/main/pa_globals.C 1.167:
1259: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.6:
1260: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.7:
1261: * src/targets/cgi/parser3.vcproj 1.6:
1262: * src/targets/cgi/parser3.vcproj 1.7:
1263: * src/targets/isapi/parser3isapi.vcproj 1.3:
1264: * src/targets/isapi/parser3isapi.vcproj 1.4:
1265: * src/types/types.vcproj 1.7:
1266: * src/types/types.vcproj 1.8:
1267: * www/htdocs/.htaccess 1.27:
1268: started changes to reflect libxml xsl new folders
1269:
1270: * src/classes/classes.vcproj 1.8:
1271: * src/classes/classes.vcproj 1.9:
1272: * src/lib/gd/gd.vcproj 1.4:
1273: * src/lib/gd/gd.vcproj 1.5:
1274: * src/lib/smtp/smtp.vcproj 1.4:
1275: * src/main/main.vcproj 1.10:
1276: * src/main/main.vcproj 1.11:
1277: * src/main/pa_globals.C 1.168:
1278: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.8:
1279: * src/targets/cgi/parser3.vcproj 1.8:
1280: * src/targets/cgi/parser3.vcproj 1.9:
1281: * src/targets/isapi/parser3isapi.vcproj 1.5:
1282: * src/types/types.vcproj 1.10:
1283: * src/types/types.vcproj 1.9:
1284: continued changes to reflect libxml xsl new folders
1285:
1286: * src/classes/classes.vcproj 1.10:
1287: * src/lib/gd/gd.vcproj 1.6:
1288: * src/lib/pcre/pcre.vcproj 1.2:
1289: * src/lib/pcre/pcre_dftables.vcproj 1.3:
1290: * src/lib/pcre/pcre_parser_ctype.vcproj 1.3:
1291: * src/lib/sdbm/sdbm.vcproj 1.4:
1292: * src/lib/smtp/smtp.vcproj 1.5:
1293: * src/main/main.vcproj 1.12:
1294: * src/main/pa_globals.C 1.169:
1295: * src/targets/apache13/ApacheModuleParser3.vcproj 1.6:
1296: * src/targets/cgi/parser3.C 1.223:
1297: * src/targets/cgi/parser3.vcproj 1.10:
1298: * src/targets/isapi/parser3isapi.vcproj 1.6:
1299: * src/types/types.vcproj 1.11:
1300: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
1301: simplified lib build processes
1302:
1303: * src/classes/classes.C 1.21:
1304: * src/classes/classes.h 1.26:
1305: * src/classes/date.C 1.62:
1306: * src/classes/double.C 1.57:
1307: * src/classes/file.C 1.120:
1308: * src/classes/form.C 1.38:
1309: * src/classes/hash.C 1.65:
1310: * src/classes/hashfile.C 1.33:
1311: * src/classes/image.C 1.105:
1312: * src/classes/int.C 1.53:
1313: * src/classes/mail.C 1.100:
1314: * src/classes/math.C 1.38:
1315: * src/classes/memory.C 1.6:
1316: * src/classes/op.C 1.145:
1317: * src/classes/response.C 1.26:
1318: * src/classes/string.C 1.132:
1319: * src/classes/table.C 1.196:
1320: * src/classes/void.C 1.31:
1321: * src/classes/xdoc.C 1.131:
1322: * src/classes/xnode.C 1.65:
1323: * src/classes/xnode.h 1.21:
1324: * src/include/pa_array.h 1.64:
1325: * src/include/pa_cache_managers.h 1.16:
1326: * src/include/pa_charset.h 1.29:
1327: * src/include/pa_charsets.h 1.12:
1328: * src/include/pa_common.h 1.98:
1329: * src/include/pa_config_fixed.h 1.63:
1330: * src/include/pa_config_includes.h 1.28:
1331: * src/include/pa_dictionary.h 1.17:
1332: * src/include/pa_dir.h 1.16:
1333: * src/include/pa_exception.h 1.43:
1334: * src/include/pa_exec.h 1.15:
1335: * src/include/pa_globals.h 1.109:
1336: * src/include/pa_hash.h 1.62:
1337: * src/include/pa_memory.h 1.11:
1338: * src/include/pa_opcode.h 1.27:
1339: * src/include/pa_operation.h 1.5:
1340: * src/include/pa_os.h 1.4:
1341: * src/include/pa_request.h 1.174:
1342: * src/include/pa_request_charsets.h 1.4:
1343: * src/include/pa_request_info.h 1.4:
1344: * src/include/pa_socks.h 1.14:
1345: * src/include/pa_sql_connection.h 1.38:
1346: * src/include/pa_sql_driver_manager.h 1.32:
1347: * src/include/pa_stack.h 1.22:
1348: * src/include/pa_string.h 1.156:
1349: * src/include/pa_stylesheet_connection.h 1.38:
1350: * src/include/pa_stylesheet_manager.h 1.21:
1351: * src/include/pa_table.h 1.57:
1352: * src/include/pa_threads.h 1.29:
1353: * src/include/pa_types.h 1.48:
1354: * src/include/pa_uue.h 1.7:
1355: * src/include/pa_xml_exception.h 1.3:
1356: * src/include/pa_xml_io.h 1.2:
1357: * src/lib/gd/gif.C 1.2:
1358: * src/lib/gd/gif.h 1.2:
1359: * src/lib/gd/gifio.C 1.2:
1360: * src/lib/md5/pa_md5.h 1.10:
1361: * src/lib/md5/pa_md5c.c 1.12:
1362: * src/lib/smtp/comms.C 1.2:
1363: * src/lib/smtp/smtp.C 1.2:
1364: * src/lib/smtp/smtp.h 1.2:
1365: * src/main/compile.C 1.72:
1366: * src/main/compile_tools.C 1.57:
1367: * src/main/compile_tools.h 1.72:
1368: * src/main/execute.C 1.305:
1369: * src/main/pa_cache_managers.C 1.13:
1370: * src/main/pa_charset.C 1.48:
1371: * src/main/pa_charsets.C 1.15:
1372: * src/main/pa_common.C 1.174:
1373: * src/main/pa_dictionary.C 1.22:
1374: * src/main/pa_dir.C 1.19:
1375: * src/main/pa_exception.C 1.47:
1376: * src/main/pa_exec.C 1.57:
1377: * src/main/pa_globals.C 1.171:
1378: * src/main/pa_memory.C 1.5:
1379: * src/main/pa_os.C 1.5:
1380: * src/main/pa_request.C 1.265:
1381: * src/main/pa_socks.C 1.21:
1382: * src/main/pa_sql_driver_manager.C 1.82:
1383: * src/main/pa_string.C 1.194:
1384: * src/main/pa_stylesheet_manager.C 1.26:
1385: * src/main/pa_table.C 1.60:
1386: * src/main/pa_uue.C 1.7:
1387: * src/main/pa_xml_exception.C 1.3:
1388: * src/main/pa_xml_io.C 1.16:
1389: * src/main/untaint.C 1.129:
1390: * src/sql/pa_sql_driver.h 1.38:
1391: * src/targets/apache13/mod_parser3.c 1.10:
1392: * src/targets/apache13core/mod_parser3_core.C 1.3:
1393: * src/targets/apache13core/pa_threads.C 1.4:
1394: * src/targets/cgi/pa_threads.C 1.15:
1395: * src/targets/isapi/pa_threads.C 1.16:
1396: * src/targets/isapi/parser3isapi.C 1.87:
1397: * src/types/pa_junction.h 1.4:
1398: * src/types/pa_method.h 1.4:
1399: * src/types/pa_value.C 1.16:
1400: * src/types/pa_value.h 1.118:
1401: * src/types/pa_vbool.h 1.24:
1402: * src/types/pa_vclass.C 1.20:
1403: * src/types/pa_vclass.h 1.43:
1404: * src/types/pa_vcode_frame.h 1.27:
1405: * src/types/pa_vconsole.h 1.5:
1406: * src/types/pa_vcookie.C 1.63:
1407: * src/types/pa_vcookie.h 1.26:
1408: * src/types/pa_vdate.h 1.31:
1409: * src/types/pa_vdouble.h 1.45:
1410: * src/types/pa_venv.h 1.31:
1411: * src/types/pa_vfile.C 1.40:
1412: * src/types/pa_vfile.h 1.56:
1413: * src/types/pa_vform.C 1.79:
1414: * src/types/pa_vform.h 1.49:
1415: * src/types/pa_vhash.h 1.50:
1416: * src/types/pa_vhashfile.h 1.27:
1417: * src/types/pa_vimage.C 1.29:
1418: * src/types/pa_vimage.h 1.39:
1419: * src/types/pa_vint.h 1.41:
1420: * src/types/pa_vjunction.h 1.22:
1421: * src/types/pa_vmail.C 1.58:
1422: * src/types/pa_vmail.h 1.14:
1423: * src/types/pa_vmath.C 1.7:
1424: * src/types/pa_vmath.h 1.17:
1425: * src/types/pa_vmemory.h 1.4:
1426: * src/types/pa_vmethod_frame.C 1.5:
1427: * src/types/pa_vmethod_frame.h 1.49:
1428: * src/types/pa_vobject.C 1.16:
1429: * src/types/pa_vobject.h 1.42:
1430: * src/types/pa_vrequest.C 1.32:
1431: * src/types/pa_vrequest.h 1.28:
1432: * src/types/pa_vresponse.C 1.20:
1433: * src/types/pa_vresponse.h 1.35:
1434: * src/types/pa_vstateless_class.C 1.22:
1435: * src/types/pa_vstateless_class.h 1.48:
1436: * src/types/pa_vstateless_object.h 1.31:
1437: * src/types/pa_vstatus.C 1.24:
1438: * src/types/pa_vstatus.h 1.18:
1439: * src/types/pa_vstring.C 1.25:
1440: * src/types/pa_vstring.h 1.58:
1441: * src/types/pa_vtable.C 1.25:
1442: * src/types/pa_vtable.h 1.52:
1443: * src/types/pa_vvoid.h 1.21:
1444: * src/types/pa_vxdoc.C 1.27:
1445: * src/types/pa_vxdoc.h 1.36:
1446: * src/types/pa_vxnode.C 1.37:
1447: * src/types/pa_vxnode.h 1.29:
1448: * src/types/pa_wcontext.C 1.28:
1449: * src/types/pa_wcontext.h 1.46:
1450: * src/types/pa_wwrapper.h 1.31:
1451: 2004
1452:
1453: * src/main/pa_globals.C 1.170:
1454: beauty: typo caused gc.log warnings with debug version of gc.dll
1455:
1456: 2004-02-10 paf
1457: * INSTALL 1.34:
1458: critical: prior to 1.0.30 had bug: "a segfault on pattern
1459: compilation errors", on which spent 4 hours worktime. use
1460: versions higher than that. recommended now latest up to date
1461:
1462: * INSTALL 1.35:
1463: critical: libxslt1.1.2 wanted at least libxml2.6.3 to compile.
1464: recommened latest libxml up to date
1465:
1.33 paf 1466: 2004-02-06 paf
1467: * src/main/untaint.C 1.128:
1468: beauty: removed old def/ifdef
1469:
1470: * src/main/pa_sql_driver_manager.C 1.81:
1471: * src/main/pa_stylesheet_manager.C 1.25:
1472: beauty: unified destructing style
1473:
1474: * src/main/untaint.C 1.127:
1475: beauty: coredump @unknown untaint language now
1476:
1477: 2004-02-03 paf
1478: * src/main/pa_common.C 1.173:
1479: typo: %l -> %u
1480:
1481: * src/classes/xnode.C 1.64:
1482: memleaks found: not fixed yet. todo
1483:
1484: * src/classes/xdoc.C 1.130:
1485: bugfix: libxml: FOR UTF-8 TOO russian letters in attributes or
1486: documents-results of transform now not xx;
1487:
1488: * src/main/pa_charset.C 1.47:
1489: bugfix: forgot to undo some
1490:
1491: * src/classes/image.C 1.104:
1492: * src/main/pa_exec.C 1.56:
1493: * src/main/pa_memory.C 1.4:
1494: * src/targets/isapi/parser3isapi.C 1.86:
1495: * src/types/pa_value.C 1.15:
1496: * src/types/pa_vcookie.C 1.62:
1497: beauty: %u is more simple=proper for size_t then %ld/%lu
1498:
1499: * src/main/pa_charset.C 1.46:
1500: beauty: uncomment PA_PATCHED_LIBXML_BACKWARD to link with old
1501: patched libxml libraries
1502:
1503: 2004-02-02 paf
1504: * src/types/pa_vform.C 1.78:
1505: bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
1506: <form method=post enctype=multipart/form-data>
1507: <input type=hidden name=a>
1508: <input type=hidden name=b>
1509:
1510: <input type=submit>
1511: </form>
1512: $k[^form:fields._keys[]]
1513: ^eval($k)
1514: <hr>
1515: <pre>$request:body
1516:
1517: * src/types/pa_vcookie.C 1.61:
1518: bugfix: erasing cookie: params now output
1519: $cookie:example[
1520: $.value[value]
1521: $.path[/there/]
1522: ]
1523:
1524: $cookie:example[
1525: $.value[]
1526: $.expires[session]
1527: $.path[/there/]
1528: $.domain[test.com]
1529: ]
1530:
1531: 2004-01-30 paf
1532: * src/classes/date.C 1.59:
1533: * www/htdocs/.htaccess 1.26:
1534: bugfix: ^date::create[invalid year] now produces exception.
1535: todo: check other fields
1536:
1537: * src/classes/date.C 1.60:
1538: * src/classes/date.C 1.61:
1539: * src/include/pa_string.h 1.155:
1540: * src/main/pa_string.C 1.193:
1541: bugfix: ^date::create[invalid fields now produce exception.
1542:
1543: * src/classes/xdoc.C 1.129:
1544: bugfix: libxml: russian letters in attributes or documents
1545: results of transform now not xx;
1546:
1.32 paf 1547: 2004-01-29 paf
1548: * src/targets/apache13core/mod_parser3_core.C 1.2:
1549: bugfix: old style new used
1550:
1551: * src/include/pa_memory.h 1.9:
1552: bugfix: [potential] strdup copied one more byte then specified
1553: then zeroed it << useless and potentially harmful(could gpf)
1.33 paf 1554:
1555: * src/include/pa_memory.h 1.10:
1556: typo error
1.32 paf 1557:
1558: 2004-01-22 paf
1559: * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
1560: bugfix: buffer overflow
1561: * in libxml&xsl error-reporting code
1562: * in parser-error reporting code [when no @unhandled_exception defined]
1563:
1564: fixed in one place: my *snprintf override
1565:
1566: * src/main/untaint.C [release_3_1_1] 1.122.2.2:
1567: bugfix: whitespace now optimized properly [were bug: ^taint[1 &
1568: 2]="1 &2"
1569:
1570: * src/main/untaint.C 1.126:
1571: merged: bugfix from 3.1.1 on whitespace optimization
1572:
1573: * src/main/pa_globals.C 1.166:
1574: beauty: bigger buffer for xml-related errors
1575:
1576: * src/classes/xdoc.C 1.128:
1577: bugfix: when stylesheet contains error, gpf
1578:
1579: * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
1580: * src/main/untaint.C [release_3_1_1] 1.122.2.1:
1581: *** empty log message ***
1582:
1583: * src/main/pa_common.C 1.172:
1584: merged: bugfix from 3.1.1 on memory overflow
1585:
1586: 2004-01-13 paf
1587: * operators.txt 1.150:
1588: typo erro
1589:
1.31 paf 1590: 2003-12-25 paf
1591: * src/main/pa_common.C 1.171:
1592: bugfix: ^file::load[binary;http:// now not garbled [pieces
1593: after zero bytes were removed]
1594:
1595: 2003-12-22 paf
1596: * operators.txt 1.149:
1597: * src/classes/op.C 1.144:
1598: * src/include/pa_sql_connection.h 1.37:
1599: * src/include/pa_sql_driver_manager.h 1.31:
1600: * src/main/pa_sql_driver_manager.C 1.80:
1601: * src/sql/pa_sql_driver.h 1.37:
1602: * www/htdocs/.htaccess 1.25:
1603: feature: sql introducing ability to transcode charsets
1604:
1605: * src/include/Makefile.am 1.9:
1606: * src/include/Makefile.in 1.17:
1607: bugfix: removed from dist: src/include/pa_config_auto.h which
1608: were configured for make-dist-platform and badly updated proper
1609: config file in target [when .tar used for updating existing
1610: source tree]
1611:
1612: 2003-12-19 paf
1613: * src/main/pa_sql_driver_manager.C 1.79:
1614: beauty: more straighforward error message
1615:
1616: * src/main/pa_charset.C 1.45:
1617: bugfix: memory for charsethandler structure for libxml now
1618: allocated properly
1619:
1.30 paf 1620: 2003-12-17 paf
1621: * src/main/pa_globals.C 1.165:
1622: bugfix: removed false warning [warning: unreported
1623: xmlGenericErrors]
1624:
1625: * src/types/pa_vfile.C 1.39:
1626: beauty: removed outdated cast
1627:
1628: * src/main/pa_common.C 1.170:
1629: bugfix: empty http response caused gpf
1630:
1631: * src/include/pa_string.h 1.154:
1632: bugfix: removed too strong a assert
1633:
1634: 2003-12-15 paf
1635: * src/classes/xdoc.C 1.127:
1636: bugfix: taint uri under ^xdoc::create{now works}
1637:
1638: 2003-12-11 paf
1639: * src/classes/file.C 1.119:
1640: * src/classes/mail.C 1.99:
1641: * src/classes/op.C 1.143:
1642: * src/classes/xdoc.C 1.126:
1643: * src/main/pa_request.C 1.263:
1644: * src/types/pa_vimage.C 1.28:
1645: * src/types/pa_vmath.C 1.6:
1646: * src/types/pa_vstatus.C 1.21:
1647: beauty cancel: gcc does not understand that
1648:
1649: * src/include/pa_cache_managers.h 1.15:
1650: * src/main/pa_cache_managers.C 1.12:
1651: * src/main/pa_globals.C 1.164:
1652: * src/main/pa_request.C 1.264:
1653: * src/types/pa_vstatus.C 1.22:
1654: bugfix(solaris): removed dependency on object initialization
1655: order [one more place]
1656:
1657: * src/main/pa_cache_managers.C 1.11:
1658: * src/main/pa_sql_driver_manager.C 1.78:
1659: * src/main/pa_stylesheet_manager.C 1.23:
1660: bugfix(solaris): removed dependency on object initialization
1661: order [two places]
1662:
1663: * src/main/Makefile.am 1.43:
1664: * src/main/Makefile.in 1.56:
1665: *** empty log message ***
1666:
1667: * src/classes/file.C 1.118:
1668: * src/classes/mail.C 1.98:
1669: * src/classes/op.C 1.142:
1670: * src/classes/xdoc.C 1.125:
1671: * src/include/pa_cache_managers.h 1.14:
1672: * src/include/pa_sql_connection.h 1.36:
1673: * src/include/pa_sql_driver_manager.h 1.30:
1674: * src/include/pa_stylesheet_manager.h 1.20:
1675: * src/main/pa_request.C 1.262:
1676: * src/main/pa_stylesheet_manager.C 1.24:
1677: * src/types/pa_vimage.C 1.27:
1678: * src/types/pa_vmath.C 1.5:
1679: * src/types/pa_vstatus.C 1.20:
1680: beauty: removed redundant ctor call [relying on implicit String
1681: :Body(cstr) call]
1682:
1683: * operators.txt 1.148:
1684: * src/types/pa_vstatus.C 1.23:
1685: !$status:pid process id
1686: !$status:tid thread id
1687:
1688: 2003-12-10 paf
1689: * src/include/pa_sql_connection.h 1.35:
1690: * www/htdocs/.htaccess 1.24:
1691: bugfix: $status:sql.cache back << time now ok
1692:
1693: * operators.txt 1.147:
1694: * src/main/pa_sql_driver_manager.C 1.77:
1695: * src/main/pa_stylesheet_manager.C 1.22:
1696: $status:stylesheet.cache back operational
1697:
1698: * operators.txt 1.146:
1699: * src/classes/xdoc.C 1.124:
1700: * src/include/pa_charset.h 1.28:
1701: * src/include/pa_sql_connection.h 1.34:
1702: * src/main/pa_charset.C 1.44:
1703: * src/main/pa_sql_driver_manager.C 1.76:
1704: * src/main/pa_string.C 1.192:
1705: * src/types/pa_vxdoc.h 1.35:
1706: * www/htdocs/.htaccess 1.23:
1707: $status:sql.cache back operational
1708:
1.29 paf 1709: 2003-12-02 paf
1.30 paf 1710: * src/types/pa_vmail.C 1.57:
1711: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
1712: properly [were: as-is forced]
1713:
1714: * src/main/pa_xml_io.C 1.15:
1715: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
1716: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
1717:
1718: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
1719: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
1720:
1721: * src/classes/image.C 1.103:
1722: nothing: comment removed
1723:
1.29 paf 1724: * src/main/pa_string.C 1.191:
1725: bugfix: sparc gpf on reading %4!=0 addresses to int
1726:
1727: 2003-12-01 paf
1728: * src/main/pa_globals.C 1.163:
1729: bugfix: win32: compile prob
1730:
1731: * src/main/pa_xml_io.C 1.13:
1732: todo: safe mode check not to throw exception
1733:
1734: * src/main/pa_xml_io.C 1.12:
1735: bugfix: http://localhost typo error
1736:
1737: * src/classes/xdoc.C 1.123:
1738: * src/main/pa_xml_io.C 1.14:
1739: bugfix: typo
1740:
1741: 2003-11-28 paf
1742: * src/main/pa_xml_io.C 1.9:
1743: installed safe-mode checker as filter of all xml documents read
1744:
1745: * operators.txt 1.144:
1746: * src/include/pa_request.h 1.173:
1747: * src/main/pa_xml_io.C 1.3:
1748: works.
1749: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1750:
1751: $xdoc[^xdoc::create{<?xml version="1.0"?>
1752: <!DOCTYPE test SYSTEM "parser://method/params/here">
1753: <test>
1754: &test^;
1755: </test>
1756: }]
1757:
1758: ^taint[^xdoc.string[]]
1759:
1760: @method[param]
1761: <!ENTITY test "test-entity-value+$form:user+$param!">
1762:
1763: * src/main/pa_xml_io.C 1.8:
1764: http://localhost/ now checked for safe mode
1765:
1766: * src/classes/xdoc.C 1.122:
1767: * src/include/pa_stylesheet_connection.h 1.37:
1768: * src/include/pa_stylesheet_manager.h 1.19:
1769: * src/main/pa_stylesheet_manager.C 1.21:
1770: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1771: todo: safe mode checks to libxml: ideally to some 1 point
1772:
1773: * src/include/Makefile.in 1.16:
1774: * src/main/Makefile.in 1.55:
1775: *** empty log message ***
1776:
1777: * operators.txt 1.145:
1778: * src/main/pa_xml_io.C 1.4:
1779: leading / in http://parser[abscent params]
1780:
1781: * src/main/pa_xml_io.C 1.5:
1782: comment
1783:
1784: 2003-11-27 paf
1785: * src/classes/date.C 1.58:
1786: bugfix: typo error
1787:
1788: * src/main/pa_xml_io.C 1.2:
1789: libxml: started parser://methodcall/params
1790:
1791: 2003-11-26 paf
1792: * src/types/pa_value.h 1.117:
1793: warnings: --
1794:
1795: * operators.txt 1.143:
1796: * src/include/Makefile.am 1.8:
1797: * src/include/pa_globals.h 1.108:
1798: * src/include/pa_xml_io.h 1.1:
1799: * src/main/Makefile.am 1.42:
1800: * src/main/main.vcproj 1.7:
1801: * src/main/pa_globals.C 1.162:
1802: * src/main/pa_request.C 1.261:
1803: * src/main/pa_xml_io.C 1.1:
1804: simplification: xml errors to hash<thread_id,error>
1805: reorganization: xml io moved to pa_xml_io.C/h
1806:
1.28 paf 1807: 2003-11-25 paf
1.29 paf 1808: * src/classes/table.C 1.194:
1809: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
1810:
1.28 paf 1811: * src/main/untaint.C 1.125:
1812: bugfix: consequences of not reading this comment:
1813: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
1814: none */
1815:
1816: * src/include/pa_array.h 1.63:
1817: removed needless checks
1.29 paf 1818:
1819: * src/classes/table.C 1.195:
1820: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 1821:
1822: 2003-11-24 paf
1823: * operators.txt 1.142:
1824: * src/types/pa_vxnode.C 1.36:
1825: * src/types/pa_vxnode.h 1.28:
1826: $xdoc[^xdoc::create[test]]
1827: $tn[^xdoc.createTextNode[text node value]]
1828: $dummy[^xdoc.firstChild.appendChild[$tn]]
1829: $xdoc.firstChild.firstChild.nodeValue[different]
1830: ^taint[^xdoc.string[]]
1831:
1832: * src/main/pa_request.C 1.260:
1833: * src/types/pa_vform.C 1.77:
1834: * src/types/pa_vform.h 1.48:
1835: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
1836: [and request/response:charset still can be changed anytime]
1837:
1838: * src/include/pa_hash.h 1.61:
1839: * src/types/types.vcproj 1.6:
1840: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
1841:
1842: * src/main/pa_common.C 1.169:
1843: bugfix: ^file::load[binary;http://...] now not transcodes
1844: response body
1845:
1846: 2003-11-21 paf
1847: * src/main/pa_exec.C 1.55:
1848: bug in safe mode
1849:
1850: * src/include/Makefile.am 1.7:
1851: pa_xml_exception.h
1852:
1853: * Makefile.am 1.40:
1854: * Makefile.in 1.54:
1855: * configure 1.73:
1856: * configure.in 1.71:
1857: * parser3.sln 1.8:
1858: * src/classes/Makefile.am 1.47:
1859: * src/classes/Makefile.am 1.48:
1860: * src/classes/Makefile.in 1.59:
1861: * src/classes/classes.vcproj 1.5:
1862: * src/include/Makefile.in 1.15:
1863: * src/include/pa_config_auto.h.in 1.39:
1864: * src/lib/Makefile.am 1.7:
1865: * src/lib/Makefile.in 1.12:
1866: * src/lib/gd/Makefile.am 1.1:
1867: * src/lib/gd/Makefile.in 1.1:
1868: * src/lib/gd/Makefile.in 1.2:
1869: * src/lib/gd/gd.vcproj 1.1:
1870: * src/lib/gd/gif.C 1.1:
1871: * src/lib/gd/gif.h 1.1:
1872: * src/lib/gd/gifio.C 1.1:
1873: * src/lib/gd/mtables.h 1.1:
1874: * src/lib/smtp/Makefile.am 1.1:
1875: * src/lib/smtp/Makefile.in 1.1:
1876: * src/lib/smtp/Makefile.in 1.2:
1877: * src/lib/smtp/comms.C 1.1:
1878: * src/lib/smtp/smtp.C 1.1:
1879: * src/lib/smtp/smtp.h 1.1:
1880: * src/lib/smtp/smtp.vcproj 1.1:
1881: * src/targets/apache13/p3runConfigure.in 1.15:
1882: * src/targets/apache13core/Makefile.in 1.5:
1883: * src/targets/cgi/Makefile.am 1.50:
1884: * src/targets/cgi/Makefile.in 1.66:
1885: * src/types/Makefile.am 1.35:
1886: * src/types/Makefile.in 1.54:
1887: rearrange: gd&smtp moved to src/lib
1888:
1889: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
1890: * src/targets/isapi/parser3isapi.C 1.85:
1891: more warnings --
1892:
1893: * Makefile.am 1.41:
1894: * Makefile.in 1.55:
1895: * acinclude.m4 1.28:
1896: * aclocal.m4 1.31:
1897: * acsite.m4 1.6:
1898: * configure 1.74:
1899: * configure.in 1.72:
1900: * src/classes/mail.C 1.97:
1901: *** empty log message ***
1902:
1903: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
1904: * src/targets/apache13core/Makefile.am 1.5:
1905: * src/targets/apache13core/mod_parser3.C 1.7:
1906: * src/targets/apache13core/mod_parser3_core.C 1.1:
1907: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1908:
1909: * src/classes/mail.C 1.96:
1910: bugfix: typo
1911:
1912: 2003-11-20 paf
1913: * src/main/execute.C 1.303:
1914: * src/main/pa_request.C 1.257:
1915: old forgotten todo: when can't report problem (undefined @
1916: unhandled_exception) problem source string were not reported
1917:
1918: * src/classes/classes.vcproj 1.4:
1919: * src/classes/date.C 1.53:
1920: * src/classes/double.C 1.55:
1921: * src/classes/file.C 1.114:
1922: * src/classes/hash.C 1.61:
1923: * src/classes/hashfile.C 1.31:
1924: * src/classes/image.C 1.98:
1925: * src/classes/int.C 1.51:
1926: * src/classes/mail.C 1.93:
1927: * src/classes/math.C 1.35:
1928: * src/classes/memory.C 1.4:
1929: * src/classes/op.C 1.138:
1930: * src/classes/string.C 1.128:
1931: * src/classes/table.C 1.191:
1932: * src/classes/xdoc.C 1.118:
1933: * src/classes/xnode.C 1.62:
1934: * src/include/pa_config_includes.h 1.27:
1935: * src/include/pa_operation.h 1.3:
1936: * src/include/pa_sql_connection.h 1.32:
1937: * src/include/pa_table.h 1.54:
1938: * src/include/pa_types.h 1.46:
1939: * src/lib/ltdl/config_fixed.h 1.3:
1940: * src/lib/ltdl/ltdl.vcproj 1.2:
1941: * src/lib/md5/md5.vcproj 1.2:
1942: * src/lib/pcre/maketables.c 1.2:
1943: * src/lib/pcre/pcre_dftables.vcproj 1.2:
1944: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
1945: * src/lib/sdbm/apr_file_io.C 1.2:
1946: * src/main/compile.tab.C 1.93:
1947: * src/main/execute.C 1.301:
1948: * src/main/main.vcproj 1.6:
1949: * src/main/pa_cache_managers.C 1.9:
1950: * src/main/pa_charset.C 1.40:
1951: * src/main/pa_common.C 1.166:
1952: * src/main/pa_dir.C 1.16:
1953: * src/main/pa_exec.C 1.53:
1954: * src/main/pa_globals.C 1.160:
1955: * src/main/pa_os.C 1.3:
1956: * src/main/pa_request.C 1.255:
1957: * src/main/pa_string.C 1.187:
1958: * src/main/pa_table.C 1.57:
1959: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
1960: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
1961: * src/targets/cgi/parser3.vcproj 1.5:
1962: * src/targets/isapi/parser3isapi.vcproj 1.2:
1963: * src/types/pa_value.h 1.115:
1964: * src/types/pa_vconsole.h 1.3:
1965: * src/types/pa_vdate.h 1.28:
1966: * src/types/pa_vfile.h 1.54:
1967: * src/types/pa_vhashfile.C 1.36:
1968: * src/types/pa_vimage.C 1.25:
1969: * src/types/pa_vimage.h 1.36:
1970: * src/types/pa_vmail.C 1.53:
1971: * src/types/pa_vobject.C 1.14:
1972: * src/types/pa_vstateless_class.h 1.46:
1973: * src/types/pa_vtable.C 1.23:
1974: * src/types/pa_vtable.h 1.50:
1975: * src/types/pa_vvoid.h 1.19:
1976: * src/types/pa_vxdoc.h 1.33:
1977: * src/types/pa_vxnode.h 1.26:
1978: * src/types/types.vcproj 1.5:
1979: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
1980: found several unitialized vars
1981:
1982: * src/classes/classes.C 1.20:
1983: * src/classes/classes.h 1.25:
1984: * src/classes/date.C 1.54:
1985: * src/classes/double.C 1.56:
1986: * src/classes/file.C 1.115:
1987: * src/classes/form.C 1.37:
1988: * src/classes/hash.C 1.62:
1989: * src/classes/hashfile.C 1.32:
1990: * src/classes/image.C 1.99:
1991: * src/classes/int.C 1.52:
1992: * src/classes/mail.C 1.94:
1993: * src/classes/math.C 1.36:
1994: * src/classes/memory.C 1.5:
1995: * src/classes/op.C 1.139:
1996: * src/classes/response.C 1.25:
1997: * src/classes/string.C 1.129:
1998: * src/classes/table.C 1.192:
1999: * src/classes/void.C 1.30:
2000: * src/classes/xdoc.C 1.119:
2001: * src/classes/xnode.C 1.63:
2002: * src/classes/xnode.h 1.20:
2003: * src/include/pa_array.h 1.62:
2004: * src/include/pa_cache_managers.h 1.12:
2005: * src/include/pa_charset.h 1.27:
2006: * src/include/pa_charsets.h 1.11:
2007: * src/include/pa_common.h 1.97:
2008: * src/include/pa_config_fixed.h 1.62:
2009: * src/include/pa_dictionary.h 1.16:
2010: * src/include/pa_dir.h 1.15:
2011: * src/include/pa_exception.h 1.42:
2012: * src/include/pa_exec.h 1.14:
2013: * src/include/pa_globals.h 1.107:
2014: * src/include/pa_hash.h 1.60:
2015: * src/include/pa_memory.h 1.8:
2016: * src/include/pa_opcode.h 1.26:
2017: * src/include/pa_operation.h 1.4:
2018: * src/include/pa_os.h 1.3:
2019: * src/include/pa_request.h 1.172:
2020: * src/include/pa_request_charsets.h 1.3:
2021: * src/include/pa_request_info.h 1.3:
2022: * src/include/pa_sapi.h 1.24:
2023: * src/include/pa_socks.h 1.13:
2024: * src/include/pa_sql_connection.h 1.33:
2025: * src/include/pa_sql_driver_manager.h 1.29:
2026: * src/include/pa_stack.h 1.21:
2027: * src/include/pa_string.h 1.153:
2028: * src/include/pa_stylesheet_connection.h 1.35:
2029: * src/include/pa_stylesheet_manager.h 1.18:
2030: * src/include/pa_table.h 1.56:
2031: * src/include/pa_threads.h 1.28:
2032: * src/include/pa_types.h 1.47:
2033: * src/include/pa_uue.h 1.6:
2034: * src/include/pa_xml_exception.h 1.2:
2035: * src/lib/md5/pa_md5.h 1.9:
2036: * src/lib/md5/pa_md5c.c 1.11:
2037: * src/lib/sdbm/apr_file_io.C 1.3:
2038: * src/lib/sdbm/apr_strings.C 1.2:
2039: * src/main/compile.C 1.71:
2040: * src/main/compile_tools.C 1.56:
2041: * src/main/compile_tools.h 1.71:
2042: * src/main/execute.C 1.302:
2043: * src/main/pa_cache_managers.C 1.10:
2044: * src/main/pa_charset.C 1.41:
2045: * src/main/pa_charsets.C 1.14:
2046: * src/main/pa_common.C 1.168:
2047: * src/main/pa_dictionary.C 1.20:
2048: * src/main/pa_dir.C 1.17:
2049: * src/main/pa_exception.C 1.46:
2050: * src/main/pa_exec.C 1.54:
2051: * src/main/pa_globals.C 1.161:
2052: * src/main/pa_memory.C 1.3:
2053: * src/main/pa_os.C 1.4:
2054: * src/main/pa_pool.C 1.62:
2055: * src/main/pa_request.C 1.256:
2056: * src/main/pa_socks.C 1.20:
2057: * src/main/pa_sql_driver_manager.C 1.74:
2058: * src/main/pa_string.C 1.188:
2059: * src/main/pa_stylesheet_manager.C 1.20:
2060: * src/main/pa_table.C 1.58:
2061: * src/main/pa_uue.C 1.6:
2062: * src/main/pa_xml_exception.C 1.2:
2063: * src/main/untaint.C 1.123:
2064: * src/sql/pa_sql_driver.h 1.36:
2065: * src/targets/apache13/mod_parser3.c 1.9:
2066: * src/targets/apache13/pa_httpd.h 1.5:
2067: * src/targets/apache13core/mod_parser3.C 1.6:
2068: * src/targets/apache13core/pa_threads.C 1.3:
2069: * src/targets/cgi/pa_threads.C 1.14:
2070: * src/targets/cgi/parser3.C 1.222:
2071: * src/targets/isapi/pa_threads.C 1.15:
2072: * src/targets/isapi/parser3isapi.C 1.84:
2073: * src/types/pa_junction.h 1.3:
2074: * src/types/pa_method.h 1.3:
2075: * src/types/pa_value.C 1.13:
2076: * src/types/pa_value.h 1.116:
2077: * src/types/pa_vbool.h 1.23:
2078: * src/types/pa_vclass.C 1.19:
2079: * src/types/pa_vclass.h 1.42:
2080: * src/types/pa_vcode_frame.h 1.26:
2081: * src/types/pa_vconsole.h 1.4:
2082: * src/types/pa_vcookie.C 1.59:
2083: * src/types/pa_vcookie.h 1.25:
2084: * src/types/pa_vdate.h 1.29:
2085: * src/types/pa_vdouble.h 1.44:
2086: * src/types/pa_venv.h 1.30:
2087: * src/types/pa_vfile.C 1.38:
2088: * src/types/pa_vfile.h 1.55:
2089: * src/types/pa_vform.C 1.76:
2090: * src/types/pa_vform.h 1.47:
2091: * src/types/pa_vhash.h 1.49:
2092: * src/types/pa_vhashfile.C 1.37:
2093: * src/types/pa_vhashfile.h 1.26:
2094: * src/types/pa_vimage.C 1.26:
2095: * src/types/pa_vimage.h 1.37:
2096: * src/types/pa_vint.h 1.40:
2097: * src/types/pa_vjunction.h 1.21:
2098: * src/types/pa_vmail.C 1.54:
2099: * src/types/pa_vmail.h 1.13:
2100: * src/types/pa_vmath.C 1.4:
2101: * src/types/pa_vmath.h 1.16:
2102: * src/types/pa_vmemory.h 1.3:
2103: * src/types/pa_vmethod_frame.C 1.3:
2104: * src/types/pa_vmethod_frame.h 1.47:
2105: * src/types/pa_vobject.C 1.15:
2106: * src/types/pa_vobject.h 1.41:
2107: * src/types/pa_vrequest.C 1.31:
2108: * src/types/pa_vrequest.h 1.27:
2109: * src/types/pa_vresponse.C 1.19:
2110: * src/types/pa_vresponse.h 1.34:
2111: * src/types/pa_vstateless_class.C 1.21:
2112: * src/types/pa_vstateless_class.h 1.47:
2113: * src/types/pa_vstateless_object.h 1.30:
2114: * src/types/pa_vstatus.C 1.19:
2115: * src/types/pa_vstatus.h 1.17:
2116: * src/types/pa_vstring.C 1.24:
2117: * src/types/pa_vstring.h 1.57:
2118: * src/types/pa_vtable.C 1.24:
2119: * src/types/pa_vtable.h 1.51:
2120: * src/types/pa_vvoid.h 1.20:
2121: * src/types/pa_vxdoc.C 1.26:
2122: * src/types/pa_vxdoc.h 1.34:
2123: * src/types/pa_vxnode.C 1.34:
2124: * src/types/pa_vxnode.h 1.27:
2125: * src/types/pa_wcontext.C 1.27:
2126: * src/types/pa_wcontext.h 1.45:
2127: * src/types/pa_wwrapper.h 1.30:
2128: static const char * const IDENT
2129:
2130: * src/classes/date.C 1.55:
2131: * src/classes/date.C 1.56:
2132: * src/classes/date.C 1.57:
2133: * src/classes/file.C 1.116:
2134: * src/classes/file.C 1.117:
2135: * src/classes/hash.C 1.63:
2136: * src/classes/hash.C 1.64:
2137: * src/classes/image.C 1.100:
2138: * src/classes/image.C 1.101:
2139: * src/classes/image.C 1.102:
2140: * src/classes/mail.C 1.95:
2141: * src/classes/math.C 1.37:
2142: * src/classes/op.C 1.140:
2143: * src/classes/op.C 1.141:
2144: * src/classes/string.C 1.130:
2145: * src/classes/string.C 1.131:
2146: * src/classes/table.C 1.193:
2147: * src/classes/xdoc.C 1.120:
2148: * src/classes/xdoc.C 1.121:
2149: * src/include/pa_array.h 1.61:
2150: * src/include/pa_cache_managers.h 1.13:
2151: * src/include/pa_pool.h 1.89:
2152: * src/include/pa_request.h 1.171:
2153: * src/include/pa_string.h 1.152:
2154: * src/include/pa_stylesheet_connection.h 1.36:
2155: * src/include/pa_table.h 1.55:
2156: * src/main/compile_tools.h 1.70:
2157: * src/main/pa_charset.C 1.42:
2158: * src/main/pa_charset.C 1.43:
2159: * src/main/pa_common.C 1.167:
2160: * src/main/pa_dictionary.C 1.21:
2161: * src/main/pa_dir.C 1.18:
2162: * src/main/pa_request.C 1.259:
2163: * src/main/pa_sql_driver_manager.C 1.75:
2164: * src/main/pa_string.C 1.189:
2165: * src/main/pa_string.C 1.190:
2166: * src/main/pa_table.C 1.59:
2167: * src/main/untaint.C 1.124:
2168: * src/types/pa_value.C 1.14:
2169: * src/types/pa_vcookie.C 1.60:
2170: * src/types/pa_vdate.h 1.30:
2171: * src/types/pa_vhash.h 1.48:
2172: * src/types/pa_vhashfile.C 1.38:
2173: * src/types/pa_vimage.h 1.38:
2174: * src/types/pa_vmail.C 1.55:
2175: * src/types/pa_vmethod_frame.C 1.4:
2176: * src/types/pa_vmethod_frame.h 1.48:
2177: * src/types/pa_vxnode.C 1.35:
2178: * src/types/pa_wcontext.h 1.44:
2179: more warnings --
2180:
2181: 2003-11-19 paf
2182: * operators.txt 1.141:
2183: * src/classes/op.C 1.136:
2184: * src/include/pa_request.h 1.170:
2185: * src/main/pa_request.C 1.254:
2186: cache[...]{body}{catch block with $exception.handled[cache]
2187: meaning "get expired cache, if any. else error"}
2188:
2189: * src/classes/op.C 1.135:
2190: * src/include/pa_os.h 1.2:
2191: * src/include/pa_request.h 1.169:
2192: * src/main/pa_common.C 1.165:
2193: cache: ^cache[] fallback
2194: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
2195:
2196: * src/classes/op.C 1.137:
2197: more ansi C++ comp
2198:
2199: 2003-11-12 paf
2200: * src/classes/xnode.C 1.61:
2201: replaceChild: 2nd param now named oldChild [copy/paste bug]
2202:
2203: 2003-11-11 paf
2204: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
2205: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
2206: more C++ compatible [HP C++ failed]
2207:
2208: * operators.txt 1.139:
2209: * operators.txt 1.140:
2210: *** empty log message ***
2211:
2212: * bin/auto.p.dist.in 1.10:
2213: colno
2214:
2215: 2003-11-10 paf
2216: * src/types/pa_vhashfile.C 1.35:
2217: * src/types/pa_vhashfile.h 1.25:
2218: add: hashfile old serialize version and exipire now removes entries
2219:
2220: * operators.txt 1.135:
2221: comment: updated
2222:
2223: * operators.txt 1.138:
2224: * src/main/pa_request.C 1.253:
2225: * src/types/Makefile.am 1.34:
2226: * src/types/pa_vconsole.h 1.1:
2227: * src/types/types.vcproj 1.4:
2228: $console:line read/write [for nntp]
2229:
2230: * operators.txt 1.134:
2231: * src/classes/hashfile.C 1.30:
2232: * src/include/pa_common.h 1.96:
2233: * src/main/pa_common.C 1.164:
2234: * src/types/pa_vhashfile.C 1.34:
2235: * src/types/pa_vhashfile.h 1.24:
2236: ^hashfile.delete[] removes files altogether [and dir, if could]
2237:
2238: * src/types/pa_vconsole.h 1.2:
2239: flush
2240:
2241: * src/types/Makefile.in 1.53:
2242: *** empty log message ***
2243:
2244: * src/lib/sdbm/sdbm.c 1.3:
2245: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
2246: coded that that was error. fixed
2247:
2248: * src/types/pa_vhashfile.C 1.33:
2249: sdbm: exception type change to file.access [regretfull can't
2250: split it to different exceptions without modifying sdbm source
2251: wich would prefer not to]
2252:
2253: * operators.txt 1.136:
2254: mysql: transaction support: ?autocommit=0
2255:
2256: 2003-11-07 paf
2257: * src/classes/date.C 1.52:
2258: * src/classes/file.C 1.113:
2259: * src/classes/hash.C 1.60:
2260: * src/classes/hashfile.C 1.29:
2261: * src/classes/image.C 1.97:
2262: * src/classes/table.C 1.190:
2263: * src/classes/xdoc.C 1.117:
2264: * src/include/Makefile.am 1.6:
2265: * src/include/pa_array.h 1.60:
2266: * src/include/pa_pool.h 1.88:
2267: * src/include/pa_request.h 1.168:
2268: * src/main/Makefile.am 1.41:
2269: * src/main/execute.C 1.300:
2270: * src/main/main.vcproj 1.5:
2271: * src/main/pa_pool.C 1.61:
2272: * src/main/pa_request.C 1.252:
2273: * src/targets/cgi/parser3.C 1.221:
2274: * src/types/pa_vclass.C 1.18:
2275: * src/types/pa_vclass.h 1.41:
2276: * src/types/pa_vhashfile.h 1.23:
2277: * src/types/pa_vobject.h 1.40:
2278: * src/types/pa_vstateless_class.h 1.45:
2279: resurrected: pool idea. now only for destructing objects at
2280: request processing end
2281:
2282: * src/include/Makefile.in 1.14:
2283: * src/main/Makefile.in 1.54:
2284: *** empty log message ***
2285:
2286: 2003-11-06 paf
2287: * src/classes/xdoc.C 1.116:
2288: * src/classes/xnode.C 1.60:
2289: * src/include/pa_charset.h 1.26:
2290: * src/include/pa_globals.h 1.106:
2291: * src/include/pa_stylesheet_connection.h 1.34:
2292: * src/main/pa_exception.C 1.45:
2293: * src/types/pa_vxnode.h 1.25:
2294: XmlException changes
2295:
2296: * src/types/pa_vhashfile.C 1.30:
2297: hashfile: foreach body can bodify $self
2298:
2299: * operators.txt 1.133:
2300: * src/types/pa_vhashfile.C 1.32:
2301: hashfile: clear & expiration [time in value. todo: move time to
2302: key]
2303:
2304: * src/include/pa_memory.h 1.7:
2305: * src/targets/cgi/parser3.C 1.220:
2306: * src/types/pa_value.C 1.12:
2307: * src/types/pa_value.h 1.114:
2308: * src/types/pa_vcookie.C 1.58:
2309: * src/types/pa_vhashfile.C 1.23:
2310: * src/types/pa_vhashfile.h 1.18:
2311: * www/htdocs/.htaccess 1.22:
2312: hashfile implemented get/put [raw]
2313:
2314: * operators.txt 1.130:
2315: * src/classes/hashfile.C 1.26:
2316: * src/types/pa_vhashfile.C 1.25:
2317: * src/types/pa_vhashfile.h 1.20:
2318: hashfile: hash
2319:
2320: * src/lib/sdbm/Makefile.am 1.2:
2321: * src/lib/sdbm/apr_file_io.C 1.1:
2322: * src/lib/sdbm/apr_strings.C 1.1:
2323: move to upper dir, .am updated
2324:
2325: * configure 1.69:
2326: * configure.in 1.65:
2327: * operators.txt 1.128:
2328: * parser3.sln 1.6:
2329: * src/classes/classes.vcproj 1.3:
2330: * src/classes/hashfile.C 1.24:
2331: * src/classes/xdoc.C 1.115:
2332: * src/include/pa_config_fixed.h 1.61:
2333: * src/include/pa_exception.h 1.40:
2334: * src/include/pa_globals.h 1.105:
2335: * src/include/pa_memory.h 1.6:
2336: * src/include/pa_version.h 1.11:
2337: * src/lib/ltdl/libltdl.vcproj 1.2:
2338: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
2339: * src/lib/ltdl/ltdl.vcproj 1.1:
2340: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
2341: * src/lib/sdbm/apr-include/apr.h 1.4:
2342: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
2343: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
2344: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
2345: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
2346: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
2347: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
2348: * src/lib/sdbm/apr-include/apu.h 1.3:
2349: * src/main/compile.tab.C 1.92:
2350: * src/main/main.vcproj 1.3:
2351: * src/main/pa_charset.C 1.39:
2352: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
2353: * src/targets/apache13/mod_parser3.c 1.8:
2354: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
2355: * src/targets/cgi/parser3.vcproj 1.4:
2356: * src/types/Makefile.am 1.30:
2357: * src/types/pa_vhash.C 1.4:
2358: * src/types/pa_vhashfile.C 1.22:
2359: * src/types/pa_vhashfile.h 1.17:
2360: * src/types/pa_vxnode.h 1.24:
2361: * src/types/types.vcproj 1.3:
2362: * www/htdocs/.htaccess 1.21:
2363: hashfile: started again with sdbm from apache
2364:
2365: * operators.txt 1.131:
2366: * src/classes/hash.C 1.58:
2367: * src/classes/hash.C 1.59:
2368: * src/classes/hashfile.C 1.27:
2369: * src/classes/hashfile.C 1.28:
2370: * src/types/pa_vhashfile.C 1.26:
2371: * src/types/pa_vhashfile.h 1.21:
2372: hashfile: foreach
2373:
2374: * operators.txt 1.132:
2375: * src/types/pa_vhashfile.C 1.27:
2376: * src/types/pa_vhashfile.h 1.22:
2377: hashfile: clear and proper locking
2378:
2379: * src/include/Makefile.in 1.13:
2380: * src/include/pa_config_includes.h 1.26:
2381: * src/include/pa_version.h 1.12:
2382: our replacements of max& co only for cpp
2383:
2384: * parser3.sln 1.7:
2385: * src/targets/apache13/p3runConfigure.in 1.14:
2386: * src/targets/cgi/Makefile.am 1.49:
2387: .vcproj & .am updated to include sdbm
2388:
2389: * operators.txt 1.129:
2390: * src/classes/hashfile.C 1.25:
2391: * src/types/pa_vhashfile.C 1.24:
2392: * src/types/pa_vhashfile.h 1.19:
2393: * tests/todo.txt 1.4:
2394: hashfile: delete
2395:
2396: * configure.in 1.66:
2397: * configure.in 1.67:
2398: * src/classes/Makefile.am 1.46:
2399: * src/classes/Makefile.in 1.58:
2400: * src/include/Makefile.am 1.5:
2401: * src/lib/Makefile.am 1.6:
2402: * src/lib/Makefile.in 1.11:
2403: * src/lib/sdbm/Makefile.am 1.3:
2404: * src/lib/sdbm/Makefile.in 1.1:
2405: * src/lib/sdbm/apr-include/Makefile.am 1.1:
2406: * src/lib/sdbm/apr-include/Makefile.in 1.1:
2407: * src/lib/sdbm/sdbm.vcproj 1.3:
2408: * src/main/Makefile.am 1.39:
2409: * src/main/Makefile.am 1.40:
2410: * src/main/Makefile.in 1.53:
2411: * src/targets/cgi/.cvsignore 1.3:
2412: * src/targets/cgi/Makefile.in 1.65:
2413: * src/types/Makefile.am 1.32:
2414: * src/types/Makefile.am 1.33:
2415: * src/types/Makefile.in 1.52:
2416: *** empty log message ***
2417:
2418: * src/include/pa_common.h 1.95:
2419: * src/include/pa_exception.h 1.41:
2420: * src/include/pa_os.h 1.1:
2421: * src/include/pa_xml_exception.h 1.1:
2422: * src/lib/sdbm/sdbm.vcproj 1.1:
2423: * src/main/main.vcproj 1.4:
2424: * src/main/pa_common.C 1.162:
2425: * src/main/pa_os.C 1.1:
2426: * src/main/pa_xml_exception.C 1.1:
2427: locking move to pa_os [along with pa_sleep]
2428: apr-impl locking done
2429:
2430: * src/types/pa_vhashfile.C 1.29:
2431: hashfile: clear now works [were trying to do that in foreach,
2432: no errors, but surely wrong]
2433:
2434: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
2435: * src/lib/sdbm/sdbm.c 1.2:
2436: * src/lib/sdbm/sdbm.vcproj 1.2:
2437: just compiled
2438:
2439: * tests/todo.txt 1.5:
2440: hashfile: done
2441:
2442: * src/classes/op.C 1.134:
2443: * src/main/pa_os.C 1.2:
2444: just linked
2445:
2446: * src/classes/Makefile.am 1.45:
2447: * src/types/Makefile.am 1.31:
2448: .am sdbm INCLUDES updates
2449:
2450: 2003-11-05 paf
2451: * src/lib/sdbm/apr-include/apr.h 1.2:
2452: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
2453: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
2454: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
2455: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
2456: * src/lib/sdbm/apr-include/apu.h 1.1:
2457: started porting: grabbed some parts of apr headers
2458:
2459: * src/lib/sdbm/Makefile.am 1.1:
2460: * src/lib/sdbm/sdbm.c 1.1:
2461: * src/lib/sdbm/sdbm_hash.c 1.1:
2462: * src/lib/sdbm/sdbm_lock.c 1.1:
2463: * src/lib/sdbm/sdbm_pair.c 1.1:
2464: * src/lib/sdbm/sdbm_pair.h 1.1:
2465: * src/lib/sdbm/sdbm_private.h 1.1:
2466: * src/lib/sdbm/sdbm_tune.h 1.1:
2467: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
2468:
2469: * src/lib/sdbm/apr-include/apr.h 1.1:
2470: * src/lib/sdbm/apr-include/apr.h 1.3:
2471: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
2472: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
2473: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
2474: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
2475: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
2476: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
2477: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
2478: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
2479: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
2480: * src/lib/sdbm/apr-include/apu.h 1.2:
2481: *** empty log message ***
2482:
2483: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
2484: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
2485: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
2486: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
2487: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
2488: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
2489: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
2490: not has to be in \parser3project dir anymore
2491:
2492: * src/main/helpers/CaseFolding.txt 1.1:
2493: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
2494:
2495: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
2496: bugfix: had broken binary search [copied thoughtlessly from
2497: xalan]
2498:
2499: 2003-11-04 paf
2500: * operators.txt 1.124:
2501: * src/classes/table.C 1.187:
2502: * tests/todo.txt 1.2:
2503: ^table::load
2504: !$.separator[^#09]
2505: !$.encloser["] <nothing> by default
2506:
2507: * operators.txt 1.125:
2508: * src/classes/table.C 1.188:
2509: * src/main/pa_string.C 1.186:
2510: * tests/todo.txt 1.3:
2511: ^table.save[...
2512: $.separator[^#09]
2513: $.encloser["] <nothing> by default
2514:
2515: * operators.txt 1.126:
2516: * src/classes/mail.C 1.91:
2517: * src/types/pa_vmail.C 1.52:
2518: * src/types/pa_vmail.h 1.12:
2519: !^mail:send[
2520: $.options[unix: string to append to sendmail command line]
2521:
2522: * src/classes/Makefile.am 1.44:
2523: * src/classes/Makefile.in 1.57:
2524: classes.C to rebuild last
2525:
2526: * src/classes/mail.C 1.92:
2527: * src/classes/table.C 1.189:
2528: compiled on unix
2529:
2530: * operators.txt 1.127:
2531: comment: ^mail:send[$.options[
2532:
2533: 2003-11-03 paf
2534: * src/targets/cgi/parser3.C 1.219:
2535: beauty: SIGUSRX removed qs= printing [already included into uri
2536: xxx]
2537:
2538: * operators.txt 1.120:
2539: * src/classes/date.C 1.49:
2540: !^date::unix-timestamp()
2541: !^date.unix-timestamp[]
2542:
2543: * operators.txt 1.121:
2544: * src/classes/image.C 1.95:
2545: * tests/todo.txt 1.1:
2546: * www/htdocs/auto.p 1.21:
2547: ^image.gif[filename] for $response:download
2548:
2549: * operators.txt 1.123:
2550: * src/classes/table.C 1.186:
2551: * src/main/pa_common.C 1.161:
2552: ^table::load[; options:
2553: !$.column-separator[^#09]
2554: !$.column-encloser["]
2555:
2556: * operators.txt 1.122:
2557: * src/include/pa_config_fixed.h 1.60:
2558: * src/types/pa_vrequest.C 1.30:
2559: $request:document-root
2560:
2561: * src/classes/date.C 1.50:
2562: minor precaution
2563:
2564: 2003-10-31 paf
2565: * src/include/pa_config_fixed.h 1.59:
2566: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
2567: *** empty log message ***
2568:
1.27 paf 2569: 2003-10-30 paf
2570: * src/classes/date.C 1.47:
2571: * src/classes/image.C 1.94:
2572: improvement diagnostics: $now[^date::create[$undefined]] now is error
2573:
2574: * src/targets/apache13core/Makefile.am 1.4:
2575: * src/targets/apache13core/Makefile.in 1.4:
2576: gc include dir added, thanks to Victor Fedoseev for finding
2577:
2578: * src/main/pa_common.C 1.160:
2579: read errors would now be reported 'actually read -1 bytes'
2580:
2581: * operators.txt 1.119:
2582: * src/classes/date.C 1.48:
2583: * src/types/pa_vdate.h 1.27:
2584: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
2585:
1.26 paf 2586: 2003-10-24 paf
2587: * Makefile.am 1.36:
2588: * src/classes/Makefile.am 1.43:
2589: * src/lib/cord/Makefile.am 1.3:
2590: * src/lib/md5/Makefile.am 1.3:
2591: * src/lib/pcre/Makefile.am 1.2:
2592: * src/main/Makefile.am 1.37:
2593: * src/targets/apache13/Makefile.am 1.18:
2594: * src/targets/apache13core/Makefile.am 1.3:
2595: * src/targets/cgi/Makefile.am 1.48:
2596: * src/targets/isapi/Makefile.am 1.3:
2597: .dsp/w -> .vcproj/sln
2598:
2599: * Makefile.in 1.50:
2600: * src/classes/Makefile.in 1.56:
2601: * src/include/pa_version.h 1.10:
2602: * src/lib/cord/Makefile.in 1.3:
2603: * src/lib/md5/Makefile.in 1.8:
2604: * src/lib/pcre/Makefile.in 1.10:
2605: * src/main/Makefile.am 1.38:
2606: * src/main/Makefile.in 1.52:
2607: * src/targets/apache13/Makefile.in 1.48:
2608: * src/targets/apache13core/Makefile.in 1.3:
2609: * src/targets/cgi/Makefile.in 1.64:
2610: * src/targets/isapi/Makefile.in 1.13:
2611: *** empty log message ***
2612:
2613: 2003-10-22 paf
2614: * src/include/pa_request.h 1.167:
2615: fixed: $h[^hash::create[]] $$h[1]
2616:
2617: 2003-10-21 paf
2618: * src/classes/op.C 1.133:
2619: * src/include/pa_request.h 1.166:
2620: fixed: false 'endless recoursion' message with intensive throw-catches
2621: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
2622:
2623: * operators.txt 1.118:
2624: * src/include/pa_string.h 1.151:
2625: * src/main/pa_string.C 1.185:
2626: fixed: string.match[g] without <'> option produced columns with
2627: NULL's, which gpf'ed at table.save time
2628:
2629: 2003-10-10 paf
2630: * src/include/pa_string.h 1.150:
2631: * src/main/compile.tab.C 1.91:
2632: * www/htdocs/.htaccess 1.20:
2633: CORD_chr does not check offset argument for validity
2634: did that in String::Body::pos myself
2635: http://i2/tasks/edit/?id=4577425257580789777
2636:
2637: 2003-10-07 paf
2638: * src/main/compile.tab.C 1.90:
2639: * src/main/compile.y 1.207:
2640: ^if ( better error:
2641: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
2642:
2643: 2003-10-03 paf
2644: * parser3.sln 1.5:
2645: * src/include/pa_dictionary.h 1.15:
2646: * src/main/pa_dictionary.C 1.19:
2647: * src/main/pa_string.C 1.184:
2648: * src/targets/cgi/parser3.vcproj 1.3:
2649: * www/htdocs/.htaccess 1.19:
2650: dictionary optimized by precalculating cstr&length
2651:
2652: 2003-10-02 paf
2653: * src/classes/op.C 1.132:
2654: * src/include/pa_request.h 1.165:
2655: * src/include/pa_stack.h 1.20:
2656: * src/main/execute.C 1.299:
2657: * src/main/pa_request.C 1.251:
2658: * src/main/pa_sql_driver_manager.C 1.73:
2659: * src/main/pa_stylesheet_manager.C 1.19:
2660: * www/htdocs/.htaccess 1.18:
2661: bugfix: ^throw context were saved/restored incompletely
2662: http://www.parser.ru/forum/?id=21484
2663:
2664: 2003-09-30 paf
2665: * src/targets/apache13/mod_parser3.c 1.7:
2666: * src/targets/apache13/pa_httpd.h 1.4:
2667: * src/targets/apache13core/mod_parser3.C 1.5:
2668: content-type now changes
2669:
2670: * src/main/pa_string.C 1.183:
2671: string::replace bug fix [were ignoring occurrances after lang-mismatched
2672:
2673: 2003-09-29 paf
2674: * src/include/pa_charset.h 1.25:
2675: * src/main/helpers/simple_folding.pl 1.1:
2676: * src/main/pa_charset.C 1.38:
2677: * src/main/pa_string.C 1.181:
2678: * www/htdocs/auto.p 1.20:
2679: utf-8 upper/lower
2680:
2681: * src/classes/string.C 1.127:
2682: bugfix: s.right(>s.length) returned nothing
2683:
2684: * www/htdocs/base.p 1.7:
2685: * www/htdocs/derived.p 1.25:
2686: * www/htdocs/font.gif 1.2:
2687: * www/htdocs/global.xsl 1.9:
2688: * www/htdocs/index.html 1.213:
2689: * www/htdocs/mailreceive.eml 1.4:
2690: * www/htdocs/mailreceive.html 1.2:
2691: * www/htdocs/operators.p 1.12:
2692: * www/htdocs/parser-status.html 1.3:
2693: * www/htdocs/people.dtd 1.2:
2694: * www/htdocs/some.p 1.3:
2695: removing old tests
2696:
2697: * src/main/pa_common.C 1.159:
2698: bugfix: utf signature were not ignored due to typo error
2699: http://i2/tasks/edit/?id=4573354650786434584
2700:
2701: * src/classes/table.C 1.184:
2702: bugfix: flip: must produce nameless
2703: http://i2/tasks/edit/?id=4573405524674081244
2704:
2705: * src/main/utf8-to-lower.inc 1.1:
2706: * src/main/utf8-to-upper.inc 1.1:
2707: generated by helper
2708:
2709: * src/main/pa_string.C 1.182:
2710: string::serialize bug fix with zero-terminator
2711:
2712: * src/classes/table.C 1.185:
2713: ^nameless_table.save column row now has no \t at the end
2714:
2715: * src/classes/form.C 1.36:
2716: better error message: MAX_POST_SIZE_NAME to error message
2717:
2718: * src/include/pa_request.h 1.164:
2719: * src/main/execute.C 1.298:
2720: * src/main/pa_request.C 1.250:
2721: @postprocess now takes $response:body/download
2722:
2723: 2003-09-26 paf
2724: * src/include/pa_string.h 1.149:
2725: * src/main/pa_common.C 1.157:
2726: * src/main/pa_string.C 1.180:
2727: * www/htdocs/.htaccess 1.17:
2728: String.for_each bug fixed [omited one-char cases]
2729:
2730: * src/main/untaint.C 1.121:
2731: removed needless const
2732:
2733: * src/main/untaint.C 1.122:
2734: removed needless field
2735:
2736: * src/classes/op.C 1.131:
2737: * src/include/pa_string.h 1.148:
2738: * src/main/pa_string.C 1.178:
2739: * www/htdocs/.htaccess 1.15:
2740: string::serialize/deserialize implemented
2741: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
2742:
2743: * src/include/pa_stack.h 1.19:
2744: bugfix: before collecting garbage, runtime-executor stack were
2745: cleared... BADLY
2746:
2747: * src/main/pa_string.C 1.179:
2748: * www/htdocs/.htaccess 1.16:
2749: * www/htdocs/auto.p 1.19:
2750: ^stirng.replace code used old param-convention on langs.append, fixed that
2751: search fo the like, found none
2752:
2753: 2003-09-25 paf
2754: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
2755: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
2756: string: debug: .v() functions aligned to that of eeparser3 look
2757:
2758: * src/include/pa_string.h 1.147:
2759: * src/include/pa_version.h 1.9:
2760: * src/main/pa_string.C 1.177:
2761: * src/main/untaint.C 1.120:
2762: templates and anonymous unions differences on unix
2763:
2764: * parser3.sln 1.4:
2765: * src/classes/file.C 1.112:
2766: * src/classes/image.C 1.93:
2767: * src/classes/mail.C 1.90:
2768: * src/classes/op.C 1.130:
2769: * src/classes/table.C 1.183:
2770: * src/classes/xdoc.C 1.114:
2771: * src/classes/xnode.C 1.59:
2772: * src/include/pa_cache_managers.h 1.11:
2773: * src/include/pa_charset.h 1.24:
2774: * src/include/pa_charsets.h 1.10:
2775: * src/include/pa_common.h 1.94:
2776: * src/include/pa_request.h 1.163:
2777: * src/include/pa_sql_driver_manager.h 1.28:
2778: * src/include/pa_string.h 1.146:
2779: * src/include/pa_stylesheet_manager.h 1.17:
2780: * src/include/pa_table.h 1.53:
2781: * src/lib/cord/cordbscs.c 1.3:
2782: * src/lib/cord/cordprnt.c 1.3:
2783: * src/lib/cord/cordxtra.c 1.4:
2784: * src/lib/cord/include/cord.h 1.3:
2785: * src/main/compile.tab.C 1.89:
2786: * src/main/compile_tools.h 1.69:
2787: * src/main/pa_charset.C 1.37:
2788: * src/main/pa_charsets.C 1.13:
2789: * src/main/pa_common.C 1.156:
2790: * src/main/pa_exec.C 1.52:
2791: * src/main/pa_request.C 1.249:
2792: * src/main/pa_sql_driver_manager.C 1.72:
2793: * src/main/pa_string.C 1.176:
2794: * src/main/pa_stylesheet_manager.C 1.18:
2795: * src/main/untaint.C 1.119:
2796: * src/types/pa_value.h 1.113:
2797: * src/types/pa_vimage.C 1.24:
2798: * src/types/pa_vmail.C 1.51:
2799: * src/types/pa_vmath.C 1.3:
2800: * src/types/pa_vstateless_class.h 1.44:
2801: * src/types/pa_vstatus.C 1.18:
2802: * src/types/pa_vxnode.C 1.33:
2803: * www/htdocs/.htaccess 1.14:
2804: string_fragments_to_cord merged to HEAD
2805:
2806: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
2807: removed warnings
2808:
2809: 2003-09-24 paf
2810: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
2811: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
2812: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
2813: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
2814: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
2815: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
2816: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
2817: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
2818: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
2819: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
2820: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
2821: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
2822: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
2823: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
2824: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
2825: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
2826: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
2827: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
2828: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
2829: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
2830: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
2831: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
2832: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
2833: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
2834: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
2835: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
2836: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
2837: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
2838: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
2839: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
2840: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
2841: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
2842: v() functions of String::Body, String::Languages and String itself
2843: StringBody->String::Body
2844:
2845: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
2846: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
2847: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
2848: langs: speed up by joining adjucent blocks of same char [
2849: CORD_append_block]
2850:
2851: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
2852: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
2853: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
2854: CORD_append_block showed no efficiency = never optimized anything.
2855: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
2856:
2857: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
2858: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
2859: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
2860: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
2861: aval/ works!
2862:
2863: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
2864: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
2865: aval is not actually working yet :(
2866: but more working &understood :)
2867:
2868: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
2869: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
2870: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
2871: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
2872: aval/ works!
2873: todo: save space by extending blocks when appending block with c == lastblock.c
2874:
2875: 2003-09-23 paf
2876: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
2877: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
2878: just compiled
2879: todo: serialize&deserialize
2880:
2881: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
2882: something even more works :)
2883:
2884: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
2885: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
2886: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
2887: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
2888: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
2889: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
2890: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
2891: main idea implemented, details left
2892:
2893: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
2894: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
2895: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
2896: something already works :)
2897:
2898: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
2899: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
2900: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
2901: something more works :)
2902:
2903: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
2904: $a[ok!]
2905: $a works!
2906:
2907: 2003-09-22 paf
2908: * src/classes/xdoc.C 1.112:
2909: * src/classes/xnode.C 1.57:
2910: new DOM2 methods from Alexandr Egorov <egr> (all?)
2911: xdoc:
2912: createAttributeNS
2913: createElementNS
2914: xnode:
2915: getAttributeNS
2916: setAttributeNS
2917: removeAttributeNS
2918: getAttributeNodeNS
2919: setAttributeNodeNS
2920: hasAttribute
2921: hasAttributeNS
2922:
2923: * src/classes/memory.C 1.3:
2924: * src/include/pa_memory.h 1.5:
2925: #ifdef GC_DEBUG
2926:
2927: * src/include/pa_memory.h 1.4:
2928: * src/main/pa_globals.C 1.159:
2929: when xml memory allocator returns 0, just die.
2930: http://i2/tasks/edit/?id=4570798492410259445
2931:
2932: * src/lib/cord/cordxtra.c 1.3:
2933: CORD_pos bugfix [failed to find 8bit chars due to bitwise
2934: operation signed-char error]
2935:
2936: * src/classes/xdoc.C 1.113:
2937: * src/classes/xnode.C 1.58:
2938: copy/paste comment bugfix
2939:
2940: 2003-09-19 paf
2941: * src/targets/apache13/mod_parser3.c 1.6:
2942: now compiles on MSVC7
2943:
2944: * operators.txt 1.117:
2945: * src/main/pa_common.C 1.155:
2946: merged
2947: $f[^file::load[binary;http://...]]
2948: $f.tables
2949:
2950: * src/types/pa_wcontext.C 1.26:
2951: output message: more practical suggestion
2952:
2953: 2003-09-02 paf
2954: * src/targets/apache13/mod_parser3.c 1.5:
1.39 ! paf 2955: ??????? ?????????
1.26 paf 2956:
2957: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
2958: forgot initializer
2959:
2960: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
2961: got rid of 'stdout' symbol reference on unix (users reported
2962: problems with some old libc)
2963:
2964: * operators.txt [release_3_0_8] 1.115.2.1:
2965: *** empty log message ***
2966:
2967: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
2968: printf is buffered, write(1 is not. can't flush stdout without
2969: referencing 'stdout' symbol. to hell with non-ansi libraries
2970: without 'stdout' symbol
2971:
2972: 2003-09-01 paf
2973: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
2974: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
2975: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
2976: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
2977: renamed to .c [lowercase] to correspond to runconfigure.
2978: added files to fix 'make dist'
2979:
2980: * src/targets/apache13/Makefile.am 1.17:
2981: * src/targets/apache13/Makefile.in 1.47:
2982: * src/targets/apache13/mod_parser3.c 1.4:
2983: merged with 3.1.0:
2984: renamed to .c [lowercase] to correspond to runconfigure.
2985: added files to fix 'make dist'
2986:
2987: * src/classes/date.C [release_3_0_8] 1.45.2.1:
2988: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
2989: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
2990: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
2991: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
2992: $date.TZ
2993: ^date.roll[TZ;new zone]
2994:
2995: * src/classes/image.C 1.92:
2996: memory handling bugs [unpatched 'new' calls]
2997:
2998: 2003-08-19 paf
2999: * src/types/pa_vmail.C 1.48:
3000: * src/types/pa_vmail.h 1.11:
3001: parses headers, still problems with body
3002:
3003: * src/types/pa_vmail.C 1.47:
3004: mail_receive just compiled
3005:
3006: * src/types/pa_vmail.C 1.50:
3007: turned off recoding in gmime (were still recoding headers)
3008:
3009: * src/include/pa_memory.h 1.3:
3010: * src/types/pa_value.h 1.111:
3011: -= few warnings
3012:
3013: * src/targets/apache13/mod_parser3.C 1.31:
3014: * src/targets/apache13/mod_parser3.c 1.2:
3015: .c
3016:
3017: * src/types/pa_vmail.C 1.49:
3018: works as before, same charset problems:
3019: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
3020:
3021: * src/targets/apache13/mod_parser3.C 1.30:
3022: * src/targets/apache13/pa_httpd.h 1.3:
3023: * src/targets/apache13core/mod_parser3.C 1.3:
3024: apache module compiled on MSVC7
3025:
3026: * src/types/pa_value.C 1.11:
3027: * src/types/pa_value.h 1.112:
3028: * src/types/pa_vdate.h 1.26:
3029: * src/types/pa_vrequest.C 1.29:
3030: * src/types/pa_vstring.h 1.56:
3031: * src/types/pa_vxdoc.C 1.25:
3032: * src/types/pa_vxnode.C 1.32:
3033: bark intefrace obsoleted, simplified a little
3034:
3035: * src/types/pa_vhash.C 1.3:
3036: * src/types/pa_vhash.h 1.47:
3037: _default+foreach bug refix [lost fix from 3.0.8]
3038:
3039: * src/types/pa_vcookie.C 1.57:
3040: in VC7
3041: if(type var=xxx){
3042: }else{
3043: now visible here
3044: }
3045:
3046: bug fix
3047:
3048: * src/main/compile.tab.C 1.87:
3049: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
3050: study shows that later in bison they've fixed that. would migrate to latest bison someday
3051:
3052: 2003-08-18 paf
3053: * src/classes/classes.vcproj 1.2:
3054: * src/include/pa_config_fixed.h 1.58:
3055: * src/main/main.vcproj 1.2:
3056: * src/types/types.vcproj 1.2:
3057: win32: continued process detaching from \parser3project directory
3058:
3059: * ~sak5c961f3101c36563.tmp 1.1:
3060: Temporary file created by Visual Studio .NET to detect Jalindi
3061: Igloo capabilities.
3062:
3063: * gnu.vcproj 1.1:
3064: * parser3.sln 1.1:
3065: * src/classes/classes.vcproj 1.1:
3066: * src/lib/cord/cord.vcproj 1.1:
3067: * src/lib/ltdl/libltdl.vcproj 1.1:
3068: * src/lib/md5/md5.vcproj 1.1:
3069: * src/lib/pcre/pcre.vcproj 1.1:
3070: * src/lib/pcre/pcre_dftables.vcproj 1.1:
3071: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
3072: * src/main/main.vcproj 1.1:
3073: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
3074: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
3075: * src/targets/cgi/parser3.vcproj 1.1:
3076: * src/targets/isapi/parser3isapi.vcproj 1.1:
3077: * src/types/types.vcproj 1.1:
3078: new VS project files
3079:
3080: * configure 1.68:
3081: * configure.in 1.64:
3082: * src/classes/Makefile.am 1.42:
3083: * src/classes/Makefile.in 1.55:
3084: * src/classes/classes.awk 1.8:
3085: * src/doc/footer.htm 1.3:
3086: * src/include/pa_config_fixed.h 1.57:
3087: * src/include/pa_version.h 1.8:
3088: * src/lib/Makefile.am 1.5:
3089: * src/lib/Makefile.in 1.10:
3090: * src/lib/patches/Makefile.in 1.12:
3091: * src/main/compile.tab.C 1.86:
3092: * src/main/pa_charset.C 1.36:
3093: * src/main/pa_string.C 1.175:
3094: * src/main/untaint.C 1.118:
3095: * src/types/pa_vmail.C 1.46:
3096: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
3097: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
3098: merged 3.1.0 latest changes
3099:
3100: * gnu.dsp 1.5:
3101: * gnu.vcproj.vspscc 1.1:
3102: * parser3.dsw 1.9:
3103: * parser3.vssscc 1.1:
3104: * src/classes/classes.dsp 1.31:
3105: * src/classes/classes.vcproj.vspscc 1.1:
3106: * src/lib/cord/cord.dsp 1.3:
3107: * src/lib/cord/cord.vcproj.vspscc 1.1:
3108: * src/lib/ltdl/libltdl.dsp 1.7:
3109: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
3110: * src/lib/md5/md5.dsp 1.5:
3111: * src/lib/md5/md5.vcproj.vspscc 1.1:
3112: * src/lib/pcre/pcre.dsp 1.4:
3113: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
3114: * src/lib/pcre/pcre_dftables.dsp 1.2:
3115: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
3116: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
3117: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
3118: * src/main/main.dsp 1.167:
3119: * src/main/main.vcproj.vspscc 1.1:
3120: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
3121: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
3122: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
3123: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
3124: * src/targets/cgi/parser3.dsp 1.66:
3125: * src/targets/cgi/parser3.vcproj 1.2:
3126: * src/targets/isapi/parser3isapi.dsp 1.44:
3127: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
3128: * src/types/types.dsp 1.42:
3129: * src/types/types.vcproj.vspscc 1.1:
3130: moved to MSVC 7
3131:
3132: 2003-08-15 paf
3133: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
3134: email addresses in forms:
3135: "non-ascii" <yyy>
3136: non-ascii <yyy>
3137: now encoded correctly
3138:
3139: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
3140: email addresses in forms:
3141: "non-ascii" <yyy>
3142: non-ascii <yyy>
3143: now encoded correctly [kinda merge from 3.0.8]
3144:
3145: 2003-07-29 paf
3146: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
3147: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
3148: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
3149: classes.awk added to make dist
3150:
3151: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
3152: just started --with-mail-receive
3153:
3154: 2003-07-28 paf
3155: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
3156: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
3157: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
3158: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
3159: removed circular dependence in src/classes, src/lib/gc now in dist
3160:
3161: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
3162: ^cache bug fix [were not working at all]
3163:
3164: 2003-07-25 paf
3165: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
3166: year
3167:
1.24 paf 3168: 2003-07-24 paf
3169: * INSTALL 1.33:
3170: * Makefile.am 1.35:
3171: * Makefile.in 1.49:
3172: * acsite.m4 1.2:
3173: * bin/Makefile.in 1.10:
3174: * configure 1.67:
3175: * configure.in 1.63:
3176: * etc/Makefile.in 1.15:
3177: * etc/parser3.charsets/Makefile.in 1.18:
3178: * etc/parser3.charsets/koi8-r.cfg 1.4:
3179: * etc/parser3.charsets/windows-1251.cfg 1.8:
3180: * operators.txt 1.116:
3181: * parser3.dsw 1.8:
3182: * src/Makefile.in 1.56:
3183: * src/classes/Makefile.am 1.41:
3184: * src/classes/Makefile.in 1.54:
3185: * src/classes/classes.C 1.19:
3186: * src/classes/classes.awk 1.7:
3187: * src/classes/classes.dsp 1.29:
3188: * src/classes/classes.h 1.24:
3189: * src/classes/date.C 1.46:
3190: * src/classes/double.C 1.54:
3191: * src/classes/file.C 1.111:
3192: * src/classes/form.C 1.35:
3193: * src/classes/hash.C 1.57:
3194: * src/classes/image.C 1.91:
3195: * src/classes/int.C 1.50:
3196: * src/classes/mail.C 1.89:
3197: * src/classes/math.C 1.34:
3198: * src/classes/memory.C 1.2:
3199: * src/classes/op.C 1.129:
3200: * src/classes/response.C 1.24:
3201: * src/classes/string.C 1.126:
3202: * src/classes/table.C 1.182:
3203: * src/classes/void.C 1.29:
3204: * src/classes/xdoc.C 1.111:
3205: * src/classes/xnode.C 1.56:
3206: * src/classes/xnode.h 1.19:
3207: * src/doc/exception.dox 1.2:
3208: * src/doc/index.dox 1.5:
3209: * src/doc/memory.dox 1.2:
3210: * src/doc/string.dox 1.5:
3211: * src/include/Makefile.am 1.4:
3212: * src/include/Makefile.in 1.12:
3213: * src/include/pa_array.h 1.59:
3214: * src/include/pa_cache_managers.h 1.10:
3215: * src/include/pa_charset.h 1.23:
3216: * src/include/pa_charsets.h 1.9:
3217: * src/include/pa_common.h 1.93:
3218: * src/include/pa_config_auto.h.in 1.38:
3219: * src/include/pa_config_fixed.h 1.56:
3220: * src/include/pa_config_includes.h 1.25:
3221: * src/include/pa_dictionary.h 1.14:
3222: * src/include/pa_dir.h 1.14:
3223: * src/include/pa_exception.h 1.39:
3224: * src/include/pa_exec.h 1.13:
3225: * src/include/pa_globals.h 1.104:
3226: * src/include/pa_hash.h 1.59:
3227: * src/include/pa_memory.h 1.2:
3228: * src/include/pa_opcode.h 1.25:
3229: * src/include/pa_operation.h 1.2:
3230: * src/include/pa_pool.h 1.87:
3231: * src/include/pa_pragma_pack_begin.h 1.7:
3232: * src/include/pa_pragma_pack_end.h 1.7:
3233: * src/include/pa_request.h 1.162:
3234: * src/include/pa_request_charsets.h 1.2:
3235: * src/include/pa_request_info.h 1.2:
3236: * src/include/pa_sapi.h 1.23:
3237: * src/include/pa_socks.h 1.12:
3238: * src/include/pa_sql_connection.h 1.31:
3239: * src/include/pa_sql_driver_manager.h 1.27:
3240: * src/include/pa_stack.h 1.18:
3241: * src/include/pa_string.h 1.145:
3242: * src/include/pa_stylesheet_connection.h 1.33:
3243: * src/include/pa_stylesheet_manager.h 1.16:
3244: * src/include/pa_table.h 1.52:
3245: * src/include/pa_threads.h 1.27:
3246: * src/include/pa_types.h 1.45:
3247: * src/include/pa_uue.h 1.5:
3248: * src/lib/Makefile.am 1.4:
3249: * src/lib/Makefile.in 1.9:
3250: * src/lib/cord/Makefile.am 1.2:
3251: * src/lib/cord/Makefile.in 1.2:
3252: * src/lib/cord/cord.dsp 1.2:
3253: * src/lib/cord/cordbscs.c 1.2:
3254: * src/lib/cord/cordprnt.c 1.2:
3255: * src/lib/cord/cordxtra.c 1.2:
3256: * src/lib/cord/include/Makefile.am 1.2:
3257: * src/lib/cord/include/Makefile.in 1.2:
3258: * src/lib/cord/include/cord.h 1.2:
3259: * src/lib/cord/include/ec.h 1.2:
3260: * src/lib/cord/include/private/Makefile.am 1.2:
3261: * src/lib/cord/include/private/Makefile.in 1.2:
3262: * src/lib/cord/include/private/cord_pos.h 1.2:
3263: * src/lib/cord/source.url 1.2:
3264: * src/lib/gc/Makefile.am 1.2:
3265: * src/lib/gc/Makefile.in 1.2:
1.25 paf 3266: * src/lib/gc/include/Makefile.am 1.2:
3267: * src/lib/gc/include/Makefile.in 1.2:
3268: * src/lib/gc/include/gc.h 1.2:
1.24 paf 3269: * src/lib/ltdl/Makefile.in 1.5:
3270: * src/lib/ltdl/libltdl.dsp 1.6:
3271: * src/lib/md5/Makefile.in 1.7:
3272: * src/lib/md5/pa_md5.h 1.8:
3273: * src/lib/md5/pa_md5c.c 1.10:
3274: * src/lib/patches/Makefile.am 1.4:
3275: * src/lib/patches/Makefile.in 1.11:
3276: * src/lib/patches/gc.patch 1.2:
3277: * src/lib/patches/gdome2.patch 1.2:
3278: * src/lib/patches/libxml2.patch 1.2:
3279: * src/lib/patches/libxslt.patch 1.2:
3280: * src/lib/pcre/Makefile.in 1.9:
3281: * src/lib/pcre/pcre.h 1.2:
3282: * src/lib/pcre/pcre_parser_ctype.c 1.4:
3283: * src/main/Makefile.am 1.36:
3284: * src/main/Makefile.in 1.51:
3285: * src/main/compile.C 1.70:
3286: * src/main/compile.tab.C 1.84:
3287: * src/main/compile.tab.C 1.85:
3288: * src/main/compile.y 1.206:
3289: * src/main/compile_tools.C 1.55:
3290: * src/main/compile_tools.h 1.68:
3291: * src/main/execute.C 1.297:
3292: * src/main/main.dsp 1.165:
3293: * src/main/pa_array.C 1.57:
3294: * src/main/pa_cache_managers.C 1.8:
3295: * src/main/pa_charset.C 1.35:
3296: * src/main/pa_charsets.C 1.12:
3297: * src/main/pa_common.C 1.154:
3298: * src/main/pa_dictionary.C 1.18:
3299: * src/main/pa_dir.C 1.15:
3300: * src/main/pa_exception.C 1.44:
3301: * src/main/pa_exec.C 1.51:
3302: * src/main/pa_globals.C 1.157:
3303: * src/main/pa_hash.C 1.54:
3304: * src/main/pa_memory.C 1.2:
3305: * src/main/pa_pool.C 1.60:
3306: * src/main/pa_request.C 1.248:
3307: * src/main/pa_socks.C 1.19:
3308: * src/main/pa_sql_driver_manager.C 1.71:
3309: * src/main/pa_string.C 1.174:
3310: * src/main/pa_stylesheet_manager.C 1.17:
3311: * src/main/pa_table.C 1.56:
3312: * src/main/pa_uue.C 1.5:
3313: * src/main/untaint.C 1.117:
3314: * src/sql/Makefile.in 1.12:
3315: * src/sql/pa_sql_driver.h 1.35:
3316: * src/targets/Makefile.am 1.10:
3317: * src/targets/Makefile.in 1.43:
3318: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
3319: * src/targets/apache13/Makefile.am 1.16:
3320: * src/targets/apache13/Makefile.in 1.46:
3321: * src/targets/apache13/mod_parser3.C 1.29:
3322: * src/targets/apache13/p3runConfigure.in 1.13:
3323: * src/targets/apache13/pa_httpd.h 1.2:
3324: * src/targets/apache13/pa_md5c.c 1.6:
3325: * src/targets/apache13/pa_pool.C 1.9:
3326: * src/targets/apache13/pa_threads.C 1.12:
3327: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
3328: * src/targets/apache13core/Makefile.am 1.2:
3329: * src/targets/apache13core/Makefile.in 1.2:
3330: * src/targets/apache13core/mod_parser3.C 1.2:
3331: * src/targets/apache13core/pa_threads.C 1.2:
3332: * src/targets/cgi/Makefile.am 1.47:
3333: * src/targets/cgi/Makefile.in 1.63:
3334: * src/targets/cgi/getopt.c 1.3:
3335: * src/targets/cgi/getopt.h 1.3:
3336: * src/targets/cgi/pa_pool.C 1.42:
3337: * src/targets/cgi/pa_threads.C 1.13:
3338: * src/targets/cgi/parser3.C 1.218:
3339: * src/targets/cgi/parser3.dsp 1.64:
3340: * src/targets/cgi/pool_storage.h 1.14:
3341: * src/targets/cgi/pp3.cmd 1.2:
3342: * src/targets/isapi/Makefile.am 1.2:
3343: * src/targets/isapi/Makefile.in 1.12:
3344: * src/targets/isapi/pa_pool.C 1.17:
3345: * src/targets/isapi/pa_threads.C 1.14:
3346: * src/targets/isapi/parser3isapi.C 1.83:
3347: * src/targets/isapi/parser3isapi.dsp 1.42:
3348: * src/targets/isapi/pool_storage.h 1.20:
3349: * src/types/Makefile.am 1.29:
3350: * src/types/Makefile.in 1.51:
3351: * src/types/pa_junction.h 1.2:
3352: * src/types/pa_method.h 1.2:
3353: * src/types/pa_value.C 1.10:
3354: * src/types/pa_value.h 1.110:
3355: * src/types/pa_vbool.h 1.22:
3356: * src/types/pa_vclass.C 1.17:
3357: * src/types/pa_vclass.h 1.40:
3358: * src/types/pa_vcode_frame.h 1.25:
3359: * src/types/pa_vcookie.C 1.56:
3360: * src/types/pa_vcookie.h 1.24:
3361: * src/types/pa_vdate.h 1.25:
3362: * src/types/pa_vdouble.h 1.43:
3363: * src/types/pa_venv.h 1.29:
3364: * src/types/pa_vfile.C 1.37:
3365: * src/types/pa_vfile.h 1.53:
3366: * src/types/pa_vform.C 1.75:
3367: * src/types/pa_vform.h 1.46:
3368: * src/types/pa_vhash.C 1.2:
3369: * src/types/pa_vhash.h 1.46:
3370: * src/types/pa_vimage.C 1.23:
3371: * src/types/pa_vimage.h 1.35:
3372: * src/types/pa_vint.h 1.39:
3373: * src/types/pa_vjunction.h 1.20:
3374: * src/types/pa_vmail.C 1.45:
3375: * src/types/pa_vmail.h 1.10:
3376: * src/types/pa_vmath.C 1.2:
3377: * src/types/pa_vmath.h 1.15:
3378: * src/types/pa_vmemory.h 1.2:
3379: * src/types/pa_vmethod_frame.C 1.2:
3380: * src/types/pa_vmethod_frame.h 1.46:
3381: * src/types/pa_vobject.C 1.13:
3382: * src/types/pa_vobject.h 1.39:
3383: * src/types/pa_vrequest.C 1.28:
3384: * src/types/pa_vrequest.h 1.26:
3385: * src/types/pa_vresponse.C 1.18:
3386: * src/types/pa_vresponse.h 1.33:
3387: * src/types/pa_vstateless_class.C 1.20:
3388: * src/types/pa_vstateless_class.h 1.43:
3389: * src/types/pa_vstateless_object.h 1.29:
3390: * src/types/pa_vstatus.C 1.17:
3391: * src/types/pa_vstatus.h 1.16:
3392: * src/types/pa_vstring.C 1.23:
3393: * src/types/pa_vstring.h 1.55:
3394: * src/types/pa_vtable.C 1.22:
3395: * src/types/pa_vtable.h 1.49:
3396: * src/types/pa_vvoid.h 1.18:
3397: * src/types/pa_vxdoc.C 1.24:
3398: * src/types/pa_vxdoc.h 1.32:
3399: * src/types/pa_vxnode.C 1.31:
3400: * src/types/pa_vxnode.h 1.23:
3401: * src/types/pa_wcontext.C 1.25:
3402: * src/types/pa_wcontext.h 1.43:
3403: * src/types/pa_wwrapper.h 1.29:
3404: * src/types/types.dsp 1.40:
3405: * www/htdocs/.htaccess 1.13:
3406: * www/htdocs/auto.p 1.18:
3407: * www/htdocs/index.html 1.212:
3408: moved tempate_gc to HEAD
3409:
3410: * parser3.dsw [template_gc] 1.7.6.1.2.4:
3411: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
3412: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
3413: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
3414: few paths for libxml debug/release changes
3415:
3416: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
3417: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
3418: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
3419: more step towards \parser3project not having to be in root
3420:
3421: * parser3.dsw [template_gc] 1.7.6.1.2.5:
3422: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
3423: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
3424: relative paths to xml&gc libs
3425:
3426: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
3427: PA_ -> pa_
3428:
3429: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
3430: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
3431: uuid bugfix
3432:
3433: * tests/141.html [template_gc] 1.1.2.2:
3434: * tests/Makefile [template_gc] 1.1.2.8.2.10:
3435: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
3436: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
3437: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
3438: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
3439: to reflect date format change (were - become ' ')
3440:
1.25 paf 3441: * src/classes/classes.dsp 1.30:
3442: * src/main/main.dsp 1.166:
3443: * src/main/pa_globals.C 1.158:
3444: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
3445: * src/targets/cgi/parser3.dsp 1.65:
3446: * src/targets/isapi/parser3isapi.dsp 1.43:
3447: * src/types/types.dsp 1.41:
3448: cvs: getting rid of win32xml pseudo project
3449:
1.24 paf 3450: * src/classes/math.C 1.33:
3451: merged uuid bugfix
3452:
3453: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 3454: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
3455: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 3456: release
3457:
3458: * src/classes/math.C [release_3_0_8] 1.33.2.1:
3459: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
3460: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
3461: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
3462: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
3463: apache module compiled [were minor unnecessary changes in lib
3464: md5 interface]
3465:
1.26 paf 3466: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
3467: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
3468: bad #endif fix
3469:
1.24 paf 3470: * tests/001.html 1.2:
3471: * tests/002.html 1.2:
3472: * tests/003.html 1.2:
3473: * tests/004.html 1.2:
3474: * tests/005.html 1.2:
3475: * tests/006.html 1.2:
3476: * tests/007.html 1.2:
3477: * tests/008.html 1.2:
3478: * tests/009.html 1.2:
3479: * tests/010.html 1.2:
3480: * tests/011.html 1.2:
3481: * tests/012.html 1.2:
3482: * tests/013.html 1.2:
3483: * tests/014.html 1.2:
3484: * tests/015.html 1.2:
3485: * tests/016.html 1.2:
3486: * tests/017.html 1.2:
3487: * tests/018.html 1.2:
3488: * tests/019.html 1.2:
3489: * tests/019paf2001.gif 1.2:
3490: * tests/020.html 1.2:
3491: * tests/021.html 1.2:
3492: * tests/022.html 1.2:
3493: * tests/022_dir/a.html 1.2:
3494: * tests/022_dir/b.txt 1.2:
3495: * tests/022_dir/c.htm 1.2:
3496: * tests/023.html 1.2:
3497: * tests/024.html 1.2:
3498: * tests/025.html 1.2:
3499: * tests/026.html 1.2:
3500: * tests/027.html 1.2:
3501: * tests/028.html 1.2:
3502: * tests/029.html 1.2:
3503: * tests/030.html 1.2:
3504: * tests/031.html 1.2:
3505: * tests/032.html 1.2:
3506: * tests/033.html 1.2:
3507: * tests/034.html 1.2:
3508: * tests/035.html 1.2:
3509: * tests/036.html 1.2:
3510: * tests/037.html 1.2:
3511: * tests/038.html 1.2:
3512: * tests/039.html 1.2:
3513: * tests/040.html 1.2:
3514: * tests/041.html 1.2:
3515: * tests/042.html 1.2:
3516: * tests/043.html 1.2:
3517: * tests/044.html 1.2:
3518: * tests/045.html 1.2:
3519: * tests/046.html 1.2:
3520: * tests/047.html 1.2:
3521: * tests/048.html 1.2:
3522: * tests/049.html 1.2:
3523: * tests/050.html 1.2:
3524: * tests/051.html 1.2:
3525: * tests/051b.p 1.2:
3526: * tests/051t.p 1.2:
3527: * tests/052.html 1.2:
3528: * tests/053.html 1.2:
3529: * tests/054.html 1.2:
3530: * tests/055.html 1.2:
3531: * tests/056.html 1.2:
3532: * tests/057.html 1.2:
3533: * tests/058.html 1.2:
3534: * tests/058_paf2000.png 1.2:
3535: * tests/059.html 1.2:
3536: * tests/060.html 1.2:
3537: * tests/061.dat 1.2:
3538: * tests/061.html 1.2:
3539: * tests/062.html 1.2:
3540: * tests/063.html 1.2:
3541: * tests/064.html 1.2:
3542: * tests/065.html 1.2:
3543: * tests/066.html 1.2:
3544: * tests/067.html 1.2:
3545: * tests/068.html 1.2:
3546: * tests/069.html 1.2:
3547: * tests/070.html 1.2:
3548: * tests/071.html 1.2:
3549: * tests/072.html 1.2:
3550: * tests/073.html 1.2:
3551: * tests/074.html 1.2:
3552: * tests/075.html 1.2:
3553: * tests/076.html 1.2:
3554: * tests/077.html 1.2:
3555: * tests/078.html 1.2:
3556: * tests/079.html 1.2:
3557: * tests/080.html 1.2:
3558: * tests/081.html 1.2:
3559: * tests/082.html 1.2:
3560: * tests/083.html 1.2:
3561: * tests/084.html 1.2:
3562: * tests/085.html 1.2:
3563: * tests/086.html 1.2:
3564: * tests/087.html 1.2:
3565: * tests/088.html 1.2:
3566: * tests/089.html 1.2:
3567: * tests/090.html 1.2:
3568: * tests/091.html 1.2:
3569: * tests/092.html 1.2:
3570: * tests/093.html 1.2:
3571: * tests/094.html 1.2:
3572: * tests/095.html 1.2:
3573: * tests/096.html 1.2:
3574: * tests/096_dir/163.jpg 1.2:
3575: * tests/096_dir/188.jpg 1.2:
3576: * tests/097.html 1.2:
3577: * tests/098.html 1.2:
3578: * tests/098font.gif 1.2:
3579: * tests/099.html 1.2:
3580: * tests/100.html 1.2:
3581: * tests/101.html 1.2:
3582: * tests/102.html 1.2:
3583: * tests/103.html 1.2:
3584: * tests/103mark.gif 1.2:
3585: * tests/103paf2001.gif 1.2:
3586: * tests/104.html 1.2:
3587: * tests/105.html 1.2:
3588: * tests/106.html 1.2:
3589: * tests/107.html 1.2:
3590: * tests/108.html 1.2:
3591: * tests/108.xsl 1.2:
3592: * tests/109.html 1.2:
3593: * tests/110.html 1.2:
3594: * tests/111.html 1.2:
3595: * tests/112.html 1.2:
3596: * tests/113.html 1.2:
3597: * tests/114.html 1.2:
3598: * tests/115.html 1.2:
3599: * tests/116.html 1.2:
3600: * tests/117.html 1.2:
3601: * tests/118.html 1.2:
3602: * tests/119.html 1.2:
3603: * tests/120.html 1.2:
3604: * tests/121.html 1.2:
3605: * tests/122.html 1.2:
3606: * tests/123.html 1.2:
3607: * tests/124.html 1.2:
3608: * tests/125.html 1.2:
3609: * tests/126.html 1.2:
3610: * tests/127.html 1.2:
3611: * tests/128.html 1.2:
3612: * tests/129.html 1.2:
3613: * tests/130.html 1.2:
3614: * tests/131.html 1.2:
3615: * tests/132.html 1.2:
3616: * tests/133.html 1.2:
3617: * tests/134.html 1.2:
3618: * tests/135.html 1.2:
3619: * tests/136.html 1.2:
3620: * tests/137.html 1.2:
3621: * tests/138.html 1.2:
3622: * tests/139.html 1.2:
3623: * tests/140.html 1.2:
3624: * tests/141.html 1.2:
3625: * tests/Makefile 1.2:
3626: * tests/descript.ion 1.2:
3627: * tests/outputs/create-dir 1.2:
3628: * tests/results/001.processed 1.2:
3629: * tests/results/002.processed 1.2:
3630: * tests/results/003.processed 1.2:
3631: * tests/results/004.processed 1.2:
3632: * tests/results/005.processed 1.2:
3633: * tests/results/006.processed 1.2:
3634: * tests/results/007.processed 1.2:
3635: * tests/results/008.processed 1.2:
3636: * tests/results/009.processed 1.2:
3637: * tests/results/010.processed 1.2:
3638: * tests/results/011.processed 1.2:
3639: * tests/results/012.processed 1.2:
3640: * tests/results/013.processed 1.2:
3641: * tests/results/014.processed 1.2:
3642: * tests/results/015.processed 1.2:
3643: * tests/results/016.processed 1.2:
3644: * tests/results/017.processed 1.2:
3645: * tests/results/018.processed 1.2:
3646: * tests/results/019.processed 1.2:
3647: * tests/results/020.processed 1.2:
3648: * tests/results/021.processed 1.2:
3649: * tests/results/022.processed 1.2:
3650: * tests/results/023.processed 1.2:
3651: * tests/results/024.processed 1.2:
3652: * tests/results/025.processed 1.2:
3653: * tests/results/026.processed 1.2:
3654: * tests/results/027.processed 1.2:
3655: * tests/results/028.processed 1.2:
3656: * tests/results/029.processed 1.2:
3657: * tests/results/030.processed 1.2:
3658: * tests/results/031.processed 1.2:
3659: * tests/results/032.processed 1.2:
3660: * tests/results/033.processed 1.2:
3661: * tests/results/034.processed 1.2:
3662: * tests/results/035.processed 1.2:
3663: * tests/results/036.processed 1.2:
3664: * tests/results/037.processed 1.2:
3665: * tests/results/038.processed 1.2:
3666: * tests/results/039.processed 1.2:
3667: * tests/results/040.processed 1.2:
3668: * tests/results/041.processed 1.2:
3669: * tests/results/042.processed 1.2:
3670: * tests/results/043.processed 1.2:
3671: * tests/results/044.processed 1.2:
3672: * tests/results/045.processed 1.2:
3673: * tests/results/046.processed 1.2:
3674: * tests/results/047.processed 1.2:
3675: * tests/results/048.processed 1.2:
3676: * tests/results/049.processed 1.2:
3677: * tests/results/050.processed 1.2:
3678: * tests/results/051.processed 1.2:
3679: * tests/results/052.processed 1.2:
3680: * tests/results/053.processed 1.2:
3681: * tests/results/054.processed 1.2:
3682: * tests/results/055.processed 1.2:
3683: * tests/results/056.processed 1.2:
3684: * tests/results/057.processed 1.2:
3685: * tests/results/058.processed 1.2:
3686: * tests/results/059.processed 1.2:
3687: * tests/results/060.processed 1.2:
3688: * tests/results/061.processed 1.2:
3689: * tests/results/062.processed 1.2:
3690: * tests/results/063.processed 1.2:
3691: * tests/results/064.processed 1.2:
3692: * tests/results/065.processed 1.2:
3693: * tests/results/066.processed 1.2:
3694: * tests/results/067.processed 1.2:
3695: * tests/results/068.processed 1.2:
3696: * tests/results/069.processed 1.2:
3697: * tests/results/070.processed 1.2:
3698: * tests/results/071.processed 1.2:
3699: * tests/results/072.processed 1.2:
3700: * tests/results/073.processed 1.2:
3701: * tests/results/074.processed 1.2:
3702: * tests/results/075.processed 1.2:
3703: * tests/results/076.processed 1.2:
3704: * tests/results/077.processed 1.2:
3705: * tests/results/078.processed 1.2:
3706: * tests/results/079.processed 1.2:
3707: * tests/results/080.processed 1.2:
3708: * tests/results/081.processed 1.2:
3709: * tests/results/082.processed 1.2:
3710: * tests/results/083.processed 1.2:
3711: * tests/results/084.processed 1.2:
3712: * tests/results/085.processed 1.2:
3713: * tests/results/086.processed 1.2:
3714: * tests/results/087.processed 1.2:
3715: * tests/results/088.processed 1.2:
3716: * tests/results/089.processed 1.2:
3717: * tests/results/090.processed 1.2:
3718: * tests/results/091.processed 1.2:
3719: * tests/results/092.processed 1.2:
3720: * tests/results/093.processed 1.2:
3721: * tests/results/094.processed 1.2:
3722: * tests/results/095.processed 1.2:
3723: * tests/results/096.processed 1.2:
3724: * tests/results/097.processed 1.2:
3725: * tests/results/098.processed 1.2:
3726: * tests/results/099.processed 1.2:
3727: * tests/results/100.processed 1.2:
3728: * tests/results/101.processed 1.2:
3729: * tests/results/102.processed 1.2:
3730: * tests/results/103.processed 1.2:
3731: * tests/results/104.processed 1.2:
3732: * tests/results/105.processed 1.2:
3733: * tests/results/106.processed 1.2:
3734: * tests/results/107.processed 1.2:
3735: * tests/results/108.processed 1.2:
3736: * tests/results/109.processed 1.2:
3737: * tests/results/110.processed 1.2:
3738: * tests/results/111.processed 1.2:
3739: * tests/results/112.processed 1.2:
3740: * tests/results/113.processed 1.2:
3741: * tests/results/114.processed 1.2:
3742: * tests/results/115.processed 1.2:
3743: * tests/results/116.processed 1.2:
3744: * tests/results/117.processed 1.2:
3745: * tests/results/118.processed 1.2:
3746: * tests/results/119.processed 1.2:
3747: * tests/results/120.processed 1.2:
3748: * tests/results/121.processed 1.2:
3749: * tests/results/122.processed 1.2:
3750: * tests/results/123.processed 1.2:
3751: * tests/results/124.processed 1.2:
3752: * tests/results/125.processed 1.2:
3753: * tests/results/126.processed 1.2:
3754: * tests/results/127.processed 1.2:
3755: * tests/results/128.processed 1.2:
3756: * tests/results/129.processed 1.2:
3757: * tests/results/130.processed 1.2:
3758: * tests/results/131.processed 1.2:
3759: * tests/results/132.processed 1.2:
3760: * tests/results/133.processed 1.2:
3761: * tests/results/134.processed 1.2:
3762: * tests/results/135.processed 1.2:
3763: * tests/results/136.processed 1.2:
3764: * tests/results/137.processed 1.2:
3765: * tests/results/138.processed 1.2:
3766: * tests/results/139.processed 1.2:
3767: * tests/results/140.processed 1.2:
3768: * tests/results/141.processed 1.2:
3769: * tests/run_parser.sh 1.2:
3770: merged(copied) to HEAD from template_gc
3771:
1.25 paf 3772: * tests/141.html [template_gc] 1.1.2.3:
3773: * tests/results/141.processed [template_gc] 1.1.2.3:
3774: fixed bug with too-small-a-buffer
3775:
1.24 paf 3776: 2003-07-23 paf
3777: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
3778: file ApacheModuleParser3Core.dsp was initially added on branch
3779: template_gc.
3780:
3781: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
3782: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
3783: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
3784: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
3785: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
3786: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
3787: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
3788: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
3789: stack top_index() fixed
3790:
3791: * src/targets/Makefile.am [template_gc] 1.9.24.1:
3792: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
3793: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
3794: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
3795: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
3796: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
3797: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
3798: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
3799: apache13 splitted to simplify apache build
3800:
3801: * src/lib/patches/gc.patch 1.1:
3802: file gc.patch was initially added on branch template_gc.
3803:
3804: * src/targets/apache13/mod_parser3.c 1.1:
3805: file mod_parser3.c was initially added on branch template_gc.
3806:
3807: * src/targets/apache13core/mod_parser3.C 1.1:
3808: file mod_parser3.C was initially added on branch template_gc.
3809:
3810: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
3811: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
3812: connection closing/caching fixed [connections were not closed
3813: put to cache]
3814:
3815: * src/targets/apache13core/Makefile.am 1.1:
3816: file Makefile.am was initially added on branch template_gc.
3817:
3818: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
3819: decided to support multithreading in apache module only on win32
3820: see that apache 1.3.28 supports it only in win32+netware...
3821:
3822: * src/targets/apache13/pa_httpd.h 1.1:
3823: file pa_httpd.h was initially added on branch template_gc.
3824:
3825: * src/targets/apache13core/Makefile.in 1.1:
3826: file Makefile.in was initially added on branch template_gc.
3827:
3828: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
3829: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
3830: proper dependence to rebuild p3conf from .in
3831:
3832: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
3833: minor style changes
3834:
3835: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
3836: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
3837: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
3838: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
3839: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
3840: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
3841: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
3842: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
3843: splitted apache to two projects to simplify separate c/c++ compilation
3844:
3845: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
3846: *** empty log message ***
3847:
3848: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
3849: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
3850: updated to new sapi interface
3851:
3852: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
3853: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
3854: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
3855: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
3856: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
3857: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
3858: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
3859: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
3860: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
3861: started splitting mod_parser3 into two parts: C and C++
3862:
3863: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
3864: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
3865: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
3866: renamed a little [to move to comman naming conv]
3867:
3868: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
3869: this bug remains even in latest-at-the-moment: gc6.2alpha6
3870: just reported to hans
3871:
3872: * src/targets/apache13/mod_parser3_main.C 1.1:
3873: file mod_parser3_main.C was initially added on branch
3874: template_gc.
3875:
1.39 ! paf 3876: * src/targets/apache13core/pa_threads.C 1.1:
! 3877: file pa_threads.C was initially added on branch template_gc.
! 3878:
1.24 paf 3879: 2003-07-22 paf
3880: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
3881: on win32 bugfix in handling shbang
3882:
3883: * INSTALL [template_gc] 1.31.6.4:
3884: disable-threads adviced
3885:
3886: * INSTALL [template_gc] 1.31.6.5:
3887: gc part updated stightly
3888:
3889: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
3890: out of memory is no longer coredump
3891:
3892: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
3893: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
3894: updated to new sapi interface
3895:
3896: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
3897: removed reduntant invariant check [there is one deeper in cord
3898: lib]
3899:
3900: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
3901: comment on OS
3902:
3903: 2003-07-21 paf
3904: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
3905: http:// CRLF now [merged from HEAD]
3906:
3907: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
3908: env passing fixed
3909:
3910: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
3911: file::exec/cgi environment variables now must be UPPERCASE and
3912: A-Z 0-9 _-
3913:
3914: * src/classes/Makefile.am [template_gc] 1.40.16.3:
3915: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
3916: removed circular dependency on classes.C
3917:
3918: * src/main/pa_common.C 1.153:
3919: http:// CRLF now
3920:
3921: 2003-07-02 paf
3922: * operators.txt [template_gc] 1.109.2.1.2.9:
3923: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
3924: renamed $memory:status fields to reflect their real meaning
3925:
3926: 2003-06-27 paf
3927: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
3928: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
3929: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
3930: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
3931: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
3932: merged from HEAD file::exec/cgi .charset
3933:
3934: 2003-06-26 paf
3935: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
3936: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
3937: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
3938: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
3939: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
3940: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
3941: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
3942: fixed several uninitialized local structures.
3943: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
3944:
3945: 2003-06-24 paf
3946: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
3947: simplified HASH_ALLOCATES_COUNT
3948:
3949: 2003-06-20 paf
3950: * operators.txt 1.115:
3951: * src/include/pa_globals.h 1.103:
3952: * src/main/pa_common.C 1.152:
3953: * src/main/pa_globals.C 1.156:
3954: introducing
3955: $f[^file::load[binary;http://...]]
3956: $f.tables
3957:
3958: 2003-06-06 paf
3959: * src/types/pa_vhash.h 1.45:
3960: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
3961: hash.field lookup first now: along with table. [were method
3962: lookup: inconsistent]
3963:
1.23 paf 3964: 2003-06-02 paf
3965: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
3966: empty string clone fixed to return writable memory
3967:
3968: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
3969: fix_line_breaks bug fix [terminating zero were not appended]
3970: which violated string invariant
3971:
3972: 2003-05-30 paf
3973: * src/main/pa_common.C 1.151:
3974: date format now
3975: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
3976:
3977: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
3978: date format now
3979: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
3980:
3981: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
3982: found minor bug, commended for future
3983:
3984: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
3985: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
3986: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
3987: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
3988: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
3989: initialized request_info properly
3990:
3991: 2003-05-28 paf
3992: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
3993: request_info.content_length can't be <0, size_t for some time
3994:
3995: 2003-05-26 paf
3996: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
3997: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
3998: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
3999: few forgotten <0 changed to !=STRING_NOT_FOUND
4000:
4001: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
4002: merged ffffu from HEAD
4003:
4004: 2003-05-11 paf
4005: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
4006: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
4007: think that found cause of premature doc free.
4008: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
4009: added holding-reference
4010:
4011: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
4012: xml memory debugging functions (ifdefed)
4013:
4014: 2003-04-29 paf
4015: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
4016: started digging on double free.
4017: on win32 found that that's perfectly normal.
4018:
4019: 2003-04-25 paf
4020: * src/classes/math.C 1.31:
4021: snprintf(buf, 3) become (buf,2) and failed to print anything.
4022: changed to quicker and simplier code
4023:
4024: * src/classes/hash.C 1.56:
4025: allowed ^hash::create[^rem{xxx}] [were to strict a check]
4026:
4027: * src/classes/table.C 1.180:
4028: * src/lib/md5/pa_md5c.c 1.9:
4029: minor compile errors
4030:
4031: * src/classes/table.C 1.181:
4032: table.join bug fix [bad limit check]
4033:
4034: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
4035: merged from HEAD: simpiler hash_string
4036:
4037: 2003-04-24 paf
4038: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
4039: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
4040: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
4041: ansi c fiolation syntax report
4042:
4043: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
4044: too strict assert loosened
4045:
4046: 2003-04-21 paf
4047: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
4048: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
4049: pp3 added to .am
4050:
4051: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
4052: merged from HEAD:
4053: "x:..." and "\\..." file names on Win32 considered disk-global
4054:
4055: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
4056: .5.6 version of libxml allows to install xmlMallocAtomic [
4057: author agreed to my suggestion], used that
4058:
4059: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
4060: assert added [looking for bug]
4061:
4062: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
4063: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
4064: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
4065: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
4066: attributed_meaning_to_string added L_UNSPECIFIED piece
4067: which was sortof OK, but violated string invariant [assertion barked on that]
4068: changed to L_PASS_APPEND, made that param obligatory
4069:
4070: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
4071: ^mail:send[$.body backward compatibility
4072:
4073: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
4074: pcre memory management changed to use GC memory
4075:
4076: * src/main/pa_request.C 1.247:
4077: "x:..." and "\\..." file names on Win32 considered disk-global
4078:
4079: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
4080: String::ArrayFragment::append_positions bug fixed [assert
4081: helped]
4082:
4083: 2003-04-18 paf
4084: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
4085: merged from HEAD:
4086: enabled '~' letter in filenames
4087:
4088: * src/main/untaint.C 1.116:
4089: enabled '~' letter in filenames
4090:
4091: 2003-04-16 paf
4092: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
4093: small bug introduced in autoptr times fixed
4094:
4095: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
4096: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
4097: fix: gcc reported tiny error
4098:
4099: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
4100: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
4101: merged from HEAD
4102:
4103: 2003-04-15 paf
4104: * operators.txt 1.112:
4105: * operators.txt [release_3_0_0007] 1.107.2.2:
4106: * src/classes/math.C 1.27:
4107: * src/lib/md5/pa_md5.h 1.7:
4108: * src/lib/md5/pa_md5c.c 1.8:
4109: ^math:md5[string]
4110: 16-byte digest
4111:
4112: * operators.txt 1.113:
4113: * src/classes/math.C 1.28:
4114: * src/classes/math.C 1.29:
4115: ^math:uuid[]
4116:
4117: * tests/results/141.processed 1.1:
4118: file 141.processed was initially added on branch template_gc.
4119:
4120: * operators.txt 1.114:
4121: * src/classes/math.C 1.30:
4122: ^math:uid64[]
4123:
4124: * operators.txt [template_gc] 1.109.2.1.2.8:
4125: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
4126: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
4127: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
4128: * tests/141.html [template_gc] 1.1.2.1:
4129: * tests/results/141.processed [template_gc] 1.1.2.1:
4130: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
4131: merged from head
4132: ^math:uuid[]
4133: ^math:uid64[]
4134: ^math:md5[string]
4135:
4136: test added: 141.html
4137:
4138: * tests/141.html 1.1:
4139: file 141.html was initially added on branch template_gc.
4140:
4141: * operators.txt [release_3_0_0007] 1.107.2.1:
4142: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
4143: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
4144: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
4145: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
4146: ^file::load[mode;name;
4147: $.offset
4148: $.limit
4149:
4150: 2003-04-14 paf
4151: * src/classes/table.C 1.178:
4152: more warnings
4153:
4154: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
4155: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
4156: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
4157: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
4158: removed checks in table::set_current, moved them back to table::locate
1.39 ! paf 4159: implemented table::create/join ? $.reverse
1.23 paf 4160:
4161: * tests/results/140.processed 1.1:
4162: file 140.processed was initially added on branch template_gc.
4163:
4164: * src/include/pa_table.h 1.50:
4165: * src/main/pa_array.C 1.56:
4166: * src/main/pa_table.C 1.55:
4167: removed checks in table::set_current, moved them back to table
4168: :locate
4169:
4170: * src/classes/table.C 1.179:
4171: * src/include/pa_table.h 1.51:
4172: table $.distinct[tables] bug fixed
4173:
4174: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
4175: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
4176: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
4177: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
4178: * tests/140.html [template_gc] 1.1.2.1:
4179: * tests/results/140.processed [template_gc] 1.1.2.1:
4180: table $.reverse option works in create&co
4181: table $.distinct[tables] bug fix merged
4182:
4183: * tests/140.html 1.1:
4184: file 140.html was initially added on branch template_gc.
4185:
4186: * src/classes/math.C 1.26:
4187: * src/lib/md5/pa_md5.h 1.6:
4188: * src/lib/md5/pa_md5c.c 1.7:
4189: started ^math:md5
4190:
4191: 2003-04-11 paf
4192: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
4193: less xml, couple dup were valid
4194:
4195: * tests/128.html 1.1:
4196: file 128.html was initially added on branch template_gc.
4197:
4198: * tests/results/134.processed 1.1:
4199: file 134.processed was initially added on branch template_gc.
4200:
4201: * tests/129.html 1.1:
4202: file 129.html was initially added on branch template_gc.
4203:
4204: * tests/130.html 1.1:
4205: file 130.html was initially added on branch template_gc.
4206:
4207: * tests/results/126.processed 1.1:
4208: file 126.processed was initially added on branch template_gc.
4209:
4210: * tests/130.html [template_gc] 1.1.2.1:
4211: * tests/131.html [template_gc] 1.1.2.1:
4212: * tests/132.html [template_gc] 1.1.2.1:
4213: * tests/133.html [template_gc] 1.1.2.1:
4214: * tests/134.html [template_gc] 1.1.2.1:
4215: * tests/135.html [template_gc] 1.1.2.1:
4216: * tests/136.html [template_gc] 1.1.2.1:
4217: * tests/137.html [template_gc] 1.1.2.1:
4218: * tests/138.html [template_gc] 1.1.2.1:
4219: * tests/139.html [template_gc] 1.1.2.1:
4220: * tests/descript.ion [template_gc] 1.1.2.1:
4221: * tests/results/130.processed [template_gc] 1.1.2.1:
4222: * tests/results/131.processed [template_gc] 1.1.2.1:
4223: * tests/results/132.processed [template_gc] 1.1.2.1:
4224: * tests/results/133.processed [template_gc] 1.1.2.1:
4225: * tests/results/134.processed [template_gc] 1.1.2.1:
4226: * tests/results/135.processed [template_gc] 1.1.2.1:
4227: * tests/results/136.processed [template_gc] 1.1.2.1:
4228: * tests/results/137.processed [template_gc] 1.1.2.1:
4229: * tests/results/138.processed [template_gc] 1.1.2.1:
4230: * tests/results/139.processed [template_gc] 1.1.2.1:
4231: added few mustfail tests
4232: 130.html mustfail: empty regexp
4233: 131.html mustfail: invalid date/time
4234: 132.html mustfail: access to junction outside of context
4235: 133.html mustfail: access to junction outside of context, case version
4236: 134.html mustfail: hash: adding a key inside of foreach
4237: 135.html mustfail: modifying system class
4238: 136.html mustfail: $.name outside of $hash[here]
4239: 137.html mustfail: appendChild without import
4240: 138.html mustfail: invalid encoding inside of xml
4241: 139.html mustfail: bad XPath
4242:
4243: * tests/131.html 1.1:
4244: file 131.html was initially added on branch template_gc.
4245:
4246: * tests/results/136.processed 1.1:
4247: file 136.processed was initially added on branch template_gc.
4248:
4249: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
4250: context-style
4251:
4252: * tests/132.html 1.1:
4253: file 132.html was initially added on branch template_gc.
4254:
4255: * tests/results/128.processed 1.1:
4256: file 128.processed was initially added on branch template_gc.
4257:
4258: * tests/results/138.processed 1.1:
4259: file 138.processed was initially added on branch template_gc.
4260:
4261: * operators.txt [template_gc] 1.109.2.1.2.7:
4262: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
4263: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
4264: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
4265: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
4266: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
4267: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
4268: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
4269: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
4270: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
4271: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
4272: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
4273: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
4274: merged from HEAD
4275: from before_append_array_limit_sense_change
4276: to after_append_array_limit_sense_change
4277:
4278: * operators.txt [template_gc] 1.109.2.1.2.6:
4279: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
4280: * tests/084.html [template_gc] 1.1.2.1.2.1:
4281: * tests/125.html [template_gc] 1.1.2.1:
4282: * tests/126.html [template_gc] 1.1.2.1:
4283: * tests/127.html [template_gc] 1.1.2.1:
4284: * tests/128.html [template_gc] 1.1.2.1:
4285: * tests/129.html [template_gc] 1.1.2.1:
4286: * tests/results/125.processed [template_gc] 1.1.2.1:
4287: * tests/results/126.processed [template_gc] 1.1.2.1:
4288: * tests/results/127.processed [template_gc] 1.1.2.1:
4289: * tests/results/128.processed [template_gc] 1.1.2.1:
4290: * tests/results/129.processed [template_gc] 1.1.2.1:
4291: merged from HEAD
4292: ^table.hash[key][$.distinct[tables]]
4293:
4294: maked appropriate tests [changed one old nonconforming]
4295:
4296: * tests/descript.ion 1.1:
4297: file descript.ion was initially added on branch template_gc.
4298:
4299: * tests/133.html 1.1:
4300: file 133.html was initially added on branch template_gc.
4301:
4302: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
4303: removed bad lines
4304:
4305: * tests/results/131.processed 1.1:
4306: file 131.processed was initially added on branch template_gc.
4307:
4308: * tests/134.html 1.1:
4309: file 134.html was initially added on branch template_gc.
4310:
4311: * tests/135.html 1.1:
4312: file 135.html was initially added on branch template_gc.
4313:
4314: * tests/results/133.processed 1.1:
4315: file 133.processed was initially added on branch template_gc.
4316:
4317: * tests/136.html 1.1:
4318: file 136.html was initially added on branch template_gc.
4319:
4320: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
4321: const
4322:
4323: * tests/results/125.processed 1.1:
4324: file 125.processed was initially added on branch template_gc.
4325:
4326: * tests/137.html 1.1:
4327: file 137.html was initially added on branch template_gc.
4328:
4329: * operators.txt 1.110:
4330: * src/classes/table.C 1.174:
4331: ^table.hash[key][$.distinct[tables]]
4332:
4333: * tests/results/135.processed 1.1:
4334: file 135.processed was initially added on branch template_gc.
4335:
4336: * tests/138.html 1.1:
4337: file 138.html was initially added on branch template_gc.
4338:
4339: * operators.txt 1.111:
4340: * src/classes/date.C 1.45:
4341: * src/classes/table.C 1.176:
4342: * src/include/pa_array.h 1.58:
4343: * src/include/pa_common.h 1.92:
4344: * src/include/pa_config_includes.h 1.24:
4345: * src/include/pa_globals.h 1.102:
4346: * src/include/pa_table.h 1.49:
4347: * src/main/pa_array.C 1.55:
4348: * src/main/pa_globals.C 1.155:
4349: * src/main/pa_request.C 1.246:
4350: * src/main/pa_sql_driver_manager.C 1.70:
4351: * src/main/pa_string.C 1.173:
4352: * src/main/pa_table.C 1.54:
4353: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
4354: append_array_limit_sense_change
4355: locate accepts options same as create
4356: new option: $.reverse(1) [do not work in table::create]
4357:
4358: * tests/results/127.processed 1.1:
4359: file 127.processed was initially added on branch template_gc.
4360:
4361: * tests/139.html 1.1:
4362: file 139.html was initially added on branch template_gc.
4363:
4364: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
4365: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
4366: *** empty log message ***
4367:
4368: * tests/results/137.processed 1.1:
4369: file 137.processed was initially added on branch template_gc.
4370:
4371: * tests/results/130.processed 1.1:
4372: file 130.processed was initially added on branch template_gc.
4373:
4374: * tests/results/129.processed 1.1:
4375: file 129.processed was initially added on branch template_gc.
4376:
4377: * src/include/pa_common.h 1.91:
4378: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
4379: * src/main/pa_common.C 1.150:
4380: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
4381: gcc didn't like (stat xxx,
4382:
4383: * INSTALL [template_gc] 1.31.6.3:
4384: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
4385: * src/lib/Makefile.am [template_gc] 1.3.10.3:
4386: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
4387: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
4388: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
4389: re-added libgdome patch. regretfully libgdome bug can not be
4390: worked around
4391:
4392: * src/classes/xdoc.C 1.110:
4393: * src/classes/xnode.C 1.55:
4394: * src/include/pa_charset.h 1.22:
4395: merged fix for
4396: found very old xml (dom) bug:
4397: were passing domString objects and later ERROREOUSLY freed them
4398:
4399: * src/classes/table.C 1.175:
4400: * src/classes/table.C 1.177:
4401: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
4402: typo
4403:
4404: * tests/results/139.processed 1.1:
4405: file 139.processed was initially added on branch template_gc.
4406:
4407: * tests/125.html 1.1:
4408: file 125.html was initially added on branch template_gc.
4409:
4410: * tests/results/132.processed 1.1:
4411: file 132.processed was initially added on branch template_gc.
4412:
4413: * tests/126.html 1.1:
4414: file 126.html was initially added on branch template_gc.
4415:
4416: * tests/127.html 1.1:
4417: file 127.html was initially added on branch template_gc.
4418:
4419: 2003-04-10 paf
4420: * src/doc/string.dox [template_gc] 1.4.22.2:
4421: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
4422: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
4423: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
4424: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
4425: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
4426: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
4427: * tests/123.html [template_gc] 1.1.2.1:
4428: * tests/124.html [template_gc] 1.1.2.1:
4429: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
4430: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
4431: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
4432: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
4433: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
4434: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
4435: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
4436: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
4437: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
4438: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
4439: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
4440: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
4441: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
4442: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
4443: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
4444: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
4445: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
4446: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
4447: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
4448: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
4449: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
4450: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
4451: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
4452: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
4453: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
4454: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
4455: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
4456: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
4457: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
4458: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
4459: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
4460: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
4461: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
4462: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
4463: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
4464: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
4465: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
4466: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
4467: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
4468: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
4469: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
4470: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
4471: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
4472: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
4473: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
4474: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
4475: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
4476: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
4477: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
4478: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
4479: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
4480: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
4481: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
4482: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
4483: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
4484: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
4485: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
4486: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
4487: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
4488: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
4489: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
4490: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
4491: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
4492: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
4493: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
4494: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
4495: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
4496: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
4497: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
4498: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
4499: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
4500: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
4501: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
4502: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
4503: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
4504: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
4505: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
4506: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
4507: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
4508: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
4509: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
4510: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
4511: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
4512: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
4513: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
4514: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
4515: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
4516: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
4517: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
4518: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
4519: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
4520: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
4521: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
4522: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
4523: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
4524: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
4525: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
4526: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
4527: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
4528: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
4529: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
4530: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
4531: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
4532: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
4533: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
4534: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
4535: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
4536: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
4537: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
4538: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
4539: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
4540: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
4541: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
4542: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
4543: * tests/results/121.processed [template_gc] 1.1.2.2:
4544: * tests/results/122.processed [template_gc] 1.1.2.2:
4545: * tests/results/123.processed [template_gc] 1.1.2.1:
4546: * tests/results/124.processed [template_gc] 1.1.2.1:
4547: new convention: char* never 0. assert in cord on that
4548:
4549: * tests/124.html 1.1:
4550: file 124.html was initially added on branch template_gc.
4551:
4552: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
4553: couple more asserts
4554:
4555: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
4556: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
4557: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
4558: found very old xml (dom) bug:
4559: were passing domString objects and later ERROREOUSLY freed them
4560:
4561: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
4562: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
4563: bugfix on memory buffer overrun [but that's memory from
4564: gc_malloc, not from g_malloc :(, but would hope]
4565:
4566: * tests/results/123.processed 1.1:
4567: file 123.processed was initially added on branch template_gc.
4568:
4569: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
4570: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
4571: little transcodes speedup
4572:
4573: * tests/results/124.processed 1.1:
4574: file 124.processed was initially added on branch template_gc.
4575:
4576: * tests/123.html 1.1:
4577: file 123.html was initially added on branch template_gc.
4578:
4579: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
4580: checked custom malloc for returning 0
4581:
4582: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
4583: couple assertions on fantastic situations added [may be those
4584: is the case now?]
4585:
4586: 2003-04-09 paf
4587: * tests/122.html [template_gc] 1.1.2.1:
4588: * tests/results/122.processed [template_gc] 1.1.2.1:
4589: 122 date test <= and == added [after volatile fix. passes on
4590: win&intel-solaris]
4591:
4592: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
4593: custom profiling script:
4594: plist/ST << Sort by function time
4595:
4596: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
4597: merged ^date.roll changes
4598:
4599: * src/classes/date.C 1.44:
4600: ^date.roll bug fix
4601:
4602: * tests/results/122.processed 1.1:
4603: file 122.processed was initially added on branch template_gc.
4604:
4605: * tests/122.html 1.1:
4606: file 122.html was initially added on branch template_gc.
4607:
4608: * src/classes/date.C 1.43:
4609: ^date.roll now throws less errors:
4610: month shifts handles end of month situation by reducing day number
4611: hour-hole shift reduces hour to recover
4612:
4613: * src/targets/cgi/pp3.cmd 1.1:
4614: file pp3.cmd was initially added on branch template_gc.
4615:
4616: * operators.txt [template_gc] 1.109.2.1.2.5:
4617: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
4618: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
4619: http://
4620: $.charset[] param
4621: done
4622:
4623: 2003-04-08 paf
4624: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
4625: CORD_pos_advance turned out to have limit on 'n' param. worked
4626: that around
4627:
4628: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
4629: removed redundant & in CORD_pos param passing [for it's a
4630: pointer really]
4631:
4632: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
4633: merged PA_USE_ALARM bugfix from HEAD
4634:
4635: * src/lib/cord/source.url 1.1:
4636: file source.url was initially added on branch template_gc.
4637:
4638: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
4639: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
4640: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
4641: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
4642: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
4643: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
4644: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
4645: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
4646: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
4647: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
4648: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
4649: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
4650: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
4651: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
4652: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
4653: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
4654: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
4655: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
4656: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
4657: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
4658: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
4659: pa_vform violated String::invariant. started fixing [not
4660: compiled now]
4661:
4662: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
4663: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
4664: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
4665: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
4666: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
4667: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
4668: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
4669: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
4670: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
4671: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
4672: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
4673: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
4674: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
4675: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
4676: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
4677: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
4678: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
4679: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
4680: started http://
4681: $.charset[] param
4682: and
4683: http response charset detection
4684: just compiled.
4685: todo:test
4686:
4687: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
4688: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
4689: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
4690: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
4691: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
4692: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
4693: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
4694: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
4695: this allowed to fix one remaining String("123", 2) case
4696:
4697: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
4698: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
4699: *** empty log message ***
4700:
4701: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
4702: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
4703: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
4704: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
4705: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
4706: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
4707: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
4708: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
4709: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
4710: number of string style improvements & optimizations
4711:
4712: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
4713: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
4714: * src/lib/cord/source.url [template_gc] 1.1.2.1:
4715: From: "Boehm, Hans" <hans_boehm@hp.com>
4716: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
4717: Sent: Tuesday, April 08, 2003 2:16 AM
4718: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
4719:
4720:
4721: Thanks for the bug report and patch.
4722:
4723: 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.
4724:
4725: Hans
4726:
4727: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
4728: =0 bug fix [left from autoptr default ctor :(]
4729:
4730: 2003-04-07 paf
4731: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
4732: small style change
4733:
4734: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
4735: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
4736: CORD_cat bugfix
4737:
4738: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
4739: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
4740: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
4741: merged from head:safe mode error message now includes numbers
4742:
4743: * src/include/pa_common.h 1.90:
4744: * src/main/pa_common.C 1.149:
4745: * src/main/pa_exec.C 1.50:
4746: safe mode error message now includes numbers
4747:
4748: * src/main/execute.C 1.296:
4749: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
4750: n-th attempt to make a=a work with double.
4751: problem: as_double returns it's result in fp-register
4752: compiler optimizes access to that register after b->as_double,
4753: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
4754: _SAME_ double values do not match here.
4755: when forced to REload fp-register, values do match.
4756:
4757: tried to make them volatile.
4758:
4759: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
4760: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
4761: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
4762: unknown untaint lang now causes death
4763:
4764: 2003-04-04 paf
4765: * src/types/pa_vmail.C 1.44:
4766: mail receive: .txt attachemnts bug fix
4767: http://i2/tasks/edit/?id=4507350336410850921
4768:
4769: * src/main/pa_globals.C 1.154:
4770: exif mem leak
4771: http://i2/tasks/edit/?id=4480590323629807263
4772:
4773: * src/classes/classes.dsp 1.27:
4774: * src/lib/ltdl/libltdl.dsp 1.5:
4775: * src/lib/md5/md5.dsp 1.4:
4776: * src/lib/pcre/pcre.dsp 1.3:
4777: * src/main/compile.tab.C 1.82:
4778: * src/main/main.dsp 1.163:
4779: * src/main/pa_globals.C 1.153:
4780: * src/targets/cgi/parser3.dsp 1.62:
4781: * src/types/types.dsp 1.38:
4782: links to xml libs made relative, no need to unpack
4783: parser3project to /parser3project.
4784:
4785: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
4786: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
4787: more understandable error message in case @CLASS with more then
4788: one line inside
4789:
4790: * src/classes/classes.dsp 1.28:
4791: * src/main/main.dsp 1.164:
4792: * src/targets/cgi/parser3.dsp 1.63:
4793: * src/types/pa_vmail.C 1.43:
4794: * src/types/types.dsp 1.39:
4795: buf fix http://i2/tasks/edit/?id=4493946731322521294
4796: $.to[billgates@microsoft.com
4797: BCc: send-spam-to@someemails.ru
4798: ]
4799:
4800: * src/classes/file.C 1.110:
4801: * src/include/pa_exec.h 1.12:
4802: * src/main/pa_exec.C 1.49:
4803: incorportated pa_exec patch by
4804: From: "Victor Fedoseev" <vvf_ru@mail.ru>
4805: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
4806: Sent: Thursday, January 23, 2003 9:14 AM
4807:
4808: huge speedup on ^file::cgi with big result
4809:
4810: * configure [template_gc] 1.66.2.5.2.7:
4811: * tests/Makefile [template_gc] 1.1.2.8.2.8:
4812: * tests/Makefile [template_gc] 1.1.2.8.2.9:
4813: *** empty log message ***
4814:
4815: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
4816: more understandable error message in case of errors in @unhandled_exception
4817:
4818: * src/classes/math.C 1.25:
4819: allowed random 1...
4820:
4821: * src/classes/xdoc.C 1.109:
4822: memory allocation func bugfix
4823: http://i2/tasks/edit/?id=4499303470368629745
4824:
1.39 ! paf 4825: * src/classes/table.C 1.173:
! 4826: sort table with 0 rows bug fixed
! 4827:
1.23 paf 4828: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
4829: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
4830: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
4831: error column more precise - tab handling bug fixed
4832:
1.39 ! paf 4833: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
! 4834: allowed random 0..
! 4835:
1.23 paf 4836: * src/classes/hash.C 1.55:
4837: * src/types/pa_vhash.h 1.44:
4838: $hash._default showed in foreach & co bug fix
4839: http://i2/tasks/edit/?id=4493701604654042676
4840:
4841: @main[]
4842: $with_default[
4843: $.a[1]
4844: $._default[default from with_default]
4845: ]
4846: ^show[$with_default]
4847:
4848: $to_add_to[
4849: $.b[2]
4850: ]
4851: ^to_add_to.add[$with_default]
4852: =$to_add_to.xxx=<br>
4853:
4854:
4855: ^show[$to_add_to]
4856:
4857:
4858: $cloned[^hash::create[$with_default]]
4859: =$cloned.xxx=<br>
4860: ^show[$cloned]
4861:
4862:
4863: @show[hash]
4864: ^hash.foreach[k;v]{
4865: $k = $v <br>
4866:
4867: }
4868: <hr>
4869:
4870: 2003-04-03 paf
4871: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
4872: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
4873: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
4874: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
4875: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
4876: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
4877: strack trace reset after handled exception [old bug fixed]
4878:
4879: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
4880: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
4881: parse position old bug fixed.
4882: position reporting made precise [both, in parse erros and runtime errors]
4883:
4884: * operators.txt [template_gc] 1.109.2.1.2.4:
4885: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
4886: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
4887: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
4888: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
4889: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
4890: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
4891: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
4892: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
4893: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
4894: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
4895: * src/classes/memory.C [template_gc] 1.1.2.4:
4896: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
4897: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
4898: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
4899: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
4900: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
4901: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
4902: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
4903: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
4904: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
4905: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
4906: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
4907: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
4908: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
4909: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
4910: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
4911: MethodParams& now [methods without params receive zero
4912: reference, but they are expected not to look there]
4913:
4914: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
4915: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
4916: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
4917: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
4918: slightly improved error messages text:
4919: 1. is '%s', it
4920: 2. method undefined in case of ^void[]
4921:
1.39 ! paf 4922: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
! 4923: removed 'patches'
! 4924:
1.23 paf 4925: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
4926: top limit
4927:
4928: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
4929: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
4930: removed from trace 'a' exception when
4931: ^try{
4932: ^throw[a;1]
4933: }{
4934: ^throw[b;2]
4935: }
4936:
4937: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
4938:
4939:
4940: @main[]
4941: ^try{
4942: ^first[]
4943: }{
4944: ^throw[c;3]
4945: }
4946:
4947: @first[]
4948: ^throw[a;1]
4949:
4950: showed
4951: throw a
4952: first
4953: throw b
4954: try
4955:
4956: which is no good
4957:
4958: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
4959: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
4960: * tests/042.html [template_gc] 1.1.2.1.2.1:
4961: test 042 changed to realities, and passed [bug fixed]
4962:
4963: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
4964: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
4965: *** empty log message ***
4966:
4967: * operators.txt [template_gc] 1.109.2.1.2.3:
4968: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
4969: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
4970: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
4971: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
4972: ^process...[filename]
4973: useful for better error reporting [file/line/col]
4974:
4975: * INSTALL [template_gc] 1.31.6.2:
4976: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
4977: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
4978: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
4979: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
4980: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
4981: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
4982: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
4983: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
4984: debug info format simplified, now it's:
4985: OP_VALUE
4986: Operation::Origin << here
4987: value*
4988:
4989: higher limits:
4990: file number (max: 255)
4991: line number (max: 64535)
4992: column number (max: 255)
4993:
4994: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
4995: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
4996: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
4997: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
4998: precise parse error position in case of
4999:
5000: ^bug
5001: ]
5002:
5003: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
5004: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
5005: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
5006: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
5007: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
5008: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
5009: exception handling done. now we have error columns
5010: todo: test it
5011:
5012: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
5013: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
5014: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
5015: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
5016: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
5017: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
5018: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
5019: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
5020: introducing ^process...[main-method-alias]
5021:
5022: 2003-04-02 paf
5023: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
5024: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
5025: removed ref leak in xdoc::create/load
5026:
5027: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
5028: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
5029: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
5030: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
5031: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
5032: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
5033: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
5034: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
5035: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
5036: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
5037: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
5038: prepared debug info
5039: todo:use it
5040:
5041: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
5042: * tests/Makefile [template_gc] 1.1.2.8.2.6:
5043: replace bug fix [broke Dictionary constructor when moved to gc]
5044:
5045: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
5046: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
5047: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
5048: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
5049: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
5050: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
5051: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
5052: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
5053: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
5054: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
5055: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
5056: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
5057: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
5058: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
5059: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
5060: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
5061: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
5062: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
5063: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
5064: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
5065: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
5066: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
5067: more locally scoped vars in execute (more easily optimizable)
5068:
5069: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
5070: starting in gdome 0.7.4 this is no longer needed [author
5071: applied my patch]
5072:
5073: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
5074: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
5075: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
5076: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
5077: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
5078: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
5079: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
5080: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
5081: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
5082: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
5083: debug info: started using.
5084: todo:complete
5085:
5086: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
5087: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
5088: not patches now
5089:
5090: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
5091: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
5092: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
5093: uncommented http:// file loading
5094:
5095: * tests/Makefile [template_gc] 1.1.2.8.2.7:
5096: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
5097: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
5098: meta considered OK [it's up to coder now to remove it not
5099: needed]
5100:
5101: * configure [template_gc] 1.66.2.5.2.3:
5102: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
5103: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
5104: --enable-assertions autoconf-ed
5105:
5106: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
5107: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
5108: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
5109: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
5110: array::get/put inlined
5111:
5112: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
5113: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
5114: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
5115: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
5116: gif encoder bug fix [gdGrowingBuf]
5117:
5118: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
5119: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
5120: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
5121: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
5122: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
5123: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
5124: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
5125: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
5126: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
5127: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
5128: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
5129: all calls to String::String(str,helper_length) are checked.
5130: found/fixed one place:
5131: $request:body now zero-terminated,
5132:
5133: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
5134: decided against patching -- one can remove that header in @
5135: postprocess, if he/she wants to
5136:
5137: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
5138: strange mistake fixed: forgot to return Operation class->union
5139: after switching from autoptrs.
5140:
5141: * configure.in [template_gc] 1.62.2.5.2.4:
5142: * src/lib/Makefile.am [template_gc] 1.3.10.2:
5143: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
5144: removed patches
5145:
5146: * configure [template_gc] 1.66.2.5.2.4:
5147: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
5148: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
5149: *** empty log message ***
5150:
5151: * configure.in [template_gc] 1.62.2.5.2.3:
5152: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
5153: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
5154: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
5155: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
5156: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
5157: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
5158: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
5159: converted debug hacks to ANSI assertions
5160: started configure.in --enable-assertions
5161:
5162: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
5163: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
5164: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
5165: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
5166: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
5167: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
5168: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
5169: array get/put check become assertion
5170: iterator in methodframe filler
5171:
5172: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
5173: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
5174: globals.c: gc_substitute_memory_management_functions
5175: +installed CORD_oom function
5176:
5177: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
5178: found a way of dealing with charset tables without patching
5179: library [price: imposed limit of 10 user-defined charsets, but
5180: limit can be easily increased]
5181:
5182: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
5183: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
5184: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
5185: few for(size_t i=0...) -> for(Array_iterator... i(..); i
5186: has_next()
5187:
5188: 2003-04-01 paf
5189: * src/lib/gc/Makefile.am 1.1:
5190: * src/lib/gc/include/Makefile.am 1.1:
5191: file Makefile.am was initially added on branch template_gc.
5192:
5193: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
5194: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
5195: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
5196: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
5197: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
5198: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
5199: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
5200: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
5201: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
5202: prepared xml-static configuration
5203:
5204: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
5205: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
5206: xml memory debugging showed no errors. todo: debug parser memory
5207:
5208: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
5209: bug() to set bpt in (memory.c)
5210: some .am changes
5211:
5212: * src/lib/gc/Makefile.in 1.1:
5213: * src/lib/gc/include/Makefile.in 1.1:
5214: file Makefile.in was initially added on branch template_gc.
5215:
5216: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
5217: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
5218: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
5219: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
5220: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
5221: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
5222: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
5223: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
5224: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
5225: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
5226: fixed by remembering xmlDoc from dom object in xdoc.
5227: todo: do something with premature free of xdoc with xnodes/node values referring into it
5228:
5229: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
5230: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
5231: more build configurations
5232:
5233: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
5234: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
5235: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
5236: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
5237: moved memory debugging to global level: to pa_gc_malloc
5238:
5239: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
5240: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
5241: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
5242: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
5243: *** empty log message ***
5244:
5245: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
5246: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
5247: typo fix
5248:
5249: 2003-03-31 paf
5250: * INSTALL [template_gc] 1.31.6.1:
5251: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
5252: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
5253: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
5254: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
5255: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
5256: started xml lib memory debugging, simple checks failed:
5257: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
5258: heap situation changes = everything works fine
5259:
5260: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
5261: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
5262: worked around xmlRegisterCharEncodingHandler limitation [
5263: currently imposed limit of 10 user-defined charsets]
5264:
5265: 2003-03-28 paf
5266: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
5267: execution stack copied to local
5268: register
5269: variable, removed lots [~2e7) of memory accesses
5270:
5271: 2003-03-27 paf
5272: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
5273: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
5274: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
5275: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
5276: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
5277: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
5278: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
5279: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
5280: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
5281: fixed clients of &get():
5282: most to use non-ref version,
5283: some[in tight places] to get_unchecked_ref
5284:
5285: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
5286: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
5287: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
5288: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
5289: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
5290: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
5291: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
5292: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
5293: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
5294: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
5295: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
5296: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
5297: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
5298: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
5299: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
5300: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
5301: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
5302: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
5303: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
5304: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
5305: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
5306: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
5307: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
5308: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
5309: introducing append_help_length [radical improvement here]
5310:
5311: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
5312: GC_java_finalization turned off [was 'not recommened' in gc.h,
5313: on win32 noticed no difference]
5314:
5315: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
5316: returned checked array get [were disabled for debugging]
5317: result:not slower [don't understand that, it were INLINED]
5318: todo: find out a way of inlining it!
5319:
5320: * src/classes/memory.C [template_gc] 1.1.2.3:
5321: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
5322: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
5323: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
5324: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
5325: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
5326: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
5327: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
5328: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
5329: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
5330: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
5331: disabled gc, become even slower
5332:
5333: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
5334: * src/classes/memory.C [template_gc] 1.1.2.2:
5335: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
5336: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
5337: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
5338: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
5339: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
5340: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
5341: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
5342: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
5343: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
5344: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
5345: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
5346: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
5347: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
5348: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
5349: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
5350: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
5351: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
5352: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
5353: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
5354: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
5355: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
5356: Array::put(index, T>>&<< removed
5357: after Stack::pop wiping removed [moved to separate func]
5358: other Array & removed
5359:
5360: * src/lib/gc/include/gc_fake.h 1.1:
5361: file gc_fake.h was initially added on branch template_gc.
5362:
5363: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
5364: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
5365: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
5366: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
5367: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
5368: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
5369: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
5370: convention changed: all resulting strings are zero-terminated
5371:
5372: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
5373: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
5374: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
5375: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
5376: forgot to merge XML memory funcs replacement from gc branch
5377:
5378: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
5379: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
5380: XML memory funcs to GC works in debug, but fails in release
5381: todo: fix that
5382:
5383: * src/doc/memory.dox 1.1:
5384: file memory.dox was initially added on branch template_gc.
5385:
5386: * src/doc/memory.dox [template_gc] 1.1.2.1:
5387: forgot to add
5388:
5389: 2003-03-26 paf
5390: * src/lib/cord/include/private/cord_pos.h 1.1:
5391: file cord_pos.h was initially added on branch template_gc.
5392:
5393: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
5394: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
5395: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
5396: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
5397: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
5398: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
5399: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
5400: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
5401: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
5402: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
5403: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
5404: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
5405: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
5406: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
5407: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
5408: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
5409: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
5410: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
5411: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
5412: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
5413: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
5414: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
5415: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
5416: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
5417: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
5418: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
5419: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
5420: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
5421: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
5422: pre-evaluated .count() in some places
5423:
5424: * src/lib/cord/Makefile.am 1.1:
5425: * src/lib/cord/include/Makefile.am 1.1:
5426: * src/lib/cord/include/private/Makefile.am 1.1:
5427: file Makefile.am was initially added on branch template_gc.
5428:
5429: * src/lib/cord/Makefile.in 1.1:
5430: * src/lib/cord/include/Makefile.in 1.1:
5431: * src/lib/cord/include/private/Makefile.in 1.1:
5432: file Makefile.in was initially added on branch template_gc.
5433:
5434: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
5435: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
5436: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
5437: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
5438: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
5439: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
5440: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
5441: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
5442: .dsp updated to use lib/gc,lib/cord
5443:
5444: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
5445: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
5446: introducing lib/gc
5447:
5448: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
5449: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
5450: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
5451: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
5452: bundled gc includes
5453:
5454: * src/lib/cord/include/cord.h 1.1:
5455: file cord.h was initially added on branch template_gc.
5456:
5457: * src/lib/cord/include/ec.h 1.1:
5458: file ec.h was initially added on branch template_gc.
5459:
5460: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
5461: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
5462: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
5463: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
5464: * src/include/pa_version.h [template_gc] 1.7.16.1:
5465: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
5466: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
5467: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
5468: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
5469: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
5470: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
5471: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
5472: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
5473: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
5474: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
5475: a number of bugfixes [while testing first real site (aval)]
5476:
5477: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
5478: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
5479: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
5480: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
5481: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
5482: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
5483: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
5484: started profiling
5485:
5486: * src/lib/cord/include/gc.h 1.1:
5487: * src/lib/gc/include/gc.h 1.1:
5488: file gc.h was initially added on branch template_gc.
5489:
5490: * acsite.m4 1.1:
5491: file acsite.m4 was initially added on branch template_gc.
5492:
5493: * acsite.m4 [template_gc] 1.1.2.1:
5494: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
5495: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
5496: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
5497: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
5498: * src/classes/Makefile.am [template_gc] 1.40.16.2:
5499: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
5500: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
5501: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
5502: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
5503: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
5504: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
5505: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
5506: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
5507: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
5508: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
5509: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
5510: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
5511: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
5512: * src/include/pa_version.h [template_gc] 1.7.16.2:
5513: * src/lib/Makefile.am [template_gc] 1.3.10.1:
5514: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
5515: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
5516: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
5517: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
5518: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
5519: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
5520: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
5521: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
5522: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
5523: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
5524: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
5525: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
5526: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
5527: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
5528: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
5529: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
5530: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
5531: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
5532: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
5533: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
5534: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
5535: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
5536: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
5537: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
5538: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
5539: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
5540: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
5541: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
5542: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
5543: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
5544: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
5545: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
5546: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
5547: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
5548: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
5549: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
5550: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
5551: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
5552: configured math funcs
5553: ported pa_exec
5554:
5555: * src/classes/classes.dsp 1.26:
5556: * src/lib/ltdl/libltdl.dsp 1.4:
5557: * src/lib/md5/md5.dsp 1.3:
5558: * src/lib/pcre/pcre.dsp 1.2:
5559: * src/main/main.dsp 1.162:
5560: * src/targets/cgi/parser3.dsp 1.61:
5561: * src/types/types.dsp 1.37:
5562: .dsp profiling updated
5563:
5564: 2003-03-25 paf
5565: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
5566: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
5567: memory: new 'new' overloads for structure handling
5568:
1.39 ! paf 5569: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
! 5570: it was a bug in parser. updated 109 test result
! 5571:
1.23 paf 5572: * operators.txt [template_gc] 1.109.2.1.2.2:
5573: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
5574: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
5575: $status.memory
5576: used
5577: free
5578: since_compact
5579: process
5580:
5581: * src/doc/exception.dox 1.1:
5582: file exception.dox was initially added on branch template_gc.
5583:
5584: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
5585: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
5586: untaint.C L_MAIL_HEADER
5587:
5588: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
5589: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
5590: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
5591: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
5592: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
5593: xnode.C compiled, doc/node finalizers isntalled
5594:
5595: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
5596: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
5597: vxnode compiled
5598: xml linked
5599:
5600: * tests/results/121.processed 1.1:
5601: file 121.processed was initially added on branch template_gc.
5602:
5603: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
5604: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
5605: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
5606: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
5607: untaint.C L_SQL
5608:
5609: * src/types/pa_vmemory.h 1.1:
5610: file pa_vmemory.h was initially added on branch template_gc.
5611:
5612: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
5613: fixed transform params
5614:
5615: * operators.txt [template_gc] 1.109.2.1.2.1:
5616: * src/classes/Makefile.am [template_gc] 1.40.16.1:
5617: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
5618: * src/classes/memory.C [template_gc] 1.1.2.1:
5619: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
5620: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
5621: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
5622: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
5623: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
5624: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
5625: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
5626: ^memory:compact[]
5627:
5628: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
5629: vxdoc compiled
5630:
5631: * tests/121.html 1.1:
5632: file 121.html was initially added on branch template_gc.
5633:
5634: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
5635: * tests/Makefile [template_gc] 1.1.2.8.2.5:
5636: fixed transform params2
5637:
5638: * src/doc/string.dox [template_gc] 1.4.22.1:
5639: updated: new string internals
5640:
5641: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
5642: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
5643: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
5644: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
5645: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
5646: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
5647: removed StringBody(0) ambiguilty, introducting static
5648: StringBody::Format(int)
5649:
5650: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
5651: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
5652: * tests/Makefile [template_gc] 1.1.2.8.2.4:
5653: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
5654: fixed dom language [values are now considered tainted.
5655: it was a bug in parser. updated 107 test result
5656:
5657: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
5658: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
5659: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
5660: * src/doc/exception.dox [template_gc] 1.1.2.1:
5661: * src/doc/index.dox [template_gc] 1.4.8.1:
5662: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
5663: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
5664: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
5665: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
5666: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
5667: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
5668: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
5669: xdoc.C compiled
5670: todo: xnode.C / finalizers
5671:
5672: * src/classes/memory.C 1.1:
5673: file memory.C was initially added on branch template_gc.
5674:
5675: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
5676: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
5677: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
5678: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
5679: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
5680: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
5681: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
5682: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
5683: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
5684: * tests/121.html [template_gc] 1.1.2.1:
5685: * tests/results/121.processed [template_gc] 1.1.2.1:
5686: untaint.C L_URI
5687:
5688: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
5689: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
5690: fixed stylesheet caching
5691:
5692: 2003-03-24 paf
5693: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
5694: void.C compiled
5695:
5696: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
5697: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
5698: http://
5699:
5700: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
5701: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
5702: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
5703: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
5704: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
5705: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
5706: introducing string[body]::pos(char)
5707:
5708: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
5709: pa_vstatus.C compiled
5710:
5711: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
5712: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
5713: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
5714: String::ArrayFragment::append_positions fixed
5715:
5716: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
5717: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
5718: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
5719: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
5720: all linked
5721: todo: debug
5722:
5723: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
5724: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
5725: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
5726: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
5727: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
5728: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
5729: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
5730: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
5731: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
5732: image.C compiled
5733:
5734: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
5735: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
5736: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
5737: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
5738: mail.C compiled
5739:
5740: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
5741: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
5742: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
5743: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
5744: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
5745: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
5746: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
5747: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
5748: pa_vstateless_class.C compiled
5749:
5750: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
5751: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
5752: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
5753: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
5754: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
5755: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
5756: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
5757: hash.C compiled
5758:
5759: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
5760: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
5761: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
5762: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
5763: pa_value.C compiled
5764:
5765: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
5766: pa_vtable.C compiled
5767:
5768: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
5769: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
5770: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
5771: classes.lib
5772: main.lib compiled
5773:
5774: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
5775: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
5776: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
5777: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
5778: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
5779: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
5780: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
5781: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
5782: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
5783: * tests/Makefile [template_gc] 1.1.2.8.2.1:
5784: attempt to do gif encoding to CORD_ec [bad]
5785: would rewrite as realloc now
5786:
5787: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
5788: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
5789: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
5790: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
5791: all compiled.
5792: todo:link
5793:
5794: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
5795: pa_vfile.C compiled
5796:
5797: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
5798: * tests/Makefile [template_gc] 1.1.2.8.2.2:
5799: string::pos fixed
5800:
5801: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
5802: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
5803: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
5804: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
5805: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
5806: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
5807: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
5808: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
5809: op.C compiled
5810:
5811: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
5812: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
5813: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
5814: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
5815: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
5816: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
5817: table.C compiled
5818:
5819: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
5820: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
5821: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
5822: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
5823: pa_vcookie.C compiled
5824:
5825: * parser3.dsw [template_gc] 1.7.6.1.2.3:
5826: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
5827: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
5828: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
5829: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
5830: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
5831: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
5832: empty run passed OK
5833:
5834: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
5835: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
5836: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
5837: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
5838: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
5839: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
5840: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
5841: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
5842: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
5843: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
5844: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
5845: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
5846: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
5847: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
5848: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
5849: started XML
5850:
5851: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
5852: pa_vform.C compiled
5853:
5854: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
5855: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
5856: math.C compiled
5857:
5858: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
5859: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
5860: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
5861: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
5862: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
5863: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
5864: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
5865: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
5866: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
5867: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
5868: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
5869: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
5870: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
5871: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
5872: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
5873: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
5874: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
5875: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
5876: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
5877: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
5878: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
5879: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
5880: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
5881: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
5882: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
5883: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
5884: file.C
5885: table.C compiled
5886:
5887: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
5888: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
5889: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
5890: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
5891: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
5892: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
5893: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
5894: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
5895: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
5896: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
5897:
5898: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
5899: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
5900: int.C compiled
5901:
5902: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
5903: pa_wcontext.C compiled
5904:
5905: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
5906: pa_vstring.C compiled
5907:
5908: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
5909: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
5910: * tests/Makefile [template_gc] 1.1.2.8.2.3:
5911: string optimize bit implemented
5912:
5913: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
5914: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
5915: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
5916: hashcode implemented fully, including per-char callback [it can
5917: be - substr CORD node]
5918:
5919: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
5920: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
5921: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
5922: String::this_starts fixed
5923:
5924: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
5925: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
5926: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
5927: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
5928: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
5929: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
5930: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
5931: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
5932: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
5933: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
5934: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
5935: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
5936: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
5937: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
5938: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
5939: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
5940: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
5941: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
5942: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
5943: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
5944: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
5945: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
5946: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
5947: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
5948: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
5949: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
5950: 2*2 worked :)
5951:
5952: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
5953: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
5954: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
5955: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
5956: string.C compiled
5957:
5958: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
5959: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
5960: gif encoding rewritten to rewalloc with 100byte buf ahead
5961:
5962: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
5963: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
5964: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
5965: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
5966: pa_vmail.C compiled
5967:
5968: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
5969: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
5970: pa_vimage.C compiled
5971:
5972: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
5973: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
5974: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
5975: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
5976: main.lib compiled
5977:
5978: 2003-03-21 paf
5979: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
5980: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
5981: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
5982: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
5983: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
5984: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
5985: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
5986: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
5987: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
5988: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
5989: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
5990: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
5991: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
5992: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
5993: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
5994: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
5995: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
5996: pa_request.C 50% compiled
5997:
5998: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
5999: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
6000: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
6001: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
6002: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
6003: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
6004: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
6005: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
6006: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
6007: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
6008: pa_sql_driver_manager.C compiled
6009:
6010: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
6011: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
6012: test14 [bug fixed]
6013:
1.39 ! paf 6014: * src/classes/file.C 1.108:
! 6015: ^file::exec/cgi now does not pass post data by default.
! 6016: use: ^file::exec[...;$.stdin[$request.body]
! 6017:
1.23 paf 6018: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
6019: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
6020: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
6021: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
6022: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
6023: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
6024: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
6025: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
6026: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
6027: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
6028: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
6029: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
6030: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
6031: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
6032: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
6033: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
6034: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
6035: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
6036: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
6037: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
6038: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
6039: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
6040: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
6041: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
6042: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
6043: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
6044: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
6045: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
6046: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
6047: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
6048: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
6049: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
6050: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
6051: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
6052: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
6053: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
6054: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
6055: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
6056: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
6057: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
6058: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
6059: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
6060: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
6061: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
6062: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
6063: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
6064: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
6065: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
6066: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
6067: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
6068: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
6069: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
6070: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
6071: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
6072: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
6073: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
6074: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
6075: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
6076: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
6077: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
6078: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
6079: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
6080: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
6081: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
6082: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
6083: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
6084: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
6085: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
6086: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
6087: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
6088: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
6089: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
6090: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
6091: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
6092: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
6093: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
6094: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
6095: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
6096: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
6097: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
6098: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
6099: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
6100: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
6101: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
6102: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
6103: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
6104: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
6105: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
6106: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
6107: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
6108: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
6109: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
6110: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
6111: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
6112: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
6113: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
6114: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
6115: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
6116: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
6117: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
6118: introducing StringBody [C++ CORD wrapper]
6119:
6120: * src/main/pa_common.C 1.146:
6121: * src/main/pa_common.C 1.148:
6122: } typo bug fix
6123:
6124: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
6125: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
6126: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
6127: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
6128: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
6129: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
6130: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
6131: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
6132: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
6133: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
6134: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
6135: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
6136: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
6137: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
6138: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
6139: pa_request.C compiled
6140:
6141: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
6142: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
6143: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
6144: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
6145: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
6146: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
6147: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
6148: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
6149: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
6150: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
6151: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
6152: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
6153: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
6154: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
6155: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
6156: execute.C compiled
6157:
6158: * src/main/pa_common.C 1.147:
6159: * src/targets/cgi/parser3.C 1.217:
6160: *** empty log message ***
6161:
6162: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
6163: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
6164: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
6165: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
6166: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
6167: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
6168: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
6169: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
6170: pa_charsets.C compiled
6171:
6172: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
6173: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
6174: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
6175: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
6176: pa_exec.C compiled [win32 only for now] todo: on unix
6177:
6178: * src/classes/file.C 1.109:
6179: * src/include/pa_charset.h 1.21:
6180: * src/main/pa_charset.C 1.34:
6181: $file::exec/cgi[script;
6182: $.charset[this is script's charset]
6183:
6184: command line, env values, input got transcoded before call
6185: stdout, stderr got transcoded after call
6186:
6187: 2003-03-20 paf
6188: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
6189: this_starts fixed
6190:
6191: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
6192: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
6193: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
6194: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
6195: cord bug fix, but still errors
6196: todo: clear out
6197:
6198: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
6199: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
6200: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
6201: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
6202: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
6203: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
6204: test: gc/exit runned OK
6205:
6206: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
6207: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
6208: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
6209: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
6210: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
6211: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
6212: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
6213: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
6214: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
6215: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
6216: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
6217: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
6218: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
6219: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
6220: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
6221: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
6222: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
6223: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
6224: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
6225: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
6226: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
6227: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
6228: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
6229: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
6230: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
6231: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
6232: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
6233: untaint.C 99% [except mail&sql&optimize]
6234:
1.24 paf 6235: * src/types/pa_vmail.C 1.42:
6236: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
6237: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
6238:
6239: todo: find out why so many filters(stream) here. probably wrong?
6240:
1.23 paf 6241: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
6242: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
6243: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
6244: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
6245: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
6246: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
6247: test compiled
6248:
6249: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
6250: more tests
6251:
6252: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
6253: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
6254: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
6255: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
6256: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
6257: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
6258: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
6259: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
6260: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
6261: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
6262: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
6263: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
6264: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
6265: more tests [bugs fixed]
6266:
1.24 paf 6267: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
6268: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
6269: added: assertion on new String ctor & append params convention
6270:
1.23 paf 6271: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
6272: string.pos fixed
6273:
6274: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
6275: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
6276: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
6277: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
6278: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
6279: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
6280: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
6281: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
6282: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
6283: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
6284: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
6285: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
6286: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
6287: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
6288: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
6289: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
6290: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
6291: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
6292: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
6293: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
6294: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
6295: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
6296: more tests OK
6297:
6298: * parser3.dsw [template_gc] 1.7.6.1.2.2:
6299: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
6300: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
6301: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
6302: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
6303: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
6304: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
6305: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
6306: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
6307: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
6308: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
6309: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
6310: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
6311: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
6312: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
6313: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
6314: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
6315: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
6316: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
6317: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
6318: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
6319: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
6320: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
6321: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
6322: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
6323: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
6324: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
6325: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
6326: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
6327: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
6328: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
6329: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
6330: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
6331: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
6332: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
6333: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
6334: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
6335: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
6336: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
6337: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
6338: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
6339: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
6340: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
6341: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
6342: untaint.C 30%,
6343: pa_common.C [done, without http for now]
6344:
6345: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
6346: warning
6347:
6348: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
6349: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
6350: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
6351: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
6352: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
6353: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
6354: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
6355: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
6356: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
6357: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
6358: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
6359: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
6360: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
6361: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
6362: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
6363: undone bad replaces
6364:
6365: 2003-03-19 paf
6366: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
6367: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
6368: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
6369: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
6370: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
6371: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
6372: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
6373: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
6374: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
6375: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
6376: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
6377: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
6378: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
6379: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
6380: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
6381: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
6382: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
6383: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
6384: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
6385: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
6386: string reimplementation with cord+array<fragment>: 70%
6387:
6388: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
6389: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
6390: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
6391: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
6392: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
6393: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
6394: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
6395: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
6396: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
6397: restored bad replaces
6398:
6399: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
6400: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
6401: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
6402: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
6403: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
6404: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
6405: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
6406: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
6407: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
6408: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
6409: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
6410: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
6411: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
6412: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
6413: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
6414: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
6415: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
6416: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
6417: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
6418: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
6419: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
6420: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
6421: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
6422: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
6423: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
6424: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
6425: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
6426: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
6427: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
6428: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
6429: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
6430: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
6431: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
6432: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
6433: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
6434: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
6435: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
6436: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
6437: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
6438: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
6439: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
6440: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
6441: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
6442: started test
6443:
6444: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
6445: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
6446: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
6447: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
6448: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
6449: string compiled
6450: todo: test it
6451:
6452: 2003-03-18 paf
6453: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
6454: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
6455: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
6456: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
6457: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
6458: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
6459: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
6460: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
6461: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
6462: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
6463: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
6464: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
6465: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
6466: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
6467: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
6468: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
6469: lots of replacements,
6470: todo:we can ignore lang in cmp and pos really,
6471: but would split properly!
6472:
6473: * src/include/pa_pool.h [gc] 1.86.4.2:
6474: * src/main/execute.C [gc] 1.295.4.2:
6475: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
6476: gc logging
6477:
6478: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
6479: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
6480: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
6481: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
6482: gc: cord part made parser/src/lib: it's not compiled into libgc
6483: by default
6484:
6485: * src/lib/cord/cordxtra.c 1.1:
6486: file cordxtra.c was initially added on branch template_gc.
6487:
6488: * src/lib/cord/cordbscs.c 1.1:
6489: file cordbscs.c was initially added on branch template_gc.
6490:
6491: * parser3.dsw [template_gc] 1.7.6.1.2.1:
6492: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
6493: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
6494: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
6495: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
6496: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
6497: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
6498: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
6499: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
6500: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
6501: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
6502: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
6503: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
6504: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
6505: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
6506: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
6507: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
6508: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
6509: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
6510: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
6511: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
6512: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
6513: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
6514: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
6515: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
6516: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
6517: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
6518: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
6519: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
6520: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
6521: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
6522: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
6523: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
6524: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
6525: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
6526: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
6527: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
6528: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
6529: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
6530: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
6531: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
6532: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
6533: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
6534: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
6535: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
6536: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
6537: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
6538: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
6539: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
6540: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
6541: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
6542: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
6543: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
6544: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
6545: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
6546: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
6547: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
6548: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
6549: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
6550: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
6551: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
6552: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
6553: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
6554: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
6555: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
6556: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
6557: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
6558: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
6559: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
6560: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
6561: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
6562: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
6563: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
6564: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
6565: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
6566: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
6567: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
6568: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
6569: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
6570: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
6571: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
6572: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
6573: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
6574: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
6575: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
6576: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
6577: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
6578: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
6579: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
6580: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
6581: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
6582: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
6583: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
6584: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
6585: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
6586: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
6587: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
6588: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
6589: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
6590: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
6591: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
6592: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
6593: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
6594: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
6595: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
6596: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
6597: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
6598: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
6599: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
6600: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
6601: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
6602: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
6603: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
6604: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
6605: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
6606: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
6607: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
6608: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
6609: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
6610: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
6611: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
6612: started porting to gc:
6613: PA_Object done
6614: lots of replacements also
6615:
6616: * src/lib/cord/cordprnt.c 1.1:
6617: file cordprnt.c was initially added on branch template_gc.
6618:
6619: * src/lib/cord/cord.dsp 1.1:
6620: file cord.dsp was initially added on branch template_gc.
6621:
6622: 2003-03-17 paf
6623: * src/classes/date.C [gc] 1.42.4.1:
6624: * src/classes/file.C [gc] 1.107.4.1:
6625: * src/classes/form.C [gc] 1.34.4.1:
6626: * src/classes/image.C [gc] 1.90.4.1:
6627: * src/classes/mail.C [gc] 1.88.4.1:
6628: * src/classes/op.C [gc] 1.127.4.1:
6629: * src/classes/table.C [gc] 1.172.4.1:
6630: * src/classes/xdoc.C [gc] 1.108.4.1:
6631: * src/classes/xnode.C [gc] 1.54.4.1:
6632: * src/include/pa_pool.h [gc] 1.86.4.1:
6633: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
6634: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
6635: * src/include/pa_string.h [gc] 1.144.4.1:
6636: * src/include/pa_types.h [gc] 1.44.4.1:
6637: * src/main/compile.C [gc] 1.69.4.1:
6638: * src/main/compile.tab.C [gc] 1.81.4.1:
6639: * src/main/execute.C [gc] 1.295.4.1:
6640: * src/main/pa_charset.C [gc] 1.33.4.1:
6641: * src/main/pa_common.C [gc] 1.145.2.1:
6642: * src/main/pa_exception.C [gc] 1.43.4.1:
6643: * src/main/pa_exec.C [gc] 1.48.4.1:
6644: * src/main/pa_globals.C [gc] 1.152.4.1:
6645: * src/main/pa_pool.C [gc] 1.59.4.1:
6646: * src/main/pa_request.C [gc] 1.245.4.1:
6647: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
6648: * src/main/pa_string.C [gc] 1.172.4.1:
6649: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
6650: * src/main/pa_uue.C [gc] 1.4.4.1:
6651: * src/main/untaint.C [gc] 1.115.4.1:
6652: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
6653: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
6654: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
6655: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
6656: * src/types/pa_vcookie.C [gc] 1.55.4.1:
6657: * src/types/pa_vdouble.h [gc] 1.42.4.1:
6658: * src/types/pa_vfile.C [gc] 1.36.4.1:
6659: * src/types/pa_vform.C [gc] 1.74.4.1:
6660: * src/types/pa_vint.h [gc] 1.38.4.1:
6661: * src/types/pa_vmail.C [gc] 1.41.2.1:
6662: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
6663: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
6664: * src/types/pa_vxnode.C [gc] 1.30.4.1:
6665: * src/types/pa_vxnode.h [gc] 1.22.4.1:
6666: * www/htdocs/.htaccess [gc] 1.12.8.1:
6667: * www/htdocs/auto.p [gc] 1.17.12.1:
6668: libgc attempt
6669:
6670: * src/main/pa_common.C [gc] 1.145.2.2:
6671: * src/main/pa_common.C [gc] 1.145.2.3:
6672: *** empty log message ***
6673:
6674: 2003-03-13 paf
6675: * src/include/pa_request.h [autoptr] 1.160.2.37:
6676: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
6677: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
6678: * src/main/compile.tab.C [autoptr] 1.81.2.13:
6679: * src/main/execute.C [autoptr] 1.295.2.27:
6680: * src/main/pa_request.C [autoptr] 1.245.2.37:
6681: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
6682: * src/types/pa_value.C [autoptr] 1.9.2.15:
6683: * src/types/pa_value.h [autoptr] 1.109.2.25:
6684: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
6685: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
6686: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
6687: * src/types/types.dsp [autoptr] 1.35.10.8:
6688: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
6689: set_base, set_derived simplified [counter leaks fixed]
6690:
6691: * src/include/pa_config_fixed.h 1.55:
6692: * src/types/pa_vstatus.C 1.16:
6693: * src/types/types.dsp 1.36:
6694: incorporated status class patch
6695: From: "Victor Fedoseev" <vvf_ru@mail.ru>
6696: Sent: Thursday, January 23, 2003 8:14 AM
6697:
6698: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
6699: QuotaPeakNonPagedPoolUsage
6700: QuotaPeakPagedPoolUsage
6701: PeakPagefileUsage]
6702:
6703: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
6704: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
6705: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
6706: lt_dlexit called
6707:
6708: 2003-03-12 paf
6709: * Makefile.in [autoptr] 1.48.2.4:
6710: * bin/Makefile.in [autoptr] 1.9.2.3:
6711: * configure [autoptr] 1.66.2.4:
6712: * configure.in [autoptr] 1.62.2.4:
6713: * etc/Makefile.in [autoptr] 1.14.2.3:
6714: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
6715: * src/Makefile.in [autoptr] 1.55.2.3:
6716: * src/classes/Makefile.in [autoptr] 1.53.2.3:
6717: * src/include/Makefile.in [autoptr] 1.11.2.5:
6718: * src/lib/Makefile.in [autoptr] 1.8.2.3:
6719: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
6720: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
6721: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
6722: * src/main/Makefile.in [autoptr] 1.50.2.6:
6723: * src/sql/Makefile.in [autoptr] 1.11.2.3:
6724: * src/targets/Makefile.in [autoptr] 1.42.2.3:
6725: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
6726: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
6727: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
6728: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
6729: * src/types/Makefile.in [autoptr] 1.50.2.4:
6730: libstdc++ linkage fixed for g++ 3.2.2
6731:
6732: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
6733: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
6734: * src/main/compile.tab.C [autoptr] 1.81.2.12:
6735: gcc 3.2 rightliy complained on using privately declared class [
6736: fixed]
6737:
6738: * Makefile.am [autoptr] 1.34.2.3:
6739: * Makefile.in [autoptr] 1.48.2.5:
6740: * src/targets/apache13/Makefile.in 1.45:
6741: * src/targets/apache13/p3runConfigure.in 1.12:
6742: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
6743: * tests/Makefile [autoptr] 1.1.2.8:
6744: *** empty log message ***
6745:
6746: * src/include/pa_request.h [autoptr] 1.160.2.36:
6747: * src/main/compile.tab.C [autoptr] 1.81.2.11:
6748: * src/main/execute.C [autoptr] 1.295.2.26:
6749: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
6750: SIGPIPE now can be intercepted
6751: and does not cause exception in exception handler
6752:
6753: * Makefile.in [autoptr] 1.48.2.3:
6754: * bin/Makefile.in [autoptr] 1.9.2.2:
6755: * configure [autoptr] 1.66.2.3:
6756: * configure.in [autoptr] 1.62.2.3:
6757: * etc/Makefile.in [autoptr] 1.14.2.2:
6758: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
6759: * src/Makefile.in [autoptr] 1.55.2.2:
6760: * src/classes/Makefile.in [autoptr] 1.53.2.2:
6761: * src/include/Makefile.in [autoptr] 1.11.2.4:
6762: * src/lib/Makefile.in [autoptr] 1.8.2.2:
6763: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
6764: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
6765: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
6766: * src/main/Makefile.in [autoptr] 1.50.2.5:
6767: * src/sql/Makefile.in [autoptr] 1.11.2.2:
6768: * src/targets/Makefile.in [autoptr] 1.42.2.2:
6769: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
6770: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
6771: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
6772: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
6773: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
6774: * src/types/Makefile.in [autoptr] 1.50.2.3:
6775: configure now default links libstdc++ statically.
6776: that can be overriden by --with-dynamic-stdcpp
6777:
6778: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
6779: 1. more detailed log on signals.
6780: 2. sigpipe before request constructor now causes death
6781:
6782: * configure [autoptr] 1.66.2.5:
6783: * configure.in [autoptr] 1.62.2.5:
6784: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
6785: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
6786: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
6787: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
6788: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
6789: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
6790: lib/ltdl/Makefile now created by /configure.in only [were by
6791: lib/ltdl/configure.in OVERWRITE]
6792:
6793: 2003-03-11 paf
6794: * src/main/compile.tab.C [autoptr] 1.81.2.10:
6795: * src/main/compile.y [autoptr] 1.204.2.7:
6796: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
6797: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
6798: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
6799: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
6800: removed necessity of libstdc++
6801:
6802: * src/include/pa_request.h 1.161:
6803: * src/include/pa_request.h [autoptr] 1.160.2.35:
6804: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
6805:
6806: 2003-03-08 paf
6807: * tests/117.html 1.1:
6808: file 117.html was initially added on branch autoptr.
6809:
6810: * src/classes/xdoc.C [autoptr] 1.108.2.19:
6811: forgotten: global xdoc when ndef XML
6812:
6813: * src/classes/mail.C [autoptr] 1.88.2.16:
6814: * src/classes/response.C [autoptr] 1.23.2.8:
6815: * src/include/pa_request.h [autoptr] 1.160.2.33:
6816: * src/main/pa_request.C [autoptr] 1.245.2.36:
6817: removing vform,response,cookie.h -> pa_request.h dependency
6818:
6819: * tests/118.html 1.1:
6820: file 118.html was initially added on branch autoptr.
6821:
6822: * tests/results/115.processed 1.1:
6823: file 115.processed was initially added on branch autoptr.
6824:
6825: * tests/119.html 1.1:
6826: file 119.html was initially added on branch autoptr.
6827:
6828: * tests/120.html 1.1:
6829: file 120.html was initially added on branch autoptr.
6830:
6831: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
6832: charsets: see some strange things with old xml lib-- it's
6833: internal memory handling has faults
6834:
6835: * tests/results/117.processed 1.1:
6836: file 117.processed was initially added on branch autoptr.
6837:
6838: * tests/results/109.processed 1.1:
6839: file 109.processed was initially added on branch autoptr.
6840:
6841: * tests/results/110.processed 1.1:
6842: file 110.processed was initially added on branch autoptr.
6843:
6844: * tests/021.html [autoptr] 1.1.2.2:
6845: * tests/031.html [autoptr] 1.1.2.2:
6846: * tests/033.html [autoptr] 1.1.2.2:
6847: * tests/109.html [autoptr] 1.1.2.1:
6848: * tests/110.html [autoptr] 1.1.2.1:
6849: * tests/111.html [autoptr] 1.1.2.1:
6850: * tests/112.html [autoptr] 1.1.2.1:
6851: * tests/113.html [autoptr] 1.1.2.1:
6852: * tests/114.html [autoptr] 1.1.2.1:
6853: * tests/115.html [autoptr] 1.1.2.1:
6854: * tests/116.html [autoptr] 1.1.2.1:
6855: * tests/117.html [autoptr] 1.1.2.1:
6856: * tests/118.html [autoptr] 1.1.2.1:
6857: * tests/119.html [autoptr] 1.1.2.1:
6858: * tests/120.html [autoptr] 1.1.2.1:
6859: * tests/results/109.processed [autoptr] 1.1.2.1:
6860: * tests/results/110.processed [autoptr] 1.1.2.1:
6861: * tests/results/111.processed [autoptr] 1.1.2.1:
6862: * tests/results/112.processed [autoptr] 1.1.2.1:
6863: * tests/results/113.processed [autoptr] 1.1.2.1:
6864: * tests/results/114.processed [autoptr] 1.1.2.1:
6865: * tests/results/115.processed [autoptr] 1.1.2.1:
6866: * tests/results/116.processed [autoptr] 1.1.2.1:
6867: * tests/results/117.processed [autoptr] 1.1.2.1:
6868: * tests/results/118.processed [autoptr] 1.1.2.1:
6869: * tests/results/119.processed [autoptr] 1.1.2.1:
6870: * tests/results/120.processed [autoptr] 1.1.2.1:
6871: xml: tests
6872: 109 dom create/show
6873: 110 xpath selectSingle
6874: 111 xdoc.create from tainted &
6875: 112 xdoc.create/output with russian attr value
6876: 113 xpath selectString/Number
6877: 114 dom attributes.count
6878: 115 xpath selectBool
6879: 116 output media-type change
6880: 117 transform by dom stylesheet
6881: 118 empty transform result
6882: 119 dom setAttribute
6883: 120 nbsp letter output
6884:
6885: =END OF PREPARED XML TESTS=
6886:
6887: * tests/results/119.processed 1.1:
6888: file 119.processed was initially added on branch autoptr.
6889:
6890: * tests/results/120.processed 1.1:
6891: file 120.processed was initially added on branch autoptr.
6892:
6893: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
6894: todo: move to latest xml version on win32 and run memleak tests again
6895:
6896: * src/classes/op.C [autoptr] 1.127.2.21:
6897: * src/include/pa_request.h [autoptr] 1.160.2.34:
6898: removing vclass,object.h -> pa_request.h dependency
6899:
6900: * tests/results/112.processed 1.1:
6901: file 112.processed was initially added on branch autoptr.
6902:
6903: * tests/results/114.processed 1.1:
6904: file 114.processed was initially added on branch autoptr.
6905:
6906: * src/main/pa_request.C [autoptr] 1.245.2.32:
6907: * src/main/pa_request.C [autoptr] 1.245.2.33:
6908: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
6909: forgotten: ifdef XML
6910:
6911: * src/classes/hash.C [autoptr] 1.54.2.13:
6912: * src/classes/mail.C [autoptr] 1.88.2.15:
6913: * src/classes/string.C [autoptr] 1.125.2.15:
6914: * src/classes/table.C [autoptr] 1.172.2.14:
6915: * src/include/pa_array.h [autoptr] 1.57.2.27:
6916: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
6917: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
6918: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
6919: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
6920: * www/htdocs/index.html 1.211:
6921: started full-scale-site-test [~ http://parser.ru sources]
6922:
6923: some fixes
6924:
6925: * tests/110.html 1.1:
6926: file 110.html was initially added on branch autoptr.
6927:
6928: * tests/109.html 1.1:
6929: file 109.html was initially added on branch autoptr.
6930:
6931: * src/include/pa_types.h [autoptr] 1.44.2.3:
6932: * src/main/pa_charset.C [autoptr] 1.33.2.19:
6933: charsets: fixed problems when transcode from charset A to A.
6934:
6935: * tests/results/116.processed 1.1:
6936: file 116.processed was initially added on branch autoptr.
6937:
1.24 paf 6938: * Makefile.in [autoptr] 1.48.2.2:
6939: * src/main/pa_request.C [autoptr] 1.245.2.34:
6940: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
6941: *** empty log message ***
6942:
1.23 paf 6943: * tests/111.html 1.1:
6944: file 111.html was initially added on branch autoptr.
6945:
6946: * src/main/untaint.C [autoptr] 1.115.2.12:
6947: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
6948: mail: transcode fixed.
6949: todo: still problems when transcode from charset A to A.
6950:
6951: * tests/112.html 1.1:
6952: file 112.html was initially added on branch autoptr.
6953:
6954: * tests/results/118.processed 1.1:
6955: file 118.processed was initially added on branch autoptr.
6956:
6957: * tests/113.html 1.1:
6958: file 113.html was initially added on branch autoptr.
6959:
6960: * tests/results/111.processed 1.1:
6961: file 111.processed was initially added on branch autoptr.
6962:
6963: * tests/Makefile [autoptr] 1.1.2.7:
6964: make install & co
6965:
6966: * tests/114.html 1.1:
6967: file 114.html was initially added on branch autoptr.
6968:
6969: * tests/115.html 1.1:
6970: file 115.html was initially added on branch autoptr.
6971:
6972: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
6973: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
6974: yet another return 0; fixed
6975:
6976: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
6977: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
6978: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
6979: vmail.C received just compiled [not tested]
6980:
6981: * tests/results/113.processed 1.1:
6982: file 113.processed was initially added on branch autoptr.
6983:
6984: * tests/116.html 1.1:
6985: file 116.html was initially added on branch autoptr.
6986:
6987: * src/include/pa_request.h [autoptr] 1.160.2.32:
6988: removing vmail.h -> pa_request.h dependency [testing...]
6989:
6990: 2003-03-07 paf
6991: * src/classes/xdoc.C [autoptr] 1.108.2.18:
6992: * src/include/pa_charset.h [autoptr] 1.20.2.18:
6993: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
6994: * tests/108.html [autoptr] 1.1.2.1:
6995: * tests/108.xsl [autoptr] 1.1.2.1:
6996: * tests/results/108.processed [autoptr] 1.1.2.1:
6997: xml: test 108 transform with params [bugs fixed]
6998:
6999: * tests/results/107.processed 1.1:
7000: file 107.processed was initially added on branch autoptr.
7001:
7002: * tests/108.xsl 1.1:
7003: file 108.xsl was initially added on branch autoptr.
7004:
1.39 ! paf 7005: * src/classes/xdoc.C [autoptr] 1.108.2.15:
! 7006: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
! 7007: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
! 7008: xml: linked
! 7009:
1.23 paf 7010: * tests/106.html 1.1:
7011: file 106.html was initially added on branch autoptr.
7012:
7013: * src/classes/classes.C [autoptr] 1.18.2.6:
7014: fixed: prevent system classes from modification to lock ALL the
7015: classes, not only directly used
7016:
7017: * tests/107.html 1.1:
7018: file 107.html was initially added on branch autoptr.
7019:
7020: * tests/108.html 1.1:
7021: file 108.html was initially added on branch autoptr.
7022:
7023: * tests/results/106.processed 1.1:
7024: file 106.processed was initially added on branch autoptr.
7025:
7026: * src/include/pa_charset.h [autoptr] 1.20.2.16:
7027: * src/main/pa_charset.C [autoptr] 1.33.2.16:
7028: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
7029: xml: charset two mem alloc functions used for different cases [
7030: libxml, libxsl]
7031:
7032: * src/classes/xdoc.C [autoptr] 1.108.2.17:
7033: * src/include/pa_charset.h [autoptr] 1.20.2.17:
7034: * src/include/pa_request.h [autoptr] 1.160.2.31:
7035: * src/main/execute.C [autoptr] 1.295.2.25:
7036: * src/main/pa_charset.C [autoptr] 1.33.2.17:
7037: * src/main/pa_exception.C [autoptr] 1.43.2.15:
7038: * src/main/pa_globals.C [autoptr] 1.152.2.19:
7039: * src/main/pa_request.C [autoptr] 1.245.2.31:
7040: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
7041: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
7042: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
7043: * tests/107.html [autoptr] 1.1.2.1:
7044: * tests/results/107.processed [autoptr] 1.1.2.1:
7045: xml: test: 107 bug fixes
7046:
7047: * tests/results/108.processed 1.1:
7048: file 108.processed was initially added on branch autoptr.
7049:
7050: * src/classes/xdoc.C [autoptr] 1.108.2.14:
7051: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
7052: xdoc.C compiled
7053:
7054: * tests/106.html [autoptr] 1.1.2.1:
7055: * tests/results/106.processed [autoptr] 1.1.2.1:
7056: test: 106 xdoc create, string
7057:
7058: * src/classes/xdoc.C [autoptr] 1.108.2.16:
7059: * src/classes/xnode.C [autoptr] 1.54.2.10:
7060: * src/classes/xnode.h [autoptr] 1.18.2.6:
7061: * src/types/pa_value.h [autoptr] 1.109.2.24:
7062: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
7063: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
7064: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
7065: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
7066: test: 107 bug fixes
7067:
7068: * src/main/pa_charset.C [autoptr] 1.33.2.18:
7069: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
7070: fixed: mem leak from copy/paste bug
7071:
7072: 2003-03-06 paf
7073: * tests/023.html [autoptr] 1.1.2.2:
7074: in some cases it rounded up badly. postponing solution of that
7075: problem, making more simple test
7076:
7077: * src/include/pa_charset.h [autoptr] 1.20.2.14:
7078: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
7079: * src/include/pa_memory.h [autoptr] 1.1.2.6:
7080: * src/include/pa_pool.h [autoptr] 1.86.2.32:
7081: * src/main/pa_charset.C [autoptr] 1.33.2.14:
7082: * src/main/pa_memory.C [autoptr] 1.1.2.4:
7083: * src/main/pa_pool.C [autoptr] 1.59.2.6:
7084: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
7085: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
7086: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
7087: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
7088: xml: charsets
7089:
7090: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
7091: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
7092: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
7093: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
7094: xml: stylesheet&manager done
7095:
7096: * src/classes/xnode.C [autoptr] 1.54.2.9:
7097: * src/classes/xnode.h [autoptr] 1.18.2.5:
7098: * src/include/pa_charset.h [autoptr] 1.20.2.15:
7099: * src/include/pa_memory.h [autoptr] 1.1.2.8:
7100: * src/include/pa_request.h [autoptr] 1.160.2.30:
7101: * src/include/pa_string.h [autoptr] 1.144.2.28:
7102: * src/main/pa_globals.C [autoptr] 1.152.2.18:
7103: * src/main/pa_request.C [autoptr] 1.245.2.30:
7104: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
7105: xnode.C compiled
7106:
7107: * src/include/pa_memory.h [autoptr] 1.1.2.7:
7108: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
7109: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
7110: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
7111: xml: stylesheet&manager STARTED
7112:
7113: * src/include/pa_globals.h [autoptr] 1.101.2.15:
7114: * src/main/pa_charset.C [autoptr] 1.33.2.15:
7115: * src/main/pa_exception.C [autoptr] 1.43.2.14:
7116: * src/main/pa_globals.C [autoptr] 1.152.2.17:
7117: xml: exceptions
7118:
7119: * src/classes/xdoc.C [autoptr] 1.108.2.13:
7120: xdoc.C 50%
7121:
7122: * src/include/pa_charset.h [autoptr] 1.20.2.13:
7123: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
7124: * src/main/pa_charset.C [autoptr] 1.33.2.13:
7125: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
7126: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
7127: charset_utf8 declaration moved to charsets.C
7128:
7129: * Makefile.am [autoptr] 1.34.2.2:
7130: * tests/Makefile [autoptr] 1.1.2.4:
7131: * tests/Makefile [autoptr] 1.1.2.6:
7132: *** empty log message ***
7133:
7134: * tests/058_paf2000.png [autoptr] 1.1.2.2:
7135: * tests/results/058.processed [autoptr] 1.1.2.2:
7136: .png added with -kb now
7137:
7138: 2003-03-05 paf
7139: * tests/results/105.processed 1.1:
7140: file 105.processed was initially added on branch autoptr.
7141:
7142: * src/classes/math.C [autoptr] 1.24.2.12:
7143: can be: crypt in -lcrypt OK, but crypt.h be missing
7144:
7145: * src/classes/op.C [autoptr] 1.127.2.20:
7146: * src/main/main.dsp [autoptr] 1.161.6.13:
7147: * tests/104.html [autoptr] 1.1.2.1:
7148: * tests/results/104.processed [autoptr] 1.1.2.1:
7149: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
7150: ^bpt operator added [does int3 in debug build on win32]
7151:
7152: * www/htdocs/auto.p [autoptr] 1.17.10.1:
7153: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
7154: * www/htdocs/base.p [autoptr] 1.6.6.1:
7155: * www/htdocs/derived.p [autoptr] 1.24.6.1:
7156: * www/htdocs/font.gif [autoptr] 1.1.6.1:
7157: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
7158: * www/htdocs/index.html [autoptr] 1.210.2.1:
7159: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
7160: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
7161: * www/htdocs/operators.p [autoptr] 1.11.8.1:
7162: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
7163: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
7164: * www/htdocs/some.p [autoptr] 1.2.8.1:
7165: removed old tests
7166:
7167: * tests/104.html 1.1:
7168: file 104.html was initially added on branch autoptr.
7169:
1.39 ! paf 7170: * tests/105.html 1.1:
! 7171: file 105.html was initially added on branch autoptr.
! 7172:
1.23 paf 7173: * src/classes/math.C [autoptr] 1.24.2.11:
7174: * src/classes/op.C [autoptr] 1.127.2.19:
7175: * src/classes/string.C [autoptr] 1.125.2.13:
7176: * src/lib/Makefile.in [autoptr] 1.8.2.1:
7177: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
7178: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
7179: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
7180: * src/main/pa_exec.C [autoptr] 1.48.2.18:
7181: * src/targets/Makefile.in [autoptr] 1.42.2.1:
7182: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
7183: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
7184: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
7185: gcc more happy. todo:make linker happy
7186:
7187: * tests/results/104.processed 1.1:
7188: file 104.processed was initially added on branch autoptr.
7189:
7190: * ltmain.sh [autoptr] 1.5.2.1:
7191: ltmain.sh added
7192:
7193: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
7194: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
7195: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
7196: linker needed more tricks to link OK
7197:
7198: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
7199: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
7200: hash_default_element_name made static
7201:
7202: * src/include/Makefile.am [autoptr] 1.3.14.2:
7203: * src/include/Makefile.in [autoptr] 1.11.2.3:
7204: * src/main/Makefile.am [autoptr] 1.35.6.4:
7205: * src/main/Makefile.in [autoptr] 1.50.2.4:
7206: * src/types/Makefile.am [autoptr] 1.28.10.1:
7207: * src/types/Makefile.in [autoptr] 1.50.2.2:
7208: forgotten files added to Makes
7209:
7210: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
7211: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
7212: hash_default_element_name change undone ;(
7213:
7214: * src/classes/file.C [autoptr] 1.107.2.16:
7215: * src/include/pa_exec.h [autoptr] 1.11.2.6:
7216: * src/main/pa_exec.C [autoptr] 1.48.2.17:
7217: pa_exec env param made optional
7218:
7219: * tests/057.html [autoptr] 1.1.2.3:
7220: * tests/results/057.processed [autoptr] 1.1.2.3:
7221: test bug fixed
7222:
7223: * src/classes/string.C [autoptr] 1.125.2.14:
7224: * src/include/pa_string.h [autoptr] 1.144.2.27:
7225: * src/main/pa_string.C [autoptr] 1.172.2.20:
7226: * tests/105.html [autoptr] 1.1.2.1:
7227: * tests/results/105.processed [autoptr] 1.1.2.1:
7228: String::match bug fixed
7229:
7230: 2003-03-04 paf
7231: * tests/results/060.processed 1.1:
7232: file 060.processed was initially added on branch autoptr.
7233:
7234: * tests/results/059.processed 1.1:
7235: file 059.processed was initially added on branch autoptr.
7236:
7237: * tests/072.html 1.1:
7238: file 072.html was initially added on branch autoptr.
7239:
7240: * tests/results/052.processed 1.1:
7241: file 052.processed was initially added on branch autoptr.
7242:
7243: * tests/074.html 1.1:
7244: file 074.html was initially added on branch autoptr.
7245:
7246: * tests/results/099.processed 1.1:
7247: file 099.processed was initially added on branch autoptr.
7248:
7249: * tests/076.html 1.1:
7250: file 076.html was initially added on branch autoptr.
7251:
7252: * tests/results/092.processed 1.1:
7253: file 092.processed was initially added on branch autoptr.
7254:
7255: * tests/results/102.processed 1.1:
7256: file 102.processed was initially added on branch autoptr.
7257:
7258: * tests/results/084.processed 1.1:
7259: file 084.processed was initially added on branch autoptr.
7260:
7261: * tests/078.html 1.1:
7262: file 078.html was initially added on branch autoptr.
7263:
7264: * tests/results/076.processed 1.1:
7265: file 076.processed was initially added on branch autoptr.
7266:
7267: * tests/081.html 1.1:
7268: file 081.html was initially added on branch autoptr.
7269:
7270: * tests/results/068.processed 1.1:
7271: file 068.processed was initially added on branch autoptr.
7272:
7273: * tests/results/061.processed 1.1:
7274: file 061.processed was initially added on branch autoptr.
7275:
7276: * src/classes/Makefile.in [autoptr] 1.53.2.1:
7277: * src/classes/mail.C [autoptr] 1.88.2.13:
7278: * src/main/Makefile.in [autoptr] 1.50.2.3:
7279: * src/main/pa_exec.C [autoptr] 1.48.2.16:
7280: * src/sql/Makefile.in [autoptr] 1.11.2.1:
7281: * src/types/Makefile.in [autoptr] 1.50.2.1:
7282: *** empty log message ***
7283:
7284: * tests/083.html 1.1:
7285: file 083.html was initially added on branch autoptr.
7286:
7287: * tests/results/053.processed 1.1:
7288: file 053.processed was initially added on branch autoptr.
7289:
7290: * tests/053.html [autoptr] 1.1.2.1:
7291: * tests/054.html [autoptr] 1.1.2.1:
7292: * tests/055.html [autoptr] 1.1.2.1:
7293: * tests/056.html [autoptr] 1.1.2.1:
7294: * tests/057.html [autoptr] 1.1.2.1:
7295: * tests/058.html [autoptr] 1.1.2.1:
7296: * tests/058_paf2000.png [autoptr] 1.1.2.1:
7297: * tests/059.html [autoptr] 1.1.2.1:
7298: * tests/060.html [autoptr] 1.1.2.1:
7299: * tests/results/053.processed [autoptr] 1.1.2.1:
7300: * tests/results/054.processed [autoptr] 1.1.2.1:
7301: * tests/results/055.processed [autoptr] 1.1.2.1:
7302: * tests/results/056.processed [autoptr] 1.1.2.1:
7303: * tests/results/057.processed [autoptr] 1.1.2.1:
7304: * tests/results/058.processed [autoptr] 1.1.2.1:
7305: * tests/results/059.processed [autoptr] 1.1.2.1:
7306: * tests/results/060.processed [autoptr] 1.1.2.1:
7307: test:
7308: 53 string.replace
7309: 54 junctions
7310: 55 table.hash
7311: 56 call indirect
7312: 57 date.create[string]
7313: 58 image.measure[png]
7314:
7315: * src/classes/image.C [autoptr] 1.90.2.14:
7316: * tests/098.html [autoptr] 1.1.2.1:
7317: * tests/098font.gif [autoptr] 1.1.2.1:
7318: * tests/results/098.processed [autoptr] 1.1.2.1:
7319: test:
7320: 98 image font text [bug fixed]
7321:
7322: * tests/085.html 1.1:
7323: file 085.html was initially added on branch autoptr.
7324:
7325: * tests/096_dir/188.jpg 1.1:
7326: file 188.jpg was initially added on branch autoptr.
7327:
7328: * tests/096_dir/163.jpg 1.1:
7329: file 163.jpg was initially added on branch autoptr.
7330:
7331: * tests/087.html 1.1:
7332: file 087.html was initially added on branch autoptr.
7333:
7334: * tests/103paf2001.gif 1.1:
7335: file 103paf2001.gif was initially added on branch autoptr.
7336:
7337: * tests/results/103.processed 1.1:
7338: file 103.processed was initially added on branch autoptr.
7339:
7340: * tests/results/093.processed 1.1:
7341: file 093.processed was initially added on branch autoptr.
7342:
7343: * tests/053.html 1.1:
7344: file 053.html was initially added on branch autoptr.
7345:
7346: * tests/results/085.processed 1.1:
7347: file 085.processed was initially added on branch autoptr.
7348:
7349: * tests/089.html 1.1:
7350: file 089.html was initially added on branch autoptr.
7351:
7352: * tests/090.html 1.1:
7353: file 090.html was initially added on branch autoptr.
7354:
7355: * tests/100.html 1.1:
7356: file 100.html was initially added on branch autoptr.
7357:
7358: * tests/results/077.processed 1.1:
7359: file 077.processed was initially added on branch autoptr.
7360:
7361: * tests/055.html 1.1:
7362: file 055.html was initially added on branch autoptr.
7363:
7364: * src/classes/table.C [autoptr] 1.172.2.12:
7365: * src/main/execute.C [autoptr] 1.295.2.23:
7366: * tests/061.dat [autoptr] 1.1.2.1:
7367: * tests/061.html [autoptr] 1.1.2.1:
7368: * tests/062.html [autoptr] 1.1.2.1:
7369: * tests/063.html [autoptr] 1.1.2.1:
7370: * tests/064.html [autoptr] 1.1.2.1:
7371: * tests/065.html [autoptr] 1.1.2.1:
7372: * tests/066.html [autoptr] 1.1.2.1:
7373: * tests/067.html [autoptr] 1.1.2.1:
7374: * tests/068.html [autoptr] 1.1.2.1:
7375: * tests/069.html [autoptr] 1.1.2.1:
7376: * tests/070.html [autoptr] 1.1.2.1:
7377: * tests/071.html [autoptr] 1.1.2.1:
7378: * tests/072.html [autoptr] 1.1.2.1:
7379: * tests/073.html [autoptr] 1.1.2.1:
7380: * tests/074.html [autoptr] 1.1.2.1:
7381: * tests/075.html [autoptr] 1.1.2.1:
7382: * tests/076.html [autoptr] 1.1.2.1:
7383: * tests/077.html [autoptr] 1.1.2.1:
7384: * tests/078.html [autoptr] 1.1.2.1:
7385: * tests/079.html [autoptr] 1.1.2.1:
7386: * tests/080.html [autoptr] 1.1.2.1:
7387: * tests/081.html [autoptr] 1.1.2.1:
7388: * tests/082.html [autoptr] 1.1.2.1:
7389: * tests/083.html [autoptr] 1.1.2.1:
7390: * tests/084.html [autoptr] 1.1.2.1:
7391: * tests/085.html [autoptr] 1.1.2.1:
7392: * tests/086.html [autoptr] 1.1.2.1:
7393: * tests/087.html [autoptr] 1.1.2.1:
7394: * tests/088.html [autoptr] 1.1.2.1:
7395: * tests/089.html [autoptr] 1.1.2.1:
7396: * tests/090.html [autoptr] 1.1.2.1:
7397: * tests/091.html [autoptr] 1.1.2.1:
7398: * tests/092.html [autoptr] 1.1.2.1:
7399: * tests/093.html [autoptr] 1.1.2.1:
7400: * tests/094.html [autoptr] 1.1.2.1:
7401: * tests/095.html [autoptr] 1.1.2.1:
7402: * tests/results/061.processed [autoptr] 1.1.2.1:
7403: * tests/results/062.processed [autoptr] 1.1.2.1:
7404: * tests/results/063.processed [autoptr] 1.1.2.1:
7405: * tests/results/064.processed [autoptr] 1.1.2.1:
7406: * tests/results/065.processed [autoptr] 1.1.2.1:
7407: * tests/results/066.processed [autoptr] 1.1.2.1:
7408: * tests/results/067.processed [autoptr] 1.1.2.1:
7409: * tests/results/068.processed [autoptr] 1.1.2.1:
7410: * tests/results/069.processed [autoptr] 1.1.2.1:
7411: * tests/results/070.processed [autoptr] 1.1.2.1:
7412: * tests/results/071.processed [autoptr] 1.1.2.1:
7413: * tests/results/072.processed [autoptr] 1.1.2.1:
7414: * tests/results/073.processed [autoptr] 1.1.2.1:
7415: * tests/results/074.processed [autoptr] 1.1.2.1:
7416: * tests/results/075.processed [autoptr] 1.1.2.1:
7417: * tests/results/076.processed [autoptr] 1.1.2.1:
7418: * tests/results/077.processed [autoptr] 1.1.2.1:
7419: * tests/results/078.processed [autoptr] 1.1.2.1:
7420: * tests/results/079.processed [autoptr] 1.1.2.1:
7421: * tests/results/080.processed [autoptr] 1.1.2.1:
7422: * tests/results/081.processed [autoptr] 1.1.2.1:
7423: * tests/results/082.processed [autoptr] 1.1.2.1:
7424: * tests/results/083.processed [autoptr] 1.1.2.1:
7425: * tests/results/084.processed [autoptr] 1.1.2.1:
7426: * tests/results/085.processed [autoptr] 1.1.2.1:
7427: * tests/results/086.processed [autoptr] 1.1.2.1:
7428: * tests/results/087.processed [autoptr] 1.1.2.1:
7429: * tests/results/088.processed [autoptr] 1.1.2.1:
7430: * tests/results/089.processed [autoptr] 1.1.2.1:
7431: * tests/results/090.processed [autoptr] 1.1.2.1:
7432: * tests/results/091.processed [autoptr] 1.1.2.1:
7433: * tests/results/092.processed [autoptr] 1.1.2.1:
7434: * tests/results/093.processed [autoptr] 1.1.2.1:
7435: * tests/results/094.processed [autoptr] 1.1.2.1:
7436: * tests/results/095.processed [autoptr] 1.1.2.1:
7437: tests:
7438: 61 file::stat size
7439: 62 string->int autoconvert
7440: 63 double .int,dec,div,mul
7441: 64 date compare
7442: 65 file: basename,justname,justext
7443: 66 math:crypt
7444: 67 string.match simple on long
7445: 68 string.match normalized simple on long
7446: 69 string.int
7447: 70 file::stat content-type
7448: 71 table.join
7449: 72 hash parameter conditional pass
7450: 73 date daylightsaving,yearday
7451: 74 date arithmetics
7452: 75 response date values/attributes
7453: 76 string.pos of void, void.pos
7454: 77 syntax parsing
7455: 78 cookie tainting
7456: 79 switch with local
7457: 80 scientific numeric literal in string autoconvert
7458: 81 xor: logical and numerical
7459: 82 for delims
7460: 83 menu delims
7461: 84 table.hash distinct
7462: 85 long string replace
7463: 86 throw+catch current language preserve
7464: 87 bit shifts
7465: 88 junction tests + $caller test
7466: 89 hash.foreach selfmodification
7467: 90 int/void to int
7468: 91 $caller test
7469: 92 junction is + def junction tests
7470: 93 $caller test
7471: 94 syntax test
7472: 95 table.hash(keygenerator) [bug fixed]
7473:
7474: * tests/results/070.processed 1.1:
7475: file 070.processed was initially added on branch autoptr.
7476:
7477: * tests/results/069.processed 1.1:
7478: file 069.processed was initially added on branch autoptr.
7479:
7480: * tests/061.dat 1.1:
7481: file 061.dat was initially added on branch autoptr.
7482:
7483: * tests/092.html 1.1:
7484: file 092.html was initially added on branch autoptr.
7485:
7486: * tests/102.html 1.1:
7487: file 102.html was initially added on branch autoptr.
7488:
7489: * tests/results/062.processed 1.1:
7490: file 062.processed was initially added on branch autoptr.
7491:
7492: * tests/057.html 1.1:
7493: file 057.html was initially added on branch autoptr.
7494:
7495: * tests/results/054.processed 1.1:
7496: file 054.processed was initially added on branch autoptr.
7497:
7498: * tests/094.html 1.1:
7499: file 094.html was initially added on branch autoptr.
7500:
7501: * tests/059.html 1.1:
7502: file 059.html was initially added on branch autoptr.
7503:
7504: * tests/060.html 1.1:
7505: file 060.html was initially added on branch autoptr.
7506:
7507: * tests/096.html 1.1:
7508: file 096.html was initially added on branch autoptr.
7509:
7510: * tests/results/094.processed 1.1:
7511: file 094.processed was initially added on branch autoptr.
7512:
7513: * tests/062.html 1.1:
7514: file 062.html was initially added on branch autoptr.
7515:
7516: * tests/results/086.processed 1.1:
7517: file 086.processed was initially added on branch autoptr.
7518:
7519: * tests/098font.gif 1.1:
7520: file 098font.gif was initially added on branch autoptr.
7521:
7522: * tests/098.html 1.1:
7523: file 098.html was initially added on branch autoptr.
7524:
7525: * tests/results/078.processed 1.1:
7526: file 078.processed was initially added on branch autoptr.
7527:
7528: * tests/064.html 1.1:
7529: file 064.html was initially added on branch autoptr.
7530:
7531: * tests/results/071.processed 1.1:
7532: file 071.processed was initially added on branch autoptr.
7533:
7534: * tests/results/063.processed 1.1:
7535: file 063.processed was initially added on branch autoptr.
7536:
7537: * tests/066.html 1.1:
7538: file 066.html was initially added on branch autoptr.
7539:
7540: * tests/results/055.processed 1.1:
7541: file 055.processed was initially added on branch autoptr.
7542:
7543: * tests/068.html 1.1:
7544: file 068.html was initially added on branch autoptr.
7545:
7546: * tests/071.html 1.1:
7547: file 071.html was initially added on branch autoptr.
7548:
7549: * tests/results/095.processed 1.1:
7550: file 095.processed was initially added on branch autoptr.
7551:
7552: * tests/results/087.processed 1.1:
7553: file 087.processed was initially added on branch autoptr.
7554:
7555: * tests/073.html 1.1:
7556: file 073.html was initially added on branch autoptr.
7557:
7558: * tests/results/079.processed 1.1:
7559: file 079.processed was initially added on branch autoptr.
7560:
7561: * tests/results/080.processed 1.1:
7562: file 080.processed was initially added on branch autoptr.
7563:
7564: * tests/results/072.processed 1.1:
7565: file 072.processed was initially added on branch autoptr.
7566:
7567: * tests/075.html 1.1:
7568: file 075.html was initially added on branch autoptr.
7569:
7570: * tests/results/064.processed 1.1:
7571: file 064.processed was initially added on branch autoptr.
7572:
7573: * tests/103.html [autoptr] 1.1.2.1:
7574: * tests/103mark.gif [autoptr] 1.1.2.1:
7575: * tests/103paf2001.gif [autoptr] 1.1.2.1:
7576: * tests/results/103.processed [autoptr] 1.1.2.1:
7577: tests:
7578: 103 image.copy transparence test
7579:
7580: * tests/results/056.processed 1.1:
7581: file 056.processed was initially added on branch autoptr.
7582:
7583: * tests/077.html 1.1:
7584: file 077.html was initially added on branch autoptr.
7585:
7586: * tests/080.html 1.1:
7587: file 080.html was initially added on branch autoptr.
7588:
7589: * tests/079.html 1.1:
7590: file 079.html was initially added on branch autoptr.
7591:
7592: * tests/results/096.processed 1.1:
7593: file 096.processed was initially added on branch autoptr.
7594:
7595: * tests/082.html 1.1:
7596: file 082.html was initially added on branch autoptr.
7597:
7598: * tests/results/088.processed 1.1:
7599: file 088.processed was initially added on branch autoptr.
7600:
7601: * tests/results/081.processed 1.1:
7602: file 081.processed was initially added on branch autoptr.
7603:
7604: * tests/084.html 1.1:
7605: file 084.html was initially added on branch autoptr.
7606:
7607: * tests/results/073.processed 1.1:
7608: file 073.processed was initially added on branch autoptr.
7609:
7610: * tests/058_paf2000.png 1.1:
7611: file 058_paf2000.png was initially added on branch autoptr.
7612:
7613: * tests/results/065.processed 1.1:
7614: file 065.processed was initially added on branch autoptr.
7615:
7616: * tests/086.html 1.1:
7617: file 086.html was initially added on branch autoptr.
7618:
7619: * tests/results/057.processed 1.1:
7620: file 057.processed was initially added on branch autoptr.
7621:
7622: * tests/052.html 1.1:
7623: file 052.html was initially added on branch autoptr.
7624:
7625: * tests/088.html 1.1:
7626: file 088.html was initially added on branch autoptr.
7627:
7628: * tests/054.html 1.1:
7629: file 054.html was initially added on branch autoptr.
7630:
7631: * src/main/pa_common.C [autoptr] 1.143.2.21:
7632: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
7633: * tests/097.html [autoptr] 1.1.2.1:
7634: * tests/results/097.processed [autoptr] 1.1.2.1:
7635: test:
7636: 97 file::load http:// [bugs fixed]
7637:
7638: * tests/101.html 1.1:
7639: file 101.html was initially added on branch autoptr.
7640:
7641: * tests/091.html 1.1:
7642: file 091.html was initially added on branch autoptr.
7643:
7644: * tests/results/097.processed 1.1:
7645: file 097.processed was initially added on branch autoptr.
7646:
7647: * tests/056.html 1.1:
7648: file 056.html was initially added on branch autoptr.
7649:
7650: * tests/results/089.processed 1.1:
7651: file 089.processed was initially added on branch autoptr.
7652:
7653: * tests/results/090.processed 1.1:
7654: file 090.processed was initially added on branch autoptr.
7655:
7656: * src/classes/hash.C [autoptr] 1.54.2.12:
7657: * src/classes/image.C [autoptr] 1.90.2.13:
7658: * src/classes/table.C [autoptr] 1.172.2.13:
7659: * src/include/pa_memory.h [autoptr] 1.1.2.5:
7660: * tests/096.html [autoptr] 1.1.2.1:
7661: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
7662: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
7663: * tests/results/096.processed [autoptr] 1.1.2.1:
7664: tests:
7665: 96 image EXIF [bug fixed]
7666:
7667: * tests/results/100.processed 1.1:
7668: file 100.processed was initially added on branch autoptr.
7669:
7670: * tests/103.html 1.1:
7671: file 103.html was initially added on branch autoptr.
7672:
7673: * tests/093.html 1.1:
7674: file 093.html was initially added on branch autoptr.
7675:
7676: * tests/results/082.processed 1.1:
7677: file 082.processed was initially added on branch autoptr.
7678:
7679: * tests/052.html [autoptr] 1.1.2.1:
7680: * tests/outputs/049.processed [autoptr] 1.1.2.2:
7681: * tests/outputs/050.processed [autoptr] 1.1.2.2:
7682: * tests/outputs/051.processed [autoptr] 1.1.2.2:
7683: * tests/results/052.processed [autoptr] 1.1.2.1:
7684: test:
7685: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
7686:
7687: * tests/058.html 1.1:
7688: file 058.html was initially added on branch autoptr.
7689:
7690: * tests/results/074.processed 1.1:
7691: file 074.processed was initially added on branch autoptr.
7692:
7693: * tests/095.html 1.1:
7694: file 095.html was initially added on branch autoptr.
7695:
7696: * tests/results/066.processed 1.1:
7697: file 066.processed was initially added on branch autoptr.
7698:
7699: * tests/061.html 1.1:
7700: file 061.html was initially added on branch autoptr.
7701:
7702: * tests/results/058.processed 1.1:
7703: file 058.processed was initially added on branch autoptr.
7704:
7705: * tests/103mark.gif 1.1:
7706: file 103mark.gif was initially added on branch autoptr.
7707:
7708: * tests/097.html 1.1:
7709: file 097.html was initially added on branch autoptr.
7710:
7711: * tests/063.html 1.1:
7712: file 063.html was initially added on branch autoptr.
7713:
7714: * src/main/execute.C [autoptr] 1.295.2.22:
7715: * src/main/pa_table.C [autoptr] 1.53.2.10:
7716: test:
7717: 59 table.locate [bug fixed]
7718: 60 string eq string [bug fixed]
7719:
7720: * tests/099.html 1.1:
7721: file 099.html was initially added on branch autoptr.
7722:
7723: * tests/065.html 1.1:
7724: file 065.html was initially added on branch autoptr.
7725:
7726: * tests/results/098.processed 1.1:
7727: file 098.processed was initially added on branch autoptr.
7728:
7729: * tests/results/091.processed 1.1:
7730: file 091.processed was initially added on branch autoptr.
7731:
7732: * tests/results/101.processed 1.1:
7733: file 101.processed was initially added on branch autoptr.
7734:
7735: * tests/057.html [autoptr] 1.1.2.2:
7736: * tests/099.html [autoptr] 1.1.2.1:
7737: * tests/100.html [autoptr] 1.1.2.1:
7738: * tests/results/057.processed [autoptr] 1.1.2.2:
7739: * tests/results/099.processed [autoptr] 1.1.2.1:
7740: * tests/results/100.processed [autoptr] 1.1.2.1:
7741: tests:
7742: 57 date create 2002: added
7743: 99,100 response:body/download
7744:
7745: * tests/067.html 1.1:
7746: file 067.html was initially added on branch autoptr.
7747:
7748: * tests/results/083.processed 1.1:
7749: file 083.processed was initially added on branch autoptr.
7750:
7751: * tests/results/075.processed 1.1:
7752: file 075.processed was initially added on branch autoptr.
7753:
7754: * src/main/execute.C [autoptr] 1.295.2.24:
7755: * tests/101.html [autoptr] 1.1.2.1:
7756: * tests/102.html [autoptr] 1.1.2.1:
7757: * tests/results/101.processed [autoptr] 1.1.2.1:
7758: * tests/results/102.processed [autoptr] 1.1.2.1:
7759: tests:
7760: 101 method/variable name conflict test
7761: 102 form fields change should not not change anything [bug fix]
7762:
7763: * tests/070.html 1.1:
7764: file 070.html was initially added on branch autoptr.
7765:
7766: * tests/069.html 1.1:
7767: file 069.html was initially added on branch autoptr.
7768:
7769: * tests/results/067.processed 1.1:
7770: file 067.processed was initially added on branch autoptr.
7771:
7772: * src/classes/image.C [autoptr] 1.90.2.15:
7773: * src/include/pa_request.h [autoptr] 1.160.2.29:
7774: * src/include/pa_stack.h [autoptr] 1.17.2.6:
7775: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
7776: number of gcc compiler bugs fixed
7777:
7778: 2003-03-03 paf
7779: * tests/037.html 1.1:
7780: file 037.html was initially added on branch autoptr.
7781:
7782: * tests/results/044.processed 1.1:
7783: file 044.processed was initially added on branch autoptr.
7784:
7785: * tests/039.html 1.1:
7786: file 039.html was initially added on branch autoptr.
7787:
7788: * tests/040.html 1.1:
7789: file 040.html was initially added on branch autoptr.
7790:
7791: * tests/results/036.processed 1.1:
7792: file 036.processed was initially added on branch autoptr.
7793:
7794: * tests/042.html 1.1:
7795: file 042.html was initially added on branch autoptr.
7796:
7797: * tests/044.html 1.1:
7798: file 044.html was initially added on branch autoptr.
7799:
7800: * src/main/pa_request.C [autoptr] 1.245.2.29:
7801: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
7802: * tests/033.html [autoptr] 1.1.2.1:
7803: * tests/034.html [autoptr] 1.1.2.1:
7804: * tests/035.html [autoptr] 1.1.2.1:
7805: * tests/036.html [autoptr] 1.1.2.1:
7806: * tests/037.html [autoptr] 1.1.2.1:
7807: * tests/038.html [autoptr] 1.1.2.1:
7808: * tests/results/033.processed [autoptr] 1.1.2.1:
7809: * tests/results/034.processed [autoptr] 1.1.2.1:
7810: * tests/results/035.processed [autoptr] 1.1.2.1:
7811: * tests/results/036.processed [autoptr] 1.1.2.1:
7812: * tests/results/037.processed [autoptr] 1.1.2.1:
7813: * tests/results/038.processed [autoptr] 1.1.2.1:
7814: tests:
7815: 33 string.replace
7816: 34 string.upper
7817: 35 table created
7818: 36 local/global vars with juntions
7819: 37 table clone
7820: 38 math PI & number formatting
7821:
7822: math class registring typo fixed
7823:
7824: * tests/046.html 1.1:
7825: file 046.html was initially added on branch autoptr.
7826:
7827: * tests/040.html [autoptr] 1.1.2.1:
7828: * tests/results/040.processed [autoptr] 1.1.2.1:
7829: test:
7830: 39 method result of type table
7831: 40 method param junction auto evaluate
7832:
7833: * tests/051b.p 1.1:
7834: file 051b.p was initially added on branch autoptr.
7835:
7836: * tests/results/045.processed 1.1:
7837: file 045.processed was initially added on branch autoptr.
7838:
7839: * tests/048.html 1.1:
7840: file 048.html was initially added on branch autoptr.
7841:
7842: * tests/results/037.processed 1.1:
7843: file 037.processed was initially added on branch autoptr.
7844:
7845: * tests/051.html 1.1:
7846: file 051.html was initially added on branch autoptr.
7847:
7848: * tests/results/046.processed 1.1:
7849: file 046.processed was initially added on branch autoptr.
7850:
7851: * tests/results/038.processed 1.1:
7852: file 038.processed was initially added on branch autoptr.
7853:
7854: * tests/041.html [autoptr] 1.1.2.1:
7855: * tests/results/041.processed [autoptr] 1.1.2.1:
7856: test:
7857: 41 table.locate by expression
7858:
7859: * tests/032.html 1.1:
7860: file 032.html was initially added on branch autoptr.
7861:
7862: * tests/results/047.processed 1.1:
7863: file 047.processed was initially added on branch autoptr.
7864:
7865: * tests/034.html 1.1:
7866: file 034.html was initially added on branch autoptr.
7867:
7868: * tests/results/040.processed 1.1:
7869: file 040.processed was initially added on branch autoptr.
7870:
7871: * tests/results/039.processed 1.1:
7872: file 039.processed was initially added on branch autoptr.
7873:
7874: * tests/results/032.processed 1.1:
7875: file 032.processed was initially added on branch autoptr.
7876:
7877: * tests/036.html 1.1:
7878: file 036.html was initially added on branch autoptr.
7879:
7880: * tests/038.html 1.1:
7881: file 038.html was initially added on branch autoptr.
7882:
7883: * tests/parser-unix.sh 1.1:
7884: file parser-unix.sh was initially added on branch autoptr.
7885:
7886: * tests/043.html [autoptr] 1.1.2.1:
7887: * tests/044.html [autoptr] 1.1.2.1:
7888: * tests/045.html [autoptr] 1.1.2.1:
7889: * tests/046.html [autoptr] 1.1.2.1:
7890: * tests/047.html [autoptr] 1.1.2.1:
7891: * tests/048.html [autoptr] 1.1.2.1:
7892: * tests/049.html [autoptr] 1.1.2.1:
7893: * tests/050.html [autoptr] 1.1.2.1:
7894: * tests/051.html [autoptr] 1.1.2.1:
7895: * tests/051b.p [autoptr] 1.1.2.1:
7896: * tests/051t.p [autoptr] 1.1.2.1:
7897: * tests/Makefile [autoptr] 1.1.2.3:
7898: * tests/outputs/049.processed [autoptr] 1.1.2.1:
7899: * tests/outputs/050.processed [autoptr] 1.1.2.1:
7900: * tests/outputs/051.processed [autoptr] 1.1.2.1:
7901: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
7902: * tests/parser-unix.sh [autoptr] 1.1.2.2:
7903: * tests/results/001.processed [autoptr] 1.1.2.2:
7904: * tests/results/002.processed [autoptr] 1.1.2.2:
7905: * tests/results/003.processed [autoptr] 1.1.2.2:
7906: * tests/results/005.processed [autoptr] 1.1.2.2:
7907: * tests/results/006.processed [autoptr] 1.1.2.2:
7908: * tests/results/008.processed [autoptr] 1.1.2.2:
7909: * tests/results/009.processed [autoptr] 1.1.2.2:
7910: * tests/results/011.processed [autoptr] 1.1.2.2:
7911: * tests/results/012.processed [autoptr] 1.1.2.2:
7912: * tests/results/013.processed [autoptr] 1.1.2.2:
7913: * tests/results/014.processed [autoptr] 1.1.2.2:
7914: * tests/results/015.processed [autoptr] 1.1.2.2:
7915: * tests/results/016.processed [autoptr] 1.1.2.2:
7916: * tests/results/017.processed [autoptr] 1.1.2.2:
7917: * tests/results/020.processed [autoptr] 1.1.2.2:
7918: * tests/results/021.processed [autoptr] 1.1.2.2:
7919: * tests/results/022.processed [autoptr] 1.1.2.2:
7920: * tests/results/024.processed [autoptr] 1.1.2.2:
7921: * tests/results/025.processed [autoptr] 1.1.2.2:
7922: * tests/results/026.processed [autoptr] 1.1.2.2:
7923: * tests/results/027.processed [autoptr] 1.1.2.2:
7924: * tests/results/028.processed [autoptr] 1.1.2.2:
7925: * tests/results/029.processed [autoptr] 1.1.2.2:
7926: * tests/results/030.processed [autoptr] 1.1.2.2:
7927: * tests/results/031.processed [autoptr] 1.1.2.2:
7928: * tests/results/043.processed [autoptr] 1.1.2.1:
7929: * tests/results/044.processed [autoptr] 1.1.2.1:
7930: * tests/results/045.processed [autoptr] 1.1.2.1:
7931: * tests/results/046.processed [autoptr] 1.1.2.1:
7932: * tests/results/047.processed [autoptr] 1.1.2.1:
7933: * tests/results/048.processed [autoptr] 1.1.2.1:
7934: * tests/results/049.processed [autoptr] 1.1.2.1:
7935: * tests/results/050.processed [autoptr] 1.1.2.1:
7936: * tests/results/051.processed [autoptr] 1.1.2.1:
7937: * tests/run_parser.sh [autoptr] 1.1.2.1:
7938: tests:
7939: 43,44,45 date rolls
7940: 46 autoevaluating junction
7941: 47 table.select
7942: 48 name with subvar
7943: 49 hash-creating switch
7944: 50 process
7945: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
7946:
7947: * tests/041.html 1.1:
7948: file 041.html was initially added on branch autoptr.
7949:
7950: * src/classes/op.C [autoptr] 1.127.2.18:
7951: * src/include/pa_request.h [autoptr] 1.160.2.28:
7952: * src/include/pa_string.h [autoptr] 1.144.2.25:
7953: * src/main/execute.C [autoptr] 1.295.2.21:
7954: * src/main/pa_request.C [autoptr] 1.245.2.28:
7955: * src/main/pa_string.C [autoptr] 1.172.2.18:
7956: * src/main/untaint.C [autoptr] 1.115.2.11:
7957: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
7958: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
7959: * tests/032.html [autoptr] 1.1.2.1:
7960: * tests/results/032.processed [autoptr] 1.1.2.1:
7961: uchar changed to String_UL in all places [was not everywhere]
7962: untaint test: 032
7963:
7964: * tests/results/048.processed 1.1:
7965: file 048.processed was initially added on branch autoptr.
7966:
7967: * tests/043.html 1.1:
7968: file 043.html was initially added on branch autoptr.
7969:
7970: * tests/results/041.processed 1.1:
7971: file 041.processed was initially added on branch autoptr.
7972:
7973: * tests/results/033.processed 1.1:
7974: file 033.processed was initially added on branch autoptr.
7975:
7976: * tests/045.html 1.1:
7977: file 045.html was initially added on branch autoptr.
7978:
7979: * tests/047.html 1.1:
7980: file 047.html was initially added on branch autoptr.
7981:
7982: * tests/051t.p 1.1:
7983: file 051t.p was initially added on branch autoptr.
7984:
7985: * tests/050.html 1.1:
7986: file 050.html was initially added on branch autoptr.
7987:
7988: * tests/049.html 1.1:
7989: file 049.html was initially added on branch autoptr.
7990:
7991: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
7992: * tests/004.html [autoptr] 1.1.2.2:
7993: * tests/Makefile [autoptr] 1.1.2.2:
7994: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
7995: * tests/parser-unix.sh [autoptr] 1.1.2.1:
7996: * tests/results/004.processed [autoptr] 1.1.2.2:
7997: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
7998: removed -H command line key, now testing using .sh file with
7999: SERVER_SOFTWARE=xxx
8000:
1.39 ! paf 8001: * tests/042.html [autoptr] 1.1.2.1:
! 8002: * tests/results/042.processed [autoptr] 1.1.2.1:
! 8003: test:
! 8004: 42 exception.handled
! 8005:
1.23 paf 8006: * tests/outputs/049.processed 1.1:
8007: * tests/results/049.processed 1.1:
8008: file 049.processed was initially added on branch autoptr.
8009:
8010: * tests/outputs/050.processed 1.1:
8011: * tests/results/050.processed 1.1:
8012: file 050.processed was initially added on branch autoptr.
8013:
8014: * tests/results/042.processed 1.1:
8015: file 042.processed was initially added on branch autoptr.
8016:
8017: * tests/results/034.processed 1.1:
8018: file 034.processed was initially added on branch autoptr.
8019:
8020: * tests/039.html [autoptr] 1.1.2.1:
8021: * tests/results/039.processed [autoptr] 1.1.2.1:
8022: test:
8023: 37 method result of type table
8024:
8025: * tests/outputs/051.processed 1.1:
8026: * tests/results/051.processed 1.1:
8027: file 051.processed was initially added on branch autoptr.
8028:
8029: * tests/parser-cygwin.sh 1.1:
8030: file parser-cygwin.sh was initially added on branch autoptr.
8031:
8032: * tests/results/043.processed 1.1:
8033: file 043.processed was initially added on branch autoptr.
8034:
8035: * tests/results/035.processed 1.1:
8036: file 035.processed was initially added on branch autoptr.
8037:
8038: * tests/033.html 1.1:
8039: file 033.html was initially added on branch autoptr.
8040:
8041: * tests/run_parser.sh 1.1:
8042: file run_parser.sh was initially added on branch autoptr.
8043:
8044: * tests/035.html 1.1:
8045: file 035.html was initially added on branch autoptr.
8046:
8047: 2003-02-27 paf
8048: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
8049: *** empty log message ***
8050:
8051: * www/htdocs/maximized.htm 1.1:
8052: file maximized.htm was initially added on branch autoptr.
8053:
8054: 2003-02-26 paf
8055: * tests/001.html 1.1:
8056: file 001.html was initially added on branch autoptr.
8057:
8058: * tests/003.html 1.1:
8059: file 003.html was initially added on branch autoptr.
8060:
8061: * tests/results/028.processed 1.1:
8062: file 028.processed was initially added on branch autoptr.
8063:
8064: * tests/005.html 1.1:
8065: file 005.html was initially added on branch autoptr.
8066:
8067: * tests/results/021.processed 1.1:
8068: file 021.processed was initially added on branch autoptr.
8069:
8070: * tests/results/013.processed 1.1:
8071: file 013.processed was initially added on branch autoptr.
8072:
8073: * src/include/pa_array.h [autoptr] 1.57.2.26:
8074: * src/include/pa_hash.h [autoptr] 1.58.2.17:
8075: * src/include/pa_memory.h [autoptr] 1.1.2.3:
8076: * src/main/pa_charset.C [autoptr] 1.33.2.12:
8077: * tests/001.html [autoptr] 1.1.2.1:
8078: * tests/002.html [autoptr] 1.1.2.1:
8079: * tests/003.html [autoptr] 1.1.2.1:
8080: * tests/004.html [autoptr] 1.1.2.1:
8081: * tests/005.html [autoptr] 1.1.2.1:
8082: * tests/006.html [autoptr] 1.1.2.1:
8083: * tests/007.html [autoptr] 1.1.2.1:
8084: * tests/008.html [autoptr] 1.1.2.1:
8085: * tests/009.html [autoptr] 1.1.2.1:
8086: * tests/010.html [autoptr] 1.1.2.1:
8087: * tests/011.html [autoptr] 1.1.2.1:
8088: * tests/012.html [autoptr] 1.1.2.1:
8089: * tests/013.html [autoptr] 1.1.2.1:
8090: * tests/014.html [autoptr] 1.1.2.1:
8091: * tests/Makefile [autoptr] 1.1.2.1:
8092: * tests/outputs/create-dir [autoptr] 1.1.2.1:
8093: * tests/results/001.processed [autoptr] 1.1.2.1:
8094: * tests/results/002.processed [autoptr] 1.1.2.1:
8095: * tests/results/003.processed [autoptr] 1.1.2.1:
8096: * tests/results/004.processed [autoptr] 1.1.2.1:
8097: * tests/results/005.processed [autoptr] 1.1.2.1:
8098: * tests/results/006.processed [autoptr] 1.1.2.1:
8099: * tests/results/007.processed [autoptr] 1.1.2.1:
8100: * tests/results/008.processed [autoptr] 1.1.2.1:
8101: * tests/results/009.processed [autoptr] 1.1.2.1:
8102: * tests/results/010.processed [autoptr] 1.1.2.1:
8103: * tests/results/011.processed [autoptr] 1.1.2.1:
8104: * tests/results/012.processed [autoptr] 1.1.2.1:
8105: * tests/results/013.processed [autoptr] 1.1.2.1:
8106: * tests/results/014.processed [autoptr] 1.1.2.1:
8107: hash cloning fixed
8108:
8109: * tests/007.html 1.1:
8110: file 007.html was initially added on branch autoptr.
8111:
8112: * tests/results/005.processed 1.1:
8113: file 005.processed was initially added on branch autoptr.
8114:
8115: * tests/010.html 1.1:
8116: file 010.html was initially added on branch autoptr.
8117:
8118: * tests/009.html 1.1:
8119: file 009.html was initially added on branch autoptr.
8120:
8121: * tests/012.html 1.1:
8122: file 012.html was initially added on branch autoptr.
8123:
8124: * tests/014.html 1.1:
8125: file 014.html was initially added on branch autoptr.
8126:
8127: * src/main/execute.C [autoptr] 1.295.2.20:
8128: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
8129: * tests/024.html [autoptr] 1.1.2.1:
8130: * tests/025.html [autoptr] 1.1.2.1:
8131: * tests/026.html [autoptr] 1.1.2.1:
8132: * tests/027.html [autoptr] 1.1.2.1:
8133: * tests/028.html [autoptr] 1.1.2.1:
8134: * tests/029.html [autoptr] 1.1.2.1:
8135: * tests/030.html [autoptr] 1.1.2.1:
8136: * tests/031.html [autoptr] 1.1.2.1:
8137: * tests/results/024.processed [autoptr] 1.1.2.1:
8138: * tests/results/025.processed [autoptr] 1.1.2.1:
8139: * tests/results/026.processed [autoptr] 1.1.2.1:
8140: * tests/results/027.processed [autoptr] 1.1.2.1:
8141: * tests/results/028.processed [autoptr] 1.1.2.1:
8142: * tests/results/029.processed [autoptr] 1.1.2.1:
8143: * tests/results/030.processed [autoptr] 1.1.2.1:
8144: * tests/results/031.processed [autoptr] 1.1.2.1:
8145: fixed bug with name_cstr mutable CharPtr
8146: more tests
8147:
8148: * tests/results/029.processed 1.1:
8149: file 029.processed was initially added on branch autoptr.
8150:
8151: * tests/results/030.processed 1.1:
8152: file 030.processed was initially added on branch autoptr.
8153:
8154: * tests/016.html 1.1:
8155: file 016.html was initially added on branch autoptr.
8156:
8157: * tests/results/022.processed 1.1:
8158: file 022.processed was initially added on branch autoptr.
8159:
8160: * tests/results/014.processed 1.1:
8161: file 014.processed was initially added on branch autoptr.
8162:
8163: * tests/018.html 1.1:
8164: file 018.html was initially added on branch autoptr.
8165:
8166: * tests/results/006.processed 1.1:
8167: file 006.processed was initially added on branch autoptr.
8168:
8169: * tests/022_dir/a.html 1.1:
8170: file a.html was initially added on branch autoptr.
8171:
8172: * tests/021.html 1.1:
8173: file 021.html was initially added on branch autoptr.
8174:
8175: * tests/023.html 1.1:
8176: file 023.html was initially added on branch autoptr.
8177:
8178: * tests/results/031.processed 1.1:
8179: file 031.processed was initially added on branch autoptr.
8180:
8181: * tests/025.html 1.1:
8182: file 025.html was initially added on branch autoptr.
8183:
8184: * tests/results/023.processed 1.1:
8185: file 023.processed was initially added on branch autoptr.
8186:
8187: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
8188: * src/main/pa_globals.C [autoptr] 1.152.2.16:
8189: * src/main/pa_memory.C [autoptr] 1.1.2.3:
8190: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
8191: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
8192: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
8193: SAPI::abort << abort. die now just exits
8194:
8195: * tests/results/015.processed 1.1:
8196: file 015.processed was initially added on branch autoptr.
8197:
8198: * tests/027.html 1.1:
8199: file 027.html was initially added on branch autoptr.
8200:
8201: * tests/results/007.processed 1.1:
8202: file 007.processed was initially added on branch autoptr.
8203:
8204: * tests/030.html 1.1:
8205: file 030.html was initially added on branch autoptr.
8206:
8207: * tests/029.html 1.1:
8208: file 029.html was initially added on branch autoptr.
8209:
8210: * tests/outputs/create-dir 1.1:
8211: file create-dir was initially added on branch autoptr.
8212:
8213: * tests/022_dir/b.txt 1.1:
8214: file b.txt was initially added on branch autoptr.
8215:
8216: * tests/results/024.processed 1.1:
8217: file 024.processed was initially added on branch autoptr.
8218:
8219: * tests/002.html 1.1:
8220: file 002.html was initially added on branch autoptr.
8221:
8222: * tests/results/016.processed 1.1:
8223: file 016.processed was initially added on branch autoptr.
8224:
8225: * tests/results/008.processed 1.1:
8226: file 008.processed was initially added on branch autoptr.
8227:
8228: * tests/004.html 1.1:
8229: file 004.html was initially added on branch autoptr.
8230:
8231: * tests/results/001.processed 1.1:
8232: file 001.processed was initially added on branch autoptr.
8233:
8234: * tests/006.html 1.1:
8235: file 006.html was initially added on branch autoptr.
8236:
8237: * tests/008.html 1.1:
8238: file 008.html was initially added on branch autoptr.
8239:
8240: * tests/011.html 1.1:
8241: file 011.html was initially added on branch autoptr.
8242:
8243: * tests/results/025.processed 1.1:
8244: file 025.processed was initially added on branch autoptr.
8245:
8246: * tests/results/017.processed 1.1:
8247: file 017.processed was initially added on branch autoptr.
8248:
8249: * tests/Makefile 1.1:
8250: file Makefile was initially added on branch autoptr.
8251:
8252: * tests/results/009.processed 1.1:
8253: file 009.processed was initially added on branch autoptr.
8254:
8255: * tests/results/010.processed 1.1:
8256: file 010.processed was initially added on branch autoptr.
8257:
8258: * tests/013.html 1.1:
8259: file 013.html was initially added on branch autoptr.
8260:
8261: * tests/results/002.processed 1.1:
8262: file 002.processed was initially added on branch autoptr.
8263:
8264: * tests/019paf2001.gif 1.1:
8265: file 019paf2001.gif was initially added on branch autoptr.
8266:
8267: * tests/015.html 1.1:
8268: file 015.html was initially added on branch autoptr.
8269:
8270: * tests/017.html 1.1:
8271: file 017.html was initially added on branch autoptr.
8272:
8273: * tests/020.html 1.1:
8274: file 020.html was initially added on branch autoptr.
8275:
8276: * tests/019.html 1.1:
8277: file 019.html was initially added on branch autoptr.
8278:
8279: * tests/results/026.processed 1.1:
8280: file 026.processed was initially added on branch autoptr.
8281:
8282: * tests/results/018.processed 1.1:
8283: file 018.processed was initially added on branch autoptr.
8284:
8285: * tests/022.html 1.1:
8286: file 022.html was initially added on branch autoptr.
8287:
8288: * tests/results/011.processed 1.1:
8289: file 011.processed was initially added on branch autoptr.
8290:
8291: * tests/024.html 1.1:
8292: file 024.html was initially added on branch autoptr.
8293:
8294: * tests/results/003.processed 1.1:
8295: file 003.processed was initially added on branch autoptr.
8296:
8297: * tests/022_dir/c.htm 1.1:
8298: file c.htm was initially added on branch autoptr.
8299:
8300: * tests/026.html 1.1:
8301: file 026.html was initially added on branch autoptr.
8302:
8303: * tests/028.html 1.1:
8304: file 028.html was initially added on branch autoptr.
8305:
8306: * tests/031.html 1.1:
8307: file 031.html was initially added on branch autoptr.
8308:
8309: * tests/results/027.processed 1.1:
8310: file 027.processed was initially added on branch autoptr.
8311:
8312: * tests/results/019.processed 1.1:
8313: file 019.processed was initially added on branch autoptr.
8314:
8315: * tests/results/020.processed 1.1:
8316: file 020.processed was initially added on branch autoptr.
8317:
8318: * src/classes/classes.awk [autoptr] 1.6.6.3:
8319: * src/classes/classes.h [autoptr] 1.23.2.9:
8320: * src/classes/date.C [autoptr] 1.42.2.11:
8321: * src/classes/double.C [autoptr] 1.53.2.8:
8322: * src/classes/file.C [autoptr] 1.107.2.15:
8323: * src/classes/form.C [autoptr] 1.34.2.7:
8324: * src/classes/hash.C [autoptr] 1.54.2.11:
8325: * src/classes/image.C [autoptr] 1.90.2.12:
8326: * src/classes/int.C [autoptr] 1.49.2.7:
8327: * src/classes/mail.C [autoptr] 1.88.2.12:
8328: * src/classes/math.C [autoptr] 1.24.2.10:
8329: * src/classes/op.C [autoptr] 1.127.2.17:
8330: * src/classes/response.C [autoptr] 1.23.2.7:
8331: * src/classes/string.C [autoptr] 1.125.2.12:
8332: * src/classes/table.C [autoptr] 1.172.2.11:
8333: * src/classes/void.C [autoptr] 1.28.2.5:
8334: * src/classes/xdoc.C [autoptr] 1.108.2.12:
8335: * src/classes/xnode.C [autoptr] 1.54.2.8:
8336: * src/include/pa_memory.h [autoptr] 1.1.2.4:
8337: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
8338: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
8339: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
8340: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
8341: * src/types/pa_venv.h [autoptr] 1.28.2.5:
8342: * src/types/pa_vform.C [autoptr] 1.74.2.11:
8343: * tests/015.html [autoptr] 1.1.2.1:
8344: * tests/016.html [autoptr] 1.1.2.1:
8345: * tests/017.html [autoptr] 1.1.2.1:
8346: * tests/018.html [autoptr] 1.1.2.1:
8347: * tests/019.html [autoptr] 1.1.2.1:
8348: * tests/019paf2001.gif [autoptr] 1.1.2.1:
8349: * tests/020.html [autoptr] 1.1.2.1:
8350: * tests/021.html [autoptr] 1.1.2.1:
8351: * tests/022.html [autoptr] 1.1.2.1:
8352: * tests/022_dir/a.html [autoptr] 1.1.2.1:
8353: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
8354: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
8355: * tests/023.html [autoptr] 1.1.2.1:
8356: * tests/results/015.processed [autoptr] 1.1.2.1:
8357: * tests/results/016.processed [autoptr] 1.1.2.1:
8358: * tests/results/017.processed [autoptr] 1.1.2.1:
8359: * tests/results/018.processed [autoptr] 1.1.2.1:
8360: * tests/results/019.processed [autoptr] 1.1.2.1:
8361: * tests/results/020.processed [autoptr] 1.1.2.1:
8362: * tests/results/021.processed [autoptr] 1.1.2.1:
8363: * tests/results/022.processed [autoptr] 1.1.2.1:
8364: * tests/results/023.processed [autoptr] 1.1.2.1:
8365: methoded_array now contains all Mxxx classes
8366: SAPI::get_env now returns info on pool
8367: more tests
8368:
8369: * tests/results/012.processed 1.1:
8370: file 012.processed was initially added on branch autoptr.
8371:
8372: * tests/results/004.processed 1.1:
8373: file 004.processed was initially added on branch autoptr.
8374:
8375: 2003-02-25 paf
8376: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
8377: typo fixed
8378:
8379: 2003-02-24 paf
8380: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
8381: fixed all places with bad get_string(0)
8382: [one remained]
8383:
8384: * src/include/pa_request.h [autoptr] 1.160.2.27:
8385: * src/main/execute.C [autoptr] 1.295.2.19:
8386: few bad get_string(0) [should have been get_string(&pool)]
8387: todo: check other such calls
8388:
8389: * src/types/pa_vmail.C 1.41:
8390: body [text/html] transcoded to
8391: $.charset[specified]
8392: now
8393:
8394: * src/main/compile.tab.C [autoptr] 1.81.2.9:
8395: * src/main/execute.C [autoptr] 1.295.2.18:
8396: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
8397: test10, bad lookups
8398:
8399: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
8400:
8401: * src/main/pa_common.C 1.145:
8402: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
8403: stupid gcc [2.95.4] generated bad code
8404: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
8405: rewritten simplier [though duplicating closesocket code]
8406:
8407: * src/classes/string.C [autoptr] 1.125.2.11:
8408: match bug fixed
8409:
1.22 paf 8410: 2003-02-21 paf
8411: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
8412: MAKE_TEST must be used inside of 'make tests' only
8413: [it's not forcing CGI mode now]
8414: now use -H to output CGI header when parser used in command line [useful for tests also]
8415:
8416: * src/classes/file.C [autoptr] 1.107.2.14:
8417: * src/classes/image.C [autoptr] 1.90.2.11:
8418: * src/classes/mail.C [autoptr] 1.88.2.11:
8419: * src/classes/op.C [autoptr] 1.127.2.16:
8420: * src/classes/xdoc.C [autoptr] 1.108.2.11:
8421: * src/main/pa_charset.C [autoptr] 1.33.2.11:
8422: * src/main/pa_exec.C [autoptr] 1.48.2.14:
8423: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
8424: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
8425: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
8426: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
8427: fixed all cstr's that must use pool [as the one in ^process]
8428:
8429: * src/include/pa_array.h [autoptr] 1.57.2.25:
8430: * src/include/pa_exception.h [autoptr] 1.38.2.15:
8431: * src/include/pa_memory.h [autoptr] 1.1.2.1:
8432: * src/include/pa_pool.h [autoptr] 1.86.2.31:
8433: * src/main/Makefile.am [autoptr] 1.35.6.3:
8434: * src/main/main.dsp [autoptr] 1.161.6.12:
8435: * src/main/pa_array.C [autoptr] 1.54.2.5:
8436: * src/main/pa_memory.C [autoptr] 1.1.2.1:
8437: * src/main/pa_pool.C [autoptr] 1.59.2.5:
8438: reorganized memory handling files
8439:
8440: * src/include/pa_memory.h [autoptr] 1.1.2.2:
8441: * src/main/pa_memory.C [autoptr] 1.1.2.2:
8442: inlined memory handling pa_*
8443:
8444: * src/main/execute.C [autoptr] 1.295.2.17:
8445: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
8446: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
8447: release mode now compiles OK
8448: test to show benefits of free
8449:
8450: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
8451: MAKE_TEST environment variable switches on CGI mode, and is
8452: used in regression tests
8453:
8454: * operators.txt [autoptr] 1.109.2.1:
8455: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
8456: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
8457: $cookie:name[$.expires[date << can be now]]
8458:
8459: written makefile with regression tests [raw]
8460:
8461: * src/include/pa_request.h [autoptr] 1.160.2.26:
8462: * src/main/pa_request.C [autoptr] 1.245.2.27:
8463: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
8464: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
8465: * src/types/pa_venv.h [autoptr] 1.28.2.4:
8466: env fixed
8467:
8468: * src/main/pa_array.C [autoptr] 1.54.2.4:
8469: pool::format_integer terminator fixed
8470:
8471: * src/include/pa_memory.h 1.1:
8472: file pa_memory.h was initially added on branch autoptr.
8473:
8474: * src/main/pa_memory.C 1.1:
8475: file pa_memory.C was initially added on branch autoptr.
8476:
8477: * src/classes/op.C [autoptr] 1.127.2.15:
8478: fixed process.
8479: sould now check for all cstr's -- some must use pool [as the one in ^process]
8480:
8481: 2003-02-20 paf
8482: * www/htdocs/autoptr.html 1.1:
8483: file autoptr.html was initially added on branch autoptr.
8484:
8485: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
8486: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
8487: form values passed OK now
8488:
8489: * src/classes/date.C [autoptr] 1.42.2.10:
8490: * src/classes/double.C [autoptr] 1.53.2.7:
8491: * src/classes/file.C [autoptr] 1.107.2.13:
8492: * src/classes/hash.C [autoptr] 1.54.2.10:
8493: * src/classes/image.C [autoptr] 1.90.2.10:
8494: * src/classes/int.C [autoptr] 1.49.2.6:
8495: * src/classes/mail.C [autoptr] 1.88.2.10:
8496: * src/classes/math.C [autoptr] 1.24.2.9:
8497: * src/classes/op.C [autoptr] 1.127.2.13:
8498: * src/classes/response.C [autoptr] 1.23.2.6:
8499: * src/classes/string.C [autoptr] 1.125.2.10:
8500: * src/classes/table.C [autoptr] 1.172.2.10:
8501: * src/classes/void.C [autoptr] 1.28.2.4:
8502: * src/classes/xdoc.C [autoptr] 1.108.2.10:
8503: * src/classes/xnode.C [autoptr] 1.54.2.7:
8504: * src/main/pa_string.C [autoptr] 1.172.2.17:
8505: * src/types/pa_method.h [autoptr] 1.1.2.4:
8506: * src/types/pa_value.C [autoptr] 1.9.2.14:
8507: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
8508: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
8509: string cmp fixed
8510:
8511: 2003-02-19 paf
8512: * src/classes/form.C [autoptr] 1.34.2.6:
8513: * src/include/pa_charset.h [autoptr] 1.20.2.12:
8514: * src/include/pa_pool.h [autoptr] 1.86.2.30:
8515: * src/main/pa_charset.C [autoptr] 1.33.2.10:
8516: * src/main/pa_exception.C [autoptr] 1.43.2.13:
8517: * src/main/pa_request.C [autoptr] 1.245.2.25:
8518: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
8519: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
8520: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
8521: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
8522: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
8523: * src/types/pa_vform.C [autoptr] 1.74.2.9:
8524: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
8525: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
8526: found&kill all remaning leaks resulted from pooled::malloc calls
8527: [excluding in gd -- planning complete rewrite extremely ugly code]
8528:
8529: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
8530: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
8531: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
8532: removed unneeded files
8533:
8534: 2003-02-17 paf
8535: * src/classes/classes.C [autoptr] 1.18.2.4:
8536: * src/include/pa_array.h [autoptr] 1.57.2.22:
8537: * src/include/pa_hash.h [autoptr] 1.58.2.16:
8538: * src/include/pa_pool.h [autoptr] 1.86.2.29:
8539: * src/include/pa_request.h [autoptr] 1.160.2.23:
8540: * src/main/pa_request.C [autoptr] 1.245.2.20:
8541: * src/main/pa_string.C [autoptr] 1.172.2.16:
8542: * src/main/untaint.C [autoptr] 1.115.2.10:
8543: * src/types/pa_value.h [autoptr] 1.109.2.23:
8544: * src/types/pa_vint.h [autoptr] 1.38.2.10:
8545: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
8546: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
8547: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
8548: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
8549: class fields of simple type not initialized with zeros :(
8550: while class fields of class types initialized with default constructors.
8551: learn C++
8552:
8553: * src/main/execute.C [autoptr] 1.295.2.11:
8554: * src/main/pa_request.C [autoptr] 1.245.2.21:
8555: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
8556: first letters out OK
8557:
8558: * src/classes/classes.awk [autoptr] 1.6.6.2:
8559: * src/classes/double.C [autoptr] 1.53.2.5:
8560: * src/classes/file.C [autoptr] 1.107.2.11:
8561: * src/classes/form.C [autoptr] 1.34.2.5:
8562: * src/classes/image.C [autoptr] 1.90.2.8:
8563: * src/classes/int.C [autoptr] 1.49.2.4:
8564: * src/classes/mail.C [autoptr] 1.88.2.8:
8565: * src/classes/math.C [autoptr] 1.24.2.7:
8566: * src/classes/xdoc.C [autoptr] 1.108.2.7:
8567: * src/classes/xnode.C [autoptr] 1.54.2.5:
8568: * src/include/pa_array.h [autoptr] 1.57.2.21:
8569: * src/include/pa_string.h [autoptr] 1.144.2.24:
8570: * src/main/pa_exec.C [autoptr] 1.48.2.13:
8571: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
8572: parser3.exe - 0 error(s), 0 warning(s)
8573:
8574: * src/classes/date.C [autoptr] 1.42.2.8:
8575: * src/classes/op.C [autoptr] 1.127.2.12:
8576: * src/classes/table.C [autoptr] 1.172.2.8:
8577: * src/classes/xdoc.C [autoptr] 1.108.2.8:
8578: * src/classes/xnode.C [autoptr] 1.54.2.6:
8579: * src/include/pa_array.h [autoptr] 1.57.2.24:
8580: * src/include/pa_charset.h [autoptr] 1.20.2.11:
8581: * src/main/Makefile.am [autoptr] 1.35.6.2:
8582: * src/main/main.dsp [autoptr] 1.161.6.11:
8583: * src/main/pa_charset.C [autoptr] 1.33.2.8:
8584: * src/main/pa_common.C [autoptr] 1.143.2.20:
8585: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
8586: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
8587: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
8588: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
8589: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
8590: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
8591: fixed more leaks resulted from pooled::malloc calls
8592:
8593: * src/include/pa_stack.h [autoptr] 1.17.2.4:
8594: * src/main/compile.C [autoptr] 1.69.2.6:
8595: * src/main/execute.C [autoptr] 1.295.2.13:
8596: * src/main/pa_request.C [autoptr] 1.245.2.23:
8597: stack-stored items need extra .ref to prevent object_ptr from
8598: delete[them]
8599:
8600: * src/main/pa_request.C [autoptr] 1.245.2.22:
8601: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
8602: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
8603: couple mem leaks rusulted from old pooled::malloc usage.
8604: todo:find more like those
8605:
8606: * src/main/execute.C [autoptr] 1.295.2.14:
8607: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
8608: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
8609: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
8610: few bugs in debug output fixed
8611:
8612: * src/include/pa_array.h [autoptr] 1.57.2.23:
8613: * src/include/pa_request.h [autoptr] 1.160.2.24:
8614: * src/main/execute.C [autoptr] 1.295.2.12:
8615: stackItem fixed [there were no string on stack before]
8616:
8617: * src/classes/date.C [autoptr] 1.42.2.9:
8618: * src/classes/double.C [autoptr] 1.53.2.6:
8619: * src/classes/file.C [autoptr] 1.107.2.12:
8620: * src/classes/image.C [autoptr] 1.90.2.9:
8621: * src/classes/int.C [autoptr] 1.49.2.5:
8622: * src/classes/mail.C [autoptr] 1.88.2.9:
8623: * src/classes/math.C [autoptr] 1.24.2.8:
8624: * src/classes/response.C [autoptr] 1.23.2.5:
8625: * src/classes/string.C [autoptr] 1.125.2.9:
8626: * src/classes/table.C [autoptr] 1.172.2.9:
8627: * src/classes/xdoc.C [autoptr] 1.108.2.9:
8628: * src/classes/xnode.h [autoptr] 1.18.2.4:
8629: * src/include/pa_stack.h [autoptr] 1.17.2.5:
8630: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
8631: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
8632: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
8633: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
8634: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
8635: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
8636: * src/types/pa_vform.C [autoptr] 1.74.2.8:
8637: * src/types/pa_vform.h [autoptr] 1.45.2.8:
8638: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
8639: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
8640: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
8641: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
8642: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
8643: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
8644: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
8645: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
8646: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
8647: fixed all remained bugs of unitialized simple-typed field
8648:
8649: * src/classes/classes.C [autoptr] 1.18.2.5:
8650: * src/classes/classes.h [autoptr] 1.23.2.8:
8651: * src/main/execute.C [autoptr] 1.295.2.15:
8652: * src/main/pa_charset.C [autoptr] 1.33.2.9:
8653: * src/main/pa_request.C [autoptr] 1.245.2.24:
8654: another bug of unitialized simple-typed field fixed.
8655: todo: find&kill all like that one
8656:
8657: * src/main/compile.C [autoptr] 1.69.2.5:
8658: * src/main/compile_tools.C [autoptr] 1.54.2.5:
8659: 2*2!
8660:
8661: 2003-02-14 paf
8662: * src/classes/classes.dsp [autoptr] 1.25.10.4:
8663: * src/classes/op.C [autoptr] 1.127.2.10:
8664: * src/classes/string.C [autoptr] 1.125.2.8:
8665: * src/classes/table.C [autoptr] 1.172.2.7:
8666: * src/include/pa_common.h [autoptr] 1.89.2.11:
8667: * src/include/pa_globals.h [autoptr] 1.101.2.14:
8668: * src/include/pa_pool.h [autoptr] 1.86.2.28:
8669: * src/include/pa_request.h [autoptr] 1.160.2.20:
8670: * src/main/pa_globals.C [autoptr] 1.152.2.15:
8671: * src/main/pa_request.C [autoptr] 1.245.2.16:
8672: * src/types/pa_value.h [autoptr] 1.109.2.22:
8673: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
8674: * src/types/pa_vint.h [autoptr] 1.38.2.9:
8675: * src/types/types.dsp [autoptr] 1.35.10.7:
8676: op compiled
8677:
8678: * src/classes/classes.C [autoptr] 1.18.2.3:
8679: * src/classes/classes.awk [autoptr] 1.6.6.1:
8680: * src/classes/file.C [autoptr] 1.107.2.9:
8681: * src/classes/hash.C [autoptr] 1.54.2.9:
8682: * src/classes/mail.C [autoptr] 1.88.2.7:
8683: * src/classes/op.C [autoptr] 1.127.2.11:
8684: * src/include/pa_common.h [autoptr] 1.89.2.12:
8685: * src/include/pa_request.h [autoptr] 1.160.2.21:
8686: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
8687: * src/main/pa_common.C [autoptr] 1.143.2.18:
8688: * src/main/pa_request.C [autoptr] 1.245.2.17:
8689: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
8690: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
8691: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
8692: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
8693: classes.lib - 0 error(s), 0 warning(s)
8694: parser.C compiled
8695:
8696: * src/classes/classes.dsp [autoptr] 1.25.10.3:
8697: * src/classes/response.C [autoptr] 1.23.2.4:
8698: * src/classes/string.C [autoptr] 1.125.2.7:
8699: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
8700: * src/include/pa_string.h [autoptr] 1.144.2.23:
8701: * src/main/pa_string.C [autoptr] 1.172.2.15:
8702: * src/main/untaint.C [autoptr] 1.115.2.9:
8703: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
8704: string, response compiled
8705:
8706: * src/classes/file.C [autoptr] 1.107.2.10:
8707: * src/include/pa_request.h [autoptr] 1.160.2.22:
8708: * src/main/pa_request.C [autoptr] 1.245.2.18:
8709: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
8710: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
8711: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
8712: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
8713: * src/types/pa_vform.C [autoptr] 1.74.2.7:
8714: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
8715: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
8716: all compiled, only 14 link errors :)
8717:
8718: * src/types/pa_vhash.C 1.1:
8719: file pa_vhash.C was initially added on branch autoptr.
8720:
8721: * src/include/pa_common.h [autoptr] 1.89.2.13:
8722: * src/main/pa_common.C [autoptr] 1.143.2.19:
8723: * src/main/pa_request.C [autoptr] 1.245.2.19:
8724: 13 link errors
8725:
8726: 2003-02-07 paf
8727: * src/classes/table.C [autoptr] 1.172.2.6:
8728: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
8729: table compiled
8730:
8731: 2003-02-06 paf
8732: * src/classes/image.C [autoptr] 1.90.2.7:
8733: * src/classes/string.C [autoptr] 1.125.2.6:
8734: * src/classes/xdoc.C [autoptr] 1.108.2.6:
8735: * src/include/pa_common.h [autoptr] 1.89.2.10:
8736: * src/include/pa_hash.h [autoptr] 1.58.2.15:
8737: * src/main/pa_common.C [autoptr] 1.143.2.17:
8738: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
8739: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
8740: image compiled
8741:
8742: * src/classes/mail.C [autoptr] 1.88.2.6:
8743: * src/include/pa_request.h [autoptr] 1.160.2.19:
8744: * src/main/pa_request.C [autoptr] 1.245.2.15:
8745: mail compiled
8746:
8747: * src/classes/hash.C [autoptr] 1.54.2.7:
8748: * src/include/pa_hash.h [autoptr] 1.58.2.14:
8749: * src/include/pa_table.h [autoptr] 1.48.2.11:
8750: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
8751: hash compiled
8752:
8753: * src/classes/classes.dsp [autoptr] 1.25.10.2:
8754: * src/classes/file.C [autoptr] 1.107.2.7:
8755: * src/include/pa_common.h [autoptr] 1.89.2.9:
8756: * src/include/pa_exec.h [autoptr] 1.11.2.5:
8757: * src/main/pa_common.C [autoptr] 1.143.2.16:
8758: * src/main/pa_exec.C [autoptr] 1.48.2.12:
8759: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
8760: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
8761: file compiled
8762:
8763: * src/classes/file.C [autoptr] 1.107.2.8:
8764: * src/classes/form.C [autoptr] 1.34.2.4:
8765: form compiled
8766:
8767: * src/classes/hash.C [autoptr] 1.54.2.8:
8768: * src/classes/math.C [autoptr] 1.24.2.6:
8769: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
8770: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
8771: math compiled [win32]
8772:
8773: 2003-02-04 paf
8774: * src/classes/date.C [autoptr] 1.42.2.5:
8775: * src/classes/double.C [autoptr] 1.53.2.3:
8776: * src/classes/file.C [autoptr] 1.107.2.5:
8777: * src/classes/form.C [autoptr] 1.34.2.3:
8778: * src/classes/hash.C [autoptr] 1.54.2.4:
8779: * src/classes/image.C [autoptr] 1.90.2.5:
8780: * src/classes/int.C [autoptr] 1.49.2.3:
8781: * src/classes/mail.C [autoptr] 1.88.2.4:
8782: * src/classes/math.C [autoptr] 1.24.2.4:
8783: * src/classes/op.C [autoptr] 1.127.2.8:
8784: * src/classes/response.C [autoptr] 1.23.2.3:
8785: * src/classes/string.C [autoptr] 1.125.2.4:
8786: * src/classes/table.C [autoptr] 1.172.2.4:
8787: * src/classes/void.C [autoptr] 1.28.2.3:
8788: * src/classes/xdoc.C [autoptr] 1.108.2.4:
8789: * src/classes/xnode.C [autoptr] 1.54.2.3:
8790: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
8791: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
8792: * src/types/pa_vint.h [autoptr] 1.38.2.8:
8793: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
8794: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
8795: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
8796: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
8797: int compiled
8798:
8799: * src/types/pa_value.C [autoptr] 1.9.2.12:
8800: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
8801: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
8802: trying to remove stupid value_includes.h
8803:
8804: * src/classes/date.C [autoptr] 1.42.2.4:
8805: * src/classes/double.C [autoptr] 1.53.2.2:
8806: * src/classes/file.C [autoptr] 1.107.2.4:
8807: * src/classes/hash.C [autoptr] 1.54.2.3:
8808: * src/classes/image.C [autoptr] 1.90.2.4:
8809: * src/classes/int.C [autoptr] 1.49.2.2:
8810: * src/classes/mail.C [autoptr] 1.88.2.3:
8811: * src/classes/math.C [autoptr] 1.24.2.3:
8812: * src/classes/op.C [autoptr] 1.127.2.7:
8813: * src/classes/response.C [autoptr] 1.23.2.2:
8814: * src/classes/string.C [autoptr] 1.125.2.3:
8815: * src/classes/table.C [autoptr] 1.172.2.3:
8816: * src/classes/void.C [autoptr] 1.28.2.2:
8817: * src/classes/xdoc.C [autoptr] 1.108.2.3:
8818: * src/classes/xnode.C [autoptr] 1.54.2.2:
8819: * src/classes/xnode.h [autoptr] 1.18.2.3:
8820: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
8821: void compiled :)
8822:
8823: * src/classes/date.C [autoptr] 1.42.2.7:
8824: * src/classes/hash.C [autoptr] 1.54.2.6:
8825: * src/include/pa_exec.h [autoptr] 1.11.2.4:
8826: * src/include/pa_hash.h [autoptr] 1.58.2.13:
8827: * src/include/pa_request.h [autoptr] 1.160.2.18:
8828: * src/include/pa_string.h [autoptr] 1.144.2.22:
8829: * src/include/pa_table.h [autoptr] 1.48.2.10:
8830: * src/main/pa_common.C [autoptr] 1.143.2.15:
8831: * src/main/pa_exec.C [autoptr] 1.48.2.11:
8832: * src/main/pa_string.C [autoptr] 1.172.2.14:
8833: * src/types/pa_method.h [autoptr] 1.1.2.3:
8834: * src/types/pa_vform.C [autoptr] 1.74.2.6:
8835: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
8836: hash 50% compiled
8837:
8838: * src/types/pa_method.h 1.1:
8839: file pa_method.h was initially added on branch autoptr.
8840:
8841: * src/include/pa_globals.h [autoptr] 1.101.2.13:
8842: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
8843: * src/main/pa_charset.C [autoptr] 1.33.2.7:
8844: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
8845: * src/main/pa_common.C [autoptr] 1.143.2.14:
8846: * src/main/pa_dir.C [autoptr] 1.14.2.3:
8847: * src/main/pa_exception.C [autoptr] 1.43.2.12:
8848: * src/main/pa_exec.C [autoptr] 1.48.2.10:
8849: * src/main/pa_globals.C [autoptr] 1.152.2.13:
8850: * src/main/pa_pool.C [autoptr] 1.59.2.4:
8851: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
8852: * src/main/pa_string.C [autoptr] 1.172.2.12:
8853: * src/main/pa_uue.C [autoptr] 1.4.2.5:
8854: * src/main/untaint.C [autoptr] 1.115.2.8:
8855: * src/types/pa_value.C [autoptr] 1.9.2.13:
8856: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
8857: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
8858: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
8859: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
8860: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
8861: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
8862: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
8863: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
8864: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
8865: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
8866: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
8867: * src/types/types.dsp [autoptr] 1.35.10.6:
8868: removed stupid value_includes.h
8869:
8870: * src/main/pa_exec.C [autoptr] 1.48.2.8:
8871: libmain.a compiled on six [unix]
8872:
8873: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
8874: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
8875: * src/main/pa_common.C [autoptr] 1.143.2.13:
8876: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
8877: * src/main/pa_exec.C [autoptr] 1.48.2.7:
8878: * src/main/pa_socks.C [autoptr] 1.18.2.5:
8879: libmain.a gcc
8880: and
8881: mail.lib msvc++
8882: compiled
8883:
8884: * src/include/pa_globals.h [autoptr] 1.101.2.12:
8885: * src/include/pa_request.h [autoptr] 1.160.2.16:
8886: * src/types/pa_value.C [autoptr] 1.9.2.11:
8887: * src/types/pa_value.h [autoptr] 1.109.2.21:
8888: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
8889: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
8890: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
8891: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
8892: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
8893: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
8894: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
8895: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
8896: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
8897: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
8898: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
8899: libtypes.a compiled gcc
8900:
1.39 ! paf 8901: * src/include/pa_array.h [autoptr] 1.57.2.20:
! 8902: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
! 8903: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
! 8904: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
! 8905: * src/main/pa_exec.C [autoptr] 1.48.2.6:
! 8906: * src/main/pa_socks.C [autoptr] 1.18.2.4:
! 8907: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
! 8908: gcc libmain.a compiled
! 8909:
1.22 paf 8910: * src/classes/classes.dsp [autoptr] 1.25.10.1:
8911: * src/classes/double.C [autoptr] 1.53.2.4:
8912: double compiled
8913:
8914: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
8915: merged changes from 1.149-1.150 (stupid name conflicts)
8916:
8917: * src/include/pa_array.h [autoptr] 1.57.2.19:
8918: * src/include/pa_pool.h [autoptr] 1.86.2.27:
8919: * src/main/Makefile.am [autoptr] 1.35.6.1:
8920: * src/main/Makefile.in [autoptr] 1.50.2.2:
8921: * src/main/compile.tab.C [autoptr] 1.81.2.7:
8922: * src/main/compile.y [autoptr] 1.204.2.6:
8923: * src/main/execute.C [autoptr] 1.295.2.10:
8924: * src/main/pa_request.C [autoptr] 1.245.2.14:
8925: * src/main/untaint.C [autoptr] 1.115.2.7:
8926: * src/types/pa_junction.h [autoptr] 1.1.2.2:
8927: * src/types/pa_method.h [autoptr] 1.1.2.2:
8928: * src/types/pa_value.h [autoptr] 1.109.2.20:
8929: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
8930: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
8931: *** empty log message ***
8932:
8933: * src/main/pa_exec.C [autoptr] 1.48.2.9:
8934: pa_exec compiled on win32
8935:
8936: * src/classes/date.C [autoptr] 1.42.2.6:
8937: * src/classes/file.C [autoptr] 1.107.2.6:
8938: * src/classes/hash.C [autoptr] 1.54.2.5:
8939: * src/classes/image.C [autoptr] 1.90.2.6:
8940: * src/classes/mail.C [autoptr] 1.88.2.5:
8941: * src/classes/math.C [autoptr] 1.24.2.5:
8942: * src/classes/op.C [autoptr] 1.127.2.9:
8943: * src/classes/string.C [autoptr] 1.125.2.5:
8944: * src/classes/table.C [autoptr] 1.172.2.5:
8945: * src/classes/xdoc.C [autoptr] 1.108.2.5:
8946: * src/classes/xnode.C [autoptr] 1.54.2.4:
8947: * src/include/pa_request.h [autoptr] 1.160.2.17:
8948: * src/main/pa_globals.C [autoptr] 1.152.2.14:
8949: * src/main/pa_string.C [autoptr] 1.172.2.13:
8950: date compiled
8951:
8952: * src/types/pa_junction.h 1.1:
8953: file pa_junction.h was initially added on branch autoptr.
8954:
8955: * src/main/compile_tools.h [autoptr] 1.67.2.8:
8956: * src/main/execute.C [autoptr] 1.295.2.9:
8957: * src/main/pa_table.C [autoptr] 1.53.2.9:
8958: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
8959: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
8960: yuk: gcc on cygwin yelds "virtual memory exhausted" while
8961: trying to compile execute.C [eating up to 127MB]
8962:
8963: 2003-02-03 paf
8964: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
8965: vstateless_class compiled
8966:
8967: * src/include/pa_request.h [autoptr] 1.160.2.13:
8968: * src/main/execute.C [autoptr] 1.295.2.7:
8969: * src/main/pa_request.C [autoptr] 1.245.2.8:
8970: * src/types/pa_value.h [autoptr] 1.109.2.16:
8971: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
8972: execute compiled
8973:
8974: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
8975: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
8976: vresponse compiled
8977:
8978: * src/types/pa_value.C [autoptr] 1.9.2.9:
8979: * src/types/pa_value.h [autoptr] 1.109.2.18:
8980: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
8981: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
8982: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
8983: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
8984: vobject compiled
8985:
8986: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
8987: vtable compiled
8988:
8989: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
8990: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
8991: vmath compiled
8992:
8993: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
8994: * src/include/pa_hash.h [autoptr] 1.58.2.12:
8995: * src/include/pa_operation.h [autoptr] 1.1.2.6:
8996: * src/include/pa_pool.h [autoptr] 1.86.2.26:
8997: * src/include/pa_string.h [autoptr] 1.144.2.21:
8998: * src/main/pa_common.C [autoptr] 1.143.2.12:
8999: * src/types/pa_value.C [autoptr] 1.9.2.10:
9000: * src/types/pa_value.h [autoptr] 1.109.2.19:
9001: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
9002: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
9003: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
9004: * src/types/pa_vint.h [autoptr] 1.38.2.7:
9005: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
9006: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
9007: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
9008: * src/types/types.dsp [autoptr] 1.35.10.5:
9009: started gcc compiling
9010: pa_common compiled
9011:
9012: * src/include/pa_pool.h [autoptr] 1.86.2.23:
9013: * src/main/pa_request.C [autoptr] 1.245.2.10:
9014: * src/types/pa_value.C [autoptr] 1.9.2.8:
9015: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
9016: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
9017: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
9018: * src/types/pa_vform.C [autoptr] 1.74.2.4:
9019: * src/types/pa_vform.h [autoptr] 1.45.2.7:
9020: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
9021: vform compiled
9022:
9023: * src/include/Makefile.am [autoptr] 1.3.14.1:
9024: * src/include/Makefile.in [autoptr] 1.11.2.1:
9025: * src/include/pa_hash.h [autoptr] 1.58.2.11:
9026: * src/include/pa_pool.h [autoptr] 1.86.2.24:
9027: gcc refused to compile _P identifier. it replaced it to some
9028: strange 0x0000040
9029:
9030: * configure [autoptr] 1.66.2.2:
9031: * configure.in [autoptr] 1.62.2.2:
9032: * src/Makefile.in [autoptr] 1.55.2.1:
9033: * src/include/Makefile.in [autoptr] 1.11.2.2:
9034: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
9035: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
9036: * src/include/pa_string.h [autoptr] 1.144.2.20:
9037: * src/main/Makefile.in [autoptr] 1.50.2.1:
9038: *** empty log message ***
9039:
9040: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
9041: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
9042: vstring compiled
9043:
9044: * src/include/pa_request.h [autoptr] 1.160.2.14:
9045: * src/main/execute.C [autoptr] 1.295.2.8:
9046: * src/main/pa_request.C [autoptr] 1.245.2.9:
9047: main.lib - 0 error(s), 0 warning(s)
9048:
9049: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
9050: vrequest compiled
9051:
9052: * src/classes/form.C [autoptr] 1.34.2.2:
9053: * src/classes/mail.C [autoptr] 1.88.2.2:
9054: * src/include/pa_request.h [autoptr] 1.160.2.15:
9055: * src/main/pa_globals.C [autoptr] 1.152.2.12:
9056: * src/main/pa_request.C [autoptr] 1.245.2.11:
9057: * src/types/pa_value.h [autoptr] 1.109.2.17:
9058: * src/types/pa_vform.C [autoptr] 1.74.2.5:
9059: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
9060: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
9061: vmail compiled
9062:
9063: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
9064: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
9065: vimage compiled
9066:
9067: * src/include/pa_exception.h [autoptr] 1.38.2.14:
9068: * src/include/pa_pool.h [autoptr] 1.86.2.25:
9069: * src/main/pa_exception.C [autoptr] 1.43.2.11:
9070: exception gcc change #1
9071:
9072: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
9073: * src/main/pa_request.C [autoptr] 1.245.2.12:
9074: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
9075: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
9076: vstatus compiled
9077:
9078: 2003-01-31 paf
9079: * src/classes/classes.C [autoptr] 1.18.2.2:
9080: * src/classes/classes.h [autoptr] 1.23.2.7:
9081: * src/classes/date.C [autoptr] 1.42.2.3:
9082: * src/classes/double.C [autoptr] 1.53.2.1:
9083: * src/classes/file.C [autoptr] 1.107.2.3:
9084: * src/classes/form.C [autoptr] 1.34.2.1:
9085: * src/classes/hash.C [autoptr] 1.54.2.2:
9086: * src/classes/image.C [autoptr] 1.90.2.3:
9087: * src/classes/int.C [autoptr] 1.49.2.1:
9088: * src/classes/mail.C [autoptr] 1.88.2.1:
9089: * src/classes/math.C [autoptr] 1.24.2.2:
9090: * src/classes/op.C [autoptr] 1.127.2.5:
9091: * src/classes/response.C [autoptr] 1.23.2.1:
9092: * src/classes/string.C [autoptr] 1.125.2.1:
9093: * src/classes/table.C [autoptr] 1.172.2.2:
9094: * src/classes/void.C [autoptr] 1.28.2.1:
9095: * src/classes/xdoc.C [autoptr] 1.108.2.2:
9096: * src/classes/xnode.C [autoptr] 1.54.2.1:
9097: * src/classes/xnode.h [autoptr] 1.18.2.2:
9098: * src/include/pa_array.h [autoptr] 1.57.2.16:
9099: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
9100: * src/include/pa_charset.h [autoptr] 1.20.2.10:
9101: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
9102: * src/include/pa_common.h [autoptr] 1.89.2.7:
9103: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
9104: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
9105: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
9106: * src/include/pa_dir.h [autoptr] 1.13.2.1:
9107: * src/include/pa_exception.h [autoptr] 1.38.2.13:
9108: * src/include/pa_exec.h [autoptr] 1.11.2.3:
9109: * src/include/pa_globals.h [autoptr] 1.101.2.10:
9110: * src/include/pa_hash.h [autoptr] 1.58.2.10:
9111: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
9112: * src/include/pa_operation.h [autoptr] 1.1.2.4:
9113: * src/include/pa_pool.h [autoptr] 1.86.2.22:
9114: * src/include/pa_request.h [autoptr] 1.160.2.9:
9115: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
9116: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
9117: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
9118: * src/include/pa_socks.h [autoptr] 1.11.2.2:
9119: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
9120: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
9121: * src/include/pa_stack.h [autoptr] 1.17.2.3:
9122: * src/include/pa_string.h [autoptr] 1.144.2.18:
9123: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
9124: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
9125: * src/include/pa_table.h [autoptr] 1.48.2.9:
9126: * src/include/pa_threads.h [autoptr] 1.26.2.1:
9127: * src/include/pa_types.h [autoptr] 1.44.2.2:
9128: * src/include/pa_uue.h [autoptr] 1.4.2.3:
9129: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
9130: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
9131: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
9132: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
9133: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
9134: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
9135: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
9136: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
9137: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
9138: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
9139: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
9140: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
9141: * src/main/compile.C [autoptr] 1.69.2.4:
9142: * src/main/compile.tab.C [autoptr] 1.81.2.4:
9143: * src/main/compile.y [autoptr] 1.204.2.3:
9144: * src/main/compile_tools.C [autoptr] 1.54.2.4:
9145: * src/main/compile_tools.h [autoptr] 1.67.2.6:
9146: * src/main/execute.C [autoptr] 1.295.2.4:
9147: * src/main/main.dsp [autoptr] 1.161.6.8:
9148: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
9149: * src/main/pa_charset.C [autoptr] 1.33.2.6:
9150: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
9151: * src/main/pa_common.C [autoptr] 1.143.2.10:
9152: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
9153: * src/main/pa_dir.C [autoptr] 1.14.2.2:
9154: * src/main/pa_exception.C [autoptr] 1.43.2.10:
9155: * src/main/pa_exec.C [autoptr] 1.48.2.5:
9156: * src/main/pa_globals.C [autoptr] 1.152.2.10:
9157: * src/main/pa_pool.C [autoptr] 1.59.2.3:
9158: * src/main/pa_request.C [autoptr] 1.245.2.5:
9159: * src/main/pa_socks.C [autoptr] 1.18.2.3:
9160: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
9161: * src/main/pa_string.C [autoptr] 1.172.2.11:
9162: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
9163: * src/main/pa_table.C [autoptr] 1.53.2.8:
9164: * src/main/pa_uue.C [autoptr] 1.4.2.4:
9165: * src/main/untaint.C [autoptr] 1.115.2.6:
9166: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
9167: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
9168: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
9169: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
9170: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
9171: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
9172: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
9173: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
9174: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
9175: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
9176: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
9177: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
9178: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
9179: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
9180: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
9181: * src/types/pa_value.C [autoptr] 1.9.2.7:
9182: * src/types/pa_value.h [autoptr] 1.109.2.14:
9183: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
9184: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
9185: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
9186: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
9187: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
9188: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
9189: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
9190: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
9191: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
9192: * src/types/pa_venv.h [autoptr] 1.28.2.3:
9193: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
9194: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
9195: * src/types/pa_vform.C [autoptr] 1.74.2.3:
9196: * src/types/pa_vform.h [autoptr] 1.45.2.5:
9197: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
9198: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
9199: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
9200: * src/types/pa_vint.h [autoptr] 1.38.2.6:
9201: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
9202: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
9203: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
9204: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
9205: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
9206: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
9207: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
9208: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
9209: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
9210: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
9211: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
9212: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
9213: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
9214: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
9215: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
9216: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
9217: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
9218: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
9219: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
9220: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
9221: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
9222: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
9223: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
9224: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
9225: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
9226: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
9227: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
9228: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
9229: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
9230: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
9231: grammar compiled
9232:
9233: * src/classes/op.C [autoptr] 1.127.2.6:
9234: * src/classes/string.C [autoptr] 1.125.2.2:
9235: * src/include/pa_common.h [autoptr] 1.89.2.8:
9236: * src/include/pa_globals.h [autoptr] 1.101.2.11:
9237: * src/include/pa_request.h [autoptr] 1.160.2.10:
9238: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
9239: * src/main/compile.tab.C [autoptr] 1.81.2.5:
9240: * src/main/compile.y [autoptr] 1.204.2.4:
9241: * src/main/execute.C [autoptr] 1.295.2.5:
9242: * src/main/main.dsp [autoptr] 1.161.6.9:
9243: * src/main/pa_common.C [autoptr] 1.143.2.11:
9244: * src/main/pa_globals.C [autoptr] 1.152.2.11:
9245: * src/main/pa_request.C [autoptr] 1.245.2.6:
9246: * src/types/pa_value.h [autoptr] 1.109.2.15:
9247: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
9248: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
9249: * src/types/pa_vform.h [autoptr] 1.45.2.6:
9250: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
9251: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
9252: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
9253: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
9254: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
9255: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
9256: * src/types/types.dsp [autoptr] 1.35.10.4:
9257: most pa_request compiled
9258:
9259: * src/include/pa_array.h [autoptr] 1.57.2.17:
9260: * src/include/pa_operation.h [autoptr] 1.1.2.5:
9261: * src/include/pa_request.h [autoptr] 1.160.2.12:
9262: * src/main/execute.C [autoptr] 1.295.2.6:
9263: * src/main/main.dsp [autoptr] 1.161.6.10:
9264: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
9265: started last file from main library: execute
9266:
9267: * src/include/pa_request.h [autoptr] 1.160.2.11:
9268: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
9269: * src/main/compile.tab.C [autoptr] 1.81.2.6:
9270: * src/main/compile.y [autoptr] 1.204.2.5:
9271: * src/main/compile_tools.h [autoptr] 1.67.2.7:
9272: * src/main/pa_request.C [autoptr] 1.245.2.7:
9273: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
9274: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
9275: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
9276: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
9277: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
9278: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
9279: pa_request compiled
9280:
9281: * src/classes/classes.h [autoptr] 1.23.2.6:
9282: * src/classes/op.C [autoptr] 1.127.2.4:
9283: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
9284: * src/include/pa_charset.h [autoptr] 1.20.2.9:
9285: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
9286: * src/include/pa_common.h [autoptr] 1.89.2.6:
9287: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
9288: * src/include/pa_exception.h [autoptr] 1.38.2.12:
9289: * src/include/pa_exec.h [autoptr] 1.11.2.2:
9290: * src/include/pa_pool.h [autoptr] 1.86.2.21:
9291: * src/include/pa_request.h [autoptr] 1.160.2.8:
9292: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
9293: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
9294: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
9295: * src/include/pa_string.h [autoptr] 1.144.2.17:
9296: * src/include/pa_table.h [autoptr] 1.48.2.8:
9297: * src/include/pa_uue.h [autoptr] 1.4.2.2:
9298: * src/main/compile.C [autoptr] 1.69.2.3:
9299: * src/main/compile.tab.C [autoptr] 1.81.2.3:
9300: * src/main/compile_tools.C [autoptr] 1.54.2.3:
9301: * src/main/compile_tools.h [autoptr] 1.67.2.5:
9302: * src/main/main.dsp [autoptr] 1.161.6.7:
9303: * src/main/pa_charset.C [autoptr] 1.33.2.5:
9304: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
9305: * src/main/pa_common.C [autoptr] 1.143.2.9:
9306: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
9307: * src/main/pa_exception.C [autoptr] 1.43.2.9:
9308: * src/main/pa_exec.C [autoptr] 1.48.2.4:
9309: * src/main/pa_request.C [autoptr] 1.245.2.4:
9310: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
9311: * src/main/pa_string.C [autoptr] 1.172.2.10:
9312: * src/main/pa_table.C [autoptr] 1.53.2.7:
9313: * src/main/pa_uue.C [autoptr] 1.4.2.3:
9314: * src/main/untaint.C [autoptr] 1.115.2.5:
9315: * src/types/pa_value.C [autoptr] 1.9.2.6:
9316: * src/types/pa_value.h [autoptr] 1.109.2.13:
9317: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
9318: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
9319: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
9320: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
9321: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
9322: * src/types/pa_venv.h [autoptr] 1.28.2.2:
9323: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
9324: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
9325: * src/types/pa_vform.h [autoptr] 1.45.2.4:
9326: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
9327: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
9328: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
9329: * src/types/pa_vint.h [autoptr] 1.38.2.5:
9330: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
9331: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
9332: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
9333: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
9334: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
9335: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
9336: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
9337: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
9338: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
9339: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
9340: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
9341: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
9342: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
9343: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
9344: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
9345: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
9346: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
9347: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
9348: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
9349: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
9350: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
9351: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
9352: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
9353: ConstStringPtr died, long live StringPtr
9354:
9355: 2003-01-30 paf
9356: * src/classes/classes.h [autoptr] 1.23.2.5:
9357: * src/include/pa_pool.h [autoptr] 1.86.2.20:
9358: * src/main/compile.C [autoptr] 1.69.2.2:
9359: * src/main/compile.tab.C [autoptr] 1.81.2.1:
9360: * src/types/pa_value.h [autoptr] 1.109.2.12:
9361: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
9362: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
9363: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
9364: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
9365: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
9366: * src/types/types.dsp [autoptr] 1.35.10.3:
9367: vstateless_class compiled
9368:
9369: * src/include/pa_charset.h [autoptr] 1.20.2.8:
9370: * src/include/pa_request.h [autoptr] 1.160.2.7:
9371: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
9372: * src/main/compile.tab.C [autoptr] 1.81.2.2:
9373: * src/main/compile.y [autoptr] 1.204.2.2:
9374: * src/main/compile_tools.h [autoptr] 1.67.2.4:
9375: * src/main/pa_request.C [autoptr] 1.245.2.3:
9376: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
9377: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
9378: grammar compiled
9379:
9380: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
9381: * src/main/compile_tools.h [autoptr] 1.67.2.1:
9382: * src/main/execute.C [autoptr] 1.295.2.3:
9383: * src/main/main.dsp [autoptr] 1.161.6.6:
9384: * src/types/pa_value.C [autoptr] 1.9.2.5:
9385: * src/types/pa_value.h [autoptr] 1.109.2.11:
9386: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
9387: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
9388: value compiled
9389:
9390: * src/types/pa_vmethod_frame.C 1.1:
9391: file pa_vmethod_frame.C was initially added on branch autoptr.
9392:
9393: * src/include/pa_array.h [autoptr] 1.57.2.15:
9394: * src/include/pa_operation.h [autoptr] 1.1.2.3:
9395: * src/include/pa_table.h [autoptr] 1.48.2.7:
9396: * src/main/compile_tools.C [autoptr] 1.54.2.2:
9397: * src/main/compile_tools.h [autoptr] 1.67.2.3:
9398: * src/main/pa_table.C [autoptr] 1.53.2.6:
9399: compile_tools compiled
9400:
9401: * src/main/compile.C [autoptr] 1.69.2.1:
9402: compile compiled
9403:
9404: * ltmain.sh 1.5:
9405: *** empty log message ***
9406:
9407: * src/include/pa_operation.h [autoptr] 1.1.2.2:
9408: * src/main/compile.y [autoptr] 1.204.2.1:
9409: * src/main/compile_tools.C [autoptr] 1.54.2.1:
9410: * src/main/compile_tools.h [autoptr] 1.67.2.2:
9411: started compile_tools. vagues ideas of how to free compiled code
9412:
9413: * src/include/pa_operation.h 1.1:
9414: file pa_operation.h was initially added on branch autoptr.
9415:
9416: 2003-01-29 paf
9417: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
9418: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
9419: * src/main/main.dsp [autoptr] 1.161.6.5:
9420: * src/main/untaint.C [autoptr] 1.115.2.4:
9421: more compiled
9422:
9423: * src/include/pa_globals.h [autoptr] 1.101.2.9:
9424: * src/include/pa_request.h [autoptr] 1.160.2.6:
9425: * src/main/pa_globals.C [autoptr] 1.152.2.9:
9426: * src/main/pa_request.C [autoptr] 1.245.2.2:
9427: * src/types/pa_value.h [autoptr] 1.109.2.10:
9428: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
9429: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
9430: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
9431: * src/types/types.dsp [autoptr] 1.35.10.2:
9432: vmethodframe, pa_request.h compiled
9433:
9434: * src/classes/file.C [autoptr] 1.107.2.2:
9435: * src/include/pa_globals.h [autoptr] 1.101.2.8:
9436: * src/main/pa_globals.C [autoptr] 1.152.2.8:
9437: * src/types/pa_value.C [autoptr] 1.9.2.4:
9438: * src/types/pa_value.h [autoptr] 1.109.2.9:
9439: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
9440: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
9441: vfile compiled
9442:
9443: * src/classes/classes.h [autoptr] 1.23.2.3:
9444: * src/classes/math.C [autoptr] 1.24.2.1:
9445: * src/include/pa_pool.h [autoptr] 1.86.2.17:
9446: * src/include/pa_request.h [autoptr] 1.160.2.3:
9447: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
9448: * src/include/pa_string.h [autoptr] 1.144.2.13:
9449: * src/main/main.dsp [autoptr] 1.161.6.3:
9450: * src/types/pa_value.h [autoptr] 1.109.2.5:
9451: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
9452: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
9453: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
9454: * src/types/pa_venv.h [autoptr] 1.28.2.1:
9455: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
9456: * src/types/pa_vform.C [autoptr] 1.74.2.1:
9457: * src/types/pa_vform.h [autoptr] 1.45.2.1:
9458: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
9459: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
9460: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
9461: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
9462: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
9463: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
9464: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
9465: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
9466: * src/types/types.dsp [autoptr] 1.35.10.1:
9467: vmath compiled
9468:
9469: * src/types/pa_vmath.C 1.1:
9470: file pa_vmath.C was initially added on branch autoptr.
9471:
9472: * src/include/pa_common.h [autoptr] 1.89.2.5:
9473: * src/include/pa_globals.h [autoptr] 1.101.2.7:
9474: * src/include/pa_string.h [autoptr] 1.144.2.16:
9475: * src/main/pa_globals.C [autoptr] 1.152.2.7:
9476: * src/types/pa_value.C [autoptr] 1.9.2.3:
9477: * src/types/pa_value.h [autoptr] 1.109.2.8:
9478: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
9479: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
9480: * src/types/pa_vform.C [autoptr] 1.74.2.2:
9481: * src/types/pa_vform.h [autoptr] 1.45.2.3:
9482: vcookie compiled
9483:
1.39 ! paf 9484: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
! 9485: libltdl compiled without warnings now
! 9486:
1.22 paf 9487: * src/include/pa_request_info.h 1.1:
9488: file pa_request_info.h was initially added on branch autoptr.
9489:
9490: * src/include/pa_array.h [autoptr] 1.57.2.14:
9491: * src/include/pa_exception.h [autoptr] 1.38.2.11:
9492: * src/include/pa_pool.h [autoptr] 1.86.2.19:
9493: * src/main/pa_exception.C [autoptr] 1.43.2.8:
9494: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
9495: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
9496: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
9497: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
9498: gd compiled
9499:
9500: * src/include/pa_exception.h [autoptr] 1.38.2.10:
9501: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
9502: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
9503: * src/main/pa_common.C [autoptr] 1.143.2.8:
9504: * src/main/pa_dir.C [autoptr] 1.14.2.1:
9505: * src/main/pa_exception.C [autoptr] 1.43.2.7:
9506: * src/main/pa_exec.C [autoptr] 1.48.2.3:
9507: * src/main/pa_pool.C [autoptr] 1.59.2.2:
9508: * src/main/pa_socks.C [autoptr] 1.18.2.2:
9509: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
9510: * src/main/pa_string.C [autoptr] 1.172.2.9:
9511: * src/main/pa_uue.C [autoptr] 1.4.2.2:
9512: #include "pa_value_includes.h"
9513: everywhere in main
9514:
9515: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
9516: * src/include/pa_request.h [autoptr] 1.160.2.5:
9517: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
9518: * src/include/pa_string.h [autoptr] 1.144.2.15:
9519: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
9520: * src/types/pa_value.h [autoptr] 1.109.2.7:
9521: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
9522: * src/types/pa_vform.h [autoptr] 1.45.2.2:
9523: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
9524: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
9525: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
9526: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
9527: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
9528: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
9529: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
9530: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
9531: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
9532: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
9533: vrequest compiled
9534:
9535: * src/types/pa_value_includes.h 1.1:
9536: file pa_value_includes.h was initially added on branch autoptr.
9537:
9538: * src/classes/classes.h [autoptr] 1.23.2.4:
9539: * src/include/pa_charset.h [autoptr] 1.20.2.7:
9540: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
9541: * src/include/pa_globals.h [autoptr] 1.101.2.6:
9542: * src/include/pa_pool.h [autoptr] 1.86.2.18:
9543: * src/include/pa_request.h [autoptr] 1.160.2.4:
9544: * src/include/pa_string.h [autoptr] 1.144.2.14:
9545: * src/main/main.dsp [autoptr] 1.161.6.4:
9546: * src/main/pa_charset.C [autoptr] 1.33.2.4:
9547: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
9548: * src/main/pa_globals.C [autoptr] 1.152.2.6:
9549: * src/main/untaint.C [autoptr] 1.115.2.3:
9550: * src/types/pa_value.h [autoptr] 1.109.2.6:
9551: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
9552: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
9553: * src/types/pa_vint.h [autoptr] 1.38.2.4:
9554: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
9555: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
9556: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
9557: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
9558: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
9559: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
9560: vrequest,vdouble,vint compiled
9561:
9562: * src/include/pa_request_charsets.h 1.1:
9563: file pa_request_charsets.h was initially added on branch
9564: autoptr.
9565:
9566: 2003-01-28 paf
9567: * src/include/pa_charset.h [autoptr] 1.20.2.6:
9568: * src/include/pa_exception.h [autoptr] 1.38.2.9:
9569: * src/include/pa_request.h [autoptr] 1.160.2.2:
9570: * src/include/pa_string.h [autoptr] 1.144.2.12:
9571: * src/main/untaint.C [autoptr] 1.115.2.2:
9572: untaint compiled
9573:
9574: * src/include/pa_charset.h [autoptr] 1.20.2.5:
9575: * src/main/pa_charset.C [autoptr] 1.33.2.3:
9576: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
9577: charset/s simplified [charset::pool_for_load introduced]
9578:
9579: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
9580: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
9581: * src/main/pa_globals.C [autoptr] 1.152.2.5:
9582: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
9583: globals compiled
9584:
9585: * src/include/pa_array.h [autoptr] 1.57.2.11:
9586: * src/include/pa_charset.h [autoptr] 1.20.2.3:
9587: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
9588: * src/include/pa_pool.h [autoptr] 1.86.2.13:
9589: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
9590: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
9591: * src/include/pa_stack.h [autoptr] 1.17.2.2:
9592: * src/include/pa_string.h [autoptr] 1.144.2.9:
9593: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
9594: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
9595: * src/types/pa_vint.h [autoptr] 1.38.2.3:
9596: sql_driver_manager compiled
9597:
9598: * src/classes/date.C [autoptr] 1.42.2.1:
9599: * src/include/pa_charset.h [autoptr] 1.20.2.4:
9600: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
9601: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
9602: * src/include/pa_globals.h [autoptr] 1.101.2.5:
9603: * src/main/pa_charset.C [autoptr] 1.33.2.2:
9604: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
9605: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
9606: * src/main/pa_globals.C [autoptr] 1.152.2.4:
9607: * src/main/pa_request.C [autoptr] 1.245.2.1:
9608: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
9609: pa_charsets compiled
9610:
1.39 ! paf 9611: * src/include/pa_pool.h [autoptr] 1.86.2.14:
! 9612: * src/main/pa_common.C [autoptr] 1.143.2.7:
! 9613: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
! 9614: common compiled
! 9615:
1.22 paf 9616: * etc/parser3.charsets/koi8-r.cfg 1.3:
9617: * etc/parser3.charsets/windows-1251.cfg 1.7:
9618: ukranian letter i with two dots added to koi,
9619: all ukranian letters added to win1251.
9620:
9621: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
9622:
9623: * src/classes/classes.h [autoptr] 1.23.2.2:
9624: * src/classes/date.C [autoptr] 1.42.2.2:
9625: * src/classes/file.C [autoptr] 1.107.2.1:
9626: * src/classes/hash.C [autoptr] 1.54.2.1:
9627: * src/classes/image.C [autoptr] 1.90.2.2:
9628: * src/classes/table.C [autoptr] 1.172.2.1:
9629: * src/classes/xdoc.C [autoptr] 1.108.2.1:
9630: * src/classes/xnode.h [autoptr] 1.18.2.1:
9631: * src/main/execute.C [autoptr] 1.295.2.2:
9632: * src/main/main.dsp [autoptr] 1.161.6.2:
9633: * src/types/pa_value.h [autoptr] 1.109.2.4:
9634: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
9635: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
9636: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
9637: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
9638: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
9639: started main: compile_tools
9640:
9641: * src/include/pa_array.h [autoptr] 1.57.2.13:
9642: * src/include/pa_string.h [autoptr] 1.144.2.11:
9643: * src/main/execute.C [autoptr] 1.295.2.1:
9644: * src/main/untaint.C [autoptr] 1.115.2.1:
9645: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
9646: more compiled.
9647: struck with string::store_to needing to know source/client charsets
9648:
9649: * src/include/pa_exception.h [autoptr] 1.38.2.8:
9650: * src/include/pa_uue.h [autoptr] 1.4.2.1:
9651: * src/main/pa_uue.C [autoptr] 1.4.2.1:
9652: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
9653: uue compiled
9654:
9655: * src/include/pa_table.h [autoptr] 1.48.2.6:
9656: * src/main/pa_string.C [autoptr] 1.172.2.8:
9657: * src/main/pa_table.C [autoptr] 1.53.2.5:
9658: table compiled
9659:
9660: * src/include/pa_array.h [autoptr] 1.57.2.12:
9661: * src/include/pa_exec.h [autoptr] 1.11.2.1:
9662: * src/include/pa_hash.h [autoptr] 1.58.2.9:
9663: * src/include/pa_pool.h [autoptr] 1.86.2.15:
9664: * src/main/pa_exec.C [autoptr] 1.48.2.2:
9665: pa_exec win32 compiled
9666:
9667: 2003-01-27 paf
9668: * src/include/pa_array.h [autoptr] 1.57.2.9:
9669: * src/include/pa_common.h [autoptr] 1.89.2.4:
9670: * src/include/pa_hash.h [autoptr] 1.58.2.7:
9671: * src/include/pa_pool.h [autoptr] 1.86.2.9:
9672: * src/include/pa_string.h [autoptr] 1.144.2.7:
9673: * src/main/pa_common.C [autoptr] 1.143.2.4:
9674: * src/main/pa_string.C [autoptr] 1.172.2.6:
9675: * src/types/pa_value.C [autoptr] 1.9.2.2:
9676: * src/types/pa_value.h [autoptr] 1.109.2.3:
9677: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
9678: * src/types/pa_vint.h [autoptr] 1.38.2.2:
9679: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
9680: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
9681: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
9682: wcontext compiled
9683:
9684: * src/include/pa_exception.h [autoptr] 1.38.2.6:
9685: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
9686: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
9687: * src/include/pa_string.h [autoptr] 1.144.2.8:
9688: * src/main/pa_common.C [autoptr] 1.143.2.6:
9689: * src/main/pa_exec.C [autoptr] 1.48.2.1:
9690: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
9691: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
9692: paused on sql_manager
9693:
9694: * src/classes/op.C [autoptr] 1.127.2.3:
9695: * src/include/pa_globals.h [autoptr] 1.101.2.4:
9696: * src/include/pa_hash.h [autoptr] 1.58.2.8:
9697: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
9698: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
9699: * src/include/pa_table.h [autoptr] 1.48.2.5:
9700: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
9701: * src/main/pa_table.C [autoptr] 1.53.2.4:
9702: table compiled
9703:
9704: * src/include/pa_pool.h [autoptr] 1.86.2.10:
9705: * src/main/pa_common.C [autoptr] 1.143.2.5:
9706: common compiled
9707:
9708: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
9709: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
9710: cache_managers compiled
9711:
9712: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
9713: * src/include/pa_pool.h [autoptr] 1.86.2.12:
9714: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
9715: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
9716: * src/include/pa_stack.h [autoptr] 1.17.2.1:
9717: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
9718: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
9719: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
9720: vtable compiled
9721:
9722: * src/include/pa_array.h [autoptr] 1.57.2.10:
9723: * src/include/pa_charset.h [autoptr] 1.20.2.2:
9724: * src/include/pa_pool.h [autoptr] 1.86.2.11:
9725: * src/main/pa_charset.C [autoptr] 1.33.2.1:
9726: charset compiled
9727:
9728: 2003-01-24 paf
9729: * src/classes/classes.C [autoptr] 1.18.2.1:
9730: * src/classes/classes.h [autoptr] 1.23.2.1:
9731: * src/include/pa_array.h [autoptr] 1.57.2.8:
9732: * src/include/pa_common.h [autoptr] 1.89.2.3:
9733: * src/include/pa_globals.h [autoptr] 1.101.2.3:
9734: * src/include/pa_hash.h [autoptr] 1.58.2.6:
9735: * src/include/pa_pool.h [autoptr] 1.86.2.8:
9736: * src/include/pa_string.h [autoptr] 1.144.2.6:
9737: * src/main/pa_common.C [autoptr] 1.143.2.3:
9738: * src/main/pa_globals.C [autoptr] 1.152.2.3:
9739: * src/main/pa_string.C [autoptr] 1.172.2.5:
9740: * src/types/pa_value.h [autoptr] 1.109.2.2:
9741: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
9742: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
9743: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
9744: * src/types/pa_vint.h [autoptr] 1.38.2.1:
9745: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
9746: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
9747: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
9748: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
9749: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
9750: more patched
9751:
9752: * src/classes/op.C [autoptr] 1.127.2.2:
9753: * src/include/pa_array.h [autoptr] 1.57.2.7:
9754: * src/include/pa_exception.h [autoptr] 1.38.2.5:
9755: * src/include/pa_hash.h [autoptr] 1.58.2.5:
9756: * src/include/pa_pool.h [autoptr] 1.86.2.7:
9757: * src/include/pa_string.h [autoptr] 1.144.2.5:
9758: * src/include/pa_table.h [autoptr] 1.48.2.4:
9759: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
9760: * src/main/pa_exception.C [autoptr] 1.43.2.5:
9761: * src/main/pa_string.C [autoptr] 1.172.2.4:
9762: * src/main/pa_table.C [autoptr] 1.53.2.3:
9763: string compiled
9764:
9765: * src/include/pa_array.h [autoptr] 1.57.2.6:
9766: * src/include/pa_common.h [autoptr] 1.89.2.2:
9767: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
9768: * src/include/pa_exception.h [autoptr] 1.38.2.4:
9769: * src/include/pa_pool.h [autoptr] 1.86.2.6:
9770: * src/include/pa_string.h [autoptr] 1.144.2.4:
9771: * src/include/pa_table.h [autoptr] 1.48.2.3:
9772: * src/main/pa_common.C [autoptr] 1.143.2.2:
9773: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
9774: * src/main/pa_exception.C [autoptr] 1.43.2.4:
9775: * src/main/pa_string.C [autoptr] 1.172.2.3:
9776: dictionary compiled
9777:
9778: 2003-01-23 paf
9779: * src/include/pa_array.h [autoptr] 1.57.2.4:
9780: * src/include/pa_exception.h [autoptr] 1.38.2.2:
9781: * src/include/pa_hash.h [autoptr] 1.58.2.4:
9782: * src/include/pa_pool.h [autoptr] 1.86.2.4:
9783: * src/include/pa_table.h [autoptr] 1.48.2.2:
9784: * src/main/pa_exception.C [autoptr] 1.43.2.2:
9785: * src/main/pa_table.C [autoptr] 1.53.2.2:
9786: table compiled
9787:
9788: * src/include/pa_array.h [autoptr] 1.57.2.2:
9789: * src/include/pa_hash.h [autoptr] 1.58.2.2:
9790: * src/include/pa_pool.h [autoptr] 1.86.2.2:
9791: * src/main/main.dsp [autoptr] 1.161.6.1:
9792: continued with Hash
9793:
9794: * src/include/pa_array.h [autoptr] 1.57.2.5:
9795: * src/include/pa_common.h [autoptr] 1.89.2.1:
9796: * src/include/pa_exception.h [autoptr] 1.38.2.3:
9797: * src/include/pa_globals.h [autoptr] 1.101.2.2:
9798: * src/include/pa_pool.h [autoptr] 1.86.2.5:
9799: * src/include/pa_request.h [autoptr] 1.160.2.1:
9800: * src/include/pa_string.h [autoptr] 1.144.2.3:
9801: * src/main/pa_common.C [autoptr] 1.143.2.1:
9802: * src/main/pa_exception.C [autoptr] 1.43.2.3:
9803: * src/main/pa_globals.C [autoptr] 1.152.2.2:
9804: * src/types/pa_value.C [autoptr] 1.9.2.1:
9805: * src/types/pa_value.h [autoptr] 1.109.2.1:
9806: resurrected pool in new sense: now it's factory, producing
9807: accounting memory chunks for read[autofree] buffers
9808:
9809: * src/classes/image.C [autoptr] 1.90.2.1:
9810: * src/classes/op.C [autoptr] 1.127.2.1:
9811: * src/include/pa_array.h [autoptr] 1.57.2.3:
9812: * src/include/pa_exception.h [autoptr] 1.38.2.1:
9813: * src/include/pa_globals.h [autoptr] 1.101.2.1:
9814: * src/include/pa_hash.h [autoptr] 1.58.2.3:
9815: * src/include/pa_pool.h [autoptr] 1.86.2.3:
9816: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
9817: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
9818: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
9819: * src/include/pa_string.h [autoptr] 1.144.2.2:
9820: * src/include/pa_table.h [autoptr] 1.48.2.1:
9821: * src/include/pa_types.h [autoptr] 1.44.2.1:
9822: * src/main/pa_exception.C [autoptr] 1.43.2.1:
9823: * src/main/pa_globals.C [autoptr] 1.152.2.1:
9824: * src/main/pa_string.C [autoptr] 1.172.2.2:
9825: * src/main/pa_table.C [autoptr] 1.53.2.1:
9826: aint that easy
9827:
9828: * src/main/pa_common.C 1.144:
9829: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
9830: c with that stack]
9831:
9832: * src/lib/pcre/8859-1.ucm 1.1:
9833: file 8859-1.ucm was initially added on branch autoptr.
9834:
9835: 2003-01-22 paf
9836: * src/include/pa_array.h [autoptr] 1.57.2.1:
9837: * src/include/pa_charset.h [autoptr] 1.20.2.1:
9838: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
9839: * src/include/pa_hash.h [autoptr] 1.58.2.1:
9840: * src/include/pa_pool.h [autoptr] 1.86.2.1:
9841: * src/include/pa_string.h [autoptr] 1.144.2.1:
9842: * src/main/pa_array.C [autoptr] 1.54.2.1:
9843: * src/main/pa_hash.C [autoptr] 1.53.2.1:
9844: * src/main/pa_pool.C [autoptr] 1.59.2.1:
9845: * src/main/pa_string.C [autoptr] 1.172.2.1:
9846: started auto_ptr.
9847: PA_Object is base: contains references_count.
9848: auto_ptr template calls add_ref/release
9849:
9850: 2003-01-21 paf
9851: * src/classes/classes.C 1.18:
9852: * src/classes/classes.h 1.23:
9853: * src/classes/date.C 1.42:
9854: * src/classes/double.C 1.53:
9855: * src/classes/file.C 1.107:
9856: * src/classes/form.C 1.34:
9857: * src/classes/hash.C 1.54:
9858: * src/classes/image.C 1.90:
9859: * src/classes/int.C 1.49:
9860: * src/classes/mail.C 1.88:
9861: * src/classes/math.C 1.24:
9862: * src/classes/op.C 1.127:
9863: * src/classes/response.C 1.23:
9864: * src/classes/string.C 1.125:
9865: * src/classes/table.C 1.172:
9866: * src/classes/void.C 1.28:
9867: * src/classes/xdoc.C 1.108:
9868: * src/classes/xnode.C 1.54:
9869: * src/classes/xnode.h 1.18:
9870: * src/include/pa_array.h 1.57:
9871: * src/include/pa_cache_managers.h 1.9:
9872: * src/include/pa_charset.h 1.20:
9873: * src/include/pa_charsets.h 1.8:
9874: * src/include/pa_common.h 1.89:
9875: * src/include/pa_config_fixed.h 1.54:
9876: * src/include/pa_config_includes.h 1.23:
9877: * src/include/pa_dictionary.h 1.13:
9878: * src/include/pa_dir.h 1.13:
9879: * src/include/pa_exception.h 1.38:
9880: * src/include/pa_exec.h 1.11:
9881: * src/include/pa_globals.h 1.101:
9882: * src/include/pa_hash.h 1.58:
9883: * src/include/pa_opcode.h 1.24:
9884: * src/include/pa_pool.h 1.86:
9885: * src/include/pa_pragma_pack_begin.h 1.6:
9886: * src/include/pa_pragma_pack_end.h 1.6:
9887: * src/include/pa_request.h 1.160:
9888: * src/include/pa_sapi.h 1.22:
9889: * src/include/pa_socks.h 1.11:
9890: * src/include/pa_sql_connection.h 1.30:
9891: * src/include/pa_sql_driver_manager.h 1.26:
9892: * src/include/pa_stack.h 1.17:
9893: * src/include/pa_string.h 1.144:
9894: * src/include/pa_stylesheet_connection.h 1.32:
9895: * src/include/pa_stylesheet_manager.h 1.15:
9896: * src/include/pa_table.h 1.48:
9897: * src/include/pa_threads.h 1.26:
9898: * src/include/pa_types.h 1.44:
9899: * src/include/pa_uue.h 1.4:
9900: * src/lib/md5/pa_md5.h 1.5:
9901: * src/lib/md5/pa_md5c.c 1.6:
9902: * src/lib/pcre/pcre_parser_ctype.c 1.3:
9903: * src/main/compile.C 1.69:
9904: * src/main/compile.tab.C 1.80:
9905: * src/main/compile.y 1.204:
9906: * src/main/compile_tools.C 1.54:
9907: * src/main/compile_tools.h 1.67:
9908: * src/main/execute.C 1.295:
9909: * src/main/pa_array.C 1.54:
9910: * src/main/pa_cache_managers.C 1.7:
9911: * src/main/pa_charset.C 1.33:
9912: * src/main/pa_charsets.C 1.11:
9913: * src/main/pa_common.C 1.143:
9914: * src/main/pa_dictionary.C 1.17:
9915: * src/main/pa_dir.C 1.14:
9916: * src/main/pa_exception.C 1.43:
9917: * src/main/pa_exec.C 1.48:
9918: * src/main/pa_globals.C 1.152:
9919: * src/main/pa_hash.C 1.53:
9920: * src/main/pa_pool.C 1.59:
9921: * src/main/pa_request.C 1.245:
9922: * src/main/pa_socks.C 1.18:
9923: * src/main/pa_sql_driver_manager.C 1.69:
9924: * src/main/pa_string.C 1.172:
9925: * src/main/pa_stylesheet_manager.C 1.16:
9926: * src/main/pa_table.C 1.53:
9927: * src/main/pa_uue.C 1.4:
9928: * src/main/untaint.C 1.115:
9929: * src/sql/pa_sql_driver.h 1.34:
9930: * src/targets/apache13/mod_parser3.C 1.28:
9931: * src/targets/apache13/pa_md5c.c 1.5:
9932: * src/targets/apache13/pa_pool.C 1.8:
9933: * src/targets/apache13/pa_threads.C 1.11:
9934: * src/targets/cgi/pa_pool.C 1.41:
9935: * src/targets/cgi/pa_threads.C 1.12:
9936: * src/targets/cgi/parser3.C 1.216:
9937: * src/targets/cgi/pool_storage.h 1.13:
9938: * src/targets/isapi/pa_pool.C 1.16:
9939: * src/targets/isapi/pa_threads.C 1.13:
9940: * src/targets/isapi/parser3isapi.C 1.82:
9941: * src/targets/isapi/pool_storage.h 1.19:
9942: * src/types/pa_value.C 1.9:
9943: * src/types/pa_value.h 1.109:
9944: * src/types/pa_vbool.h 1.21:
9945: * src/types/pa_vclass.C 1.16:
9946: * src/types/pa_vclass.h 1.39:
9947: * src/types/pa_vcode_frame.h 1.24:
9948: * src/types/pa_vcookie.C 1.55:
9949: * src/types/pa_vcookie.h 1.23:
9950: * src/types/pa_vdate.h 1.24:
9951: * src/types/pa_vdouble.h 1.42:
9952: * src/types/pa_venv.h 1.28:
9953: * src/types/pa_vfile.C 1.36:
9954: * src/types/pa_vfile.h 1.52:
9955: * src/types/pa_vform.C 1.74:
9956: * src/types/pa_vform.h 1.45:
9957: * src/types/pa_vhash.h 1.43:
9958: * src/types/pa_vimage.C 1.22:
9959: * src/types/pa_vimage.h 1.34:
9960: * src/types/pa_vint.h 1.38:
9961: * src/types/pa_vjunction.h 1.19:
9962: * src/types/pa_vmail.C 1.40:
9963: * src/types/pa_vmail.h 1.9:
9964: * src/types/pa_vmath.h 1.14:
9965: * src/types/pa_vmethod_frame.h 1.45:
9966: * src/types/pa_vobject.C 1.12:
9967: * src/types/pa_vobject.h 1.38:
9968: * src/types/pa_vrequest.C 1.27:
9969: * src/types/pa_vrequest.h 1.25:
9970: * src/types/pa_vresponse.C 1.17:
9971: * src/types/pa_vresponse.h 1.32:
9972: * src/types/pa_vstateless_class.C 1.19:
9973: * src/types/pa_vstateless_class.h 1.42:
9974: * src/types/pa_vstateless_object.h 1.28:
9975: * src/types/pa_vstatus.C 1.15:
9976: * src/types/pa_vstatus.h 1.15:
9977: * src/types/pa_vstring.C 1.22:
9978: * src/types/pa_vstring.h 1.54:
9979: * src/types/pa_vtable.C 1.21:
9980: * src/types/pa_vtable.h 1.48:
9981: * src/types/pa_vvoid.h 1.17:
9982: * src/types/pa_vxdoc.C 1.23:
9983: * src/types/pa_vxdoc.h 1.31:
9984: * src/types/pa_vxnode.C 1.30:
9985: * src/types/pa_vxnode.h 1.22:
9986: * src/types/pa_wcontext.C 1.24:
9987: * src/types/pa_wcontext.h 1.42:
9988: * src/types/pa_wwrapper.h 1.28:
9989: 2002->2003
9990:
9991: 2003-01-16 paf
9992: * operators.txt 1.108:
9993: * src/include/pa_config_fixed.h 1.53:
9994: * src/main/pa_common.C 1.141:
9995: * www/htdocs/index.html 1.208:
9996: http request now return status. and not fail on status!=200
9997:
9998: * operators.txt 1.109:
9999: * src/include/pa_globals.h 1.100:
10000: * src/main/pa_common.C 1.142:
10001: * src/main/pa_globals.C 1.151:
10002: * www/htdocs/index.html 1.209:
10003: http://
10004: introducing
10005: $.any-status(1)
10006:
10007: * www/htdocs/index.html 1.210:
10008: image.copy fixed transparent resampling
10009:
10010: * bin/Makefile.in 1.9:
10011: * etc/Makefile.in 1.14:
10012: * etc/parser3.charsets/Makefile.in 1.17:
10013: * src/Makefile.in 1.55:
10014: * src/classes/Makefile.in 1.53:
10015: * src/include/Makefile.in 1.11:
10016: * src/lib/Makefile.in 1.8:
10017: * src/lib/md5/Makefile.in 1.6:
10018: * src/lib/patches/Makefile.in 1.10:
10019: * src/lib/pcre/Makefile.in 1.8:
10020: * src/main/Makefile.in 1.50:
10021: * src/sql/Makefile.in 1.11:
10022: * src/targets/Makefile.in 1.42:
10023: * src/targets/cgi/Makefile.in 1.62:
10024: * src/targets/isapi/Makefile.in 1.11:
10025: * src/types/Makefile.in 1.50:
10026: proper AC_LANG_ switching to fix qsort detection bug
10027:
10028: 2003-01-15 paf
10029: * src/main/pa_globals.C 1.150:
10030: localized pa_xmlFileRead/Close
10031:
10032: 2003-01-14 paf
10033: * src/lib/ltdl/config.guess 1.2:
10034: * src/lib/ltdl/config.sub 1.2:
10035: * src/lib/ltdl/install-sh 1.2:
10036: * src/lib/ltdl/missing 1.2:
10037: * src/lib/ltdl/mkinstalldirs 1.2:
10038: removed some ancient files [they in / really]
10039:
10040: * src/lib/ltdl/config_fixed.h 1.2:
10041: * src/lib/ltdl/libltdl.dsp 1.3:
10042: * src/lib/ltdl/ltdl.c 1.3:
10043: ltdl.c regretfully needed patch in two places.
10044: in config_fixed.h made stubs for lib to compile in MSVC
10045:
10046: * src/lib/ltdl/aclocal.m4 1.1:
10047: *** empty log message ***
10048:
10049: 2003-01-13 paf
10050: * config.guess 1.3:
10051: * config.sub 1.4:
10052: * ltmain.sh 1.4:
10053: * src/targets/apache13/Makefile.in 1.44:
10054: removed last piece of configure.in(libtool) hacks
10055:
10056: * src/lib/ltdl/COPYING.LIB 1.1:
10057: * src/lib/ltdl/Makefile.in 1.4:
10058: * src/lib/ltdl/acinclude.m4 1.2:
10059: * src/lib/ltdl/config.h 1.2:
10060: * src/lib/ltdl/config_auto.h.in 1.3:
10061: * src/lib/ltdl/configure 1.4:
10062: * src/lib/ltdl/configure.in 1.4:
10063: * src/lib/ltdl/libltdl.dsp 1.2:
10064: * src/lib/ltdl/ltdl.c 1.2:
10065: * src/lib/ltdl/ltdl.h 1.2:
10066: moved to latest libtool (1.4.3)
10067:
10068: 2003-01-10 paf
10069: * src/lib/patches/Makefile.am 1.3:
10070: * src/lib/patches/Makefile.in 1.9:
10071: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
10072: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
10073: * src/lib/patches/libgdome_morestatic.patch 1.2:
10074: * src/lib/patches/libxml_error_column_tab.patch 1.2:
10075: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
10076: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
10077: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
10078: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
10079: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
10080: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
10081: * src/main/pa_globals.C 1.149:
10082: moved to latest xml lib versions, changed patches.
10083: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
10084: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
10085: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
10086:
10087: * INSTALL 1.31:
10088: moved to latest versions of xml libs
10089: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
10090: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
10091: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
10092:
10093: * src/lib/patches/libxml2.patch 1.1:
10094: moved to libxml2 2.5.1, only these patches left:
10095: * fixing \t chars to spaces in error position reporting
10096: * adding context to conversion functions
10097:
10098: * src/lib/patches/gdome2.patch 1.1:
10099: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
10100: Paolo said that he would incorporate this patch in upcoming version of gdome.
10101:
10102: * src/lib/ltdl/configure 1.3:
10103: * src/lib/ltdl/configure.in 1.3:
10104: PROG_NM
10105:
10106: * src/lib/patches/libxslt.patch 1.1:
10107: moved to libxslt 1.0.23. still need a patch which suppresses
10108: htmlSetMetaEncoding calls
10109:
10110: 2003-01-09 paf
10111: * bin/Makefile.in 1.8:
10112: * config.guess 1.2:
10113: * config.sub 1.3:
10114: * etc/Makefile.in 1.13:
10115: * etc/parser3.charsets/Makefile.in 1.16:
10116: * missing 1.2:
10117: * mkinstalldirs 1.2:
10118: * src/Makefile.in 1.54:
10119: * src/classes/Makefile.in 1.52:
10120: * src/include/Makefile.in 1.10:
10121: * src/include/pa_config_auto.h.in 1.37:
10122: * src/lib/Makefile.in 1.7:
10123: * src/lib/ltdl/Makefile.in 1.3:
10124: * src/lib/ltdl/config_auto.h.in 1.2:
10125: * src/lib/ltdl/configure 1.2:
10126: * src/lib/ltdl/configure.in 1.2:
10127: * src/lib/md5/Makefile.in 1.5:
10128: * src/lib/patches/Makefile.in 1.8:
10129: * src/lib/pcre/Makefile.in 1.7:
10130: * src/main/Makefile.in 1.49:
10131: * src/sql/Makefile.in 1.10:
10132: * src/targets/Makefile.in 1.41:
10133: * src/targets/apache13/Makefile.in 1.43:
10134: * src/targets/cgi/Makefile.am 1.46:
10135: * src/targets/cgi/Makefile.in 1.61:
10136: * src/targets/isapi/Makefile.in 1.10:
10137: * src/types/Makefile.in 1.49:
10138: moved to autoconf 2.57 & automake 1.7.2
10139:
10140: * depcomp 1.1:
10141: moving to automake 1.7.2
10142:
10143: * INSTALL 1.30:
10144: xml,xslt,gdome lib urls updated
10145:
10146: * Makefile.am 1.30:
10147: * Makefile.in 1.44:
10148: * src/lib/ltdl/missing 1.1:
10149: * src/lib/ltdl/mkinstalldirs 1.1:
10150: *** empty log message ***
10151:
1.21 paf 10152: 2002-12-27 paf
10153: * src/doc/aliased.dox 1.5:
10154: * src/doc/index.dox 1.4:
10155: * src/doc/module.dox 1.4:
10156: * src/doc/pooled.dox 1.4:
10157: * www/htdocs/index.html 1.207:
10158: removed outdated parts, made links to language docs
10159:
10160: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
10161: 0007
10162:
10163: * src/include/pa_config_auto.h.in 1.36:
10164: comment
10165:
10166: 2002-12-26 paf
10167: * INSTALL 1.29:
10168: * src/include/pa_config_auto.h.in 1.35:
10169: * src/main/pa_common.C 1.140:
10170: * src/main/pa_exec.C 1.47:
10171: changing SAFE_MODE politics
10172:
10173: * src/classes/file.C 1.106:
10174: file:fullpath[a.gif] when document root did not contain
10175: trailing / fixed.
10176:
10177: 2002-12-25 paf
10178: * src/main/pa_globals.C 1.147:
10179: optimized-as-is
10180:
10181: * src/main/pa_globals.C 1.148:
10182: optimized-xml
10183:
10184: 2002-12-24 paf
10185: * src/main/pa_common.C 1.139:
10186: * src/main/pa_pool.C 1.58:
10187: pool::copy on zero size|ptr fixed [were really called with zero
10188: size when .html?a=&b=]
10189:
10190: * src/main/pa_exec.C 1.46:
10191: * www/htdocs/index.html 1.206:
10192: fork/pipe error now [old always-pipe-error fixed]
10193:
10194: * src/classes/mail.C 1.86:
10195: $MAIL in @conf now invalid when configured with --with-sendmail
10196:
10197: 2002-12-23 paf
10198: * src/types/pa_vcookie.C 1.54:
10199: cookie:field[put value] fixed [were ignoring parameters & were
10200: storing only string with default expires
10201:
10202: * src/main/pa_charset.C 1.32:
10203: From: "Victor Fedoseev" <vvf_ru@mail.ru>
10204: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
10205: Sent: Monday, December 23, 2002 4:22 AM
1.39 ! paf 10206: Subject: bug ? Charset::transcode_buf2xchar
1.21 paf 10207:
10208: 2002-12-20 paf
10209: * src/targets/cgi/parser3.C 1.215:
10210: removed last \n appending in non-win32 non-cgi [script] runs
10211:
10212: 2002-12-19 paf
10213: * operators.txt 1.107:
10214: * src/include/pa_globals.h 1.99:
10215: * src/include/pa_request.h 1.159:
10216: * src/main/pa_globals.C 1.146:
10217: * src/main/pa_request.C 1.244:
10218: * www/htdocs/index.html 1.205:
10219: $response:download
10220:
10221: * src/classes/mail.C 1.85:
10222: 'to' check bugfix [now checked only on ms compiler [win32]].
10223:
10224: * INSTALL 1.28:
10225: --without-iconv recommended [it crashes on some systems [tested on elik]]
10226: moreover, it's not needed there [parser registers charsets itself]
10227:
10228: * INSTALL 1.27:
10229: -without-iconv recommended [it crashes on some systems [tested
10230: on elik]]
10231:
10232: 2002-12-18 paf
10233: * src/classes/xdoc.C 1.107:
10234: doc->URL on xdoc.load set correctly now
10235:
10236: 2002-12-17 paf
10237: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
10238: 1. on win32 in die: abort() reverted to exit(1)
10239: 2. more flexible iilegal call check
10240:
10241: * src/targets/cgi/parser3.C 1.214:
10242: merged die&iis changes
10243:
10244: 2002-12-16 paf
10245: * src/main/untaint.C 1.114:
10246: filespec russian small 'r' changed to latin 'p' bug fix
10247:
10248: * Makefile.in 1.38:
10249: ltmain.sh silly required for stupid automake added
10250:
10251: * ltmain.sh 1.3:
10252: *** empty log message ***
10253:
10254: * ltmain.sh [release_3_0_0006] 1.2.2.1:
10255: some automakes silly insist on having this handy
10256:
1.20 paf 10257: 2002-12-15 paf
1.21 paf 10258: * src/main/untaint.C 1.113:
10259: filespec russian small 'r' changed to latin 'p'
10260:
10261: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
10262: ftruncate having checked
10263:
10264: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
10265: removed warning
10266:
1.20 paf 10267: * configure.in [release_3_0_0006] 1.52.2.1:
10268: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
10269: new version
10270:
1.21 paf 10271: * configure.in [release_3_0_0006] 1.52.2.2:
10272: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
10273: *** empty log message ***
10274:
10275: * configure.in 1.53:
10276: * src/include/pa_config_auto.h.in 1.34:
10277: * src/main/compile.C 1.68:
10278: * src/main/pa_common.C 1.138:
10279: merged small changes from branch 6 to HEAD
10280:
1.20 paf 10281: 2002-12-14 paf
10282: * src/sql/pa_sql_driver.h 1.33:
10283: * www/htdocs/index.html 1.204:
10284: exception type fixed
10285:
10286: * src/classes/table.C 1.171:
10287: removed unnecessary code
10288:
10289: 2002-12-09 paf
10290: * src/classes/hash.C 1.53:
10291: * src/classes/string.C 1.124:
10292: * src/classes/table.C 1.170:
10293: * src/classes/void.C 1.27:
10294: * src/main/pa_sql_driver_manager.C 1.68:
10295: * src/sql/pa_sql_driver.h 1.32:
10296: changed exception handling mech in sql handlers #2
10297:
10298: * bin/Makefile.in 1.7:
10299: * configure.in 1.52:
10300: * etc/Makefile.in 1.12:
10301: * etc/parser3.charsets/Makefile.in 1.15:
10302: * src/Makefile.in 1.53:
10303: * src/classes/Makefile.in 1.51:
10304: * src/include/Makefile.in 1.9:
10305: * src/lib/Makefile.in 1.6:
10306: * src/lib/ltdl/Makefile.in 1.2:
10307: * src/lib/md5/Makefile.in 1.4:
10308: * src/lib/patches/Makefile.in 1.7:
10309: * src/lib/pcre/Makefile.in 1.6:
10310: * src/main/Makefile.in 1.48:
10311: * src/sql/Makefile.in 1.9:
10312: * src/targets/Makefile.in 1.40:
10313: * src/targets/apache13/Makefile.in 1.42:
10314: * src/targets/cgi/Makefile.in 1.60:
10315: * src/targets/isapi/Makefile.in 1.9:
10316: * src/types/Makefile.in 1.48:
10317: removed configure.in:AC_LIBTOOL, it caused automake to write
10318: makefile which used libtool to install things, which is not needed
10319:
10320: * src/targets/apache13/mod_parser3.C 1.27:
10321: * src/targets/cgi/parser3.C 1.211:
10322: * src/targets/cgi/parser3.C 1.212:
10323: * src/targets/cgi/parser3.C 1.213:
10324: * src/targets/isapi/parser3isapi.C 1.81:
10325: ::die now tries to write core dump
10326:
10327: * src/types/pa_vvoid.h 1.16:
10328: * www/htdocs/index.html 1.203:
10329: $void.store[now] error
10330:
10331: * src/classes/hash.C 1.52:
10332: * src/classes/string.C 1.123:
10333: * src/classes/table.C 1.169:
10334: * src/classes/void.C 1.26:
10335: * src/main/pa_sql_driver_manager.C 1.66:
10336: * src/main/pa_sql_driver_manager.C 1.67:
10337: * src/sql/pa_sql_driver.h 1.29:
10338: * src/sql/pa_sql_driver.h 1.30:
10339: * src/sql/pa_sql_driver.h 1.31:
10340: changed exception handling mech in sql handlers
10341:
10342: 2002-12-06 paf
10343: * operators.txt 1.106:
10344: * src/main/compile.tab.C 1.78:
10345: * src/types/pa_vhash.h 1.42:
10346: $hash.fields -- pseudo field to make 'hash' more like 'table'
10347:
10348: 2002-12-05 paf
10349: * src/main/pa_array.C 1.53:
10350: * src/main/pa_table.C 1.51:
10351: * www/htdocs/index.html 1.199:
10352: wow! found/fixed bug in lowlevel proc
10353:
10354: * src/main/pa_common.C 1.137:
10355: * src/main/untaint.C 1.111:
10356: * src/types/pa_vmail.C 1.38:
10357: * www/htdocs/index.html 1.200:
10358: mail header ',' allowed.
10359: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
10360:
10361: [strncpy killed, memnchr used]
10362:
10363: * src/main/pa_table.C 1.52:
10364: table-copy now current=0
10365:
10366: * src/targets/cgi/parser3.C 1.209:
10367: * src/targets/cgi/parser3.C 1.210:
10368: more checks on http://domain/parser.cgi start [maybe some
10369: getenv returns "", checked that now
10370:
10371: * src/targets/cgi/parser3.C 1.208:
10372: * www/htdocs/index.html 1.198:
10373: error logging made unbuffered [so that out-of-mem errors
10374: reached log]
10375:
10376: * src/main/main.dsp 1.161:
10377: pa_version included into main.dsp
10378:
10379: * www/htdocs/index.html 1.196:
10380: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
10381: win32] leave \n intact, and some clients [bat] fail to show
10382: letter correctly
10383:
10384: * src/classes/mail.C 1.83:
10385: * src/targets/cgi/parser3.C 1.207:
10386: * src/types/pa_vmail.C 1.37:
10387: * www/htdocs/index.html 1.197:
10388: mail:send MIME-Version default
10389:
10390: * src/main/untaint.C 1.112:
10391: * www/htdocs/index.html 1.201:
10392: mail header closed properly
10393:
10394: * src/classes/mail.C 1.84:
10395: * src/types/pa_vmail.C 1.39:
10396: * src/types/pa_vmail.h 1.8:
10397: * www/htdocs/index.html 1.202:
10398: smtp cc/bcc OK now
10399:
10400: 2002-12-04 paf
10401: * gnu.dsp 1.3:
10402: restored
10403:
10404: * src/types/pa_vform.C 1.73:
10405: $form:field string value cut by premature 0
10406:
10407: * parser3.dsw 1.6:
10408: * src/main/compile.tab.C 1.77:
10409: * src/main/main.dsp 1.160:
10410: * www/htdocs/.htaccess 1.12:
10411: * www/htdocs/index.html 1.195:
10412: lib/libltdl -> lib/ltdl Win32 changes. s
10413:
10414: * bin/Makefile.in 1.6:
10415: * configure.in 1.51:
10416: * etc/Makefile.in 1.11:
10417: * etc/parser3.charsets/Makefile.in 1.14:
10418: * gnu.dsp 1.2:
10419: * src/Makefile.in 1.52:
10420: * src/classes/Makefile.in 1.50:
10421: * src/include/Makefile.in 1.8:
10422: * src/lib/Makefile.am 1.3:
10423: * src/lib/Makefile.in 1.5:
10424: * src/lib/ltdl/Makefile.am 1.1:
10425: * src/lib/ltdl/Makefile.in 1.1:
10426: * src/lib/ltdl/README 1.1:
10427: * src/lib/ltdl/acinclude.m4 1.1:
10428: * src/lib/ltdl/config.guess 1.1:
10429: * src/lib/ltdl/config.h 1.1:
10430: * src/lib/ltdl/config.sub 1.1:
10431: * src/lib/ltdl/config_auto.h.in 1.1:
10432: * src/lib/ltdl/config_fixed.h 1.1:
10433: * src/lib/ltdl/configure 1.1:
10434: * src/lib/ltdl/configure.in 1.1:
10435: * src/lib/ltdl/install-sh 1.1:
10436: * src/lib/ltdl/libltdl.dsp 1.1:
10437: * src/lib/ltdl/ltdl.c 1.1:
10438: * src/lib/ltdl/ltdl.h 1.1:
10439: * src/lib/md5/Makefile.in 1.3:
10440: * src/lib/patches/Makefile.in 1.6:
10441: * src/lib/pcre/Makefile.in 1.5:
10442: * src/main/Makefile.in 1.47:
10443: * src/sql/Makefile.in 1.8:
10444: * src/targets/Makefile.in 1.39:
10445: * src/targets/apache13/Makefile.in 1.41:
10446: * src/targets/cgi/Makefile.in 1.59:
10447: * src/targets/isapi/Makefile.in 1.8:
10448: * src/types/Makefile.in 1.47:
10449: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
10450: so it does have no problems with automake.
10451: ltdl/configure AC_OUTPUT(Makefile<<removed)
10452:
10453: * src/classes/classes.awk 1.6:
10454: more strict *.C$
10455:
10456: 2002-12-02 paf
10457: * operators.txt 1.105:
10458: removed outdated status:db
10459:
10460: * src/classes/mail.C 1.82:
10461: * src/include/pa_common.h 1.88:
10462: * src/main/pa_common.C 1.136:
10463: * src/main/pa_request.C 1.243:
10464: * src/types/pa_vcookie.C 1.53:
10465: * src/types/pa_vmail.C 1.36:
10466: * www/htdocs/index.html 1.194:
10467: http header lang of tainted parts becomes http-header
10468:
1.19 paf 10469: 2002-11-29 paf
10470: * src/include/pa_common.h 1.87:
10471: * src/main/pa_common.C 1.135:
10472: * src/types/pa_vresponse.C 1.16:
10473: * src/types/pa_vresponse.h 1.31:
10474: * www/htdocs/index.html 1.192:
10475: http:// param values now handled exactly like $response:header values.
10476: e.g. can be hash [can have subattributes] & contain date values.
10477:
10478: * operators.txt 1.104:
10479: * src/classes/date.C 1.41:
10480: * src/classes/image.C 1.89:
10481: * www/htdocs/index.html 1.193:
10482: exif dates now objects of type date
10483:
10484: * src/main/pa_common.C 1.133:
10485: * www/htdocs/index.html 1.190:
10486: http:// tainted partes now %xx
10487:
10488: * src/main/pa_common.C 1.134:
10489: * www/htdocs/index.html 1.191:
10490: http:// param values lang forced URI
10491:
10492: * src/classes/image.C 1.88:
10493: 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]
10494: now used image.format
10495:
10496: 2002-11-28 paf
10497: * src/classes/op.C 1.126:
10498: * www/htdocs/index.html 1.185:
10499: ^cache bug fixed.
10500: stupid compiler allowed 'false' to go into (Hash *) parameter
10501:
10502: * src/classes/image.C 1.85:
10503: * www/htdocs/index.html 1.186:
10504: image.text now outputs one pixel HIGHER chars [one top
10505: horizontal line of 1pixel height were missing]
10506:
10507: * www/htdocs/index.html 1.187:
10508: regexp syntax xxx$ speed-up experiments
10509:
10510: * operators.txt 1.102:
10511: http.timeout
10512:
10513: * www/htdocs/font.gif 1.1:
10514: *** empty log message ***
10515:
10516: * configure.in 1.50:
10517: stopped double libltdl/Makefile generation
10518:
10519: * src/classes/image.C 1.87:
10520: * www/htdocs/index.html 1.188:
10521: image.length now counts interchar space. plus space after last char
10522:
10523: * www/htdocs/index.html 1.189:
10524: doc samples
10525:
10526: * src/main/pa_string.C 1.171:
10527: PCRE_DOLLAR_ENDONLY
10528:
10529: * src/classes/image.C 1.86:
10530: ^image.font width measurer now scans full height [were -1]
10531:
10532: 2002-11-27 paf
10533: * src/classes/image.C 1.84:
10534: * www/htdocs/index.html 1.183:
10535: ^image.font << bad font file-size now properly reported
10536:
10537: * src/include/pa_globals.h 1.98:
10538: * src/main/pa_globals.C 1.145:
10539: * src/main/pa_request.C 1.242:
10540: * src/types/pa_vmail.C 1.35:
10541: * www/htdocs/index.html 1.184:
10542: response:body[file] if file nows it's name
10543: now returns content-disposition: >>attachment<<
10544:
1.18 paf 10545: 2002-11-26 paf
10546: * operators.txt 1.101:
10547: * src/main/pa_common.C 1.130:
10548: * www/htdocs/index.html 1.182:
10549: http:// response status!=200 made exception: http.status with
10550: source=bad status#
10551:
10552: * src/main/pa_common.C 1.131:
10553: * www/htdocs/.htaccess 1.11:
10554: utf8 prefix ignored @read text
10555:
10556: * src/main/pa_request.C 1.241:
10557: fixed lang in reponse header
10558:
10559: 2002-11-25 paf
10560: * operators.txt 1.99:
10561: * src/main/pa_common.C 1.128:
10562: * www/htdocs/index.html 1.181:
10563: http fields now UPPERCASE
10564:
10565: $file[^file::load[http://there]]
10566: $file.SERVER
10567:
10568: * configure.in 1.49:
10569: * src/classes/image.C 1.83:
10570: * src/include/pa_config_auto.h.in 1.33:
10571: * src/include/pa_config_includes.h 1.22:
10572: * src/main/Makefile.am 1.35:
10573: * src/main/Makefile.in 1.46:
10574: * src/main/pa_common.C 1.129:
10575: * src/main/pa_globals.C 1.142:
10576: http://
10577: and image const void related probs fixed
10578:
10579: * operators.txt 1.98:
10580: * src/classes/file.C 1.104:
10581: * src/classes/table.C 1.168:
10582: * src/classes/xdoc.C 1.105:
10583: * src/include/pa_common.h 1.85:
10584: * src/include/pa_globals.h 1.97:
10585: * src/main/pa_common.C 1.126:
10586: * src/main/pa_globals.C 1.141:
10587: * src/main/pa_request.C 1.239:
10588: * src/types/pa_vfile.C 1.35:
10589: * src/types/pa_vfile.h 1.51:
10590: * www/htdocs/index.html 1.179:
10591: table/xdoc/file::load now understand http:// prefix and additional params, sample:
10592: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
10593: $.USER-AGENT[parser3]
10594: ]]
10595:
10596: * src/classes/file.C 1.105:
10597: * src/classes/image.C 1.82:
10598: * src/classes/xdoc.C 1.106:
10599: * src/include/pa_common.h 1.86:
10600: * src/main/pa_common.C 1.127:
10601: * src/main/pa_request.C 1.240:
10602: * www/htdocs/index.html 1.180:
10603: checked http options [invalid onces now reported]
10604: made default
10605: user-agent: paf
10606:
10607: 2002-11-22 paf
10608: * operators.txt 1.97:
10609: * src/classes/image.C 1.80:
10610: * src/include/pa_globals.h 1.96:
10611: * src/main/execute.C 1.294:
10612: * src/main/pa_globals.C 1.140:
10613: * src/types/pa_vimage.C 1.21:
10614: * src/types/pa_vimage.h 1.33:
10615: * www/htdocs/.htaccess 1.10:
10616: * www/htdocs/index.html 1.178:
10617: $image.exif support
10618: $image.exif.DateTime & co
10619:
10620: 2002-11-21 paf
10621: * src/classes/image.C 1.78:
10622: jpeg size measure fixed: were badly skipping EXIF information [
10623: were big block and it's size were considered negative :(]
10624:
10625: * operators.txt 1.96:
10626: * src/classes/image.C 1.77:
10627: * src/include/pa_common.h 1.83:
10628: * src/main/pa_common.C 1.123:
10629: * src/types/pa_vmail.C 1.34:
10630: * www/htdocs/index.html 1.177:
10631: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
10632: [now we fail to measure files with EXIF info]
10633:
10634: * src/main/pa_common.C 1.122:
10635: O_TRUNCATE killed, ftruncate used instead:
10636: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
10637:
10638: * src/main/pa_exec.C 1.44:
10639: * src/main/untaint.C 1.110:
10640: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
10641:
10642: 2002-11-20 paf
10643: * src/main/pa_exec.C 1.41:
10644: pa_exec: data written only if size>0
10645:
10646: * src/targets/cgi/parser3.C 1.205:
10647: logging @signal += query_string
10648:
10649: * src/include/pa_config_fixed.h 1.52:
10650: * src/main/pa_common.C 1.121:
10651: * src/main/pa_exec.C 1.40:
10652: * src/targets/cgi/parser3.C 1.200:
10653: ^file:exec/cgi [pa_exec] pipe read errors now checked
10654:
10655: * src/main/pa_exec.C 1.43:
10656: *** empty log message ***
10657:
10658: * operators.txt 1.95:
10659: * src/classes/file.C 1.103:
10660: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
10661:
10662: * src/include/pa_request.h 1.158:
10663: * src/main/execute.C 1.293:
10664: * src/main/pa_request.C 1.238:
10665: * src/targets/cgi/parser3.C 1.201:
10666: SIGUSR1 >> writes to error_log uri of currently processed document
10667: SIGPIPE >> interrupts request processing [exception = DB rollback]
10668:
10669: * src/targets/cgi/parser3.C 1.203:
10670: SIGNALS overriden @ main top
10671:
10672: * configure.in 1.48:
10673: * src/include/pa_config_auto.h.in 1.32:
10674: * src/include/pa_config_includes.h 1.21:
10675: * src/main/pa_exec.C 1.42:
10676: * src/targets/cgi/parser3.C 1.204:
10677: comment
10678:
10679: 2002-11-19 paf
10680: * src/targets/cgi/parser3.C 1.199:
10681: removed #ifdef WIN32 around check of CGI: Illegal call
10682:
10683: 2002-11-01 paf
10684: * src/main/execute.C 1.292:
10685: comment
10686:
10687: 2002-10-31 paf
10688: * src/types/pa_vobject.C 1.11:
10689: * src/types/pa_vstateless_object.h 1.27:
10690: object put replaces static parent if any
10691:
10692: * src/main/execute.C 1.291:
10693: found out why, checked that for now.
10694: todo: find out a way for that user could do that
10695:
10696: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
10697: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
10698: realized that one can't remember derivates in base class: there's so many of them.
10699: also there can be no virtual method calls in static classes
10700:
10701: * src/classes/op.C 1.124:
10702: * src/types/pa_value.h 1.107:
10703: * src/types/pa_vobject.h 1.36:
10704: * www/htdocs/base.p 1.4:
10705: * www/htdocs/derived.p 1.22:
10706: * www/htdocs/index.html 1.174:
10707: * www/htdocs/operators.p 1.11:
10708: * www/htdocs/some.p 1.2:
10709: ^process[$caller.self]{...}
10710: now compiles to last derived object part of that 'self'
10711:
10712: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
10713: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
10714: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
10715: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
10716: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
10717: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
10718: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
10719: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
10720: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
10721: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
10722: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
10723: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
10724: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
10725: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
10726: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
10727: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
10728: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
10729: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
10730: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
10731: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
10732: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
10733: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
10734: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
10735: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
10736: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
10737: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
10738: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
10739: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
10740: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
10741: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
10742: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
10743: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
10744: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
10745: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
10746: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
10747: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
10748: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
10749: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
10750: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
10751: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
10752: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
10753: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
10754: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
10755: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
10756: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
10757: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
10758: static call $self fixed
10759:
10760: * www/htdocs/base.p 1.6:
10761: * www/htdocs/derived.p 1.24:
10762: * www/htdocs/index.html 1.176:
10763: this example creates base object, which is wrong, todo: find
10764: out why
10765:
10766: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
10767: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
10768: killed $virtual_fields in dynamic, but one can reach derived
10769: static[class] variable from base
10770:
10771: * src/classes/form.C 1.33:
10772: * src/classes/mail.C 1.81:
10773: * src/classes/op.C 1.125:
10774: * src/classes/xnode.h 1.17:
10775: * src/main/compile.tab.C 1.76:
10776: * src/main/execute.C 1.290:
10777: * src/main/pa_request.C 1.237:
10778: * src/types/pa_value.h 1.108:
10779: * src/types/pa_vclass.C 1.15:
10780: * src/types/pa_vclass.h 1.38:
10781: * src/types/pa_vcode_frame.h 1.23:
10782: * src/types/pa_vcookie.C 1.52:
10783: * src/types/pa_vcookie.h 1.22:
10784: * src/types/pa_vdate.h 1.23:
10785: * src/types/pa_venv.h 1.27:
10786: * src/types/pa_vfile.h 1.50:
10787: * src/types/pa_vform.C 1.71:
10788: * src/types/pa_vform.h 1.44:
10789: * src/types/pa_vhash.h 1.41:
10790: * src/types/pa_vimage.h 1.32:
10791: * src/types/pa_vmail.C 1.33:
10792: * src/types/pa_vmail.h 1.7:
10793: * src/types/pa_vmath.h 1.13:
10794: * src/types/pa_vmethod_frame.h 1.44:
10795: * src/types/pa_vobject.C 1.10:
10796: * src/types/pa_vobject.h 1.37:
10797: * src/types/pa_vrequest.C 1.26:
10798: * src/types/pa_vrequest.h 1.24:
10799: * src/types/pa_vresponse.C 1.15:
10800: * src/types/pa_vresponse.h 1.30:
10801: * src/types/pa_vstateless_class.C 1.18:
10802: * src/types/pa_vstateless_class.h 1.41:
10803: * src/types/pa_vstateless_object.h 1.26:
10804: * src/types/pa_vstatus.C 1.14:
10805: * src/types/pa_vstatus.h 1.14:
10806: * src/types/pa_vstring.h 1.53:
10807: * src/types/pa_vtable.C 1.20:
10808: * src/types/pa_vtable.h 1.47:
10809: * src/types/pa_vvoid.h 1.15:
10810: * src/types/pa_vxdoc.C 1.22:
10811: * src/types/pa_vxdoc.h 1.30:
10812: * src/types/pa_vxnode.C 1.29:
10813: * src/types/pa_vxnode.h 1.21:
10814: * src/types/pa_wwrapper.h 1.27:
10815: * www/htdocs/base.p 1.5:
10816: * www/htdocs/derived.p 1.23:
10817: * www/htdocs/index.html 1.175:
10818: static fix merged
10819:
10820: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
10821: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
10822: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
10823: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
10824: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
10825: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
10826: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
10827: fixed statics, left $virtual_fields in dynamic
10828:
10829: * src/main/execute.C 1.288:
10830: comment
10831:
10832: 2002-10-30 paf
10833: * www/htdocs/derived.p 1.21:
10834: * www/htdocs/some.p 1.1:
10835: include method overriding tested OK
10836:
10837: 2002-10-29 paf
10838: * src/targets/isapi/parser3isapi.C 1.80:
10839: comment on 404 bad status re-passing [iis to blame]
10840:
10841: * src/classes/string.C 1.122:
10842: changed string.save to pass current sql connection to cstr
10843: thus one can
10844: ^connect[some server]{
10845: $s[insert into table x (x) values (^taint[sql]{value})]
10846: ^s.save[some.sql]
10847: }
10848: and he'd get in some.sql file code with properly escaped.
10849: [tried in mssql->mysql export->import of binary data]
10850:
10851: 2002-10-28 paf
10852: * www/htdocs/index.html 1.172:
10853: * www/htdocs/index.html 1.173:
10854: bad email handling test
10855:
10856: 2002-10-25 paf
10857: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
10858: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
10859: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
10860: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
10861: saving for maybe-future
10862:
10863: * src/types/pa_vresponse.C 1.14:
10864: case insensitive response user fields get/put
10865:
10866: 2002-10-23 paf
10867: * src/types/pa_vmail.C 1.32:
10868: * www/htdocs/index.html 1.171:
10869: email whitespace trimBoth-ed
10870:
10871: * operators.txt 1.94:
10872: * src/classes/table.C 1.166:
10873: ^table.hash{code}...
10874: ^table.hash(expr)...
10875:
10876: 2002-10-22 paf
10877: * src/types/pa_vform.C 1.70:
10878: * src/types/pa_vform.h 1.43:
10879: removed needless VForm::Append...(...Value)
10880:
10881: * src/main/execute.C 1.287:
10882: $.name outside of $name[...]
10883: checked
10884:
10885: * src/main/compile.tab.C 1.75:
10886: * src/main/compile.y 1.203:
10887: lexer changed to fix ^call[]^#HH bug [that situation yelded no
10888: EON, which whas wrong]
10889:
10890: 2002-10-21 paf
10891: * operators.txt 1.91:
10892: * src/types/pa_vform.C 1.67:
10893: $form:image-map
10894:
10895: * operators.txt 1.92:
10896: * src/types/pa_vform.C 1.68:
10897: $form:nameless = "?value&...", "...&value&...", "...&value"
10898:
10899: * operators.txt 1.93:
10900: * src/types/pa_vform.C 1.69:
10901: * src/types/pa_vform.h 1.42:
10902: $form:qtail
10903: $form:imap.x/y
10904:
10905: * operators.txt 1.90:
10906: * src/classes/file.C 1.102:
10907: * www/htdocs/index.html 1.170:
10908: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
10909:
10910: 2002-10-17 paf
10911: * src/classes/op.C 1.123:
10912: exception handling fixed [were bad with contexts]
10913:
10914: * src/main/compile.tab.C 1.74:
10915: * src/main/compile.y 1.202:
10916: operators precedence changed a little:
10917: logical not and bitwise negation precedence made highest,
10918: << and >> bitshits precedence made equal [were << higher than >>]
10919:
1.17 paf 10920: 2002-10-16 paf
10921: * src/classes/op.C 1.122:
10922: * src/include/pa_request.h 1.157:
10923: * src/main/execute.C 1.285:
10924: * src/main/execute.C 1.286:
10925: * src/main/pa_request.C 1.236:
10926: * www/htdocs/derived.p 1.20:
10927: * www/htdocs/index.html 1.167:
10928: * www/htdocs/index.html 1.168:
10929: Request::self considered equal to VMethodFrame::self, and removed,
10930: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 10931:
10932: * www/htdocs/index.html 1.169:
10933: bad compile to system class test
1.17 paf 10934:
10935: * src/classes/op.C 1.121:
10936: * src/main/pa_request.C 1.235:
10937: VMainClass now has name = $hash in open field now gives old
10938: good error meesage
10939:
1.15 paf 10940: 2002-10-15 paf
1.17 paf 10941: * www/htdocs/derived.p 1.17:
10942: * www/htdocs/index.html 1.162:
10943: test of ^process from operator called from user class
10944:
10945: * src/types/pa_vjunction.h 1.18:
10946: * www/htdocs/index.html 1.166:
10947: ^if(def $junction){was true}{now false}
10948: use
10949: ^if($junction is junction){was and now true}
10950:
10951: * src/types/pa_vjunction.C 1.2:
10952: ident
10953:
10954: * src/classes/op.C 1.119:
10955: * src/main/compile.tab.C 1.72:
10956: * src/main/compile.y 1.200:
10957: * src/types/pa_vmethod_frame.h 1.42:
10958: process[self] objects also considered [were only classes]
10959:
1.15 paf 10960: * src/main/execute.C 1.283:
10961: * src/targets/cgi/parser3.C 1.198:
10962: * src/types/pa_vstateless_class.C 1.17:
10963: * src/types/pa_vstateless_class.h 1.40:
10964: * www/htdocs/operators.p 1.9:
10965: compiling to system classes disabled
10966:
1.17 paf 10967: * operators.txt 1.88:
10968: * src/classes/op.C 1.116:
10969: * www/htdocs/operators.p 1.8:
10970: ^process[$caller.CLASS]{code-string} added
10971:
10972: * src/types/Makefile.in 1.46:
10973: *** empty log message ***
1.15 paf 10974:
1.17 paf 10975: * src/classes/op.C 1.120:
10976: * src/include/pa_opcode.h 1.23:
10977: * src/include/pa_request.h 1.156:
10978: * src/main/compile.tab.C 1.73:
10979: * src/main/compile.y 1.201:
10980: * src/main/execute.C 1.284:
10981: * src/types/pa_vmethod_frame.h 1.43:
10982: * www/htdocs/derived.p 1.19:
10983: removed last pieces of old code allowing $junction.xxx at
10984: compile time
1.15 paf 10985:
10986: * operators.txt 1.87:
10987: * src/classes/op.C 1.115:
10988: * src/main/compile.tab.C 1.71:
10989: * src/main/compile.y 1.199:
10990: * src/main/execute.C 1.282:
10991: * src/main/pa_request.C 1.234:
10992: * src/types/Makefile.am 1.28:
10993: * src/types/pa_vjunction.C 1.3:
10994: * src/types/pa_vjunction.h 1.17:
10995: * src/types/pa_vmethod_frame.h 1.40:
10996: * src/types/types.dsp 1.35:
10997: * www/htdocs/operators.p 1.7:
10998: removed $junction.get $junction.set[]
10999: introducing $caller
11000:
11001: * src/classes/op.C 1.118:
11002: * src/include/pa_request.h 1.155:
11003: * src/types/pa_vmethod_frame.h 1.41:
11004: * www/htdocs/derived.p 1.18:
11005: * www/htdocs/index.html 1.164:
11006: ^process[CLASS]{body} now executed with CLASS self.
11007: [ (request&method_frame).self temporarily changed ]
11008:
1.17 paf 11009: * src/classes/xdoc.C 1.104:
11010: * src/classes/xnode.C 1.53:
11011: * src/include/pa_charset.h 1.19:
11012: * src/include/pa_pool.h 1.85:
11013: * src/main/pa_charset.C 1.31:
11014: * src/main/pa_pool.C 1.57:
11015: * src/types/pa_vxnode.C 1.28:
11016: * www/htdocs/index.html 1.165:
11017: xml->parser strings now have origin, which points to place
11018: where value left xml library and came to parser: place of dom
11019: field extraction/call
1.16 paf 11020:
1.39 ! paf 11021: * src/types/pa_value.h 1.106:
! 11022: removed outdated comments. doxygen would find them lower by
! 11023: inheritance tree
! 11024:
1.15 paf 11025: * src/classes/hash.C 1.51:
11026: * src/classes/op.C 1.117:
11027: * www/htdocs/index.html 1.163:
11028: * www/htdocs/operators.p 1.10:
11029: method_frame now always changed, with no exception to native calls.
11030: for&foreach changed to use method_frame.caller for their var's name context
11031:
11032: 2002-10-14 paf
11033: * src/classes/form.C 1.32:
11034: * src/classes/mail.C 1.80:
11035: * src/classes/op.C 1.113:
11036: * src/include/pa_request.h 1.154:
11037: * src/main/compile.C 1.67:
11038: * src/main/compile.tab.C 1.70:
11039: * src/main/compile.y 1.198:
11040: * src/main/execute.C 1.281:
11041: * src/main/pa_request.C 1.233:
11042: * src/types/pa_vstateless_class.h 1.39:
11043: * www/htdocs/index.html 1.161:
11044: operators now main-class-methods
11045:
11046: * src/include/pa_request.h 1.152:
11047: * src/main/execute.C 1.280:
11048: * src/main/pa_request.C 1.232:
11049: operators @auto now executed in MAIN context
11050:
11051: * src/types/pa_vclass.C 1.14:
11052: * src/types/pa_vobject.h 1.35:
11053: * src/types/pa_vstateless_class.C 1.16:
11054: * src/types/pa_vstateless_class.h 1.38:
11055: * www/htdocs/index.html 1.158:
11056: * www/htdocs/operators.p 1.5:
11057: $form:CLASS resurrected [wes killed in action]
11058:
11059: * configure 1.49:
11060: * configure.in 1.47:
11061: * operators.txt 1.86:
11062: * src/include/pa_config_auto.h.in 1.31:
11063: * src/types/pa_vstatus.C 1.13:
11064: * www/htdocs/index.html 1.157:
11065: $status:rusage.tv_secs/usecs introduced
11066:
11067: * src/types/pa_vxnode.C 1.27:
11068: misreplace fixed
11069:
11070: * src/classes/op.C 1.112:
11071: * src/include/pa_request.h 1.153:
11072: * www/htdocs/index.html 1.160:
11073: * www/htdocs/operators.p 1.6:
11074: ^try{^call{}} now has better stack trace [has "call" & co there]
11075:
11076: * src/main/execute.C 1.279:
11077: operator execution context now = MAIN, not closest stack frame
11078:
11079: @touchit[]
11080: $i[after]
11081:
11082: ----t.html
11083: $i[before] << local
11084: ^touchit[]
11085: $i << now 'before', were 'after'
11086:
11087: ---t.html
11088: $i[before] << notlocal [main]
11089: ^touchit[]
11090: $i << now 'after'
11091:
11092: * src/main/execute.C 1.278:
11093: comment
11094:
11095: * src/classes/op.C 1.114:
11096: process compiles to code's class class
11097:
11098: 2002-10-09 paf
11099: * src/classes/double.C 1.52:
11100: * src/classes/int.C 1.48:
11101: * src/classes/string.C 1.121:
11102: * www/htdocs/derived.p 1.16:
11103: * www/htdocs/index.html 1.156:
11104: ^string.int[] now failes on empty string [or uses (default)]
11105:
11106: 2002-10-08 paf
11107: * src/lib/patches/Makefile.am 1.2:
11108: * src/lib/patches/Makefile.in 1.5:
11109: forgot libgdome_morestatic.patch
11110:
11111: * src/types/pa_vxnode.C 1.26:
11112: misreplace
11113:
11114: * src/main/untaint.C 1.109:
11115: mail header quoted printable changed after RFC reread
11116:
11117: * operators.txt 1.85:
11118: plan on ^if(method
11119:
11120: 2002-09-24 paf
11121: * src/targets/cgi/Makefile.am 1.45:
11122: * src/targets/cgi/Makefile.in 1.58:
11123: LIBS were bad name in .am
11124:
11125: * acconfig.h 1.5:
11126: * configure 1.47:
11127: * configure.in 1.46:
11128: * src/include/pa_config_auto.h.in 1.30:
11129: * src/include/pa_config_fixed.h 1.51:
11130: * src/targets/cgi/Makefile.am 1.44:
11131: * src/targets/cgi/Makefile.in 1.57:
11132: * src/types/pa_vmail.C 1.30:
11133: * src/types/pa_vmail.C 1.31:
11134: HAVE_TIMEZONE & co now checked and mailreceive would compile on
11135: freebsd now
11136:
11137: * src/classes/file.C 1.101:
11138: * src/main/untaint.C 1.108:
11139: * www/htdocs/index.html 1.155:
11140: 1.
11141: file spec language changed:
11142: now there are only few chars are untainted:
11143: * ? ' " < > |
11144: and, on unix, : \ ~
11145: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
11146:
11147: 2.
11148: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
11149:
11150: @russianindex[]
11151: #dir with files with russian-lang names
11152: $where[dir]
11153:
11154: $dir[^file:list[$where;\.txt^$]]
11155: ^dir.menu{
11156: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
11157: }
11158:
11159: 2002-09-23 paf
11160: * src/classes/date.C 1.38:
11161: * src/classes/date.C 1.39:
11162: date bug fix, now round(floatDays*secondsPerDay)
11163:
11164: * src/targets/cgi/Makefile.in 1.56:
11165: *** empty log message ***
11166:
11167: * src/types/pa_vdouble.h 1.41:
11168: double->int round added
11169:
11170: 2002-09-20 paf
11171: * src/types/pa_vhash.h 1.40:
11172: * www/htdocs/operators.p 1.4:
11173: hash.foreach modification of existing keys allowed
11174:
11175: * src/main/compile.tab.C 1.69:
11176: * src/main/compile.y 1.197:
11177: * www/htdocs/index.html 1.153:
11178: changed grammer on junction expanding to include ^junction.method
11179:
11180: * src/classes/xdoc.C 1.102:
11181: empty transform result, being taken as file now returns empty
11182: file, not raises stupid error about "stat-ed file"
11183:
11184: * src/main/execute.C 1.276:
11185: * www/htdocs/index.html 1.154:
11186: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
11187:
11188: this now error:
11189: @badjunctioncall[]
11190: ^badjunctioncallinside{code}
11191:
11192: @badjunctioncallinside[code]
11193: ^code[]
11194:
11195: * src/targets/apache13/Makefile.am 1.15:
11196: * src/targets/apache13/Makefile.in 1.40:
11197: * src/targets/cgi/Makefile.am 1.43:
11198: * src/targets/cgi/Makefile.in 1.55:
11199: binaries now depend on makefiles, thus taking linking options
11200: configure changes into account [were: ignoring]
11201:
11202: * src/classes/xdoc.C 1.103:
11203: * www/htdocs/index.html 1.152:
11204: xdoc::create[name] now sets $request:charset as internal xdoc
11205: encoding, and after decoding attributes set by dom functions
11206: now encoded OK, not as digital entities
11207:
11208: * src/types/Makefile.in 1.45:
11209: *** empty log message ***
11210:
11211: * src/include/pa_opcode.h 1.22:
11212: * src/include/pa_request.h 1.150:
11213: * src/main/compile.tab.C 1.68:
11214: * src/main/compile.y 1.196:
11215: * src/main/execute.C 1.275:
11216: * src/main/main.dsp 1.159:
11217: * src/targets/cgi/parser3.dsp 1.60:
11218: * src/types/Makefile.am 1.27:
11219: * src/types/pa_vjunction.C 1.1:
11220: * src/types/pa_vjunction.h 1.16:
11221: * src/types/types.dsp 1.34:
11222: * www/htdocs/.htaccess 1.8:
11223: * www/htdocs/index.html 1.151:
11224: introducing $junction.get/put(1)
11225: one can write iterators now:
11226:
11227: ^user-foreach[key;value]{$key=$value<br>}
11228:
11229: @user-foreach[key;value;code]
11230: ^for[i](1;10){
11231: $code.key($i)
11232: $code.value($i*2)
11233: $code
11234: }
11235:
11236: * src/main/pa_common.C 1.120:
11237: -d "DIR/" now true
11238:
11239: * src/main/compile_tools.h 1.66:
11240: mistype
11241:
11242: 2002-09-19 paf
11243: * Makefile.am 1.8:
11244: * Makefile.in 1.21:
11245: * aclocal.m4 1.5:
11246: *** empty log message ***
11247:
11248: * aclocal.m4 1.3:
11249: forced to be older
11250:
11251: * Makefile.am 1.12:
11252: * Makefile.in 1.25:
11253: new: make commit
11254:
11255: 2002-09-18 paf
11256: * parser3.dsw 1.4:
11257: * src/include/pa_opcode.h 1.21:
11258: * src/main/compile.tab.C 1.67:
11259: * src/main/compile.y 1.195:
11260: * src/main/execute.C 1.274:
11261: * www/htdocs/index.html 1.150:
11262: << >> int shifts
11263:
11264: * src/classes/file.C 1.100:
11265: * www/htdocs/index.html 1.149:
11266: * www/htdocs/mailreceive.eml 1.3:
11267: ^file::exec/cgi $.stdin[can be file now]
11268: so that one can pass binary data there
11269:
11270: * src/include/pa_common.h 1.82:
11271: * src/include/pa_request.h 1.149:
11272: * src/main/pa_common.C 1.119:
11273: * src/main/pa_request.C 1.230:
11274: auto.p exists but unreadable - now this - fatal error
11275:
11276: * src/classes/date.C 1.37:
11277: * src/classes/double.C 1.51:
11278: * src/classes/file.C 1.99:
11279: * src/classes/hash.C 1.50:
11280: * src/classes/image.C 1.76:
11281: * src/classes/int.C 1.47:
11282: * src/classes/mail.C 1.79:
11283: * src/classes/op.C 1.111:
11284: * src/classes/response.C 1.22:
11285: * src/classes/string.C 1.120:
11286: * src/classes/table.C 1.165:
11287: * src/classes/void.C 1.25:
11288: * src/classes/xdoc.C 1.101:
11289: * src/classes/xnode.C 1.52:
11290: * src/include/pa_request.h 1.148:
11291: * www/htdocs/index.html 1.148:
11292: pa_request contexts made privated, plus get_{self/method_frame} to read.
11293: Request_context_saver used in ^try to save flang too.
11294: [were not saved]
11295:
11296: * src/types/pa_vresponse.C 1.13:
11297: header value chains joined before output, this should help
11298: $.subject[$var $var]
11299: from being converted to
11300: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
11301:
11302: 2002-09-17 paf
11303: * src/classes/op.C 1.109:
11304: * www/htdocs/index.html 1.147:
11305: * www/htdocs/operators.p 1.2:
11306: made place for ^process to compile it's code to in case of no self
11307:
11308: * src/classes/op.C 1.110:
11309: * src/main/execute.C 1.272:
11310: * src/main/pa_request.C 1.229:
11311: * src/types/pa_value.C 1.8:
11312: * src/types/pa_value.h 1.104:
11313: * src/types/pa_vmethod_frame.h 1.38:
11314: * src/types/pa_vstateless_class.h 1.37:
11315: * www/htdocs/operators.p 1.3:
11316: operators now executed with MAIN self.
11317: it's for ^include sake, too strong a change
11318:
11319: * src/classes/hash.C 1.47:
11320: foreach delims bug fixed [were ,2,3]
11321:
11322: * src/classes/hash.C 1.48:
11323: * src/classes/table.C 1.162:
11324: * src/include/pa_sql_connection.h 1.29:
11325: * www/htdocs/index.html 1.141:
11326: table.sql hash::sql duplicate keys now errors
11327:
11328: * src/main/execute.C 1.273:
11329: * src/types/pa_value.h 1.105:
11330: * src/types/pa_vmethod_frame.h 1.39:
11331: removed changes, operators executed with calling self.
11332: lots of code with ^include code relies on defined/defining self variables
11333:
11334: $a[1]
11335: ^include[print_a.p]
11336: print_a.p: $a
11337:
11338: ^include[set_a.p]
11339: a=$a
11340: set_a.p:
11341: $a[1]
11342:
11343: * operators.txt 1.83:
11344: * operators.txt 1.84:
11345: * src/classes/hash.C 1.49:
11346: * src/classes/table.C 1.163:
11347: * src/include/pa_globals.h 1.95:
11348: * src/main/pa_globals.C 1.139:
11349: * www/htdocs/index.html 1.142:
11350: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
11351: first record taken [were last]
11352:
11353: * src/main/execute.C 1.270:
11354: * src/main/execute.C 1.271:
11355: * src/types/pa_value.C 1.7:
11356: * src/types/pa_value.h 1.103:
11357: * src/types/pa_vstateless_class.h 1.36:
11358: * www/htdocs/index.html 1.146:
11359: found ancient param to Junction, removed.
11360: allowed passing self to native_code_operators [for ^process to work, she needs self]
11361:
11362: * Makefile.in 1.20:
11363: * bin/Makefile.in 1.5:
11364: * bin/auto.p.dist.in 1.8:
11365: * configure 1.40:
11366: * configure 1.41:
11367: * configure.in 1.40:
11368: * configure.in 1.41:
11369: * etc/Makefile.in 1.10:
11370: * etc/parser3.charsets/Makefile.in 1.13:
11371: * src/Makefile.in 1.51:
11372: * src/classes/Makefile.in 1.49:
11373: * src/include/Makefile.in 1.7:
11374: * src/lib/Makefile.in 1.4:
11375: * src/lib/md5/Makefile.in 1.2:
11376: * src/lib/patches/Makefile.in 1.4:
11377: * src/lib/pcre/Makefile.in 1.4:
11378: * src/main/Makefile.in 1.45:
11379: * src/sql/Makefile.in 1.7:
11380: * src/targets/Makefile.in 1.38:
11381: * src/targets/apache13/Makefile.in 1.39:
11382: * src/targets/cgi/Makefile.in 1.54:
11383: * src/targets/isapi/Makefile.in 1.7:
11384: * src/types/Makefile.in 1.44:
11385: so now detected [can be .sl on hpux, .dll on cygwin, .so in
11386: other cases)
11387:
11388: * bin/auto.p.dist.in 1.9:
11389: strange \n
11390:
11391: * src/classes/table.C 1.164:
11392: * src/classes/xdoc.C 1.100:
11393: * www/htdocs/index.html 1.144:
11394: table::sql options
11395: table::create copy options
11396: options checked, wrong option now fatal error
11397:
11398: * src/main/pa_string.C 1.170:
11399: * www/htdocs/index.html 1.143:
11400: string.replace fixed [were missing words on pieces boundaries]
11401:
11402: * src/main/execute.C 1.269:
11403: * src/main/pa_request.C 1.228:
11404: * src/types/pa_value.C 1.6:
11405: * src/types/pa_value.h 1.102:
11406: * src/types/pa_vmethod_frame.h 1.37:
11407: * src/types/pa_vstateless_class.h 1.35:
11408: * www/htdocs/index.html 1.145:
11409: * www/htdocs/operators.p 1.1:
11410: allowed Request.self to be 0, checked that in VMethodFrame get
11411: put and $self.
11412:
11413: * src/classes/op.C 1.108:
11414: * src/classes/table.C 1.161:
11415: * www/htdocs/index.html 1.140:
11416: menu/for delims bug fixed [were ,2,3]
11417:
11418: 2002-09-16 paf
11419: * src/classes/file.C 1.98:
11420: * www/htdocs/index.html 1.139:
11421: 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.
11422: now detected closest header break.
11423:
11424: * src/main/untaint.C 1.107:
11425: * src/types/pa_vmail.C 1.29:
11426: mail:send closing ?= now closed right
11427:
11428: 2002-09-13 paf
11429: * operators.txt 1.81:
11430: * src/main/compile.tab.C 1.65:
11431: * src/main/compile.y 1.193:
11432: * www/htdocs/index.html 1.137:
11433: !| bitwise
11434: !|| numerical
11435: xor now
11436: [preparing for expression #comments]
11437:
11438: * src/main/compile.tab.C 1.63:
11439: * src/main/compile.y 1.191:
11440: * src/types/pa_vresponse.C 1.12:
11441: * www/htdocs/index.html 1.135:
11442: cookie date now clean [were mistakenly tainted & that worked
11443: bad with opera -- 'happily' that worked OK with msie]
11444:
11445: * src/main/compile.tab.C 1.64:
11446: * src/main/compile.y 1.192:
11447: * www/htdocs/index.html 1.136:
11448: @method[$name]
11449: now parse error
11450:
11451: * operators.txt 1.82:
11452: * src/main/compile.tab.C 1.66:
11453: * src/main/compile.y 1.194:
11454: * src/main/compile_tools.h 1.65:
11455: * www/htdocs/index.html 1.138:
11456: (expression #comment)
11457:
11458: (multiline expression #comment
11459: line2 #comment
11460: )
11461:
11462: (expression #comment with (brackets) comment) << OK
11463:
11464: * Makefile.in 1.19:
11465: * configure 1.39:
11466: * configure.in 1.39:
11467: * src/include/pa_config_auto.h.in 1.29:
11468: HAVE_WINSOCK_H created in configure.in
11469:
11470: * src/include/pa_config_fixed.h 1.50:
11471: * src/main/pa_socks.C 1.17:
11472: HAVE_WINSOCK_H cheched in pa_socks.C
11473:
11474: 2002-09-12 paf
11475: * src/main/untaint.C 1.105:
11476: * www/htdocs/index.html 1.134:
11477: quoted printable ' ' now =20
11478: and encoding stops before <...>$
11479:
11480: * src/types/pa_vclass.C 1.13:
11481: * src/types/pa_vmail.C 1.28:
11482: * src/types/pa_vobject.C 1.8:
11483: VObject & VClass
11484: get_element
11485: now first looks to fields, next to methods & co
11486: todo: the rest
11487: reason: more speed
11488:
11489: * src/main/untaint.C 1.106:
11490: quoted printable encoding stops before \s*<...>$
11491:
11492: 2002-09-11 paf
11493: * src/main/pa_charset.C 1.30:
11494: * src/targets/cgi/parser3.dsp 1.59:
11495: * www/htdocs/index.html 1.133:
11496: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
11497: forgot to check users of those funcs. not all were using that return value convention
11498:
11499: * etc/parser3.charsets/windows-1254.cfg 1.1:
11500: * src/lib/pcre/ibm-1254.ucm 1.1:
11501: windows-1254 added
11502:
11503: 2002-09-10 paf
11504: * src/classes/op.C 1.106:
11505: * src/main/execute.C 1.265:
11506: * src/types/pa_value.C 1.5:
11507: * src/types/pa_value.h 1.100:
11508: * src/types/pa_vcode_frame.h 1.22:
11509: * src/types/pa_vmethod_frame.h 1.36:
11510: * src/types/pa_wcontext.C 1.23:
11511: * src/types/pa_wcontext.h 1.39:
11512: * src/types/pa_wwrapper.h 1.25:
11513: moved junction kill responsibility to wcontext
11514:
11515: * src/main/execute.C 1.267:
11516: * src/types/pa_value.h 1.101:
11517: * src/types/pa_wwrapper.h 1.26:
11518: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
11519: now has parent, wich helps code in hash to survivi
11520:
11521: * src/include/pa_request.h 1.147:
11522: * src/main/execute.C 1.266:
11523: removed redundant param to execute [stack said 'thanks']
11524:
11525: * src/classes/file.C 1.97:
11526: decided not to log exec's with stderr, that could be warnings,
11527: and it's up to scritper to log/show them
11528:
11529: * src/main/pa_charset.C 1.29:
11530: * src/types/pa_vmail.C 1.27:
11531: * www/htdocs/index.html 1.131:
11532: 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]
11533: tfm readed & code updated
11534:
11535: * src/classes/op.C 1.107:
11536: * src/main/execute.C 1.268:
11537: * src/types/pa_wcontext.h 1.40:
11538: * src/types/pa_wcontext.h 1.41:
11539: VCodeFrame parent param were specified badly
11540:
11541: * src/classes/double.C 1.50:
11542: * src/main/execute.C 1.264:
11543: * www/htdocs/index.html 1.132:
11544: double:sql badly called write_assign_lang, not write_no_lang,
11545: thus doing unnecessary double/string converstion, which were loosing time&precesion
11546:
11547: 2002-09-04 paf
11548: * src/types/pa_vxnode.C 1.25:
11549: * www/htdocs/index.html 1.129:
11550: removed too strong checks of xnode.elements.
11551: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
11552:
11553: * configure 1.37:
11554: * configure.in 1.38:
11555: introducing --with-sjlj-exceptions
11556: [hpux can not work with longjump/throw pair, and one must switch that on there.
11557: todo: detect that automatically]
11558:
11559: * configure 1.38:
11560: makes with sjlj
11561:
11562: * src/include/pa_config_auto.h.in 1.28:
11563: sjlj define
11564:
11565: * INSTALL 1.26:
11566: * src/include/pa_config_fixed.h 1.49:
11567: * src/include/pa_sql_connection.h 1.28:
11568: * src/main/pa_sql_driver_manager.C 1.65:
11569: * www/htdocs/index.html 1.130:
11570: -with-sjlj-exceptions define checked.
11571: on win32 it made default
11572:
11573: 2002-09-02 paf
11574: * Makefile.am 1.7:
11575: * Makefile.in 1.18:
11576: * src/types/pa_vdate.h 1.20:
11577: happy now only install-exec
11578:
11579: * src/types/pa_vdate.h 1.21:
11580: removed debug
11581:
11582: * operators.txt 1.80:
11583: * src/main/execute.C 1.263:
11584: * src/targets/cgi/parser3.dsp 1.58:
11585: * www/htdocs/index.html 1.128:
11586: removed double_result, didn't help
11587:
11588: * src/types/pa_vdate.h 1.22:
11589: *** empty log message ***
11590:
11591: * src/main/execute.C 1.258:
11592: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
11593: this works fine on solaris/intel for still unknown reason.
11594:
11595: * src/main/execute.C 1.261:
11596: double_result made to move that var away from hungry g++ optimizer (-O2),
11597: before: it were optimized and comparison operators worked badly
11598:
11599: 2002-08-29 paf
11600: * parser3.dsw 1.3:
11601: * src/classes/classes.dsp 1.25:
11602: * src/classes/hash.C 1.46:
11603: * src/classes/op.C 1.105:
11604: * src/classes/string.C 1.119:
11605: * src/include/pa_request.h 1.146:
11606: * src/lib/md5/md5.dsp 1.2:
11607: * src/main/execute.C 1.257:
11608: * src/main/main.dsp 1.158:
11609: * src/main/pa_request.C 1.227:
11610: * src/targets/cgi/parser3.dsp 1.57:
11611: * src/types/pa_value.C 1.4:
11612: * src/types/pa_value.h 1.99:
11613: * src/types/pa_vmail.C 1.26:
11614: * src/types/pa_vmethod_frame.h 1.35:
11615: * src/types/pa_wcontext.h 1.38:
11616: * src/types/types.dsp 1.33:
11617: * www/htdocs/index.html 1.127:
11618: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
11619: request.root renamed to method_frame [more easyreading]
11620: ancient {...PUSH/POPs...} changed to stack vars [speed up]
11621:
11622: 2002-08-28 paf
11623: * operators.txt 1.79:
11624: * src/classes/string.C 1.118:
11625: * www/htdocs/derived.p 1.15:
11626: * www/htdocs/index.html 1.124:
11627: ^string.split[delim[;options]]
11628:
11629: * src/types/pa_vcookie.C 1.50:
11630: * www/htdocs/index.html 1.125:
11631: fixed cookie delete when
11632: $cookie:name[$.value[]]
11633:
11634: * src/types/pa_vcookie.C 1.51:
11635: * www/htdocs/index.html 1.126:
11636: $cookie:name[&]
11637: $cookie:name << now tainted
11638:
11639: 2002-08-27 paf
11640: * etc/parser3.charsets/Makefile.am 1.4:
11641: * etc/parser3.charsets/Makefile.in 1.12:
11642: merged from 3.0.0005
11643:
11644: * INSTALL 1.25:
11645: recommended latest gmime 1.0.5
11646:
11647: * operators.txt 1.78:
11648: * src/main/compile.tab.C 1.62:
11649: * src/main/compile.y 1.190:
11650: * www/htdocs/index.html 1.123:
11651: * www/htdocs/mailreceive.eml 1.2:
11652: # now delimiter
11653:
11654: 2002-08-26 paf
11655: * configure 1.36:
11656: * configure.in 1.37:
11657: * src/targets/apache13/Makefile.am 1.14:
11658: * src/targets/apache13/Makefile.in 1.38:
11659: apache13/hook added to make dist.
11660:
11661: 2002-08-23 paf
11662: * src/include/pa_common.h 1.81:
11663: * src/main/pa_common.C 1.118:
11664: * src/targets/cgi/parser3.C 1.197:
11665: * src/targets/isapi/parser3isapi.C 1.79:
11666: * www/htdocs/index.html 1.122:
11667: when auto.p beside binary [cgi, isapi] not accessible [due to
11668: bad rights or whatever] it's error now
11669:
11670: 2002-08-21 paf
11671: * src/main/pa_string.C 1.169:
11672: * www/htdocs/index.html 1.121:
11673: fixed bad language bug, [were wrong string cloning constructor]
11674:
11675: * src/main/compile.tab.C 1.61:
11676: * src/main/compile.y 1.189:
11677: * src/main/compile_tools.C 1.53:
11678: * src/main/compile_tools.h 1.64:
11679: * www/htdocs/derived.p 1.13:
11680: * www/htdocs/derived.p 1.14:
11681: "BASE:"
11682: "BASE::"
11683: syntax allowed, means "base class".
11684: compiled as if here they named base class
11685:
11686: * bin/auto.p.dist.in 1.7:
11687: * src/targets/cgi/parser3.C 1.196:
11688: * src/types/pa_vfile.C 1.34:
11689: * src/types/pa_vmail.C 1.23:
11690: * www/htdocs/mailreceive.eml 1.1:
11691: * www/htdocs/mailreceive.html 1.1:
11692: $mail.received.file.value.content-type fixed
11693:
11694: * Makefile.am 1.6:
11695: * Makefile.in 1.17:
11696: can use:
11697: make happy
11698: equals to
11699: make update install
11700:
11701: * src/main/execute.C 1.256:
11702: * src/types/pa_vobject.h 1.34:
11703: * www/htdocs/base.p 1.3:
11704: * www/htdocs/derived.p 1.12:
11705: * www/htdocs/index.html 1.120:
11706: fixed virtual calls
11707:
11708: 2002-08-20 paf
11709: * operators.txt 1.76:
11710: * src/classes/void.C 1.23:
11711: * www/htdocs/index.html 1.117:
11712: ^void.length[] = 0 merged from 3.0.0005
11713:
11714: * operators.txt 1.77:
11715: * src/classes/void.C 1.24:
11716: * www/htdocs/index.html 1.118:
11717: ^void.pos[...] = -1 merged from 3.0.0005
11718:
11719: * operators.txt [release_3_0_0005] 1.59.2.3:
11720: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
11721: ^void.length[] = 0
11722:
11723: * operators.txt [release_3_0_0005] 1.59.2.4:
11724: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
11725: ^void.pos[...] = -1
11726:
11727: * src/classes/file.C 1.96:
11728: * www/htdocs/index.html 1.119:
11729: fixed language of file:file result
11730:
11731: 2002-08-19 paf
11732: * src/classes/xnode.C 1.49:
11733: * src/classes/xnode.C 1.50:
11734: * src/classes/xnode.C 1.51:
11735: * src/types/pa_vxdoc.C 1.21:
11736: xdoc.fields fixed [were error in xnode, which were not catched
11737: in xdoc]
11738:
11739: * src/classes/xdoc.C 1.99:
11740: xdoc getElementsByTagName, ...NS
11741: overriden, work now
11742:
11743: * src/include/pa_stylesheet_connection.h 1.31:
11744: * src/main/pa_globals.C 1.138:
11745: prepared:
11746: // validate each document after load/create (?)
11747: //xmlDoValidityCheckingDefaultValue = 1;
11748:
11749: 2002-08-15 paf
11750: * src/types/pa_vrequest.C 1.25:
11751: * www/htdocs/index.html 1.113:
11752: $request:body unprecessed POST request
11753:
11754: * operators.txt 1.71:
11755: * src/classes/form.C 1.31:
11756: * src/include/pa_pool.h 1.84:
11757: * src/include/pa_request.h 1.145:
11758: * src/main/pa_pool.C 1.56:
11759: * src/types/pa_vform.C 1.66:
11760: * src/types/pa_vform.h 1.41:
11761: * www/htdocs/.htaccess 1.7:
11762: planning/preparing_to $request:body
11763: r.post_data now const
11764:
11765: * src/classes/image.C 1.75:
11766: * src/classes/op.C 1.104:
11767: * src/classes/xdoc.C 1.98:
11768: * src/classes/xnode.C 1.48:
11769: * src/main/execute.C 1.255:
11770: * src/types/pa_value.h 1.97:
11771: * src/types/pa_vhash.h 1.39:
11772: * src/types/pa_vobject.C 1.7:
11773: * src/types/pa_vobject.h 1.33:
11774: * src/types/pa_vtable.h 1.46:
11775: * www/htdocs/index.html 1.111:
11776: instead of type() checking everywhere used Value.as
11777: now user descendants can be used in params.
11778:
11779: VObject::as_*, is_defined now taken from bases.
11780: xtable(table)
11781: ^if($xtable) now OK
11782:
11783: * operators.txt 1.73:
11784: * src/include/pa_common.h 1.80:
11785: * src/main/pa_common.C 1.117:
11786: * src/types/pa_vcookie.C 1.49:
11787: * src/types/pa_vdate.h 1.19:
11788: * src/types/pa_vresponse.C 1.11:
11789: * src/types/pa_vresponse.h 1.29:
11790: * www/htdocs/index.html 1.115:
11791: $response:field[date]
11792: $response:field[$.xxx[date]]
11793:
11794: * src/types/pa_value.h 1.98:
11795: * src/types/pa_vdate.h 1.18:
11796: * src/types/pa_vrequest.C 1.24:
11797: * src/types/pa_vxdoc.C 1.20:
11798: * src/types/pa_vxnode.C 1.24:
11799: * www/htdocs/index.html 1.112:
11800: few barks:
11801: bark("%s field not found", 0, &aname)
11802:
11803: * src/classes/hash.C 1.45:
11804: * src/classes/string.C 1.117:
11805: * src/classes/table.C 1.160:
11806: * src/classes/void.C 1.22:
11807: * src/include/pa_sql_connection.h 1.27:
11808: * www/htdocs/index.html 1.114:
11809: fixed source of ^hash::sql{bad}
11810:
11811: * src/classes/classes.h 1.22:
11812: * www/htdocs/index.html 1.116:
11813: write to static var caused useless Exception, introduced
11814: Methoded::put_element wich consumes those
11815:
11816: * src/main/execute.C 1.254:
11817: * src/types/pa_value.h 1.96:
11818: * src/types/pa_vclass.C 1.12:
11819: * src/types/pa_vclass.h 1.37:
11820: * src/types/pa_vobject.C 1.6:
11821: * src/types/pa_vobject.h 1.32:
11822: * src/types/pa_vxdoc.C 1.19:
11823: * src/types/pa_vxdoc.h 1.29:
11824: is->as
11825:
11826: * operators.txt 1.72:
11827: $request:body unprecessed POST request body
11828:
11829: 2002-08-14 paf
11830: * src/targets/cgi/Makefile.am 1.41:
11831: * src/targets/cgi/fixopt.C 1.1:
11832: * src/targets/cgi/fixopt.C 1.2:
11833: * src/targets/cgi/fixopt.h 1.1:
11834: * src/targets/cgi/parser3.C 1.194:
11835: * src/targets/cgi/parser3.dsp 1.55:
11836: fixopt now preprocesses command line params, splitting them by
11837: space, excluding argv[0], argv[argc-1]
11838:
11839: * src/classes/xnode.h 1.16:
11840: * src/main/execute.C 1.253:
11841: * src/targets/cgi/parser3.dsp 1.56:
11842: * src/types/pa_value.h 1.95:
11843: * src/types/pa_vclass.C 1.11:
11844: * src/types/pa_vclass.h 1.36:
11845: * src/types/pa_vcode_frame.h 1.21:
11846: * src/types/pa_vcookie.C 1.48:
11847: * src/types/pa_vcookie.h 1.21:
11848: * src/types/pa_vdate.h 1.17:
11849: * src/types/pa_venv.h 1.26:
11850: * src/types/pa_vfile.h 1.49:
11851: * src/types/pa_vform.C 1.65:
11852: * src/types/pa_vform.h 1.40:
11853: * src/types/pa_vhash.h 1.38:
11854: * src/types/pa_vimage.h 1.31:
11855: * src/types/pa_vmail.C 1.22:
11856: * src/types/pa_vmail.h 1.6:
11857: * src/types/pa_vmath.h 1.12:
11858: * src/types/pa_vmethod_frame.h 1.34:
11859: * src/types/pa_vobject.C 1.5:
11860: * src/types/pa_vobject.h 1.31:
11861: * src/types/pa_vrequest.C 1.23:
11862: * src/types/pa_vrequest.h 1.23:
11863: * src/types/pa_vresponse.C 1.10:
11864: * src/types/pa_vresponse.h 1.28:
11865: * src/types/pa_vstateless_class.h 1.34:
11866: * src/types/pa_vstateless_object.h 1.25:
11867: * src/types/pa_vstatus.C 1.12:
11868: * src/types/pa_vstatus.h 1.13:
11869: * src/types/pa_vstring.h 1.52:
11870: * src/types/pa_vtable.C 1.19:
11871: * src/types/pa_vtable.h 1.45:
11872: * src/types/pa_vvoid.h 1.14:
11873: * src/types/pa_vxdoc.C 1.18:
11874: * src/types/pa_vxdoc.h 1.28:
11875: * src/types/pa_vxnode.C 1.23:
11876: * src/types/pa_vxnode.h 1.20:
11877: * src/types/pa_wwrapper.h 1.24:
11878: * www/htdocs/index.html 1.110:
11879: is now works with VObject & VClass
11880:
11881: * src/types/pa_vmail.C 1.21:
11882: mail: turned off utf8 to source transcoding
11883:
11884: * src/targets/cgi/parser3.C 1.193:
11885: -f config file
11886:
11887: * src/targets/cgi/Makefile.am 1.42:
11888: * src/targets/cgi/fixopt.C 1.3:
11889: * src/targets/cgi/fixopt.h 1.2:
11890: * src/targets/cgi/parser3.C 1.195:
11891: removed fixopt stupidity. on stupid linux use
11892: cd /document/root
11893: ../cgi/parser3 script
11894:
11895: * src/targets/cgi/Makefile.in 1.52:
11896: * src/targets/cgi/Makefile.in 1.53:
11897: *** empty log message ***
11898:
11899: * src/targets/cgi/parser3.C 1.192:
11900: * www/htdocs/auto.p 1.17:
11901: * www/htdocs/derived.p 1.11:
11902: * www/htdocs/index.html 1.109:
11903: fixed .log file dir
11904:
11905: 2002-08-13 paf
11906: * www/htdocs/derived.p 1.7:
11907: sample: dont convinient that table fields can be overridden
11908:
11909: * src/types/Makefile.in 1.43:
11910: added vobject.c & vclass
11911:
11912: * src/types/Makefile.in 1.42:
11913: VAliased removed
11914:
11915: * src/types/pa_vclass.C 1.9:
11916: * www/htdocs/derived.p 1.9:
11917: checked: form[vclass]fields can be overwritten in derived(table)
11918:
11919: * src/types/Makefile.am 1.26:
11920: * src/types/pa_vclass.C 1.7:
11921: * src/types/pa_vclass.h 1.34:
11922: * src/types/pa_vobject.C 1.1:
11923: * src/types/pa_vobject.h 1.29:
11924: * src/types/types.dsp 1.32:
11925: reorganized modules
11926: todo: fix bug with put endless recoursion
11927: todo: check 'as'
11928:
11929: * src/types/pa_vclass.C 1.10:
11930: * www/htdocs/index.html 1.107:
11931: allow override parent variables, useful for form descendants
11932:
11933: * src/types/pa_vobject.C 1.4:
11934: * www/htdocs/derived.p 1.10:
11935: * www/htdocs/index.html 1.108:
11936: allow override parent variables, useful for form descendants [
11937: in vobject too, were in vclass]
11938:
11939: * src/classes/form.C 1.30:
11940: * src/classes/mail.C 1.78:
11941: * src/classes/op.C 1.103:
11942: * src/classes/xnode.h 1.15:
11943: * src/include/pa_request.h 1.144:
11944: * src/main/execute.C 1.252:
11945: * src/main/pa_request.C 1.226:
11946: * src/types/pa_value.h 1.94:
11947: * src/types/pa_vclass.C 1.8:
11948: * src/types/pa_vclass.h 1.35:
11949: * src/types/pa_vcode_frame.h 1.20:
11950: * src/types/pa_vcookie.C 1.47:
11951: * src/types/pa_vcookie.h 1.20:
11952: * src/types/pa_vdate.h 1.16:
11953: * src/types/pa_venv.h 1.25:
11954: * src/types/pa_vfile.h 1.48:
11955: * src/types/pa_vform.C 1.64:
11956: * src/types/pa_vform.h 1.39:
11957: * src/types/pa_vhash.h 1.37:
11958: * src/types/pa_vimage.h 1.30:
11959: * src/types/pa_vmail.C 1.20:
11960: * src/types/pa_vmail.h 1.5:
11961: * src/types/pa_vmath.h 1.11:
11962: * src/types/pa_vmethod_frame.h 1.33:
11963: * src/types/pa_vobject.C 1.3:
11964: * src/types/pa_vobject.h 1.30:
11965: * src/types/pa_vrequest.C 1.22:
11966: * src/types/pa_vrequest.h 1.22:
11967: * src/types/pa_vresponse.C 1.9:
11968: * src/types/pa_vresponse.h 1.27:
11969: * src/types/pa_vstateless_class.h 1.33:
11970: * src/types/pa_vstateless_object.h 1.24:
11971: * src/types/pa_vstatus.C 1.11:
11972: * src/types/pa_vstatus.h 1.12:
11973: * src/types/pa_vstring.h 1.51:
11974: * src/types/pa_vtable.C 1.18:
11975: * src/types/pa_vtable.h 1.44:
11976: * src/types/pa_vvoid.h 1.13:
11977: * src/types/pa_vxdoc.C 1.17:
11978: * src/types/pa_vxdoc.h 1.27:
11979: * src/types/pa_vxnode.C 1.22:
11980: * src/types/pa_vxnode.h 1.19:
11981: * src/types/pa_wwrapper.h 1.23:
11982: introduced Value::get_element(..., bool looking_down) [needed
11983: to exclude endless recoursion]
11984:
11985: * src/classes/table.C 1.159:
11986: * src/types/pa_vtable.C 1.17:
11987: * src/types/pa_vtable.h 1.43:
11988: * www/htdocs/derived.p 1.5:
11989: fixed error message on using non-created table
11990:
11991: * src/classes/form.C 1.29:
11992: * src/classes/hash.C 1.44:
11993: * src/classes/mail.C 1.77:
11994: * src/classes/op.C 1.102:
11995: * src/classes/xnode.h 1.14:
11996: * src/include/pa_request.h 1.143:
11997: * src/main/compile.C 1.66:
11998: * src/main/compile.tab.C 1.60:
11999: * src/main/execute.C 1.251:
12000: * src/main/pa_request.C 1.225:
12001: * src/types/pa_value.h 1.93:
12002: * src/types/pa_vclass.h 1.33:
12003: * src/types/pa_vcode_frame.h 1.19:
12004: * src/types/pa_vcookie.C 1.46:
12005: * src/types/pa_vcookie.h 1.19:
12006: * src/types/pa_vdate.h 1.15:
12007: * src/types/pa_venv.h 1.24:
12008: * src/types/pa_vfile.h 1.47:
12009: * src/types/pa_vform.C 1.63:
12010: * src/types/pa_vform.h 1.38:
12011: * src/types/pa_vhash.h 1.36:
12012: * src/types/pa_vimage.C 1.20:
12013: * src/types/pa_vimage.h 1.29:
12014: * src/types/pa_vmail.C 1.19:
12015: * src/types/pa_vmail.h 1.4:
12016: * src/types/pa_vmath.h 1.10:
12017: * src/types/pa_vmethod_frame.h 1.32:
12018: * src/types/pa_vobject.h 1.26:
12019: * src/types/pa_vrequest.C 1.20:
12020: * src/types/pa_vrequest.h 1.20:
12021: * src/types/pa_vresponse.C 1.8:
12022: * src/types/pa_vresponse.h 1.26:
12023: * src/types/pa_vstateless_class.h 1.32:
12024: * src/types/pa_vstateless_object.h 1.23:
12025: * src/types/pa_vstatus.C 1.10:
12026: * src/types/pa_vstatus.h 1.11:
12027: * src/types/pa_vstring.h 1.50:
12028: * src/types/pa_vtable.C 1.16:
12029: * src/types/pa_vtable.h 1.42:
12030: * src/types/pa_vvoid.h 1.12:
12031: * src/types/pa_vxdoc.C 1.16:
12032: * src/types/pa_vxdoc.h 1.26:
12033: * src/types/pa_vxnode.C 1.21:
12034: * src/types/pa_vxnode.h 1.18:
12035: * src/types/pa_wwrapper.h 1.22:
12036: * www/htdocs/derived.p 1.4:
12037: VObject.get/out now looking down/up tree
12038: todo: fix error message on non-constructed parents
12039:
12040: * src/types/pa_vobject.h 1.28:
12041: * www/htdocs/derived.p 1.8:
12042: checked: table fields can be overwritten in derived(table)
12043:
12044: * src/types/pa_vobject.h 1.27:
12045: * www/htdocs/derived.p 1.6:
12046: * www/htdocs/index.html 1.106:
12047: derived classes can have fields of their own now
12048:
12049: 2002-08-12 paf
12050: * src/main/compile.tab.C 1.59:
12051: * src/main/compile.y 1.188:
12052: * src/main/execute.C 1.249:
12053: * src/main/execute.C 1.250:
12054: * src/main/pa_request.C 1.224:
12055: * src/types/Makefile.am 1.25:
12056: * src/types/pa_valiased.C 1.17:
12057: * src/types/pa_valiased.h 1.23:
12058: * src/types/pa_value.h 1.92:
12059: * src/types/pa_vclass.h 1.32:
12060: * src/types/pa_vobject.h 1.25:
12061: * src/types/pa_vstateless_class.h 1.30:
12062: * src/types/pa_vstateless_object.h 1.21:
12063: * src/types/pa_wcontext.h 1.37:
12064: ^base:create[] dynamic call rewritten
12065: todo: thorough testing
12066:
12067: * src/types/pa_value.h 1.91:
12068: * src/types/pa_vclass.h 1.31:
12069: * src/types/pa_vobject.h 1.24:
12070: * www/htdocs/base.p 1.1:
12071: * www/htdocs/derived.p 1.1:
12072: VObject ctor now instantates base class, remembers it and saves child in parent
12073: VObject.get_class now returns last child = downward virtual calls OK
12074:
12075: * src/types/pa_vstateless_class.h 1.31:
12076: * src/types/pa_vstateless_object.h 1.22:
12077: * www/htdocs/derived.p 1.3:
12078: table derived OK
12079:
12080: * src/main/pa_request.C 1.223:
12081: response:body[file] content-type check fixed [were bad when
12082: content-type is hash]
12083:
12084: * bin/auto.p.dist.in 1.5:
12085: fixed sendmail default comment
12086:
12087: * src/main/execute.C 1.248:
12088: * src/types/pa_value.h 1.90:
12089: * src/types/pa_vclass.h 1.30:
12090: * src/types/pa_vdate.h 1.14:
12091: * src/types/pa_vdouble.h 1.40:
12092: * src/types/pa_vfile.h 1.46:
12093: * src/types/pa_vimage.h 1.28:
12094: * src/types/pa_vint.h 1.37:
12095: * src/types/pa_vmethod_frame.h 1.31:
12096: * src/types/pa_vobject.h 1.23:
12097: * src/types/pa_vresponse.h 1.25:
12098: * src/types/pa_vstateless_class.h 1.29:
12099: * src/types/pa_vstateless_object.h 1.20:
12100: * src/types/pa_vstring.h 1.49:
12101: * src/types/pa_vtable.h 1.41:
12102: * src/types/pa_vxdoc.h 1.25:
12103: * src/types/pa_vxnode.h 1.17:
12104: * src/types/pa_wcontext.h 1.36:
12105: * src/types/types.dsp 1.31:
12106: * www/htdocs/index.html 1.105:
12107: killed VAliased [redundant], moved $CLASS to VObject only [
12108: parser class instance]
12109:
12110: * bin/auto.p.dist.in 1.6:
12111: more like in dist on parser.ru
12112:
12113: * www/htdocs/base.p 1.2:
12114: * www/htdocs/derived.p 1.2:
12115: not good - along upward-virtual call self eq child
12116:
12117: 2002-08-09 paf
12118: * src/main/execute.C 1.247:
12119: * src/types/pa_value.h 1.89:
12120: * src/types/pa_vclass.h 1.29:
12121: * src/types/pa_vobject.h 1.22:
12122: * src/types/pa_vxdoc.h 1.24:
12123: * www/htdocs/index.html 1.104:
12124: started as()
12125:
12126: 2002-08-08 paf
12127: * src/classes/mail.C 1.76:
12128: * src/types/pa_vmail.C 1.18:
12129: * www/htdocs/auto.p 1.16:
12130: * www/htdocs/index.html 1.98:
12131: in letter texts one can use tainted data now. only she must specify the language.
12132:
12133: ^mail:send[
12134: $.from[paf@mail.design.ru]
12135: $.to[paf@mail.design.ru]
1.39 ! paf 12136: $.subject[^taint[uri][??????]=2]
! 12137: $.text[^taint[uri][??????]=]
1.15 paf 12138: ]
12139:
12140: * operators.txt 1.67:
12141: * src/include/pa_string.h 1.142:
12142: * src/include/pa_string.h 1.143:
12143: * src/main/pa_string.C 1.168:
12144: * www/htdocs/index.html 1.95:
12145: String::first_char now not fails on empty strings
12146: ^if(-f '') now ok and in 3 other places.
12147:
12148: * src/classes/file.C 1.95:
12149: * src/classes/op.C 1.101:
12150: * src/types/pa_vfile.C 1.33:
12151: * www/htdocs/index.html 1.96:
12152: * www/htdocs/index.html 1.97:
12153: ^process now prints more precise origin
12154:
12155: * operators.txt 1.68:
12156: * src/types/pa_vdate.h 1.13:
12157: * www/htdocs/index.html 1.99:
12158: $date.yearday
12159: $date.daylightsaving
12160:
12161: * src/main/execute.C 1.246:
12162: * www/htdocs/index.html 1.100:
12163: error reporting on object writes to MAIN improved [were ruind
12164: with fixing $obj[^if(1){$obj}] ]
12165:
12166: * operators.txt 1.69:
12167: * operators.txt 1.70:
12168: * src/classes/date.C 1.36:
12169: * src/include/pa_globals.h 1.94:
12170: * src/main/pa_globals.C 1.137:
12171: * www/htdocs/index.html 1.101:
12172: * www/htdocs/index.html 1.102:
12173: year column in month calendar [week year]
12174:
12175: 2002-08-07 paf
12176: * src/classes/classes.dsp 1.24:
12177: * src/classes/table.C 1.158:
12178: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
12179: * src/main/pa_array.C 1.52:
12180: * src/types/types.dsp 1.30:
12181: * www/htdocs/index.html 1.91:
12182: all Debug dirs in .dsp now named 'Debug'
12183:
12184: * src/classes/string.C 1.116:
12185: * src/main/pa_string.C 1.166:
12186: * src/main/pa_string.C 1.167:
12187: * www/htdocs/index.html 1.93:
12188: * www/htdocs/index.html 1.94:
12189: ^string.mid(0;bad) fixed
12190:
12191: * operators.txt 1.66:
12192: * src/classes/op.C 1.100:
12193: cache...{...^cache<<to past...} now erasing cache file [there
12194: were bad check on that]
12195:
12196: * operators.txt 1.65:
12197: * src/classes/mail.C 1.75:
12198: exception_type email.send
12199:
12200: * src/types/pa_vmail.C 1.16:
12201: * www/htdocs/global.xsl 1.8:
12202: * www/htdocs/index.html 1.89:
12203: mail:send empty email checked
12204:
12205: * src/main/execute.C 1.245:
12206: * src/types/pa_vcode_frame.h 1.17:
12207: * src/types/pa_vcode_frame.h 1.18:
12208: * src/types/pa_vmethod_frame.h 1.30:
12209: * src/types/pa_wcontext.C 1.22:
12210: * src/types/pa_wcontext.h 1.35:
12211: * src/types/pa_wwrapper.h 1.21:
12212: * www/htdocs/index.html 1.92:
12213: vcodeframe were mistakenly not completely transparent to object writes.
12214: $hash[^if(1){$hash}] now works
12215:
12216: * operators.txt 1.64:
12217: * src/types/pa_vmail.C 1.17:
12218: * www/htdocs/index.html 1.90:
12219: exception_type email.format
12220:
12221: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
12222: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
12223: all included into dist
12224:
12225: 2002-08-06 paf
12226: * src/classes/file.C 1.93:
12227: * src/include/pa_globals.h 1.93:
12228: * src/main/pa_globals.C 1.136:
12229: * src/main/pa_request.C 1.222:
12230: * src/types/pa_vfile.C 1.32:
12231: * src/types/pa_vfile.h 1.45:
12232: * www/htdocs/index.html 1.85:
12233: $file.content-type [instead of .mime-type]
12234: now works for file::stat also
12235:
12236: * src/main/pa_request.C 1.221:
12237: * www/htdocs/index.html 1.84:
12238: case insensitive mime_type_of
12239:
12240: * src/classes/file.C 1.94:
12241: * www/htdocs/index.html 1.86:
12242: $f[file::cgi]
12243: $f.UPPER case fields
12244:
12245: * operators.txt 1.62:
12246: * operators.txt 1.63:
12247: * src/classes/table.C 1.157:
12248: * src/include/pa_array.h 1.56:
12249: * src/include/pa_table.h 1.47:
12250: * src/main/pa_array.C 1.51:
12251: * src/main/pa_table.C 1.50:
12252: * www/htdocs/index.html 1.88:
12253: ^table::create[$source;$.options]
12254: ^table::join[$source;$.options]
12255:
12256: * bin/auto.p.dist.in 1.4:
12257: jpeg
12258:
12259: * operators.txt 1.61:
12260: * src/classes/hash.C 1.43:
12261: * src/classes/string.C 1.115:
12262: * src/classes/table.C 1.156:
12263: * www/htdocs/index.html 1.87:
12264: sql options can be string now
12265: ^xxx:sql{...}[
12266: # $.default()
12267: }
12268:
12269: 2002-08-05 paf
12270: * src/classes/date.C 1.34:
12271: * src/include/pa_globals.h 1.92:
12272: * src/main/pa_globals.C 1.135:
12273: month calendar week column [ISO 8601 Week Numbers]
12274:
12275: * operators.txt 1.60:
12276: comment on date:calendar week column
12277:
12278: * src/types/pa_vxnode.C 1.20:
12279: xnode.childNodes now 0... [were 1...]
12280:
12281: * src/main/pa_common.C 1.113:
12282: * src/main/pa_common.C 1.114:
12283: * src/main/pa_common.C 1.115:
12284: * src/main/pa_common.C 1.116:
12285: write checked
12286:
12287: * src/types/pa_vmail.C 1.15:
12288: file buffer relocated to parser heap
12289:
12290: * src/classes/date.C 1.35:
12291: +1 buf size for stupid snprintfs
12292:
12293: 2002-08-02 paf
12294: * operators.txt 1.59:
12295: * src/main/pa_request.C 1.220:
12296: * src/types/pa_vform.C 1.61:
12297: * www/htdocs/index.html 1.83:
12298: response transcoded source->client only when text/* or simple
12299: onoverridden $response:body
12300:
12301: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
12302: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
12303: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
12304: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
12305: removed #define DEBUG*
12306:
12307: * src/Makefile.in 1.50:
12308: * src/classes/Makefile.in 1.48:
12309: * src/main/Makefile.in 1.44:
12310: * src/targets/apache13/Makefile.in 1.37:
12311: * src/targets/cgi/Makefile.in 1.51:
12312: * src/types/Makefile.in 1.41:
12313: *** empty log message ***
12314:
12315: * src/types/pa_vclass.h 1.28:
12316: * src/types/pa_vform.C 1.62:
12317: * src/types/pa_vobject.h 1.21:
12318: opera multipart post fixed
12319:
12320: * configure [release_3_0_0005] 1.35.2.1:
12321: * configure.in [release_3_0_0005] 1.36.2.1:
12322: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
12323: release 3_0_0005
12324:
12325: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
12326: unhandled_exception comments
12327:
12328: 2002-08-01 paf
12329: * src/classes/classes.C 1.17:
12330: * src/classes/classes.h 1.21:
12331: * src/classes/date.C 1.33:
12332: * src/classes/double.C 1.49:
12333: * src/classes/file.C 1.92:
12334: * src/classes/form.C 1.28:
12335: * src/classes/hash.C 1.42:
12336: * src/classes/image.C 1.74:
12337: * src/classes/int.C 1.46:
12338: * src/classes/mail.C 1.74:
12339: * src/classes/math.C 1.23:
12340: * src/classes/op.C 1.99:
12341: * src/classes/response.C 1.21:
12342: * src/classes/string.C 1.114:
12343: * src/classes/table.C 1.155:
12344: * src/classes/void.C 1.21:
12345: * src/classes/xdoc.C 1.97:
12346: * src/classes/xnode.C 1.47:
12347: * src/classes/xnode.h 1.13:
12348: * src/include/pa_array.h 1.55:
12349: * src/include/pa_cache_managers.h 1.8:
12350: * src/include/pa_charset.h 1.18:
12351: * src/include/pa_charsets.h 1.7:
12352: * src/include/pa_common.h 1.79:
12353: * src/include/pa_config_fixed.h 1.48:
12354: * src/include/pa_dictionary.h 1.12:
12355: * src/include/pa_dir.h 1.12:
12356: * src/include/pa_exception.h 1.37:
12357: * src/include/pa_exec.h 1.10:
12358: * src/include/pa_globals.h 1.91:
12359: * src/include/pa_hash.h 1.57:
12360: * src/include/pa_opcode.h 1.20:
12361: * src/include/pa_pool.h 1.83:
12362: * src/include/pa_request.h 1.142:
12363: * src/include/pa_sapi.h 1.21:
12364: * src/include/pa_socks.h 1.10:
12365: * src/include/pa_sql_connection.h 1.26:
12366: * src/include/pa_sql_driver_manager.h 1.25:
12367: * src/include/pa_stack.h 1.16:
12368: * src/include/pa_string.h 1.141:
12369: * src/include/pa_stylesheet_connection.h 1.30:
12370: * src/include/pa_stylesheet_manager.h 1.14:
12371: * src/include/pa_table.h 1.46:
12372: * src/include/pa_threads.h 1.25:
12373: * src/include/pa_types.h 1.43:
12374: * src/include/pa_uue.h 1.3:
12375: * src/lib/md5/pa_md5.h 1.4:
12376: * src/lib/md5/pa_md5c.c 1.5:
12377: * src/lib/pcre/pcre_parser_ctype.c 1.2:
12378: * src/main/compile.C 1.65:
12379: * src/main/compile.tab.C 1.58:
12380: * src/main/compile_tools.C 1.52:
12381: * src/main/compile_tools.h 1.63:
12382: * src/main/execute.C 1.244:
12383: * src/main/pa_array.C 1.50:
12384: * src/main/pa_cache_managers.C 1.6:
12385: * src/main/pa_charset.C 1.28:
12386: * src/main/pa_charsets.C 1.10:
12387: * src/main/pa_common.C 1.112:
12388: * src/main/pa_dictionary.C 1.16:
12389: * src/main/pa_dir.C 1.13:
12390: * src/main/pa_exception.C 1.42:
12391: * src/main/pa_exec.C 1.39:
12392: * src/main/pa_globals.C 1.134:
12393: * src/main/pa_hash.C 1.52:
12394: * src/main/pa_pool.C 1.55:
12395: * src/main/pa_request.C 1.219:
12396: * src/main/pa_socks.C 1.16:
12397: * src/main/pa_sql_driver_manager.C 1.64:
12398: * src/main/pa_string.C 1.165:
12399: * src/main/pa_stylesheet_manager.C 1.15:
12400: * src/main/pa_table.C 1.49:
12401: * src/main/pa_uue.C 1.3:
12402: * src/main/untaint.C 1.104:
12403: * src/sql/pa_sql_driver.h 1.28:
12404: * src/targets/apache13/mod_parser3.C 1.26:
12405: * src/targets/apache13/pa_md5c.c 1.4:
12406: * src/targets/apache13/pa_pool.C 1.7:
12407: * src/targets/apache13/pa_threads.C 1.10:
12408: * src/targets/cgi/pa_pool.C 1.40:
12409: * src/targets/cgi/pa_threads.C 1.11:
12410: * src/targets/cgi/parser3.C 1.190:
12411: * src/targets/cgi/pool_storage.h 1.12:
12412: * src/targets/isapi/pa_pool.C 1.15:
12413: * src/targets/isapi/pa_threads.C 1.12:
12414: * src/targets/isapi/parser3isapi.C 1.78:
12415: * src/targets/isapi/pool_storage.h 1.18:
12416: * src/types/pa_valiased.C 1.16:
12417: * src/types/pa_valiased.h 1.22:
12418: * src/types/pa_value.C 1.3:
12419: * src/types/pa_value.h 1.88:
12420: * src/types/pa_vbool.h 1.20:
12421: * src/types/pa_vclass.h 1.27:
12422: * src/types/pa_vcode_frame.h 1.16:
12423: * src/types/pa_vcookie.C 1.45:
12424: * src/types/pa_vcookie.h 1.18:
12425: * src/types/pa_vdate.h 1.12:
12426: * src/types/pa_vdouble.h 1.39:
12427: * src/types/pa_venv.h 1.23:
12428: * src/types/pa_vfile.C 1.31:
12429: * src/types/pa_vfile.h 1.44:
12430: * src/types/pa_vform.C 1.60:
12431: * src/types/pa_vform.h 1.37:
12432: * src/types/pa_vhash.h 1.35:
12433: * src/types/pa_vimage.C 1.19:
12434: * src/types/pa_vimage.h 1.27:
12435: * src/types/pa_vint.h 1.36:
12436: * src/types/pa_vjunction.h 1.15:
12437: * src/types/pa_vmail.C 1.14:
12438: * src/types/pa_vmail.h 1.3:
12439: * src/types/pa_vmath.h 1.9:
12440: * src/types/pa_vmethod_frame.h 1.29:
12441: * src/types/pa_vobject.h 1.20:
12442: * src/types/pa_vrequest.C 1.19:
12443: * src/types/pa_vrequest.h 1.19:
12444: * src/types/pa_vresponse.C 1.7:
12445: * src/types/pa_vresponse.h 1.24:
12446: * src/types/pa_vstateless_class.C 1.15:
12447: * src/types/pa_vstateless_class.h 1.28:
12448: * src/types/pa_vstateless_object.h 1.19:
12449: * src/types/pa_vstatus.C 1.9:
12450: * src/types/pa_vstatus.h 1.10:
12451: * src/types/pa_vstring.C 1.21:
12452: * src/types/pa_vstring.h 1.48:
12453: * src/types/pa_vtable.C 1.15:
12454: * src/types/pa_vtable.h 1.40:
12455: * src/types/pa_vvoid.h 1.11:
12456: * src/types/pa_vxdoc.C 1.15:
12457: * src/types/pa_vxdoc.h 1.23:
12458: * src/types/pa_vxnode.C 1.19:
12459: * src/types/pa_vxnode.h 1.16:
12460: * src/types/pa_wcontext.C 1.21:
12461: * src/types/pa_wcontext.h 1.34:
12462: * src/types/pa_wwrapper.h 1.20:
1.26 paf 12463: $Date: now$
1.15 paf 12464:
12465: * src/Makefile.am 1.17:
12466: * src/classes/Makefile.am 1.40:
12467: * src/classes/classes.C 1.16:
12468: * src/classes/classes.dsp 1.23:
12469: * src/classes/classes.h 1.20:
12470: * src/classes/date.C 1.32:
12471: * src/classes/double.C 1.48:
12472: * src/classes/file.C 1.91:
12473: * src/classes/form.C 1.27:
12474: * src/classes/hash.C 1.41:
12475: * src/classes/image.C 1.73:
12476: * src/classes/int.C 1.45:
12477: * src/classes/mail.C 1.73:
12478: * src/classes/math.C 1.22:
12479: * src/classes/op.C 1.98:
12480: * src/classes/response.C 1.20:
12481: * src/classes/string.C 1.113:
12482: * src/classes/table.C 1.154:
12483: * src/classes/void.C 1.20:
12484: * src/classes/xdoc.C 1.96:
12485: * src/classes/xnode.C 1.46:
12486: * src/classes/xnode.h 1.12:
12487: * src/include/pa_array.h 1.54:
12488: * src/include/pa_cache_managers.h 1.7:
12489: * src/include/pa_charset.h 1.17:
12490: * src/include/pa_charsets.h 1.6:
12491: * src/include/pa_common.h 1.78:
12492: * src/include/pa_config_fixed.h 1.47:
12493: * src/include/pa_config_includes.h 1.20:
12494: * src/include/pa_dictionary.h 1.11:
12495: * src/include/pa_dir.h 1.11:
12496: * src/include/pa_exception.h 1.36:
12497: * src/include/pa_exec.h 1.9:
12498: * src/include/pa_globals.h 1.90:
12499: * src/include/pa_hash.h 1.56:
12500: * src/include/pa_opcode.h 1.19:
12501: * src/include/pa_pool.h 1.82:
12502: * src/include/pa_pragma_pack_begin.h 1.5:
12503: * src/include/pa_pragma_pack_end.h 1.5:
12504: * src/include/pa_request.h 1.141:
12505: * src/include/pa_sapi.h 1.20:
12506: * src/include/pa_socks.h 1.9:
12507: * src/include/pa_sql_connection.h 1.25:
12508: * src/include/pa_sql_driver_manager.h 1.24:
12509: * src/include/pa_stack.h 1.15:
12510: * src/include/pa_string.h 1.140:
12511: * src/include/pa_stylesheet_connection.h 1.29:
12512: * src/include/pa_stylesheet_manager.h 1.13:
12513: * src/include/pa_table.h 1.45:
12514: * src/include/pa_threads.h 1.24:
12515: * src/include/pa_types.h 1.42:
12516: * src/include/pa_uue.h 1.2:
12517: * src/lib/md5/pa_md5.h 1.3:
12518: * src/lib/md5/pa_md5c.c 1.4:
12519: * src/main/Makefile.am 1.34:
12520: * src/main/compile.C 1.64:
12521: * src/main/compile_tools.C 1.51:
12522: * src/main/compile_tools.h 1.62:
12523: * src/main/execute.C 1.243:
12524: * src/main/main.dsp 1.157:
12525: * src/main/pa_array.C 1.49:
12526: * src/main/pa_cache_managers.C 1.5:
12527: * src/main/pa_charset.C 1.27:
12528: * src/main/pa_charsets.C 1.9:
12529: * src/main/pa_common.C 1.111:
12530: * src/main/pa_dictionary.C 1.15:
12531: * src/main/pa_dir.C 1.12:
12532: * src/main/pa_exception.C 1.41:
12533: * src/main/pa_exec.C 1.38:
12534: * src/main/pa_globals.C 1.133:
12535: * src/main/pa_hash.C 1.51:
12536: * src/main/pa_pool.C 1.54:
12537: * src/main/pa_request.C 1.218:
12538: * src/main/pa_socks.C 1.15:
12539: * src/main/pa_sql_driver_manager.C 1.63:
12540: * src/main/pa_string.C 1.164:
12541: * src/main/pa_stylesheet_manager.C 1.14:
12542: * src/main/pa_table.C 1.48:
12543: * src/main/pa_uue.C 1.2:
12544: * src/main/untaint.C 1.103:
12545: * src/sql/pa_sql_driver.h 1.27:
12546: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
12547: * src/targets/apache13/Makefile.am 1.13:
12548: * src/targets/apache13/mod_parser3.C 1.25:
12549: * src/targets/apache13/pa_md5c.c 1.3:
12550: * src/targets/apache13/pa_pool.C 1.6:
12551: * src/targets/apache13/pa_threads.C 1.9:
12552: * src/targets/cgi/Makefile.am 1.40:
12553: * src/targets/cgi/pa_pool.C 1.39:
12554: * src/targets/cgi/pa_threads.C 1.10:
12555: * src/targets/cgi/parser3.C 1.189:
12556: * src/targets/cgi/parser3.dsp 1.54:
12557: * src/targets/cgi/pool_storage.h 1.11:
12558: * src/targets/isapi/pa_pool.C 1.14:
12559: * src/targets/isapi/pa_threads.C 1.11:
12560: * src/targets/isapi/parser3isapi.C 1.77:
12561: * src/targets/isapi/parser3isapi.dsp 1.41:
12562: * src/targets/isapi/pool_storage.h 1.17:
12563: * src/types/Makefile.am 1.24:
12564: * src/types/pa_valiased.C 1.15:
12565: * src/types/pa_valiased.h 1.21:
12566: * src/types/pa_value.C 1.2:
12567: * src/types/pa_value.h 1.87:
12568: * src/types/pa_vbool.h 1.19:
12569: * src/types/pa_vclass.h 1.26:
12570: * src/types/pa_vcode_frame.h 1.15:
12571: * src/types/pa_vcookie.C 1.44:
12572: * src/types/pa_vcookie.h 1.17:
12573: * src/types/pa_vdate.h 1.11:
12574: * src/types/pa_vdouble.h 1.38:
12575: * src/types/pa_venv.h 1.22:
12576: * src/types/pa_vfile.C 1.30:
12577: * src/types/pa_vfile.h 1.43:
12578: * src/types/pa_vform.C 1.59:
12579: * src/types/pa_vform.h 1.36:
12580: * src/types/pa_vhash.h 1.34:
12581: * src/types/pa_vimage.C 1.18:
12582: * src/types/pa_vimage.h 1.26:
12583: * src/types/pa_vint.h 1.35:
12584: * src/types/pa_vjunction.h 1.14:
12585: * src/types/pa_vmail.C 1.13:
12586: * src/types/pa_vmail.h 1.2:
12587: * src/types/pa_vmath.h 1.8:
12588: * src/types/pa_vmethod_frame.h 1.28:
12589: * src/types/pa_vobject.h 1.19:
12590: * src/types/pa_vrequest.C 1.18:
12591: * src/types/pa_vrequest.h 1.18:
12592: * src/types/pa_vresponse.C 1.6:
12593: * src/types/pa_vresponse.h 1.23:
12594: * src/types/pa_vstateless_class.C 1.14:
12595: * src/types/pa_vstateless_class.h 1.27:
12596: * src/types/pa_vstateless_object.h 1.18:
12597: * src/types/pa_vstatus.C 1.8:
12598: * src/types/pa_vstatus.h 1.9:
12599: * src/types/pa_vstring.C 1.20:
12600: * src/types/pa_vstring.h 1.47:
12601: * src/types/pa_vtable.C 1.14:
12602: * src/types/pa_vtable.h 1.39:
12603: * src/types/pa_vvoid.h 1.10:
12604: * src/types/pa_vxdoc.C 1.14:
12605: * src/types/pa_vxdoc.h 1.22:
12606: * src/types/pa_vxnode.C 1.18:
12607: * src/types/pa_vxnode.h 1.15:
12608: * src/types/pa_wcontext.C 1.20:
12609: * src/types/pa_wcontext.h 1.33:
12610: * src/types/pa_wwrapper.h 1.19:
12611: * src/types/types.dsp 1.29:
12612: ident.C* removed
12613:
12614: * operators.txt 1.58:
12615: * src/classes/file.C 1.90:
12616: * src/main/pa_request.C 1.217:
1.24 paf 12617: * www/cgi-bin/parser3.log 1.78:
1.15 paf 12618: file:find[/can/do/this/now.txt]
12619:
12620: * src/targets/cgi/parser3.C 1.188:
12621: usage to stdout now
12622:
12623: 2002-07-31 paf
12624: * src/classes/mail.C 1.72:
12625: * src/types/pa_vmail.C 1.10:
12626: * src/types/pa_vmail.C 1.11:
12627: * src/types/pa_vmail.C 1.12:
12628: mail:
12629: errors-to: now default "postmaster"
12630:
12631: * src/classes/mail.C 1.70:
12632: * src/types/pa_vmail.C 1.9:
1.24 paf 12633: * www/cgi-bin/parser3.log 1.77:
1.15 paf 12634: mail from/to now must be.
12635: -f postmaster now default sendmail key
12636: word "postmaster" replaced to $.from
12637:
12638: * src/classes/mail.C 1.71:
12639: *** empty log message ***
12640:
12641: 2002-07-30 paf
12642: * src/main/pa_charset.C 1.25:
1.24 paf 12643: * www/cgi-bin/parser3.log 1.76:
1.15 paf 12644: * www/htdocs/auto.p 1.15:
12645: UTF-8 to 1byte charset convert, no char in table, &#decimal;
12646:
12647: * Makefile.in 1.16:
12648: * configure 1.35:
12649: * configure.in 1.36:
12650: * src/targets/cgi/Makefile.in 1.50:
12651: * src/targets/cgi/pa_config_paths.h.in 1.2:
12652: * src/targets/cgi/parser3.C 1.187:
12653: removed pa_config_paths.h
12654:
12655: * src/main/pa_charset.C 1.26:
12656: * src/main/pa_request.C 1.216:
12657: comment
12658:
12659: * etc/parser3.charsets/windows-1251.cfg 1.6:
12660: section sign [russian paragraf]
12661:
12662: 2002-07-11 paf
12663: * src/classes/mail.C 1.69:
12664: $MAIL[
12665: # xxx
12666: ]
12667:
12668: now ok
12669:
12670: * operators.txt 1.57:
12671: plan: sql detailed exception
12672:
12673: * src/main/pa_exec.C 1.36:
12674: invalid .exe caused error message with params wich parser did not provide = reported badly.
12675: fixed that.
12676:
12677: * src/main/pa_exec.C 1.37:
12678: build command line badly added params twice [and first time
12679: without ' ']. double wrong. fixed.
12680:
12681: 2002-07-01 paf
12682: * src/classes/form.C 1.26:
12683: * src/main/pa_request.C 1.215:
12684: conf bug fixed [MForm.configure_admin were called when request
12685: main_class ==0
12686:
12687: * src/classes/form.C 1.24:
12688: content_length type fix
12689:
12690: * src/classes/form.C 1.25:
12691: 10*0x400*400 bug fix [4M not 10M]
12692:
12693: 2002-06-30 paf
12694: * src/classes/mail.C 1.68:
12695: merged from 4
12696:
12697: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
12698: restored $MAIL
12699:
12700: 2002-06-28 paf
12701: * configure 1.32:
12702: * operators.txt 1.56:
12703: * src/classes/xdoc.C 1.95:
12704: * src/include/pa_charset.h 1.16:
12705: * src/include/pa_config_fixed.h 1.46:
12706: * src/include/pa_pool.h 1.81:
12707: * src/include/pa_version.h 1.6:
12708: * src/main/pa_charset.C 1.24:
12709: * src/main/pa_pool.C 1.53:
12710: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
12711: * src/targets/cgi/parser3.dsp 1.53:
12712: * src/targets/isapi/parser3isapi.dsp 1.40:
12713: * src/types/pa_vmail.C 1.8:
1.24 paf 12714: * www/cgi-bin/parser3.log 1.75:
1.15 paf 12715: * www/htdocs/index.html 1.82:
12716: merged latest updates to head
12717:
12718: * configure 1.34:
12719: * configure.in [release_3_0_0004] 1.35.2.2:
12720: removed paths.h
12721:
12722: * Makefile.in 1.15:
12723: * configure 1.33:
12724: * src/include/pa_version.h 1.7:
12725: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
12726: lates changes from 4 build merged, makes updated
12727:
12728: 2002-06-27 paf
12729: * src/classes/xdoc.C 1.94:
12730: * www/htdocs/index.html 1.81:
12731: xsltParseStylesheetDoc bug workaround
12732:
12733: * operators.txt [release_3_0_0004] 1.55.2.1:
12734: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
12735: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
12736: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
12737: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
12738: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
12739: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 12740: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 12741: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
12742: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
12743: default uri=path_translated
12744:
12745: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
12746: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
12747: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
12748: post-build not error now
12749:
12750: 2002-06-26 paf
12751: * configure [release_3_0_0004] 1.31.2.1:
12752: * configure.in [release_3_0_0004] 1.35.2.1:
12753: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
12754: release_3_0_0004
12755:
12756: * src/main/pa_string.C 1.162:
12757: blank string '', ' <whitespace>' considered 0 now
12758:
12759: * src/lib/md5/Makefile.in 1.1:
12760: *** empty log message ***
12761:
12762: * src/targets/cgi/parser3.C 1.186:
1.24 paf 12763: * www/cgi-bin/parser3.log 1.74:
1.15 paf 12764: /cgi-bin/parser empty filename checked
12765:
12766: 2002-06-25 paf
12767: * operators.txt 1.55:
12768: * src/classes/xdoc.C 1.93:
1.24 paf 12769: * www/cgi-bin/parser3.log 1.71:
12770: * www/cgi-bin/parser3.log 1.72:
1.15 paf 12771: * www/htdocs/index.html 1.78:
12772: * www/htdocs/index.html 1.79:
12773: ^xdoc.transform[xdoc <<can be now
12774:
12775: * bin/auto.p.dist.in 1.3:
12776: * operators.txt 1.53:
12777: * src/classes/math.C 1.20:
12778: * src/types/pa_vmail.C 1.6:
1.24 paf 12779: * www/cgi-bin/parser3.log 1.70:
1.15 paf 12780: * www/htdocs/index.html 1.76:
12781: math:crypt updated to generate random salt when needed and to
12782: call system crypt() if not $apr1$ prefix
12783:
12784: * configure 1.31:
12785: * configure.in 1.35:
12786: * src/include/pa_config_auto.h.in 1.27:
12787: crypt library configured
12788:
12789: * operators.txt 1.54:
12790: * src/classes/string.C 1.112:
12791: * www/htdocs/index.html 1.77:
12792: ^string.normalize [old name: optimize
12793:
12794: * src/main/pa_string.C 1.161:
1.24 paf 12795: * www/cgi-bin/parser3.log 1.73:
1.15 paf 12796: * www/htdocs/index.html 1.80:
12797: emtpy string, or string of whitespaces considered bad number now
12798:
12799: * src/main/pa_request.C 1.214:
12800: configure_admin forced if no @conf
12801:
12802: 2002-06-24 paf
12803: * Makefile.in 1.14:
12804: * bin/Makefile.in 1.4:
12805: * configure 1.29:
12806: * configure.in 1.33:
12807: * etc/Makefile.in 1.9:
12808: * etc/parser3.charsets/Makefile.in 1.11:
12809: * src/Makefile.in 1.49:
12810: * src/classes/Makefile.in 1.47:
12811: * src/include/Makefile.in 1.6:
12812: * src/include/pa_config_auto.h.in 1.25:
12813: * src/lib/Makefile.in 1.3:
12814: * src/lib/patches/Makefile.in 1.3:
12815: * src/lib/pcre/Makefile.in 1.3:
12816: * src/main/Makefile.in 1.43:
12817: * src/sql/Makefile.in 1.6:
12818: * src/targets/Makefile.in 1.37:
12819: * src/targets/apache13/Makefile.in 1.36:
12820: * src/targets/apache13/p3runConfigure.in 1.11:
12821: * src/targets/cgi/Makefile.am 1.39:
12822: * src/targets/cgi/Makefile.in 1.49:
12823: * src/targets/isapi/Makefile.in 1.6:
12824: * src/types/Makefile.am 1.23:
12825: * src/types/Makefile.in 1.40:
12826: * src/types/pa_vmail.C 1.4:
12827: $mail:received makes update
12828:
12829: * src/targets/cgi/getopt.c 1.1:
12830: * src/targets/cgi/getopt.h 1.1:
12831: introducing parser -m option, for $mail:receive
12832:
12833: * src/include/pa_config_fixed.h 1.45:
12834: ssize_t fixed
12835:
12836: * INSTALL 1.24:
12837: --with-static/shared-mailreceive described
12838:
12839: * operators.txt 1.51:
12840: * src/classes/mail.C 1.67:
12841: * src/include/Makefile.am 1.3:
12842: * src/include/pa_charset.h 1.15:
12843: * src/include/pa_config_fixed.h 1.43:
12844: * src/include/pa_request.h 1.140:
12845: * src/include/pa_string.h 1.139:
12846: * src/include/pa_uue.h 1.1:
12847: * src/main/Makefile.am 1.33:
12848: * src/main/main.dsp 1.155:
12849: * src/main/pa_globals.C 1.131:
12850: * src/main/pa_request.C 1.213:
12851: * src/main/pa_string.C 1.160:
12852: * src/main/pa_uue.C 1.1:
12853: * src/targets/apache13/mod_parser3.C 1.24:
12854: * src/targets/cgi/Makefile.am 1.38:
12855: * src/targets/cgi/parser3.C 1.184:
12856: * src/targets/cgi/parser3.dsp 1.51:
12857: * src/targets/isapi/parser3isapi.C 1.76:
12858: * src/types/pa_vform.C 1.57:
12859: * src/types/pa_vform.h 1.35:
12860: * src/types/pa_vmail.C 1.1:
12861: * src/types/pa_vmail.h 1.1:
12862: * src/types/types.dsp 1.27:
1.24 paf 12863: * www/cgi-bin/parser3.log 1.68:
1.15 paf 12864: * www/htdocs/index.html 1.74:
12865: uue to separate file
12866: introducting $message:received
12867: ^mail:send rewritten with backward comp
12868:
12869: * src/classes/classes.dsp 1.22:
12870: * src/main/main.dsp 1.156:
12871: * src/main/pa_globals.C 1.132:
12872: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
12873: * src/targets/cgi/parser3.dsp 1.52:
12874: * src/targets/isapi/parser3isapi.dsp 1.39:
12875: * src/types/types.dsp 1.28:
12876: win32xml win32mailreceive pseudomodules paths now
12877:
12878: * src/include/pa_config_fixed.h 1.44:
12879: * src/targets/cgi/parser3.C 1.185:
12880: * src/types/pa_vmail.C 1.3:
12881: #ifdef WITH_MAILRECEIVE
12882:
12883: * acconfig.h 1.2:
12884: * configure 1.30:
12885: * configure.in 1.34:
12886: * src/include/pa_config_auto.h.in 1.26:
12887: *** empty log message ***
12888:
12889: 2002-06-21 paf
12890: * Makefile.in 1.13:
12891: * configure 1.28:
12892: * configure.in 1.32:
12893: * src/Makefile.in 1.48:
12894: * src/classes/Makefile.in 1.46:
12895: * src/lib/Makefile.in 1.1:
12896: * src/lib/md5/Makefile.am 1.2:
12897: * src/lib/md5/pa_md5c.c 1.2:
12898: * src/lib/patches/Makefile.in 1.2:
12899: * src/lib/pcre/Makefile.in 1.2:
12900: * src/main/Makefile.in 1.42:
12901: * src/targets/apache13/Makefile.in 1.35:
12902: * src/targets/cgi/Makefile.am 1.37:
12903: * src/targets/cgi/Makefile.in 1.48:
12904: * src/types/Makefile.in 1.39:
12905: lib restructure .in and .am files appropriate changes
12906:
12907: * src/lib/Makefile.am 1.2:
12908: * src/lib/Makefile.in 1.2:
12909: * src/lib/md5/pa_md5.h 1.2:
12910: * src/targets/apache13/p3runConfigure.in 1.10:
12911: * src/targets/apache13/pa_md5c.c 1.2:
12912: lib restructure apache .am & co changes
12913:
12914: * INSTALL 1.23:
12915: * configure.in 1.31:
12916: * operators.txt 1.50:
12917: * parser3.dsw 1.2:
12918: * src/Makefile.am 1.16:
12919: * src/classes/Makefile.am 1.39:
12920: * src/classes/classes.dsp 1.21:
12921: * src/classes/math.C 1.19:
12922: * src/lib/Makefile.am 1.1:
12923: * src/lib/md5/Makefile.am 1.1:
12924: * src/lib/md5/md5.dsp 1.1:
12925: * src/lib/md5/pa_md5.h 1.1:
12926: * src/lib/md5/pa_md5c.c 1.1:
12927: * src/lib/patches/Makefile.am 1.1:
12928: * src/lib/patches/Makefile.in 1.1:
12929: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
12930: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
12931: * src/lib/patches/libgdome_morestatic.patch 1.1:
12932: * src/lib/patches/libxml_error_column_tab.patch 1.1:
12933: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
12934: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
12935: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
12936: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
12937: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
12938: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
12939: * src/lib/pcre/LICENCE 1.1:
12940: * src/lib/pcre/Makefile.am 1.1:
12941: * src/lib/pcre/Makefile.in 1.1:
12942: * src/lib/pcre/README 1.1:
12943: * src/lib/pcre/Tech.Notes 1.1:
12944: * src/lib/pcre/dftables.c 1.1:
12945: * src/lib/pcre/get.c 1.1:
12946: * src/lib/pcre/ibm-1250.ucm 1.1:
12947: * src/lib/pcre/ibm-1251.ucm 1.1:
12948: * src/lib/pcre/ibm-1257.ucm 1.1:
12949: * src/lib/pcre/internal.h 1.1:
12950: * src/lib/pcre/maketables.c 1.1:
12951: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
12952: * src/lib/pcre/pcre.3 1.1:
12953: * src/lib/pcre/pcre.3.html 1.1:
12954: * src/lib/pcre/pcre.3.txt 1.1:
12955: * src/lib/pcre/pcre.c 1.1:
12956: * src/lib/pcre/pcre.dsp 1.1:
12957: * src/lib/pcre/pcre.h 1.1:
12958: * src/lib/pcre/pcre_dftables.dsp 1.1:
12959: * src/lib/pcre/pcre_parser_ctype.c 1.1:
12960: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
12961: * src/lib/pcre/ruspart_win2koi.pl 1.1:
12962: * src/lib/pcre/study.c 1.1:
12963: * src/lib/pcre/win-koi.tab 1.1:
12964: * src/main/Makefile.am 1.32:
12965: * src/main/compile.tab.C 1.57:
12966: * src/main/main.dsp 1.154:
12967: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
12968: * src/targets/apache13/Makefile.am 1.12:
12969: * src/targets/apache13/pa_md5c.c 1.1:
12970: * src/targets/cgi/Makefile.am 1.36:
12971: * src/targets/cgi/parser3.dsp 1.50:
12972: * src/targets/isapi/parser3isapi.dsp 1.38:
12973: * src/types/Makefile.am 1.22:
12974: * src/types/types.dsp 1.26:
1.24 paf 12975: * www/cgi-bin/parser3.log 1.67:
1.15 paf 12976: * www/htdocs/.htaccess 1.5:
12977: * www/htdocs/index.html 1.73:
12978: moved libltdl and pcre to libs/
12979: added libs/md5 which is linked to non-apache targets
12980: ^math:crypt[password;$apr1$salt]
12981:
12982: 2002-06-20 paf
12983: * INSTALL [release_3_0_0003] 1.21.2.1:
12984: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
12985: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
12986: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
12987: * configure [release_3_0_0003] 1.26.2.2:
12988: * configure.in [release_3_0_0003] 1.29.2.2:
12989: * operators.txt [release_3_0_0003] 1.47.2.1:
12990: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
12991: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
12992: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
12993: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
12994: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
12995: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
12996: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
12997: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
12998: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
12999: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
13000: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
13001: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
13002: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
13003: marged latest HEAD updates, mainly file:justname&co & @auto
13004: conf[filespec
13005:
13006: * INSTALL 1.22:
13007: * bin/Makefile.am 1.3:
13008: * bin/auto.p.dist.in 1.1:
13009: * configure.in 1.30:
13010: * operators.txt 1.48:
13011: * src/doc/doxygen.cfg 1.23:
13012: * src/include/pa_globals.h 1.89:
13013: * src/targets/apache13/mod_parser3.C 1.23:
13014: * src/targets/cgi/parser3.C 1.183:
13015: * src/targets/isapi/parser3isapi.C 1.75:
13016: * www/htdocs/auto.p 1.12:
13017: * www/htdocs/index.html 1.70:
13018: parser3.conf renamed to auto.p
13019:
13020: * operators.txt 1.49:
13021: * src/classes/file.C 1.89:
1.24 paf 13022: * www/cgi-bin/parser3.log 1.66:
1.15 paf 13023: * www/htdocs/auto.p 1.14:
13024: * www/htdocs/index.html 1.72:
13025: !^file:dirname[/a/some.tar.gz]=/a
13026: !^file:dirname[/a/b/]=/a
13027: !^file:basename[/a/some.tar.gz]=some.tar.gz
13028: !^file:justname[/a/some.tar.gz]=some.tar
13029: !^file:justext[/a/some.tar.gz]=gz
13030:
13031: * bin/Makefile.in 1.3:
13032: * configure 1.27:
13033: parser3.conf renamed to auto.p autoconf changes
13034:
13035: * src/classes/op.C 1.97:
13036: * src/include/pa_request.h 1.139:
13037: * src/main/execute.C 1.242:
13038: * src/main/pa_request.C 1.212:
13039: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 13040: * www/cgi-bin/parser3.log 1.65:
1.15 paf 13041: * www/htdocs/auto.p 1.13:
13042: * www/htdocs/index.html 1.71:
13043: introducing @conf/auto[filespec]
13044:
13045: * bin/auto.p.dist.in 1.2:
13046: <noindex>
13047:
13048: 2002-06-18 paf
13049: * bin/Makefile.am 1.1:
13050: * bin/Makefile.in 1.1:
13051: * etc/Makefile.am 1.4:
13052: * www/htdocs/index.html 1.69:
13053: bin/parser3.conf.dist [moved from etc
13054:
1.24 paf 13055: * src/classes/file.C 1.86:
13056: * www/cgi-bin/parser3.log 1.64:
13057: ^file::exec[script;$.bad error case insensitive check now
13058:
1.15 paf 13059: * configure [release_3_0_0003] 1.26.2.1:
13060: * configure.in [release_3_0_0003] 1.29.2.1:
13061: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
13062: version to configure.in
13063:
13064: * src/classes/file.C 1.85:
1.24 paf 13065: * www/cgi-bin/parser3.log 1.63:
1.15 paf 13066: * www/htdocs/index.html 1.68:
13067: ^file::exec[script;$.bad now error, not skip
13068:
13069: * Makefile.am 1.5:
13070: * Makefile.in 1.12:
13071: * bin/Makefile.am 1.2:
13072: * bin/Makefile.in 1.2:
13073: * configure 1.26:
13074: * configure.in 1.29:
13075: * etc/Makefile.in 1.8:
13076: * etc/parser3.charsets/Makefile.am 1.3:
13077: * etc/parser3.charsets/Makefile.in 1.10:
13078: * src/targets/apache13/Makefile.in 1.34:
13079: parser3.conf.dist moved to bin, .in & *.am updated
13080:
13081: * src/classes/file.C 1.87:
13082: strcasecmp
13083:
13084: * INSTALL 1.21:
13085: reflected .conf.dist dir change
13086:
13087: * configure 1.25:
13088: * configure.in 1.28:
13089: * src/include/pa_pool.h 1.80:
13090: * src/include/pa_types.h 1.41:
13091: pack configure.in detection simplified.
13092: figured out that gcc on sparc not that stupid as thought previously:
13093: 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]
13094: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
13095: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
13096:
13097: * src/classes/file.C 1.88:
13098: strncasecmp
13099:
13100: 2002-06-14 paf
13101: * operators.txt 1.47:
13102: more precise xml-to-text options
13103:
13104: * operators.txt 1.46:
13105: * src/types/pa_vxnode.C 1.17:
13106: xnode attribute_node.name/value
13107: xnode pi.node.data
13108:
13109: 2002-06-12 paf
13110: * Makefile.in 1.11:
13111: * configure 1.24:
13112: * configure.in 1.27:
13113: * etc/Makefile.in 1.7:
13114: * etc/parser3.charsets/Makefile.in 1.9:
13115: * src/Makefile.in 1.47:
13116: * src/classes/Makefile.in 1.45:
13117: * src/include/Makefile.in 1.5:
13118: * src/main/Makefile.in 1.41:
13119: * src/sql/Makefile.in 1.5:
13120: * src/targets/Makefile.in 1.36:
13121: * src/targets/cgi/Makefile.am 1.35:
13122: * src/targets/cgi/Makefile.in 1.47:
13123: * src/targets/cgi/parser3.C 1.182:
13124: * src/targets/isapi/Makefile.in 1.5:
13125: * src/types/Makefile.in 1.38:
13126: removed root conf define creation
13127:
13128: * src/classes/mail.C 1.66:
13129: sendmail -ti [default now]
13130:
13131: * src/include/pa_globals.h 1.86:
13132: * src/include/pa_request.h 1.136:
13133: * src/main/main.dsp 1.153:
13134: * src/main/pa_globals.C 1.128:
13135: * src/main/pa_request.C 1.208:
1.24 paf 13136: * www/cgi-bin/parser3.log 1.60:
1.15 paf 13137: @conf
13138:
1.24 paf 13139: * src/include/pa_globals.h 1.87:
13140: * src/include/pa_request.h 1.137:
13141: * src/main/execute.C 1.241:
13142: * src/main/pa_globals.C 1.129:
13143: * src/main/pa_request.C 1.209:
13144: * www/cgi-bin/parser3.log 1.61:
13145: @rootconf [were @conf]
13146:
1.15 paf 13147: * INSTALL 1.20:
13148: * configure.in 1.26:
13149: * etc/Makefile.am 1.3:
13150: * operators.txt 1.43:
13151: * src/include/pa_globals.h 1.88:
13152: * src/include/pa_request.h 1.138:
13153: * src/main/compile.tab.C 1.56:
13154: * src/main/pa_globals.C 1.130:
13155: * src/main/pa_request.C 1.211:
13156: * src/targets/apache13/mod_parser3.C 1.22:
13157: * src/targets/cgi/parser3.C 1.181:
13158: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 13159: * www/cgi-bin/parser3.log 1.62:
1.15 paf 13160: parser3.conf now one and only
13161:
13162: * src/classes/mail.C 1.65:
13163: * src/main/pa_request.C 1.210:
13164: $MAIL $CHARSETS allowed to be strings. for convinient #ing
13165:
13166: 2002-06-11 paf
13167: * src/classes/file.C 1.83:
13168: * src/targets/cgi/parser3.dsp 1.49:
13169: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 13170: * www/cgi-bin/parser3.log 1.59:
1.15 paf 13171: * www/htdocs/.htaccess 1.4:
13172: * www/htdocs/index.html 1.66:
13173: suexec env keys filter plus CGI_ as valid prefix
13174:
13175: * src/classes/file.C 1.84:
13176: check simplified
13177:
13178: * src/classes/file.C 1.82:
13179: * src/include/pa_request.h 1.135:
13180: * src/include/pa_sapi.h 1.19:
13181: * src/targets/apache13/mod_parser3.C 1.21:
13182: * src/targets/cgi/parser3.C 1.180:
13183: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 13184: * www/cgi-bin/parser3.log 1.58:
1.15 paf 13185: * www/htdocs/index.html 1.65:
13186: file::exec/cgi to pass HTTP_ vars
13187: introducing SAPI::environment
13188:
13189: 2002-06-10 paf
13190: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
13191: fixed -d (bug)
13192:
13193: * configure 1.20:
13194: * configure [release_3_0_0002] 1.19.2.1:
13195: * configure.in [release_3_0_0002] 1.21.2.1:
13196: * src/include/pa_version.h 1.5:
13197: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
13198: makes
13199:
13200: * operators.txt 1.41:
13201: old merge conflict removed
13202:
13203: * src/types/pa_vform.C 1.56:
13204: * src/types/pa_vform.h 1.34:
13205: * www/htdocs/index.html 1.62:
13206: $form: not determined yet check
13207:
13208: * src/main/pa_common.C 1.109:
13209: merged fixed -d (bug)
13210:
13211: * src/main/compile.tab.C 1.55:
13212: * src/main/pa_string.C 1.159:
1.24 paf 13213: * www/cgi-bin/parser3.log 1.56:
1.15 paf 13214: * www/htdocs/index.html 1.63:
13215: whitespace after number in autoconvert now ignored
13216:
13217: * operators.txt 1.42:
13218: * src/classes/op.C 1.96:
13219: * src/include/pa_common.h 1.77:
13220: * src/main/pa_common.C 1.110:
13221: lock failures reported now
13222:
13223: * configure 1.21:
13224: * configure.in 1.23:
13225: pack even address access on sparc&co arch checked in configure
13226:
13227: * configure 1.23:
13228: * configure.in 1.25:
13229: *** empty log message ***
13230:
13231: * src/main/compile_tools.C 1.50:
1.24 paf 13232: * www/cgi-bin/parser3.log 1.57:
1.15 paf 13233: * www/htdocs/index.html 1.64:
13234: ^if(" 1 "){y} bug fixed
13235: optimization string->double @ compile time were not-enough-checking...
13236:
13237: * configure 1.22:
13238: * configure.in 1.24:
13239: hpux check, nsl link, no socket
13240:
13241: * src/classes/mail.C 1.64:
13242: mail netscape attachment name fixed. todo: $response:body
13243: content-type:name
13244:
13245: * src/main/untaint.C 1.102:
13246: bug#2) mail subject got always prepended with charset even when
13247: all letters were 7bit one
13248:
13249: 2002-06-04 paf
13250: * src/targets/apache13/mod_parser3.C 1.20:
13251: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
13252: fixed .dsp-s along with reorganized cvs modules dirs structure
13253:
13254: 2002-06-03 paf
13255: * etc/parser3.charsets/windows-1251.cfg 1.5:
13256: * operators.txt 1.40:
13257: * src/classes/classes.dsp 1.20:
13258: * src/main/compile.tab.C 1.54:
13259: * src/main/main.dsp 1.152:
13260: * src/main/pa_globals.C 1.127:
13261: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
13262: * src/targets/cgi/parser3.C 1.179:
13263: * src/targets/cgi/parser3.dsp 1.48:
13264: * src/targets/isapi/parser3isapi.dsp 1.37:
13265: * src/types/types.dsp 1.25:
13266: * www/htdocs/index.html 1.60:
13267: fixed .dsp-s along with reorganized cvs modules dirs structure
13268:
13269: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
13270: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
13271: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
13272: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
13273: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
13274: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
13275: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
13276: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
13277: reorganized cvs modules
13278:
13279: 2002-05-28 paf
13280: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
13281: info.uri now ""
13282:
13283: 2002-05-17 paf
13284: * src/classes/table.C 1.153:
13285: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
13286: ^table.save << checked empty pre/match/post columns
13287:
13288: 2002-05-16 paf
13289: * src/classes/image.C 1.72:
1.24 paf 13290: * www/cgi-bin/parser3.log 1.55:
1.15 paf 13291: * www/htdocs/index.html 1.59:
13292: image::measure can png now
13293:
13294: 2002-05-15 paf
13295: * operators.txt 1.38:
13296: * src/classes/date.C 1.31:
1.24 paf 13297: * www/cgi-bin/parser3.log 1.54:
1.15 paf 13298: * www/htdocs/index.html 1.58:
13299: ^date::create[%H:%M[:%S]] added
13300:
13301: * etc/parser3.charsets/windows-1251.cfg 1.4:
13302: 0x forgot, fixed
13303:
13304: * operators.txt 1.37:
13305: * src/classes/date.C 1.30:
1.24 paf 13306: * www/cgi-bin/parser3.log 1.53:
1.15 paf 13307: * www/htdocs/.htaccess 1.3:
13308: * www/htdocs/auto.p 1.10:
13309: * www/htdocs/index.html 1.57:
13310: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
13311: [-%m now
13312:
13313: 2002-05-14 paf
13314: * etc/parser3.charsets/windows-1251.cfg 1.3:
13315: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
13316: added 3 quotes
13317:
13318: 2002-05-07 paf
13319: * src/classes/classes.dsp 1.19:
13320: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
13321: * src/classes/op.C 1.95:
13322: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
13323: * src/include/pa_globals.h 1.85:
13324: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
13325: * src/include/pa_request.h 1.134:
13326: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
13327: * src/include/pa_table.h 1.44:
13328: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
13329: * src/main/compile.tab.C 1.53:
13330: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
13331: * src/main/compile.y 1.187:
13332: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
13333: * src/main/main.dsp 1.151:
13334: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
13335: * src/main/pa_globals.C 1.126:
13336: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
13337: * src/main/pa_request.C 1.207:
13338: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
13339: * src/main/pa_table.C 1.47:
13340: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
13341: * src/targets/isapi/pa_pool.C 1.13:
13342: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
13343: * src/targets/isapi/parser3isapi.C 1.71:
13344: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
13345: * src/targets/isapi/parser3isapi.dsp 1.36:
13346: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
13347: * src/targets/isapi/pool_storage.h 1.16:
13348: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
13349: * src/types/types.dsp 1.24:
13350: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
13351: * www/htdocs/parser-status.html 1.2:
13352: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
13353: Table name2number field now &.
13354: 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]
13355:
13356: 2002-05-06 paf
13357: * src/main/pa_globals.C 1.125:
13358: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
13359: * src/targets/cgi/parser3.C 1.178:
13360: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
13361: * src/targets/cgi/pool_storage.h 1.10:
13362: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
13363: * src/targets/isapi/parser3isapi.C 1.70:
13364: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
13365: removed 100*40 bytes per request memory leak [nonpool malloc in
13366: globals]
13367:
13368: 2002-04-30 paf
13369: * configure 1.19:
13370: * src/include/pa_version.h 1.4:
13371: version now not b
13372:
13373: * src/targets/cgi/parser3.C 1.177:
1.24 paf 13374: * www/cgi-bin/parser3.log 1.52:
1.15 paf 13375: * www/htdocs/global.xsl 1.7:
13376: * www/htdocs/index.html 1.56:
13377: request.uri now never 0
13378:
13379: 2002-04-29 paf
13380: * configure.in 1.21:
13381: removed b
13382:
13383: * src/doc/ClassExample1.dox 1.4:
13384: * src/doc/ClassExample3.dox 1.4:
13385: * src/doc/aliased.dox 1.4:
13386: * src/doc/methoded.dox 1.3:
13387: * src/doc/string.dox 1.4:
13388: * src/doc/value.dox 1.3:
13389: * src/include/pa_exception.h 1.34:
13390: * src/main/pa_request.C 1.205:
13391: * src/targets/cgi/parser3.C 1.176:
13392: merged from 0001
13393:
13394: * src/classes/op.C 1.94:
13395: * src/include/pa_exception.h 1.35:
13396: * src/main/pa_request.C 1.206:
13397: Exception::comment/type checked in (), no there's no empty type
13398: comment by default
13399:
13400: 2002-04-26 paf
13401: * src/doc/doxygen.cfg 1.22:
13402: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
13403: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 13404: * www/cgi-bin/parser3.log 1.51:
1.15 paf 13405: * www/htdocs/index.html 1.55:
13406: doxygen dot image size reduced
13407:
13408: 2002-04-25 paf
13409: * src/classes/table.C 1.152:
1.24 paf 13410: * www/cgi-bin/parser3.log 1.47:
1.15 paf 13411: * www/htdocs/.htaccess 1.1:
13412: * www/htdocs/index.html 1.51:
13413: removed restriction on column count to ^table.hash to work, now
13414: must be >0 [were >1]
13415:
13416: * src/targets/cgi/parser3.C 1.175:
13417: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
13418: setenv in .htaccess when cgi is not under that dir got
13419: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
13420: into account
13421:
1.24 paf 13422: * www/cgi-bin/parser3.log 1.48:
1.15 paf 13423: * www/htdocs/index.html 1.52:
13424: sample of 'using junction out of context'
13425:
13426: * operators.txt 1.35:
13427: * operators.txt 1.36:
13428: * src/classes/date.C 1.28:
13429: * src/classes/date.C 1.29:
1.24 paf 13430: * www/cgi-bin/parser3.log 1.49:
1.15 paf 13431: * www/htdocs/index.html 1.53:
13432: ^date::create[2002-12-33 01:03:04]
13433:
13434: 2002-04-24 paf
13435: * src/classes/classes.dsp 1.18:
13436: * src/main/compile.tab.C 1.52:
13437: * src/main/main.dsp 1.150:
13438: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
13439: * src/targets/cgi/parser3.C 1.174:
13440: * src/targets/cgi/parser3.dsp 1.46:
13441: * src/targets/isapi/parser3isapi.dsp 1.34:
13442: * src/types/types.dsp 1.23:
13443: MSVC profile targets
13444:
13445: 2002-04-23 paf
13446: * operators.txt 1.34:
13447: * src/classes/string.C 1.110:
1.24 paf 13448: * www/cgi-bin/parser3.log 1.46:
1.15 paf 13449: * www/htdocs/index.html 1.50:
13450: int/double/string:sql{}[$.default{code}]
13451: fixed [were barking: "junction used outside of context"]
13452:
13453: 2002-04-22 paf
13454: * src/classes/string.C 1.109:
13455: * src/include/pa_string.h 1.138:
13456: * src/main/pa_string.C 1.158:
13457: * src/types/pa_vstring.C 1.19:
13458: * src/types/pa_vstring.h 1.46:
13459: * types.txt 1.2:
13460: ^string.optimize[]
13461:
13462: * src/main/execute.C 1.238:
1.24 paf 13463: * www/cgi-bin/parser3.log 1.43:
1.15 paf 13464: * www/htdocs/index.html 1.48:
13465: junctions to local contexts got cleanized&checked later
13466:
1.24 paf 13467: * src/main/execute.C 1.240:
13468: * www/cgi-bin/parser3.log 1.45:
13469: rolled back to before_killing_userjunction_contexts
13470:
1.15 paf 13471: * src/include/pa_globals.h 1.84:
13472: * src/include/pa_table.h 1.43:
13473: * src/main/pa_globals.C 1.124:
13474: * src/main/pa_string.C 1.157:
13475: * src/main/pa_table.C 1.46:
13476: fixed match table template
13477:
13478: * src/classes/string.C 1.107:
13479: * src/classes/string.C 1.108:
13480: optimize removed from string .left/right/pos
13481:
13482: * src/main/execute.C 1.239:
1.24 paf 13483: * www/cgi-bin/parser3.log 1.44:
1.15 paf 13484: * www/htdocs/index.html 1.49:
13485: user junctions context killed
13486:
13487: 2002-04-19 paf
13488: * src/classes/string.C 1.106:
13489: * src/include/pa_request.h 1.133:
13490: * src/include/pa_string.h 1.137:
13491: * src/main/pa_request.C 1.204:
13492: * src/main/pa_string.C 1.156:
13493: * src/types/pa_vstring.C 1.18:
13494: * src/types/pa_vstring.h 1.45:
1.24 paf 13495: * www/cgi-bin/parser3.log 1.42:
1.15 paf 13496: * www/htdocs/index.html 1.47:
13497: string now optimized prior to .left .right .mid .pos .match when that is profitable,
13498: and always before .replace
13499: when $ORIGINS(1) optimization disabled
13500: 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
13501:
13502: * src/classes/op.C 1.93:
13503: * src/classes/string.C 1.105:
13504: * src/types/pa_value.h 1.86:
13505: VTable removed from each String::match replace iteration, and made stacked
13506: sizeof(VTable)=12bytes economy on each replace code
13507:
13508: * src/include/pa_globals.h 1.83:
13509: * src/include/pa_table.h 1.42:
13510: * src/main/pa_globals.C 1.123:
13511: * src/main/pa_string.C 1.155:
13512: String::match table columns globalized, not created @ each ^match anymore
13513: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
13514:
13515: * src/classes/file.C 1.81:
13516: ovector now local
13517: economy: 16 bytes per ^file:list
13518:
13519: * src/classes/string.C 1.104:
13520: * src/include/pa_string.h 1.136:
13521: * src/main/pa_string.C 1.154:
13522: * www/htdocs/index.html 1.46:
13523: string.match[]['] option enables generation of $match.prematch
13524: .match .postmatch columns
13525:
13526: * src/main/pa_string.C 1.153:
13527: String::match options analized without cstr-ing them now
13528:
13529: * src/doc/chmhelper.pl 1.1:
13530: * src/doc/doxygen.cfg 1.21:
13531: * src/doc/footer.htm 1.1:
13532: * src/doc/html2chm.cmd 1.6:
13533: * src/doc/postbuild.txt 1.3:
13534: * src/doc/sources2html.cmd 1.5:
13535: * src/doc/view_chm.cmd 1.2:
13536: * src/doc/view_html.cmd 1.2:
13537: config updated to doxygen 1.2.15,
13538: created helper which fixes minor bugs in chm project files & htm tree.
13539: changed extension to .htm
13540:
13541: * src/doc/footer.htm 1.2:
13542: 2001,
13543:
13544: 2002-04-18 paf
13545: * src/classes/classes.h 1.18:
13546: * src/classes/hash.C 1.40:
13547: * src/types/pa_value.h 1.85:
13548: * src/types/pa_vbool.h 1.18:
13549: * src/types/pa_vcookie.h 1.16:
13550: * src/types/pa_vdate.h 1.10:
13551: * src/types/pa_vdouble.h 1.37:
13552: * src/types/pa_venv.h 1.21:
13553: * src/types/pa_vfile.h 1.42:
13554: * src/types/pa_vhash.h 1.33:
13555: * src/types/pa_vimage.h 1.25:
13556: * src/types/pa_vint.h 1.34:
13557: * src/types/pa_vjunction.h 1.13:
13558: * src/types/pa_vobject.h 1.18:
13559: * src/types/pa_vrequest.h 1.17:
13560: * src/types/pa_vresponse.h 1.22:
13561: * src/types/pa_vstateless_class.h 1.26:
13562: * src/types/pa_vstateless_object.h 1.17:
13563: * src/types/pa_vstatus.h 1.8:
13564: * src/types/pa_vstring.h 1.44:
13565: * src/types/pa_vtable.h 1.38:
13566: * src/types/pa_vvoid.h 1.9:
13567: * src/types/pa_vxdoc.h 1.21:
13568: * src/types/pa_vxnode.h 1.14:
13569: fclass_real lowered from VStateless_class to VObject
13570:
13571: * src/types/pa_value.C 1.1:
13572: forced to cut that from .h because of VStateless_class usage [
13573: undefined in .h]
13574:
13575: * src/classes/classes.h 1.17:
13576: * src/classes/date.C 1.27:
13577: * src/classes/double.C 1.47:
13578: * src/classes/file.C 1.80:
13579: * src/classes/form.C 1.23:
13580: * src/classes/hash.C 1.39:
13581: * src/classes/image.C 1.71:
13582: * src/classes/int.C 1.44:
13583: * src/classes/mail.C 1.63:
13584: * src/classes/math.C 1.18:
13585: * src/classes/op.C 1.91:
13586: * src/classes/response.C 1.19:
13587: * src/classes/string.C 1.103:
13588: * src/classes/table.C 1.151:
13589: * src/classes/void.C 1.19:
13590: * src/classes/xnode.C 1.44:
13591: * src/include/pa_globals.h 1.82:
13592: * src/include/pa_request.h 1.132:
13593: * src/main/execute.C 1.236:
13594: * src/main/pa_globals.C 1.122:
13595: * src/main/pa_request.C 1.201:
13596: * src/types/Makefile.am 1.21:
13597: * src/types/pa_value.h 1.84:
13598: * src/types/pa_vdouble.h 1.36:
13599: * src/types/pa_vform.C 1.55:
13600: * src/types/pa_vhash.h 1.32:
13601: * src/types/pa_vint.h 1.33:
13602: * src/types/pa_vmath.h 1.7:
13603: * src/types/pa_vmethod_frame.h 1.25:
13604: * src/types/pa_vstateless_class.h 1.24:
13605: * src/types/pa_wcontext.C 1.18:
13606: * src/types/pa_wcontext.h 1.32:
13607: * src/types/pa_wwrapper.h 1.18:
13608: * src/types/types.dsp 1.22:
1.24 paf 13609: * www/cgi-bin/parser3.log 1.36:
1.15 paf 13610: * www/htdocs/index.html 1.40:
13611: removed Value::fname
13612:
13613: * src/include/pa_opcode.h 1.18:
13614: * src/main/compile.tab.C 1.51:
13615: * src/main/compile.y 1.186:
13616: * src/main/compile_tools.C 1.49:
13617: * src/main/compile_tools.h 1.61:
13618: * src/main/execute.C 1.237:
13619: * src/main/pa_request.C 1.202:
13620: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 13621: * www/cgi-bin/parser3.log 1.37:
1.15 paf 13622: * www/htdocs/index.html 1.41:
13623: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
13624: stack [no more heap waste on each CALL]
13625:
13626: * src/types/pa_valiased.C 1.14:
13627: * src/types/pa_valiased.h 1.19:
13628: * src/types/pa_vclass.h 1.25:
13629: * src/types/pa_vobject.h 1.17:
13630: * src/types/pa_wcontext.C 1.19:
1.24 paf 13631: * www/cgi-bin/parser3.log 1.38:
1.15 paf 13632: * www/htdocs/index.html 1.42:
13633: VAliased get/set alias now virtual and implemented down in
13634: VClass, fclass_alias removed,
13635:
13636: * src/main/pa_request.C 1.203:
13637: * src/types/pa_valiased.h 1.20:
13638: * src/types/pa_vstateless_class.h 1.25:
13639: * src/types/pa_vstateless_object.h 1.16:
13640: * src/types/pa_vstring.h 1.43:
1.24 paf 13641: * www/cgi-bin/parser3.log 1.39:
1.15 paf 13642: * www/htdocs/index.html 1.43:
13643: VStateless_string_object speicalized light version of VStateless_object
13644:
13645: * src/types/Makefile.in 1.37:
13646: *** empty log message ***
13647:
13648: * src/doc/doxygen.cfg 1.20:
13649: .chi generation disabled
13650:
13651: * src/classes/classes.h 1.19:
13652: * src/classes/xdoc.C 1.92:
13653: * src/classes/xnode.C 1.45:
13654: * src/classes/xnode.h 1.11:
13655: * src/types/pa_vxdoc.C 1.13:
1.24 paf 13656: * www/cgi-bin/parser3.log 1.40:
13657: * www/cgi-bin/parser3.log 1.41:
1.15 paf 13658: * www/htdocs/index.html 1.44:
13659: * www/htdocs/index.html 1.45:
13660: xdoc(xnode) now fully - fields&methods
13661:
13662: * src/classes/op.C 1.92:
13663: ^throw comment param made optional
13664:
13665: 2002-04-17 paf
13666: * src/types/pa_vhash.h 1.31:
13667: vstring wrong parent fixed
13668:
13669: * src/classes/op.C 1.90:
13670: taint local result var bug fixed
13671:
13672: * src/doc/ClassExample1.dox 1.3:
13673: * src/doc/ClassExample2.dox 1.4:
13674: * src/doc/ClassExample3.dox 1.3:
13675: * src/doc/compiler.dox 1.3:
13676: * src/doc/module.dox 1.3:
13677: * src/doc/pooled.dox 1.3:
13678: * src/doc/string.dox 1.3:
13679: * src/doc/targets.dox 1.3:
13680: * src/include/pa_pool.h 1.79:
13681: * src/include/pa_types.h 1.40:
13682: dox updated to current state, PTHROW freshen to throw & co
13683:
13684: 2002-04-16 paf
13685: * src/classes/op.C 1.89:
13686: exception2vhash file now tainted
13687:
13688: * src/include/pa_opcode.h 1.17:
13689: * src/main/compile.tab.C 1.49:
13690: * src/main/compile.y 1.185:
13691: * src/main/execute.C 1.232:
13692: * src/targets/cgi/parser3.C 1.172:
1.24 paf 13693: * www/cgi-bin/parser3.log 1.30:
1.15 paf 13694: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
13695:
13696: * src/doc/postbuild.txt 1.2:
13697: * src/main/execute.C 1.234:
1.24 paf 13698: * www/cgi-bin/parser3.log 1.34:
1.15 paf 13699: * www/htdocs/index.html 1.37:
13700: result in @postprocess & @unhandled_exception now taken into
13701: account as in usual functions
13702:
13703: * src/doc/postbuild.txt 1.1:
13704: instructions on post .html build
13705:
13706: * asm.txt 1.2:
13707: * form.txt 1.2:
13708: * lang.txt 1.2:
13709: * sql.txt 1.2:
1.24 paf 13710: * www/cgi-bin/parser3.log 1.35:
1.15 paf 13711: removed outdated. see in Attic asm.txt as most interesting
13712:
13713: * src/classes/op.C 1.87:
1.24 paf 13714: * www/cgi-bin/parser3.log 1.28:
1.15 paf 13715: * www/htdocs/auto.p 1.8:
13716: extra check on empty file in origin in _execute
13717:
13718: * src/classes/date.C 1.26:
13719: * src/main/compile.tab.C 1.50:
13720: * src/targets/cgi/parser3.C 1.173:
1.24 paf 13721: * www/cgi-bin/parser3.log 1.31:
13722: * www/cgi-bin/parser3.log 1.32:
1.15 paf 13723: cheched date:create(days) param for validity [later were
13724: assumed valid and crashed on invalid onces]
13725:
13726: * src/classes/file.C 1.79:
13727: * src/main/pa_exec.C 1.35:
1.24 paf 13728: * www/cgi-bin/parser3.log 1.33:
1.15 paf 13729: * www/htdocs/index.html 1.36:
13730: stderr of execs mark as tainted
13731:
13732: * src/main/execute.C 1.235:
13733: * www/htdocs/index.html 1.38:
13734: $result in @main now taken into account as in usual functions
13735:
1.24 paf 13736: * src/classes/op.C 1.88:
13737: * www/cgi-bin/parser3.log 1.29:
13738: _process pseudo origin copied from local var to heap
13739:
1.23 paf 13740: * src/main/pa_request.C 1.199:
13741: uri in error log
13742:
1.15 paf 13743: * src/main/pa_request.C 1.200:
13744: * src/targets/isapi/parser3isapi.C 1.69:
13745: * www/htdocs/index.html 1.39:
13746: removed check, preventing content-length: 0 from appearing
13747:
13748: * src/doc/doxygen.cfg 1.19:
13749: * src/doc/html2chm.cmd 1.5:
13750: .chm file only now, no .chi
13751:
13752: 2002-04-15 paf
13753: * src/classes/image.C 1.70:
13754: * src/classes/op.C 1.83:
13755: * src/classes/op.C 1.84:
13756: * src/classes/string.C 1.101:
13757: * src/classes/table.C 1.149:
13758: * src/include/pa_request.h 1.129:
13759: * src/main/execute.C 1.228:
13760: * src/types/pa_value.h 1.81:
13761: * src/types/pa_vmethod_frame.h 1.24:
13762: * src/types/pa_wcontext.h 1.29:
1.24 paf 13763: * www/cgi-bin/parser3.log 1.25:
1.15 paf 13764: StringOrValue wcontext result, now ready for dual writes
13765:
1.24 paf 13766: * src/classes/file.C 1.78:
13767: * src/classes/op.C 1.86:
13768: * src/classes/table.C 1.150:
13769: * www/cgi-bin/parser3.log 1.26:
13770: finished dual write_xxx_lang functions
13771:
1.15 paf 13772: * src/main/execute.C 1.231:
13773: * src/types/pa_value.h 1.83:
1.24 paf 13774: * www/cgi-bin/parser3.log 1.27:
1.15 paf 13775: fixed name update
13776:
13777: * src/main/execute.C 1.229:
13778: CodeFrame soul fixed [mistakenly killed by prev changes]
13779:
13780: * src/classes/date.C 1.25:
13781: * src/classes/file.C 1.76:
13782: * src/classes/mail.C 1.62:
13783: * src/classes/string.C 1.102:
13784: * src/classes/xnode.C 1.43:
13785: * src/include/pa_request.h 1.130:
13786: * src/types/pa_value.h 1.82:
13787: * src/types/pa_wcontext.h 1.30:
13788: removed absolutely unnecessary VString shells
13789:
13790: * src/classes/op.C 1.82:
13791: * src/include/pa_globals.h 1.81:
13792: * src/include/pa_opcode.h 1.16:
13793: * src/include/pa_request.h 1.128:
13794: * src/main/compile.tab.C 1.47:
13795: * src/main/compile.y 1.183:
13796: * src/main/compile_tools.C 1.47:
13797: * src/main/compile_tools.h 1.59:
13798: * src/main/execute.C 1.226:
13799: * src/main/pa_globals.C 1.121:
13800: * src/main/pa_request.C 1.198:
13801: * src/targets/cgi/parser3.C 1.170:
1.24 paf 13802: * www/cgi-bin/parser3.log 1.24:
1.15 paf 13803: * www/htdocs/index.html 1.35:
13804: switch in hash constructor fixed [were problems with using of
13805: stacked wwrapper after it's death]
13806:
13807: * src/classes/file.C 1.77:
13808: * src/classes/hash.C 1.38:
13809: * src/classes/op.C 1.85:
13810: * src/include/pa_request.h 1.131:
13811: * src/main/execute.C 1.230:
13812: * src/types/pa_wcontext.h 1.31:
13813: started dual write_xxx_lang functions, if checked & works
13814:
13815: * src/targets/cgi/parser3.C 1.171:
13816: ctime sometimes can be just "", checked that
13817:
13818: * src/main/compile.tab.C 1.48:
13819: * src/main/compile.y 1.184:
13820: * src/main/compile_tools.C 1.48:
13821: * src/main/compile_tools.h 1.60:
13822: * src/main/execute.C 1.227:
13823: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
13824: changed to OP_WRITE_VALUE
13825: in var get cases
13826:
13827: 2002-04-12 paf
13828: * operators.txt 1.33:
13829: * src/classes/table.C 1.148:
1.24 paf 13830: * www/cgi-bin/parser3.log 1.23:
1.15 paf 13831: * www/htdocs/index.html 1.34:
13832: table.select(expression) 0
13833:
13834: 2002-04-11 paf
13835: * src/classes/string.C 1.100:
13836: * src/include/pa_request.h 1.127:
13837: * src/main/execute.C 1.225:
13838: Request::process_internal codeFrame & wwrapper stacked [not
13839: wasting heap anymore]
13840:
13841: 2002-04-10 paf
13842: * src/include/pa_string.h 1.135:
13843: * src/main/pa_string.C 1.151:
13844: * src/main/untaint.C 1.101:
1.24 paf 13845: * www/cgi-bin/parser3.log 1.22:
1.15 paf 13846: * www/htdocs/index.html 1.33:
13847: killed 8 bytes from String.head
13848:
13849: * src/classes/double.C 1.46:
13850: * src/classes/file.C 1.75:
13851: * src/classes/hash.C 1.37:
13852: * src/classes/image.C 1.69:
13853: * src/classes/int.C 1.43:
13854: * src/classes/math.C 1.17:
13855: * src/classes/op.C 1.81:
13856: * src/classes/string.C 1.99:
13857: * src/classes/table.C 1.147:
13858: * src/classes/void.C 1.18:
13859: * src/classes/xdoc.C 1.91:
13860: * src/include/pa_request.h 1.126:
13861: * src/main/execute.C 1.224:
13862: * src/main/pa_string.C 1.152:
13863: killed Request::process() wrapping VString(String) in case we
13864: need only String
13865:
13866: 2002-04-09 paf
13867: * src/main/pa_common.C 1.108:
13868: * src/targets/cgi/parser3.C 1.168:
13869: * src/types/pa_vdouble.h 1.35:
13870: * src/types/pa_vint.h 1.32:
13871: int/double get_string now not pool.malloc(MAX_NUMBER) but
13872: really neaded
13873:
13874: * etc/Makefile.in 1.6:
13875: * etc/parser3.charsets/Makefile.in 1.8:
13876: * src/classes/Makefile.in 1.44:
13877: * src/sql/Makefile.in 1.4:
13878: * src/targets/Makefile.in 1.35:
13879: * src/targets/apache13/Makefile.in 1.33:
13880: * src/targets/cgi/Makefile.in 1.46:
13881: * src/targets/isapi/Makefile.in 1.4:
13882: * src/types/Makefile.in 1.36:
13883: makse
13884:
13885: * operators.txt 1.31:
13886: * src/classes/double.C 1.45:
13887: * src/classes/int.C 1.42:
13888: * www/htdocs/global.xsl 1.5:
13889: int/double.int/double(default)
13890:
13891: * src/main/compile.tab.C 1.46:
13892: * src/targets/cgi/parser3.C 1.169:
13893: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 13894: * www/cgi-bin/parser3.log 1.21:
1.15 paf 13895: removed
13896: {
13897: char *a;
13898: {
13899: /*sub local*/char b[...];
13900: a=b;
13901: situations
13902:
13903: * src/classes/xdoc.C 1.89:
1.24 paf 13904: * www/cgi-bin/parser3.log 1.19:
1.15 paf 13905: * www/htdocs/global.xsl 1.6:
13906: * www/htdocs/index.html 1.32:
13907: xslt params fixed
13908:
13909: * operators.txt 1.32:
13910: * src/classes/xdoc.C 1.90:
1.24 paf 13911: * www/cgi-bin/parser3.log 1.20:
1.15 paf 13912: xslt params made literal
13913:
13914: 2002-04-04 paf
13915: * src/include/pa_string.h 1.134:
13916: * src/main/pa_string.C 1.150:
1.24 paf 13917: * www/cgi-bin/parser3.log 1.18:
1.15 paf 13918: * www/htdocs/index.html 1.31:
13919: fixed string.replace [when reconstructing pieces were split by
13920: max_integral(piece.size), thus some strings to replace happen
13921: to be split into two = not replaced)
13922:
13923: * src/targets/cgi/parser3.C 1.166:
13924: * src/targets/cgi/parser3.C 1.167:
13925: * src/targets/cgi/parser3.dsp 1.44:
13926: * src/targets/cgi/parser3.dsp 1.45:
13927: document root in standalone version = current dir
13928:
13929: 2002-04-03 paf
13930: * INSTALL 1.18:
13931: * Makefile.in 1.10:
13932: * configure 1.17:
13933: * configure.in 1.19:
13934: * etc/Makefile.in 1.5:
13935: * etc/parser3.charsets/Makefile.in 1.7:
13936: * src/Makefile.in 1.46:
13937: * src/include/Makefile.in 1.4:
13938: * src/main/Makefile.in 1.40:
13939: root config configure options
13940:
13941: * configure 1.18:
13942: * configure.in 1.20:
13943: more checks on nonexistent charset
13944:
13945: 2002-04-02 paf
13946: * src/main/compile.C 1.63:
13947: parser.compile [exception name more like in doc]
13948:
13949: 2002-04-01 paf
13950: * src/classes/mail.C 1.61:
13951: * src/include/pa_string.h 1.133:
13952: * src/main/untaint.C 1.100:
13953: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 13954: * www/cgi-bin/parser3.log 1.17:
1.15 paf 13955: mail subject encoding taken from .content-type.charset, not .charset
13956:
13957: 2002-03-29 paf
13958: * operators.txt 1.30:
13959: * src/classes/date.C 1.24:
1.24 paf 13960: * www/cgi-bin/parser3.log 1.16:
1.15 paf 13961: * www/htdocs/index.html 1.30:
13962: ^date::create now may not supply day, default 1.
13963: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
13964:
13965: * etc/parser3.charsets/koi8-r.cfg 1.2:
13966: koi8-r += ukranian letters
13967:
13968: 2002-03-28 paf
13969: * operators.txt 1.29:
13970: * src/classes/date.C 1.23:
13971: * src/classes/op.C 1.79:
13972: * src/include/pa_globals.h 1.80:
13973: * src/include/pa_hash.h 1.55:
13974: * src/main/pa_globals.C 1.120:
13975: * src/types/pa_vdate.h 1.9:
13976: * www/htdocs/index.html 1.29:
13977: ^cache[file][date]{
13978: ^cache(seconds)
13979: ^cache[date]
13980: }
13981:
13982: * src/classes/xdoc.C 1.88:
13983: * src/classes/xnode.C 1.42:
13984: * src/classes/xnode.h 1.10:
13985: removed redundant pool param
13986:
13987: 2002-03-27 paf
13988: * operators.txt 1.27:
13989: * src/classes/op.C 1.77:
13990: * src/include/pa_config_fixed.h 1.42:
13991: * src/include/pa_request.h 1.124:
13992: * src/main/execute.C 1.222:
13993: * src/main/pa_request.C 1.196:
1.24 paf 13994: * www/cgi-bin/parser3.log 1.14:
1.15 paf 13995: decided agains resetting exception_trace, just changed name
13996:
13997: * operators.txt 1.28:
13998: * src/classes/date.C 1.22:
13999: * src/classes/double.C 1.44:
14000: * src/classes/file.C 1.74:
14001: * src/classes/form.C 1.22:
14002: * src/classes/hash.C 1.36:
14003: * src/classes/image.C 1.68:
14004: * src/classes/int.C 1.41:
14005: * src/classes/mail.C 1.60:
14006: * src/classes/math.C 1.16:
14007: * src/classes/op.C 1.78:
14008: * src/classes/string.C 1.98:
14009: * src/classes/table.C 1.146:
14010: * src/classes/void.C 1.17:
14011: * src/classes/xdoc.C 1.87:
14012: * src/classes/xnode.C 1.41:
14013: * src/include/pa_exception.h 1.33:
14014: * src/include/pa_request.h 1.125:
14015: * src/include/pa_stylesheet_connection.h 1.28:
14016: * src/main/compile.C 1.62:
14017: * src/main/compile_tools.C 1.46:
14018: * src/main/execute.C 1.223:
14019: * src/main/pa_array.C 1.48:
14020: * src/main/pa_charset.C 1.23:
14021: * src/main/pa_charsets.C 1.8:
14022: * src/main/pa_common.C 1.106:
14023: * src/main/pa_dictionary.C 1.14:
14024: * src/main/pa_exception.C 1.40:
14025: * src/main/pa_exec.C 1.34:
14026: * src/main/pa_pool.C 1.52:
14027: * src/main/pa_request.C 1.197:
14028: * src/main/pa_socks.C 1.14:
14029: * src/main/pa_sql_driver_manager.C 1.62:
14030: * src/main/pa_string.C 1.149:
14031: * src/main/pa_table.C 1.45:
14032: * src/main/untaint.C 1.99:
14033: * src/targets/apache13/mod_parser3.C 1.19:
14034: * src/targets/cgi/parser3.C 1.165:
14035: * src/targets/isapi/parser3isapi.C 1.67:
14036: * src/types/pa_value.h 1.80:
14037: * src/types/pa_vcookie.C 1.43:
14038: * src/types/pa_vfile.h 1.41:
14039: * src/types/pa_vform.C 1.54:
14040: * src/types/pa_vhash.h 1.30:
14041: * src/types/pa_vmethod_frame.h 1.23:
14042: * src/types/pa_vstatus.C 1.7:
14043: * src/types/pa_vtable.C 1.13:
14044: * src/types/pa_vxdoc.h 1.20:
14045: * src/types/pa_vxnode.h 1.13:
14046: * src/types/pa_wcontext.C 1.17:
14047: * src/types/pa_wwrapper.h 1.17:
1.24 paf 14048: * www/cgi-bin/parser3.log 1.15:
1.15 paf 14049: * www/htdocs/index.html 1.28:
14050: assigned exception types
14051:
14052: 2002-03-26 paf
14053: * operators.txt 1.24:
14054: * src/classes/date.C 1.20:
14055: * www/htdocs/index.html 1.25:
14056: fixed date roll on daylightsaving days
14057: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
14058:
14059: * src/classes/op.C 1.76:
14060: * www/htdocs/index.html 1.27:
14061: forced language of $source field of exception to 'tainted',
14062: so that sql-langed-frags could be outputed outside of connect
14063:
14064: * src/include/pa_common.h 1.76:
14065: * src/main/pa_exec.C 1.33:
14066: windows exec chdir fixed
14067:
14068: * operators.txt 1.25:
14069: * src/classes/date.C 1.21:
14070: * www/htdocs/index.html 1.26:
14071: removed date.roll limit of +-1 offset
14072:
14073: 2002-03-25 paf
14074: * INSTALL 1.13:
14075: comment on --disable-link-stdcpp
14076:
14077: * INSTALL 1.12:
14078: * configure 1.15:
14079: * configure.in 1.17:
14080: * src/targets/cgi/Makefile.am 1.33:
14081: * src/targets/cgi/Makefile.in 1.44:
14082: libstdc++ link skipping configure option
14083:
14084: * src/classes/file.C 1.73:
14085: * src/classes/mail.C 1.56:
14086: * src/include/pa_exec.h 1.8:
14087: * src/main/pa_exec.C 1.32:
14088: f(!forced_allow)
14089: to allow
14090: --with-sendmail to work with any/both
14091: --disable-foreign-group-files --disable-execs
14092:
14093: * src/classes/op.C 1.75:
14094: * src/include/pa_sql_connection.h 1.24:
14095: sql connection with error were put to cache with '
14096: marked_to_rollback' flag, all consequent even OK requests
14097: rolled back
14098:
14099: * INSTALL 1.16:
14100: "--with=sendmail=COMMAND"
14101: comment
14102:
14103: * INSTALL 1.15:
14104: * configure 1.16:
14105: * configure.in 1.18:
14106: * src/classes/mail.C 1.55:
14107: * src/include/pa_config_auto.h.in 1.24:
14108: * src/main/pa_exec.C 1.31:
14109: * src/targets/cgi/Makefile.am 1.34:
14110: * src/targets/cgi/Makefile.in 1.45:
14111: --disable-foreign-group-files now disables execs also.
14112: introducing --sendmail
14113:
14114: * INSTALL 1.14:
14115: * INSTALL 1.17:
14116: * src/classes/mail.C 1.57:
14117: * src/classes/mail.C 1.58:
14118: *** empty log message ***
14119:
14120: * operators.txt 1.22:
14121: pgsql options comment
14122:
14123: * operators.txt 1.23:
14124: * src/targets/cgi/parser3.C 1.164:
14125: http_site_config_filespec
14126:
14127: 2002-03-22 paf
14128: * operators.txt 1.21:
14129: few comments on sets
14130:
14131: * src/main/pa_exec.C 1.30:
14132: createprocess nowindow flag
14133: check on readfile false return
14134:
14135: 2002-03-18 paf
14136: * src/main/pa_charset.C 1.22:
14137: * src/targets/isapi/pa_threads.C 1.10:
14138: * src/types/pa_vdouble.h 1.34:
14139: removed some tested @tests
14140:
14141: * operators.txt 1.20:
14142: * src/classes/op.C 1.74:
14143: * src/include/pa_exception.h 1.32:
14144: * src/include/pa_globals.h 1.79:
14145: * src/include/pa_request.h 1.123:
14146: * src/include/pa_stack.h 1.14:
14147: * src/main/pa_globals.C 1.119:
14148: * src/main/pa_request.C 1.195:
1.24 paf 14149: * www/cgi-bin/parser3.log 1.12:
14150: * www/cgi-bin/parser3.log 1.13:
1.15 paf 14151: * www/htdocs/index.html 1.22:
14152: * www/htdocs/index.html 1.23:
14153: introducing ^try
14154:
14155: 2002-03-15 paf
14156: * operators.txt 1.19:
14157: * src/classes/table.C 1.145:
14158: * www/htdocs/index.html 1.21:
14159: ^table.locate(logical expr)
14160:
14161: 2002-03-13 paf
14162: * src/main/pa_exception.C 1.39:
14163: checked not-pooled malloc
14164:
14165: 2002-03-11 paf
14166: * src/types/pa_vfile.C 1.29:
14167: $file.text now 0A linebreaks,
14168: file::exec/cgi linebreaks "0D0A" changed to 0A onces
14169:
14170: * INSTALL 1.10:
14171: * configure 1.13:
14172: * configure.in 1.15:
14173: * src/include/pa_config_auto.h.in 1.22:
14174: * src/include/pa_config_fixed.h 1.40:
14175: * src/main/pa_exec.C 1.28:
14176: * src/main/pa_exec.C 1.29:
14177: * www/htdocs/index.html 1.18:
14178: * www/htdocs/index.html 1.19:
14179: * www/htdocs/index.html 1.20:
14180: --disable-execs
14181:
14182: * INSTALL 1.11:
14183: * configure 1.14:
14184: * configure.in 1.16:
14185: * src/include/pa_config_auto.h.in 1.23:
14186: * src/main/pa_common.C 1.105:
14187: --disable-foreign-group-files
14188:
14189: 2002-03-05 paf
14190: * src/targets/isapi/parser3isapi.C 1.66:
14191: * src/targets/isapi/parser3isapi.dsp 1.32:
14192: iis5 now requires headers to be terminated with \r\n manually [
14193: refuses to separate header/body itself]
14194:
14195: * operators.txt 1.17:
14196: * operators.txt 1.18:
14197: * src/classes/date.C 1.18:
14198: * src/classes/date.C 1.19:
14199: date week calendar columns named
14200:
14201: * src/main/pa_globals.C 1.118:
14202: * src/targets/cgi/parser3.C 1.163:
14203: * src/targets/isapi/parser3isapi.C 1.65:
14204: * www/htdocs/index.html 1.17:
14205: isapi site config beside .dll
14206:
14207: 2002-03-04 paf
14208: * src/targets/isapi/pa_threads.C 1.9:
14209: * src/targets/isapi/parser3isapi.C 1.64:
14210: * src/targets/isapi/parser3isapi.dsp 1.31:
14211: isapi updated
14212:
14213: * src/classes/op.C 1.73:
14214: * src/types/pa_vfile.C 1.28:
1.24 paf 14215: * www/cgi-bin/parser3.log 1.11:
1.15 paf 14216: * www/htdocs/index.html 1.16:
14217: process body now evaluated in PASS language
14218:
14219: * src/classes/op.C 1.72:
14220: * src/include/pa_string.h 1.132:
14221: * src/main/pa_string.C 1.148:
14222: string deserialize checks on broken file
14223:
14224: 2002-03-01 paf
14225: * src/main/pa_exec.C 1.27:
14226: execle -> execve, now argc OK
14227:
14228: 2002-02-28 paf
14229: * src/main/pa_string.C 1.147:
14230: origin by first piece preferred before last piece
14231:
14232: * src/main/pa_charsets.C 1.7:
14233: when placing charset to cache using global name now [were
14234: request]
14235:
14236: * configure 1.12:
14237: * configure.in 1.14:
14238: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
14239: * src/targets/apache13/mod_parser3.C 1.18:
14240: * src/targets/apache13/p3runConfigure.in 1.9:
14241: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 14242: * www/cgi-bin/parser3.log 1.10:
1.15 paf 14243: * www/htdocs/auto.p 1.7:
14244: apache module updated
14245:
14246: * src/main/untaint.C 1.98:
14247: removed some debug comments
14248:
14249: 2002-02-27 paf
14250: * src/main/pa_charset.C 1.21:
14251: size_t
14252:
14253: * INSTALL 1.9:
14254: shared/static-xml
14255: with-pathlink
14256:
14257: * operators.txt 1.15:
14258: * operators.txt 1.16:
14259: SMTP comment
14260:
14261: 2002-02-26 paf
14262: * src/classes/xnode.C 1.40:
1.24 paf 14263: * www/cgi-bin/parser3.log 1.9:
1.15 paf 14264: * www/htdocs/auto.p 1.6:
14265: * www/htdocs/global.xsl 1.4:
14266: * www/htdocs/index.html 1.15:
14267: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
14268: checked that
14269:
14270: * src/main/pa_exec.C 1.26:
14271: more precise names for vars, cosmetic
14272:
14273: 2002-02-22 paf
14274: * operators.txt 1.14:
14275: * src/types/pa_vcookie.C 1.41:
14276: * src/types/pa_vcookie.C 1.42:
1.24 paf 14277: * www/cgi-bin/parser3.log 1.5:
1.15 paf 14278: cookie "expires=0" = "session"
14279:
14280: * src/include/pa_string.h 1.131:
14281: * src/main/pa_string.C 1.144:
14282: * src/main/pa_string.C 1.145:
14283: * src/main/pa_string.C 1.146:
1.24 paf 14284: * www/cgi-bin/parser3.log 1.6:
14285: * www/cgi-bin/parser3.log 1.7:
14286: * www/cgi-bin/parser3.log 1.8:
1.15 paf 14287: * www/htdocs/auto.p 1.5:
14288: * www/htdocs/index.html 1.14:
14289: string iterators fixed again, so were String::join_chain
14290:
14291: * configure 1.11:
14292: * configure.in 1.13:
14293: glib###.a detection fixed
14294:
14295: * Makefile.in 1.7:
14296: * configure 1.9:
14297: * configure.in 1.11:
14298: * etc/Makefile.in 1.4:
14299: * etc/parser3.charsets/Makefile.in 1.6:
14300: * src/Makefile.in 1.45:
14301: * src/classes/Makefile.am 1.38:
14302: * src/classes/Makefile.in 1.43:
14303: * src/classes/hashfile.C 1.23:
14304: * src/include/Makefile.am 1.2:
14305: * src/include/Makefile.in 1.3:
14306: * src/include/pa_config_auto.h.in 1.20:
14307: * src/include/pa_db_connection.h 1.22:
14308: * src/include/pa_db_manager.h 1.15:
14309: * src/include/pa_db_table.h 1.16:
14310: * src/main/Makefile.am 1.31:
14311: * src/main/Makefile.in 1.39:
14312: * src/main/pa_db_connection.C 1.38:
14313: * src/main/pa_db_manager.C 1.23:
14314: * src/main/pa_db_table.C 1.21:
14315: * src/main/pa_globals.C 1.117:
14316: * src/sql/Makefile.in 1.3:
14317: * src/targets/Makefile.in 1.34:
14318: * src/targets/apache13/Makefile.in 1.32:
14319: * src/targets/apache13/p3runConfigure.in 1.8:
14320: * src/targets/cgi/Makefile.am 1.32:
14321: * src/targets/cgi/Makefile.in 1.43:
14322: * src/targets/isapi/Makefile.in 1.3:
14323: * src/types/Makefile.am 1.20:
14324: * src/types/Makefile.in 1.35:
14325: * src/types/pa_vhashfile.C 1.21:
14326: * src/types/pa_vhashfile.h 1.16:
14327: removed hashfile support for now
14328:
14329: * acconfig.h 1.1:
14330: acconfig move in cvs[from src/libltdl to /]
14331:
14332: * etc/parser3.charsets/windows-1251.cfg 1.2:
14333: °
14334:
14335: * Makefile.am 1.4:
14336: * Makefile.in 1.9:
14337: make update
14338:
14339: * INSTALL 1.7:
14340: hashfile removed from INSTALL
14341:
14342: * Makefile.in 1.8:
14343: * configure 1.10:
14344: * configure.in 1.12:
14345: * src/include/pa_config_auto.h.in 1.21:
14346: --with-shared-xml
14347: --with-static-xml
14348:
14349: * INSTALL 1.8:
14350: without-zlib comment
14351:
14352: * operators.txt 1.13:
14353: * src/classes/classes.dsp 1.16:
14354: * src/main/main.dsp 1.148:
14355: * src/types/types.dsp 1.20:
14356: removed hashfile support from sources for now
14357:
14358: * src/classes/classes.dsp 1.17:
14359: * src/main/compile.tab.C 1.45:
14360: * src/main/main.dsp 1.149:
14361: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
14362: * src/targets/cgi/parser3.dsp 1.43:
14363: * src/targets/isapi/parser3isapi.dsp 1.30:
14364: * src/types/types.dsp 1.21:
14365: *.dsp: removed refereces to win32db & ancient xalan&xml
14366:
14367: 2002-02-21 paf
14368: * Makefile.am 1.3:
14369: * Makefile.in 1.6:
14370: make cvsupdate
14371:
14372: * src/main/untaint.C 1.97:
1.24 paf 14373: * www/cgi-bin/parser3.log 1.4:
1.15 paf 14374: removed debug code, activated commented-for debug parts
14375:
14376: * src/include/pa_string.h 1.130:
14377: * src/include/pa_types.h 1.39:
14378: * src/main/pa_string.C 1.143:
14379: * src/main/untaint.C 1.96:
1.24 paf 14380: * www/cgi-bin/parser3.log 1.3:
1.15 paf 14381: STRING_*FOREACH_ROW
14382: changed to stop at append_row, not at link zero
14383: now string to string appending works
14384:
14385: 2002-02-20 paf
14386: * src/include/pa_string.h 1.129:
14387: * src/main/execute.C 1.221:
14388: * src/main/untaint.C 1.95:
14389: * src/targets/cgi/pa_pool.C 1.38:
14390: * src/targets/cgi/parser3.C 1.162:
14391: * www/htdocs/index.html 1.13:
14392: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
14393:
14394: * src/include/pa_string.h 1.128:
14395: * src/main/pa_string.C 1.142:
14396: * src/main/untaint.C 1.94:
1.24 paf 14397: * www/cgi-bin/parser3.log 1.2:
1.15 paf 14398: economy: 22%
14399:
14400: * operators.txt 1.12:
14401: * src/include/pa_common.h 1.75:
14402: * src/include/pa_config_fixed.h 1.39:
14403: * src/include/pa_string.h 1.125:
14404: * src/include/pa_types.h 1.38:
14405: * src/main/compile.tab.C 1.44:
14406: * src/main/execute.C 1.220:
14407: * src/main/pa_string.C 1.139:
14408: * src/main/untaint.C 1.91:
14409: * src/targets/cgi/pa_pool.C 1.37:
14410: * src/targets/cgi/parser3.C 1.160:
14411: * www/htdocs/auto.p 1.4:
14412: * www/htdocs/global.xsl 1.3:
14413: * www/htdocs/index.html 1.11:
14414: strign to string append optimiziation idea and estimates
14415:
14416: * src/include/pa_string.h 1.126:
14417: * src/include/pa_stylesheet_connection.h 1.27:
14418: * src/main/pa_db_manager.C 1.22:
14419: * src/main/pa_dictionary.C 1.13:
14420: * src/main/pa_string.C 1.140:
14421: * src/main/untaint.C 1.92:
14422: * src/targets/cgi/parser3.C 1.161:
14423: * src/types/pa_vcookie.C 1.40:
14424: * src/types/pa_vstring.h 1.42:
14425: * www/htdocs/index.html 1.12:
14426: speed uptimized: string::is_empty
14427:
14428: * src/include/pa_string.h 1.127:
14429: * src/main/pa_string.C 1.141:
14430: * src/main/untaint.C 1.93:
1.24 paf 14431: * www/cgi-bin/parser3.log 1.1:
1.15 paf 14432: space uptimized: string::link_row removed
14433:
14434: 2002-02-19 paf
14435: * src/classes/xdoc.C 1.86:
14436: * src/classes/xnode.C 1.39:
14437: getElementsByTagName and *NS moved to node [element]
14438:
14439: * src/classes/math.C 1.15:
14440: not used directly [but erroreously reported that 'is', thus
14441: registering twice&other probs]
14442:
14443: * src/main/compile.C 1.59:
14444: * src/main/compile.C 1.60:
14445: without string_origins not worked
14446:
14447: * src/main/compile.C 1.61:
14448: without string_origins parse error file+line+col possible
14449:
14450: 2002-02-18 paf
14451: * src/types/pa_vdouble.h 1.33:
14452: since we have in_expression
14453: removed that trick i've installed into double::as_string
14454:
14455: * INSTALL 1.6:
14456: local install comment
14457:
14458: * src/main/compile.tab.C 1.41:
14459: * src/main/compile.y 1.181:
14460: * www/htdocs/global.xsl 1.2:
14461: * www/htdocs/index.html 1.7:
14462: integer division stops name
14463:
14464: * Makefile.in 1.4:
14465: * acinclude.m4 1.2:
14466: * aclocal.m4 1.2:
14467: * configure 1.8:
14468: * configure.in 1.10:
14469: * etc/Makefile.in 1.3:
14470: * etc/parser3.charsets/Makefile.in 1.5:
14471: * src/Makefile.in 1.44:
14472: * src/classes/Makefile.in 1.42:
14473: * src/include/Makefile.in 1.2:
14474: * src/include/pa_config_auto.h.in 1.19:
14475: * src/include/pa_config_includes.h 1.19:
14476: * src/main/Makefile.in 1.38:
14477: * src/sql/Makefile.in 1.2:
14478: * src/targets/Makefile.in 1.33:
14479: * src/targets/apache13/Makefile.in 1.31:
14480: * src/targets/apache13/p3runConfigure.in 1.7:
14481: * src/targets/cgi/Makefile.am 1.30:
14482: * src/targets/cgi/Makefile.in 1.41:
14483: * src/targets/cgi/parser3.C 1.157:
14484: * src/targets/isapi/Makefile.in 1.2:
14485: * src/types/Makefile.in 1.34:
14486: removed libtool usage from build mech
14487:
1.39 ! paf 14488: * src/classes/math.C 1.14:
! 14489: * www/htdocs/index.html 1.8:
! 14490: math:random range check fixed
! 14491:
1.38 paf 14492: * operators.txt 1.10:
14493: * src/classes/date.C 1.17:
14494: date::create [were date::set, with backward comp
14495:
1.15 paf 14496: * src/main/compile.tab.C 1.42:
14497: bison env set so one could compile without cygwin installed
14498:
14499: * src/targets/cgi/Makefile.am 1.31:
14500: * src/targets/cgi/Makefile.in 1.42:
14501: * src/targets/cgi/parser3.C 1.158:
14502: *** empty log message ***
14503:
14504: * src/main/pa_globals.C 1.116:
14505: extern "C" was removed too fast
14506:
14507: * Makefile.in 1.5:
14508: * ltconfig 1.2:
14509: * ltmain.sh 1.2:
14510: removed libtool subpart files
14511:
14512: * src/main/main.dsp 1.147:
14513: * src/main/pa_globals.C 1.115:
14514: removed unneded
14515: #ifdef __cplusplus
14516: }
14517: #endif
14518:
14519: * src/include/pa_opcode.h 1.15:
14520: * src/include/pa_request.h 1.122:
14521: * src/main/compile.tab.C 1.43:
14522: * src/main/compile.y 1.182:
14523: * src/main/execute.C 1.219:
14524: * src/types/pa_wcontext.h 1.28:
14525: * www/htdocs/index.html 1.10:
14526: * www/htdocs/index.html 1.9:
14527: in_expression
14528: aimed to solve old problem with string/nonstring values,
14529: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
14530:
14531: * operators.txt 1.11:
14532: * src/targets/cgi/parser3.C 1.159:
14533: PARSER_ROOT_CONFIG
14534:
14535: * src/classes/classes.dsp 1.15:
14536: * src/main/main.dsp 1.146:
14537: * src/main/pa_globals.C 1.114:
14538: * src/targets/cgi/parser3.dsp 1.42:
14539: * src/types/types.dsp 1.19:
14540: win32xml now contains gnome xml libs
14541: parser .dsp-s changed accordingly
14542:
14543: * operators.txt 1.9:
14544: \ comment
14545:
14546: 2002-02-13 paf
14547: * INSTALL 1.5:
14548: * configure 1.7:
14549: * configure.in 1.9:
14550: * src/targets/cgi/Makefile.am 1.29:
14551: * src/targets/cgi/Makefile.in 1.40:
14552: --with-glib-config
14553: CXXLINK=$(CC) for targets/cgi/parser3
14554:
14555: * src/include/pa_config_includes.h 1.18:
14556: sys/time time both included now.
14557: vaguely remember confilicts on this on some system [not on six|ablv]
14558: so when would see them again would think up proper check
14559:
14560: * etc/parser3.charsets/windows-1257.cfg 1.1:
14561: * src/targets/cgi/parser3.C 1.156:
14562: baltic charset file generated, in generation script ispunct
14563: check added
14564:
14565: * src/main/pa_common.C 1.103:
14566: strnchr: sanity check added
14567:
14568: * src/main/pa_common.C 1.104:
14569: truncation never occured when writing files on unix [since i've changed cache mech]
14570: fix
14571:
14572: * etc/parser3.charsets/windows-1257.cfg 1.2:
14573: id added
14574:
14575: 2002-02-08 paf
14576: * src/classes/classes.C 1.14:
14577: * src/classes/classes.h 1.15:
14578: * src/classes/date.C 1.15:
14579: * src/classes/double.C 1.42:
14580: * src/classes/file.C 1.71:
14581: * src/classes/form.C 1.20:
14582: * src/classes/hash.C 1.34:
14583: * src/classes/hashfile.C 1.21:
14584: * src/classes/image.C 1.65:
14585: * src/classes/int.C 1.39:
14586: * src/classes/mail.C 1.53:
14587: * src/classes/math.C 1.12:
14588: * src/classes/op.C 1.70:
14589: * src/classes/response.C 1.17:
14590: * src/classes/string.C 1.96:
14591: * src/classes/table.C 1.143:
14592: * src/classes/void.C 1.15:
14593: * src/classes/xdoc.C 1.84:
14594: * src/classes/xnode.C 1.37:
14595: * src/classes/xnode.h 1.8:
14596: * src/include/pa_array.h 1.52:
14597: * src/include/pa_cache_managers.h 1.5:
14598: * src/include/pa_charset.h 1.13:
14599: * src/include/pa_charsets.h 1.4:
14600: * src/include/pa_common.h 1.73:
14601: * src/include/pa_config_fixed.h 1.37:
14602: * src/include/pa_config_includes.h 1.16:
14603: * src/include/pa_db_connection.h 1.20:
14604: * src/include/pa_db_manager.h 1.13:
14605: * src/include/pa_db_table.h 1.14:
14606: * src/include/pa_dictionary.h 1.9:
14607: * src/include/pa_dir.h 1.9:
14608: * src/include/pa_exception.h 1.30:
14609: * src/include/pa_exec.h 1.6:
14610: * src/include/pa_globals.h 1.77:
14611: * src/include/pa_hash.h 1.53:
14612: * src/include/pa_opcode.h 1.13:
14613: * src/include/pa_pool.h 1.77:
14614: * src/include/pa_pragma_pack_begin.h 1.3:
14615: * src/include/pa_pragma_pack_end.h 1.3:
14616: * src/include/pa_request.h 1.120:
14617: * src/include/pa_sapi.h 1.17:
14618: * src/include/pa_socks.h 1.7:
14619: * src/include/pa_sql_connection.h 1.22:
14620: * src/include/pa_sql_driver_manager.h 1.22:
14621: * src/include/pa_stack.h 1.12:
14622: * src/include/pa_string.h 1.123:
14623: * src/include/pa_stylesheet_connection.h 1.25:
14624: * src/include/pa_stylesheet_manager.h 1.11:
14625: * src/include/pa_table.h 1.40:
14626: * src/include/pa_threads.h 1.22:
14627: * src/include/pa_types.h 1.36:
14628: * src/main/compile.C 1.57:
14629: * src/main/compile.tab.C 1.40:
14630: * src/main/compile_tools.C 1.44:
14631: * src/main/compile_tools.h 1.57:
14632: * src/main/execute.C 1.217:
14633: * src/main/pa_array.C 1.46:
14634: * src/main/pa_cache_managers.C 1.3:
14635: * src/main/pa_charset.C 1.19:
14636: * src/main/pa_charsets.C 1.5:
14637: * src/main/pa_common.C 1.100:
14638: * src/main/pa_db_connection.C 1.36:
14639: * src/main/pa_db_manager.C 1.20:
14640: * src/main/pa_db_table.C 1.19:
14641: * src/main/pa_dictionary.C 1.11:
14642: * src/main/pa_dir.C 1.10:
14643: * src/main/pa_exception.C 1.37:
14644: * src/main/pa_exec.C 1.24:
14645: * src/main/pa_globals.C 1.112:
14646: * src/main/pa_hash.C 1.49:
14647: * src/main/pa_pool.C 1.50:
14648: * src/main/pa_request.C 1.193:
14649: * src/main/pa_socks.C 1.12:
14650: * src/main/pa_sql_driver_manager.C 1.60:
14651: * src/main/pa_status_provider.C 1.3:
14652: * src/main/pa_string.C 1.137:
14653: * src/main/pa_stylesheet_manager.C 1.12:
14654: * src/main/pa_table.C 1.43:
14655: * src/main/untaint.C 1.88:
14656: * src/sql/pa_sql_driver.h 1.25:
14657: * src/targets/apache13/mod_parser3.C 1.16:
14658: * src/targets/apache13/pa_pool.C 1.4:
14659: * src/targets/apache13/pa_threads.C 1.6:
14660: * src/targets/cgi/pa_pool.C 1.35:
14661: * src/targets/cgi/pa_threads.C 1.8:
14662: * src/targets/cgi/parser3.C 1.153:
14663: * src/targets/cgi/pool_storage.h 1.8:
14664: * src/targets/isapi/pa_pool.C 1.11:
14665: * src/targets/isapi/pa_threads.C 1.7:
14666: * src/targets/isapi/parser3isapi.C 1.62:
14667: * src/targets/isapi/pool_storage.h 1.14:
14668: * src/types/pa_valiased.C 1.12:
14669: * src/types/pa_valiased.h 1.17:
14670: * src/types/pa_value.h 1.78:
14671: * src/types/pa_vbool.h 1.16:
14672: * src/types/pa_vclass.h 1.23:
14673: * src/types/pa_vcode_frame.h 1.13:
14674: * src/types/pa_vcookie.C 1.33:
14675: * src/types/pa_vcookie.h 1.14:
14676: * src/types/pa_vdate.h 1.7:
14677: * src/types/pa_vdouble.h 1.31:
14678: * src/types/pa_venv.h 1.19:
14679: * src/types/pa_vfile.C 1.25:
14680: * src/types/pa_vfile.h 1.39:
14681: * src/types/pa_vform.C 1.51:
14682: * src/types/pa_vform.h 1.32:
14683: * src/types/pa_vhash.h 1.28:
14684: * src/types/pa_vhashfile.C 1.18:
14685: * src/types/pa_vhashfile.h 1.14:
14686: * src/types/pa_vimage.C 1.15:
14687: * src/types/pa_vimage.h 1.23:
14688: * src/types/pa_vint.h 1.30:
14689: * src/types/pa_vjunction.h 1.11:
14690: * src/types/pa_vmath.h 1.5:
14691: * src/types/pa_vmethod_frame.h 1.21:
14692: * src/types/pa_vobject.h 1.15:
14693: * src/types/pa_vrequest.C 1.15:
14694: * src/types/pa_vrequest.h 1.15:
14695: * src/types/pa_vresponse.C 1.3:
14696: * src/types/pa_vresponse.h 1.20:
14697: * src/types/pa_vstateless_class.C 1.12:
14698: * src/types/pa_vstateless_class.h 1.22:
14699: * src/types/pa_vstateless_object.h 1.14:
14700: * src/types/pa_vstatus.C 1.5:
14701: * src/types/pa_vstatus.h 1.6:
14702: * src/types/pa_vstring.C 1.15:
14703: * src/types/pa_vstring.h 1.40:
14704: * src/types/pa_vtable.C 1.10:
14705: * src/types/pa_vtable.h 1.36:
14706: * src/types/pa_vvoid.h 1.7:
14707: * src/types/pa_vxdoc.C 1.10:
14708: * src/types/pa_vxdoc.h 1.18:
14709: * src/types/pa_vxnode.C 1.14:
14710: * src/types/pa_vxnode.h 1.11:
14711: * src/types/pa_wcontext.C 1.14:
14712: * src/types/pa_wcontext.h 1.26:
14713: * src/types/pa_wwrapper.h 1.15:
14714: 2002
14715:
14716: * src/types/pa_vcookie.C 1.36:
14717: * src/types/pa_vcookie.C 1.37:
14718: * src/types/pa_vcookie.C 1.38:
14719: * src/types/pa_vcookie.C 1.39:
14720: VCookie::fill_fields one check forgotten
14721:
14722: * src/include/Makefile.am 1.1:
14723: * src/include/Makefile.in 1.1:
14724: * src/sql/Makefile.am 1.3:
14725: * src/sql/Makefile.in 1.1:
14726: * src/targets/isapi/Makefile.am 1.1:
14727: * src/targets/isapi/Makefile.in 1.1:
14728: forgotten makes
14729:
14730: * AUTHORS 1.2:
14731: * COPYING 1.2:
14732: * INSTALL 1.3:
14733: * INSTALL 1.4:
14734: * README 1.2:
14735: install&others updated
14736:
14737: * Makefile.am 1.2:
14738: * Makefile.in 1.3:
14739: * configure 1.6:
14740: * configure.in 1.8:
14741: * etc/parser3.charsets/Makefile.am 1.2:
14742: * etc/parser3.charsets/Makefile.in 1.4:
14743: * src/Makefile.am 1.15:
14744: * src/Makefile.in 1.43:
14745: * src/classes/Makefile.am 1.37:
14746: * src/classes/Makefile.in 1.41:
14747: * src/main/Makefile.am 1.30:
14748: * src/main/Makefile.in 1.37:
14749: * src/main/pa_status_provider.C 1.5:
14750: * src/targets/Makefile.am 1.9:
14751: * src/targets/Makefile.in 1.32:
14752: * src/targets/apache13/Makefile.am 1.11:
14753: * src/targets/apache13/Makefile.in 1.30:
14754: * src/targets/cgi/Makefile.am 1.28:
14755: * src/targets/cgi/Makefile.in 1.39:
14756: * src/types/Makefile.am 1.19:
14757: * src/types/Makefile.in 1.33:
14758: 'make dist' works
14759:
14760: * src/classes/classes.C 1.15:
14761: * src/classes/classes.h 1.16:
14762: * src/classes/date.C 1.16:
14763: * src/classes/double.C 1.43:
14764: * src/classes/file.C 1.72:
14765: * src/classes/form.C 1.21:
14766: * src/classes/hash.C 1.35:
14767: * src/classes/hashfile.C 1.22:
14768: * src/classes/image.C 1.66:
14769: * src/classes/image.C 1.67:
14770: * src/classes/int.C 1.40:
14771: * src/classes/mail.C 1.54:
14772: * src/classes/math.C 1.13:
14773: * src/classes/op.C 1.71:
14774: * src/classes/response.C 1.18:
14775: * src/classes/string.C 1.97:
14776: * src/classes/table.C 1.144:
14777: * src/classes/void.C 1.16:
14778: * src/classes/xdoc.C 1.85:
14779: * src/classes/xnode.C 1.38:
14780: * src/classes/xnode.h 1.9:
14781: * src/include/pa_array.h 1.53:
14782: * src/include/pa_cache_managers.h 1.6:
14783: * src/include/pa_charset.h 1.14:
14784: * src/include/pa_charsets.h 1.5:
14785: * src/include/pa_common.h 1.74:
14786: * src/include/pa_config_fixed.h 1.38:
14787: * src/include/pa_config_includes.h 1.17:
14788: * src/include/pa_db_connection.h 1.21:
14789: * src/include/pa_db_manager.h 1.14:
14790: * src/include/pa_db_table.h 1.15:
14791: * src/include/pa_dictionary.h 1.10:
14792: * src/include/pa_dir.h 1.10:
14793: * src/include/pa_exception.h 1.31:
14794: * src/include/pa_exec.h 1.7:
14795: * src/include/pa_globals.h 1.78:
14796: * src/include/pa_hash.h 1.54:
14797: * src/include/pa_opcode.h 1.14:
14798: * src/include/pa_pool.h 1.78:
14799: * src/include/pa_pragma_pack_begin.h 1.4:
14800: * src/include/pa_pragma_pack_end.h 1.4:
14801: * src/include/pa_request.h 1.121:
14802: * src/include/pa_sapi.h 1.18:
14803: * src/include/pa_socks.h 1.8:
14804: * src/include/pa_sql_connection.h 1.23:
14805: * src/include/pa_sql_driver_manager.h 1.23:
14806: * src/include/pa_stack.h 1.13:
14807: * src/include/pa_string.h 1.124:
14808: * src/include/pa_stylesheet_connection.h 1.26:
14809: * src/include/pa_stylesheet_manager.h 1.12:
14810: * src/include/pa_table.h 1.41:
14811: * src/include/pa_threads.h 1.23:
14812: * src/include/pa_types.h 1.37:
14813: * src/main/compile.C 1.58:
14814: * src/main/compile_tools.C 1.45:
14815: * src/main/compile_tools.h 1.58:
14816: * src/main/execute.C 1.218:
14817: * src/main/pa_array.C 1.47:
14818: * src/main/pa_cache_managers.C 1.4:
14819: * src/main/pa_charset.C 1.20:
14820: * src/main/pa_charsets.C 1.6:
14821: * src/main/pa_common.C 1.101:
14822: * src/main/pa_common.C 1.102:
14823: * src/main/pa_db_connection.C 1.37:
14824: * src/main/pa_db_manager.C 1.21:
14825: * src/main/pa_db_table.C 1.20:
14826: * src/main/pa_dictionary.C 1.12:
14827: * src/main/pa_dir.C 1.11:
14828: * src/main/pa_exception.C 1.38:
14829: * src/main/pa_exec.C 1.25:
14830: * src/main/pa_globals.C 1.113:
14831: * src/main/pa_hash.C 1.50:
14832: * src/main/pa_pool.C 1.51:
14833: * src/main/pa_request.C 1.194:
14834: * src/main/pa_socks.C 1.13:
14835: * src/main/pa_sql_driver_manager.C 1.61:
14836: * src/main/pa_status_provider.C 1.4:
14837: * src/main/pa_string.C 1.138:
14838: * src/main/pa_stylesheet_manager.C 1.13:
14839: * src/main/pa_table.C 1.44:
14840: * src/main/untaint.C 1.89:
14841: * src/main/untaint.C 1.90:
14842: * src/sql/pa_sql_driver.h 1.26:
14843: * src/targets/apache13/mod_parser3.C 1.17:
14844: * src/targets/apache13/pa_pool.C 1.5:
14845: * src/targets/apache13/pa_threads.C 1.7:
14846: * src/targets/cgi/pa_pool.C 1.36:
14847: * src/targets/cgi/pa_threads.C 1.9:
14848: * src/targets/cgi/parser3.C 1.154:
14849: * src/targets/cgi/parser3.C 1.155:
14850: * src/targets/cgi/pool_storage.h 1.9:
14851: * src/targets/isapi/pa_pool.C 1.12:
14852: * src/targets/isapi/pa_threads.C 1.8:
14853: * src/targets/isapi/parser3isapi.C 1.63:
14854: * src/targets/isapi/pool_storage.h 1.15:
14855: * src/types/pa_valiased.C 1.13:
14856: * src/types/pa_valiased.h 1.18:
14857: * src/types/pa_value.h 1.79:
14858: * src/types/pa_vbool.h 1.17:
14859: * src/types/pa_vclass.h 1.24:
14860: * src/types/pa_vcode_frame.h 1.14:
14861: * src/types/pa_vcookie.C 1.34:
14862: * src/types/pa_vcookie.C 1.35:
14863: * src/types/pa_vcookie.h 1.15:
14864: * src/types/pa_vdate.h 1.8:
14865: * src/types/pa_vdouble.h 1.32:
14866: * src/types/pa_venv.h 1.20:
14867: * src/types/pa_vfile.C 1.26:
14868: * src/types/pa_vfile.C 1.27:
14869: * src/types/pa_vfile.h 1.40:
14870: * src/types/pa_vform.C 1.52:
14871: * src/types/pa_vform.C 1.53:
14872: * src/types/pa_vform.h 1.33:
14873: * src/types/pa_vhash.h 1.29:
14874: * src/types/pa_vhashfile.C 1.19:
14875: * src/types/pa_vhashfile.C 1.20:
14876: * src/types/pa_vhashfile.h 1.15:
14877: * src/types/pa_vimage.C 1.16:
14878: * src/types/pa_vimage.C 1.17:
14879: * src/types/pa_vimage.h 1.24:
14880: * src/types/pa_vint.h 1.31:
14881: * src/types/pa_vjunction.h 1.12:
14882: * src/types/pa_vmath.h 1.6:
14883: * src/types/pa_vmethod_frame.h 1.22:
14884: * src/types/pa_vobject.h 1.16:
14885: * src/types/pa_vrequest.C 1.16:
14886: * src/types/pa_vrequest.C 1.17:
14887: * src/types/pa_vrequest.h 1.16:
14888: * src/types/pa_vresponse.C 1.4:
14889: * src/types/pa_vresponse.C 1.5:
14890: * src/types/pa_vresponse.h 1.21:
14891: * src/types/pa_vstateless_class.C 1.13:
14892: * src/types/pa_vstateless_class.h 1.23:
14893: * src/types/pa_vstateless_object.h 1.15:
14894: * src/types/pa_vstatus.C 1.6:
14895: * src/types/pa_vstatus.h 1.7:
14896: * src/types/pa_vstring.C 1.16:
14897: * src/types/pa_vstring.C 1.17:
14898: * src/types/pa_vstring.h 1.41:
14899: * src/types/pa_vtable.C 1.11:
14900: * src/types/pa_vtable.C 1.12:
14901: * src/types/pa_vtable.h 1.37:
14902: * src/types/pa_vvoid.h 1.8:
14903: * src/types/pa_vxdoc.C 1.11:
14904: * src/types/pa_vxdoc.C 1.12:
14905: * src/types/pa_vxdoc.h 1.19:
14906: * src/types/pa_vxnode.C 1.15:
14907: * src/types/pa_vxnode.C 1.16:
14908: * src/types/pa_vxnode.h 1.12:
14909: * src/types/pa_wcontext.C 1.15:
14910: * src/types/pa_wcontext.h 1.27:
14911: * src/types/pa_wwrapper.h 1.16:
14912: name spelling
14913:
14914: 2002-02-07 paf
14915: * src/main/compile.C 1.56:
14916: * src/main/compile.tab.C 1.39:
14917: * src/main/compile.y 1.180:
14918: * src/main/compile_tools.h 1.56:
14919: disabled $if reference due to conflicts with local variables
14920:
14921: * configure 1.5:
14922: * configure.in 1.7:
14923: * src/classes/Makefile.in 1.39:
14924: * src/include/pa_config_auto.h.in 1.18:
14925: * src/main/Makefile.in 1.35:
14926: * src/main/pa_common.C 1.99:
14927: * src/main/pa_socks.C 1.10:
14928: * src/targets/Makefile.in 1.30:
14929: * src/targets/cgi/Makefile.in 1.37:
14930: * src/types/Makefile.in 1.31:
14931: compiled under cygwin
14932: added yet another locking function: fcntl
14933:
14934: * src/classes/Makefile.in 1.40:
14935: * src/main/Makefile.in 1.36:
14936: * src/targets/Makefile.in 1.31:
14937: * src/targets/apache13/Makefile.in 1.29:
14938: * src/targets/cgi/Makefile.in 1.38:
14939: * src/types/Makefile.in 1.32:
14940: makes
14941:
14942: * src/include/pa_array.h 1.50:
14943: * src/main/compile.C 1.55:
14944: * src/main/compile.tab.C 1.37:
14945: * src/main/compile.y 1.179:
14946: * src/main/compile_tools.C 1.43:
14947: * src/main/compile_tools.h 1.55:
14948: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
14949: OP_VALUE+string+OP_GET_ELEMENT.
14950: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
14951: to form
14952: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
14953: code
14954:
14955: * operators.txt 1.6:
14956: * src/classes/string.C 1.95:
14957: * src/include/pa_config_fixed.h 1.35:
14958: * src/main/compile.tab.C 1.38:
14959: ^int/double/string.format
14960: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
14961: retaining backward compatibility due to some already-implemented servers
14962:
14963: * config.sub 1.2:
14964: on cygwin configure passes it with strange i1586 const, hacked
14965: it to mean i586
14966:
14967: * src/main/pa_socks.C 1.11:
14968: swapped headers to avoid compiler warnings
14969:
14970: * operators.txt 1.7:
14971: * src/classes/table.C 1.142:
14972: * src/include/pa_array.h 1.51:
14973: * src/include/pa_table.h 1.39:
14974: * src/main/pa_array.C 1.45:
14975: * src/main/pa_table.C 1.42:
14976: * www/htdocs/auto.p 1.3:
14977: * www/htdocs/index.html 1.6:
14978: table::create now // 'set' name obsolete now
14979: table clone.
14980:
14981: * operators.txt 1.8:
14982: * src/classes/xdoc.C 1.83:
14983: * src/include/pa_config_fixed.h 1.36:
14984: xdoc::set obsolete now, now xdoc::create, with both sences
14985:
14986: 2002-02-06 paf
14987: * src/classes/mail.C 1.52:
14988: *** empty log message ***
14989:
14990: * configure 1.4:
14991: * configure.in 1.6:
14992: prefix expanded, grr
14993:
14994: * operators.txt 1.5:
14995: * src/classes/mail.C 1.51:
14996: mail:send config changed
14997:
14998: 2002-02-05 paf
14999: * configure.in 1.3:
15000: * operators.txt 1.2:
15001: * src/classes/file.C 1.70:
15002: * src/classes/op.C 1.69:
15003: * src/include/pa_common.h 1.72:
15004: * src/include/pa_config_includes.h 1.15:
15005: * src/main/compile.tab.C 1.36:
15006: * src/main/pa_common.C 1.98:
15007: * www/htdocs/index.html 1.5:
15008: rewritten ^cache to use non-blocking-exclusive-caches
15009:
15010: * src/types/pa_vstatus.C 1.4:
15011: status:rusage 3
15012:
15013: * src/main/pa_common.C 1.97:
15014: text file read mode on win32 adjusted [speed impact. was off
15015: for debugging purpose, but forgotten afterwards]
15016:
15017: * operators.txt 1.3:
15018: status:rusage described int operators
15019:
15020: * configure.in 1.4:
15021: * src/types/Makefile.am 1.18:
15022: * src/types/pa_vstatus.h 1.5:
15023: * src/types/types.dsp 1.18:
15024: status:rusage
15025:
15026: * src/types/pa_vstatus.C 1.1:
15027: status:rusage 1
15028:
15029: * configure 1.3:
15030: * configure.in 1.5:
15031: * src/include/pa_config_auto.h.in 1.17:
15032: * src/types/Makefile.in 1.30:
15033: * src/types/pa_vstatus.C 1.2:
15034: *** empty log message ***
15035:
15036: * src/main/pa_exec.C 1.22.14.1:
15037: * src/main/pa_exec.C 1.23:
15038: argv0 now correct
15039:
15040: * src/types/pa_vstatus.C 1.3:
15041: status:rusage 2
15042:
15043: * operators.txt 1.4:
15044: regex options commented
15045:
15046: 2002-02-01 paf
15047: * src/classes/op.C 1.62.2.1.2.3:
15048: file_write does EX lock after create,
15049: while file_read does SH after open,
15050: 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,
15051: added a check for that in ^cache...read
15052:
15053: 2002-01-31 paf
15054: * src/main/execute.C 1.210:
15055: * www/htdocs/index.html 1.3:
15056: operators check, thay mistakenly seen in
15057: $class:operator
15058: $object.operators
15059: contexts
15060:
15061: * INSTALL 1.2:
15062: * Makefile.in 1.2:
15063: * configure 1.2:
15064: * configure.in 1.2:
15065: * etc/Makefile.am 1.2:
15066: * etc/Makefile.in 1.2:
15067: * etc/parser3.charsets/Makefile.in 1.3:
15068: * ident.awk 1.2:
15069: * src/Makefile.in 1.42:
15070: * src/classes/Makefile.am 1.36:
15071: * src/classes/Makefile.in 1.38:
15072: * src/main/Makefile.am 1.29:
15073: * src/main/Makefile.in 1.34:
15074: * src/targets/Makefile.in 1.29:
15075: * src/targets/apache13/Makefile.am 1.10:
15076: * src/targets/cgi/Makefile.am 1.27:
15077: * src/targets/cgi/Makefile.in 1.36:
15078: * src/targets/cgi/pa_config_paths.h.in 1.1:
15079: * src/targets/cgi/parser3.C 1.152:
15080: * src/types/Makefile.am 1.17:
15081: * src/types/Makefile.in 1.29:
15082: lowered indent.awk back to src/
15083:
15084: * src/classes/xdoc.C 1.82:
15085: * src/targets/cgi/parser3.dsp 1.41:
15086: * www/htdocs/index.html 1.2:
15087: now compiles under win32
15088:
15089: * src/main/compile.tab.C 1.35:
15090: * src/main/compile.y 1.178:
15091: disabled operator call after ^xxx:
15092:
15093: * AUTHORS 1.1:
15094: * COPYING 1.1:
15095: * INSTALL 1.1:
15096: * Makefile.am 1.1:
15097: * Makefile.in 1.1:
15098: * NEWS 1.1:
15099: * README 1.1:
15100: * acinclude.m4 1.1:
15101: * aclocal.m4 1.1:
15102: * asm.txt 1.1:
15103: * config.guess 1.1:
15104: * config.sub 1.1:
15105: * configure 1.1:
15106: * configure.in 1.1:
15107: * etc/Makefile.am 1.1:
15108: * etc/Makefile.in 1.1:
15109: * etc/parser3.charsets/Makefile.am 1.1:
15110: * etc/parser3.charsets/Makefile.in 1.1:
15111: * etc/parser3.charsets/koi8-r.cfg 1.1:
15112: * etc/parser3.charsets/windows-1250.cfg 1.1:
15113: * etc/parser3.charsets/windows-1251.cfg 1.1:
15114: * form.txt 1.1:
15115: * ident.awk 1.1:
15116: * install-sh 1.1:
15117: * lang.txt 1.1:
15118: * ltconfig 1.1:
15119: * ltmain.sh 1.1:
15120: * missing 1.1:
15121: * mkinstalldirs 1.1:
15122: * operators.txt 1.1:
15123: * parser3.dsw 1.1:
15124: * sql.txt 1.1:
15125: * src/Makefile.am 1.14:
15126: * src/Makefile.in 1.41:
15127: * src/classes/Makefile.am 1.35:
15128: * src/classes/Makefile.in 1.37:
15129: * src/include/pa_config_auto.h.in 1.16:
15130: * src/main/Makefile.am 1.28:
15131: * src/main/Makefile.in 1.33:
15132: * src/targets/Makefile.in 1.28:
15133: * src/targets/apache13/Makefile.am 1.9:
15134: * src/targets/apache13/Makefile.in 1.28:
15135: * src/targets/cgi/Makefile.am 1.26:
15136: * src/targets/cgi/Makefile.in 1.35:
15137: * src/targets/cgi/parser3.C 1.151:
15138: * src/types/Makefile.am 1.16:
15139: * src/types/Makefile.in 1.28:
15140: * types.txt 1.1:
15141: * www/Makefile.am 1.1:
15142: * www/Makefile.in 1.1:
15143: * www/htdocs/auto.p 1.1:
15144: * www/htdocs/global.xsl 1.1:
15145: * www/htdocs/index.html 1.1:
15146: * www/htdocs/parser-status.html 1.1:
15147: * www/htdocs/people.dtd 1.1:
15148: moved etc&www out of src, moved configure&co out of src
15149: added windows-1250.cfg
15150: straightened installation scripts procedure
15151: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
15152:
15153: * src/include/pa_opcode.h 1.12:
15154: * src/include/pa_request.h 1.119:
15155: * src/main/compile.C 1.54:
15156: * src/main/compile.tab.C 1.33:
15157: * src/main/compile.y 1.177:
15158: * src/main/compile_tools.C 1.42:
15159: * src/main/compile_tools.h 1.54:
15160: * src/main/execute.C 1.215:
15161: * src/types/pa_wcontext.h 1.25:
15162: operators check 6.1
15163: rewritten. now check is done at compile time
15164:
15165: * src/main/execute.C 1.214:
15166: operators check 5
15167: floated up old error of staying in 'entered class/object' state after $a($a..)
15168: it prevented operators from being called thereafter
15169:
15170: * src/main/compile.tab.C 1.34:
15171: * src/main/execute.C 1.216:
15172: made operators lookup first in ^xxx situation.
15173: so that one could not do
15174: $if[1]
15175: ^if[xxx]
15176:
1.39 ! paf 15177: * etc/parser3.charsets/Makefile.in 1.2:
! 15178: *** empty log message ***
! 15179:
1.15 paf 15180: * src/main/execute.C 1.211:
15181: * src/types/pa_wcontext.h 1.24:
15182: * www/htdocs/auto.p 1.2:
15183: * www/htdocs/index.html 1.4:
15184: operators check 2
15185: floated up old error of staying in 'entered class' state after $a:a[a]
15186: it prevented operators from being called thereafter
15187:
15188: * src/main/execute.C 1.212:
15189: operators check 3
15190: floated up old error of staying in 'entered class' state after $a:a(a)
15191: it prevented operators from being called thereafter
15192:
15193: * src/include/pa_opcode.h 1.11:
15194: * src/main/compile.tab.C 1.32:
15195: * src/main/compile.y 1.176:
15196: * src/main/execute.C 1.213:
15197: operators check 4
15198: floated up old error of staying in 'entered object' state after ^a.a(a)
15199: it prevented operators from being called thereafter
15200:
15201: 2002-01-30 paf
15202: * src/classes/xdoc.C 1.81:
15203: acconfig.h changed [comments before #undefs removed]
15204: those comments were a mistake, and prevented libltdl from function properly
15205:
15206: 2002-01-29 paf
15207: * src/Makefile.am 1.13:
15208: * src/Makefile.in 1.40:
15209: * src/classes/Makefile.am 1.34:
15210: * src/classes/Makefile.in 1.36:
15211: * src/main/Makefile.in 1.32:
15212: * src/targets/Makefile.in 1.27:
15213: * src/targets/apache13/Makefile.in 1.27:
15214: * src/targets/cgi/Makefile.in 1.34:
15215: * src/types/Makefile.in 1.27:
15216: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
15217: added default system config&charsetts
15218: prepared 'make install', now it installs
15219: targets/cgi/parser3 into bin directory
15220: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
15221:
15222: * src/classes/xdoc.C 1.80:
15223: * src/include/pa_charset.h 1.12:
15224: * src/include/pa_globals.h 1.76:
15225: * src/main/pa_globals.C 1.111:
15226: few forgotten ifdef XML added
15227:
15228: 2002-01-28 paf
15229: * src/classes/xdoc.C 1.79:
15230: * src/classes/xnode.h 1.7:
15231: * src/main/pa_exception.C 1.35:
15232: xdoc.importNode 0
15233:
15234: * src/classes/xdoc.C 1.78:
15235: xdoc::set now untaints OK
15236:
15237: * src/Makefile.in 1.39:
15238: stupid make runs automake on ths
15239:
15240: * src/classes/xnode.C 1.34:
15241: * src/types/pa_vxdoc.h 1.17:
15242: xdoc.importNode 1 [fixed as_node helper func to accept docs]
15243:
15244: * src/classes/Makefile.am 1.33:
15245: * src/classes/Makefile.in 1.35:
15246: * src/targets/cgi/Makefile.am 1.25:
15247: * src/targets/cgi/Makefile.in 1.33:
15248: xalan-patch removed
15249:
15250: * src/main/pa_exception.C 1.36:
15251: dom|generic error output fix
15252:
15253: * src/classes/xnode.C 1.35:
15254: xdoc.importNode 2 [mistype err]
15255:
15256: * src/classes/xnode.C 1.36:
15257: xdoc.importNode 3 [check err]
15258:
15259: 2002-01-25 paf
15260: * src/include/pa_charset.h 1.11:
15261: * src/main/pa_globals.C 1.110:
15262: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
15263:
15264: * src/classes/hash.C 1.33:
15265: unified hash::sql, now
15266: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
15267:
15268: * src/classes/file.C 1.68:
15269: * src/classes/op.C 1.68:
15270: * src/classes/string.C 1.94:
15271: * src/classes/table.C 1.141:
15272: * src/classes/xdoc.C 1.77:
15273: * src/include/pa_common.h 1.70:
15274: * src/main/pa_common.C 1.95:
15275: * src/types/pa_vfile.h 1.38:
15276: removed redundant pool param to some pa_common funcs
15277:
15278: * src/classes/file.C 1.69:
15279: * src/include/pa_common.h 1.71:
15280: * src/main/pa_common.C 1.96:
15281: ^file:lock[filename]{code}
15282:
15283: * src/include/pa_charset.h 1.10:
15284: * src/include/pa_charset.h 1.2.2.1:
15285: * src/include/pa_config_fixed.h 1.34.6.1:
15286: * src/main/compile.tab.C 1.27.6.3:
15287: * src/main/pa_charset.C 1.18:
15288: typedef XMLCh... not stupid illegal define
15289:
15290: * src/main/compile.tab.C 1.31:
15291: * src/main/compile.y 1.175:
15292: #comment before @ after @SPECIAL
15293: now works OK
15294:
15295: * src/main/pa_exec.C 1.20:
15296: max arg count now 10, and proper message on violation that added
15297:
15298: * src/main/pa_exec.C 1.21:
15299: * src/main/pa_exec.C 1.22:
15300: unix: exec now does chdir to script dir
15301:
15302: 2002-01-24 paf
15303: * src/classes/hashfile.C 1.20:
15304: * src/include/pa_db_table.h 1.13:
15305: * src/include/pa_opcode.h 1.10:
15306: * src/main/compile.tab.C 1.30:
15307: * src/main/compile.y 1.174:
15308: * src/main/compile_tools.C 1.41:
15309: * src/main/compile_tools.h 1.53:
15310: * src/main/execute.C 1.209:
15311: * src/main/pa_db_connection.C 1.35:
15312: * src/main/pa_db_table.C 1.18:
15313: * src/types/pa_vhashfile.C 1.17:
15314: * src/types/pa_vhashfile.h 1.13:
15315: merged from r17 - hashfile without logfiles
15316:
15317: * src/classes/xnode.C 1.31:
15318: xnode.select returns array always now, in case 'nothing found'
15319: returns empty array
15320:
15321: * src/include/pa_version.h 1.3:
15322: changed version number
15323:
15324: * src/classes/xdoc.C 1.74:
15325: checked empty response
15326:
15327: * src/classes/hashfile.C 1.19.2.1:
15328: * src/include/pa_db_table.h 1.12.6.1:
15329: * src/main/compile.tab.C 1.27.6.2:
15330: * src/main/pa_db_connection.C 1.34.6.1:
15331: * src/main/pa_db_table.C 1.17.2.1:
15332: * src/types/pa_vhashfile.C 1.16.6.1:
15333: * src/types/pa_vhashfile.h 1.12.14.1:
15334: hashfile:
15335: removed use of transactions
15336: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
15337: thus got rid of huge log files, which cluttered disk without huge need]
15338:
15339: * src/classes/xdoc.C 1.76:
15340: * src/classes/xnode.C 1.33:
15341: * src/classes/xnode.h 1.6:
15342: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
15343: in dome lib
15344:
15345: * src/classes/xnode.C 1.30:
15346: xpath nodes select bug [0] instead of [i], be more tender with
15347: ctrl/c/v
15348:
15349: * src/classes/xdoc.C 1.75:
15350: xsltSaveResultTo checked <0 response
15351:
15352: * src/classes/xnode.C 1.32:
15353: xdoc.select fixed context node [were always /, not self node]
15354:
15355: 2002-01-23 paf
15356: * src/classes/xdoc.C 1.72:
15357: * src/main/pa_globals.C 1.108:
15358: * src/types/pa_vdouble.h 1.29:
15359: %.20E now default float format
15360: this is for regretful twice-converting here:
15361: $a(double value) when they write double falue they convert it to string first,
15362: thus %g were losing precesion.
15363:
15364: todo: think up some way to remove double->string string->double twice-converting
15365:
15366: * src/main/pa_globals.C 1.105:
15367: removed debug xslt messages
15368:
15369: * src/main/pa_globals.C 1.106:
15370: xslt linked dynamically. [mistekenly were statically linked]
15371:
15372: * src/include/pa_exception.h 1.29:
15373: * src/main/compile.tab.C 1.29:
15374: * src/main/pa_exception.C 1.34:
15375: removed exception va_list constructor.
15376: 1. not needed anymore
15377: 2. there were a conflict[causing errors] between
15378: ctor(, va_list)
15379: ctor(, ...)
15380: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
15381: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
15382:
15383: * src/types/pa_vdouble.h 1.30:
15384: %.20E now float format when %g produced 'e' in output
15385: this is for regretful twice-converting here:
15386: $a(double value) when they write double falue they convert it to string first,
15387: thus %g were losing precesion.
15388:
15389: todo: think up some way to remove double->string string->double twice-converting
15390:
15391: * src/types/pa_vdouble.h 1.28.14.1:
15392: double prec. todo: get rid of twice-converting
15393:
15394: * src/classes/xdoc.C 1.71:
15395: * src/include/pa_stylesheet_connection.h 1.24:
15396: * src/main/pa_globals.C 1.107:
15397: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
15398:
15399: * src/classes/xdoc.C 1.73:
15400: * src/main/pa_globals.C 1.109:
15401: xdoc::load/set entities substituted.
15402: // 2. when dom tree with entites goes under transform text nodes
15403: // got [erroreosly] cut on first entity occurance
15404:
15405: 2002-01-22 paf
15406: * src/classes/table.C 1.140:
15407: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
15408: replaced them with empty strings
15409:
15410: * src/classes/xdoc.C 1.70:
15411: * src/include/pa_stylesheet_connection.h 1.23:
15412: * src/main/pa_globals.C 1.104:
15413: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
15414: example:
15415: this refused to work,
15416: <b>«<xsl:value-of select="@title" />»</b>
15417: stranly worked only this way:
15418: <b>«<xsl:value-of select="@title" />»</b>
15419:
15420: docs says "set it to 1", never going into details, so I decided to try NOT to do that
15421:
15422: 2002-01-21 paf
15423: * src/include/pa_stylesheet_connection.h 1.20:
15424: * src/main/pa_exception.C 1.32:
15425: xml generic message 1
15426:
15427: * src/main/pa_charset.C 1.17:
15428: checked empty transcoders in transcode_cstr|buf
15429:
15430: * src/classes/Makefile.in 1.34:
15431: * src/classes/xdoc.C 1.67:
15432: * src/classes/xnode.C 1.29:
15433: * src/include/pa_stylesheet_connection.h 1.22:
15434: * src/main/pa_charset.C 1.16:
15435: * src/main/pa_globals.C 1.103:
15436: * src/main/pa_sql_driver_manager.C 1.59:
15437: * src/main/pa_stylesheet_manager.C 1.11:
15438: * src/targets/cgi/Makefile.am 1.24:
15439: * src/targets/cgi/Makefile.in 1.32:
15440: autoconf gnome
15441:
15442: * src/classes/xdoc.C 1.69:
15443: xdoc::load error source = filespec
15444:
15445: * src/classes/table.C 1.139:
15446: ^table::load
15447: empty lines or #comments before headline
15448:
15449: * src/include/pa_array.h 1.49:
15450: * src/include/pa_globals.h 1.74:
15451: * src/include/pa_request.h 1.118:
15452: * src/include/pa_threads.h 1.21:
15453: * src/main/pa_array.C 1.44:
15454: * src/main/pa_exception.C 1.31:
15455: * src/main/pa_globals.C 1.101:
15456: * src/main/pa_request.C 1.192:
15457: * src/targets/apache13/pa_threads.C 1.4:
15458: * src/targets/cgi/pa_threads.C 1.6:
15459: * src/targets/isapi/pa_threads.C 1.6:
15460: xml generic errors 0
15461:
15462: * src/classes/xdoc.C 1.66:
15463: * src/classes/xnode.C 1.28:
15464: * src/include/pa_exception.h 1.28:
15465: * src/include/pa_globals.h 1.75:
15466: * src/include/pa_stylesheet_connection.h 1.21:
15467: * src/main/pa_exception.C 1.33:
15468: * src/main/pa_globals.C 1.102:
15469: * src/targets/apache13/pa_threads.C 1.5:
15470: * src/targets/cgi/pa_threads.C 1.7:
15471: xslt generic error 1
15472:
15473: * src/classes/xdoc.C 1.68:
15474: transform error source now stylesheet_filespec
15475:
15476: 2002-01-16 paf
15477: * src/classes/xdoc.C 1.64:
15478: few comments
15479:
15480: * src/classes/hash.C 1.32:
15481: * src/classes/op.C 1.67:
15482: * src/classes/string.C 1.93:
15483: * src/classes/table.C 1.138:
15484: * src/classes/void.C 1.14:
15485: * src/classes/xdoc.C 1.65:
15486: * src/include/pa_db_connection.h 1.19:
15487: * src/include/pa_request.h 1.117:
15488: * src/include/pa_sql_connection.h 1.21:
15489: * src/include/pa_sql_driver_manager.h 1.21:
15490: * src/include/pa_stylesheet_connection.h 1.19:
15491: * src/include/pa_stylesheet_manager.h 1.10:
15492: * src/main/pa_request.C 1.191:
15493: * src/main/pa_sql_driver_manager.C 1.58:
15494: * src/main/pa_stylesheet_manager.C 1.10:
15495: * src/targets/cgi/pool_storage.h 1.7:
15496: auto closers to sql_connection, stylesheet_connection
15497: auto destroyers to remaining gnome objects
15498:
15499: 2002-01-15 paf
15500: * src/classes/xdoc.C 1.61:
15501: * src/include/pa_charset.h 1.9:
15502: * src/main/pa_charset.C 1.15:
15503: started output options parsing
15504:
15505: * src/classes/xdoc.C 1.63:
15506: xdoc
15507: file
15508: save
15509: string
15510:
15511: ready.
15512: todo: error handling
15513:
15514: * src/classes/xdoc.C 1.62:
15515: xdoc save rewritten using xmlAllocOutputBuffer
15516: less mallocs, more reallocs. less fragmented result
15517:
15518: 2002-01-14 paf
15519: * src/classes/xdoc.C 1.60:
15520: method
15521:
15522: * src/classes/xdoc.C 1.59:
15523: * src/classes/xnode.C 1.27:
15524: * src/include/pa_charset.h 1.8:
15525: * src/include/pa_pool.h 1.76:
15526: * src/include/pa_stylesheet_connection.h 1.18:
15527: * src/main/main.dsp 1.145:
15528: * src/main/pa_charset.C 1.14:
15529: * src/main/pa_globals.C 1.100:
15530: * src/main/pa_pool.C 1.49:
15531: * src/main/pa_stylesheet_manager.C 1.9:
15532: * src/types/pa_vxdoc.h 1.16:
15533: xslt transform0.
15534: TODO:
15535: use output options
15536: handle errors
15537:
15538: * src/classes/xdoc.C 1.58:
15539: * src/classes/xnode.C 1.26:
15540: ^xdoc.file
15541:
15542: 2002-01-11 paf
15543: * src/classes/xnode.C 1.22:
15544: * src/include/pa_charset.h 1.6:
15545: * src/main/pa_charset.C 1.13:
15546: xpath selectNode 1
15547:
15548: * src/include/pa_opcode.h 1.9.6.1:
15549: * src/main/compile.tab.C 1.27.6.1:
15550: * src/main/compile.y 1.173.14.1:
15551: * src/main/compile_tools.C 1.40.14.1:
15552: * src/main/compile_tools.h 1.52.6.1:
15553: * src/main/execute.C 1.208.2.1:
15554: partial logical && || evaluation
15555:
15556: * src/classes/xnode.C 1.23:
15557: xpath selectNode 2
15558:
15559: * src/classes/xnode.C 1.24:
15560: * src/include/pa_charset.h 1.7:
15561: xpath selectNode 3: string/number/bool
15562:
15563: * src/classes/xnode.C 1.25:
15564: xpath selectNodes
15565:
15566: 2002-01-10 paf
15567: * src/classes/xnode.C 1.21:
15568: xpath selectNode -100 [just written]
15569:
15570: * src/classes/xdoc.C 1.57:
15571: * src/classes/xnode.C 1.20:
15572: * src/include/pa_charset.h 1.5:
15573: * src/include/pa_exception.h 1.27:
15574: * src/include/pa_pool.h 1.75:
15575: * src/main/pa_charset.C 1.12:
15576: * src/main/pa_pool.C 1.48:
15577: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
15578:
15579: 2001-12-29 paf
15580: * src/classes/xdoc.C 1.56:
15581: * src/include/pa_exception.h 1.26:
15582: * src/main/pa_charset.C 1.11:
15583: * src/main/pa_exception.C 1.30:
15584: * src/main/pa_globals.C 1.99:
15585: xdoc
15586: ^set
15587: ^string with glib works 0
15588:
15589: 2001-12-28 paf
15590: * src/main/pa_globals.C 1.98:
15591: renamed gdome to libgdome.dll
15592:
15593: * src/classes/classes.dsp 1.14:
15594: * src/classes/mail.C 1.50:
15595: * src/classes/xdoc.C 1.54:
15596: * src/classes/xnode.C 1.19:
15597: * src/classes/xnode.h 1.5:
15598: * src/include/pa_exception.h 1.25:
15599: * src/include/pa_globals.h 1.73:
15600: * src/main/compile.tab.C 1.28:
15601: * src/main/main.dsp 1.144:
15602: * src/main/pa_charset.C 1.9:
15603: * src/main/pa_dir.C 1.9:
15604: * src/main/pa_exception.C 1.28:
15605: * src/main/pa_exec.C 1.19:
15606: * src/main/pa_globals.C 1.97:
15607: * src/main/pa_socks.C 1.9:
15608: * src/targets/cgi/parser3.C 1.150:
15609: * src/targets/cgi/parser3.dsp 1.40:
15610: * src/types/pa_vxdoc.C 1.9:
15611: * src/types/pa_vxdoc.h 1.15:
15612: * src/types/pa_vxnode.C 1.13:
15613: * src/types/pa_vxnode.h 1.10:
15614: gnome libs just compiled in.
15615: no refcounting
15616: no xpath
15617: no xslt
15618: yet
15619:
15620: * src/classes/xdoc.C 1.55:
15621: * src/include/pa_charset.h 1.4:
15622: * src/main/pa_charset.C 1.10:
15623: * src/main/pa_exception.C 1.29:
15624: started glib transcoders
15625:
15626: 2001-12-27 paf
15627: * src/include/pa_charset.h 1.3:
15628: * src/include/pa_common.h 1.69:
15629: * src/include/pa_exception.h 1.24:
15630: * src/include/pa_globals.h 1.72:
15631: * src/include/pa_pool.h 1.74:
15632: * src/main/main.dsp 1.143:
15633: * src/main/pa_charset.C 1.8:
15634: * src/main/pa_charsets.C 1.4:
15635: * src/main/pa_globals.C 1.96:
15636: * src/main/pa_pool.C 1.47:
15637: * src/targets/cgi/parser3.C 1.149:
15638: * src/targets/cgi/parser3.dsp 1.39:
15639: * src/types/pa_vxdoc.C 1.8:
15640: * src/types/pa_vxdoc.h 1.14:
15641: * src/types/pa_vxnode.C 1.12:
15642: * src/types/pa_vxnode.h 1.9:
15643: * src/types/types.dsp 1.17:
15644: going away from xalan&xerces, started the process.
15645: globals [initialization
15646: pool [charset update
15647: charset [transcodings
15648: vxnode vxdoc [DOM calls
15649:
15650: * src/classes/Makefile.am 1.32:
15651: going away from xalan&xerces, not needed anymore
15652:
15653: 2001-12-26 paf
15654: * src/include/pa_charset.h 1.2:
15655: * src/include/pa_charsets.h 1.3:
15656: * src/main/pa_charset.C 1.7:
15657: * src/main/pa_charsets.C 1.3:
15658: * src/main/pa_request.C 1.190:
15659: charset key globalized [bug]
15660:
15661: 2001-12-25 paf
15662: * src/classes/mail.C 1.49:
15663: * src/classes/table.C 1.137:
15664: * src/include/pa_string.h 1.122:
15665: * src/main/pa_string.C 1.136:
15666: table set & append changed splitting languages, separators now can be clean AND as-is
15667: same to mail command line $MAIN:MAIL.progX arguments
15668:
15669: 2001-12-24 paf
15670: * src/classes/hashfile.C 1.19:
15671: * src/classes/op.C 1.66:
15672: * src/main/pa_db_table.C 1.17:
15673: * src/main/pa_string.C 1.135:
15674: read from cache size check updated
15675:
15676: * src/main/pa_string.C 1.133:
15677: * src/main/pa_string.C 1.134:
15678: String::join_chain another ugly bug :(
15679:
15680: * src/classes/mail.C 1.48:
15681: one parted text messages - no multipart mime-type anymore.
15682: for convinient if $.attach-ments
15683:
15684: 2001-12-21 paf
15685: * src/main/pa_request.C 1.189:
15686: $result in @main actually not working, to hell with it for now
15687:
15688: * src/main/execute.C 1.207:
15689: junction evaluation canceled - endless recursion detected
15690:
15691: * src/classes/date.C 1.14:
15692: date:sql-string now returns localtime
15693:
15694: * src/include/pa_request.h 1.116:
15695: * src/main/execute.C 1.208:
15696: * src/main/pa_request.C 1.188:
15697: * src/types/pa_vmethod_frame.h 1.20:
15698: * src/types/pa_wcontext.h 1.23:
15699: $result in @main @postprocess @exception
15700:
15701: 2001-12-19 paf
15702: * src/main/pa_request.C 1.187:
15703: CLASS_PATH now / = DOCUMENT_ROOT
15704:
15705: * src/classes/op.C 1.65:
15706: ^cache keypath now relative
15707:
15708: * src/classes/hashfile.C 1.18:
15709: ^hashfile.open DB_HOME now relative
15710:
15711: * src/main/pa_charset.C 1.6:
15712: charset->charset transcoding via unicode intermediate
15713:
15714: * src/classes/mail.C 1.46:
15715: * src/include/pa_config_fixed.h 1.34:
15716: to/from 0 check were missing
15717:
15718: * src/classes/mail.C 1.47:
15719: changed weighting prior to sort
15720:
15721: 2001-12-17 paf
15722: * src/classes/mail.C 1.45:
15723: * src/include/pa_charsets.h 1.2:
15724: * src/include/pa_string.h 1.121:
15725: * src/main/pa_charsets.C 1.2:
15726: * src/main/untaint.C 1.87:
15727: * src/types/pa_vrequest.C 1.14:
15728: * src/types/pa_vresponse.C 1.2:
15729: ^mail:send[
15730: $.charset[zzz]
15731: addded
15732:
15733: * src/include/pa_db_table.h 1.12:
15734: * src/main/pa_db_table.C 1.16:
15735: db_table used outdated unset services_pool
15736:
15737: * src/main/pa_charset.C 1.5:
15738: ifndef XML were bad type
15739:
15740: * src/classes/image.C 1.63:
15741: govno
15742:
15743: * src/main/untaint.C 1.86:
15744: allowed space in filespec
15745:
15746: * src/classes/image.C 1.64:
15747: no govno
15748:
15749: * src/targets/apache13/mod_parser3.C 1.15:
15750: test r->finfo.st_mode check seems to work only on win32
15751:
15752: * src/main/pa_charset.C 1.4:
15753: empty bufs transcode [forgot check :(]
15754:
15755: 2001-12-15 paf
15756: * src/classes/file.C 1.67:
15757: * src/classes/math.C 1.11:
15758: * src/classes/op.C 1.64:
15759: * src/classes/string.C 1.92:
15760: * src/classes/table.C 1.136:
15761: * src/classes/xdoc.C 1.53:
15762: * src/include/pa_array.h 1.48:
15763: * src/include/pa_cache_managers.h 1.4:
15764: * src/include/pa_charset_connection.h 1.6:
15765: * src/include/pa_charset_manager.h 1.8:
15766: * src/include/pa_common.h 1.68:
15767: * src/include/pa_db_connection.h 1.18:
15768: * src/include/pa_db_manager.h 1.12:
15769: * src/include/pa_db_table.h 1.11:
15770: * src/include/pa_dictionary.h 1.8:
15771: * src/include/pa_exception.h 1.23:
15772: * src/include/pa_exec.h 1.5:
15773: * src/include/pa_globals.h 1.71:
15774: * src/include/pa_hash.h 1.52:
15775: * src/include/pa_opcode.h 1.9:
15776: * src/include/pa_pool.h 1.73:
15777: * src/include/pa_request.h 1.115:
15778: * src/include/pa_sapi.h 1.16:
15779: * src/include/pa_socks.h 1.6:
15780: * src/include/pa_sql_connection.h 1.20:
15781: * src/include/pa_sql_driver_manager.h 1.20:
15782: * src/include/pa_string.h 1.120:
15783: * src/include/pa_stylesheet_connection.h 1.17:
15784: * src/include/pa_stylesheet_manager.h 1.9:
15785: * src/include/pa_table.h 1.38:
15786: * src/include/pa_transcoder.h 1.3:
15787: * src/main/compile_tools.h 1.52:
15788: * src/main/main.dsp 1.142:
15789: * src/main/pa_charset.C 1.1:
15790: * src/main/pa_charset_connection.C 1.13:
15791: * src/main/pa_charset_manager.C 1.10:
15792: * src/main/pa_charsets.C 1.1:
15793: * src/main/pa_globals.C 1.95:
15794: * src/main/pa_pool.C 1.46:
15795: * src/main/pa_request.C 1.186:
15796: * src/main/pa_string.C 1.132:
15797: * src/main/pa_transcoder.C 1.4:
15798: * src/main/untaint.C 1.84:
15799: * src/types/pa_vfile.C 1.24:
15800: * src/types/pa_vform.C 1.50:
15801: * src/types/pa_vform.h 1.31:
15802: * src/types/pa_vrequest.C 1.13:
15803: * src/types/pa_vrequest.h 1.14:
15804: * src/types/pa_vresponse.C 1.1:
15805: * src/types/pa_vresponse.h 1.19:
15806: * src/types/types.dsp 1.16:
15807: introducing Charset
15808:
15809: * src/main/pa_charset.C 1.2:
15810: name_cstr 0
15811:
15812: * src/main/Makefile.in 1.31:
15813: * src/targets/apache13/Makefile.in 1.26:
15814: * src/targets/cgi/Makefile.in 1.31:
15815: * src/types/Makefile.in 1.26:
15816: makes
15817:
15818: * src/include/pa_charset.h 1.1:
15819: * src/include/pa_charsets.h 1.1:
15820: forgot to add
15821:
15822: * src/main/Makefile.am 1.27:
15823: * src/main/pa_charset.C 1.3:
15824: * src/types/Makefile.am 1.15:
15825: charset_connection&manager replaced by charset&charsets
15826:
15827: * src/main/untaint.C 1.85:
15828: uri lang now knows about client/source charsets
15829:
15830: 2001-12-14 paf
15831: * src/include/pa_request.h 1.114:
15832: * src/include/pa_transcoder.h 1.2:
15833: * src/main/pa_request.C 1.185:
15834: * src/main/pa_transcoder.C 1.3:
15835: * src/types/pa_vform.C 1.49:
15836: * src/types/pa_vform.h 1.30:
15837: transcodeToUTF8[were FromUTF8] for forms
15838: todo: uri lang
15839:
15840: * src/targets/apache13/Makefile.am 1.8:
15841: * src/targets/cgi/Makefile.am 1.23:
15842: -I../../pcre to .am
15843:
15844: * src/include/pa_charset_connection.h 1.5:
15845: * src/include/pa_pool.h 1.72:
15846: * src/include/pa_request.h 1.113:
15847: * src/include/pa_transcoder.h 1.1:
15848: * src/main/Makefile.am 1.26:
15849: * src/main/main.dsp 1.141:
15850: * src/main/pa_charset_connection.C 1.12:
15851: * src/main/pa_charset_manager.C 1.9:
15852: * src/main/pa_request.C 1.184:
15853: * src/main/pa_transcoder.C 1.1:
15854: * src/types/Makefile.am 1.14:
15855: * src/types/pa_vrequest.C 1.12:
15856: * src/types/pa_vrequest.h 1.13:
15857: * src/types/pa_vresponse.h 1.18:
15858: * src/types/types.dsp 1.15:
15859: changed charset model.
15860: now important:
15861: $request:charset
15862: $response:charset
15863: while
15864: $response:content-type.charset
15865: become unimportant [informational]
15866:
15867: * src/include/pa_globals.h 1.70:
15868: * src/main/pa_globals.C 1.94:
15869: removed unused defalts_name global
15870:
15871: * src/main/pa_transcoder.C 1.2:
15872: transcodeToUTF8,
15873: now form&uri lang
15874:
15875: 2001-12-13 paf
15876: * src/include/pa_types.h 1.35:
15877: msvc head debugging flag
15878:
15879: * src/classes/xdoc.C 1.49:
15880: freed up listener
15881:
15882: * src/classes/xdoc.C 1.51:
15883: * src/main/pa_sql_driver_manager.C 1.57:
15884: rewritten auto_ptr part other way, because of stupid gcc 2.96
15885: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15886: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15887: FormatterListener]
15888: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
15889: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
15890: FormatterListener, _Tp = FormatterListener]
15891:
15892: * src/include/pa_config_fixed.h 1.32:
15893: * src/main/pa_common.C 1.94:
15894: * src/main/pa_string.C 1.131:
15895: removed signed mismatch warnings
15896:
15897: * src/classes/xdoc.C 1.52:
15898: rewritten auto_ptr part other way2, because of stupid gcc 2.96
15899: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15900: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15901: FormatterListener]
15902: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
15903: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
15904: FormatterListener, _Tp = FormatterListener]
15905:
15906: * src/main/pa_string.C 1.130:
15907: string::recustruct erroreusly used outdated row ptr
15908:
15909: * src/include/pa_cache_managers.h 1.3:
15910: * src/include/pa_charset_manager.h 1.7:
15911: * src/include/pa_config_fixed.h 1.33:
15912: * src/include/pa_db_manager.h 1.11:
15913: * src/include/pa_sql_driver_manager.h 1.19:
15914: * src/include/pa_stylesheet_manager.h 1.8:
15915: * src/main/pa_cache_managers.C 1.2:
15916: * src/main/pa_globals.C 1.93:
15917: ~Cache_managers
15918:
15919: * src/classes/string.C 1.91:
15920: change msg '... code is not code'
15921:
15922: * src/classes/xdoc.C 1.50:
15923: removed extra inc
15924:
15925: * src/targets/apache13/mod_parser3.C 1.14:
15926: * src/targets/cgi/parser3.C 1.147:
15927: * src/targets/isapi/parser3isapi.C 1.61:
15928: removed 'expires' from header outputs
15929:
15930: * src/targets/cgi/pa_pool.C 1.34:
15931: * src/targets/isapi/pa_pool.C 1.10:
15932: EOL@EOF
15933:
15934: * src/main/pa_db_connection.C 1.34:
15935: * src/main/pa_db_manager.C 1.19:
15936: * src/main/pa_sql_driver_manager.C 1.56:
15937: * src/main/pa_stylesheet_manager.C 1.8:
15938: * src/targets/cgi/pool_storage.h 1.6:
15939: couple cache expiratiors were wrong [past/future prob]
15940:
15941: * src/classes/xdoc.C 1.48:
15942: lang list updated
15943:
15944: * src/targets/cgi/pa_pool.C 1.33:
15945: * src/targets/cgi/parser3.C 1.148:
15946: msvc heap debugging flag
15947:
15948: * src/classes/file.C 1.66:
15949: file::cgi bug, request_method were passed to SERVER_PROTOCOL
15950: but SERVER_PROTOCOL were forgotten
15951:
15952: 2001-12-10 paf
15953: * src/main/untaint.C 1.83:
15954: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
15955: introducing
15956: // theoretical problem with, for instance, "_2B" and "." fragments,
15957: // they would yield the same
15958: // because need_file_encode('_')=false
15959: // but we need to delete such files somehow, getting names from ^index
15960:
15961: * src/main/pa_string.C 1.129:
15962: ^string.replace bug fixed [bad string::join_chank break]
15963:
15964: * src/classes/math.C 1.10:
15965: ^math:random(n) now yields[0;n) not [0;n]
15966:
15967: 2001-12-07 paf
15968: * src/main/pa_string.C 1.125.2.1.2.2:
15969: stupid sparc architecture failed to access short at odd address
15970: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
15971:
15972: bus error,
15973: fixed that
15974:
15975: * src/include/pa_config_auto.h.in 1.14.6.1:
15976: makes
15977:
15978: * src/main/pa_string.C 1.125.2.1.2.1:
15979: strange string deserialize bug on client[pmts], a bit shortened,
15980:
15981: * src/include/pa_common.h 1.66.6.2:
15982: * src/include/pa_config_fixed.h 1.30.8.2:
15983: * src/include/pa_config_includes.h 1.13.6.1:
15984: * src/main/pa_common.C 1.91.4.1.2.2:
15985: exclusive lock file write
15986: shared lock file read
15987:
15988: * src/classes/hashfile.C 1.17:
15989: * src/classes/op.C 1.63:
15990: * src/classes/table.C 1.135:
15991: * src/include/pa_common.h 1.67:
15992: * src/include/pa_config_auto.h.in 1.15:
15993: * src/include/pa_config_fixed.h 1.31:
15994: * src/include/pa_config_includes.h 1.14:
15995: * src/include/pa_db_table.h 1.10:
15996: * src/include/pa_request.h 1.112:
15997: * src/main/pa_common.C 1.93:
15998: * src/main/pa_db_table.C 1.15:
15999: * src/main/pa_request.C 1.183:
16000: * src/main/pa_string.C 1.128:
16001: * src/types/pa_vhashfile.C 1.16:
16002: merged from r14_simple_cache
16003:
16004: 2001-12-06 paf
16005: * src/main/compile.tab.C 1.27:
16006: * src/targets/cgi/parser3.C 1.146:
16007: removed debug info
16008:
16009: * src/classes/op.C 1.62.2.1.2.1:
16010: * src/classes/table.C 1.133.2.2.2.1:
16011: * src/include/pa_request.h 1.111.2.1.2.1:
16012: * src/main/pa_request.C 1.182.2.1.2.1:
16013: #ifdef RESOURCES_DEBUG
16014:
16015: * src/classes/op.C 1.62.2.1.2.2:
16016: * src/include/pa_common.h 1.66.6.1:
16017: * src/include/pa_config_fixed.h 1.30.8.1:
16018: * src/main/pa_common.C 1.91.4.1.2.1:
16019: ^cache operator
16020:
16021: * src/classes/hashfile.C 1.15.6.2:
16022: removed transaction from ^cache
16023:
16024: 2001-12-05 paf
16025: * src/targets/cgi/parser3.C 1.144:
16026: * src/targets/cgi/parser3.C 1.145:
16027: fatal error reporting fixed.
16028: in IIS5 there were a prob with illegal call check
16029:
16030: 2001-12-04 paf
16031: * src/classes/op.C 1.62.2.1:
16032: * src/classes/table.C 1.133.2.2:
16033: * src/include/pa_request.h 1.111.2.1:
16034: * src/main/pa_request.C 1.182.2.1:
16035: measures to log
16036:
16037: 2001-11-26 paf
16038: * src/targets/apache13/mod_parser3.C 1.13:
16039: merge dir config now works OK with parser_root_config_filespec
16040:
16041: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
16042:
16043: 2001-11-23 paf
16044: * src/classes/hashfile.C 1.16:
16045: * src/classes/table.C 1.134:
16046: * src/include/pa_db_table.h 1.9:
16047: * src/main/pa_common.C 1.92:
16048: * src/main/pa_db_table.C 1.14:
16049: * src/main/pa_string.C 1.127:
16050: * src/types/pa_vhashfile.C 1.15:
16051: merged from _0014, 1
16052:
16053: * src/classes/hashfile.C 1.15.6.1:
16054: * src/classes/table.C 1.133.2.1:
16055: * src/include/pa_db_table.h 1.8.6.1:
16056: * src/main/pa_common.C 1.91.4.1:
16057: * src/main/pa_db_table.C 1.12.6.2:
16058: * src/types/pa_vhashfile.C 1.14.6.1:
16059: hashfile bugfix2 more wrong sizes.
16060: ^cache behaviour changed: if ^cache(33) would change
16061:
16062: 0660 bits in file_write & hashfile create
16063:
16064: * src/main/pa_db_table.C 1.12.6.1:
16065: * src/main/pa_db_table.C 1.13:
16066: * src/main/pa_string.C 1.125.2.1:
16067: * src/main/pa_string.C 1.126:
16068: cache bugfix [wrong types after pa_string optimization]
16069:
16070: 2001-11-22 paf
16071: * src/main/untaint.C 1.82:
16072: ORIGINS mode removed UHTML
16073:
16074: * src/classes/op.C 1.62:
16075: process cstr(,connection)
16076:
16077: * src/Makefile.in 1.38:
16078: * src/classes/xdoc.C 1.47:
16079: * src/targets/Makefile.in 1.26:
16080: * src/targets/apache13/Makefile.in 1.25:
16081: * src/targets/cgi/Makefile.in 1.30:
16082: cached xslt [removed nocache forcing]
16083:
16084: * src/classes/op.C 1.61:
16085: process now gets its body on current language, not as-is
16086:
16087: * src/main/untaint.C 1.81:
16088: ORIGINS mode was bad - forgot about optimize bit
16089:
16090: * src/classes/table.C 1.133:
16091: * src/include/pa_table.h 1.37:
16092: * src/main/pa_table.C 1.41:
16093: table.offset[whence]
16094:
16095: 2001-11-21 paf
16096: * src/classes/table.C 1.132:
16097: * src/main/pa_string.C 1.124:
16098: * src/main/untaint.C 1.78:
16099: * src/targets/cgi/parser3.C 1.141:
16100: table.append bug fixed: forgot to switch default language for {
16101: code}, it happen to change it's language from CLEAN, so later
16102: refused to split by CLEAN \t
16103:
16104: * src/classes/xdoc.C 1.46:
16105: * src/types/pa_vxdoc.C 1.7:
16106: * src/types/pa_vxdoc.h 1.13:
16107: <xsl:output
16108: output options made identical to xsl:output attributes
16109: exclusion:
16110: cdata-section-elements
16111: what xalan can do but that not used now:
16112: it can escape and remove CDATA sections
16113:
16114: * src/targets/cgi/parser3.C 1.142:
16115: removed debug cgi||1
16116:
16117: * src/main/untaint.C 1.80:
16118: * src/targets/cgi/parser3.C 1.143:
16119: optimized \r produced by xslt
16120:
16121: * src/main/pa_string.C 1.125:
16122: * src/main/untaint.C 1.79:
16123: cached some string::size() es
16124:
16125: 2001-11-20 paf
16126: * src/classes/Makefile.am 1.31:
16127: * src/classes/Makefile.in 1.33:
16128: * src/classes/table.C 1.131:
16129: * src/main/Makefile.am 1.25:
16130: * src/main/Makefile.in 1.30:
16131: * src/main/pa_exception.C 1.27:
16132: * src/types/Makefile.am 1.13:
16133: * src/types/Makefile.in 1.25:
16134: moved ident.C & co to bottom of dependeces, so that errors
16135: would popup quicklier, fixed line numbering in table::sql
16136:
16137: 2001-11-19 paf
16138: * src/classes/op.C 1.60:
16139: * src/include/pa_request.h 1.111:
16140: * src/include/pa_string.h 1.119:
16141: * src/include/pa_types.h 1.34:
16142: * src/main/pa_globals.C 1.92:
16143: * src/main/pa_request.C 1.182:
16144: * src/main/pa_string.C 1.123:
16145: * src/main/untaint.C 1.77:
16146: * src/targets/apache13/mod_parser3.C 1.12:
16147: * src/targets/cgi/parser3.C 1.140:
16148: * src/targets/isapi/parser3isapi.C 1.60:
16149: * src/types/pa_wcontext.C 1.13:
16150: * src/types/pa_wcontext.h 1.22:
16151: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
16152:
16153: * src/classes/Makefile.in 1.32:
16154: * src/main/Makefile.in 1.29:
16155: * src/targets/Makefile.am 1.8:
16156: * src/targets/Makefile.in 1.25:
16157: * src/targets/apache13/Makefile.in 1.24:
16158: * src/targets/apache13/mod_parser3.C 1.11:
16159: * src/targets/cgi/Makefile.in 1.29:
16160: * src/targets/cgi/parser3.C 1.139:
16161: * src/types/Makefile.in 1.24:
16162: #if _MSC_VER _set_new_handler
16163:
16164: * src/Makefile.in 1.37:
16165: * src/targets/apache13/mod_parser3.C 1.10:
16166: * src/targets/cgi/parser3.C 1.138:
16167: * src/targets/isapi/parser3isapi.C 1.59:
16168: set_new_handler in apache&isapi
16169:
16170: 2001-11-16 paf
16171: * src/include/pa_string.h 1.117:
16172: * src/main/pa_string.C 1.120:
16173: * src/main/pa_string.C 1.121:
16174: * src/main/untaint.C 1.76:
16175: * src/types/pa_vstring.C 1.14:
16176: removed 1+4 bytes from String
16177:
16178: * src/include/pa_string.h 1.118:
16179: * src/include/pa_types.h 1.33:
16180: * src/main/pa_string.C 1.122:
16181: removed 8 bytes from String, 2 bytes from string::chunk::row::item
16182:
16183: * src/include/pa_globals.h 1.69:
16184: * src/include/pa_string.h 1.116:
16185: * src/include/pa_types.h 1.32:
16186: * src/main/pa_globals.C 1.91:
16187: * src/main/pa_pool.C 1.44:
16188: * src/main/pa_pool.C 1.45:
16189: * src/main/pa_request.C 1.181:
16190: * src/main/untaint.C 1.75:
16191: * src/sql/pa_sql_driver.h 1.24:
16192: * src/targets/cgi/parser3.C 1.136:
16193: introducing estimating String::cstr_bufsize, 0
16194:
16195: * src/include/pa_pool.h 1.70:
16196: * src/include/pa_pool.h 1.71:
16197: * src/main/execute.C 1.206:
16198: * src/main/pa_pool.C 1.41:
16199: * src/main/pa_pool.C 1.42:
16200: * src/main/pa_pool.C 1.43:
16201: * src/targets/cgi/parser3.C 1.134:
16202: * src/targets/cgi/parser3.C 1.135:
16203: die in pool::fail
16204:
16205: * src/targets/cgi/parser3.C 1.137:
16206: pool debug @ die
16207:
16208: 2001-11-15 paf
16209: * src/Makefile.in 1.36:
16210: configure set_new_handler check added
16211:
16212: * src/targets/cgi/parser3.C 1.131:
16213: set_new_handler started
16214:
16215: * src/include/pa_exception.h 1.22:
16216: * src/main/execute.C 1.205:
16217: * src/main/main.dsp 1.140:
16218: * src/main/pa_exception.C 1.26:
16219: * src/targets/cgi/parser3.C 1.133:
16220: exception with dynamic buffer re-back
16221: now with counter
16222:
16223: * src/include/pa_config_auto.h.in 1.13:
16224: * src/main/Makefile.in 1.28:
16225: makes
16226:
16227: * src/include/pa_exception.h 1.21:
16228: * src/main/pa_exception.C 1.25:
16229: exception with static buffer back
16230:
16231: * src/classes/classes.awk 1.5:
16232: * src/include/pa_config_auto.h.in 1.14:
16233: * src/include/pa_config_includes.h 1.13:
16234: setnewhandler check
16235:
16236: * src/targets/cgi/parser3.C 1.132:
16237: std::
16238:
16239: 2001-11-14 paf
16240: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
16241: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
16242: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
16243: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
16244: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
16245: fixed this:
16246: $bred[^string::length[]]
16247: $bred[^response::clear[]]
16248: $bred[^int::int[]]
16249:
16250: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
16251:
16252: * src/include/pa_common.h 1.64:
16253: * src/include/pa_common.h 1.65:
16254: * src/include/pa_common.h 1.66:
16255: * src/main/pa_common.C 1.90:
16256: * src/main/pa_common.C 1.91:
16257: snprintf replacement was wrong
16258:
16259: * src/main/execute.C 1.204:
16260: * src/types/pa_vclass.h 1.22:
16261: * src/types/pa_vobject.h 1.14:
16262: * src/types/pa_vstateless_class.h 1.21:
16263: * src/types/pa_vstateless_object.h 1.13:
16264: merged with no_bad_constructors_try
16265:
16266: * src/classes/op.C 1.59:
16267: ^untaint{body} as-is default now
16268:
16269: * src/main/pa_request.C 1.180:
16270: z
16271:
16272: * src/include/pa_common.h 1.63:
16273: * src/main/pa_common.C 1.88:
16274: * src/main/pa_common.C 1.89:
16275: snprintf on buffer full returns
16276: win32 -1
16277: solaris >buffer_size
16278:
16279: checked all that
16280:
16281: 2001-11-13 paf
16282: * src/classes/classes.C 1.13:
16283: returned accedently removed if in foreach callbacks [when hash
16284: no-0-restructure]
16285:
16286: 2001-11-12 paf
16287: * src/classes/classes.C 1.12:
16288: * src/classes/hash.C 1.31:
16289: * src/classes/xdoc.C 1.45:
16290: * src/include/pa_hash.h 1.51:
16291: * src/main/pa_db_connection.C 1.33:
16292: * src/main/pa_db_manager.C 1.18:
16293: * src/main/pa_dictionary.C 1.10:
16294: * src/main/pa_hash.C 1.48:
16295: * src/main/pa_sql_driver_manager.C 1.55:
16296: * src/main/pa_stylesheet_manager.C 1.7:
16297: hash now does not containt 0 values. put 0 actullay removes.
16298: no check on 0 value in foreach now required
16299:
16300: * src/classes/date.C 1.13:
16301: date.roll parser2 alg used
16302:
16303: * src/main/pa_pool.C 1.40:
16304: changed xdoc createXXX politics, now string passed as-is to
16305: method, xalan makes & into & itself
16306:
16307: 2001-11-11 paf
16308: * src/main/pa_sql_driver_manager.C 1.53:
16309: * src/sql/pa_sql_driver.h 1.21:
16310: sql driver initialize not const
16311:
16312: * src/sql/pa_sql_driver.h 1.23:
16313: removed extra constructor, doc
16314:
16315: * src/main/pa_sql_driver_manager.C 1.54:
16316: * src/sql/pa_sql_driver.h 1.22:
16317: CRLF
16318:
16319: 2001-11-10 paf
16320: * src/main/pa_exec.C 1.18:
16321: doc
16322:
16323: 2001-11-09 paf
16324: * src/main/pa_common.C 1.87:
16325: line endings fixing fixed last piece[was still cstr oriented]
16326:
16327: * src/include/pa_common.h 1.62:
16328: * src/main/pa_common.C 1.86:
16329: * src/types/pa_vform.C 1.48:
16330: line endings fixing got rid of cstr, now must work ok with post multipart
16331:
16332: * src/classes/string.C 1.90:
16333: * src/classes/xdoc.C 1.44:
16334: xdoc::set{code} now untaints param properly
16335:
16336: * src/types/pa_vform.C 1.47:
16337: line endings fixed at post / multipart / not file also now
16338:
16339: * src/classes/string.C 1.89:
16340: string.save now does untainting before saving
16341:
16342: 2001-11-08 paf
16343: * src/include/pa_request.h 1.110:
16344: * src/main/pa_request.C 1.179:
16345: * src/targets/apache13/mod_parser3.C 1.9:
16346: * src/targets/cgi/parser3.C 1.130:
16347: * src/targets/isapi/parser3isapi.C 1.58:
16348: apache 'status' class enabler
16349:
16350: <Location /parser-status.html>
16351: ParserStatusAllowed
16352: </Location>
16353:
16354: * src/Makefile.in 1.35:
16355: * src/include/pa_common.h 1.61:
16356: * src/main/Makefile.am 1.24:
16357: * src/main/Makefile.in 1.27:
16358: * src/targets/cgi/pa_pool.C 1.32:
16359: makes
16360:
16361: * src/include/pa_cache_managers.h 1.2:
16362: * src/include/pa_charset_manager.h 1.6:
16363: * src/include/pa_db_manager.h 1.10:
16364: * src/include/pa_sql_driver_manager.h 1.18:
16365: * src/include/pa_stylesheet_manager.h 1.7:
16366: * src/main/pa_charset_manager.C 1.8:
16367: * src/main/pa_db_manager.C 1.17:
16368: * src/main/pa_sql_driver_manager.C 1.52:
16369: * src/main/pa_stylesheet_manager.C 1.6:
16370: restructured Cache manager to be simple parent, not second
16371: parent [gcc 2.96 strangly refused to call virtual from second
16372: parent]
16373:
16374: * src/include/pa_cache_managers.h 1.1:
16375: * src/include/pa_charset_manager.h 1.5:
16376: * src/include/pa_db_manager.h 1.9:
16377: * src/include/pa_sql_driver_manager.h 1.17:
16378: * src/include/pa_stylesheet_manager.h 1.6:
16379: * src/main/main.dsp 1.139:
16380: * src/main/pa_cache_managers.C 1.1:
16381: * src/main/pa_charset_manager.C 1.7:
16382: * src/main/pa_db_manager.C 1.16:
16383: * src/main/pa_globals.C 1.90:
16384: * src/main/pa_request.C 1.178:
16385: * src/main/pa_sql_driver_manager.C 1.51:
16386: * src/main/pa_stylesheet_manager.C 1.5:
16387: * src/types/pa_vstatus.h 1.4:
16388: cache_managers, maybe-expiring every request
16389: todo: apache 'status' class enabler
16390:
16391: 2001-11-05 paf
16392: * src/classes/xdoc.C 1.42:
16393: * src/include/pa_db_connection.h 1.16:
16394: * src/include/pa_stylesheet_connection.h 1.15:
16395: * src/include/pa_stylesheet_manager.h 1.4:
16396: * src/main/pa_stylesheet_manager.C 1.3:
16397: * src/types/pa_vstatus.h 1.2:
16398: $status:stylesheet
16399:
16400: * src/targets/cgi/parser3.C 1.129:
16401: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
16402: checked that in cgi, on apache already done :)
16403:
16404: * src/main/pa_db_connection.C 1.31:
16405: * src/main/pa_db_manager.C 1.14:
16406: * src/main/pa_request.C 1.177:
16407: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
16408:
16409: expiring to 0 time was wrong, changed to 'now' time
16410:
16411: * src/main/pa_db_connection.C 1.30:
16412: * src/main/pa_db_manager.C 1.13:
16413: hence i removed skipping 0 values in hash::for_each-es we need
16414: to check cleaned cache items manually
16415:
16416: * src/include/pa_charset_connection.h 1.3:
16417: * src/main/pa_charset_manager.C 1.5:
16418: $status:charset
16419:
16420: * src/classes/classes.C 1.11:
16421: * src/classes/classes.h 1.14:
16422: * src/classes/date.C 1.12:
16423: * src/classes/double.C 1.41:
16424: * src/classes/file.C 1.65:
16425: * src/classes/form.C 1.19:
16426: * src/classes/hash.C 1.30:
16427: * src/classes/hashfile.C 1.15:
16428: * src/classes/image.C 1.62:
16429: * src/classes/int.C 1.38:
16430: * src/classes/mail.C 1.44:
16431: * src/classes/math.C 1.9:
16432: * src/classes/op.C 1.58:
16433: * src/classes/response.C 1.16:
16434: * src/classes/string.C 1.88:
16435: * src/classes/table.C 1.130:
16436: * src/classes/void.C 1.13:
16437: * src/classes/xdoc.C 1.43:
16438: * src/classes/xnode.C 1.18:
16439: * src/classes/xnode.h 1.4:
16440: * src/include/pa_array.h 1.47:
16441: * src/include/pa_charset_connection.h 1.4:
16442: * src/include/pa_charset_manager.h 1.4:
16443: * src/include/pa_common.h 1.60:
16444: * src/include/pa_config_fixed.h 1.30:
16445: * src/include/pa_config_includes.h 1.12:
16446: * src/include/pa_db_connection.h 1.17:
16447: * src/include/pa_db_manager.h 1.8:
16448: * src/include/pa_db_table.h 1.8:
16449: * src/include/pa_dictionary.h 1.7:
16450: * src/include/pa_dir.h 1.8:
16451: * src/include/pa_exception.h 1.20:
16452: * src/include/pa_exec.h 1.4:
16453: * src/include/pa_globals.h 1.68:
16454: * src/include/pa_hash.h 1.50:
16455: * src/include/pa_opcode.h 1.8:
16456: * src/include/pa_pool.h 1.69:
16457: * src/include/pa_pragma_pack_begin.h 1.2:
16458: * src/include/pa_pragma_pack_end.h 1.2:
16459: * src/include/pa_request.h 1.109:
16460: * src/include/pa_sapi.h 1.15:
16461: * src/include/pa_socks.h 1.5:
16462: * src/include/pa_sql_connection.h 1.19:
16463: * src/include/pa_sql_driver_manager.h 1.16:
16464: * src/include/pa_stack.h 1.11:
16465: * src/include/pa_string.h 1.115:
16466: * src/include/pa_stylesheet_connection.h 1.16:
16467: * src/include/pa_stylesheet_manager.h 1.5:
16468: * src/include/pa_table.h 1.36:
16469: * src/include/pa_threads.h 1.20:
16470: * src/include/pa_types.h 1.31:
16471: * src/main/compile.C 1.53:
16472: * src/main/compile.tab.C 1.26:
16473: * src/main/compile_tools.C 1.40:
16474: * src/main/compile_tools.h 1.51:
16475: * src/main/execute.C 1.203:
16476: * src/main/pa_array.C 1.43:
16477: * src/main/pa_charset_connection.C 1.11:
16478: * src/main/pa_charset_manager.C 1.6:
16479: * src/main/pa_common.C 1.85:
16480: * src/main/pa_db_connection.C 1.28:
16481: * src/main/pa_db_manager.C 1.12:
16482: * src/main/pa_db_table.C 1.11:
16483: * src/main/pa_dictionary.C 1.9:
16484: * src/main/pa_dir.C 1.8:
16485: * src/main/pa_exception.C 1.24:
16486: * src/main/pa_exec.C 1.17:
16487: * src/main/pa_globals.C 1.89:
16488: * src/main/pa_hash.C 1.47:
16489: * src/main/pa_pool.C 1.39:
16490: * src/main/pa_request.C 1.176:
16491: * src/main/pa_socks.C 1.8:
16492: * src/main/pa_sql_driver_manager.C 1.50:
16493: * src/main/pa_status_provider.C 1.2:
16494: * src/main/pa_string.C 1.119:
16495: * src/main/pa_stylesheet_manager.C 1.4:
16496: * src/main/pa_table.C 1.40:
16497: * src/main/untaint.C 1.74:
16498: * src/sql/pa_sql_driver.h 1.20:
16499: * src/targets/apache13/mod_parser3.C 1.8:
16500: * src/targets/apache13/pa_pool.C 1.3:
16501: * src/targets/apache13/pa_threads.C 1.3:
16502: * src/targets/cgi/pa_pool.C 1.31:
16503: * src/targets/cgi/pa_threads.C 1.5:
16504: * src/targets/cgi/parser3.C 1.128:
16505: * src/targets/cgi/pool_storage.h 1.5:
16506: * src/targets/isapi/pa_pool.C 1.9:
16507: * src/targets/isapi/pa_threads.C 1.5:
16508: * src/targets/isapi/parser3isapi.C 1.57:
16509: * src/targets/isapi/pool_storage.h 1.13:
16510: * src/types/pa_valiased.C 1.11:
16511: * src/types/pa_valiased.h 1.16:
16512: * src/types/pa_value.h 1.77:
16513: * src/types/pa_vbool.h 1.15:
16514: * src/types/pa_vclass.h 1.21:
16515: * src/types/pa_vcode_frame.h 1.12:
16516: * src/types/pa_vcookie.C 1.32:
16517: * src/types/pa_vcookie.h 1.13:
16518: * src/types/pa_vdate.h 1.6:
16519: * src/types/pa_vdouble.h 1.28:
16520: * src/types/pa_venv.h 1.18:
16521: * src/types/pa_vfile.C 1.23:
16522: * src/types/pa_vfile.h 1.37:
16523: * src/types/pa_vform.C 1.46:
16524: * src/types/pa_vform.h 1.29:
16525: * src/types/pa_vhash.h 1.27:
16526: * src/types/pa_vhashfile.C 1.14:
16527: * src/types/pa_vhashfile.h 1.12:
16528: * src/types/pa_vimage.C 1.14:
16529: * src/types/pa_vimage.h 1.22:
16530: * src/types/pa_vint.h 1.29:
16531: * src/types/pa_vjunction.h 1.10:
16532: * src/types/pa_vmath.h 1.4:
16533: * src/types/pa_vmethod_frame.h 1.19:
16534: * src/types/pa_vobject.h 1.13:
16535: * src/types/pa_vrequest.C 1.11:
16536: * src/types/pa_vrequest.h 1.12:
16537: * src/types/pa_vresponse.h 1.17:
16538: * src/types/pa_vstateless_class.C 1.11:
16539: * src/types/pa_vstateless_class.h 1.20:
16540: * src/types/pa_vstateless_object.h 1.12:
16541: * src/types/pa_vstatus.h 1.3:
16542: * src/types/pa_vstring.C 1.13:
16543: * src/types/pa_vstring.h 1.39:
16544: * src/types/pa_vtable.C 1.9:
16545: * src/types/pa_vtable.h 1.35:
16546: * src/types/pa_vvoid.h 1.6:
16547: * src/types/pa_vxdoc.C 1.6:
16548: * src/types/pa_vxdoc.h 1.12:
16549: * src/types/pa_vxnode.C 1.11:
16550: * src/types/pa_vxnode.h 1.8:
16551: * src/types/pa_wcontext.C 1.12:
16552: * src/types/pa_wcontext.h 1.21:
16553: * src/types/pa_wwrapper.h 1.14:
16554: $status:db
16555: fixed used not initialized in db_connection & db_table
16556:
16557: * src/include/pa_charset_manager.h 1.3:
16558: * src/include/pa_db_manager.h 1.7:
16559: * src/include/pa_request.h 1.108:
16560: * src/include/pa_sql_connection.h 1.18:
16561: * src/include/pa_sql_driver_manager.h 1.15:
16562: * src/include/pa_stylesheet_manager.h 1.3:
16563: * src/main/main.dsp 1.138:
16564: * src/main/pa_charset_manager.C 1.4:
16565: * src/main/pa_common.C 1.84:
16566: * src/main/pa_db_manager.C 1.11:
16567: * src/main/pa_globals.C 1.88:
16568: * src/main/pa_request.C 1.175:
16569: * src/main/pa_sql_driver_manager.C 1.49:
16570: * src/main/pa_status_provider.C 1.1:
16571: * src/main/pa_stylesheet_manager.C 1.2:
16572: * src/types/pa_vstatus.h 1.1:
16573: * src/types/pa_vxnode.C 1.10:
16574: * src/types/types.dsp 1.14:
16575: started status parser class
16576:
16577: * src/main/pa_db_connection.C 1.29:
16578: * src/main/pa_db_table.C 1.12:
16579: parser_multithreaded check was wrong
16580:
16581: * src/main/pa_db_connection.C 1.32:
16582: * src/main/pa_db_manager.C 1.15:
16583: expiration from debug to normal
16584:
16585: 2001-11-01 paf
16586: * src/classes/hash.C 1.26:
16587: * src/classes/op.C 1.54:
16588: * src/types/pa_vmethod_frame.h 1.18:
16589: * src/types/pa_vstring.C 1.12:
16590: * src/types/pa_vstring.h 1.38:
16591: ^foreach[key|value]{body}[[separator]|{separator}]
16592:
16593: * src/classes/hash.C 1.25:
16594: * src/include/pa_hash.h 1.48:
16595: * src/main/pa_hash.C 1.44:
16596: * src/types/pa_vcookie.C 1.31:
16597: ^hash.delete[key]
16598:
16599: * src/classes/math.C 1.8:
16600: * src/include/pa_common.h 1.59:
16601: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
16602:
16603: * src/classes/op.C 1.57:
16604: ^for endless loop check strightened
16605:
16606: * src/Makefile.in 1.34:
16607: * src/classes/Makefile.in 1.31:
16608: * src/include/pa_config_auto.h.in 1.12:
16609: * src/main/Makefile.in 1.26:
16610: * src/targets/Makefile.in 1.24:
16611: * src/targets/apache13/Makefile.in 1.23:
16612: * src/targets/cgi/Makefile.in 1.28:
16613: * src/types/Makefile.in 1.23:
16614: makes
16615:
16616: * src/main/pa_hash.C 1.46:
16617: removed old extra include
16618:
16619: * src/classes/hash.C 1.28:
16620: * src/classes/xdoc.C 1.41:
16621: * src/classes/xnode.C 1.17:
16622: * src/include/pa_hash.h 1.49:
16623: * src/main/pa_hash.C 1.45:
16624: * src/main/pa_request.C 1.174:
16625: * src/types/pa_vhash.h 1.26:
16626: * src/types/pa_vxnode.C 1.9:
16627: hash locking
16628: disabled changing of hash inside of foreach
16629:
16630: * src/classes/hash.C 1.27:
16631: * src/classes/hashfile.C 1.14:
16632: * src/types/pa_vhashfile.C 1.13:
16633: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
16634: prev were hash.foreach
16635:
16636: * src/classes/hash.C 1.29:
16637: * src/classes/op.C 1.56:
16638: * src/main/execute.C 1.202:
16639: changed root behavior in native calls.
16640: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
16641:
16642: * src/classes/op.C 1.55:
16643: detected for var storage bug, fixed. todo:foreach
16644:
16645: 2001-10-31 paf
16646: * src/main/pa_sql_driver_manager.C 1.47:
16647: hiding passwords and addresses from accidental show [imagine
16648: user forgot @exception]
16649:
16650: * src/main/pa_db_connection.C 1.26:
16651: * src/main/pa_sql_driver_manager.C 1.48:
16652: // lockdetector flags
16653: dbenv.lk_detect=DB_LOCK_RANDOM;
16654:
16655: * src/include/pa_opcode.h 1.7:
16656: * src/main/compile.tab.C 1.25:
16657: * src/main/compile.y 1.173:
16658: * src/main/execute.C 1.201:
16659: \ in expression: int divide 10/3=3
16660:
16661: * src/main/pa_common.C 1.81:
16662: typing bug in common - bad ifdeff
16663:
16664: * src/types/pa_vhashfile.h 1.11:
16665: hashfile ^delete to do something only inside of ^cache
16666:
16667: * src/include/pa_threads.h 1.19:
16668: * src/main/pa_db_connection.C 1.25:
16669: * src/main/pa_db_table.C 1.10:
16670: * src/targets/apache13/pa_threads.C 1.2:
16671: * src/targets/cgi/pa_threads.C 1.4:
16672: * src/targets/isapi/pa_threads.C 1.4:
16673: libdb DB_THREAD flag only when really needed
16674:
16675: * src/main/pa_db_connection.C 1.27:
16676: z
16677:
16678: * src/classes/file.C 1.64:
16679: * src/classes/image.C 1.61:
16680: * src/classes/mail.C 1.43:
16681: * src/classes/string.C 1.87:
16682: * src/classes/xnode.C 1.16:
16683: * src/include/pa_common.h 1.58:
16684: * src/main/pa_common.C 1.80:
16685: ^string.save[[append;]path]
16686:
16687: * src/main/compile.C 1.52:
16688: * src/main/pa_common.C 1.83:
16689: completely empty file now considered "read", not ignored [not
16690: perfect trick used]
16691:
16692: * src/classes/table.C 1.129:
16693: ^table.save[[nameless|+append;]path]
16694:
16695: * src/main/pa_common.C 1.82:
16696: simplier common ifdefs
16697:
16698: 2001-10-30 paf
16699: * src/include/pa_common.h 1.57:
16700: * src/main/pa_common.C 1.79:
16701: * src/types/pa_vform.C 1.45:
16702: form post data line endings not reformatted now.
16703:
16704: * src/classes/xdoc.C 1.40:
16705: rolled back {} in xdoc.createTextNode for now
16706:
16707: * src/classes/classes.dsp 1.13:
16708: * src/main/main.dsp 1.137:
16709: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
16710: * src/targets/cgi/parser3.dsp 1.38:
16711: * src/targets/isapi/parser3isapi.dsp 1.29:
16712: * src/types/types.dsp 1.13:
16713: enabled debug incremental compile
16714:
16715: * src/main/pa_db_connection.C 1.24:
16716: * src/main/pa_db_manager.C 1.10:
16717: * src/main/pa_db_table.C 1.9:
16718: * src/main/pa_exec.C 1.16:
16719: * src/main/pa_request.C 1.173:
16720: * src/main/pa_sql_driver_manager.C 1.46:
16721: * src/main/pa_string.C 1.118:
16722: cstr(asis) default param removed
16723:
16724: * src/types/pa_vform.C 1.44:
16725: * src/types/pa_vform.h 1.28:
16726: AppendFormEntry length param now required [had bug when file=
16727: has no value]
16728:
16729: * src/types/pa_vform.C 1.43:
16730: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
16731:
16732: * src/include/pa_dir.h 1.7:
16733: LOAD_DIR fixed
16734:
16735: * src/include/pa_config_fixed.h 1.29:
16736: * src/include/pa_pragma_pack_begin.h 1.1:
16737: * src/include/pa_pragma_pack_end.h 1.1:
16738: * src/include/pa_string.h 1.114:
16739: * src/include/pa_types.h 1.30:
16740: String & Origin packed with #pragma pack
16741:
16742: * src/Makefile.in 1.33:
16743: * src/include/pa_config_auto.h.in 1.11:
16744: pragma detection
16745:
16746: * src/classes/xdoc.C 1.39:
16747: rolled back {} in xdoc.createElement for now
16748:
16749: 2001-10-29 paf
16750: * src/types/pa_wcontext.h 1.20:
16751: bitfield syntax stricter
16752:
16753: * src/include/pa_string.h 1.111:
16754: * src/main/pa_string.C 1.115:
16755: * src/targets/cgi/pa_pool.C 1.27:
16756: debugging memory
16757: String::fused_rows func now
16758:
16759: [Mon Oct 29 17:55:45 2001] total 5917436/158731
16760: [Mon Oct 29 18:11:53 2001] total 5796092/158731
16761:
16762: * src/classes/file.C 1.61:
16763: * src/classes/image.C 1.60:
16764: * src/classes/string.C 1.86:
16765: * src/classes/xdoc.C 1.38:
16766: * src/include/pa_pool.h 1.68:
16767: * src/include/pa_string.h 1.109:
16768: * src/main/execute.C 1.199:
16769: * src/main/pa_array.C 1.41:
16770: * src/main/pa_common.C 1.78:
16771: * src/main/pa_hash.C 1.43:
16772: * src/main/pa_sql_driver_manager.C 1.45:
16773: * src/main/pa_string.C 1.114:
16774: * src/main/untaint.C 1.70:
16775: * src/targets/cgi/pa_pool.C 1.25:
16776: * src/targets/cgi/parser3.C 1.126:
16777: * src/types/pa_vcookie.C 1.30:
16778: * src/types/pa_vstring.h 1.37:
16779: debuggging memory.
16780: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
16781: VString(String&) not copies reference [29M -> 17M]
16782:
16783: * src/include/pa_sql_connection.h 1.17:
16784: SQL_CONNECTION_FUNC_GUARDED name
16785:
16786: * src/targets/isapi/pa_pool.C 1.8:
16787: added isapi&apache real_malloc debug param.someday either ifdef
16788: or remove it
16789:
16790: * src/targets/apache13/pa_pool.C 1.2:
16791: * src/targets/cgi/pa_pool.C 1.30:
16792: * src/targets/cgi/parser3.C 1.127:
16793: removed debug defines
16794:
16795: * src/Makefile.am 1.12:
16796: .am order
16797:
16798: * src/main/pa_sql_driver_manager.C 1.44:
16799: ping to have services [old hiding bug]
16800:
16801: * src/main/untaint.C 1.73:
16802: optimizing returned after debugging
16803:
16804: * src/include/pa_array.h 1.45:
16805: * src/include/pa_charset_manager.h 1.2:
16806: * src/include/pa_db_connection.h 1.15:
16807: * src/include/pa_db_manager.h 1.6:
16808: * src/include/pa_db_table.h 1.7:
16809: * src/include/pa_hash.h 1.46:
16810: * src/include/pa_request.h 1.107:
16811: * src/include/pa_sql_driver_manager.h 1.14:
16812: * src/include/pa_stylesheet_manager.h 1.2:
16813: * src/include/pa_threads.h 1.18:
16814: * src/types/pa_valiased.h 1.15:
16815: * src/types/pa_vhashfile.h 1.10:
16816: * src/types/pa_vstateless_class.h 1.19:
16817: * src/types/pa_wcontext.h 1.18:
16818: gcc 3.0.1 required "friend class"
16819:
16820: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
16821: class Temp_lang'
16822:
16823: * src/include/pa_string.h 1.112:
16824: * src/main/pa_string.C 1.116:
16825: * src/main/untaint.C 1.71:
16826: * src/targets/cgi/pa_pool.C 1.29:
16827: String size_t replace to uint in proper places [todo:Array]
16828:
16829: * src/classes/file.C 1.62:
16830: * src/include/pa_hash.h 1.47:
16831: * src/include/pa_string.h 1.110:
16832: * src/main/pa_globals.C 1.87:
16833: * src/targets/cgi/pa_pool.C 1.26:
16834: debugging memory
16835: hash key ref now
16836:
16837: [Mon Oct 29 16:01:17 2001] total 17050496/202647
16838: [Mon Oct 29 17:11:17 2001] total 16867948/202658
16839:
16840: * src/classes/file.C 1.63:
16841: * src/types/pa_vimage.C 1.13:
16842: image&file couple stack string hash.puts
16843:
16844: * src/main/execute.C 1.200:
16845: * src/targets/cgi/pa_pool.C 1.28:
16846: * src/targets/cgi/parser3.dsp 1.37:
16847: * src/types/pa_wcontext.h 1.19:
16848: * src/types/pa_wwrapper.h 1.13:
16849: debugging memory
16850: WContext
16851: flags to bits
16852:
16853: total 5 652 652/158731
16854: total 5 469 332/158731
16855:
16856: * src/include/pa_sql_connection.h 1.16:
16857: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
16858:
16859: * src/include/pa_exception.h 1.19:
16860: * src/include/pa_sql_connection.h 1.15:
16861: * src/main/pa_exception.C 1.23:
16862: * src/main/pa_sql_driver_manager.C 1.43:
16863: * src/sql/pa_sql_driver.h 1.19:
16864: sql driver impl changed in _throw part.
16865:
16866: the idea is to #1 jump to C++ some function to main body, where
16867: every function stack frame has exception unwind information
16868: and from there... #2 propagate_exception()
16869:
16870: * src/include/pa_array.h 1.46:
16871: * src/main/pa_array.C 1.42:
16872: debugging memory
16873: Array:: without cache in get/put now
16874:
16875: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
16876: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
16877:
16878: * src/include/pa_string.h 1.113:
16879: * src/include/pa_types.h 1.29:
16880: * src/main/pa_string.C 1.117:
16881: * src/main/untaint.C 1.72:
16882: memory hunging
16883: #pragma pack(1)
16884:
16885: 16 419 844
16886: 13 169 394
16887:
16888: 2001-10-28 paf
16889: * src/include/pa_config_auto.h.in 1.10:
16890: * src/include/pa_config_fixed.h 1.28:
16891: * src/include/pa_db_connection.h 1.14:
16892: * src/include/pa_db_manager.h 1.5:
16893: * src/include/pa_db_table.h 1.6:
16894: * src/main/pa_db_connection.C 1.20:
16895: * src/main/pa_db_table.C 1.6:
16896: db2 on linux with DB 2.4.14: (6/2/98)
16897:
16898: * src/main/pa_db_connection.C 1.21:
16899: * src/main/pa_db_table.C 1.8:
16900: exception translation
16901:
16902: * src/main/pa_db_connection.C 1.22:
16903: expire table [was accidently pasted with wrong type/cast]
16904:
16905: * src/classes/Makefile.am 1.30:
16906: * src/classes/Makefile.in 1.30:
16907: * src/targets/apache13/p3runConfigure.in 1.6:
16908: * src/targets/cgi/Makefile.am 1.22:
16909: * src/targets/cgi/Makefile.in 1.27:
16910: db makes. remember to build DB2 with -fexceptions!!!
16911:
16912: * src/main/pa_db_table.C 1.7:
16913: DB_RMW defed
16914:
16915: * src/main/pa_db_connection.C 1.23:
16916: removed old consts
16917:
16918: 2001-10-27 paf
16919: * src/classes/hashfile.C 1.13:
16920: * src/include/pa_db_connection.h 1.13:
16921: * src/include/pa_db_table.h 1.5:
16922: * src/main/pa_db_connection.C 1.19:
16923: * src/main/pa_db_manager.C 1.9:
16924: * src/main/pa_db_table.C 1.5:
16925: * src/main/pa_globals.C 1.86:
16926: * src/types/pa_vhashfile.C 1.12:
16927: DB2 ifdefs
16928:
16929: * src/Makefile.in 1.32:
16930: * src/classes/Makefile.am 1.29:
16931: * src/classes/Makefile.in 1.29:
16932: * src/include/pa_config_fixed.h 1.27:
16933: * src/main/Makefile.am 1.23:
16934: * src/main/Makefile.in 1.25:
16935: * src/targets/Makefile.in 1.23:
16936: * src/targets/apache13/Makefile.in 1.22:
16937: * src/targets/apache13/p3runConfigure.in 1.5:
16938: * src/targets/cgi/Makefile.am 1.21:
16939: * src/targets/cgi/Makefile.in 1.26:
16940: * src/types/Makefile.am 1.12:
16941: * src/types/Makefile.in 1.22:
16942: makes with DB2
16943:
16944: * src/classes/classes.awk 1.4:
16945: no $ in var names
16946:
16947: * src/main/pa_globals.C 1.85:
16948: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
16949: * src/targets/cgi/parser3.dsp 1.36:
16950: * src/targets/isapi/parser3isapi.dsp 1.28:
16951: vc projects libdb ifdefed into globals.C
16952:
16953: * src/main/pa_db_connection.C 1.17:
16954: * src/main/pa_db_manager.C 1.8:
16955: db expiration connection&table [forgotten calls]
16956:
16957: * src/Makefile.in 1.31:
16958: * src/classes/Makefile.in 1.28:
16959: * src/include/pa_config_auto.h.in 1.9:
16960: * src/main/Makefile.am 1.22:
16961: * src/main/Makefile.in 1.24:
16962: * src/targets/Makefile.in 1.22:
16963: * src/targets/apache13/p3runConfigure.in 1.4:
16964: * src/targets/cgi/Makefile.in 1.25:
16965: * src/types/Makefile.am 1.11:
16966: * src/types/Makefile.in 1.21:
16967: makes db
16968:
16969: * src/classes/hashfile.C 1.12:
16970: * src/include/pa_db_connection.h 1.12:
16971: * src/include/pa_db_table.h 1.4:
16972: * src/main/pa_db_connection.C 1.18:
16973: * src/main/pa_db_table.C 1.4:
16974: ^hashfile.clear[]
16975:
16976: 2001-10-26 paf
16977: * src/classes/xdoc.C 1.35:
16978: * src/classes/xdoc.C 1.36:
16979: * src/types/pa_vxdoc.h 1.11:
16980: transform2 for parsed_source
16981:
16982: * src/classes/hashfile.C 1.11:
16983: * src/include/pa_db_connection.h 1.10:
16984: * src/include/pa_db_manager.h 1.4:
16985: * src/include/pa_db_table.h 1.3:
16986: * src/include/pa_hash.h 1.45:
16987: * src/main/pa_db_connection.C 1.13:
16988: * src/main/pa_db_manager.C 1.7:
16989: * src/main/pa_db_table.C 1.3:
16990: * src/main/pa_hash.C 1.42:
16991: * src/types/pa_vhashfile.C 1.11:
16992: * src/types/pa_vhashfile.h 1.9:
16993: db connections & tables now cached at create time & multithreaded
16994:
16995: * src/classes/xdoc.C 1.37:
16996: xdoc createTextNode createElement UL_XML default. but entities
16997: still reparsed. todo: tothink
16998:
16999: * src/classes/hashfile.C 1.10:
17000: * src/include/pa_db_table.h 1.2:
17001: * src/main/pa_db_table.C 1.2:
17002: db: child transaction commit/rollback responsibility left to
17003: parent [as it sould - else there were a bug with double free]
17004:
17005: * src/include/pa_db_connection.h 1.11:
17006: * src/main/pa_db_connection.C 1.15:
17007: * src/main/pa_db_connection.C 1.16:
17008: db checkpoints
17009:
17010: * src/main/pa_db_connection.C 1.12:
17011: about to remove connection from vhashfile
17012:
17013: * src/main/pa_db_connection.C 1.14:
17014: db recover mech 2
17015:
17016: 2001-10-25 paf
17017: * src/classes/hashfile.C 1.9:
17018: * src/include/pa_common.h 1.56:
17019: * src/include/pa_db_connection.h 1.9:
17020: * src/include/pa_db_manager.h 1.3:
17021: * src/include/pa_db_table.h 1.1:
17022: * src/main/main.dsp 1.136:
17023: * src/main/pa_db_connection.C 1.11:
17024: * src/main/pa_db_manager.C 1.6:
17025: * src/main/pa_db_table.C 1.1:
17026: * src/types/pa_vhashfile.C 1.10:
17027: * src/types/pa_vhashfile.h 1.8:
17028: started db_home [multiple, cached]
17029: todo: autorecover [tried, but not succeded, yet]
17030:
17031: * src/include/pa_db_connection.h 1.8:
17032: * src/main/pa_db_manager.C 1.5:
17033: transaction parent passed
17034:
17035: * src/include/pa_dir.h 1.6:
17036: ancient gpf on dir not found fixed
17037:
17038: 2001-10-24 parser
17039: * src/classes/Makefile.am 1.26:
17040: * src/classes/Makefile.am 1.27:
17041: * src/classes/Makefile.am 1.28:
17042: * src/classes/Makefile.in 1.26:
17043: * src/classes/Makefile.in 1.27:
17044: * src/main/Makefile.in 1.23:
17045: * src/targets/cgi/Makefile.am 1.20:
17046: * src/targets/cgi/Makefile.in 1.24:
17047: * src/targets/cgi/pool_storage.h 1.2:
17048: * src/targets/cgi/pool_storage.h 1.3:
17049: makes
17050:
17051: * src/include/pa_db_connection.h 1.6:
17052: * src/main/pa_db_connection.C 1.6:
17053: * src/types/pa_vhashfile.C 1.6:
17054: db_cursor constructor public now
17055:
17056: * src/include/pa_common.h 1.54:
17057: * src/main/Makefile.am 1.21:
17058: * src/main/pa_common.C 1.76:
17059: * src/types/pa_vform.C 1.41:
17060: * src/types/pa_vform.h 1.26:
17061: .am
17062:
17063: * src/classes/hashfile.C 1.7:
17064: * src/include/pa_request.h 1.106:
17065: hashfile.cache 0
17066:
17067: * src/main/pa_db_connection.C 1.7:
17068: * src/types/pa_vhashfile.C 1.7:
17069: db_connection not bothers with key when not returning expired data
17070:
17071: * src/targets/cgi/pool_storage.h 1.4:
17072: * src/targets/isapi/parser3isapi.C 1.56:
17073: * src/targets/isapi/pool_storage.h 1.12:
17074: pool_storage fixed
17075:
17076: * src/include/pa_common.h 1.55:
17077: * src/main/pa_common.C 1.77:
17078: * src/types/pa_vform.C 1.42:
17079: * src/types/pa_vform.h 1.27:
17080: form fix_line_breaks
17081:
17082: * src/types/pa_vhashfile.C 1.8:
17083: * src/types/pa_vhashfile.h 1.6:
17084: hashfile expiring 0
17085:
17086: * src/main/pa_db_connection.C 1.8:
17087: * src/types/pa_vhashfile.C 1.9:
17088: hashfile expiring 1
17089:
17090: * src/classes/hashfile.C 1.6:
17091: * src/include/pa_db_connection.h 1.7:
17092: * src/main/pa_db_connection.C 1.9:
17093: hashfile expired deleted from db when get & iterate
17094:
17095: * src/classes/hashfile.C 1.8:
17096: * src/types/pa_vhashfile.h 1.7:
17097: hashfile 1
17098:
1.39 ! paf 17099: * src/sql/pa_sql_driver.h 1.18:
! 17100: version
! 17101:
1.15 paf 17102: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
17103: * src/targets/isapi/parser3isapi.dsp 1.27:
17104: doc
17105:
17106: * src/include/pa_db_connection.h 1.5:
17107: * src/main/pa_db_connection.C 1.5:
17108: * src/types/pa_vhashfile.C 1.5:
17109: * src/types/pa_vhashfile.h 1.5:
17110: hashfile data stamped, todo: put_element analize
17111:
17112: * src/include/pa_db_connection.h 1.4:
17113: * src/include/pa_string.h 1.108:
17114: * src/main/pa_db_connection.C 1.4:
17115: * src/main/pa_string.C 1.113:
17116: hashfile pieced serialize. todo stamp
17117:
17118: * src/main/pa_db_connection.C 1.10:
17119: * src/main/pa_db_manager.C 1.4:
17120: hashfile setted this:
17121: DB_RMW
17122: 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
17123:
17124: 2001-10-23 parser
17125: * src/classes/file.C 1.60:
17126: * src/classes/hash.C 1.24:
17127: * src/classes/hashfile.C 1.5:
17128: * src/classes/image.C 1.59:
17129: * src/classes/mail.C 1.42:
17130: * src/classes/response.C 1.15:
17131: * src/classes/string.C 1.85:
17132: * src/classes/table.C 1.128:
17133: * src/classes/xdoc.C 1.34:
17134: * src/include/pa_config_fixed.h 1.26:
17135: * src/include/pa_db_connection.h 1.3:
17136: * src/main/pa_common.C 1.75:
17137: * src/main/pa_db_connection.C 1.3:
17138: * src/main/pa_request.C 1.172:
17139: * src/types/pa_value.h 1.76:
17140: * src/types/pa_vcookie.C 1.29:
17141: * src/types/pa_vhash.h 1.25:
17142: * src/types/pa_vhashfile.C 1.4:
17143: * src/types/pa_vhashfile.h 1.4:
17144: * src/types/pa_vresponse.h 1.16:
17145: * src/types/pa_vtable.C 1.8:
17146: ^hashfile.hash[]
17147:
17148: * src/classes/hashfile.C 1.3:
17149: * src/include/pa_db_connection.h 1.2:
17150: * src/include/pa_db_manager.h 1.2:
17151: * src/main/pa_db_connection.C 1.2:
17152: * src/main/pa_db_manager.C 1.2:
17153: * src/types/pa_vhashfile.h 1.3:
17154: ^hashfile.transaction{code}
17155: ^hashfile:clear[filename]
17156: ^hashfile.delete[key]
17157:
17158: * src/classes/hashfile.C 1.4:
17159: * src/classes/xdoc.C 1.33:
17160: * src/include/pa_config_fixed.h 1.25:
17161: * src/main/pa_db_manager.C 1.3:
17162: * src/main/pa_globals.C 1.84:
17163: ifdefs so it compiled without db
17164:
17165: 2001-10-22 parser
17166: * src/classes/classes.dsp 1.12:
17167: * src/classes/hashfile.C 1.2:
17168: * src/classes/xdoc.C 1.32:
17169: * src/classes/xnode.C 1.15:
17170: * src/include/pa_charset_connection.h 1.2:
17171: * src/include/pa_db_connection.h 1.1:
17172: * src/include/pa_db_manager.h 1.1:
17173: * src/include/pa_exception.h 1.18:
17174: * src/include/pa_sapi.h 1.14:
17175: * src/include/pa_sql_connection.h 1.14:
17176: * src/include/pa_sql_driver_manager.h 1.13:
17177: * src/include/pa_stylesheet_connection.h 1.14:
17178: * src/include/pa_stylesheet_manager.h 1.1:
17179: * src/include/pa_xslt_stylesheet_manager.h 1.5:
17180: * src/main/main.dsp 1.135:
17181: * src/main/pa_db_connection.C 1.1:
17182: * src/main/pa_db_manager.C 1.1:
17183: * src/main/pa_exception.C 1.22:
17184: * src/main/pa_globals.C 1.83:
17185: * src/main/pa_pool.C 1.38:
17186: * src/main/pa_sql_driver_manager.C 1.42:
17187: * src/main/pa_stylesheet_manager.C 1.1:
17188: * src/main/pa_xslt_stylesheet_manager.C 1.5:
17189: * src/targets/apache13/mod_parser3.C 1.7:
17190: * src/targets/cgi/parser3.C 1.124:
17191: * src/targets/isapi/parser3isapi.C 1.55:
17192: * src/types/pa_vhashfile.C 1.3:
17193: * src/types/pa_vhashfile.h 1.2:
17194: * src/types/pa_vxdoc.C 1.5:
17195: * src/types/pa_vxnode.C 1.8:
17196: * src/types/types.dsp 1.12:
17197: hashfile 0
17198:
17199: * src/targets/cgi/pa_pool.C 1.24:
17200: * src/targets/cgi/parser3.C 1.125:
17201: * src/targets/cgi/parser3.dsp 1.35:
17202: * src/targets/cgi/pool_storage.h 1.1:
17203: * src/targets/isapi/pool_storage.h 1.11:
17204: cgi += pool cleanups
17205:
17206: * src/targets/apache13/mod_parser3.C 1.5:
17207: * src/targets/isapi/parser3isapi.C 1.54:
17208: SEH minor ifdef changes
17209:
17210: * src/targets/apache13/mod_parser3.C 1.6:
17211: html
17212:
17213: * src/classes/classes.dsp 1.11:
17214: * src/classes/hashfile.C 1.1:
17215: * src/include/pa_config_fixed.h 1.24:
17216: * src/main/execute.C 1.198:
17217: * src/targets/cgi/parser3.dsp 1.34:
17218: * src/types/pa_vhashfile.C 1.1:
17219: * src/types/pa_vhashfile.h 1.1:
17220: * src/types/types.dsp 1.11:
17221: hashfile -100
17222:
17223: * src/include/pa_exception.h 1.17:
17224: * src/include/pa_request.h 1.105:
17225: * src/main/execute.C 1.197:
17226: * src/main/pa_exception.C 1.21:
17227: * src/main/pa_request.C 1.171:
17228: * src/targets/cgi/parser3.C 1.123:
17229: * src/targets/cgi/parser3.dsp 1.33:
17230: * src/types/pa_vclass.h 1.20:
17231: * src/types/pa_vobject.h 1.12:
17232: stack backtrace
17233:
17234: * src/types/pa_vhashfile.C 1.2:
17235: z
17236:
17237: 2001-10-19 parser
17238: * src/main/pa_request.C 1.170:
17239: * src/targets/apache13/mod_parser3.C 1.4:
17240: pool:: context - get_context
17241:
17242: * src/main/pa_pool.C 1.37:
17243: auto compiled on gcc
17244:
17245: * src/classes/classes.h 1.13:
17246: * src/classes/date.C 1.11:
17247: * src/classes/double.C 1.40:
17248: * src/classes/file.C 1.59:
17249: * src/classes/form.C 1.18:
17250: * src/classes/hash.C 1.23:
17251: * src/classes/image.C 1.57:
17252: * src/classes/int.C 1.37:
17253: * src/classes/mail.C 1.41:
17254: * src/classes/math.C 1.7:
17255: * src/classes/op.C 1.53:
17256: * src/classes/string.C 1.84:
17257: * src/classes/table.C 1.127:
17258: * src/classes/void.C 1.12:
17259: * src/include/pa_config_fixed.h 1.22:
17260: * src/include/pa_exception.h 1.15:
17261: * src/include/pa_pool.h 1.64:
17262: * src/include/pa_request.h 1.104:
17263: * src/include/pa_types.h 1.27:
17264: * src/main/compile.C 1.51:
17265: * src/main/compile_tools.C 1.39:
17266: * src/main/execute.C 1.196:
17267: * src/main/pa_array.C 1.40:
17268: * src/main/pa_common.C 1.73:
17269: * src/main/pa_dictionary.C 1.8:
17270: * src/main/pa_exception.C 1.19:
17271: * src/main/pa_exec.C 1.15:
17272: * src/main/pa_pool.C 1.34:
17273: * src/main/pa_request.C 1.169:
17274: * src/main/pa_socks.C 1.7:
17275: * src/main/pa_sql_driver_manager.C 1.41:
17276: * src/main/pa_string.C 1.112:
17277: * src/main/pa_table.C 1.39:
17278: * src/main/untaint.C 1.69:
17279: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
17280: * src/targets/apache13/mod_parser3.C 1.3:
17281: * src/targets/cgi/parser3.C 1.122:
17282: * src/targets/isapi/parser3isapi.C 1.53:
17283: * src/types/pa_value.h 1.75:
17284: * src/types/pa_vbool.h 1.14:
17285: * src/types/pa_vdouble.h 1.27:
17286: * src/types/pa_vfile.h 1.36:
17287: * src/types/pa_vform.C 1.40:
17288: * src/types/pa_vhash.h 1.24:
17289: * src/types/pa_vint.h 1.28:
17290: * src/types/pa_vjunction.h 1.9:
17291: * src/types/pa_vmethod_frame.h 1.17:
17292: * src/types/pa_vstateless_class.h 1.18:
17293: * src/types/pa_vtable.C 1.7:
17294: * src/types/pa_wcontext.C 1.11:
17295: * src/types/pa_wwrapper.h 1.12:
17296: switched to c++ exceptions 0
17297:
17298: * src/Makefile.in 1.30:
17299: * src/classes/Makefile.in 1.25:
17300: * src/include/pa_pool.h 1.66:
17301: * src/main/Makefile.in 1.22:
17302: * src/main/pa_common.C 1.74:
17303: * src/targets/Makefile.in 1.21:
17304: * src/targets/apache13/Makefile.in 1.21:
17305: * src/targets/cgi/Makefile.in 1.23:
17306: * src/types/Makefile.in 1.20:
17307: makes
17308:
17309: * src/include/pa_pool.h 1.67:
17310: header
17311:
17312: * src/classes/xdoc.C 1.30:
17313: * src/classes/xnode.C 1.13:
17314: * src/include/pa_pool.h 1.65:
17315: * src/include/pa_types.h 1.28:
17316: * src/main/pa_pool.C 1.36:
17317: first c++ exceptions result: can free up xalandomstring
17318: resulting from pool::transcode
17319:
17320: * src/classes/classes.awk 1.3.6.1:
17321: $ removed
17322:
17323: * src/classes/Makefile.am 1.25:
17324: * src/classes/xdoc.C 1.29:
17325: * src/classes/xnode.C 1.12:
17326: * src/include/pa_config_fixed.h 1.23:
17327: * src/include/pa_exception.h 1.16:
17328: * src/include/pa_stylesheet_connection.h 1.13:
17329: * src/main/pa_charset_connection.C 1.10:
17330: * src/main/pa_exception.C 1.20:
17331: * src/main/pa_pool.C 1.35:
17332: * src/types/pa_vxdoc.C 1.3:
17333: * src/types/pa_vxdoc.h 1.9:
17334: * src/types/pa_vxnode.C 1.6:
17335: * src/types/pa_vxnode.h 1.6:
17336: switched to c++ exceptions 1xml
17337: configure fixed to exclude xalan-patch from non-xml compile
17338:
17339: * src/classes/xdoc.C 1.31:
17340: * src/classes/xnode.C 1.14:
17341: * src/classes/xnode.h 1.3:
17342: * src/types/pa_vxdoc.C 1.4:
17343: * src/types/pa_vxdoc.h 1.10:
17344: * src/types/pa_vxnode.C 1.7:
17345: * src/types/pa_vxnode.h 1.7:
17346: xnode clone got freed
17347:
17348: * src/classes/image.C 1.58:
17349: comment
17350:
17351: 2001-10-18 parser
17352: * src/classes/xdoc.C 1.28:
17353: * src/types/pa_vxdoc.h 1.8:
17354: * src/types/pa_vxnode.C 1.5:
17355: vxdoc set_document & ctor question "who owns document" solved
17356:
17357: * src/classes/xdoc.C 1.26:
17358: * src/classes/xnode.C 1.11:
17359: * src/include/pa_pool.h 1.63:
17360: * src/main/pa_pool.C 1.32:
17361: encoding in dom creating funcs
17362:
17363: * src/include/pa_stylesheet_connection.h 1.12:
17364: prev stylesheet destroyed @ recompile
17365:
17366: * src/classes/xdoc.C 1.22:
17367: comment
17368:
17369: * src/classes/xdoc.C 1.21:
17370: * src/classes/xnode.C 1.10:
17371: * src/main/compile.tab.C 1.24:
17372: xdoc create now uses XercesDocumentBridge, appendChild&co now works
17373:
17374: * src/classes/xdoc.C 1.27:
17375: * src/main/pa_pool.C 1.33:
17376: extra free removed
17377:
17378: * src/classes/xdoc.C 1.24:
17379: * src/classes/xdoc.C 1.25:
17380: * src/types/pa_vxdoc.h 1.7:
17381: dom created by create can be transformed now
17382:
17383: * src/classes/xdoc.C 1.23:
17384: z
17385:
17386: * src/types/pa_vcookie.C 1.28:
17387: cookie:CLASS
17388:
17389: * src/classes/classes.dsp 1.10:
17390: * src/classes/xdoc.C 1.19:
17391: * src/types/types.dsp 1.10:
17392: fiew leechy-found bugs in code&doc fixed
17393:
17394: * src/classes/xdoc.C 1.20:
17395: * src/classes/xnode.C 1.9:
17396: xdoc::create[] now. and all dom tag names forced to XML lang
17397:
17398: * src/main/main.dsp 1.134:
17399: project
17400:
17401: * src/main/compile.tab.C 1.23:
17402: * src/main/compile.y 1.172:
17403: * src/main/pa_request.C 1.168:
17404: ^:
17405: no colon in $origin @exception[
17406:
17407: 2001-10-17 parser
17408: * src/types/pa_vimage.h 1.21:
17409: removed unused vimage::save
17410:
17411: * src/classes/classes.dsp 1.9:
17412: * src/classes/string.C 1.83:
17413: * src/main/pa_string.C 1.111:
17414: * src/types/pa_vxnode.h 1.5:
17415: * src/types/types.dsp 1.9:
17416: string::mid fixed, string.mid n functionality preserved
17417:
17418: 2001-10-16 parser
17419: * src/classes/classes.dsp 1.8:
17420: * src/main/main.dsp 1.133:
17421: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
17422: * src/targets/cgi/parser3.dsp 1.32:
17423: * src/targets/isapi/parser3isapi.dsp 1.26:
17424: * src/types/types.dsp 1.8:
17425: ident >nul 2>&1
17426:
1.28 paf 17427: * src/classes/xnode.C 1.7:
17428: * src/classes/xnode.C 1.8:
17429: removed few dom returns & changed op.txt
17430:
17431: * src/classes/image.C 1.54:
17432: gd size/resize bugfix
1.15 paf 17433:
1.28 paf 17434: * src/classes/image.C 1.55:
17435: :CopyResampled made gd2beta+my hands, very ineffective, but
17436: works for small paleted image
1.15 paf 17437:
17438: * src/classes/string.C 1.82:
17439: * src/main/pa_string.C 1.110:
17440: $string.mid(p[;n])
17441:
1.28 paf 17442: * src/classes/image.C 1.56:
17443: image.copy tolerance
17444:
17445: * src/types/pa_vhash.h 1.23:
17446: * src/types/pa_vtable.h 1.34:
17447: hash can be used as boolean
17448:
1.15 paf 17449: * src/main/pa_common.C 1.72:
17450: \r\n -> \n DOS
17451: \r -> \n Macintosh
17452: on all systems
17453:
17454: * src/classes/image.C 1.53:
17455: * src/types/pa_vimage.h 1.20:
17456: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
17457: ;dest h]])
17458:
1.28 paf 17459: * src/types/pa_vimage.C 1.12:
17460: comment
17461:
1.15 paf 17462: 2001-10-15 parser
17463: * src/Makefile.in 1.29:
17464: * src/types/pa_vcode_frame.h 1.11:
17465: * src/types/pa_wcontext.C 1.10:
17466: code_frame fixed - ::write badly passed string too
17467: transparently [failed to intercept it]
17468:
17469: * src/types/pa_vxnode.C 1.4:
17470: document_type_node.
17471: !readonly attribute DOMString name
17472: !notation_node.
17473: !readonly attribute DOMString publicId
17474: !readonly attribute DOMString systemId
17475:
17476: * src/classes/xdoc.C 1.16:
17477: * src/classes/xnode.C 1.6:
17478: * src/include/pa_config_fixed.h 1.21:
17479: * src/include/pa_request.h 1.103:
17480: * src/main/pa_sql_driver_manager.C 1.40:
17481: * src/types/pa_vxdoc.C 1.2:
17482: * src/types/pa_vxdoc.h 1.6:
17483: * src/types/pa_vxnode.C 1.3:
17484: * src/types/pa_vxnode.h 1.4:
17485: DOM1 major addtion, only few attributes/methods left
17486:
17487: * src/main/execute.C 1.195:
17488: z
17489:
17490: * src/classes/xdoc.C 1.17:
17491: * src/classes/xdoc.C 1.18:
17492: !::create{qualifiedName}
17493:
17494: 2001-10-13 parser
17495: * src/main/execute.C 1.194:
17496: * src/types/pa_vcode_frame.h 1.9:
17497: vcodeframe made transparent enough to handle hash if creation&passing
17498:
17499: * src/include/pa_config_fixed.h 1.20:
17500: * src/main/execute.C 1.193:
17501: * src/main/pa_exception.C 1.18:
17502: noticed that vcodeframe not transparent enough, would change now
17503:
17504: * src/types/pa_vcode_frame.h 1.10:
17505: couple comments
17506:
17507: * src/targets/isapi/pool_storage.h 1.10:
17508: isapi pool storage reverse cleanups & frees order
17509:
17510: * src/main/pa_sql_driver_manager.C 1.39:
17511: * src/targets/cgi/parser3.C 1.121:
17512: * src/targets/isapi/parser3isapi.C 1.52:
17513: isapi&cgi couple non-pooled mallocs in main handler
17514:
17515: 2001-10-12 parser
17516: * src/classes/double.C 1.39:
17517: * src/classes/int.C 1.36:
17518: * src/classes/string.C 1.81:
17519: sql{}[$.default[({})]] handling changed:
17520: now type of default param analized always, not only at problem time,
17521: thus helping early problem spotting
17522:
17523: * src/classes/classes.dsp 1.7:
17524: * src/classes/xdoc.C 1.15:
17525: * src/main/compile.tab.C 1.22:
17526: * src/main/main.dsp 1.132:
17527: * src/main/pa_globals.C 1.82:
17528: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
17529: * src/targets/apache13/mod_parser3.C 1.2:
17530: * src/targets/cgi/parser3.C 1.120:
17531: * src/targets/cgi/parser3.dsp 1.31:
17532: * src/targets/isapi/parser3isapi.C 1.50:
17533: * src/targets/isapi/parser3isapi.C 1.51:
17534: * src/targets/isapi/parser3isapi.dsp 1.25:
17535: * src/types/types.dsp 1.7:
17536: xalan&xerces multithread bug fixed. initialization&free on each
17537: thread!
17538:
17539: 2001-10-11 parser
17540: * src/targets/apache13/Makefile.am 1.6:
17541: started restructuring
17542:
17543: * src/Makefile.in 1.25:
17544: * src/Makefile.in 1.26:
17545: * src/Makefile.in 1.28:
17546: * src/classes/Makefile.in 1.22:
17547: * src/classes/Makefile.in 1.23:
17548: * src/include/pa_config_auto.h.in 1.8:
17549: * src/main/Makefile.in 1.20:
17550: * src/main/Makefile.in 1.21:
17551: * src/targets/Makefile.in 1.19:
17552: * src/targets/Makefile.in 1.20:
17553: * src/targets/apache13/Makefile.in 1.19:
17554: * src/targets/apache13/Makefile.in 1.20:
17555: * src/targets/apache13/p3runConfigure.in 1.3:
17556: * src/targets/cgi/Makefile.in 1.21:
17557: * src/targets/cgi/Makefile.in 1.22:
17558: * src/types/Makefile.in 1.18:
17559: * src/types/Makefile.in 1.19:
17560: makes
17561:
17562: * src/classes/xnode.C 1.5:
17563: xnode.selectSingle now
17564:
17565: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
17566: .dsp fixed due to relocate
17567:
17568: * src/classes/xdoc.C 1.14:
17569: * src/classes/xnode.C 1.4:
17570: * src/include/pa_exception.h 1.14:
17571: * src/include/pa_pool.h 1.62:
17572: * src/include/pa_stylesheet_connection.h 1.11:
17573: * src/main/pa_exception.C 1.17:
17574: * src/main/pa_pool.C 1.31:
17575: moved xslt exceptions convertors out of Pool into Exception
17576:
17577: * src/Makefile.in 1.27:
17578: * src/classes/Makefile.in 1.24:
17579: makes. stdc++ lib added to apache libraries
17580:
17581: * src/classes/hash.C 1.22:
17582: !^hash.add[addme]
17583: !^hash.sub[subme]
17584: !^a.union[b] = new
17585: !^a.intersection[b] = new
17586: !^a.intersects[b] = bool
17587:
17588: * src/main/pa_string.C 1.109:
17589: const
17590:
17591: * src/classes/hash.C 1.20:
17592: * src/types/pa_vhash.h 1.22:
17593: !^hash::create[[copy_from]]
17594:
17595: * src/targets/apache13/Makefile.am 1.7:
17596: * src/targets/apache13/p3runConfigure.in 1.2:
17597: added
17598:
1.39 ! paf 17599: * src/classes/hash.C 1.21:
! 17600: !^hash::append[append_from]
! 17601:
1.15 paf 17602: * src/include/pa_string.h 1.107:
17603: * src/main/pa_string.C 1.108:
17604: restructured string: linked pieces of same language together
17605: prior to String::replace
17606:
17607: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
17608: * src/targets/apache13/mod_parser3.C 1.1:
17609: * src/targets/apache13/p3runConfigure.in 1.1:
17610: * src/targets/apache13/pa_pool.C 1.1:
17611: * src/targets/apache13/pa_threads.C 1.1:
17612: restructured
17613:
17614: * src/classes/string.C 1.80:
17615: * src/classes/table.C 1.126:
17616: * src/include/pa_globals.h 1.67:
17617: * src/include/pa_string.h 1.106:
17618: * src/main/pa_globals.C 1.81:
17619: * src/main/pa_string.C 1.107:
17620: * src/main/untaint.C 1.68:
17621: * src/types/pa_vvoid.h 1.5:
17622: untaint lang origins table fixed.
17623: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
17624:
17625: 2001-10-10 parser
17626: * src/main/compile.tab.C 1.19:
17627: * src/main/compile.y 1.170:
17628: ^a[^b] more informative compile error
17629:
17630: * src/main/compile.tab.C 1.20:
17631: * src/main/compile.y 1.171:
17632: ^a[
17633:
17634: @next_method << now unclosed ] would be reported here
17635:
17636: * src/classes/op.C 1.52:
17637: * src/main/compile.tab.C 1.21:
17638: ^error[msg]
17639:
17640: 2001-10-09 parser
17641: * src/classes/classes.dsp 1.6:
17642: * src/classes/xdoc.C 1.13:
17643: * src/include/pa_stylesheet_connection.h 1.10:
17644: * src/main/main.dsp 1.131:
17645: * src/targets/cgi/parser3.C 1.118:
17646: * src/targets/isapi/parser3isapi.C 1.48:
17647: * src/types/pa_vxdoc.h 1.5:
17648: * src/types/pa_vxnode.h 1.3:
17649: * src/types/types.dsp 1.6:
17650: xalan patches starting
17651:
17652: * src/classes/op.C 1.49:
17653: * src/classes/table.C 1.121:
17654: * src/types/pa_vfile.h 1.35:
17655: * src/types/pa_vimage.h 1.19:
17656: * src/types/pa_vjunction.h 1.8:
17657: * src/types/pa_vxdoc.h 1.4:
17658: * src/types/pa_vxnode.h 1.2:
17659: table:menu & op for delims made allowed not to be code [be
17660: string..]
17661:
17662: * src/Makefile.in 1.23:
17663: * src/Makefile.in 1.24:
17664: * src/classes/Makefile.am 1.23:
17665: * src/classes/Makefile.am 1.24:
17666: * src/classes/Makefile.in 1.20:
17667: * src/classes/Makefile.in 1.21:
17668: * src/main/Makefile.am 1.20:
17669: * src/main/Makefile.in 1.18:
17670: * src/main/Makefile.in 1.19:
17671: * src/targets/Makefile.in 1.17:
17672: * src/targets/Makefile.in 1.18:
17673: * src/targets/apache13/Makefile.in 1.17:
17674: * src/targets/apache13/Makefile.in 1.18:
17675: * src/targets/cgi/Makefile.am 1.19:
17676: * src/targets/cgi/Makefile.in 1.19:
17677: * src/targets/cgi/Makefile.in 1.20:
17678: * src/types/Makefile.am 1.10:
17679: * src/types/Makefile.in 1.16:
17680: * src/types/Makefile.in 1.17:
17681: makes
17682:
17683: * src/targets/cgi/parser3.C 1.119:
17684: * src/targets/isapi/parser3isapi.C 1.49:
17685: xml transform win32 errors intercepted [xalan transformer
17686: patched and incorporated]
17687:
17688: * src/classes/double.C 1.38:
17689: * src/classes/file.C 1.58:
17690: * src/classes/image.C 1.52:
17691: * src/classes/int.C 1.35:
17692: * src/classes/op.C 1.48:
17693: * src/classes/string.C 1.78:
17694: * src/classes/table.C 1.120:
17695: lots of params->as_int/double/as_string/as_junction
17696: as_no_junction messages added
17697:
17698: * src/classes/op.C 1.51:
17699: * src/classes/table.C 1.123:
17700: table.hash[key field;value field(s) string/table] now
17701:
17702: * src/classes/op.C 1.50:
17703: * src/classes/table.C 1.122:
17704: z
17705:
17706: * src/classes/date.C 1.10:
17707: * src/classes/table.C 1.124:
17708: calendar moved to date
17709:
17710: * src/classes/string.C 1.79:
17711: * src/classes/table.C 1.125:
17712: ^string.save[file]
17713:
17714: 2001-10-08 parser
17715: * src/classes/image.C 1.49:
17716: * src/types/pa_vcookie.C 1.27:
17717: * src/types/pa_vimage.C 1.11:
17718: image:sector
17719: removed image:html internal "line-*" attribs
17720:
1.28 paf 17721: * src/types/pa_vcookie.C 1.25:
17722: removing cookie made more netscape-like way
17723:
1.15 paf 17724: * src/classes/file.C 1.57:
17725: * src/classes/form.C 1.17:
17726: * src/main/pa_common.C 1.70:
17727: * src/main/untaint.C 1.67:
17728: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
17729: nonforced [only tainted pieces]
17730:
1.28 paf 17731: * src/classes/xdoc.C 1.12:
17732: xdoc:load exceptions intercepted [like in set]
17733:
1.15 paf 17734: * src/classes/image.C 1.50:
17735: image:circle [and round arc] uses Bresenham
17736:
17737: * src/main/untaint.C 1.65:
17738: \r to ' ' in origins mode
17739:
17740: * src/classes/date.C 1.9:
17741: * src/classes/image.C 1.51:
17742: * src/classes/string.C 1.77:
17743: * src/classes/table.C 1.119:
17744: * src/classes/void.C 1.11:
17745: * src/include/pa_request.h 1.102:
17746: params->as_int/double message added
17747:
17748: * src/classes/xdoc.C 1.11:
17749: * src/include/pa_config_fixed.h 1.19:
17750: * src/main/compile.tab.C 1.18:
17751: * src/types/pa_vxdoc.h 1.3:
17752: parsedSource produced by nonstandard liaison freed up
17753:
1.28 paf 17754: * src/classes/image.C 1.48:
17755: * src/include/pa_common.h 1.53:
17756: * src/main/pa_common.C 1.71:
17757: * src/types/pa_vcookie.C 1.26:
17758: cookie urlencoded [netscape doc reread]
17759:
1.15 paf 17760: * src/include/pa_common.h 1.52:
17761: * src/main/pa_common.C 1.69:
17762: * src/main/untaint.C 1.66:
17763: * src/targets/cgi/parser3.C 1.117:
17764: * src/targets/isapi/parser3isapi.C 1.47:
17765: remove_crlf @ SAPI::log
17766:
17767: 2001-10-07 parser
17768: * src/include/pa_config_fixed.h 1.18:
17769: * src/main/compile.tab.C 1.17:
17770: restored project
17771:
17772: 2001-10-05 parser
17773: * src/classes/xdoc.C 1.9:
17774: * src/include/pa_dictionary.h 1.6:
17775: * src/main/main.dsp 1.129:
17776: * src/main/pa_dictionary.C 1.7:
17777: * src/main/pa_string.C 1.106:
17778: * src/types/pa_vxdoc.h 1.2:
17779: started xml errorhandler.
17780: fixed string.replace a little, read @test
17781:
17782: * src/main/pa_charset_connection.C 1.7:
17783: unicode zero pair at the beging of totable appered to be vital
17784:
17785: * src/classes/xdoc.C 1.8:
17786: * src/main/compile.tab.C 1.16:
17787: xdoc.transform now
17788:
17789: * src/doc/doxygen.cfg 1.18:
17790: * src/doc/html2chm.cmd 1.4:
17791: * src/doc/sources2html.cmd 1.4:
17792: paths
17793:
17794: * src/classes/xdoc.C 1.10:
17795: * src/include/pa_pool.h 1.61:
17796: * src/main/main.dsp 1.130:
17797: * src/main/pa_pool.C 1.30:
17798: changed xdoc:set to prevent SAXParseException from outputing to cerr.
17799: lots of "todos"
17800:
17801: * src/main/pa_charset_connection.C 1.8:
17802: * src/main/pa_charset_connection.C 1.9:
17803: ctype another mem clear bugfix
17804:
17805: * src/main/untaint.C 1.64:
17806: http_header tainting more gentle with enquoting now
17807:
17808: * src/main/pa_string.C 1.105:
17809: found replace bug - first_that_starts(char *) does not have
17810: limit, and looks further eos, fixing....
17811:
17812: * src/include/pa_hash.h 1.44:
17813: * src/main/pa_hash.C 1.41:
17814: Hash::size() calculated wrong. fixed it
17815:
17816: * src/Makefile.in 1.22:
17817: * src/main/compile.tab.C 1.15:
17818: * src/main/compile.y 1.169:
17819: disabled ^literals in names
17820: $result[^[$p^]z]
17821: now works fine
17822:
17823: 2001-10-04 parser
17824: * src/classes/image.C 1.47:
17825: ^image.length[text]
17826:
17827: 2001-10-03 parser
17828: * src/main/pa_request.C 1.166:
17829: restored pcre defaulting in request [mindlessly "optimized" yesterday]
17830: comment left
17831:
17832: * src/main/pa_request.C 1.167:
17833: DEFAULT...charset was ignored when !XML
17834:
17835: 2001-10-02 parser
17836: * src/include/pa_request.h 1.101:
17837: * src/main/pa_charset_connection.C 1.4:
17838: * src/main/pa_charset_connection.C 1.5:
17839: * src/main/pa_request.C 1.165:
17840: * src/types/pa_vstring.h 1.36:
17841: pcre tables now const inside
17842: removed default - pcre handles that internally
17843: fixed bug on not-cleaning tables [previously was calloced, now member]
17844:
17845: * src/Makefile.in 1.21:
17846: * src/classes/Makefile.in 1.19:
17847: * src/main/Makefile.in 1.17:
17848: * src/targets/Makefile.in 1.16:
17849: * src/targets/apache13/Makefile.in 1.16:
17850: * src/targets/cgi/Makefile.in 1.18:
17851: * src/types/Makefile.in 1.15:
17852: makes
17853:
17854: * src/include/pa_config_fixed.h 1.17:
17855: * src/main/pa_charset_connection.C 1.3:
17856: tested charset reload on file change @ apache version = OK
17857: tested freeing up prev encoding on adding new = OK
17858:
17859: * src/classes/table.C 1.117:
17860: * src/main/pa_charset_connection.C 1.6:
17861: table:load & charset_connection
17862: #comment now
17863:
17864: * src/classes/classes.dsp 1.5:
17865: * src/types/types.dsp 1.5:
17866: release projects options fixed to use release msvcrt lib
17867:
17868: * src/include/pa_pool.h 1.60:
17869: * src/include/pa_stylesheet_connection.h 1.8:
17870: * src/include/pa_stylesheet_connection.h 1.9:
17871: * src/main/pa_charset_manager.C 1.2:
17872: * src/main/pa_charset_manager.C 1.3:
17873: * src/main/pa_pool.C 1.29:
17874: * src/types/pa_vresponse.h 1.15:
17875: forgot non-xml pool.*charset needed
17876:
17877: * src/classes/table.C 1.118:
17878: # config comments fixed
17879:
17880: 2001-10-01 parser
17881: * src/include/pa_charset_connection.h 1.1:
17882: * src/include/pa_charset_manager.h 1.1:
17883: * src/include/pa_xslt_stylesheet_manager.h 1.4:
17884: * src/main/main.dsp 1.128:
17885: * src/main/pa_charset_connection.C 1.1:
17886: * src/main/pa_charset_manager.C 1.1:
17887: * src/main/pa_request.C 1.164:
17888: charset loading & caching mech 0
17889:
17890: * src/include/pa_stylesheet_connection.h 1.7:
17891: * src/include/pa_xslt_stylesheet_manager.h 1.3:
17892: * src/main/main.dsp 1.127:
17893: * src/main/pa_globals.C 1.80:
17894: * src/main/pa_request.C 1.163:
17895: would make charset loading & caching mech now
17896:
17897: * src/main/pa_charset_connection.C 1.2:
17898: removed entitify external hack [internal installed]
17899:
17900: * src/main/Makefile.am 1.19:
17901: * src/main/Makefile.in 1.16:
17902: makes+removed dtd
17903:
17904: 2001-09-30 parser
17905: * src/classes/xdoc.C 1.7:
17906: * src/include/pa_request.h 1.100:
17907: * src/main/pa_request.C 1.159:
17908: ctype with unicode 1. todo: no П entities on output somehow
17909:
17910: * src/include/pa_globals.h 1.66:
17911: * src/main/pa_globals.C 1.79:
17912: * src/main/pa_request.C 1.160:
17913: now charsets table configuration variable is: CHARSETS
17914:
17915: * src/main/pa_request.C 1.162:
17916: forgot to fill toTable
17917:
17918: * src/classes/file.C 1.56:
17919: * src/classes/op.C 1.47:
17920: * src/classes/string.C 1.76:
17921: * src/include/pa_request.h 1.99:
17922: * src/main/pa_request.C 1.158:
17923: started ctype with unicode values
17924:
17925: * src/include/pa_config_fixed.h 1.16:
17926: * src/main/pa_request.C 1.161:
17927: started hack_s_maximumCharacterValues to
17928: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
17929:
17930: 2001-09-28 parser
17931: * src/classes/xdoc.C 1.5:
17932: * src/classes/xnode.C 1.3:
17933: xdoc addencoding works! invented a way of user-configuring...
17934: todo: implement
17935:
17936: * src/classes/mail.C 1.40:
17937: * src/classes/op.C 1.46:
17938: * src/classes/xdoc.C 1.6:
17939: * src/include/pa_stylesheet_connection.h 1.6:
17940: * src/main/pa_request.C 1.157:
17941: letter body string passed AS-IS now
17942:
17943: 2001-09-27 parser
17944: * src/classes/classes.dsp 1.4:
17945: * src/classes/xdoc.C 1.3:
17946: * src/main/main.dsp 1.126:
17947: * src/targets/cgi/parser3.dsp 1.30:
17948: * src/targets/isapi/parser3isapi.dsp 1.23:
17949: * src/types/types.dsp 1.4:
17950: win32 ident make system so not to rebuild library [ident.C.new]
17951:
17952: * src/classes/table.C 1.116:
17953: table.sort changed to sort table itself
17954:
17955: * src/classes/xdoc.C 1.4:
17956: * src/targets/isapi/parser3isapi.dsp 1.24:
17957: X^.getElementsByTagName[tagname] = array of xnode
17958: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
17959: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
17960:
17961: win32build system: solved long waiting anti-non-started-apache problem
17962:
17963: 2001-09-26 parser
17964: * src/Makefile.am 1.11:
17965: * src/classes/Makefile.am 1.22:
17966: * src/classes/Makefile.in 1.18:
17967: * src/main/Makefile.am 1.18:
17968: * src/main/Makefile.in 1.15:
17969: * src/targets/Makefile.in 1.15:
17970: * src/targets/apache13/Makefile.in 1.15:
17971: * src/targets/cgi/Makefile.am 1.18:
17972: * src/targets/cgi/Makefile.in 1.17:
17973: * src/types/Makefile.am 1.9:
17974: * src/types/Makefile.in 1.14:
17975: makes with clases.awk
17976:
17977: * src/include/pa_config_fixed.h 1.14:
17978: * src/targets/cgi/parser3.C 1.114:
17979: * src/targets/isapi/parser3isapi.C 1.45:
17980: #ifdef SMTP
17981:
17982: * src/classes/classes.C 1.9:
17983: * src/classes/classes.awk 1.3:
17984: * src/classes/classes.dsp 1.1:
17985: * src/classes/classes.h 1.12:
17986: * src/classes/date.C 1.8:
17987: * src/classes/dnode.C 1.6:
17988: * src/classes/dnode.h 1.2:
17989: * src/classes/dom.C 1.35:
17990: * src/classes/double.C 1.37:
17991: * src/classes/file.C 1.55:
17992: * src/classes/form.C 1.16:
17993: * src/classes/hash.C 1.19:
17994: * src/classes/image.C 1.46:
17995: * src/classes/int.C 1.34:
17996: * src/classes/mail.C 1.39:
17997: * src/classes/math.C 1.6:
17998: * src/classes/op.C 1.45:
17999: * src/classes/response.C 1.14:
18000: * src/classes/string.C 1.75:
18001: * src/classes/table.C 1.115:
18002: * src/classes/void.C 1.10:
18003: * src/include/pa_array.h 1.44:
18004: * src/include/pa_common.h 1.51:
18005: * src/include/pa_config_fixed.h 1.13:
18006: * src/include/pa_config_includes.h 1.11:
18007: * src/include/pa_dictionary.h 1.5:
18008: * src/include/pa_dir.h 1.5:
18009: * src/include/pa_exception.h 1.13:
18010: * src/include/pa_exec.h 1.3:
18011: * src/include/pa_globals.h 1.65:
18012: * src/include/pa_request.h 1.98:
18013: * src/include/pa_sapi.h 1.13:
18014: * src/include/pa_socks.h 1.4:
18015: * src/include/pa_sql_connection.h 1.13:
18016: * src/include/pa_sql_driver_manager.h 1.12:
18017: * src/include/pa_stack.h 1.10:
18018: * src/include/pa_string.h 1.105:
18019: * src/include/pa_stylesheet_connection.h 1.5:
18020: * src/include/pa_table.h 1.35:
18021: * src/include/pa_threads.h 1.17:
18022: * src/include/pa_types.h 1.26:
18023: * src/include/pa_xslt_stylesheet_manager.h 1.2:
18024: * src/main/compile.C 1.50:
18025: * src/main/compile.y 1.168:
18026: * src/main/compile_tools.C 1.38:
18027: * src/main/compile_tools.h 1.50:
18028: * src/main/execute.C 1.192:
18029: * src/main/main.dsp 1.124:
18030: * src/main/pa_array.C 1.39:
18031: * src/main/pa_common.C 1.68:
18032: * src/main/pa_dictionary.C 1.6:
18033: * src/main/pa_dir.C 1.7:
18034: * src/main/pa_exception.C 1.16:
18035: * src/main/pa_exec.C 1.14:
18036: * src/main/pa_globals.C 1.78:
18037: * src/main/pa_hash.C 1.40:
18038: * src/main/pa_pool.C 1.28:
18039: * src/main/pa_request.C 1.156:
18040: * src/main/pa_socks.C 1.6:
18041: * src/main/pa_sql_driver_manager.C 1.38:
18042: * src/main/pa_string.C 1.104:
18043: * src/main/pa_table.C 1.38:
18044: * src/main/pa_xslt_stylesheet_manager.C 1.4:
18045: * src/main/untaint.C 1.63:
18046: * src/sql/pa_sql_driver.h 1.17:
18047: * src/targets/cgi/pa_pool.C 1.23:
18048: * src/targets/cgi/pa_threads.C 1.3:
18049: * src/targets/cgi/parser3.C 1.113:
18050: * src/targets/cgi/parser3.dsp 1.29:
18051: * src/targets/isapi/pa_pool.C 1.7:
18052: * src/targets/isapi/pa_threads.C 1.3:
18053: * src/targets/isapi/parser3isapi.C 1.44:
18054: * src/targets/isapi/parser3isapi.dsp 1.22:
18055: * src/targets/isapi/pool_storage.h 1.9:
18056: * src/types/pa_valiased.C 1.10:
18057: * src/types/pa_valiased.h 1.14:
18058: * src/types/pa_value.h 1.74:
18059: * src/types/pa_vbool.h 1.13:
18060: * src/types/pa_vclass.h 1.19:
18061: * src/types/pa_vcode_frame.h 1.8:
18062: * src/types/pa_vcookie.C 1.24:
18063: * src/types/pa_vcookie.h 1.12:
18064: * src/types/pa_vdate.h 1.5:
18065: * src/types/pa_vdnode.C 1.8:
18066: * src/types/pa_vdnode.h 1.3:
18067: * src/types/pa_vdom.C 1.3:
18068: * src/types/pa_vdom.h 1.14:
18069: * src/types/pa_vdouble.h 1.26:
18070: * src/types/pa_venv.h 1.17:
18071: * src/types/pa_vfile.C 1.22:
18072: * src/types/pa_vfile.h 1.34:
18073: * src/types/pa_vform.C 1.39:
18074: * src/types/pa_vform.h 1.25:
18075: * src/types/pa_vimage.C 1.10:
18076: * src/types/pa_vimage.h 1.18:
18077: * src/types/pa_vint.h 1.27:
18078: * src/types/pa_vjunction.h 1.7:
18079: * src/types/pa_vmath.h 1.3:
18080: * src/types/pa_vmethod_frame.h 1.16:
18081: * src/types/pa_vobject.h 1.11:
18082: * src/types/pa_vrequest.C 1.10:
18083: * src/types/pa_vrequest.h 1.11:
18084: * src/types/pa_vresponse.h 1.14:
18085: * src/types/pa_vstateless_class.C 1.10:
18086: * src/types/pa_vstateless_class.h 1.17:
18087: * src/types/pa_vstateless_object.h 1.11:
18088: * src/types/pa_vstring.C 1.11:
18089: * src/types/pa_vstring.h 1.35:
18090: * src/types/pa_vtable.C 1.6:
18091: * src/types/pa_vtable.h 1.33:
18092: * src/types/pa_vvoid.h 1.4:
18093: * src/types/pa_wcontext.C 1.9:
18094: * src/types/pa_wcontext.h 1.17:
18095: * src/types/pa_wwrapper.h 1.11:
18096: * src/types/types.dsp 1.1:
18097: added ident.awk and main.dsp splitted to main+classes+types
18098: along to .am
18099:
18100: * src/classes/classes.dsp 1.2:
18101: * src/classes/dnode.C 1.7:
18102: * src/classes/dnode.h 1.3:
18103: * src/classes/dom.C 1.36:
18104: * src/classes/xdoc.C 1.1:
18105: * src/classes/xnode.C 1.1:
18106: * src/classes/xnode.h 1.1:
18107: * src/main/compile.tab.C 1.14:
18108: * src/types/pa_vdnode.C 1.9:
18109: * src/types/pa_vdnode.h 1.4:
18110: * src/types/pa_vdom.C 1.4:
18111: * src/types/pa_vdom.h 1.15:
18112: * src/types/pa_vxdoc.C 1.1:
18113: * src/types/pa_vxdoc.h 1.1:
18114: * src/types/pa_vxnode.C 1.1:
18115: * src/types/pa_vxnode.h 1.1:
18116: * src/types/types.dsp 1.2:
18117: xdoc&xnode now
18118:
18119: * src/classes/classes.dsp 1.3:
18120: * src/classes/xdoc.C 1.2:
18121: * src/classes/xnode.C 1.2:
18122: * src/classes/xnode.h 1.2:
18123: * src/include/pa_config_fixed.h 1.15:
18124: * src/main/main.dsp 1.125:
18125: * src/targets/cgi/parser3.C 1.115:
18126: * src/targets/cgi/parser3.C 1.116:
18127: * src/targets/isapi/parser3isapi.C 1.46:
18128: * src/types/pa_vxnode.C 1.2:
18129: * src/types/types.dsp 1.3:
18130: z
18131:
18132: * src/classes/classes.cmd 1.4:
18133: * src/main/main.dsp 1.123:
18134: * src/targets/cgi/parser3.dsp 1.28:
18135: moved classes.inc generation on win32 to main.dsp
18136:
18137: * src/classes/classes.C 1.10:
18138: forgot one non-xml check
18139:
18140: * src/classes/Makefile.am 1.21:
18141: removed useless var
18142:
18143: 2001-09-25 parser
18144: * src/Makefile.am 1.10:
18145: * src/Makefile.in 1.20:
18146: * src/classes/Makefile.am 1.20:
18147: * src/classes/Makefile.in 1.17:
18148: * src/classes/dom.C 1.34:
18149: * src/include/pa_stylesheet_connection.h 1.4:
18150: * src/main/Makefile.am 1.17:
18151: * src/main/Makefile.in 1.14:
18152: * src/main/pa_pool.C 1.27:
18153: * src/targets/Makefile.in 1.14:
18154: * src/targets/apache13/Makefile.in 1.14:
18155: * src/targets/cgi/Makefile.am 1.17:
18156: * src/targets/cgi/Makefile.in 1.16:
18157: * src/types/Makefile.am 1.8:
18158: * src/types/Makefile.in 1.13:
18159: * src/types/pa_vdom.h 1.13:
18160: xml configure makes
18161:
18162: * src/include/pa_config_auto.h.in 1.7:
18163: xml on linux[elik] works! no 1251 though, todo ICU
18164:
18165: 2001-09-24 parser
18166: * src/types/pa_vfile.h 1.33:
18167: * src/types/pa_vimage.h 1.17:
18168: * src/types/pa_vstring.h 1.34:
18169: fiew wrong resolved conflicts fixed [const]
18170:
18171: * src/Makefile.in 1.19:
18172: * src/classes/Makefile.am 1.19:
18173: * src/classes/Makefile.in 1.16:
18174: * src/include/pa_config_auto.h.in 1.6:
18175: * src/main/Makefile.in 1.13:
18176: * src/targets/Makefile.in 1.13:
18177: * src/targets/apache13/Makefile.in 1.13:
18178: * src/types/Makefile.am 1.7:
18179: * src/types/Makefile.in 1.12:
18180: makes
18181:
18182: * src/targets/cgi/Makefile.am 1.16:
18183: * src/targets/cgi/Makefile.in 1.15:
18184: makefiles
18185:
18186: * src/types/pa_value.h 1.73:
18187: * src/types/pa_vdnode.C 1.7:
18188: * src/types/pa_vtable.C 1.5:
18189: * src/types/pa_vvoid.h 1.3:
18190: z
18191:
18192: * src/types/pa_vclass.h 1.18:
18193: * src/types/pa_vhash.h 1.20:
18194: * src/types/pa_vhash.h 1.21:
18195: * src/types/pa_vtable.h 1.32:
18196: fixed small bugs with usinge hash/table in expressions
18197:
18198: * src/classes/classes.cmd 1.3:
18199: * src/classes/image.C 1.45:
18200: * src/classes/op.C 1.44:
18201: * src/classes/table.C 1.114:
18202: * src/include/pa_request.h 1.97:
18203: * src/include/pa_sapi.h 1.12:
18204: * src/main/compile.C 1.49:
18205: * src/main/compile.tab.C 1.13:
18206: * src/main/compile.y 1.167:
18207: * src/main/compile_tools.h 1.49:
18208: * src/main/main.dsp 1.122:
18209: * src/main/pa_common.C 1.67:
18210: * src/main/pa_sql_driver_manager.C 1.37:
18211: * src/targets/cgi/parser3.C 1.112:
18212: * src/targets/cgi/parser3.dsp 1.27:
18213: * src/types/pa_value.h 1.72:
18214: * src/types/pa_vbool.h 1.12:
18215: * src/types/pa_vdate.h 1.4:
18216: * src/types/pa_vdouble.h 1.25:
18217: * src/types/pa_vform.C 1.38:
18218: * src/types/pa_vhash.h 1.19:
18219: * src/types/pa_vimage.h 1.16:
18220: * src/types/pa_vint.h 1.26:
18221: * src/types/pa_vstring.h 1.33:
18222: * src/types/pa_vtable.h 1.31:
18223: * src/types/pa_vvoid.h 1.2:
18224: merged3 with before_xml
18225: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
18226:
18227: * src/Makefile.am 1.7:
18228: * src/Makefile.am 1.8:
18229: * src/Makefile.am 1.9:
18230: * src/main/Makefile.am 1.16:
18231: * src/targets/Makefile.am 1.7:
18232: * src/targets/apache13/Makefile.am 1.5:
18233: * src/targets/cgi/Makefile.am 1.15:
18234: * src/targets/cgi/pa_pool.C 1.22:
18235: started unix makes update
18236:
18237: 2001-09-21 parser
18238: * src/main/main.dsp 1.121:
18239: * src/targets/cgi/parser3.dsp 1.26:
18240: * src/targets/isapi/parser3isapi.dsp 1.21:
18241: updated project files [/ sadly produced "" in make file and
18242: sadly wrong interpreted on load]
18243:
18244: * src/include/pa_pool.h 1.56:
18245: * src/main/pa_pool.C 1.24:
18246: checked whether transcoder were created right
18247: "unsupported encoding" message.
18248: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
18249:
18250: reduced transcode buffer size to 60
18251: fixed pool cleanup - no registration needed, pools are officially destructured
18252:
18253: * src/classes/dom.C 1.29:
18254: * src/classes/dom.C 1.30:
18255: * src/classes/dom.C 1.31:
18256: * src/classes/dom.C 1.32:
18257: * src/include/pa_pool.h 1.57:
18258: * src/include/pa_pool.h 1.58:
18259: * src/main/pa_pool.C 1.25:
18260: * src/types/pa_vdnode.C 1.5:
18261: * src/types/pa_vresponse.h 1.12:
18262: defaulted dom writing methods encoding to pool.get_charset
18263:
18264: * src/classes/classes.C 1.8:
18265: * src/classes/date.C 1.7:
18266: * src/classes/dnode.C 1.5:
18267: * src/classes/dom.C 1.33:
18268: * src/classes/file.C 1.54:
18269: * src/classes/form.C 1.15:
18270: * src/classes/int.C 1.33:
18271: * src/classes/mail.C 1.38:
18272: * src/doc/doxygen.cfg 1.16:
18273: * src/include/pa_config_fixed.h 1.12:
18274: * src/include/pa_pool.h 1.59:
18275: * src/main/main.dsp 1.119:
18276: * src/main/pa_globals.C 1.76:
18277: * src/main/pa_pool.C 1.26:
18278: * src/main/pa_request.C 1.155:
18279: * src/main/pa_xslt_stylesheet_manager.C 1.3:
18280: * src/targets/cgi/pa_pool.C 1.21:
18281: * src/targets/cgi/pa_threads.C 1.2:
18282: * src/targets/cgi/parser3.dsp 1.24:
18283: * src/targets/isapi/pa_pool.C 1.6:
18284: * src/targets/isapi/pa_threads.C 1.2:
18285: * src/targets/isapi/parser3isapi.dsp 1.19:
18286: * src/types/pa_valiased.C 1.9:
18287: * src/types/pa_vcookie.C 1.23:
18288: * src/types/pa_vdnode.C 1.6:
18289: * src/types/pa_vdom.C 1.2:
18290: * src/types/pa_vfile.C 1.21:
18291: * src/types/pa_vform.C 1.37:
18292: * src/types/pa_vimage.C 1.9:
18293: * src/types/pa_vrequest.C 1.9:
18294: * src/types/pa_vresponse.h 1.13:
18295: * src/types/pa_vstateless_class.C 1.9:
18296: * src/types/pa_vstring.C 1.10:
18297: * src/types/pa_vtable.C 1.4:
18298: * src/types/pa_wcontext.C 1.8:
18299: zillions of #ifdef XML
18300: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
18301: first, will join latest changes
18302:
18303: * src/Makefile.in 1.18:
18304: * src/classes/classes.h 1.11:
18305: * src/classes/hash.C 1.18:
18306: * src/classes/op.C 1.43:
18307: * src/classes/table.C 1.113:
18308: * src/doc/doxygen.cfg 1.17:
18309: * src/include/pa_common.h 1.50:
18310: * src/include/pa_globals.h 1.64:
18311: * src/include/pa_request.h 1.96:
18312: * src/include/pa_sapi.h 1.11:
18313: * src/include/pa_sql_driver_manager.h 1.11:
18314: * src/include/pa_string.h 1.104:
18315: * src/main/compile.tab.C 1.12:
18316: * src/main/main.dsp 1.120:
18317: * src/main/pa_common.C 1.66:
18318: * src/main/pa_exec.C 1.13:
18319: * src/main/pa_globals.C 1.77:
18320: * src/targets/cgi/parser3.dsp 1.25:
18321: * src/targets/isapi/parser3isapi.dsp 1.20:
18322: merged with before_xml
18323:
18324: 2001-09-20 parser
18325: * src/classes/dnode.C 1.3:
18326: * src/classes/dom.C 1.26:
18327: * src/targets/cgi/parser3.dsp 1.22:
18328: * src/types/pa_vstring.h 1.32:
18329: dnode .file .string .save moved back to dom due to strange
18330: xalan bug
18331:
18332: * src/main/pa_pool.C 1.23:
18333: * src/main/pa_request.C 1.154:
18334: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
18335: charset[here]]
18336:
18337: * src/classes/dom.C 1.27:
18338: dom. string save file
18339: moved output xml options to last param and made it optional
18340:
18341: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
18342: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
18343: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
18344: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
18345: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
18346: table/hash can be used in expression context now, there value = size
18347: and boolean value size!=0
18348:
18349: * src/classes/dnode.C 1.4:
18350: * src/classes/dom.C 1.28:
18351: * src/include/pa_config_includes.h 1.10:
18352: * src/include/pa_globals.h 1.63:
18353: * src/include/pa_pool.h 1.55:
18354: * src/main/main.dsp 1.118:
18355: * src/main/pa_globals.C 1.75:
18356: * src/main/pa_pool.C 1.22:
18357: * src/targets/cgi/parser3.dsp 1.23:
18358: * src/targets/isapi/parser3isapi.C 1.43:
18359: * src/targets/isapi/parser3isapi.dsp 1.18:
18360: * src/types/pa_vdnode.C 1.4:
18361: * src/types/pa_vdnode.h 1.2:
18362: * src/types/pa_vresponse.h 1.11:
18363: Pool::transcode 0
18364:
18365: * src/types/pa_vdnode.C 1.3:
18366: !$elementnode.attributes = hash of dnodes
18367: !$attributenode.specified = boolean
18368: true if the attribute received its value explicitly in the XML document,
18369: or if a value was assigned programatically with the setValue function.
18370: false if the attribute value came from the default value declared in the document's DTD.
18371: !$pinode.target = target of this processing instruction
18372: XML defines this as being the first token following the markup
18373: that begins the processing instruction.
18374: XPath:
18375: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
18376: !^node.select-single[xpath/query/expression] = first node if any
18377:
18378: * src/classes/image.C [before_xml] 1.40.4.4:
18379: 20K preload on jpg measure [image::measure]
18380:
18381: * src/types/pa_value.h [before_xml] 1.70.4.2:
18382: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
18383: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
18384: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
18385: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
18386: * src/types/pa_vint.h [before_xml] 1.25.4.1:
18387: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
18388: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
18389: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
18390: some 'const's added
18391:
18392: 2001-09-18 parser
18393: * src/classes/dnode.C 1.2:
18394: * src/classes/dom.C 1.25:
18395: * src/classes/hash.C 1.17:
18396: * src/classes/image.C 1.44:
18397: * src/classes/op.C 1.42:
18398: * src/classes/table.C 1.112:
18399: * src/include/pa_common.h 1.49:
18400: * src/include/pa_globals.h 1.62:
18401: * src/include/pa_request.h 1.95:
18402: * src/include/pa_sql_driver_manager.h 1.10:
18403: * src/main/compile.C 1.48:
18404: * src/main/compile.tab.C 1.11:
18405: * src/main/compile.y 1.166:
18406: * src/main/compile_tools.h 1.48:
18407: * src/main/execute.C 1.191:
18408: * src/main/pa_common.C 1.65:
18409: * src/main/pa_request.C 1.153:
18410: * src/main/pa_sql_driver_manager.C 1.36:
18411: * src/main/pa_string.C 1.103:
18412: * src/main/pa_table.C 1.37:
18413: * src/targets/cgi/parser3.C 1.111:
18414: * src/targets/cgi/parser3.dsp 1.21:
18415: * src/targets/isapi/parser3isapi.C 1.42:
18416: * src/types/pa_value.h 1.71:
18417: * src/types/pa_vform.C 1.36:
18418: * src/types/pa_vform.h 1.24:
18419: * src/types/pa_vhash.h 1.18:
18420: * src/types/pa_vimage.C 1.8:
18421: * src/types/pa_vimage.h 1.15:
18422: * src/types/pa_vtable.h 1.30:
18423: merged latest bugfixes from before_xml branch
18424: ^if(def $hash) now true only when ^hash:_count[]!=0
18425: moved
18426: .string .save .file from dom to dnode
18427:
18428: * src/classes/dnode.C 1.1:
18429: * src/classes/dnode.h 1.1:
18430: * src/main/main.dsp 1.117:
18431: * src/types/pa_vdnode.C 1.1:
18432: * src/types/pa_vdnode.h 1.1:
18433: dom, dnode 0
18434:
18435: * src/types/pa_vdnode.C 1.2:
18436: * src/types/pa_vdom.h 1.12:
18437: * src/types/pa_vhash.h 1.17:
18438: * src/types/pa_vtable.h 1.29:
18439: dom, dnode 1
18440:
18441: * src/classes/image.C [before_xml] 1.40.4.3:
18442: * src/main/pa_string.C [before_xml] 1.102.2.2:
18443: * src/main/pa_table.C [before_xml] 1.36.2.1:
18444: image: poly* fixed
18445:
18446: * src/classes/op.C [before_xml] 1.41.4.2:
18447: * src/main/execute.C [before_xml] 1.190.4.2:
18448: operators self changed to root
18449: ^for variable context changed to self
18450:
18451: 2001-09-17 parser
18452: * src/classes/classes.h 1.10:
18453: * src/classes/dom.C 1.23:
18454: * src/classes/hash.C 1.16:
18455: * src/include/pa_stylesheet_connection.h 1.3:
18456: * src/main/main.dsp 1.115:
18457: * src/targets/cgi/pa_pool.C 1.20:
18458: * src/types/pa_vdom.h 1.10:
18459: * src/types/pa_vfile.h 1.32:
18460: * src/types/pa_vimage.h 1.14:
18461: started
18462: dnode
18463: DOM:
18464: $node.name
18465: $node.value
18466: ...others...
18467: ^node.xpath[/rates/USD] = hash
18468: dom(dnode)
18469:
18470: * src/classes/dom.C 1.24:
18471: * src/main/main.dsp 1.116:
18472: * src/main/pa_globals.C 1.74:
18473: * src/types/pa_vdom.h 1.11:
18474: started dnode+dom
18475:
18476: dnode
18477: DOM methods:
18478: $node.name
18479: $node.value
18480: ...others...
18481:
18482: ^node.xpath[/rates/USD] = hash
18483: $hash[
18484: $.0[node0]
18485: $.1[node1]
18486: ]
18487:
18488: * src/classes/image.C [before_xml] 1.40.4.2:
18489: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
18490: $image.line-style
18491: now applies to all linear primitives
18492:
18493: * src/classes/hash.C [before_xml] 1.15.4.1:
18494: * src/main/compile.C [before_xml] 1.47.4.1:
18495: * src/main/compile.tab.C [before_xml] 1.10.4.2:
18496: * src/main/compile.y [before_xml] 1.165.4.2:
18497: * src/main/compile_tools.h [before_xml] 1.47.4.2:
18498: * src/main/execute.C [before_xml] 1.190.4.1:
18499: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
18500: expressions unary+
18501: ^hash.count[]
18502: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
18503:
18504: 2001-09-15 parser
18505: * src/classes/image.C [before_xml] 1.40.4.1:
18506: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
18507: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
18508: image: $line-width ^line(...)[**** style]
18509:
18510: * src/classes/dom.C 1.21:
18511: * src/classes/image.C 1.43:
18512: * src/include/pa_pool.h 1.53:
18513: * src/include/pa_stylesheet_connection.h 1.2:
18514: * src/main/main.dsp 1.114:
18515: * src/targets/cgi/pa_pool.C 1.18:
18516: * src/targets/isapi/pa_pool.C 1.4:
18517: * src/targets/isapi/pool_storage.h 1.5:
18518: * src/types/pa_vdom.C 1.1:
18519: * src/types/pa_vdom.h 1.8:
18520: xalan objects freed up [introducing Pool::register_cleanup]
18521:
18522: * src/doc/doxygen.cfg 1.15:
18523: * src/include/pa_sapi.h 1.10:
18524: * src/types/pa_vdom.h 1.7:
18525: comments
18526:
18527: * src/classes/dom.C 1.22:
18528: * src/targets/isapi/parser3isapi.C 1.41:
18529: * src/targets/isapi/pool_storage.h 1.8:
18530: * src/types/pa_vdom.h 1.9:
18531: fixed bug in isapi pool_storage -
18532: cleanups first, allocations second.
18533: apache wisely does just like that
18534:
18535: * src/targets/isapi/parser3isapi.C 1.40:
18536: * src/targets/isapi/pool_storage.h 1.7:
18537: pool_storage rewritten using template, no bugs now
18538:
18539: * src/include/pa_pool.h 1.54:
18540: * src/main/pa_pool.C 1.21:
18541: * src/targets/cgi/pa_pool.C 1.19:
18542: * src/targets/isapi/pa_pool.C 1.5:
18543: * src/targets/isapi/parser3isapi.C 1.39:
18544: * src/targets/isapi/parser3isapi.dsp 1.17:
18545: * src/targets/isapi/pool_storage.h 1.6:
18546: poorly started isapi pool_storage, would rewrite using template now
18547:
18548: 2001-09-14 parser
18549: * src/classes/dom.C 1.20:
18550: * src/classes/file.C 1.53:
18551: * src/classes/image.C 1.42:
18552: * src/classes/mail.C 1.37:
18553: * src/include/pa_common.h 1.48:
18554: * src/include/pa_sql_driver_manager.h 1.9:
18555: * src/include/pa_string.h 1.103:
18556: * src/include/pa_stylesheet_connection.h 1.1:
18557: * src/include/pa_xslt_stylesheet_manager.h 1.1:
18558: * src/main/main.dsp 1.113:
18559: * src/main/pa_common.C 1.64:
18560: * src/main/pa_exec.C 1.12:
18561: * src/main/pa_globals.C 1.73:
18562: * src/main/pa_sql_driver_manager.C 1.34:
18563: * src/main/pa_xslt_stylesheet_manager.C 1.1:
18564: * src/main/untaint.C 1.62:
18565: * src/types/pa_vfile.C 1.20:
18566: dom.xslt stylesheet compiled&cached
18567:
18568: * src/main/pa_sql_driver_manager.C 1.35:
18569: * src/main/pa_xslt_stylesheet_manager.C 1.2:
18570: z
18571:
18572: 2001-09-13 parser
18573: * src/classes/dom.C 1.18:
18574: dom:file content-type(.method)
18575:
18576: * src/classes/dom.C 1.19:
18577: * src/classes/file.C 1.52:
18578: * src/classes/image.C 1.41:
18579: * src/types/pa_vfile.C 1.19:
18580: * src/types/pa_vfile.h 1.31:
18581: ^dom.file[] charset
18582:
18583: * src/include/pa_globals.h [before_xml] 1.61.4.1:
18584: * src/include/pa_request.h [before_xml] 1.94.4.1:
18585: * src/main/pa_request.C [before_xml] 1.152.4.2:
18586: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
18587: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
18588: ParserRootConfig .../parser3.conf
18589: ParserSiteConfig .../parser3.conf
18590:
18591: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18592:
18593: * src/include/pa_common.h [before_xml] 1.47.4.1:
18594: * src/include/pa_globals.h [before_xml] 1.61.4.2:
18595: * src/main/pa_common.C [before_xml] 1.63.4.1:
18596: * src/main/pa_request.C [before_xml] 1.152.4.3:
18597: $MAIN:CLASS_PATH now
18598: can be string now
18599: more informative error messages
18600:
18601: 2001-09-12 parser
18602: * src/main/compile.y [before_xml] 1.165.4.1:
18603: * src/main/compile_tools.h [before_xml] 1.47.4.1:
18604: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
18605: introduced special LS_NAME_SQUARE_PART state
18606:
18607: * src/main/compile.tab.C [before_xml] 1.10.4.1:
18608: fixed - subname code parts actually [] braced
18609:
18610: * src/classes/op.C [before_xml] 1.41.4.1:
18611: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
18612: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
18613: ^connect[]
18614: ^connect[aaa]
18615: more precise error reporting:
18616: "connection string must start with protocol://"
18617: now
18618:
18619: 2001-09-11 parser
18620: * src/types/pa_vdom.h 1.5:
18621: messages
18622:
18623: * src/classes/dom.C 1.16:
18624: * src/types/pa_vdom.h 1.6:
18625: ^dom:set[<some>xml</some>]
18626:
18627: * src/classes/dom.C 1.17:
18628: * src/include/pa_string.h 1.102:
18629: * src/main/pa_globals.C 1.72:
18630: * src/main/untaint.C 1.61:
18631: ^dom:set{<some>xml</some>} default language XML
18632: languages+=xml
18633:
18634: * src/classes/dom.C 1.14:
18635: * src/classes/dom.C 1.15:
18636: ^dom:save/string/file[output options]
18637: output options:
18638: $.method[xml|html|text] detection fixed
18639:
18640: 2001-09-10 parser
18641: * src/classes/dom.C 1.4:
18642: * src/main/main.dsp 1.110:
18643: * src/types/pa_vform.C 1.35:
18644: * src/types/pa_vform.h 1.23:
18645: ^dom.save[b.xml] 0
18646:
18647: * src/classes/dom.C 1.9:
18648: ^dom.file[encoding] = file
18649:
18650: * src/classes/dom.C 1.12:
18651: ^dom.xslt[stylesheet filename][params hash added]
18652:
18653: * src/classes/dom.C 1.10:
18654: * src/main/main.dsp 1.111:
18655: * src/types/pa_vdom.h 1.3:
18656: ^dom.xslt[stylesheet filename] -1 doc is lying
18657:
18658: * src/classes/dom.C 1.11:
18659: * src/main/main.dsp 1.112:
18660: * src/types/pa_vdom.h 1.4:
18661: ^dom.xslt[stylesheet filename] 0
18662:
18663: * src/classes/dom.C 1.5:
18664: ^dom.save[b.xml] 1:error handling
18665:
18666: * src/classes/dom.C 1.13:
18667: ^dom:save/string/file[output options]
18668: output options:
18669: $.method[xml|html|text] $.encoding[windows-1251|...]
18670:
18671: * src/classes/dom.C 1.6:
18672: ^dom.string[] 0
18673:
18674: * src/classes/dom.C 1.7:
18675: * src/classes/dom.C 1.8:
18676: ^dom.string[encoding] 1
18677: ^dom.save[encoding;filename]
18678:
18679: 2001-09-08 parser
18680: * src/types/pa_vform.C [before_xml] 1.33.2.3:
18681: $form:tables.name.field
18682:
18683: 2001-09-07 parser
18684: * src/classes/dom.C 1.3:
18685: * src/types/pa_value.h [before_xml] 1.70.4.1:
18686: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
18687: (def $table) is false when table is empty
18688:
18689: * src/main/pa_request.C [before_xml] 1.152.4.1:
18690: * src/types/pa_vform.C [before_xml] 1.33.2.2:
18691: * src/types/pa_vform.h [before_xml] 1.22.2.2:
18692: !$form:tables
18693: $atable[$form:tables.a]
18694: ^atable.menu{a=$atable.element}[,]
18695:
18696: * src/classes/dom.C 1.1:
18697: file dom.C was initially added on branch xalan1_2.
18698:
18699: * src/main/pa_exception.C 1.15:
18700: * src/types/pa_vform.C 1.32:
18701: getting FIRST form element [not last]
18702:
18703: * src/classes/table.C [before_xml] 1.110.4.1:
18704: table:empty removed, superceded by ^if(def $table)...
18705:
18706: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
18707: * src/types/pa_vform.C [before_xml] 1.33.2.1:
18708: * src/types/pa_vform.h [before_xml] 1.22.2.1:
18709: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
18710: !$form:fields
18711:
18712: * src/include/pa_hash.h 1.43:
18713: * src/main/pa_hash.C 1.39:
18714: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
18715: * src/types/pa_vfile.h 1.30:
18716: * src/types/pa_vform.C 1.33:
18717: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
18718: * src/types/pa_vform.h 1.22:
18719: z
18720:
18721: * src/Makefile.in [xalan1_2] 1.16.2.1:
18722: * src/classes/dom.C [xalan1_2] 1.1.2.1:
18723: * src/classes/table.C [xalan1_2] 1.110.2.1:
18724: * src/main/main.dsp [xalan1_2] 1.108.2.1:
18725: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
18726: introducing dom. dom:load[a.xml]
18727:
18728: * src/main/pa_string.C [before_xml] 1.102.2.1:
18729: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
18730: is 0]
18731:
18732: * src/Makefile.in 1.17:
18733: * src/classes/dom.C 1.2:
18734: * src/classes/table.C 1.111:
18735: * src/main/main.dsp 1.109:
18736: * src/types/pa_vdom.h 1.2:
18737: * src/types/pa_vform.C 1.34:
18738: merged with successful start of dom
18739:
18740: * src/types/pa_vdom.h 1.1:
18741: file pa_vdom.h was initially added on branch xalan1_2.
18742:
18743: 2001-09-06 parser
18744: * src/doc/doxygen.cfg 1.14:
18745: merged new default options from 1.2.10 doxygen
18746:
18747: * src/classes/hash.C 1.15:
18748: * src/include/pa_globals.h 1.61:
18749: * src/main/pa_globals.C 1.71:
18750: * src/types/pa_vhash.h 1.16:
18751: now there's special hash key '_default' [instead of ^_default method]
18752: $hash[
18753: $.a[1]
18754: $.b[2]
18755: $._default[xx]
18756: ]
18757: $hash.c
18758:
18759: * src/types/pa_vform.C 1.30:
18760: * src/types/pa_vform.C 1.31:
18761: a=1&a=2 would result in $form:a being a table with one column '
18762: element' and two rows: 1 and 2
18763:
18764: * src/classes/image.C 1.40:
18765: * src/classes/op.C 1.41:
18766: * src/classes/string.C 1.74:
18767: * src/classes/table.C 1.110:
18768: * src/doc/doxygen.cfg 1.13:
18769: * src/targets/isapi/parser3isapi.C 1.38:
18770: * src/types/pa_vtable.C 1.3:
18771: few #ifndef DOXYGEN
18772:
18773: * src/classes/void.C 1.9:
18774: * src/main/pa_string.C 1.102:
18775: * src/main/pa_table.C 1.36:
18776: fixed up bad int/double conversions, and now $form:nonexistent
18777: int(88) would return 88
18778:
18779: * src/main/compile.tab.C 1.10:
18780: * src/main/compile.y 1.165:
18781: ^if(0){}{ ^if(1){}^; }
18782: bug fixed [thanks, fif], ^; were treated there non-literally
18783:
18784: 2001-09-05 parser
18785: * src/classes/string.C 1.73:
18786: * src/classes/table.C 1.109:
18787: sql options can be void [same as image:html the other day]
18788:
18789: * src/classes/mail.C 1.36:
18790: MAIN:MAIL check fixed
18791:
18792: * src/Makefile.in 1.16:
18793: * src/classes/Makefile.in 1.15:
18794: * src/main/Makefile.in 1.12:
18795: * src/targets/cgi/Makefile.in 1.14:
18796: * src/types/Makefile.in 1.11:
18797: makes
18798:
18799: * src/main/pa_sql_driver_manager.C 1.33:
18800: * src/sql/pa_sql_driver.h 1.16:
18801: * src/targets/cgi/parser3.C 1.110:
18802: #define STRINGIZE(name) #name
18803: does not macro expantion on param, simply qoutes whatever passed, undone
18804:
18805: * src/main/pa_sql_driver_manager.C 1.30:
18806: * src/sql/pa_sql_driver.h 1.14:
18807: SQL_DRIVER_CREATE_FUNC_NAME
18808:
18809: * src/main/pa_sql_driver_manager.C 1.32:
18810: * src/sql/pa_sql_driver.h 1.15:
18811: * src/targets/cgi/Makefile.am 1.13:
18812: * src/targets/cgi/parser3.C 1.109:
18813: #define STRINGIZE(name) #name
18814: invented
18815:
18816: * src/targets/cgi/Makefile.am 1.14:
18817: .am undo
18818:
18819: * src/classes/op.C 1.40:
18820: * src/include/pa_sql_driver_manager.h 1.8:
18821: * src/main/pa_sql_driver_manager.C 1.31:
18822: #define MAIN_SQL_NAME "SQL"
18823: #define MAIN_SQL_DRIVERS_NAME "drivers"
18824:
18825: moved to be availible to all users
18826:
18827: 2001-09-04 parser
18828: * src/targets/cgi/parser3.C 1.106:
18829: zz
18830:
18831: * src/include/pa_config_auto.h.in 1.5:
18832: * src/targets/Makefile.in 1.12:
18833: * src/targets/apache13/Makefile.in 1.12:
18834: * src/targets/cgi/Makefile.am 1.12:
18835: * src/targets/cgi/Makefile.in 1.13:
18836: * src/targets/cgi/parser3.C 1.102:
18837: configure --sysconfdir=sysadmin-controlled auto.p location for
18838: targets/cgi/parser3, default[/usr/local/etc]
18839:
18840: * src/Makefile.in 1.15:
18841: * src/include/pa_config_auto.h.in 1.4:
18842: * src/targets/apache13/Makefile.in 1.11:
18843: * src/targets/cgi/Makefile.in 1.12:
18844: makes
18845:
18846: * src/targets/isapi/parser3isapi.C 1.37:
18847: z
18848:
18849: * src/targets/cgi/parser3.C 1.104:
18850: zzz
18851:
18852: * src/targets/cgi/parser3.C 1.108:
18853: full_file_spec bug
18854:
18855: * src/classes/image.C 1.39:
18856: image.html now can accept void params
18857:
18858: * src/classes/date.C 1.5:
18859: date:sql-string is now without ''
18860:
18861: * src/classes/date.C 1.6:
18862: date
18863:
18864: * src/targets/cgi/parser3.C 1.107:
18865: getenvcheck
18866:
18867: 2001-09-03 parser
18868: * src/targets/cgi/parser3.C 1.101:
18869: /configure cgi SYSCONFDIR
18870:
18871: 2001-09-01 parser
18872: * src/classes/image.C 1.38:
18873: letter_spacing
18874:
18875: * src/classes/image.C 1.36:
18876: image: as_int as_string used
18877:
18878: * src/classes/image.C 1.37:
18879: image: font params changed
18880:
18881: * src/types/pa_vmethod_frame.h 1.15:
18882: $result[] now gets properly analized
18883:
18884: 2001-08-31 parser
18885: * src/Makefile.in 1.14:
18886: * src/include/pa_dir.h 1.4:
18887: * src/targets/Makefile.in 1.11:
18888: * src/targets/cgi/parser3.C 1.99:
18889: compiled under cygwin
18890:
18891: * src/targets/cgi/parser3.C 1.100:
18892: z
18893:
18894: * src/classes/void.C 1.8:
18895: void:int/double += (default)
18896:
18897: * src/classes/string.C 1.72:
18898: * src/classes/table.C 1.108:
18899: string:int/double (defaults)
18900:
18901: * src/classes/image.C 1.35:
18902: image:font added space param
18903: image:font changed charwidth alg, added kerning const[for now]
18904:
18905: 2001-08-29 parser
18906: * src/main/pa_exception.C 1.14:
18907: exception redundant debug info
18908:
18909: 2001-08-28 parser
18910: * src/classes/table.C 1.107:
18911: NO_STRING_ORIGIN check
18912:
18913: * src/classes/string.C 1.71:
18914: * src/include/pa_dictionary.h 1.2:
18915: * src/include/pa_string.h 1.101:
18916: * src/main/pa_dictionary.C 1.4:
18917: * src/main/pa_string.C 1.101:
18918: * src/main/untaint.C 1.59:
18919: pa_directory speeded up. moved zero 'from' check to directory constructor.
18920: string:replace
18921:
18922: * src/Makefile.in 1.13:
18923: makes
18924:
18925: * src/Makefile.in 1.12:
18926: * src/classes/Makefile.in 1.13:
18927: * src/main/Makefile.in 1.10:
18928: * src/targets/Makefile.in 1.10:
18929: * src/targets/apache13/Makefile.in 1.9:
18930: * src/targets/cgi/Makefile.in 1.10:
18931: * src/types/Makefile.in 1.9:
18932: makefiles
18933:
18934: * src/classes/file.C 1.51:
18935: * src/main/pa_common.C 1.63:
18936: file:move autocreate/remove dest/src dir
18937:
18938: * src/main/compile.C 1.47:
18939: NO_STRING_ORIGIN check2
18940:
18941: * src/classes/image.C 1.33:
18942: image: gifsize little endian
18943:
18944: * src/targets/apache13/Makefile.am 1.4:
18945: COMPILE_APACHE13_MODULE
18946:
18947: * src/include/pa_dictionary.h 1.4:
18948: * src/main/pa_dictionary.C 1.5:
18949: * src/main/pa_sql_driver_manager.C 1.29:
18950: NO_STRING_ORIGIN check3
18951:
18952: * src/include/pa_dictionary.h 1.3:
18953: gcc: ../include/pa_dictionary.h:19: storage class specifiers
18954: invalid in friend function declarations
18955:
18956: * src/targets/apache13/Makefile.am 1.3:
18957: configure to skip apache
18958:
18959: * src/classes/Makefile.in 1.14:
18960: * src/main/Makefile.in 1.11:
18961: * src/targets/apache13/Makefile.in 1.10:
18962: * src/targets/cgi/Makefile.in 1.11:
18963: * src/types/Makefile.in 1.10:
18964: make.ins
18965:
18966: * src/classes/op.C 1.39:
18967: * src/main/compile.tab.C 1.9:
18968: * src/main/pa_dir.C 1.6:
18969: * src/main/untaint.C 1.60:
18970: * src/targets/cgi/parser3.C 1.98:
18971: * src/targets/isapi/parser3isapi.C 1.36:
18972: strncpy forced with zero ending in case of limit
18973:
18974: * src/classes/image.C 1.34:
18975: image error msgs
18976:
18977: * src/classes/Makefile.am 1.18:
18978: * src/main/Makefile.am 1.15:
18979: * src/targets/cgi/Makefile.am 1.11:
18980: * src/types/Makefile.am 1.6:
18981: .am-s
18982:
18983: * src/doc/doxygen.cfg 1.12:
18984: doxygen conf removed some garbage from under doxygeneration
18985:
18986: 2001-08-27 parser
18987: * src/Makefile.in 1.11:
18988: * src/classes/Makefile.in 1.12:
18989: * src/main/Makefile.in 1.9:
18990: * src/main/pa_common.C 1.61:
18991: * src/main/pa_exception.C 1.12:
18992: * src/main/pa_sql_driver_manager.C 1.28:
18993: * src/targets/Makefile.in 1.9:
18994: * src/targets/apache13/Makefile.in 1.8:
18995: * src/targets/cgi/Makefile.am 1.10:
18996: * src/targets/cgi/Makefile.in 1.9:
18997: * src/types/Makefile.in 1.8:
18998: configure for solaris -lsocket
18999:
19000: * src/classes/image.C 1.31:
19001: * src/classes/image.C 1.32:
19002: fixed jpgsize alg
19003:
19004: * src/main/pa_request.C 1.152:
19005: * src/targets/cgi/parser3.C 1.97:
19006: parser3 test.html [auto.p from current dir loading]
19007:
19008: * src/main/pa_exception.C 1.13:
19009: z
19010:
19011: * src/main/pa_common.C 1.62:
19012: removed debug info from pa_common
19013:
19014: 2001-08-24 parser
19015: * src/targets/cgi/parser3.C 1.95:
19016: not cgi extra \n 2
19017:
19018: * src/classes/file.C 1.50:
19019: * src/classes/form.C 1.14:
19020: * src/classes/mail.C 1.35:
19021: * src/classes/table.C 1.106:
19022: fiew non-pool mallocs fixed
19023:
19024: * src/targets/cgi/parser3.C 1.96:
19025: not cgi extra \n 3
19026:
19027: * src/sql/pa_sql_driver.h 1.13:
19028: sql* removed services from disconnect - cross-request ideological probs.
19029: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
19030:
19031: * src/targets/cgi/parser3.C 1.94:
19032: not cgi extra \n
19033:
19034: * src/main/pa_sql_driver_manager.C 1.27:
19035: z
19036:
19037: * src/include/pa_sql_connection.h 1.12:
19038: * src/main/pa_sql_driver_manager.C 1.26:
19039: sql* removed services from disconnect - cross-request
19040: ideological probs.
19041:
19042: 2001-08-23 parser
19043: * src/main/pa_sql_driver_manager.C 1.25:
19044: oracle: dlink
19045:
19046: * src/classes/file.C 1.49:
19047: minor bug in file:save fixed
19048:
19049: 2001-08-22 parser
19050: * src/classes/file.C 1.48:
19051: * src/main/compile.tab.C 1.8:
19052: * src/types/pa_vfile.C 1.18:
19053: * src/types/pa_vfile.h 1.29:
19054: file:load|save[text|binary;
19055:
19056: * src/main/compile.tab.C 1.7:
19057: * src/main/compile.y 1.164:
19058: ^method[]^[^] literals []
19059:
19060: 2001-08-21 parser
19061: * src/classes/file.C 1.47:
19062: * src/classes/table.C 1.105:
19063: ^file:list
19064:
19065: 2001-08-20 parser
19066: * src/main/compile.tab.C 1.6:
19067: * src/main/compile.y 1.163:
19068: * src/main/pa_sql_driver_manager.C 1.24:
19069: * src/types/pa_value.h 1.70:
19070: * src/types/pa_vbool.h 1.11:
19071: * src/types/pa_vdouble.h 1.24:
19072: * src/types/pa_vint.h 1.25:
19073: var(123) ^var.inc[] recousively caused problems: inc incremeted
19074: 123 literal!! fixed
19075:
19076: 2001-08-10 parser
19077: * src/classes/table.C 1.101:
19078: * src/include/pa_table.h 1.34:
19079: * src/main/pa_table.C 1.35:
19080: table.sort now creates new sorted table
19081:
19082: * src/main/compile.tab.C 1.3:
19083: * src/main/compile.tab.C 1.4:
19084: * src/main/compile.y 1.160:
19085: * src/main/compile.y 1.161:
19086: (codes) name part syntax added
19087:
19088: * src/main/compile.tab.C 1.5:
19089: * src/main/compile.y 1.162:
19090: [codes] name part syntax now
19091:
19092: * src/main/pa_string.C 1.100:
19093: string.match hanged on. there were a hang check but it weren't wise enough
19094:
19095: @parse[dateString][tmp]
19096: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
19097: $tmp.1 $tmp.2
19098: #end
19099:
19100: @main[]
19101: ^parse[2001-02-03]
19102:
19103: * src/classes/table.C 1.102:
19104: * src/classes/table.C 1.103:
19105: table:sort now default desc
19106:
19107: * src/types/pa_value.h 1.69:
19108: * src/types/pa_vstring.h 1.30:
19109: * src/types/pa_vstring.h 1.31:
19110: string now def only when ne ''
19111:
19112: * src/main/pa_request.C 1.150:
19113: * src/main/pa_request.C 1.151:
19114: wanted to make
19115: const int MAX_EXECUTE_SECONDS=1;
19116:
19117: but couldnt, set_callback_and_alarm appeared to be not exported :(
19118:
19119: * src/classes/table.C 1.104:
19120: table:sort restored [it was bad test :(]
19121:
19122: 2001-08-09 parser
19123: * src/main/pa_string.C 1.99:
19124: $a[010] now ^if($a==10){true}
19125: were octal
19126:
19127: * src/main/Makefile.am 1.14:
19128: .am
19129:
19130: * src/classes/void.C 1.6:
19131: * src/classes/void.C 1.7:
19132: void: int double copy/paste from int: bug fixed
19133:
19134: * src/classes/hash.C 1.14:
19135: hash:_default now [was hash:default]
19136:
19137: * src/types/pa_vcookie.C 1.22:
19138: cookie name&value origins added, more precise $ORIGINS(1)
19139:
19140: * src/classes/op.C 1.38:
19141: case without switch check added
19142:
19143: * src/main/Makefile.in 1.8:
19144: make.in
19145:
19146: 2001-08-07 parser
19147: * src/classes/math.C 1.5:
19148: * src/main/pa_request.C 1.149:
19149: math:random fixed. win32 srand made working
19150:
19151: * src/classes/double.C 1.36:
19152: * src/classes/int.C 1.32:
19153: * src/classes/string.C 1.70:
19154: * src/classes/table.C 1.100:
19155: * src/include/pa_globals.h 1.60:
19156: * src/main/pa_globals.C 1.70:
19157: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19158: string, table
19159:
19160: 2001-08-06 parser
19161: * src/classes/hash.C 1.13:
19162: hash:keys renamed to hash:_keys :(
19163:
19164: * src/main/pa_exec.C 1.10:
19165: exec win32 real filename
19166:
19167: * src/classes/file.C 1.46:
19168: exec stderr out
19169:
19170: * src/classes/mail.C 1.34:
19171: * src/classes/op.C 1.37:
19172: * src/include/pa_array.h 1.43:
19173: * src/include/pa_globals.h 1.59:
19174: * src/include/pa_hash.h 1.42:
19175: * src/include/pa_request.h 1.94:
19176: * src/main/compile.tab.C 1.2:
19177: * src/main/compile.y 1.159:
19178: * src/main/pa_array.C 1.38:
19179: * src/main/pa_dictionary.C 1.3:
19180: * src/main/pa_exec.C 1.11:
19181: * src/main/pa_globals.C 1.69:
19182: * src/main/pa_hash.C 1.38:
19183: * src/main/pa_request.C 1.148:
19184: * src/main/pa_string.C 1.98:
19185: class_path
19186:
19187: 2001-08-03 parser
19188: * src/classes/table.C 1.99:
19189: * src/types/pa_vtable.h 1.28:
19190: vtable.locks killed
19191:
19192: 2001-08-02 parser
19193: * src/classes/classes.h 1.9:
19194: * src/classes/op.C 1.36:
19195: * src/include/pa_globals.h 1.58:
19196: * src/main/execute.C 1.188:
19197: * src/main/pa_globals.C 1.66:
19198: * src/main/pa_globals.C 1.67:
19199: found another multithread bug in op.C (last, last global var
19200: killed) :)
19201:
19202: * src/main/pa_dictionary.C 1.2:
19203: * src/main/pa_globals.C 1.68:
19204: memset dictionary minor bug fixed
19205:
19206: * src/classes/string.C 1.69:
19207: * src/classes/table.C 1.98:
19208: * src/include/pa_array.h 1.42:
19209: * src/main/execute.C 1.190:
19210: * src/main/pa_exec.C 1.9:
19211: introducing Array_iter
19212:
19213: * src/main/execute.C 1.189:
19214: detected quick_get recursion bug. changed to get@execute, but
19215: needs array iterator, separate from array to avoid it & use caching
19216:
19217: 2001-08-01 parser
19218: * src/include/pa_dictionary.h 1.1:
19219: * src/include/pa_globals.h 1.57:
19220: * src/include/pa_string.h 1.100:
19221: * src/main/main.dsp 1.107:
19222: * src/main/pa_dictionary.C 1.1:
19223: * src/main/pa_globals.C 1.65:
19224: * src/main/pa_request.C 1.147:
19225: * src/main/pa_string.C 1.97:
19226: * src/main/untaint.C 1.58:
19227: speeded up typo-html replacements. introducing Dictionary with
19228: first-char caching
19229:
19230: 2001-07-31 parser
19231: * src/types/Makefile.am 1.5:
19232: pa_vtable.C added to .am
19233:
19234: * src/main/compile.tab.C 1.1:
19235: added, so that could be compiled even on non-bison-enabled platforms
19236:
19237: 2001-07-28 parser
19238: * src/main/compile.y 1.158:
19239: * src/main/untaint.C 1.57:
19240: bug fix @ untaint when \r skipped \n
19241:
19242: * src/classes/table.C 1.97:
19243: table:hash always produces hash, when can't - empty
19244:
19245: 2001-07-27 parser
19246: * src/classes/double.C 1.35:
19247: * src/classes/int.C 1.31:
19248: * src/classes/string.C 1.68:
19249: provided meaningful msg on int/double/string :sql without
19250: result and default
19251:
19252: 2001-07-26 parser
19253: * src/include/pa_opcode.h 1.6:
19254: * src/main/compile.y 1.156:
19255: * src/main/execute.C 1.187:
19256: hash creation syntax problem persists. restored $: for a while.
19257: thinking of $man[$.age[zzz]] syntax now
19258:
19259: * src/classes/op.C 1.35:
19260: fixed bad multithread bug with strangly global OP
19261:
19262: * src/main/compile.y 1.157:
19263: $man[$.age[zzz]] 0
19264:
19265: * src/include/pa_opcode.h 1.4:
19266: * src/main/compile.C 1.45:
19267: * src/main/compile.y 1.154:
19268: * src/main/compile_tools.h 1.46:
19269: * src/main/execute.C 1.185:
19270: * src/main/pa_request.C 1.146:
19271: * src/types/pa_vmethod_frame.h 1.13:
19272: introducing ::
19273: this is constructor call prefix.
19274: ordinary : remains for static accesses
19275:
19276: * src/classes/double.C 1.34:
19277: * src/classes/int.C 1.30:
19278: * src/classes/string.C 1.67:
19279: * src/include/pa_opcode.h 1.5:
19280: * src/main/compile.C 1.46:
19281: * src/main/compile.y 1.155:
19282: * src/main/compile_tools.h 1.47:
19283: * src/main/execute.C 1.186:
19284: * src/types/pa_vcode_frame.h 1.7:
19285: * src/types/pa_vmethod_frame.h 1.14:
19286: * src/types/pa_wcontext.h 1.16:
19287: * src/types/pa_wwrapper.h 1.10:
19288: fixing :: realization #1
19289:
19290: 2001-07-25 parser
19291: * src/classes/table.C 1.95:
19292: * src/main/main.dsp 1.106:
19293: * src/types/pa_vtable.C 1.1:
19294: * src/types/pa_vtable.h 1.27:
19295: ^table.record[] now $table.fields
19296:
19297: * src/types/pa_vtable.C 1.2:
19298: table: get_element order changeed. now:
19299: 1. fields
19300: 2. methods
19301: 3. columns
19302:
19303: * src/types/pa_vdouble.h 1.23:
19304: * src/types/pa_vint.h 1.24:
19305: odbc: no result queries; quote.
19306: optimized double&int tostring-s
19307:
19308: * src/classes/string.C 1.66:
19309: * src/include/pa_globals.h 1.56:
19310: * src/main/execute.C 1.183:
19311: * src/main/pa_globals.C 1.64:
19312: match replace code context moved to implicit $match context
19313:
19314: * src/main/compile.C 1.44:
19315: * src/main/compile.y 1.153:
19316: * src/main/compile_tools.h 1.45:
19317: allowed whitespace before first method decl
19318:
19319: * src/include/pa_opcode.h 1.3:
19320: * src/main/compile.y 1.149:
19321: * src/main/compile_tools.C 1.37:
19322: * src/main/compile_tools.h 1.43:
19323: * src/main/execute.C 1.182:
19324: with killed, code storage introduced with former 'with' syntax
19325:
19326: * src/main/compile.y 1.150:
19327: * src/main/compile.y 1.151:
19328: * src/main/execute.C 1.184:
19329: $var[] is now empty string, not void
19330:
19331: * src/main/compile.C 1.43:
19332: * src/main/compile.y 1.152:
19333: * src/main/compile_tools.h 1.44:
19334: allowed empty lines before first method decl
19335:
19336: * src/classes/table.C 1.96:
19337: allowed nontable result in table:sql, results in empty table
19338:
19339: 2001-07-24 parser
19340: * src/main/compile.C 1.42:
19341: * src/main/execute.C 1.181:
19342: * src/main/pa_string.C 1.96:
19343: * src/types/pa_value.h 1.68:
19344: first get_element, next get operator
19345:
19346: * src/classes/file.C 1.45:
19347: * src/include/pa_common.h 1.47:
19348: * src/main/pa_common.C 1.60:
19349: file:move
19350:
19351: * src/main/compile.y 1.148:
19352: removed @end handling
19353:
19354: * src/main/pa_common.C 1.59:
19355: file_read close @ eof when imgsize bug fixed
19356:
19357: * src/main/compile.C 1.41:
19358: * src/main/compile.y 1.147:
19359: @end handling method2
19360:
19361: 2001-07-23 parser
19362: * src/main/pa_sql_driver_manager.C 1.23:
19363: * src/sql/pa_sql_driver.h 1.12:
19364: sql odbc driver
19365:
19366: * src/classes/hash.C 1.11:
19367: * src/classes/hash.C 1.12:
19368: * src/classes/string.C 1.65:
19369: * src/classes/table.C 1.94:
19370: * src/classes/void.C 1.5:
19371: * src/include/pa_sql_connection.h 1.11:
19372: * src/sql/pa_sql_driver.h 1.11:
19373: changed sql driver query interface
19374:
19375: 2001-07-20 parser
19376: * src/types/pa_vrequest.C 1.8:
19377: X!$browser:type
19378:
19379: * src/classes/file.C 1.44:
19380: * src/classes/string.C 1.64:
19381: * src/include/pa_string.h 1.99:
19382: * src/main/execute.C 1.180:
19383: * src/main/pa_string.C 1.95:
19384: * src/types/pa_valiased.C 1.8:
19385: * src/types/pa_valiased.h 1.13:
19386: * src/types/pa_value.h 1.67:
19387: * src/types/pa_vclass.h 1.17:
19388: * src/types/pa_vcookie.h 1.11:
19389: * src/types/pa_vdate.h 1.3:
19390: * src/types/pa_vfile.h 1.28:
19391: * src/types/pa_vform.h 1.21:
19392: * src/types/pa_vhash.h 1.15:
19393: * src/types/pa_vmath.h 1.2:
19394: * src/types/pa_vobject.h 1.10:
19395: * src/types/pa_vrequest.C 1.7:
19396: * src/types/pa_vstateless_class.h 1.16:
19397: * src/types/pa_vstateless_object.h 1.10:
19398: only ^class:method dynamic calls allowed.
19399: ^BASE.method call disabled.
19400: BASE element globally removed
19401:
19402: 2001-07-18 parser
19403: * src/Makefile.am 1.6:
19404: * src/Makefile.in 1.10:
19405: * src/classes/Makefile.am 1.17:
19406: * src/main/Makefile.am 1.13:
19407: * src/targets/Makefile.am 1.6:
19408: * src/targets/apache13/Makefile.am 1.2:
19409: * src/targets/cgi/Makefile.am 1.9:
19410: * src/types/Makefile.am 1.4:
19411: removed $id from *.in *.am
19412:
19413: * src/classes/file.C 1.43:
19414: file:exec/cgi msg
19415:
19416: * src/main/pa_request.C 1.145:
19417: * src/main/untaint.C 1.56:
19418: ORIGINS langs name abbrevations
19419:
19420: * src/classes/file.C 1.42:
19421: $file:exit-code renamed to 'status'
19422:
19423: * src/classes/date.C 1.4:
19424: * src/classes/mail.C 1.33:
19425: * src/classes/math.C 1.4:
19426: * src/classes/string.C 1.63:
19427: * src/classes/table.C 1.93:
19428: * src/include/pa_globals.h 1.55:
19429: * src/include/pa_string.h 1.98:
19430: * src/main/execute.C 1.179:
19431: * src/main/pa_globals.C 1.63:
19432: * src/main/pa_request.C 1.144:
19433: * src/main/pa_string.C 1.94:
19434: * src/main/untaint.C 1.55:
19435: * src/types/pa_value.h 1.66:
19436: * src/types/pa_vdouble.h 1.22:
19437: * src/types/pa_vfile.h 1.27:
19438: * src/types/pa_vint.h 1.23:
19439: * src/types/pa_vstring.C 1.9:
19440: * src/types/pa_vstring.h 1.29:
19441: $ORIGINS(1) output tracing mode
19442:
19443: * src/classes/Makefile.in 1.11:
19444: * src/main/Makefile.in 1.7:
19445: * src/targets/Makefile.in 1.8:
19446: * src/targets/apache13/Makefile.in 1.7:
19447: * src/targets/cgi/Makefile.in 1.8:
19448: * src/types/Makefile.in 1.7:
19449: $id in .in's from .am's removed
19450:
19451: * src/classes/file.C 1.41:
19452: * src/main/pa_exec.C 1.8:
19453: file:exec
19454:
19455: 2001-07-17 parser
19456: * src/Makefile.in 1.9:
19457: * src/classes/Makefile.in 1.10:
19458: == wrong
19459:
19460: 2001-07-13 parser
19461: * src/main/execute.C 1.175:
19462: * src/main/pa_request.C 1.142:
19463: order of MAIN parents was wrong, fixed
19464:
19465: * src/classes/double.C 1.33:
19466: * src/classes/int.C 1.29:
19467: * src/classes/string.C 1.62:
19468: * src/include/pa_request.h 1.92:
19469: * src/include/pa_request.h 1.93:
19470: * src/main/execute.C 1.176:
19471: * src/main/execute.C 1.177:
19472: * src/main/execute.C 1.178:
19473: * src/main/pa_request.C 1.143:
19474: auto.p[@auto], /news/auto.p[no @auto], so that initializing
19475: second would not call first @auto
19476:
19477: 2001-07-12 parser
19478: * src/types/pa_value.h 1.65:
19479: pa_value.putelement modification of system classes prevented
19480:
19481: 2001-07-11 parser
19482: * src/classes/string.C 1.61:
19483: * src/doc/sources2html.cmd 1.3:
19484: lr split now yelds table $piece
19485:
19486: * src/classes/file.C 1.40:
19487: * src/include/pa_common.h 1.46:
19488: * src/main/pa_common.C 1.58:
19489: * src/types/pa_vstateless_class.h 1.15:
19490: $file created by file:state += .atime .mtime .ctime
19491: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
19492:
19493: 2001-07-09 parser
19494: * src/main/untaint.C 1.54:
19495: qp wrong name
19496:
19497: * src/classes/date.C 1.3:
19498: * src/classes/string.C 1.60:
19499: * src/classes/table.C 1.92:
19500: * src/main/compile.y 1.146:
19501: date format 0
19502:
19503: 2001-07-07 parser
19504: * src/classes/Makefile.am 1.16:
19505: * src/classes/date.C 1.1:
19506: * src/classes/file.C 1.39:
19507: * src/classes/hash.C 1.10:
19508: * src/classes/image.C 1.30:
19509: * src/classes/mail.C 1.32:
19510: * src/classes/math.C 1.3:
19511: * src/classes/op.C 1.34:
19512: * src/classes/string.C 1.59:
19513: * src/classes/table.C 1.90:
19514: * src/classes/void.C 1.4:
19515: * src/include/pa_request.h 1.91:
19516: * src/main/main.dsp 1.105:
19517: * src/types/pa_value.h 1.64:
19518: * src/types/pa_vdate.h 1.1:
19519: * src/types/pa_wcontext.C 1.7:
19520: date now set $fields roll string. todo: sql, calendar
19521:
19522: * src/classes/date.C 1.2:
19523: * src/classes/table.C 1.91:
19524: * src/include/pa_common.h 1.45:
19525: * src/include/pa_string.h 1.97:
19526: * src/main/pa_common.C 1.57:
19527: * src/types/pa_vdate.h 1.2:
19528: date roll
19529: table calendar
19530:
19531: 2001-07-06 parser
19532: * src/classes/math.C 1.2:
19533: * src/include/pa_request.h 1.90:
19534: * src/main/execute.C 1.174:
19535: * src/main/main.dsp 1.104:
19536: * src/main/pa_request.C 1.141:
19537: * src/types/pa_vmath.h 1.1:
19538: math 0
19539:
19540: 2001-07-03 parser
19541: * src/classes/Makefile.am 1.15:
19542: * src/classes/math.C 1.1:
19543: * src/classes/op.C 1.33:
19544: * src/classes/random.C 1.15:
19545: * src/main/main.dsp 1.103:
19546: class random renamed to math, operators became methods
19547:
19548: * src/classes/op.C 1.32:
19549: pow sqrt
19550:
19551: * src/classes/op.C 1.31:
19552: * src/main/execute.C 1.173:
19553: sin asin cos acos tan atan
19554:
19555: 2001-07-02 parser
19556: * src/classes/hash.C 1.9:
19557: ^hash.keys[]
19558:
19559: * src/classes/table.C 1.88:
19560: * src/main/pa_table.C 1.34:
19561: ^table:columns[]
19562:
19563: * src/classes/table.C 1.89:
19564: ^table.columns column renamed from 'name' to 'column'
19565:
19566: * src/main/compile.y 1.145:
19567: * src/main/compile_tools.h 1.42:
19568: in expressions now allowed 'strings'
19569:
19570: 2001-06-29 parser
19571: * src/main/execute.C 1.171:
19572: * src/main/execute.C 1.172:
19573: /0 %0 checkes ver 2
19574:
19575: * src/classes/table.C 1.87:
19576: empty strings @ sql
19577:
19578: * src/Makefile.in 1.8:
19579: * src/classes/Makefile.in 1.9:
19580: makes
19581:
19582: * src/classes/Makefile.am 1.14:
19583: nothing - void
19584:
19585: * src/main/execute.C 1.170:
19586: /0 %0 checke
19587:
19588: 2001-06-28 parser
19589: * src/classes/double.C 1.32:
19590: * src/classes/file.C 1.38:
19591: * src/classes/form.C 1.13:
19592: * src/classes/hash.C 1.8:
19593: * src/classes/image.C 1.29:
19594: * src/classes/int.C 1.28:
19595: * src/classes/mail.C 1.31:
19596: * src/classes/op.C 1.30:
19597: * src/classes/random.C 1.14:
19598: * src/classes/response.C 1.13:
19599: * src/classes/string.C 1.58:
19600: * src/classes/table.C 1.86:
19601: * src/classes/void.C 1.3:
19602: * src/main/compile.C 1.40:
19603: * src/main/compile.y 1.144:
19604: * src/main/compile_tools.C 1.36:
19605: * src/main/execute.C 1.169:
19606: * src/main/pa_array.C 1.37:
19607: * src/main/pa_common.C 1.56:
19608: * src/main/pa_dir.C 1.5:
19609: * src/main/pa_exception.C 1.11:
19610: * src/main/pa_exec.C 1.7:
19611: * src/main/pa_globals.C 1.62:
19612: * src/main/pa_hash.C 1.37:
19613: * src/main/pa_pool.C 1.20:
19614: * src/main/pa_request.C 1.140:
19615: * src/main/pa_socks.C 1.5:
19616: * src/main/pa_sql_driver_manager.C 1.22:
19617: * src/main/pa_string.C 1.93:
19618: * src/main/pa_table.C 1.33:
19619: * src/main/untaint.C 1.53:
19620: * src/targets/cgi/parser3.C 1.93:
19621: * src/targets/isapi/parser3isapi.C 1.35:
19622: */
1.26 paf 19623: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 19624:
19625: * src/main/compile.y 1.142:
19626: * src/main/compile_tools.h 1.41:
19627: $:name: == ${name}:
19628: $class:name: == ${class:name}:
19629:
19630: * src/classes/string.C 1.56:
19631: exactly one
19632:
19633: * src/classes/double.C 1.31:
19634: * src/classes/file.C 1.37:
19635: * src/classes/form.C 1.12:
19636: * src/classes/hash.C 1.7:
19637: * src/classes/image.C 1.28:
19638: * src/classes/int.C 1.27:
19639: * src/classes/mail.C 1.30:
19640: * src/classes/op.C 1.29:
19641: * src/classes/random.C 1.13:
19642: * src/classes/response.C 1.12:
19643: * src/classes/string.C 1.57:
19644: * src/classes/table.C 1.85:
19645: * src/classes/void.C 1.2:
19646: * src/main/compile.C 1.39:
19647: * src/main/compile.y 1.143:
19648: * src/main/compile_tools.C 1.35:
19649: * src/main/execute.C 1.168:
19650: * src/main/pa_array.C 1.36:
19651: * src/main/pa_common.C 1.55:
19652: * src/main/pa_dir.C 1.4:
19653: * src/main/pa_exception.C 1.10:
19654: * src/main/pa_exec.C 1.6:
19655: * src/main/pa_globals.C 1.61:
19656: * src/main/pa_hash.C 1.36:
19657: * src/main/pa_pool.C 1.19:
19658: * src/main/pa_request.C 1.139:
19659: * src/main/pa_socks.C 1.4:
19660: * src/main/pa_sql_driver_manager.C 1.21:
19661: * src/main/pa_string.C 1.92:
19662: * src/main/pa_table.C 1.32:
19663: * src/main/untaint.C 1.52:
19664: * src/targets/cgi/parser3.C 1.92:
19665: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 19666: static char *RCSId="$Id$";
1.15 paf 19667:
19668: 2001-06-27 parser
19669: * src/classes/hash.C 1.6:
19670: * src/classes/nothing.C 1.5:
19671: * src/classes/table.C 1.84:
19672: * src/classes/void.C 1.1:
19673: * src/main/compile.y 1.140:
19674: * src/main/compile.y 1.141:
19675: * src/main/execute.C 1.167:
19676: * src/main/main.dsp 1.102:
19677: * src/main/pa_request.C 1.138:
19678: * src/targets/cgi/pa_pool.C 1.17:
19679: * src/types/pa_value.h 1.63:
19680: * src/types/pa_vcode_frame.h 1.6:
19681: * src/types/pa_vmethod_frame.h 1.12:
19682: * src/types/pa_vnothing.h 1.2:
19683: * src/types/pa_vtable.h 1.26:
19684: * src/types/pa_vvoid.h 1.1:
19685: nothing renamed to void
19686:
19687: * src/classes/op.C 1.28:
19688: ^switch ^case
19689:
19690: * src/main/compile.y 1.139:
19691: lexer: $zzzz^zzzz were name part
19692:
19693: 2001-05-28 parser
19694: * src/main/main.dsp 1.101:
19695: * src/targets/isapi/parser3isapi.dsp 1.15:
19696: release project options [some bugs]
19697:
19698: * src/classes/classes.C 1.7:
19699: * src/main/compile.C 1.38:
19700: * src/main/compile.y 1.138:
19701: * src/main/execute.C 1.166:
19702: operators are not in root class again
19703:
19704: * src/doc/html2chm.cmd 1.3:
19705: removed >a
19706:
19707: * src/doc/sources2html.cmd 1.2:
19708: z
19709:
19710: 2001-05-24 parser
19711: * src/Makefile.in 1.7:
19712: * src/classes/Makefile.in 1.8:
19713: * src/main/Makefile.in 1.6:
19714: * src/targets/Makefile.in 1.7:
19715: * src/targets/apache13/Makefile.in 1.6:
19716: * src/targets/cgi/Makefile.in 1.7:
19717: * src/types/Makefile.in 1.6:
19718: makes
19719:
19720: * src/main/pa_request.C 1.135:
19721: * src/main/pa_request.C 1.136:
19722: * src/targets/cgi/parser3.C 1.90:
19723: // no _ conversions in @exception[params]
19724:
19725: * src/targets/cgi/parser3.dsp 1.19:
19726: project file
19727:
19728: * src/classes/op.C 1.27:
19729: * src/main/pa_request.C 1.137:
19730: * src/targets/cgi/parser3.C 1.91:
19731: ^log ^exp
19732:
19733: 2001-05-23 parser
19734: * src/classes/op.C 1.25:
19735: * src/main/compile.y 1.137:
19736: allow one empty line before LS_DEF_NAME
19737:
19738: * src/main/pa_string.C 1.91:
19739: string cmp bug
19740:
19741: * src/classes/mail.C 1.29:
19742: * src/classes/op.C 1.26:
19743: rem max 1000
19744:
19745: 2001-05-22 parser
19746: * src/classes/op.C 1.24:
19747: if params code-required
19748:
19749: 2001-05-21 parser
19750: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
19751: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
19752: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
19753: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
19754: 0
19755:
19756: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
19757: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
19758: 1
19759:
19760: * src/Makefile.in 1.6:
19761: * src/classes/Makefile.in 1.6:
19762: * src/classes/Makefile.in 1.7:
19763: * src/main/Makefile.in 1.5:
19764: * src/targets/Makefile.in 1.6:
19765: * src/targets/apache13/Makefile.in 1.5:
19766: * src/targets/cgi/Makefile.in 1.6:
19767: * src/types/Makefile.in 1.5:
19768: makes
19769:
19770: * src/classes/double.C 1.30:
19771: * src/classes/hash.C 1.4:
19772: * src/classes/hash.C 1.5:
19773: * src/classes/nothing.C 1.1:
19774: * src/classes/nothing.C 1.2:
19775: * src/classes/nothing.C 1.3:
19776: * src/classes/op.C 1.23:
19777: * src/classes/string.C 1.55:
19778: * src/classes/table.C 1.83:
19779: * src/classes/unknown.C 1.8:
19780: * src/main/compile.y 1.136:
19781: * src/main/execute.C 1.164:
19782: * src/main/execute.C 1.165:
19783: * src/main/main.dsp 1.100:
19784: * src/main/pa_request.C 1.134:
19785: * src/targets/cgi/pa_pool.C 1.15:
19786: * src/targets/cgi/pa_pool.C 1.16:
19787: * src/types/pa_value.h 1.62:
19788: * src/types/pa_vcode_frame.h 1.5:
19789: * src/types/pa_vmethod_frame.h 1.10:
19790: * src/types/pa_vmethod_frame.h 1.11:
19791: * src/types/pa_vnothing.h 1.1:
19792: * src/types/pa_vtable.h 1.24:
19793: * src/types/pa_vtable.h 1.25:
19794: * src/types/pa_vunknown.h 1.14:
19795: 'unknown' renamed to 'nothing'
19796:
19797: * src/Makefile.in 1.5:
19798: * src/classes/Makefile.in 1.5:
19799: * src/main/Makefile.in 1.4:
19800: * src/targets/Makefile.in 1.5:
19801: * src/targets/apache13/Makefile.in 1.4:
19802: * src/targets/cgi/Makefile.in 1.5:
19803: * src/types/Makefile.in 1.4:
19804: make system timestamps
19805:
19806: * src/classes/nothing.C 1.4:
19807: resultless ^sql moved to nothing:
19808:
19809: * src/classes/Makefile.am 1.13:
19810: .AM
19811:
19812: * src/main/pa_request.C 1.133:
19813: .am
19814:
19815: * src/Makefile.in 1.4:
19816: file stamps to remove autoreconf
19817:
19818: * src/targets/cgi/parser3.C 1.88:
19819: argv can be just "parser3". made site_auto_path "." in that case
19820:
19821: * src/types/pa_vstring.C 1.8:
19822: eoleof
19823:
19824: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
19825: * src/main/execute.C 1.162:
19826: * src/targets/cgi/Makefile.in 1.4:
19827: * src/targets/cgi/parser3.C 1.86:
19828: * src/targets/cgi/parser3.C 1.87:
19829: * src/targets/cgi/parser3.C 1.89:
19830: z
19831:
19832: * src/main/pa_request.C 1.132:
19833: * src/targets/cgi/parser3.C 1.85:
19834: pcre_tables=pcre_default_tables;
19835:
19836: * src/classes/hash.C 1.3:
19837: * src/classes/int.C 1.25:
19838: * src/classes/string.C 1.53:
19839: * src/classes/table.C 1.82:
19840: * src/include/pa_string.h 1.95:
19841: * src/include/pa_string.h 1.96:
19842: * src/main/pa_string.C 1.89:
19843: * src/main/pa_string.C 1.90:
19844: * src/types/pa_vstring.C 1.6:
19845: * src/types/pa_vstring.h 1.27:
19846: started int:sql
19847:
19848: * src/types/pa_vstring.C 1.7:
19849: * src/types/pa_vstring.h 1.28:
19850: removed unnecessary vstring::set_string
19851:
19852: * src/classes/double.C 1.29:
19853: * src/classes/int.C 1.26:
19854: * src/classes/string.C 1.54:
19855: int,double;sql
19856:
19857: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
19858: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
19859: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
19860: hash:sql
19861:
19862: * src/classes/classes.C 1.6:
19863: * src/classes/hash.C 1.2:
19864: * src/classes/op.C 1.22:
19865: * src/classes/table.C 1.81:
19866: * src/main/compile.C 1.37:
19867: * src/main/compile.y 1.135:
19868: * src/main/execute.C 1.163:
19869: hash:sql moved to main trunc. operators.txt updated
19870:
19871: 2001-05-19 parser
19872: * src/types/pa_value.h 1.61:
19873: parameter # 1 based
19874:
19875: * src/main/pa_common.C 1.54:
19876: common: actual filename '%s'
19877:
19878: * src/classes/string.C 1.52:
19879: root context in match replace body now unchanged
19880:
19881: * src/classes/Makefile.am 1.10:
19882: * src/classes/Makefile.am 1.11:
19883: * src/classes/Makefile.am 1.12:
19884: * src/classes/Makefile.am 1.9:
19885: * src/main/pa_sql_driver_manager.C 1.20:
19886: * src/targets/cgi/pa_pool.C 1.12:
19887: classes/.am
19888:
19889: * src/main/untaint.C 1.50:
19890: * src/targets/cgi/pa_pool.C 1.13:
19891: * src/targets/cgi/parser3.C 1.84:
19892: fixed bug in pre html untaint, wrong size used, 4* mem wasted
19893:
19894: * src/classes/string.C 1.51:
19895: * src/main/pa_string.C 1.88:
19896: z
19897:
19898: * src/include/pa_string.h 1.94:
19899: * src/main/untaint.C 1.51:
19900: * src/targets/cgi/pa_pool.C 1.14:
19901: introducing String::cstr_bufsize, returns just size+1 for as_is
19902: target.
19903:
19904: * src/classes/Makefile.in 1.4:
19905: clean
19906:
19907: 2001-05-18 parser
19908: * src/Makefile.in 1.3:
19909: * src/classes/Makefile.in 1.3:
19910: * src/include/pa_config_auto.h.in 1.3:
19911: * src/main/Makefile.in 1.3:
19912: * src/targets/Makefile.in 1.4:
19913: * src/targets/apache13/Makefile.in 1.3:
19914: * src/targets/cgi/Makefile.in 1.3:
19915: * src/targets/cgi/pa_pool.C 1.11:
19916: * src/types/Makefile.in 1.3:
19917: .am pa_threads.C ins
19918:
19919: * src/targets/cgi/Makefile.am 1.8:
19920: .am pa_threads.C added
19921:
19922: 2001-05-17 parser
19923: * src/include/pa_hash.h 1.40:
19924: * src/main/execute.C 1.158:
19925: removed /*SYNCHRONIZED*/ from hash.h
19926:
19927: * src/include/pa_array.h 1.41:
19928: * src/include/pa_common.h 1.44:
19929: * src/include/pa_config_fixed.h 1.8:
19930: * src/include/pa_config_includes.h 1.8:
19931: * src/include/pa_exception.h 1.12:
19932: * src/include/pa_exec.h 1.2:
19933: * src/include/pa_globals.h 1.54:
19934: * src/include/pa_hash.h 1.41:
19935: * src/include/pa_opcode.h 1.2:
19936: * src/include/pa_pool.h 1.52:
19937: * src/include/pa_request.h 1.88:
19938: * src/include/pa_sapi.h 1.9:
19939: * src/include/pa_socks.h 1.3:
19940: * src/include/pa_sql_connection.h 1.7:
19941: * src/include/pa_stack.h 1.9:
19942: * src/include/pa_string.h 1.93:
19943: * src/include/pa_table.h 1.33:
19944: * src/include/pa_threads.h 1.14:
19945: #include "pa_config_includes.h"
19946: in all headers
19947:
19948: * src/include/pa_request.h 1.89:
19949: * src/main/execute.C 1.159:
19950: * src/main/pa_request.C 1.131:
19951: ANTI_ENDLESS_EXECUTE_RECOURSION
19952:
19953: * src/classes/op.C 1.20:
19954: * src/include/pa_config_fixed.h 1.10:
19955: * src/include/pa_sql_connection.h 1.8:
19956: * src/include/pa_sql_driver_manager.h 1.5:
19957: * src/main/pa_sql_driver_manager.C 1.15:
19958: found problem at last: 2connections own 1driver and
19959: set_services fight for driver::fservices. before fix
19960:
19961: * src/main/execute.C 1.160:
19962: * src/types/pa_vmethod_frame.h 1.9:
19963: endless recursion line no
19964:
19965: * src/classes/classes.h 1.8:
19966: * src/include/pa_sql_connection.h 1.10:
19967: * src/include/pa_sql_driver_manager.h 1.7:
19968: * src/main/pa_sql_driver_manager.C 1.17:
19969: cache expiration[use SQL_Driver::disconnect]
19970:
19971: * src/include/pa_config_fixed.h 1.9:
19972: * src/include/pa_threads.h 1.16:
19973: * src/targets/cgi/pa_threads.C 1.1:
19974: * src/targets/cgi/parser3.dsp 1.18:
19975: * src/targets/isapi/pa_threads.C 1.1:
19976: * src/targets/isapi/parser3isapi.dsp 1.14:
19977: added pa_threads.C
19978:
19979: * src/classes/image.C 1.27:
19980: * src/include/pa_sql_driver_manager.h 1.4:
19981: * src/main/pa_sql_driver_manager.C 1.14:
19982: * src/main/pa_string.C 1.87:
19983: wrong includes order prevented sqlmanager to see MULTYTHREAD define
19984:
19985: * src/main/pa_table.C 1.31:
19986: table.locate current restored on "not found"
19987:
19988: * src/include/pa_threads.h 1.15:
19989: removed targets/parser
19990:
19991: * src/classes/op.C 1.19:
19992: * src/include/pa_sql_connection.h 1.6:
19993: * src/main/pa_sql_driver_manager.C 1.12:
19994: * src/sql/pa_sql_driver.h 1.9:
19995: connection from cache ->set_services(&services);
19996:
19997: * src/include/pa_config_fixed.h 1.7:
19998: * src/include/pa_threads.h 1.13:
19999: * src/main/pa_sql_driver_manager.C 1.13:
20000: SYNCHRONIZED moved closer to caches put/gets
20001:
20002: * src/classes/string.C 1.50:
20003: * src/include/pa_config_fixed.h 1.11:
20004: * src/include/pa_config_includes.h 1.9:
20005: * src/main/compile.y 1.134:
20006: * src/main/compile_tools.h 1.40:
20007: * src/main/execute.C 1.161:
20008: * src/main/pa_array.C 1.35:
20009: * src/main/pa_common.C 1.53:
20010: * src/main/pa_dir.C 1.3:
20011: * src/main/pa_hash.C 1.35:
20012: * src/main/pa_pool.C 1.18:
20013: * src/main/untaint.C 1.49:
20014: * src/types/pa_vcookie.C 1.21:
20015: * src/types/pa_vfile.C 1.17:
20016: * src/types/pa_vform.C 1.29:
20017: #include "pa_config_includes.h"
20018: removed from most .C
20019:
20020: * src/doc/html2chm.cmd 1.2:
20021: z
20022:
20023: * src/doc/chm.cmd 1.7:
20024: * src/doc/doxygen.cmd 1.7:
20025: * src/doc/html2chm.cmd 1.1:
20026: * src/doc/sources2html.cmd 1.1:
20027: * src/doc/view.cmd 1.3:
20028: * src/doc/view_chm.cmd 1.1:
20029: * src/doc/view_html.cmd 1.1:
20030: doc cmds
20031:
20032: * src/main/pa_sql_driver_manager.C 1.19:
20033: moved expiration to get_connection_from_cache
20034:
20035: * src/main/pa_sql_driver_manager.C 1.18:
20036: cache expiration bf
20037:
20038: * src/classes/op.C 1.21:
20039: * src/include/pa_sql_connection.h 1.9:
20040: * src/include/pa_sql_driver_manager.h 1.6:
20041: * src/main/pa_sql_driver_manager.C 1.16:
20042: * src/sql/pa_sql_driver.h 1.10:
20043: fixed problem at last: 2connections own 1driver and
20044: set_services fight for driver::fservices. before fix
20045:
20046: 2001-05-16 parser
20047: * src/include/pa_array.h 1.39:
20048: * src/include/pa_string.h 1.92:
20049: * src/main/execute.C 1.157:
20050: * src/main/pa_array.C 1.33:
20051: * src/targets/cgi/pa_pool.C 1.9:
20052: * src/targets/cgi/parser3.C 1.81:
20053: array debugged; adjusted
20054:
20055: * src/include/pa_array.h 1.40:
20056: * src/main/pa_array.C 1.34:
20057: * src/targets/cgi/parser3.C 1.82:
20058: removed array debug. before vstring rebasing
20059:
20060: * src/main/pa_sql_driver_manager.C 1.11:
20061: * src/main/pa_string.C 1.86:
20062: SQL_Driver_manager line no for connect/charset errors
20063:
20064: * src/targets/cgi/parser3.C 1.83:
20065: z
20066:
20067: * src/include/pa_pool.h 1.51:
20068: * src/targets/cgi/pa_pool.C 1.10:
20069: removed pool debug, #ifdefed some.
20070: would debug later, on more precise sample than stupid:
20071: @main[]
20072: $name[$z[]]
20073: ^for[i](0;10000-2){
20074: $tail[9994]
20075: $name.$tail[$tail!]
20076: $name.$tail
20077: }
20078: ok3
20079:
20080: 2001-05-15 parser
20081: * src/targets/cgi/pa_pool.C 1.6:
20082: * src/targets/cgi/parser3.C 1.78:
20083: main loss here: 5673321/ 70041= 81
20084:
20085: * src/include/pa_pool.h 1.50:
20086: * src/include/pa_string.h 1.89:
20087: * src/main/pa_string.C 1.83:
20088: * src/targets/cgi/pa_pool.C 1.7:
20089: * src/targets/cgi/parser3.C 1.79:
20090: string fixed bug with fullchunk cmps
20091:
20092: * src/include/pa_string.h 1.90:
20093: * src/main/pa_string.C 1.84:
20094: * src/targets/cgi/pa_pool.C 1.8:
20095: * src/targets/cgi/parser3.C 1.80:
20096: think that all must grow lineary, not exponentialy
20097:
20098: * src/include/pa_array.h 1.38:
20099: * src/include/pa_string.h 1.91:
20100: * src/main/pa_array.C 1.32:
20101: * src/main/pa_string.C 1.85:
20102: string+array made linear grows
20103:
20104: * src/include/pa_string.h 1.88:
20105: * src/targets/cgi/pa_pool.C 1.5:
20106: * src/targets/cgi/parser3.C 1.77:
20107: detected huge mem allocation: size/times malloc 27809390/368771
20108: calloc 3232/83. would test now
20109:
20110: * src/classes/random.C 1.12:
20111: * src/main/compile.y 1.133:
20112: * src/main/execute.C 1.156:
20113: * src/main/pa_request.C 1.130:
20114: * src/types/pa_value.h 1.60:
20115: * src/types/pa_vmethod_frame.h 1.8:
20116: numbered params had wrong name - for instance: bad error
20117: message in ^for[] bad body type. fixed
20118:
20119: 2001-05-14 parser
20120: * src/classes/string.C 1.49:
20121: * src/include/pa_string.h 1.87:
20122: * src/main/pa_string.C 1.82:
20123: * src/main/untaint.C 1.48:
20124: ^string.upper|lower[]
20125:
20126: 2001-05-11 paf
20127: * src/classes/classes.cmd 1.2:
20128: * src/classes/gawk.exe 1.2:
20129: * src/classes/ls.exe 1.2:
20130: * src/main/bison.exe 1.2:
20131: * src/targets/isapi/KILL.EXE 1.2:
20132: * src/targets/isapi/PSTAT.EXE 1.2:
20133: * src/targets/isapi/istart.cmd 1.2:
20134: * src/targets/isapi/istop.cmd 1.2:
20135: * src/targets/isapi/kill.pl 1.2:
20136: moved win32 helpers to /win32tools
20137:
20138: 2001-05-11 parser
20139: * src/main/main.dsp 1.99:
20140: * src/targets/isapi/parser3isapi.dsp 1.13:
20141: fixed some .dsp for win32tools
20142:
20143: * src/classes/double.C 1.28:
20144: * src/classes/image.C 1.26:
20145: * src/classes/op.C 1.18:
20146: * src/classes/string.C 1.48:
20147: * src/classes/table.C 1.80:
20148: * src/classes/unknown.C 1.7:
20149: * src/main/execute.C 1.155:
20150: * src/types/pa_value.h 1.59:
20151: * src/types/pa_vbool.h 1.10:
20152: * src/types/pa_vdouble.h 1.21:
20153: * src/types/pa_vint.h 1.22:
20154: * src/types/pa_vstring.h 1.26:
20155: * src/types/pa_vunknown.h 1.13:
20156: op: MAX_LOOPS
20157: as_int
20158:
20159: 2001-05-10 paf
20160: * src/doc/doxygen.cmd 1.5:
20161: * src/main/compile.y 1.131:
20162: * src/types/pa_vobject.h 1.9:
20163: grammar: priorities changes [lowerd && prior]
20164: vobject: now first fields, next methods
20165:
20166: * src/main/pa_request.C 1.129:
20167: * src/types/pa_vrequest.C 1.6:
20168: op configured
20169:
20170: * src/Makefile.in 1.2:
20171: * src/classes/Makefile.in 1.2:
20172: * src/include/pa_config_auto.h.in 1.2:
20173: * src/include/pa_config_fixed.h 1.6:
20174: * src/include/pa_config_includes.h 1.6:
20175: * src/main/Makefile.in 1.2:
20176: * src/targets/Makefile.in 1.3:
20177: * src/targets/apache13/Makefile.in 1.2:
20178: * src/targets/cgi/Makefile.in 1.2:
20179: * src/types/Makefile.in 1.2:
20180: inline wonders
20181:
20182: * src/main/compile.y 1.132:
20183: @end grammar: allowed zero strings in control menthod
20184:
20185: * src/types/pa_value.h 1.58:
20186: * src/types/pa_vclass.h 1.16:
20187: * src/types/pa_vstateless_class.h 1.14:
20188: * src/types/pa_vstateless_object.h 1.9:
20189: changed priority: field before method lookup in vclass & vobject
20190:
20191: * src/include/pa_common.h 1.43:
20192: * src/include/pa_config_includes.h 1.7:
20193: inline undefed for C++, that's all
20194:
20195: * src/classes/Makefile.am 1.8:
20196: * src/classes/hash.C 1.1:
20197: * src/doc/doxygen.cfg 1.11:
20198: * src/doc/doxygen.cmd 1.6:
20199: hash.C added
20200:
20201: 2001-05-08 paf
20202: * src/classes/table.C 1.76:
20203: table:hash always hash of hash now
20204:
20205: * src/classes/op.C 1.15:
20206: * src/classes/table.C 1.72:
20207: * src/main/main.dsp 1.97:
20208: * src/types/pa_vtable.h 1.21:
20209: removed table:find. table:locate and op:eval now return bool
20210:
20211: * src/classes/table.C 1.75:
20212: table:empty return bool now
20213:
20214: * src/classes/table.C 1.79:
20215: * src/types/pa_value.h 1.57:
20216: * src/types/pa_vhash.h 1.14:
20217: * src/types/pa_vmethod_frame.h 1.7:
20218: hash:default works at last!
20219:
20220: * src/main/pa_table.C 1.30:
20221: table columnname2item on nameless ignored bark=false. fixed
20222:
20223: * src/classes/op.C 1.17:
20224: * src/types/pa_vtable.h 1.22:
20225: allowed $table.2342734 returns vunknown
20226:
20227: * src/classes/table.C 1.74:
20228: * src/doc/chm.cmd 1.6:
20229: * src/include/pa_array.h 1.37:
20230: * src/include/pa_table.h 1.32:
20231: * src/main/pa_table.C 1.29:
20232: * src/types/pa_value.h 1.56:
20233: * src/types/pa_vtable.h 1.23:
20234: table:hash
20235:
20236: * src/doc/chm.cmd 1.5:
20237: * src/main/execute.C 1.154:
20238: * src/types/pa_value.h 1.55:
20239: wrong pool in method checkparams again. fixed
20240:
20241: * src/classes/double.C 1.27:
20242: * src/classes/int.C 1.24:
20243: * src/classes/op.C 1.16:
20244: * src/classes/string.C 1.47:
20245: int,double,string:int[] double[] string:length[] results now
20246: have hames
20247:
20248: * src/classes/table.C 1.77:
20249: z
20250:
20251: * src/classes/mail.C 1.28:
20252: * src/classes/table.C 1.78:
20253: * src/doc/doxygen.cmd 1.4:
20254: * src/main/main.dsp 1.98:
20255: * src/types/pa_vhash.h 1.13:
20256: * src/types/pa_vstateless_class.h 1.13:
20257: hash:default
20258:
20259: * src/classes/table.C 1.73:
20260: table:record have name
20261:
20262: 2001-05-07 paf
20263: * src/types/pa_value.h 1.51:
20264: * src/types/pa_vtable.h 1.17:
20265: table: fields, then methods. so to enable 'dir' fields & co.
20266:
20267: * src/main/execute.C 1.153:
20268: ^var[^class:var.method[]] is not constructor now
20269:
20270: * src/main/compile.y 1.130:
20271: grammar: @end
20272:
20273: * src/doc/chm.cmd 1.4:
20274: cmd
20275:
20276: * src/doc/ClassExample2.dox 1.3:
20277: * src/doc/aliased.dox 1.3:
20278: * src/doc/chm.cmd 1.2:
20279: * src/include/code.h 1.29:
20280: * src/include/pa_opcode.h 1.1:
20281: * src/main/compile.C 1.36:
20282: * src/main/compile_tools.h 1.39:
20283: * src/main/execute.C 1.152:
20284: * src/types/pa_value.h 1.53:
20285: * src/types/pa_vbool.h 1.9:
20286: * src/types/pa_vclass.h 1.15:
20287: * src/types/pa_vcode_frame.h 1.4:
20288: * src/types/pa_vcookie.h 1.10:
20289: * src/types/pa_vdouble.h 1.20:
20290: * src/types/pa_venv.h 1.16:
20291: * src/types/pa_vfile.h 1.26:
20292: * src/types/pa_vform.h 1.20:
20293: * src/types/pa_vhash.h 1.12:
20294: * src/types/pa_vimage.h 1.13:
20295: * src/types/pa_vint.h 1.21:
20296: * src/types/pa_vjunction.h 1.6:
20297: * src/types/pa_vmethod_frame.h 1.6:
20298: * src/types/pa_vobject.h 1.8:
20299: * src/types/pa_vrequest.h 1.10:
20300: * src/types/pa_vresponse.h 1.10:
20301: * src/types/pa_vstateless_class.h 1.12:
20302: * src/types/pa_vstring.h 1.25:
20303: * src/types/pa_vtable.h 1.20:
20304: * src/types/pa_vunknown.h 1.12:
20305: * src/types/pa_wcontext.h 1.15:
20306: * src/types/pa_wwrapper.h 1.9:
20307: pa_code.h
20308:
20309: * src/include/pa_table.h 1.30:
20310: * src/main/pa_table.C 1.27:
20311: * src/types/pa_value.h 1.52:
20312: * src/types/pa_vtable.h 1.18:
20313: table: fields, then methods. so to enable 'dir' fields & co. more
20314:
20315: * src/classes/string.C 1.45:
20316: * src/classes/table.C 1.71:
20317: * src/doc/ClassExample1.dox 1.2:
20318: * src/doc/ClassExample2.dox 1.2:
20319: * src/doc/ClassExample3.dox 1.2:
20320: * src/doc/aliased.dox 1.2:
20321: * src/doc/class.dox 1.2:
20322: * src/doc/compiler.dox 1.2:
20323: * src/doc/doxygen.cfg 1.10:
20324: * src/doc/doxygen.cmd 1.2:
20325: * src/doc/executor.dox 1.2:
20326: * src/doc/index.dox 1.3:
20327: * src/doc/methoded.dox 1.2:
20328: * src/doc/module.dox 1.2:
20329: * src/doc/object.dox 1.2:
20330: * src/doc/pooled.dox 1.2:
20331: * src/doc/string.dox 1.2:
20332: * src/doc/targets.dox 1.2:
20333: * src/doc/value.dox 1.2:
20334: * src/include/code.h 1.28:
20335: * src/include/pa_hash.h 1.39:
20336: * src/include/pa_string.h 1.86:
20337: * src/main/pa_request.C 1.128:
20338: * src/main/pa_sql_driver_manager.C 1.10:
20339: * src/types/pa_vjunction.h 1.5:
20340: * src/types/pa_vtable.h 1.19:
20341: dox, split by not clean parts also
20342:
20343: * src/classes/image.C 1.25:
20344: * src/classes/mail.C 1.27:
20345: * src/classes/string.C 1.46:
20346: * src/doc/chm.cmd 1.3:
20347: * src/include/pa_table.h 1.31:
20348: * src/main/pa_table.C 1.28:
20349: * src/types/pa_value.h 1.54:
20350: method reported errors on wrong pool
20351:
20352: * src/doc/chm.cmd 1.1:
20353: * src/doc/doxygen.cmd 1.3:
20354: * src/doc/view.cmd 1.2:
20355: dox cmd
20356:
20357: 2001-05-04 paf
20358: * src/classes/classes.h 1.7:
20359: * src/classes/double.C 1.26:
20360: * src/classes/file.C 1.36:
20361: * src/classes/form.C 1.11:
20362: * src/classes/image.C 1.24:
20363: * src/classes/int.C 1.23:
20364: * src/classes/mail.C 1.26:
20365: * src/classes/op.C 1.14:
20366: * src/classes/random.C 1.11:
20367: * src/classes/response.C 1.11:
20368: * src/classes/string.C 1.44:
20369: * src/classes/table.C 1.70:
20370: * src/classes/unknown.C 1.6:
20371: * src/doc/doxygen.cfg 1.9:
20372: * src/doc/index.dox 1.2:
20373: * src/main/pa_string.C 1.81:
20374: removed m- method dox
20375:
20376: * src/doc/ClassExample1.dox 1.1:
20377: * src/doc/ClassExample2.dox 1.1:
20378: * src/doc/ClassExample3.dox 1.1:
20379: * src/main/execute.C 1.151:
20380: dox: example1 updated
20381:
20382: 2001-05-03 paf
20383: * src/classes/classes.h 1.6:
20384: * src/classes/double.C 1.25:
20385: * src/doc/aliased.dox 1.1:
20386: * src/doc/class.dox 1.1:
20387: * src/doc/compiler.dox 1.1:
20388: * src/doc/doxygen.cfg 1.8:
20389: * src/doc/doxygen.txt 1.6:
20390: * src/doc/executor.dox 1.1:
20391: * src/doc/index.dox 1.1:
20392: * src/doc/methoded.dox 1.1:
20393: * src/doc/module.dox 1.1:
20394: * src/doc/object.dox 1.1:
20395: * src/doc/pooled.dox 1.1:
20396: * src/doc/string.dox 1.1:
20397: * src/doc/targets.dox 1.1:
20398: * src/doc/value.dox 1.1:
20399: * src/main/pa_request.C 1.127:
20400: dox splitted .dox files and added some
20401:
20402: * src/classes/Makefile.am 1.7:
20403: * src/doc/doxygen.txt 1.5:
20404: classes/am
20405:
20406: 2001-05-02 paf
20407: * src/classes/image.C 1.23:
20408: * src/classes/table.C 1.69:
20409: table:dir result are not tainted by file_name language now
20410:
20411: 2001-04-28 paf
20412: * src/classes/classes.inc 1.5:
20413: removed classes.inc
20414:
20415: * src/classes/classes.C 1.3:
20416: * src/classes/classes.h 1.3:
20417: * src/classes/file.C 1.33:
20418: * src/classes/form.C 1.5:
20419: * src/classes/mail.C 1.24:
20420: * src/include/pa_request.h 1.85:
20421: * src/main/pa_request.C 1.124:
20422: configure started
20423:
20424: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
20425: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
20426: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
20427: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
20428: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
20429: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
20430: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
20431: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
20432: removed ^a.menu{$name} ability. now
20433: $a{^menu{$name}}
20434: or
20435: ^a.menu{$a.name}
20436:
20437: * src/classes/_double.h 1.8:
20438: * src/classes/_file.h 1.5:
20439: * src/classes/_form.h 1.4:
20440: * src/classes/_image.h 1.4:
20441: * src/classes/_int.h 1.8:
20442: * src/classes/_mail.h 1.4:
20443: * src/classes/_op.h 1.6:
20444: * src/classes/_random.h 1.4:
20445: * src/classes/_response.h 1.5:
20446: * src/classes/_string.h 1.10:
20447: * src/classes/_table.h 1.7:
20448: * src/classes/_unknown.h 1.3:
20449: * src/classes/classes.C 1.2:
20450: * src/classes/classes.h 1.2:
20451: * src/classes/classes.inc 1.1:
20452: * src/classes/double.C 1.22:
20453: * src/classes/exec.C 1.4:
20454: * src/classes/file.C 1.32:
20455: * src/classes/form.C 1.4:
20456: * src/classes/image.C 1.22:
20457: * src/classes/int.C 1.20:
20458: * src/classes/mail.C 1.23:
20459: * src/classes/op.C 1.10:
20460: * src/classes/random.C 1.10:
20461: * src/classes/response.C 1.8:
20462: * src/classes/string.C 1.41:
20463: * src/classes/table.C 1.66:
20464: * src/classes/unknown.C 1.3:
20465: * src/include/pa_globals.h 1.51:
20466: * src/include/pa_request.h 1.84:
20467: * src/main/compile.y 1.129:
20468: * src/main/execute.C 1.149:
20469: * src/main/main.dsp 1.93:
20470: * src/main/pa_globals.C 1.57:
20471: * src/main/pa_request.C 1.123:
20472: * src/targets/cgi/parser3.C 1.73:
20473: * src/targets/isapi/parser3isapi.C 1.32:
20474: * src/types/pa_value.h 1.50:
20475: * src/types/pa_vcookie.h 1.9:
20476: * src/types/pa_vdouble.h 1.17:
20477: * src/types/pa_venv.h 1.15:
20478: * src/types/pa_vfile.h 1.23:
20479: * src/types/pa_vform.C 1.28:
20480: * src/types/pa_vform.h 1.17:
20481: * src/types/pa_vimage.h 1.10:
20482: * src/types/pa_vint.h 1.18:
20483: * src/types/pa_vrequest.h 1.9:
20484: * src/types/pa_vresponse.h 1.9:
20485: * src/types/pa_vstateless_class.h 1.11:
20486: * src/types/pa_vstring.h 1.24:
20487: * src/types/pa_vtable.h 1.16:
20488: * src/types/pa_vunknown.h 1.11:
20489: * src/types/pa_wcontext.h 1.13:
20490: Methoded reorganized. todo: methoded-configure
20491:
20492: * src/classes/classes.inc 1.4:
20493: * src/main/Makefile.am 1.12:
20494: removed pa_methoded from .am
20495:
20496: * src/main/execute.C 1.150:
20497: * src/types/pa_wcontext.h 1.14:
20498: Methoded reorganized 2. todo: methoded-configure
20499:
20500: * src/classes/Makefile.am 1.4:
20501: * src/classes/classes.awk 1.1:
20502: * src/classes/classes.cmd 1.1:
20503: * src/classes/classes.inc 1.2:
20504: * src/classes/gawk.exe 1.1:
20505: * src/classes/ls.exe 1.1:
20506: * src/main/bison.exe 1.1:
20507: classes.inc autogenerator
20508:
20509: * src/classes/form.C 1.6:
20510: * src/include/pa_request.h 1.86:
20511: * src/main/pa_request.C 1.125:
20512: about to move configured data to special request hash
20513:
20514: * src/classes/form.C 1.7:
20515: * src/classes/mail.C 1.25:
20516: * src/classes/op.C 1.11:
20517: * src/include/pa_globals.h 1.52:
20518: * src/include/pa_request.h 1.87:
20519: * src/main/pa_globals.C 1.58:
20520: * src/main/pa_request.C 1.126:
20521: moved some configured data to request::classes_conf
20522: moved some string crations from globals to M...
20523:
1.39 ! paf 20524: * src/classes/Makefile.am 1.5:
! 20525: * src/main/main.dsp 1.95:
! 20526: classes/Makefile.am
! 20527:
1.15 paf 20528: * src/classes/classes.C 1.4:
20529: * src/classes/classes.h 1.4:
20530: * src/classes/double.C 1.23:
20531: * src/classes/file.C 1.34:
20532: * src/classes/form.C 1.9:
20533: * src/classes/int.C 1.21:
20534: * src/classes/op.C 1.12:
20535: * src/classes/response.C 1.9:
20536: * src/classes/string.C 1.42:
20537: * src/classes/table.C 1.67:
20538: * src/classes/unknown.C 1.4:
20539: * src/include/pa_methoded.h 1.1:
20540: * src/main/Makefile.am 1.11:
20541: * src/main/main.dsp 1.94:
20542: * src/main/pa_methoded.C 1.1:
20543: * src/targets/cgi/parser3.C 1.75:
20544: * src/types/pa_vdouble.h 1.18:
20545: * src/types/pa_vfile.h 1.24:
20546: * src/types/pa_vform.h 1.18:
20547: * src/types/pa_vimage.h 1.11:
20548: * src/types/pa_vint.h 1.19:
20549: classes/classes renamet to include|main/pa_methoded
20550:
20551: * src/include/pa_string.h 1.85:
20552: * src/main/pa_globals.C 1.60:
20553: * src/main/untaint.C 1.47:
20554: * src/targets/cgi/parser3.C 1.74:
20555: * src/targets/isapi/parser3isapi.C 1.33:
20556: z
20557:
20558: * src/classes/Makefile.am 1.6:
20559: * src/classes/classes.C 1.5:
20560: * src/classes/classes.h 1.5:
20561: * src/classes/classes.inc 1.3:
20562: * src/classes/double.C 1.24:
20563: * src/classes/file.C 1.35:
20564: * src/classes/form.C 1.10:
20565: * src/classes/int.C 1.22:
20566: * src/classes/op.C 1.13:
20567: * src/classes/response.C 1.10:
20568: * src/classes/string.C 1.43:
20569: * src/classes/table.C 1.68:
20570: * src/classes/unknown.C 1.5:
20571: * src/include/pa_methoded.h 1.2:
20572: * src/main/main.dsp 1.96:
20573: * src/main/pa_methoded.C 1.2:
20574: * src/targets/cgi/parser3.C 1.76:
20575: * src/types/pa_vdouble.h 1.19:
20576: * src/types/pa_vfile.h 1.25:
20577: * src/types/pa_vform.h 1.19:
20578: * src/types/pa_vimage.h 1.12:
20579: * src/types/pa_vint.h 1.20:
20580: renamed pa_methoded back to classes/classes.h
20581:
20582: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
20583: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
20584: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
20585: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
20586: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
20587: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
20588: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
20589: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
20590: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
20591: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
20592: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
20593: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
20594: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
20595: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
20596: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
20597: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
20598: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
20599: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
20600: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
20601: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
20602: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
20603: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
20604: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
20605: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
20606: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
20607: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
20608: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
20609: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
20610: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
20611: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
20612: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
20613: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
20614: beautifying just compiled. todo: debug, configure
20615:
20616: * src/classes/classes.awk 1.2:
20617: skipped classes in .awk
20618:
20619: * src/classes/form.C 1.8:
20620: * src/include/pa_globals.h 1.53:
20621: * src/main/pa_globals.C 1.59:
20622: moved some configured data to request::classes_conf
20623: moved some string crations from globals to M...
20624: [works]
20625:
20626: 2001-04-27 paf
20627: * src/main/compile.y 1.128:
20628: serge@ found @CLASS bug. fixed
20629:
20630: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
20631: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
20632: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
20633: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
20634: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
20635: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
20636: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
20637: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
20638: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
20639: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
20640: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
20641: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
20642: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
20643: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
20644: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
20645: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
20646: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
20647: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
20648: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
20649: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
20650: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
20651: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
20652: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
20653: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
20654: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
20655: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
20656: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
20657: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
20658: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
20659: beautifying -100
20660:
20661: * src/classes/classes.C 1.1:
20662: file classes.C was initially added on branch
20663: reorganize_user_classes.
20664:
20665: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
20666: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
20667: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
20668: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
20669: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
20670: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
20671: beautifying -99
20672:
20673: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
20674: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
20675: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
20676: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
20677: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
20678: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
20679: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
20680: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
20681: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
20682: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
20683: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
20684: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
20685: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
20686: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
20687: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
20688: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
20689: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
20690: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
20691: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
20692: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
20693: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
20694: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
20695: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
20696: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
20697: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
20698: started beautifying
20699:
20700: * src/classes/classes.h 1.1:
20701: file classes.h was initially added on branch
20702: reorganize_user_classes.
20703:
20704: 2001-04-26 paf
20705: * src/main/pa_request.C 1.121:
20706: * src/main/pa_string.C 1.80:
20707: z
20708:
20709: * src/classes/_exec.h 1.4:
20710: * src/classes/_image.h 1.3:
20711: * src/classes/image.C 1.21:
20712: * src/classes/mail.C 1.22:
20713: * src/classes/op.C 1.9:
20714: * src/classes/random.C 1.9:
20715: * src/classes/string.C 1.40:
20716: * src/classes/table.C 1.65:
20717: * src/doc/doxygen.cfg 1.5:
20718: * src/doc/doxygen.cfg 1.6:
20719: * src/doc/doxygen.cfg 1.7:
20720: * src/doc/doxygen.txt 1.4:
20721: * src/include/pa_array.h 1.36:
20722: * src/include/pa_config_fixed.h 1.5:
20723: * src/include/pa_config_includes.h 1.5:
20724: * src/include/pa_dir.h 1.3:
20725: * src/include/pa_socks.h 1.2:
20726: * src/include/pa_string.h 1.84:
20727: * src/main/compile_tools.h 1.38:
20728: * src/main/pa_common.C 1.52:
20729: * src/main/pa_request.C 1.122:
20730: * src/main/pa_socks.C 1.3:
20731: * src/sql/pa_sql_driver.h 1.8:
20732: * src/targets/cgi/pa_pool.C 1.4:
20733: * src/types/pa_vbool.h 1.7:
20734: * src/types/pa_vbool.h 1.8:
20735: * src/types/pa_vclass.h 1.13:
20736: * src/types/pa_vclass.h 1.14:
20737: * src/types/pa_vcode_frame.h 1.2:
20738: * src/types/pa_vcode_frame.h 1.3:
20739: * src/types/pa_vcookie.h 1.8:
20740: * src/types/pa_vdouble.h 1.16:
20741: * src/types/pa_venv.h 1.14:
20742: * src/types/pa_vfile.h 1.22:
20743: * src/types/pa_vform.C 1.27:
20744: * src/types/pa_vform.h 1.16:
20745: * src/types/pa_vhash.h 1.11:
20746: * src/types/pa_vimage.C 1.7:
20747: * src/types/pa_vimage.h 1.9:
20748: * src/types/pa_vint.h 1.17:
20749: * src/types/pa_vjunction.h 1.3:
20750: * src/types/pa_vjunction.h 1.4:
20751: * src/types/pa_vmethod_frame.h 1.4:
20752: * src/types/pa_vmethod_frame.h 1.5:
20753: * src/types/pa_vobject.h 1.6:
20754: * src/types/pa_vobject.h 1.7:
20755: * src/types/pa_vrequest.C 1.5:
20756: * src/types/pa_vrequest.h 1.8:
20757: * src/types/pa_vstateless_class.C 1.8:
20758: * src/types/pa_vstateless_class.h 1.10:
20759: * src/types/pa_vstateless_object.h 1.8:
20760: * src/types/pa_vstring.C 1.5:
20761: * src/types/pa_vstring.h 1.23:
20762: * src/types/pa_vtable.h 1.15:
20763: * src/types/pa_vunknown.h 1.10:
20764: * src/types/pa_wcontext.C 1.6:
20765: * src/types/pa_wcontext.h 1.12:
20766: * src/types/pa_wwrapper.h 1.7:
20767: * src/types/pa_wwrapper.h 1.8:
20768: code documentation ++
20769:
20770: * src/include/pa_common.h 1.42:
20771: * src/include/pa_types.h 1.25:
20772: * src/main/pa_sql_driver_manager.C 1.9:
20773: module [and, guess, isapi] connection caching fixed.
20774: request-pooled-url were stored into global connectioncache
20775:
20776: 2001-04-25 paf
20777: * src/doc/doxygen.cfg 1.4:
20778: * src/doc/doxygen.txt 1.3:
20779: * src/targets/isapi/parser3isapi.C 1.31:
20780: started doc / [doxygen.txt]
20781:
20782: * src/include/code.h 1.27:
20783: * src/include/pa_common.h 1.41:
20784: * src/main/compile.y 1.127:
20785: * src/main/execute.C 1.148:
20786: * src/main/pa_common.C 1.51:
20787: -d
20788:
20789: * src/classes/file.C 1.31:
20790: * src/main/pa_exec.C 1.5:
20791: * src/targets/cgi/parser3.C 1.72:
20792: illegal call check a bit improved, but still under iis no
20793: mapping of dir with parser allowed!
20794:
20795: 2001-04-24 paf
20796: * src/targets/Makefile.in 1.2:
20797: * src/targets/apache13/Makefile.in 1.1:
20798: apache makefile.in s
20799:
20800: * src/targets/Makefile.am 1.5:
20801: * src/targets/apache13/Makefile.am 1.1:
20802: apache module lib .am
20803:
20804: * src/main/pa_exec.C 1.4:
20805: windows32 buildCommand
20806:
20807: 2001-04-23 paf
20808: * src/classes/image.C 1.20:
20809: * src/classes/mail.C 1.21:
20810: * src/include/pa_globals.h 1.50:
20811: * src/include/pa_string.h 1.83:
20812: * src/main/pa_exec.C 1.3:
20813: * src/main/pa_request.C 1.119:
20814: * src/main/untaint.C 1.44:
20815: untaint - @test optimize whitespaces for all but 'html'
20816:
20817: * src/main/untaint.C 1.46:
20818: untaint without charset
20819:
20820: * src/targets/cgi/parser3.C 1.68:
20821: cgi /// @test disable /cgi-bin/parser3/auto.p
20822:
20823: * src/classes/random.C 1.8:
20824: * src/targets/cgi/parser3.C 1.71:
20825: redo failed
20826: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
20827:
20828: * src/main/untaint.C 1.45:
20829: mail header only once to =?
20830:
20831: * src/classes/mail.C 1.20:
20832: * src/include/pa_hash.h 1.38:
20833: * src/include/pa_string.h 1.82:
20834: * src/main/pa_common.C 1.49:
20835: * src/main/pa_hash.C 1.34:
20836: * src/main/pa_request.C 1.118:
20837: * src/main/untaint.C 1.43:
20838: untaint - @test mail-header
20839:
20840: * src/include/pa_config_auto.h.in 1.1:
20841: .h.in
20842:
20843: * src/targets/cgi/parser3.C 1.69:
20844: cgi cmdline ver
20845:
20846: * src/main/pa_request.C 1.120:
20847: * src/targets/cgi/parser3.C 1.70:
20848: // @test with commandline start "parser3 a.html" so that ^load
20849: a.cfg] worked! [now doesnt]
20850:
20851: * src/main/execute.C 1.147:
20852: operators first!
20853: so that ^table.menu{^rem{}} would not be 'unknown column'
20854:
20855: * src/include/pa_array.h 1.35:
20856: * src/main/pa_array.C 1.31:
20857: * src/types/pa_vfile.h 1.20:
20858: * src/types/pa_vfile.h 1.21:
20859: vfile fields return type
20860:
20861: * src/Makefile.in 1.1:
20862: * src/classes/Makefile.in 1.1:
20863: * src/main/Makefile.in 1.1:
20864: * src/targets/cgi/Makefile.in 1.1:
20865: * src/types/Makefile.in 1.1:
20866: makefile ins
20867:
20868: * src/main/pa_string.C 1.78:
20869: tested OK
20870: /// @test really @b test: s x m [tested: i & g ]
20871:
20872: * src/targets/Makefile.in 1.1:
20873: makefiles&co
20874:
20875: * src/classes/Makefile 1.2:
20876: * src/main/Makefile 1.2:
20877: * src/targets/cgi/Makefile 1.2:
20878: * src/types/Makefile 1.2:
20879: makefiles removed
20880:
20881: * src/classes/Makefile 1.1:
20882: * src/main/Makefile 1.1:
20883: * src/main/pa_string.C 1.79:
20884: * src/targets/cgi/Makefile 1.1:
20885: * src/types/Makefile 1.1:
20886: configure.in + makefiles
20887:
20888: * src/classes/table.C 1.64:
20889: * src/types/pa_vform.C 1.26:
20890: * src/types/pa_vtable.h 1.14:
20891: /// @test $a.menu{ $a[123] }
20892: and $a.menu{^table:set[]...}
20893:
20894: * src/targets/cgi/Makefile.am 1.5:
20895: liblink
20896:
20897: * src/targets/cgi/Makefile.am 1.6:
20898: * src/targets/cgi/Makefile.am 1.7:
20899: win32 conditional
20900:
20901: * src/include/pa_config_fixed.h 1.4:
20902: * src/include/pa_config_includes.h 1.4:
20903: * src/main/pa_common.C 1.50:
20904: common: file_write /// @test mkdirs file_delete rmdirs
20905:
20906: 2001-04-20 paf
20907: * src/main/untaint.C 1.41:
20908: * src/targets/cgi/parser3.C 1.66:
20909: fixed header "a/a"
20910:
20911: * src/main/untaint.C 1.42:
20912: z
20913:
20914: * src/classes/string.C 1.39:
20915: * src/classes/table.C 1.63:
20916: * src/include/pa_globals.h 1.49:
20917: * src/include/pa_request.h 1.83:
20918: * src/include/pa_string.h 1.81:
20919: * src/main/compile.y 1.126:
20920: * src/main/pa_globals.C 1.56:
20921: * src/main/pa_request.C 1.117:
20922: * src/main/pa_string.C 1.77:
20923: * src/targets/cgi/parser3.C 1.67:
20924: $MAIN:LOCALE
20925:
20926: 2001-04-19 paf
20927: * src/main/compile_tools.h 1.37:
20928: $a$b bugfix
20929:
20930: * src/classes/file.C 1.30:
20931: * src/targets/cgi/parser3.C 1.65:
20932: z
20933:
20934: * src/include/pa_common.h 1.39:
20935: * src/main/pa_common.C 1.48:
20936: * src/main/pa_request.C 1.116:
20937: * src/main/untaint.C 1.40:
20938: * src/targets/isapi/parser3isapi.C 1.30:
20939: * src/types/pa_vcookie.C 1.19:
20940: changed urlencode here and in untaint.C to HTTP standard's "
20941: and \" mech
20942:
20943: * src/classes/file.C 1.29:
20944: * src/include/pa_common.h 1.40:
20945: * src/types/pa_vcookie.C 1.20:
20946: done: header to $fields. waits for header '\' tricks
20947:
20948: * src/main/pa_request.C 1.115:
20949: * src/targets/isapi/parser3isapi.C 1.29:
20950: fixed http://alx/~paf/ doesnt load /auto.p
20951:
20952: 2001-04-18 paf
20953: * src/main/Makefile.am 1.10:
20954: * src/main/main.dsp 1.92:
20955: * src/targets/cgi/Makefile.am 1.4:
20956: linux @alx
20957:
20958: * src/main/pa_request.C 1.114:
20959: 1
20960:
20961: 2001-04-17 paf
20962: * src/classes/file.C 1.28:
20963: * src/classes/image.C 1.19:
20964: * src/doc/doxygen.cfg 1.3:
20965: * src/include/pa_sql_connection.h 1.5:
20966: * src/main/pa_sql_driver_manager.C 1.8:
20967: * src/sql/pa_sql_driver.h 1.7:
20968: SQL_Driver_services renamed. doxygen statics enabled
20969:
20970: * src/Makefile.am 1.5:
20971: * src/classes/Makefile.am 1.3:
20972: * src/classes/_double.h 1.7:
20973: * src/classes/_exec.h 1.3:
20974: * src/classes/_file.h 1.4:
20975: * src/classes/_form.h 1.3:
20976: * src/classes/_image.h 1.2:
20977: * src/classes/_int.h 1.7:
20978: * src/classes/_mail.h 1.3:
20979: * src/classes/_op.h 1.5:
20980: * src/classes/_random.h 1.3:
20981: * src/classes/_response.h 1.4:
20982: * src/classes/_string.h 1.9:
20983: * src/classes/_table.h 1.6:
20984: * src/classes/_unknown.h 1.2:
20985: * src/classes/file.C 1.27:
20986: * src/classes/image.C 1.18:
20987: * src/classes/mail.C 1.19:
20988: * src/classes/op.C 1.8:
20989: * src/classes/random.C 1.7:
20990: * src/include/pa_config_fixed.h 1.3:
20991: * src/include/pa_config_includes.h 1.3:
20992: * src/include/pa_hash.h 1.37:
20993: * src/include/pa_sql_driver_manager.h 1.3:
20994: * src/include/pa_version.h 1.2:
20995: * src/main/Makefile.am 1.9:
20996: * src/main/compile.y 1.125:
20997: * src/main/pa_common.C 1.47:
20998: * src/main/pa_exec.C 1.2:
20999: * src/main/pa_socks.C 1.2:
21000: * src/main/pa_sql_driver_manager.C 1.7:
21001: * src/sql/Makefile.am 1.2:
21002: * src/sql/pa_sql_driver.h 1.6:
21003: * src/targets/cgi/Makefile.am 1.3:
21004: * src/targets/cgi/parser3.C 1.64:
21005: * src/types/Makefile.am 1.3:
21006: * src/types/pa_vcookie.C 1.18:
21007: * src/types/pa_vform.C 1.25:
21008: * src/types/pa_vimage.h 1.8:
21009: exec @jav
21010:
21011: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
21012: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
21013: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
21014: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
21015: sql driver interface now has initialize(client .so)
21016:
21017: 2001-04-16 paf
21018: * src/Makefile.am [gcc0415] 1.4.2.2:
21019: compile2 cygwin
21020:
21021: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
21022: compile0 jav
21023:
21024: * src/Makefile.am [gcc0415] 1.4.2.1:
21025: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
21026: * src/classes/_double.h [gcc0415] 1.6.2.1:
21027: * src/classes/_exec.h [gcc0415] 1.2.2.1:
21028: * src/classes/_file.h [gcc0415] 1.3.2.1:
21029: * src/classes/_form.h [gcc0415] 1.2.2.1:
21030: * src/classes/_image.h [gcc0415] 1.1.2.1:
21031: * src/classes/_int.h [gcc0415] 1.6.2.1:
21032: * src/classes/_mail.h [gcc0415] 1.2.2.1:
21033: * src/classes/_op.h [gcc0415] 1.4.2.1:
21034: * src/classes/_random.h [gcc0415] 1.2.2.1:
21035: * src/classes/_response.h [gcc0415] 1.3.2.1:
21036: * src/classes/_string.h [gcc0415] 1.8.2.1:
21037: * src/classes/_table.h [gcc0415] 1.5.2.1:
21038: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
21039: * src/classes/image.C [gcc0415] 1.17.2.1:
21040: * src/classes/mail.C [gcc0415] 1.18.2.1:
21041: * src/classes/op.C [gcc0415] 1.7.2.1:
21042: * src/classes/random.C [gcc0415] 1.6.2.1:
21043: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
21044: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
21045: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
21046: * src/include/pa_version.h [gcc0415] 1.1.2.1:
21047: * src/main/Makefile.am [gcc0415] 1.8.2.1:
21048: * src/main/compile.y [gcc0415] 1.124.2.1:
21049: * src/main/pa_common.C [gcc0415] 1.46.2.1:
21050: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
21051: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
21052: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
21053: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
21054: * src/types/Makefile.am [gcc0415] 1.2.2.1:
21055: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
21056: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
21057: compile-1
21058:
21059: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
21060: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
21061: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
21062: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
21063: compile1 cygwin
21064:
21065: 2001-04-15 paf
21066: * src/classes/op.C 1.5:
21067: * src/include/pa_request.h 1.82:
21068: * src/types/pa_value.h 1.48:
21069: * src/types/pa_vmethod_frame.h 1.3:
21070: MethodParams in op.C
21071:
21072: * src/types/pa_value.h 1.49:
21073: MethodParams !junction
21074:
21075: * src/classes/table.C 1.62:
21076: table:empty +=process
21077:
21078: * src/classes/op.C 1.7:
21079: z
21080:
21081: * src/classes/_string.h 1.8:
21082: * src/classes/double.C 1.21:
21083: * src/classes/file.C 1.26:
21084: * src/classes/image.C 1.17:
21085: * src/classes/int.C 1.19:
21086: * src/classes/mail.C 1.18:
21087: * src/classes/op.C 1.6:
21088: * src/classes/random.C 1.6:
21089: * src/classes/response.C 1.7:
21090: * src/classes/string.C 1.38:
21091: * src/classes/table.C 1.61:
21092: * src/classes/unknown.C 1.2:
21093: * src/main/pa_request.C 1.113:
21094: MethodParams everywhere
21095:
21096: 2001-04-12 paf
21097: * src/classes/_unknown.h 1.1:
21098: * src/classes/unknown.C 1.1:
21099: * src/include/pa_globals.h 1.48:
21100: * src/main/main.dsp 1.91:
21101: * src/main/pa_globals.C 1.55:
21102: * src/types/pa_vunknown.h 1.9:
21103: ^unknown:int[]=0 double[]=0
21104:
21105: * src/classes/image.C 1.13:
21106: image:line/fill/rectangle/bar/replace/polygon/polybar
21107:
21108: * src/classes/image.C 1.15:
21109: * src/main/pa_hash.C 1.33:
21110: hash bug fixed
21111:
21112: * src/classes/image.C 1.12:
21113: * src/classes/op.C 1.4:
21114: * src/main/execute.C 1.146:
21115: * src/types/pa_value.h 1.47:
21116: * src/types/pa_vmethod_frame.h 1.2:
21117: * src/types/pa_wcontext.h 1.11:
21118: for var now written not to r.wcontext, but to r.root
21119: cleared "entered_object" state
21120:
21121: * src/classes/image.C 1.16:
21122: * src/types/pa_vimage.h 1.7:
21123: image:font :text
21124:
21125: * src/classes/image.C 1.14:
21126: image:gif now does not have params
21127:
21128: 2001-04-11 paf
21129: * src/classes/mail.C 1.17:
21130: * src/classes/op.C 1.3:
21131: * src/targets/cgi/parser3.C 1.63:
21132: * src/types/pa_value.h 1.46:
21133: * src/types/pa_vfile.C 1.15:
21134: * src/types/pa_vfile.h 1.19:
21135: * src/types/pa_vform.C 1.24:
21136: * src/types/pa_vstring.C 1.3:
21137: * src/types/pa_vstring.h 1.22:
21138: forced UL_FILE_NAME of posted file name
21139:
21140: * src/classes/image.C 1.7:
21141: * src/main/execute.C 1.145:
21142: * src/main/main.dsp 1.89:
21143: * src/main/pa_request.C 1.112:
21144: * src/types/pa_vcframe.h 1.4:
21145: * src/types/pa_vcode_frame.h 1.1:
21146: * src/types/pa_vimage.C 1.4:
21147: * src/types/pa_vimage.h 1.4:
21148: * src/types/pa_vmethod_frame.h 1.1:
21149: * src/types/pa_vmframe.h 1.13:
21150: libimaging dead end: pil parses header in .py
21151:
21152: * src/classes/image.C 1.8:
21153: * src/types/pa_vimage.C 1.5:
21154: * src/types/pa_vimage.h 1.5:
21155: gd started porting to Pooled descendant
21156:
21157: * src/classes/image.C 1.5:
21158: * src/main/pa_request.C 1.110:
21159: * src/types/pa_vform.C 1.23:
21160: fixed post [broke when moved post read to core]
21161:
21162: * src/main/main.dsp 1.87:
21163: gd+smtp made separate libs
21164:
21165: * src/classes/image.C 1.9:
21166: * src/types/pa_vimage.C 1.6:
21167: * src/types/pa_vimage.h 1.6:
21168: gd todo: gif without file
21169:
21170: * src/include/pa_globals.h 1.46:
21171: * src/include/pa_string.h 1.80:
21172: * src/main/pa_common.C 1.46:
21173: * src/main/pa_request.C 1.111:
21174: * src/main/untaint.C 1.39:
21175: * src/types/pa_vfile.C 1.16:
21176: * src/types/pa_vstring.C 1.4:
21177: fixed vstring:as_vfile length
21178:
21179: * src/classes/image.C 1.6:
21180: * src/include/pa_globals.h 1.47:
21181: * src/main/main.dsp 1.88:
21182: * src/main/pa_globals.C 1.54:
21183: * src/types/pa_vimage.C 1.3:
21184: * src/types/pa_vimage.h 1.3:
21185: gd dead end. switching to python imaging lib
21186:
21187: * src/classes/image.C 1.10:
21188: * src/main/main.dsp 1.90:
21189: gd with mem write + image just compiled
21190:
21191: * src/classes/image.C 1.11:
21192: image:create image:load
21193:
21194: 2001-04-10 paf
21195: * src/classes/_double.h 1.6:
21196: * src/classes/_file.h 1.3:
21197: * src/classes/_form.h 1.2:
21198: * src/classes/_int.h 1.6:
21199: * src/classes/_mail.h 1.2:
21200: * src/classes/_op.h 1.4:
21201: * src/classes/_random.h 1.2:
21202: * src/classes/_response.h 1.3:
21203: * src/classes/_string.h 1.7:
21204: * src/classes/_table.h 1.5:
21205: * src/classes/file.C 1.25:
21206: * src/classes/mail.C 1.16:
21207: * src/include/pa_common.h 1.37:
21208: * src/include/pa_globals.h 1.45:
21209: * src/main/execute.C 1.144:
21210: * src/main/main.dsp 1.86:
21211: * src/main/pa_common.C 1.44:
21212: * src/main/pa_globals.C 1.53:
21213: * src/targets/isapi/parser3isapi.C 1.28:
21214: * src/types/pa_value.h 1.45:
21215: * src/types/pa_vfile.C 1.14:
21216: * src/types/pa_vfile.h 1.18:
21217: * src/types/pa_vhash.h 1.10:
21218: * src/types/pa_vimage.h 1.1:
21219: * src/types/pa_vresponse.h 1.8:
21220: * src/types/pa_vstring.h 1.21:
21221: image:measure -100 just compiled
21222:
21223: * src/classes/_image.h 1.1:
21224: * src/classes/image.C 1.1:
21225: * src/types/pa_vimage.C 1.1:
21226: image forgotten!
21227:
21228: * src/classes/image.C 1.3:
21229: * src/types/pa_vimage.C 1.2:
21230: jpg measure bugs fixed
21231:
21232: * src/classes/image.C 1.4:
21233: image:html done
21234:
21235: * src/classes/table.C 1.60:
21236: * src/include/pa_common.h 1.38:
21237: * src/main/pa_common.C 1.45:
21238: * src/main/pa_request.C 1.109:
21239: * src/main/pa_string.C 1.76:
21240: * src/main/untaint.C 1.38:
21241: * src/types/pa_vimage.h 1.2:
21242: image:measure -90
21243:
21244: * src/classes/mail.C 1.11:
21245: * src/main/pa_globals.C 1.52:
21246: smtp some consts
21247:
21248: * src/classes/mail.C 1.12:
21249: unix sendmail compiled. todo:testing
21250:
21251: * src/classes/mail.C 1.14:
21252: sendmail unix skipping defaults
21253:
21254: * src/classes/image.C 1.2:
21255: z
21256:
21257: * src/classes/mail.C 1.13:
21258: * src/include/pa_common.h 1.36:
21259: * src/main/pa_common.C 1.43:
21260: sendmail unix added defaults
21261:
21262: * src/classes/mail.C 1.15:
21263: minor bug with unclear from/to
21264:
21265: 2001-04-09 paf
21266: * src/classes/_exec.h 1.2:
21267: * src/main/execute.C 1.142:
21268: * src/main/pa_globals.C 1.50:
21269: * src/main/pa_request.C 1.106:
21270: * src/types/pa_vcookie.C 1.17:
21271: * src/types/pa_vfile.C 1.12:
21272: exec -2
21273:
21274: * src/classes/file.C 1.24:
21275: * src/include/pa_exec.h 1.1:
21276: * src/include/pa_sapi.h 1.8:
21277: * src/main/main.dsp 1.85:
21278: * src/main/pa_exec.C 1.1:
21279: * src/targets/cgi/parser3.C 1.62:
21280: * src/targets/cgi/parser3.dsp 1.17:
21281: * src/targets/isapi/parser3isapi.C 1.27:
21282: * src/targets/isapi/parser3isapi.dsp 1.12:
21283: all targets exec
21284:
21285: * src/classes/exec.C 1.2:
21286: * src/include/pa_common.h 1.35:
21287: * src/main/pa_common.C 1.42:
21288: * src/main/untaint.C 1.37:
21289: exec3. decided exec:cgi to move to file:cgi
21290:
21291: * src/include/pa_sapi.h 1.7:
21292: * src/include/pa_string.h 1.79:
21293: * src/targets/cgi/parser3.C 1.61:
21294: * src/targets/isapi/parser3isapi.C 1.26:
21295: * src/targets/isapi/parser3isapi.dsp 1.11:
21296: sapi exec dead end. badly parsed args in apache:util.script
21297:
21298: * src/classes/file.C 1.23:
21299: * src/main/main.dsp 1.84:
21300: * src/main/pa_request.C 1.108:
21301: * src/targets/cgi/parser3.C 1.60:
21302: exec win32 env
21303:
21304: * src/classes/exec.C 1.3:
21305: * src/classes/file.C 1.21:
21306: * src/include/pa_globals.h 1.44:
21307: * src/main/execute.C 1.143:
21308: * src/main/main.dsp 1.83:
21309: * src/main/pa_globals.C 1.51:
21310: * src/main/pa_request.C 1.107:
21311: * src/types/pa_vfile.C 1.13:
21312: * src/types/pa_vfile.h 1.17:
21313: * src/types/pa_vform.C 1.22:
21314: * src/types/pa_vstring.C 1.2:
21315: exec4. todo env
21316:
21317: * src/classes/_exec.h 1.1:
21318: * src/classes/exec.C 1.1:
21319: * src/include/pa_common.h 1.34:
21320: * src/include/pa_request.h 1.81:
21321: * src/include/pa_sapi.h 1.6:
21322: * src/include/pa_string.h 1.77:
21323: * src/main/pa_common.C 1.41:
21324: * src/main/pa_request.C 1.105:
21325: * src/main/pa_string.C 1.75:
21326: * src/targets/cgi/parser3.C 1.59:
21327: * src/targets/cgi/parser3.dsp 1.16:
21328: * src/targets/isapi/parser3isapi.C 1.25:
21329: * src/types/pa_vform.C 1.21:
21330: * src/types/pa_vform.h 1.15:
21331: exec class just compiled. moved post read to request core
21332:
21333: * src/classes/file.C 1.22:
21334: * src/include/pa_hash.h 1.36:
21335: * src/main/pa_hash.C 1.32:
21336: exec env 0
21337:
21338: * src/classes/_op.h 1.3:
21339: * src/include/pa_dir.h 1.2:
21340: * src/include/pa_globals.h 1.43:
21341: * src/include/pa_sapi.h 1.5:
21342: * src/main/main.dsp 1.82:
21343: * src/main/pa_dir.C 1.2:
21344: * src/main/pa_globals.C 1.49:
21345: * src/targets/cgi/parser3.C 1.58:
21346: * src/targets/cgi/parser3.dsp 1.15:
21347: problems with ^exec:cgi post data. they are already read by vform
21348:
21349: * src/include/pa_string.h 1.78:
21350: written but not tested exec with env for unix
21351:
21352: 2001-04-08 paf
21353: * src/classes/file.C 1.20:
21354: * src/classes/mail.C 1.10:
21355: * src/classes/string.C 1.37:
21356: * src/include/pa_request.h 1.80:
21357: * src/include/pa_string.h 1.76:
21358: * src/main/pa_request.C 1.104:
21359: uuencode. string<<
21360:
21361: 2001-04-07 paf
21362: * src/classes/_mail.h 1.1:
21363: * src/classes/mail.C 1.1:
21364: * src/include/pa_common.h 1.33:
21365: * src/include/pa_globals.h 1.41:
21366: * src/include/pa_string.h 1.74:
21367: * src/main/main.dsp 1.79:
21368: * src/main/pa_common.C 1.40:
21369: * src/main/pa_globals.C 1.47:
21370: * src/main/pa_request.C 1.101:
21371: * src/main/untaint.C 1.36:
21372: * src/types/pa_vcookie.C 1.16:
21373: mail:send -10 just compiled
21374:
21375: * src/include/pa_socks.h 1.1:
21376: * src/main/main.dsp 1.81:
21377: * src/main/pa_socks.C 1.1:
21378: * src/targets/cgi/parser3.C 1.57:
21379: * src/targets/cgi/parser3.dsp 1.14:
21380: * src/targets/isapi/parser3isapi.C 1.24:
21381: mail:send 1
21382:
21383: * src/classes/mail.C 1.3:
21384: +=
21385:
21386: * src/classes/mail.C 1.6:
21387: ^attach dead end
21388:
21389: * src/classes/mail.C 1.2:
21390: * src/include/pa_string.h 1.75:
21391: mail:send -1 text prepared
21392:
21393: * src/classes/mail.C 1.7:
21394: ^mail[$attach
21395:
21396: * src/classes/mail.C 1.5:
21397: * src/classes/mail.C 1.8:
21398: * src/classes/mail.C 1.9:
21399: * src/main/pa_request.C 1.103:
21400: z
21401:
21402: * src/classes/mail.C 1.4:
21403: * src/include/pa_globals.h 1.42:
21404: * src/include/pa_request.h 1.79:
21405: * src/main/main.dsp 1.80:
21406: * src/main/pa_globals.C 1.48:
21407: * src/main/pa_request.C 1.102:
21408: smtp just compiled
21409:
21410: 2001-04-06 paf
21411: * src/types/pa_valiased.C 1.7:
21412: another root inherititance skipped
21413:
21414: * src/classes/random.C 1.5:
21415: * src/classes/table.C 1.57:
21416: * src/main/pa_globals.C 1.44:
21417: @office
21418:
21419: * src/classes/table.C 1.58:
21420: * src/include/pa_dir.h 1.1:
21421: * src/main/execute.C 1.141:
21422: * src/main/main.dsp 1.78:
21423: * src/main/pa_dir.C 1.1:
21424: table:dir 0 [without regexp]
21425:
21426: * src/main/compile.C 1.34:
21427: * src/main/compile.y 1.124:
21428: * src/main/execute.C 1.139:
21429: operators are now not root methods of parent class. just 'ROOT
21430: class
21431:
21432: * src/classes/table.C 1.59:
21433: * src/include/pa_globals.h 1.40:
21434: * src/main/pa_globals.C 1.46:
21435: * src/main/pa_string.C 1.74:
21436: table:dir 1
21437:
21438: * src/classes/_op.h 1.2:
21439: * src/classes/_root.h 1.5:
21440: * src/classes/op.C 1.2:
21441: * src/classes/root.C 1.62:
21442: * src/include/pa_globals.h 1.39:
21443: * src/include/pa_request.h 1.78:
21444: * src/main/compile.C 1.35:
21445: * src/main/execute.C 1.140:
21446: * src/main/main.dsp 1.77:
21447: * src/main/pa_globals.C 1.45:
21448: * src/main/pa_request.C 1.100:
21449: renamed 'root' to 'op'
21450:
21451: * src/classes/_op.h 1.1:
21452: * src/classes/op.C 1.1:
21453: renamed from 'root'
21454:
21455: 2001-04-05 paf
21456: * src/classes/root.C 1.59:
21457: * src/include/pa_sql_connection.h 1.1:
21458: * src/include/pa_sql_driver.h 1.5:
21459: * src/main/main.dsp 1.76:
21460: * src/main/pa_sql_driver_manager.C 1.3:
21461: * src/sql/pa_sql_driver.h 1.1:
21462: sql driver services for conv memory & error reporting
21463:
21464: * src/main/execute.C 1.138:
21465: * src/main/pa_request.C 1.98:
21466: * src/main/pa_string.C 1.73:
21467: * src/types/pa_value.h 1.44:
21468: * src/types/pa_vmframe.h 1.12:
21469: * src/types/pa_wcontext.h 1.10:
21470: constructor flag dropped at get_method_frame and remembered
21471: into method_frame
21472:
21473: * src/include/pa_globals.h 1.38:
21474: * src/main/pa_globals.C 1.43:
21475: * src/main/pa_request.C 1.96:
21476: * src/main/pa_string.C 1.72:
21477: * src/targets/isapi/parser3isapi.dsp 1.10:
21478: $LOCALE:ctype[Russian_Russia.1251]
21479:
21480: * src/main/pa_request.C 1.99:
21481: * src/sql/pa_sql_driver.h 1.5:
21482: mysql limit
21483:
21484: * src/classes/table.C 1.52:
21485: select * from hren error contains statement
21486:
21487: * src/classes/random.C 1.4:
21488: * src/classes/root.C 1.60:
21489: * src/classes/table.C 1.54:
21490: * src/include/pa_sql_connection.h 1.4:
21491: * src/include/pa_string.h 1.71:
21492: * src/main/execute.C 1.137:
21493: * src/main/pa_sql_driver_manager.C 1.6:
21494: * src/main/pa_string.C 1.70:
21495: * src/main/untaint.C 1.34:
21496: * src/sql/pa_sql_driver.h 1.4:
21497: * src/types/pa_vmframe.h 1.11:
21498: * src/types/pa_wcontext.C 1.5:
21499: * src/types/pa_wcontext.h 1.9:
21500: sql quote. string untaint UL_SQL
21501:
21502: * src/classes/table.C 1.51:
21503: * src/include/pa_sql_connection.h 1.2:
21504: * src/include/pa_types.h 1.24:
21505: * src/main/pa_sql_driver_manager.C 1.4:
21506: * src/main/untaint.C 1.33:
21507: * src/sql/pa_sql_driver.h 1.2:
21508: * src/targets/cgi/parser3.dsp 1.13:
21509: mysql 0
21510:
21511: * src/classes/table.C 1.53:
21512: * src/include/pa_sql_connection.h 1.3:
21513: * src/main/pa_sql_driver_manager.C 1.5:
21514: * src/sql/pa_sql_driver.h 1.3:
21515: sql ping
21516:
21517: * src/classes/table.C 1.55:
21518: * src/include/pa_string.h 1.72:
21519: * src/main/pa_string.C 1.71:
21520: * src/main/untaint.C 1.35:
21521: z
21522:
21523: * src/classes/file.C 1.19:
21524: * src/classes/root.C 1.61:
21525: * src/classes/string.C 1.36:
21526: * src/classes/table.C 1.56:
21527: * src/main/pa_request.C 1.97:
21528: junction to code&expression in errors
21529:
21530: * src/include/pa_config_fixed.h 1.2:
21531: * src/include/pa_config_includes.h 1.2:
21532: * src/include/pa_hash.h 1.35:
21533: * src/include/pa_string.h 1.73:
21534: * src/main/pa_hash.C 1.31:
21535: * src/main/pa_table.C 1.26:
21536: hash now not thread-safe.
21537:
21538: 2001-04-04 paf
21539: * src/include/pa_sql_driver.h 1.4:
21540: mysql connect
21541:
21542: * src/classes/random.C 1.3:
21543: * src/classes/root.C 1.56:
21544: * src/classes/table.C 1.49:
21545: * src/include/pa_globals.h 1.36:
21546: * src/include/pa_pool.h 1.48:
21547: * src/include/pa_request.h 1.76:
21548: * src/main/pa_request.C 1.94:
21549: * src/types/pa_vclass.h 1.12:
21550: sql frame -10
21551:
21552: * src/Makefile.am 1.4:
21553: * src/classes/root.C 1.57:
21554: * src/classes/string.C 1.35:
21555: * src/classes/table.C 1.50:
21556: * src/include/pa_globals.h 1.37:
21557: * src/include/pa_hash.h 1.34:
21558: * src/include/pa_pool.h 1.49:
21559: * src/include/pa_request.h 1.77:
21560: * src/include/pa_sapi.h 1.4:
21561: * src/include/pa_string.h 1.70:
21562: * src/include/pa_table.h 1.29:
21563: * src/main/main.dsp 1.74:
21564: * src/main/pa_globals.C 1.42:
21565: * src/main/pa_hash.C 1.30:
21566: * src/main/pa_request.C 1.95:
21567: * src/main/pa_string.C 1.69:
21568: * src/main/pa_table.C 1.25:
21569: * src/main/untaint.C 1.32:
21570: connect&sql -1000 just compiled
21571:
21572: * src/sql/Makefile.am 1.1:
21573: forgot to add mysql client
21574:
21575: * src/classes/root.C 1.58:
21576: * src/include/pa_sql_driver.h 1.2:
21577: * src/include/pa_sql_driver_manager.h 1.2:
21578: * src/main/main.dsp 1.75:
21579: * src/main/pa_sql_driver_manager.C 1.2:
21580: more manager&connection&driver
21581:
21582: * src/include/pa_sql_driver.h 1.3:
21583: mysql info
21584:
21585: * src/doc/doxygen.cfg 1.2:
21586: z
21587:
21588: * src/include/pa_sql_driver.h 1.1:
21589: * src/include/pa_sql_driver_manager.h 1.1:
21590: * src/main/pa_sql_driver_manager.C 1.1:
21591: connect&sql -1000 just compiled [forgot to add libltdl, added]
21592:
21593: 2001-04-03 paf
21594: * src/classes/file.C 1.18:
21595: * src/classes/string.C 1.32:
21596: * src/classes/table.C 1.48:
21597: * src/include/pa_string.h 1.69:
21598: * src/main/pa_common.C 1.39:
21599: * src/main/pa_string.C 1.68:
21600: * src/main/untaint.C 1.31:
21601: string:match replace 2. string.cstr(forced lang)
21602:
21603: * src/classes/string.C 1.30:
21604: string:match replace 0
21605:
21606: * src/classes/string.C 1.34:
21607: * src/types/pa_vform.C 1.19:
21608: string:match replace assigned lang
21609:
21610: * src/classes/string.C 1.31:
21611: * src/include/pa_string.h 1.68:
21612: * src/main/pa_string.C 1.67:
21613: string:match replace strange matches
21614:
21615: * src/classes/table.C 1.46:
21616: table:append now uses string::split
21617:
21618: * src/include/pa_globals.h 1.33:
21619: * src/include/pa_hash.h 1.33:
21620: * src/main/pa_globals.C 1.39:
21621: * src/main/pa_request.C 1.92:
21622: * src/targets/cgi/parser3.C 1.55:
21623: * src/targets/isapi/parser3isapi.C 1.22:
21624: * src/types/pa_vfile.C 1.11:
21625: content-disposition
21626:
21627: * src/classes/string.C 1.25:
21628: * src/include/pa_globals.h 1.34:
21629: * src/include/pa_string.h 1.64:
21630: * src/main/main.dsp 1.73:
21631: * src/main/pa_globals.C 1.40:
21632: * src/main/pa_string.C 1.62:
21633: string:match [search] -1 just compiled
21634:
21635: * src/classes/string.C 1.26:
21636: * src/include/pa_globals.h 1.35:
21637: * src/include/pa_string.h 1.65:
21638: * src/include/pa_threads.h 1.12:
21639: * src/main/pa_globals.C 1.41:
21640: * src/main/pa_string.C 1.63:
21641: * src/targets/isapi/parser3isapi.dsp 1.9:
21642: string:match 0
21643:
21644: * src/main/pa_common.C 1.37:
21645: * src/main/untaint.C 1.30:
21646: * src/targets/cgi/parser3.C 1.56:
21647: * src/targets/isapi/parser3isapi.C 1.23:
21648: * src/targets/isapi/pool_storage.h 1.4:
21649: todo/tests
21650:
21651: * src/classes/file.C 1.15:
21652: * src/classes/root.C 1.54:
21653: * src/classes/string.C 1.23:
21654: * src/classes/table.C 1.44:
21655: * src/doc/doxygen.cmd 1.1:
21656: * src/doc/doxygen.txt 1.2:
21657: * src/doc/generate.cmd 1.2:
21658: * src/include/pa_array.h 1.34:
21659: * src/include/pa_request.h 1.74:
21660: * src/include/pa_string.h 1.62:
21661: * src/main/execute.C 1.136:
21662: * src/main/pa_string.C 1.60:
21663: * src/main/untaint.C 1.29:
21664: * src/targets/cgi/parser3.C 1.52:
21665: * src/types/pa_vcookie.C 1.15:
21666: string::pos & cmp & piece bugs fixed.
21667: string::split new
21668: table:load separated from set
21669: table:set implemented with clean \n \t searches
21670:
21671: * src/include/pa_common.h 1.31:
21672: * src/include/pa_globals.h 1.32:
21673: * src/main/pa_globals.C 1.38:
21674: * src/main/pa_request.C 1.91:
21675: * src/targets/cgi/parser3.C 1.54:
21676: * src/targets/isapi/parser3isapi.C 1.21:
21677: * src/types/pa_value.h 1.43:
21678: main:post-process
21679:
1.39 ! paf 21680: * src/classes/string.C 1.27:
! 21681: * src/include/pa_string.h 1.66:
! 21682: * src/main/pa_string.C 1.64:
! 21683: string:match replace -11
! 21684:
1.15 paf 21685: * src/classes/file.C 1.16:
21686: * src/classes/table.C 1.45:
21687: * src/include/pa_common.h 1.32:
21688: * src/main/compile_tools.C 1.34:
21689: * src/main/pa_common.C 1.38:
21690: * src/main/pa_request.C 1.93:
21691: * src/types/pa_vform.C 1.20:
21692: * src/types/pa_vstring.C 1.1:
21693: z
21694:
21695: * src/include/pa_common.h 1.30:
21696: * src/include/pa_request.h 1.75:
21697: * src/include/pa_sapi.h 1.3:
21698: * src/main/main.dsp 1.72:
21699: * src/main/pa_common.C 1.36:
21700: * src/main/pa_request.C 1.90:
21701: * src/targets/cgi/parser3.C 1.53:
21702: * src/types/pa_value.h 1.42:
21703: * src/types/pa_vfile.C 1.10:
21704: * src/types/pa_vfile.h 1.16:
21705: * src/types/pa_vstring.h 1.20:
21706: vfile in response:body
21707:
21708: * src/classes/string.C 1.28:
21709: * src/include/pa_string.h 1.67:
21710: * src/main/pa_string.C 1.65:
21711: string:match replace prepared
21712:
21713: * src/classes/string.C 1.33:
21714: * src/main/compile.y 1.123:
21715: grammar: fixed to allow {}[]< empty []
21716:
21717: * src/classes/double.C 1.20:
21718: * src/classes/file.C 1.17:
21719: * src/classes/form.C 1.3:
21720: * src/classes/int.C 1.18:
21721: * src/classes/response.C 1.6:
21722: * src/classes/root.C 1.55:
21723: * src/classes/string.C 1.24:
21724: * src/classes/table.C 1.47:
21725: * src/include/pa_string.h 1.63:
21726: * src/main/pa_string.C 1.61:
21727: string:match -10 [frame]
21728:
21729: * src/classes/string.C 1.29:
21730: * src/main/pa_string.C 1.66:
21731: string:match replace prepared 2
21732:
21733: 2001-04-02 paf
21734: * src/classes/_random.h 1.1:
21735: * src/classes/random.C 1.1:
21736: * src/include/pa_globals.h 1.31:
21737: * src/main/main.dsp 1.71:
21738: * src/main/pa_globals.C 1.37:
21739: * src/main/pa_request.C 1.89:
21740: * src/types/pa_value.h 1.40:
21741: random:generate
21742:
21743: * src/classes/table.C 1.42:
21744: * src/include/pa_array.h 1.33:
21745: * src/include/pa_string.h 1.60:
21746: * src/include/pa_table.h 1.28:
21747: * src/main/execute.C 1.135:
21748: * src/types/pa_value.h 1.41:
21749: table:join
21750:
21751: * src/classes/table.C 1.43:
21752: * src/include/pa_string.h 1.61:
21753: * src/main/pa_string.C 1.59:
21754: * src/types/pa_valiased.C 1.6:
21755: * src/types/pa_valiased.h 1.12:
21756: * src/types/pa_vdouble.h 1.15:
21757: * src/types/pa_vfile.h 1.15:
21758: * src/types/pa_vint.h 1.16:
21759: * src/types/pa_vresponse.h 1.7:
21760: * src/types/pa_vstring.h 1.19:
21761: * src/types/pa_vtable.h 1.13:
21762: string::pos. about to use it in table:set/load
21763:
21764: * src/classes/random.C 1.2:
21765: random:generate 1
21766:
21767: 2001-03-30 paf
21768: * src/classes/double.C 1.19:
21769: * src/classes/file.C 1.14:
21770: * src/classes/int.C 1.17:
21771: * src/classes/response.C 1.5:
21772: * src/classes/root.C 1.53:
21773: * src/classes/string.C 1.22:
21774: * src/classes/table.C 1.40:
21775: * src/main/compile.y 1.122:
21776: * src/main/execute.C 1.134:
21777: * src/types/pa_value.h 1.39:
21778: * src/types/pa_vstateless_class.C 1.7:
21779: * src/types/pa_vstateless_class.h 1.9:
21780: static|dynamic|any method registration
21781:
21782: * src/classes/table.C 1.41:
21783: * src/include/pa_string.h 1.59:
21784: * src/main/pa_string.C 1.58:
21785: todo: table flip and append. string::pos
21786:
21787: 2001-03-29 paf
21788: * src/classes/string.C 1.14:
21789: * src/main/compile.y 1.120:
21790: * src/main/compile_tools.C 1.33:
21791: * src/main/compile_tools.h 1.36:
21792: * src/main/main.dsp 1.70:
21793: * src/types/pa_value.h 1.38:
21794: * src/types/pa_vstring.h 1.17:
21795: * src/types/pa_vunknown.h 1.8:
21796: empty params allowed. [] and [;] are different now.
21797:
21798: * src/include/pa_pool.h 1.46:
21799: * src/include/pa_request.h 1.72:
21800: * src/main/pa_request.C 1.86:
21801: * src/main/untaint.C 1.25:
21802: pool.request
21803:
21804: * src/classes/string.C 1.21:
21805: string:xsplit forgot that they must result in 1 row N column [
21806: not vice versa]
21807:
21808: * src/classes/string.C 1.17:
21809: * src/include/pa_string.h 1.57:
21810: * src/main/execute.C 1.133:
21811: * src/main/pa_array.C 1.30:
21812: * src/main/pa_string.C 1.56:
21813: * src/types/pa_vtable.h 1.12:
21814: string: lsplit -1
21815:
21816: * src/classes/string.C 1.16:
21817: * src/include/pa_string.h 1.55:
21818: * src/main/pa_string.C 1.54:
21819: string: pos -1
21820:
21821: * src/classes/string.C 1.18:
21822: * src/include/pa_string.h 1.58:
21823: * src/main/pa_string.C 1.57:
21824: string: lsplit
21825:
21826: * src/include/pa_pool.h 1.47:
21827: * src/include/pa_request.h 1.73:
21828: * src/main/pa_request.C 1.87:
21829: * src/main/untaint.C 1.26:
21830: pool.request undone
21831:
21832: * src/classes/string.C 1.20:
21833: z
21834:
21835: * src/include/pa_string.h 1.56:
21836: * src/main/pa_string.C 1.55:
21837: * src/main/untaint.C 1.28:
21838: string: pos
21839:
21840: * src/classes/string.C 1.15:
21841: * src/classes/table.C 1.38:
21842: * src/include/pa_string.h 1.54:
21843: * src/main/compile.y 1.121:
21844: * src/main/pa_request.C 1.88:
21845: * src/main/pa_string.C 1.53:
21846: * src/main/untaint.C 1.27:
21847: string: left right mid
21848:
21849: * src/classes/file.C 1.13:
21850: * src/classes/table.C 1.39:
21851: * src/include/pa_table.h 1.27:
21852: * src/main/pa_table.C 1.24:
21853: * src/types/pa_vstring.h 1.18:
21854: * src/types/pa_wwrapper.h 1.6:
21855: table:flip
21856:
21857: * src/classes/string.C 1.19:
21858: string: rsplit
21859:
21860: 2001-03-28 paf
21861: * src/classes/file.C 1.12:
21862: * src/include/pa_globals.h 1.30:
21863: * src/include/pa_request.h 1.71:
21864: * src/targets/cgi/parser3.C 1.51:
21865: * src/targets/isapi/parser3isapi.C 1.20:
21866: * src/types/pa_value.h 1.37:
21867: * src/types/pa_vrequest.C 1.4:
21868: * src/types/pa_vunknown.h 1.7:
21869: $request:browser [.type .version]; unknown.get_double now = 0.
21870:
21871: * src/classes/table.C 1.36:
21872: * src/include/pa_array.h 1.32:
21873: * src/include/pa_hash.h 1.32:
21874: * src/include/pa_table.h 1.24:
21875: * src/main/pa_array.C 1.29:
21876: * src/main/pa_table.C 1.21:
21877: * src/types/pa_vtable.h 1.11:
21878: table:locate just compiled
21879:
21880: * src/classes/file.C 1.9:
21881: * src/include/pa_common.h 1.29:
21882: * src/main/pa_common.C 1.34:
21883: * src/types/pa_vfile.C 1.7:
21884: * src/types/pa_vfile.h 1.12:
21885: started file:load. wrong write. must be self.set
21886:
21887: * src/classes/file.C 1.8:
21888: * src/classes/root.C 1.52:
21889: * src/classes/table.C 1.37:
21890: * src/include/pa_table.h 1.25:
21891: * src/main/pa_table.C 1.22:
21892: table:locate1, file:test
21893:
21894: * src/classes/file.C 1.10:
21895: * src/main/execute.C 1.132:
21896: * src/main/pa_common.C 1.35:
21897: * src/main/untaint.C 1.24:
21898: * src/targets/cgi/parser3.C 1.50:
21899: * src/types/pa_vfile.C 1.8:
21900: * src/types/pa_vfile.h 1.13:
21901: * src/types/pa_vform.C 1.17:
21902: file:load 1. tainted
21903:
21904: * src/classes/file.C 1.11:
21905: * src/include/pa_globals.h 1.29:
21906: * src/include/pa_request.h 1.70:
21907: * src/include/pa_table.h 1.26:
21908: * src/main/pa_globals.C 1.36:
21909: * src/main/pa_request.C 1.85:
21910: * src/main/pa_table.C 1.23:
21911: * src/types/pa_vfile.C 1.9:
21912: * src/types/pa_vfile.h 1.14:
21913: * src/types/pa_vform.C 1.18:
21914: file:load autodetection of mime-type by user-file-name
21915:
21916: 2001-03-27 paf
21917: * src/classes/double.C 1.18:
21918: * src/classes/int.C 1.16:
21919: * src/classes/root.C 1.51:
21920: * src/classes/string.C 1.13:
21921: * src/classes/table.C 1.34:
21922: * src/main/compile_tools.C 1.32:
21923: * src/main/execute.C 1.128:
21924: * src/main/pa_request.C 1.84:
21925: * src/main/untaint.C 1.23:
21926: * src/types/pa_value.h 1.35:
21927: * src/types/pa_vbool.h 1.6:
21928: * src/types/pa_vcookie.C 1.14:
21929: * src/types/pa_vdouble.h 1.14:
21930: * src/types/pa_vfile.h 1.11:
21931: * src/types/pa_vint.h 1.15:
21932: * src/types/pa_vmframe.h 1.9:
21933: * src/types/pa_vstring.h 1.16:
21934: * src/types/pa_vtable.h 1.10:
21935: * src/types/pa_vunknown.h 1.6:
21936: sort 0
21937:
21938: * src/classes/table.C 1.31:
21939: * src/include/pa_common.h 1.27:
21940: * src/main/compile.y 1.117:
21941: * src/main/execute.C 1.127:
21942: * src/main/pa_common.C 1.31:
21943: * src/main/pa_table.C 1.20:
21944: table:save decided to have as it were. stepped back.
21945: grammar: added 'in' 'is' 'lt'&co follow-space check
21946:
21947: * src/main/compile.y 1.119:
21948: fixed minor bug in @mn[][] ...^{
21949:
21950: * src/main/execute.C 1.130:
21951: * src/types/pa_value.h 1.36:
21952: * src/types/pa_vmframe.h 1.10:
21953: * src/types/pa_wcontext.h 1.8:
21954: fixed r/w context of code-params
21955:
21956: * src/classes/table.C 1.33:
21957: * src/main/pa_common.C 1.32:
21958: * src/main/pa_request.C 1.83:
21959: * src/targets/cgi/parser3.C 1.49:
21960: * src/types/pa_value.h 1.34:
21961: * src/types/pa_vbool.h 1.5:
21962: * src/types/pa_vdouble.h 1.12:
21963: * src/types/pa_vfile.h 1.9:
21964: * src/types/pa_vint.h 1.13:
21965: * src/types/pa_vstring.h 1.14:
21966: * src/types/pa_vunknown.h 1.5:
21967: continue on sort
21968:
21969: * src/types/pa_valiased.C 1.5:
21970: * src/types/pa_valiased.h 1.11:
21971: * src/types/pa_vdouble.h 1.13:
21972: * src/types/pa_vfile.h 1.10:
21973: * src/types/pa_vint.h 1.14:
21974: * src/types/pa_vresponse.h 1.6:
21975: * src/types/pa_vstring.h 1.15:
21976: * src/types/pa_vtable.h 1.9:
21977: renamed to are_static_calls_disabled
21978:
21979: * src/main/execute.C 1.131:
21980: * src/main/pa_common.C 1.33:
21981: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
21982:
21983: * src/classes/table.C 1.35:
21984: * src/main/execute.C 1.129:
21985: about to change junction rcontext!!
21986:
21987: * src/classes/table.C 1.32:
21988: * src/include/pa_common.h 1.28:
21989: * src/main/compile.y 1.118:
21990: started table:sort
21991: fixed minor bug in #...^{
21992:
21993: 2001-03-26 paf
21994: * src/classes/file.C 1.7:
21995: * src/classes/root.C 1.50:
21996: * src/classes/table.C 1.30:
21997: * src/include/pa_common.h 1.26:
21998: * src/include/pa_globals.h 1.28:
21999: * src/include/pa_table.h 1.23:
22000: * src/main/pa_common.C 1.30:
22001: * src/main/pa_globals.C 1.35:
22002: * src/main/pa_request.C 1.82:
22003: * src/main/pa_table.C 1.19:
22004: moved ::save to pa_table.
22005: disabled @auto invocation in ^process
22006:
22007: * src/classes/table.C 1.29:
22008: * src/include/pa_array.h 1.31:
22009: * src/include/pa_table.h 1.22:
22010: * src/main/pa_array.C 1.28:
22011: table:record
22012:
22013: * src/main/untaint.C 1.22:
22014: * src/targets/cgi/parser3.C 1.48:
22015: * src/targets/isapi/parser3isapi.C 1.19:
22016: * src/targets/isapi/parser3isapi.dsp 1.8:
22017: * src/targets/isapi/pool_storage.h 1.3:
22018: * src/types/pa_valiased.h 1.10:
22019: * src/types/pa_vcookie.C 1.13:
22020: * src/types/pa_vdouble.h 1.11:
22021: * src/types/pa_vfile.h 1.8:
22022: * src/types/pa_vint.h 1.12:
22023: * src/types/pa_vresponse.h 1.5:
22024: * src/types/pa_vstring.h 1.13:
22025: * src/types/pa_vtable.h 1.8:
22026: z
22027:
22028: * src/main/compile.y 1.116:
22029: grammar: [] 0params [;] 2 params (was 0)
22030:
22031: * src/include/pa_pool.h 1.45:
22032: * src/main/execute.C 1.126:
22033: * src/types/pa_valiased.C 1.4:
22034: * src/types/pa_valiased.h 1.9:
22035: * src/types/pa_value.h 1.33:
22036: * src/types/pa_vdouble.h 1.10:
22037: * src/types/pa_vfile.h 1.7:
22038: * src/types/pa_vint.h 1.11:
22039: * src/types/pa_vresponse.h 1.4:
22040: * src/types/pa_vstring.h 1.12:
22041: * src/types/pa_vtable.h 1.7:
22042: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
22043: allowed no checks in native method realisations on 'self' validity -
22044: they now can simply assume that 'self' is V{Proper} .
22045:
22046: 2001-03-25 paf
22047: * src/classes/table.C 1.26:
22048: * src/include/pa_globals.h 1.27:
22049: * src/include/pa_string.h 1.52:
22050: * src/include/pa_table.h 1.20:
22051: * src/main/compile.y 1.114:
22052: * src/main/compile_tools.C 1.31:
22053: * src/main/compile_tools.h 1.35:
22054: * src/main/pa_globals.C 1.32:
22055: * src/main/pa_request.C 1.79:
22056: * src/main/pa_string.C 1.52:
22057: * src/main/pa_table.C 1.17:
22058: * src/main/untaint.C 1.15:
22059: * src/types/pa_vcookie.h 1.7:
22060: typo & typo-default
22061:
22062: * src/main/pa_globals.C 1.34:
22063: * src/main/untaint.C 1.19:
22064: html-typo - moved all processing to table [except preliminary \
22065: \n \r \n replacements to "\n"]
22066:
22067: * src/main/untaint.C 1.16:
22068: typo \r \r\n \n properly handled
22069:
22070: * src/classes/table.C 1.27:
22071: * src/include/pa_table.h 1.21:
22072: * src/main/pa_globals.C 1.33:
22073: * src/main/pa_table.C 1.18:
22074: * src/main/untaint.C 1.17:
22075: returned table originating. useful for reporting typo table
22076: problems origin. think would be useful somewhere else
22077:
22078: * src/classes/table.C 1.28:
22079: * src/main/untaint.C 1.18:
22080: html-typo - decided to move all the processing to table
22081:
22082: * src/main/pa_request.C 1.80:
22083: table empty lines ignored. system-default content type assigned
22084: in output:result [can fail in main:auto and skipped normal
22085: defaults extraction]
22086:
22087: * src/include/pa_string.h 1.53:
22088: * src/main/compile.y 1.115:
22089: #comment fixed minor bug
22090:
22091: * src/main/pa_request.C 1.81:
22092: * src/main/untaint.C 1.20:
22093: moved default typo-table to lowlevel - it initialization could
22094: be skipped if failed in @auto. so that exception report would
22095: use some table
22096:
22097: * src/main/untaint.C 1.21:
22098: z
22099:
22100: 2001-03-24 paf
22101: * src/main/pa_globals.C 1.28:
22102: * src/types/pa_vclass.C 1.6:
22103: * src/types/pa_vclass.h 1.11:
22104: * src/types/pa_vstateless_class.C 1.6:
22105: * src/types/pa_vstateless_class.h 1.8:
22106: thrown away freeze mech.
22107: no danger now for you can't do ^request:process[@new-method[]
22108: body]
22109: trick anymore.
22110: still remains $some_instance.process[@new-method[]
22111: possibility]
22112: but would leave it as a feature.
22113: see index for sample
22114:
22115: * src/include/pa_string.h 1.51:
22116: * src/main/pa_string.C 1.51:
22117: * src/main/untaint.C 1.14:
22118: * src/targets/cgi/parser3.C 1.47:
22119: html-typo 2
22120:
22121: * src/include/pa_array.h 1.29:
22122: * src/include/pa_hash.h 1.31:
22123: * src/include/pa_request.h 1.67:
22124: * src/main/compile.y 1.110:
22125: * src/main/pa_array.C 1.26:
22126: * src/main/pa_common.C 1.25:
22127: * src/main/pa_hash.C 1.29:
22128: * src/main/pa_request.C 1.73:
22129: * src/types/pa_vcookie.C 1.12:
22130: cyclic uses ignored. defaulted default content-type
22131:
22132: * src/doc/doxygen.cfg 1.1:
22133: * src/doc/doxygen.txt 1.1:
22134: * src/doc/generate.cmd 1.1:
22135: * src/doc/view.cmd 1.1:
22136: * src/include/pa_array.h 1.30:
22137: * src/include/pa_globals.h 1.26:
22138: * src/include/pa_pool.h 1.44:
22139: * src/include/pa_string.h 1.50:
22140: * src/include/pa_table.h 1.19:
22141: * src/main/execute.C 1.125:
22142: * src/main/pa_array.C 1.27:
22143: * src/main/pa_globals.C 1.31:
22144: * src/main/pa_request.C 1.78:
22145: * src/main/pa_string.C 1.50:
22146: * src/main/untaint.C 1.13:
22147: * src/targets/cgi/parser3.C 1.46:
22148: * src/targets/isapi/parser3isapi.C 1.18:
22149: * src/types/pa_value.h 1.32:
22150: * src/types/pa_vtable.h 1.6:
22151: html-typo 0
22152: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
22153: html-typo sample. detected << problem: they become ltlt too fast
22154:
22155: * src/classes/file.C 1.6:
22156: * src/classes/root.C 1.49:
22157: * src/classes/table.C 1.25:
22158: * src/include/pa_common.h 1.25:
22159: * src/include/pa_request.h 1.69:
22160: * src/main/compile.y 1.111:
22161: * src/main/pa_common.C 1.28:
22162: * src/main/pa_request.C 1.77:
22163: * src/main/pa_string.C 1.49:
22164: * src/targets/isapi/parser3isapi.C 1.17:
22165: * src/types/pa_vfile.h 1.6:
22166: file_read stringified
22167:
22168: * src/include/pa_sapi.h 1.2:
22169: * src/main/pa_common.C 1.27:
22170: * src/main/pa_request.C 1.76:
22171: * src/targets/cgi/parser3.C 1.44:
22172: * src/targets/isapi/nt_log_events.mc 1.1:
22173: * src/targets/isapi/parser3isapi.C 1.16:
22174: * src/targets/isapi/parser3isapi.dsp 1.6:
22175: 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.
22176: isapi: used HSE_APPEND_LOG_PARAMETER feature
22177:
22178: * src/types/pa_valiased.C 1.3:
22179: decided to String-ify file_read
22180:
22181: * src/targets/cgi/parser3.C 1.45:
22182: * src/targets/isapi/nt_log_events.mc 1.2:
22183: * src/targets/isapi/parser3isapi.dsp 1.7:
22184: cgi: sapi::log
22185:
22186: * src/main/compile.y 1.109:
22187: * src/main/execute.C 1.124:
22188: * src/main/main.dsp 1.69:
22189: @CLASS equals @BASE. sanity
22190:
22191: * src/include/pa_common.h 1.22:
22192: * src/main/pa_common.C 1.23:
22193: * src/main/pa_request.C 1.72:
22194: * src/targets/cgi/parser3.C 1.42:
22195: * src/targets/isapi/pool_storage.h 1.2:
22196: * src/types/pa_vform.C 1.16:
22197: * src/types/pa_vform.h 1.14:
22198: auto.p monkey
22199:
22200: * src/include/pa_common.h 1.24:
22201: * src/include/pa_globals.h 1.25:
22202: * src/main/pa_common.C 1.26:
22203: * src/main/pa_globals.C 1.30:
22204: * src/main/pa_request.C 1.75:
22205: * src/targets/isapi/parser3isapi.C 1.15:
22206: fixed default content-type allocation storage
22207:
1.39 ! paf 22208: * src/include/pa_globals.h 1.24:
! 22209: * src/include/pa_request.h 1.68:
! 22210: * src/main/compile.y 1.113:
! 22211: * src/main/pa_common.C 1.29:
! 22212: * src/main/pa_globals.C 1.29:
! 22213: * src/main/pa_request.C 1.74:
! 22214: z
! 22215:
1.15 paf 22216: * src/include/pa_common.h 1.23:
22217: * src/main/pa_common.C 1.24:
22218: * src/targets/cgi/parser3.C 1.43:
22219: * src/targets/isapi/parser3isapi.C 1.14:
22220: auto.p monkey every target
22221:
22222: * src/main/compile.y 1.112:
22223: * src/main/compile_tools.h 1.34:
22224: #comment
22225:
22226: 2001-03-23 paf
22227: * src/classes/root.C 1.48:
22228: * src/classes/table.C 1.24:
22229: * src/include/pa_common.h 1.21:
22230: * src/include/pa_config_fixed.h 1.1:
22231: * src/include/pa_config_includes.h 1.1:
22232: * src/include/pa_string.h 1.49:
22233: * src/include/pa_threads.h 1.11:
22234: * src/include/pa_types.h 1.23:
22235: * src/include/pa_version.h 1.1:
22236: * src/main/compile.y 1.108:
22237: * src/main/execute.C 1.123:
22238: * src/main/pa_array.C 1.25:
22239: * src/main/pa_common.C 1.22:
22240: * src/main/pa_hash.C 1.28:
22241: * src/main/pa_pool.C 1.17:
22242: * src/main/pa_request.C 1.70:
22243: * src/main/pa_string.C 1.48:
22244: * src/main/untaint.C 1.12:
22245: * src/targets/cgi/parser3.C 1.40:
22246: * src/targets/isapi/parser3isapi.C 1.10:
22247: * src/types/pa_vfile.C 1.6:
22248: * src/types/pa_vform.C 1.15:
22249: cgi: reinvent document_root and request_uri under iis. autoconf
22250: updated. introducing ap_config_includes
22251:
22252: * src/targets/cgi/parser3.C 1.41:
22253: * src/targets/isapi/parser3isapi.C 1.12:
22254: isapi: think it would be better to rewrite as filter then to
22255: deal with pool
22256:
22257: * src/targets/cgi/parser3.C 1.39:
22258: cgi: reinvent document_root under iis
22259:
22260: * src/include/pa_globals.h 1.22:
22261: * src/main/pa_request.C 1.68:
22262: * src/targets/cgi/parser3.C 1.36:
22263: * src/targets/cgi/parser3.dsp 1.12:
22264: * src/targets/isapi/parser3isapi.C 1.8:
22265: * src/types/pa_vcookie.C 1.10:
22266: * src/types/pa_venv.h 1.12:
22267: * src/types/pa_vform.C 1.13:
22268: all: sapi beauty
22269:
22270: * src/main/pa_request.C 1.67:
22271: * src/targets/cgi/parser3.C 1.35:
22272: * src/targets/isapi/parser3isapi.C 1.7:
22273: * src/targets/isapi/parser3isapi.dsp 1.4:
22274: isapi minor env beauty
22275:
22276: * src/include/pa_globals.h 1.23:
22277: * src/include/pa_sapi.h 1.1:
22278: * src/main/main.dsp 1.67:
22279: * src/main/pa_globals.C 1.27:
22280: * src/main/pa_request.C 1.69:
22281: * src/targets/cgi/parser3.C 1.37:
22282: * src/targets/isapi/parser3isapi.C 1.9:
22283: * src/types/pa_vcookie.C 1.11:
22284: * src/types/pa_venv.h 1.13:
22285: * src/types/pa_vform.C 1.14:
22286: sapi made object
22287:
22288: * src/include/pa_pool.h 1.43:
22289: * src/main/pa_request.C 1.71:
22290: * src/targets/cgi/pa_pool.C 1.3:
22291: * src/targets/isapi/pa_pool.C 1.3:
22292: * src/targets/isapi/parser3isapi.C 1.13:
22293: * src/targets/isapi/parser3isapi.dsp 1.5:
22294: * src/targets/isapi/pool_storage.h 1.1:
22295: isapi: dumb pool storage
22296:
22297: * src/main/main.dsp 1.68:
22298: * src/targets/isapi/parser3isapi.C 1.11:
22299: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
22300:
22301: * src/targets/isapi/pa_pool.C 1.2:
22302: decided to continue with extension
22303:
22304: * src/targets/cgi/parser3.C 1.38:
22305: cgi: only one pool now
22306:
22307: 2001-03-22 paf
22308: * src/main/pa_request.C 1.66:
22309: * src/targets/cgi/parser3.C 1.34:
22310: * src/targets/isapi/parser3isapi.C 1.6:
22311: * src/targets/isapi/parser3isapi.dsp 1.3:
22312: isapi document_root 0
22313:
22314: * src/types/pa_vcookie.C 1.8:
22315: cookie attr decoded
22316:
22317: * src/include/pa_pool.h 1.40:
22318: * src/targets/cgi/pa_pool.C 1.2:
22319: * src/targets/cgi/parser3.C 1.31:
22320: * src/targets/cgi/parser3.dsp 1.11:
22321: * src/targets/isapi/pa_pool.C 1.1:
22322: * src/targets/isapi/parser3isapi.C 1.1:
22323: * src/targets/isapi/parser3isapi.def 1.1:
22324: * src/targets/isapi/parser3isapi.dsp 1.1:
22325: started isapi
22326:
22327: * src/targets/isapi/parser3isapi.C 1.5:
22328: isapi keep-alive
22329:
22330: * src/targets/isapi/KILL.EXE 1.1:
22331: * src/targets/isapi/PSTAT.EXE 1.1:
22332: * src/targets/isapi/istart.cmd 1.1:
22333: * src/targets/isapi/istop.cmd 1.1:
22334: * src/targets/isapi/kill.pl 1.1:
22335: isapi added utils
22336:
22337: * src/include/pa_pool.h 1.41:
22338: * src/main/pa_pool.C 1.16:
22339: * src/targets/cgi/parser3.C 1.32:
22340: * src/targets/isapi/parser3isapi.C 1.2:
22341: * src/targets/isapi/parser3isapi.dsp 1.2:
22342: * src/types/pa_vform.C 1.12:
22343: isapi 0
22344:
22345: * src/include/pa_globals.h 1.20:
22346: * src/include/pa_request.h 1.66:
22347: * src/include/pa_types.h 1.22:
22348: * src/main/pa_globals.C 1.26:
22349: * src/main/pa_request.C 1.63:
22350: * src/targets/cgi/parser3.C 1.30:
22351: * src/types/pa_vcookie.C 1.9:
22352: config of auto.p path: parser_root_auto_path parser_site_auto_path
22353:
22354: * src/targets/cgi/vform_fields_fill.C 1.2:
22355: * src/targets/cgi/vform_fields_fill.h 1.2:
22356: * src/targets/isapi/parser3isapi.C 1.4:
22357: z
22358:
22359: * src/include/pa_globals.h 1.21:
22360: * src/main/pa_common.C 1.21:
22361: * src/main/pa_request.C 1.64:
22362: some comments
22363:
22364: * src/include/pa_pool.h 1.42:
22365: * src/main/pa_request.C 1.65:
22366: * src/targets/cgi/parser3.C 1.33:
22367: * src/targets/isapi/parser3isapi.C 1.3:
22368: isapi 1
22369:
22370: 2001-03-21 paf
22371: * src/include/pa_globals.h 1.18:
22372: * src/targets/cgi/parser3.C 1.28:
22373: * src/types/pa_venv.h 1.11:
22374: in cookie & env. todo:post
22375:
22376: * src/Makefile.am 1.3:
22377: * src/classes/Makefile.am 1.2:
22378: * src/classes/file.C 1.5:
22379: * src/classes/root.C 1.47:
22380: * src/classes/table.C 1.23:
22381: * src/include/pa_array.h 1.28:
22382: * src/include/pa_common.h 1.20:
22383: * src/include/pa_globals.h 1.17:
22384: * src/include/pa_pool.h 1.39:
22385: * src/include/pa_request.h 1.65:
22386: * src/include/pa_string.h 1.48:
22387: * src/main/Makefile.am 1.8:
22388: * src/main/compile.y 1.107:
22389: * src/main/execute.C 1.122:
22390: * src/main/main.dsp 1.66:
22391: * src/main/pa_common.C 1.20:
22392: * src/main/pa_globals.C 1.25:
22393: * src/main/pa_request.C 1.62:
22394: * src/main/pa_string.C 1.47:
22395: * src/main/pa_table.C 1.16:
22396: * src/main/untaint.C 1.11:
22397: * src/targets/Makefile.am 1.4:
22398: * src/targets/cgi/Makefile.am 1.2:
22399: * src/targets/cgi/parser3.C 1.27:
22400: * src/targets/cgi/parser3.dsp 1.10:
22401: * src/types/Makefile.am 1.2:
22402: * src/types/pa_vcookie.C 1.7:
22403: * src/types/pa_vform.C 1.11:
22404: * src/types/pa_vstring.h 1.11:
22405: * src/types/pa_wwrapper.h 1.5:
22406: shifted apache branch on main trunc
22407:
22408: * src/targets/cgi/parser3.C 1.29:
22409: z
22410:
22411: * src/include/pa_common.h [automake_update] 1.19.2.2:
22412: * src/include/pa_globals.h [automake_update] 1.16.2.1:
22413: * src/include/pa_pool.h [automake_update] 1.38.2.1:
22414: * src/include/pa_request.h [automake_update] 1.64.2.4:
22415: * src/main/main.dsp [automake_update] 1.65.2.1:
22416: * src/main/pa_common.C [automake_update] 1.19.2.5:
22417: * src/main/pa_request.C [automake_update] 1.61.2.3:
22418: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
22419: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
22420: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
22421: * src/types/pa_vform.C [automake_update] 1.10.2.1:
22422: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
22423: starting mod_parser3
22424:
22425: * src/include/pa_globals.h 1.19:
22426: post. todo: config of auto.p path
22427:
22428: 2001-03-20 paf
22429: * src/classes/Makefile.am 1.1:
22430: * src/types/Makefile.am 1.1:
22431: file Makefile.am was initially added on branch automake_update.
22432:
22433: * src/main/pa_common.C [automake_update] 1.19.2.4:
22434: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
22435: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
22436: automake compiled and works. todo:make win32 ifdefs work and
22437: add ifdef unistd
22438:
22439: * src/classes/Makefile.am [automake_update] 1.1.2.1:
22440: * src/classes/file.C 1.4:
22441: * src/classes/table.C 1.21:
22442: * src/classes/table.C [automake_update] 1.22.2.2:
22443: * src/include/pa_array.h 1.27:
22444: * src/include/pa_common.h 1.18:
22445: * src/include/pa_common.h [automake_update] 1.19.2.1:
22446: * src/include/pa_request.h 1.64:
22447: * src/include/pa_request.h [automake_update] 1.64.2.3:
22448: * src/include/pa_string.h 1.47:
22449: * src/include/pa_table.h 1.18:
22450: * src/include/pa_threads.h 1.10:
22451: * src/main/Makefile.am [automake_update] 1.7.16.3:
22452: * src/main/pa_common.C [automake_update] 1.19.2.3:
22453: * src/main/pa_globals.C 1.24:
22454: * src/main/pa_request.C [automake_update] 1.61.2.2:
22455: * src/main/pa_table.C [automake_update] 1.15.2.1:
22456: * src/main/untaint.C 1.10:
22457: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
22458: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
22459: * src/types/Makefile.am [automake_update] 1.1.2.1:
22460: * src/types/pa_valiased.h 1.8:
22461: * src/types/pa_value.h 1.31:
22462: * src/types/pa_vform.h 1.13:
22463: z
22464:
22465: * src/include/pa_request.h [automake_update] 1.64.2.2:
22466: * src/main/Makefile.am [automake_update] 1.7.16.2:
22467: * src/main/compile.y [automake_update] 1.106.2.1:
22468: * src/main/execute.C [automake_update] 1.121.2.2:
22469: * src/main/pa_common.C [automake_update] 1.19.2.2:
22470: * src/types/Makefile.am [automake_update] 1.1.2.2:
22471: removing locking
22472:
22473: * src/Makefile.am [automake_update] 1.2.16.1:
22474: * src/classes/file.C [automake_update] 1.4.2.1:
22475: * src/classes/root.C [automake_update] 1.46.2.1:
22476: * src/classes/table.C [automake_update] 1.22.2.1:
22477: * src/include/pa_array.h [automake_update] 1.27.2.1:
22478: * src/include/pa_request.h [automake_update] 1.64.2.1:
22479: * src/include/pa_string.h [automake_update] 1.47.2.1:
22480: * src/main/Makefile.am [automake_update] 1.7.16.1:
22481: * src/main/execute.C [automake_update] 1.121.2.1:
22482: * src/main/pa_common.C [automake_update] 1.19.2.1:
22483: * src/main/pa_globals.C [automake_update] 1.24.2.1:
22484: * src/main/pa_request.C [automake_update] 1.61.2.1:
22485: * src/main/pa_string.C [automake_update] 1.46.2.1:
22486: * src/main/untaint.C [automake_update] 1.10.2.1:
22487: * src/targets/Makefile.am [automake_update] 1.3.16.1:
22488: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
22489: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
22490: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
22491: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
22492: String::UL_
22493:
22494: * src/classes/table.C 1.22:
22495: * src/include/pa_common.h 1.19:
22496: * src/main/pa_common.C 1.19:
22497: * src/main/pa_request.C 1.61:
22498: * src/types/pa_vfile.h 1.5:
22499: ^table:save
22500:
22501: 2001-03-19 paf
22502: * src/classes/file.C 1.2:
22503: * src/classes/request.C 1.4:
22504: * src/classes/table.C 1.19:
22505: * src/include/pa_string.h 1.45:
22506: * src/main/main.dsp 1.61:
22507: * src/main/pa_pool.C 1.15:
22508: * src/main/pa_request.C 1.58:
22509: * src/main/untaint.C 1.9:
22510: * src/types/pa_value.h 1.27:
22511: * src/types/pa_vfile.C 1.2:
22512: * src/types/pa_vfile.h 1.2:
22513: * src/types/pa_vform.C 1.10:
22514: file 1
22515:
22516: * src/classes/table.C 1.17:
22517: * src/include/pa_pool.h 1.38:
22518: * src/include/pa_request.h 1.63:
22519: * src/include/pa_table.h 1.16:
22520: * src/include/pa_types.h 1.20:
22521: * src/main/execute.C 1.119:
22522: * src/main/pa_request.C 1.57:
22523: * src/targets/cgi/parser3.C 1.25:
22524: * src/types/pa_value.h 1.25:
22525: * src/types/pa_vclass.h 1.10:
22526: * src/types/pa_vform.C 1.8:
22527: * src/types/pa_vstateless_class.h 1.5:
22528: * src/types/pa_vstateless_object.h 1.4:
22529: ^table:set{default level: TABLE}
22530:
22531: * src/classes/_request.h 1.3:
22532: * src/classes/request.C 1.5:
22533: * src/main/pa_globals.C 1.22:
22534: * src/types/pa_vrequest.C 1.2:
22535: * src/types/pa_vrequest.h 1.6:
22536: VRequest moved to :VStateless_object
22537:
22538: * src/classes/_request.h 1.4:
22539: * src/classes/request.C 1.6:
22540: * src/main/main.dsp 1.65:
22541: * src/main/pa_globals.C 1.23:
22542: * src/types/pa_value.h 1.30:
22543: * src/types/pa_vform.h 1.12:
22544: * src/types/pa_vrequest.C 1.3:
22545: * src/types/pa_vrequest.h 1.7:
22546: VRequest moved to :Value
22547:
22548: * src/types/pa_valiased.h 1.4:
22549: * src/types/pa_vbool.h 1.4:
22550: doc: Value and it's derivates somehow unlinked. don't know why yet
22551:
22552: * src/classes/_env.h 1.6:
22553: * src/classes/_table.h 1.4:
22554: * src/classes/env.C 1.8:
22555: * src/classes/table.C 1.20:
22556: * src/main/execute.C 1.121:
22557: * src/main/main.dsp 1.63:
22558: * src/main/pa_globals.C 1.20:
22559: * src/main/pa_request.C 1.60:
22560: * src/types/pa_value.h 1.28:
22561: * src/types/pa_vcookie.C 1.6:
22562: * src/types/pa_vcookie.h 1.6:
22563: * src/types/pa_venv.h 1.10:
22564: VEnv is now :Value
22565:
22566: * src/targets/cgi/pa_vform.C 1.3:
22567: * src/types/pa_valiased.C 1.1:
22568: * src/types/pa_valiased.h 1.7:
22569: * src/types/pa_value.h 1.29:
22570: * src/types/pa_vstateless_class.C 1.5:
22571: * src/types/pa_vstateless_class.h 1.7:
22572: * src/types/pa_vstateless_object.h 1.7:
22573: moved common get_element part from stateless object&class into VAliased
22574:
22575: * src/classes/_file.h 1.2:
22576: * src/classes/file.C 1.3:
22577: * src/include/pa_types.h 1.21:
22578: * src/main/pa_globals.C 1.18:
22579: * src/main/pa_request.C 1.59:
22580: * src/targets/cgi/parser3.C 1.26:
22581: * src/types/pa_valiased.h 1.6:
22582: * src/types/pa_vfile.C 1.4:
22583: * src/types/pa_vfile.h 1.3:
22584: * src/types/pa_vstateless_class.h 1.6:
22585: * src/types/pa_vstateless_object.h 1.5:
22586: \ to / and ^file:save
22587:
22588: * src/classes/root.C 1.46:
22589: * src/classes/table.C 1.16:
22590: * src/main/pa_exception.C 1.7:
22591: * src/main/pa_request.C 1.53:
22592: * src/targets/cgi/parser3.C 1.24:
22593: * src/types/pa_vbool.h 1.3:
22594: * src/types/pa_vcookie.C 1.3:
22595: * src/types/pa_vcookie.h 1.3:
22596: * src/types/pa_vdouble.h 1.9:
22597: * src/types/pa_venv.h 1.8:
22598: * src/types/pa_vform.h 1.8:
22599: * src/types/pa_vint.h 1.10:
22600: * src/types/pa_vrequest.h 1.4:
22601: doc: detected Value derivates prob
22602:
22603: * src/include/code.h 1.25:
22604: * src/include/pa_array.h 1.25:
22605: * src/include/pa_pool.h 1.35:
22606: * src/include/pa_string.h 1.42:
22607: * src/include/pa_threads.h 1.8:
22608: * src/main/compile.C 1.32:
22609: * src/main/compile.y 1.105:
22610: * src/main/compile_tools.C 1.29:
22611: * src/main/compile_tools.h 1.32:
22612: * src/main/execute.C 1.117:
22613: * src/main/pa_array.C 1.23:
22614: * src/main/pa_common.C 1.15:
22615: * src/main/pa_exception.C 1.8:
22616: * src/main/pa_globals.C 1.15:
22617: * src/main/pa_hash.C 1.25:
22618: * src/main/pa_pool.C 1.13:
22619: * src/main/pa_request.C 1.54:
22620: * src/main/pa_string.C 1.45:
22621: * src/main/pa_table.C 1.14:
22622: * src/main/untaint.C 1.7:
22623: * src/types/pa_value.h 1.23:
22624: auto @brief
22625:
22626: * src/classes/_file.h 1.1:
22627: * src/classes/file.C 1.1:
22628: * src/classes/table.C 1.18:
22629: * src/include/pa_common.h 1.17:
22630: * src/include/pa_globals.h 1.16:
22631: * src/include/pa_string.h 1.44:
22632: * src/include/pa_table.h 1.17:
22633: * src/main/main.dsp 1.60:
22634: * src/main/pa_common.C 1.18:
22635: * src/main/pa_globals.C 1.17:
22636: * src/types/pa_value.h 1.26:
22637: * src/types/pa_vcookie.h 1.4:
22638: * src/types/pa_venv.h 1.9:
22639: * src/types/pa_vfile.C 1.1:
22640: * src/types/pa_vfile.h 1.1:
22641: * src/types/pa_vform.C 1.9:
22642: * src/types/pa_vform.h 1.9:
22643: * src/types/pa_vrequest.h 1.5:
22644: * src/types/pa_vtable.h 1.5:
22645: file class just compiled
22646:
22647: * src/types/pa_vfile.C 1.5:
22648: * src/types/pa_vfile.h 1.4:
22649: * src/types/pa_vstateless_object.h 1.6:
22650: vfile doxx
22651:
22652: * src/classes/_response.h 1.2:
22653: * src/classes/response.C 1.4:
22654: * src/main/pa_globals.C 1.21:
22655: * src/types/pa_vform.h 1.11:
22656: * src/types/pa_vresponse.h 1.3:
22657: VResponse moved to :VStateless_object
22658:
22659: * src/classes/_request.h 1.2:
22660: * src/classes/request.C 1.3:
22661: * src/include/code.h 1.24:
22662: * src/include/pa_array.h 1.24:
22663: * src/include/pa_common.h 1.15:
22664: * src/include/pa_exception.h 1.10:
22665: * src/include/pa_globals.h 1.13:
22666: * src/include/pa_hash.h 1.28:
22667: * src/include/pa_pool.h 1.34:
22668: * src/include/pa_request.h 1.61:
22669: * src/include/pa_stack.h 1.7:
22670: * src/include/pa_string.h 1.41:
22671: * src/include/pa_table.h 1.14:
22672: * src/include/pa_threads.h 1.7:
22673: * src/include/pa_types.h 1.17:
22674: * src/main/execute.C 1.116:
22675: * src/main/pa_pool.C 1.12:
22676: * src/main/pa_request.C 1.52:
22677: * src/main/pa_string.C 1.44:
22678: * src/main/untaint.C 1.6:
22679: * src/targets/cgi/parser3.C 1.23:
22680: * src/types/pa_value.h 1.22:
22681: * src/types/pa_vform.C 1.7:
22682: doxygen include/, Value
22683:
22684: * src/include/code.h 1.26:
22685: * src/include/pa_array.h 1.26:
22686: * src/include/pa_common.h 1.16:
22687: * src/include/pa_exception.h 1.11:
22688: * src/include/pa_globals.h 1.14:
22689: * src/include/pa_globals.h 1.15:
22690: * src/include/pa_hash.h 1.29:
22691: * src/include/pa_pool.h 1.36:
22692: * src/include/pa_pool.h 1.37:
22693: * src/include/pa_request.h 1.62:
22694: * src/include/pa_stack.h 1.8:
22695: * src/include/pa_string.h 1.43:
22696: * src/include/pa_string.h 1.46:
22697: * src/include/pa_table.h 1.15:
22698: * src/include/pa_threads.h 1.9:
22699: * src/include/pa_types.h 1.18:
22700: * src/main/compile.C 1.33:
22701: * src/main/compile.y 1.106:
22702: * src/main/compile_tools.C 1.30:
22703: * src/main/compile_tools.h 1.33:
22704: * src/main/execute.C 1.118:
22705: * src/main/pa_array.C 1.24:
22706: * src/main/pa_common.C 1.16:
22707: * src/main/pa_exception.C 1.9:
22708: * src/main/pa_globals.C 1.16:
22709: * src/main/pa_hash.C 1.26:
22710: * src/main/pa_pool.C 1.14:
22711: * src/main/pa_request.C 1.55:
22712: * src/main/pa_string.C 1.46:
22713: * src/main/pa_table.C 1.15:
22714: * src/main/untaint.C 1.8:
22715: * src/types/pa_valiased.h 1.5:
22716: * src/types/pa_value.h 1.24:
22717: * src/types/pa_vfile.C 1.3:
22718: z
22719:
22720: * src/include/pa_hash.h 1.30:
22721: * src/include/pa_types.h 1.19:
22722: * src/main/pa_common.C 1.17:
22723: * src/main/pa_hash.C 1.27:
22724: * src/main/pa_request.C 1.56:
22725: * src/types/pa_vcookie.C 1.4:
22726: renamed Hash::Value to Val so to doxygen would finlly stop
22727: confusing those Value-s
22728:
22729: * src/main/main.dsp 1.64:
22730: * src/targets/cgi/parser3.dsp 1.9:
22731: * src/types/pa_valiased.C 1.2:
22732: * src/types/pa_vform.h 1.10:
22733: commented VForm
22734:
22735: * src/classes/_cookie.h 1.2:
22736: * src/classes/_table.h 1.3:
22737: * src/classes/cookie.C 1.3:
22738: * src/main/execute.C 1.120:
22739: * src/main/main.dsp 1.62:
22740: * src/main/pa_globals.C 1.19:
22741: * src/types/pa_vcookie.C 1.5:
22742: * src/types/pa_vcookie.h 1.5:
22743: VCookie is now :Value
22744:
22745: 2001-03-18 paf
22746: * src/classes/_cookie.h 1.1:
22747: * src/classes/cookie.C 1.1:
22748: * src/include/pa_common.h 1.14:
22749: * src/include/pa_globals.h 1.12:
22750: * src/include/pa_request.h 1.60:
22751: * src/include/pa_string.h 1.40:
22752: * src/include/pa_types.h 1.16:
22753: * src/main/main.dsp 1.59:
22754: * src/main/pa_common.C 1.14:
22755: * src/main/pa_globals.C 1.14:
22756: * src/main/pa_hash.C 1.24:
22757: * src/main/pa_request.C 1.51:
22758: * src/main/pa_string.C 1.43:
22759: * src/main/untaint.C 1.5:
22760: * src/targets/cgi/parser3.C 1.21:
22761: * src/types/pa_value.h 1.21:
22762: * src/types/pa_vcookie.C 1.1:
22763: * src/types/pa_vcookie.h 1.1:
22764: * src/types/pa_vform.C 1.6:
22765: * src/types/pa_vform.h 1.7:
22766: * src/types/pa_vhash.h 1.9:
22767: * src/types/pa_vunknown.h 1.4:
22768: cookie class
22769:
22770: * src/include/pa_hash.h 1.26:
22771: * src/main/pa_hash.C 1.22:
22772: * src/targets/cgi/parser3.C 1.17:
22773: response fields to header
22774:
22775: * src/classes/root.C 1.41:
22776: * src/classes/string.C 1.12:
22777: * src/include/pa_string.h 1.37:
22778: * src/main/pa_globals.C 1.11:
22779: * src/main/pa_request.C 1.44:
22780: * src/main/pa_string.C 1.41:
22781: * src/types/pa_vdouble.h 1.8:
22782: * src/types/pa_vform.C 1.5:
22783: * src/types/pa_vint.h 1.9:
22784: * src/types/pa_vstateless_class.C 1.4:
22785: convinient string(pool, char *src, bool tainted) ctor
22786:
22787: * src/include/pa_hash.h 1.27:
22788: * src/include/pa_request.h 1.58:
22789: * src/include/pa_string.h 1.36:
22790: * src/main/pa_globals.C 1.10:
22791: * src/main/pa_hash.C 1.23:
22792: * src/main/pa_request.C 1.43:
22793: * src/main/pa_string.C 1.40:
22794: * src/main/untaint.C 1.3:
22795: * src/targets/cgi/parser3.C 1.18:
22796: proper @exceptions params tainting
22797:
22798: * src/classes/_response.h 1.1:
22799: * src/classes/response.C 1.1:
22800: * src/include/pa_globals.h 1.8:
22801: * src/include/pa_hash.h 1.25:
22802: * src/include/pa_request.h 1.57:
22803: * src/main/compile.C 1.31:
22804: * src/main/compile.y 1.104:
22805: * src/main/execute.C 1.114:
22806: * src/main/main.dsp 1.58:
22807: * src/main/pa_globals.C 1.8:
22808: * src/main/pa_hash.C 1.21:
22809: * src/main/pa_request.C 1.41:
22810: * src/targets/cgi/parser3.C 1.16:
22811: * src/targets/cgi/parser3.dsp 1.8:
22812: * src/types/pa_value.h 1.18:
22813: * src/types/pa_vhash.h 1.6:
22814: * src/types/pa_vrequest.h 1.3:
22815: * src/types/pa_vresponse.h 1.1:
22816: $response: 0 request::core exception rethrow
22817:
22818: * src/classes/request.C 1.2:
22819: * src/classes/response.C 1.2:
22820: * src/classes/root.C 1.42:
22821: * src/include/pa_common.h 1.13:
22822: * src/include/pa_globals.h 1.10:
22823: * src/include/pa_request.h 1.59:
22824: * src/include/pa_string.h 1.38:
22825: * src/main/pa_common.C 1.13:
22826: * src/main/pa_globals.C 1.12:
22827: * src/main/pa_request.C 1.45:
22828: * src/targets/cgi/parser3.C 1.19:
22829: ^taint 0
22830:
22831: * src/classes/cookie.C 1.2:
22832: * src/types/pa_vcookie.C 1.2:
22833: * src/types/pa_vcookie.h 1.2:
22834: cookie: allowed access to hash-assigned
22835:
22836: * src/include/pa_globals.h 1.9:
22837: * src/main/execute.C 1.115:
22838: * src/main/pa_globals.C 1.9:
22839: * src/main/pa_request.C 1.42:
22840: * src/targets/cgi/parser3.C 1.22:
22841: z
22842:
22843: * src/main/pa_request.C 1.50:
22844: zero length output allowed
22845:
22846: * src/classes/root.C 1.44:
22847: * src/include/pa_globals.h 1.11:
22848: * src/include/pa_string.h 1.39:
22849: * src/main/pa_globals.C 1.13:
22850: * src/main/pa_request.C 1.47:
22851: * src/main/pa_string.C 1.42:
22852: * src/types/pa_value.h 1.19:
22853: * src/types/pa_vhash.h 1.7:
22854: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22855:
22856: * src/classes/root.C 1.43:
22857: * src/main/pa_request.C 1.46:
22858: * src/main/untaint.C 1.4:
22859: * src/targets/cgi/parser3.C 1.20:
22860: taint[uri
22861:
22862: * src/classes/response.C 1.3:
22863: * src/main/pa_request.C 1.49:
22864: * src/types/pa_value.h 1.20:
22865: * src/types/pa_vhash.h 1.8:
22866: * src/types/pa_vresponse.h 1.2:
22867: ^response:clear[]
22868:
22869: * src/classes/root.C 1.45:
22870: * src/main/pa_request.C 1.48:
22871: taint forgotten forced lang switch
22872:
22873: 2001-03-16 paf
22874: * src/include/code.h 1.22:
22875: * src/include/pa_hash.h 1.24:
22876: * src/include/pa_request.h 1.55:
22877: * src/main/compile.y 1.102:
22878: * src/main/execute.C 1.108:
22879: * src/types/pa_value.h 1.15:
22880: * src/types/pa_vhash.h 1.5:
22881: * src/types/pa_vstring.h 1.10:
22882: * src/types/pa_vtable.h 1.4:
22883: * src/types/pa_wcontext.C 1.4:
22884: * src/types/pa_wcontext.h 1.6:
22885: see () and {} param wcontext conflict
22886:
22887: * src/main/execute.C 1.113:
22888: * src/main/main.dsp 1.57:
22889: * src/types/pa_value.h 1.17:
22890: * src/types/pa_vrequest.h 1.2:
22891: native method' class call with less params then needed error reporting
22892:
22893: * src/classes/double.C 1.17:
22894: * src/include/code.h 1.23:
22895: * src/main/compile.y 1.103:
22896: * src/main/compile_tools.C 1.28:
22897: * src/main/compile_tools.h 1.31:
22898: * src/main/execute.C 1.109:
22899: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22900:
22901: * src/main/execute.C 1.107:
22902: * src/types/pa_value.h 1.14:
22903: * src/types/pa_vstateless_object.h 1.3:
22904: * src/types/pa_vstring.h 1.9:
22905: disabled $string.field
22906:
22907: * src/main/execute.C 1.110:
22908: * src/types/pa_vmframe.h 1.7:
22909: if(in "/news/")
22910:
22911: * src/include/pa_globals.h 1.6:
22912: * src/main/execute.C 1.111:
22913: * src/main/pa_globals.C 1.6:
22914: * src/types/pa_value.h 1.16:
22915: * src/types/pa_vcframe.h 1.3:
22916: * src/types/pa_vmframe.h 1.8:
22917: * src/types/pa_wcontext.h 1.7:
22918: $result
22919:
22920: * src/classes/_request.h 1.1:
22921: * src/classes/request.C 1.1:
22922: * src/include/pa_globals.h 1.7:
22923: * src/include/pa_request.h 1.56:
22924: * src/main/execute.C 1.112:
22925: * src/main/main.dsp 1.56:
22926: * src/main/pa_globals.C 1.7:
22927: * src/main/pa_request.C 1.40:
22928: * src/targets/cgi/parser3.C 1.15:
22929: * src/types/pa_vform.C 1.4:
22930: * src/types/pa_vrequest.C 1.1:
22931: * src/types/pa_vrequest.h 1.1:
22932: $request : query :uri
22933:
22934: 2001-03-15 paf
22935: * src/main/compile.y 1.99:
22936: * src/main/pa_request.C 1.37:
22937: * src/targets/cgi/parser3.C 1.13:
22938: * src/types/pa_vstring.h 1.7:
22939: pre-pre-pre-beta cgi under win32 apache pre pre pre works
22940:
22941: * src/main/compile.y 1.100:
22942: * src/main/execute.C 1.105:
22943: z
22944:
22945: * src/main/compile.y 1.101:
22946: * src/main/execute.C 1.106:
22947: * src/main/pa_request.C 1.38:
22948: * src/targets/cgi/parser3.C 1.14:
22949: * src/types/pa_vstring.h 1.8:
22950: @exception
22951:
22952: * src/include/pa_globals.h 1.5:
22953: * src/main/pa_globals.C 1.5:
22954: * src/main/pa_request.C 1.36:
22955: * src/targets/cgi/parser3.C 1.12:
22956: * src/types/pa_vform.C 1.3:
22957: * src/types/pa_vform.h 1.6:
22958: vform fillfields just compiled
22959:
22960: * src/main/pa_request.C 1.39:
22961: news sample
22962:
22963: 2001-03-14 paf
22964: * src/include/core.h 1.16:
22965: * src/include/pa_globals.h 1.1:
22966: * src/include/pa_pool.h 1.33:
22967: * src/include/pa_string.h 1.35:
22968: * src/include/pa_types.h 1.13:
22969: * src/main/compile.y 1.98:
22970: * src/main/core.C 1.69:
22971: * src/main/main.dsp 1.54:
22972: * src/main/pa_globals.C 1.1:
22973: * src/main/pa_request.C 1.31:
22974: * src/targets/cgi/pa_vform.C 1.2:
22975: * src/targets/cgi/parser3.C 1.5:
22976: * src/targets/cgi/parser3.dsp 1.4:
22977: * src/types/pa_value.h 1.13:
22978: * src/types/pa_vform.h 1.3:
22979: * src/types/pa_vunknown.h 1.3:
22980: global handler, exceptions in parser3
22981:
22982: * src/include/pa_globals.h 1.4:
22983: * src/main/pa_globals.C 1.4:
22984: * src/main/pa_request.C 1.34:
22985: * src/targets/cgi/parser3.dsp 1.7:
22986: * src/types/pa_vform.C 1.2:
22987: * src/types/pa_vform.h 1.5:
22988: * src/types/pa_vstring.h 1.6:
22989: limits -1
22990:
22991: * src/include/pa_common.h 1.12:
22992: * src/include/pa_types.h 1.14:
22993: * src/main/pa_request.C 1.32:
22994: * src/targets/cgi/parser3.C 1.7:
22995: PATH_DELIMITER_CHAR
22996:
22997: * src/targets/cgi/parser3.C 1.8:
22998: # if MSVC
22999:
23000: * src/include/pa_globals.h 1.3:
23001: * src/include/pa_request.h 1.53:
23002: * src/include/pa_types.h 1.15:
23003: * src/main/main.dsp 1.55:
23004: * src/main/pa_globals.C 1.3:
23005: * src/main/pa_request.C 1.33:
23006: * src/targets/cgi/parser3.C 1.10:
23007: * src/targets/cgi/parser3.dsp 1.6:
23008: * src/types/pa_vform.C 1.1:
23009: * src/types/pa_vform.h 1.4:
23010: request_info -1
23011:
23012: * src/include/pa_globals.h 1.2:
23013: * src/main/pa_globals.C 1.2:
23014: * src/targets/cgi/parser3.C 1.9:
23015: * src/targets/cgi/parser3.dsp 1.5:
23016: * src/targets/cgi/vform_fields_fill.C 1.1:
23017: * src/targets/cgi/vform_fields_fill.h 1.1:
23018: vform_fields_fill
23019:
23020: * src/include/pa_request.h 1.54:
23021: * src/main/pa_request.C 1.35:
23022: * src/targets/cgi/parser3.C 1.11:
23023: * src/targets/cgi/parser3.C 1.6:
23024: z
23025:
23026: 2001-03-13 paf
23027: * src/main/execute.C 1.101:
23028: * src/types/pa_value.h 1.10:
23029: * src/types/pa_venv.h 1.4:
23030: for future methods of ENV constructor if
23031:
23032: * src/classes/root.C 1.36:
23033: * src/classes/table.C 1.12:
23034: * src/include/pa_exception.h 1.9:
23035: * src/include/pa_pool.h 1.31:
23036: skipped_restructure_exceptions_dead_end
23037:
23038: * src/types/pa_vstateless_class.h 1.1:
23039: file pa_vstateless_class.h was initially added on branch
23040: stateless_class.
23041:
23042: * src/include/code.h 1.21:
23043: * src/include/pa_string.h 1.34:
23044: * src/main/compile.y 1.95:
23045: * src/main/execute.C 1.103:
23046: * src/main/pa_string.C 1.39:
23047: 'value is type' expr operator
23048:
23049: * src/classes/form.C 1.2:
23050: * src/main/compile.y 1.97:
23051: * src/main/core.C 1.68:
23052: * src/types/pa_value.h 1.12:
23053: * src/types/pa_vclass.h 1.9:
23054: * src/types/pa_venv.h 1.7:
23055: * src/types/pa_vform.h 1.2:
23056: * src/types/pa_vstateless_class.C 1.3:
23057: * src/types/pa_vstateless_class.h 1.4:
23058: form:fields removed. use $form.CLASS instead
23059:
23060: * src/types/pa_vstateless_class.C 1.1:
23061: file pa_vstateless_class.C was initially added on branch
23062: stateless_class.
23063:
23064: * src/include/core.h 1.14:
23065: * src/include/pa_common.h 1.10:
23066: * src/include/pa_request.h 1.51:
23067: * src/main/pa_common.C 1.12:
23068: * src/main/pa_request.C 1.29:
23069: * src/targets/cgi/parser3.C 1.3:
23070: before error show with parser
23071:
23072: * src/types/pa_venv.h 1.1:
23073: file pa_venv.h was initially added on branch stateless_class.
23074:
23075: * src/targets/cgi/Makefile.am 1.1:
23076: * src/targets/cgi/pa_pool.C 1.1:
23077: * src/targets/cgi/pa_vform.C 1.1:
23078: * src/targets/cgi/parser.dsp 1.1:
23079: * src/targets/cgi/parser3.C 1.1:
23080: renamed targets/ parser to cgi
23081:
23082: * src/classes/_double.h 1.5:
23083: * src/classes/_double.h [stateless_class] 1.4.8.1:
23084: * src/classes/_env.h 1.4:
23085: * src/classes/_env.h [stateless_class] 1.3.8.1:
23086: * src/classes/_int.h 1.5:
23087: * src/classes/_int.h [stateless_class] 1.4.8.1:
23088: * src/classes/_root.h 1.4:
23089: * src/classes/_root.h [stateless_class] 1.3.8.1:
23090: * src/classes/_string.h 1.6:
23091: * src/classes/_string.h [stateless_class] 1.5.4.1:
23092: * src/classes/_table.h 1.2:
23093: * src/classes/_table.h [stateless_class] 1.1.6.1:
23094: * src/classes/double.C 1.15:
23095: * src/classes/double.C [stateless_class] 1.14.2.1:
23096: * src/classes/env.C 1.5:
23097: * src/classes/env.C [stateless_class] 1.4.8.1:
23098: * src/classes/int.C 1.14:
23099: * src/classes/int.C [stateless_class] 1.13.2.1:
23100: * src/classes/root.C 1.38:
23101: * src/classes/root.C [stateless_class] 1.37.2.1:
23102: * src/classes/string.C 1.10:
23103: * src/classes/string.C [stateless_class] 1.9.4.1:
23104: * src/classes/table.C 1.14:
23105: * src/classes/table.C [stateless_class] 1.13.2.1:
23106: * src/include/pa_request.h 1.46:
23107: * src/include/pa_request.h [stateless_class] 1.45.2.1:
23108: * src/main/compile.C 1.29:
23109: * src/main/compile.C [stateless_class] 1.28.2.1:
23110: * src/main/compile_tools.h 1.30:
23111: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
23112: * src/main/core.C 1.64:
23113: * src/main/core.C [stateless_class] 1.63.6.1:
23114: * src/main/execute.C 1.100:
23115: * src/main/execute.C [stateless_class] 1.99.2.1:
23116: * src/main/main.dsp 1.51:
23117: * src/main/main.dsp [stateless_class] 1.50.6.1:
23118: * src/main/pa_request.C 1.26:
23119: * src/main/pa_request.C [stateless_class] 1.25.2.1:
23120: * src/types/pa_valiased.h 1.3:
23121: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
23122: * src/types/pa_value.h 1.9:
23123: * src/types/pa_value.h [stateless_class] 1.8.2.1:
23124: * src/types/pa_vclass.C 1.5:
23125: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
23126: * src/types/pa_vclass.h 1.8:
23127: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
23128: * src/types/pa_venv.h 1.2:
23129: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
23130: * src/types/pa_vmframe.h 1.6:
23131: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
23132: * src/types/pa_vobject.h 1.5:
23133: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
23134: * src/types/pa_vstateless_class.C 1.2:
23135: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
23136: * src/types/pa_vstateless_class.h 1.2:
23137: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
23138: * src/types/pa_vstateless_object.h 1.2:
23139: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
23140: * src/types/pa_wcontext.h 1.5:
23141: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
23142: $ENV: re 0, stateless classes
23143:
23144: * src/include/pa_request.h 1.45:
23145: * src/main/compile.C 1.28:
23146: * src/main/execute.C 1.99:
23147: * src/main/pa_request.C 1.25:
23148: * src/types/pa_value.h 1.8:
23149: * src/types/pa_vmframe.h 1.5:
23150: fixed yesterdays bad decision on execute_static_method
23151:
23152: * src/include/core.h 1.15:
23153: * src/include/pa_common.h 1.11:
23154: * src/include/pa_request.h 1.52:
23155: * src/main/core.C 1.67:
23156: * src/main/execute.C 1.104:
23157: * src/main/main.dsp 1.53:
23158: * src/main/pa_request.C 1.30:
23159: * src/targets/cgi/parser3.C 1.4:
23160: * src/targets/cgi/parser3.dsp 1.3:
23161: * src/types/pa_vform.h 1.1:
23162: started cgi target
23163:
23164: * src/include/pa_request.h 1.47:
23165: * src/types/pa_venv.h 1.3:
23166: $ENV 0.1 stateless class
23167:
23168: * src/classes/_form.h 1.1:
23169: * src/classes/double.C 1.16:
23170: * src/classes/env.C 1.7:
23171: * src/classes/form.C 1.1:
23172: * src/classes/int.C 1.15:
23173: * src/classes/root.C 1.40:
23174: * src/classes/string.C 1.11:
23175: * src/classes/table.C 1.13:
23176: * src/classes/table.C 1.15:
23177: * src/include/core.h 1.13:
23178: * src/include/pa_request.h 1.49:
23179: * src/include/pa_request.h 1.50:
23180: * src/include/pa_types.h 1.12:
23181: * src/main/core.C 1.66:
23182: * src/main/execute.C 1.102:
23183: * src/main/pa_request.C 1.23:
23184: * src/main/pa_request.C 1.24:
23185: * src/main/pa_request.C 1.28:
23186: * src/targets/cgi/parser.dsp 1.2:
23187: * src/targets/cgi/parser3.C 1.2:
23188: * src/targets/cgi/parser3.dsp 1.1:
23189: * src/targets/cgi/parser3.dsp 1.2:
23190: * src/types/pa_vhash.h 1.4:
23191: z
23192:
23193: * src/classes/root.C 1.35:
23194: * src/classes/table.C 1.11:
23195: * src/include/pa_exception.h 1.8:
23196: * src/include/pa_pool.h 1.30:
23197: * src/main/pa_request.C 1.22:
23198: restructure_exceptions_dead_end
23199:
23200: * src/classes/root.C 1.34:
23201: * src/main/compile.y 1.94:
23202: ^if required junctions. allowed ; inside {} to break params
23203:
23204: * src/classes/_env.h 1.5:
23205: * src/classes/env.C 1.6:
23206: * src/classes/root.C 1.39:
23207: * src/include/core.h 1.12:
23208: * src/include/pa_pool.h 1.32:
23209: * src/include/pa_request.h 1.48:
23210: * src/main/compile.C 1.30:
23211: * src/main/compile.y 1.96:
23212: * src/main/core.C 1.65:
23213: * src/main/main.dsp 1.52:
23214: * src/main/pa_common.C 1.11:
23215: * src/main/pa_request.C 1.27:
23216: * src/types/pa_value.h 1.11:
23217: * src/types/pa_venv.h 1.6:
23218: * src/types/pa_vstateless_class.h 1.3:
23219: started $form: [historical moment :)]
23220:
23221: * src/types/pa_venv.h 1.5:
23222: $ENV 1
23223:
23224: * src/classes/double.C 1.14:
23225: * src/classes/int.C 1.13:
23226: * src/classes/root.C 1.37:
23227: * src/types/pa_vdouble.h 1.7:
23228: * src/types/pa_vint.h 1.8:
23229: Int,Double dec mul div mod
23230:
23231: 2001-03-12 paf
23232: * src/classes/_string.h 1.5:
23233: * src/classes/double.C 1.13:
23234: * src/classes/int.C 1.12:
23235: * src/classes/string.C 1.9:
23236: * src/main/execute.C 1.98:
23237: * src/types/pa_wcontext.h 1.4:
23238: int doube string ^format
23239:
23240: * src/classes/root.C 1.19:
23241: * src/types/pa_vclass.h 1.4:
23242: process temp main zeroing
23243:
23244: * src/classes/root.C 1.30:
23245: * src/classes/table.C 1.6:
23246: * src/types/pa_vtable.h 1.2:
23247: table ^offset ^line ^count
23248:
23249: * src/classes/root.C 1.28:
23250: * src/classes/table.C 1.5:
23251: ^use
23252:
23253: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
23254: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
23255: constructing flag not 'bad' but not 'enough'
23256:
23257: * src/classes/root.C 1.27:
23258: * src/classes/table.C 1.4:
23259: * src/include/pa_request.h 1.44:
23260: * src/main/compile.y 1.92:
23261: * src/main/core.C 1.62:
23262: * src/main/execute.C 1.96:
23263: * src/types/pa_vclass.h 1.7:
23264: * src/types/pa_wcontext.C 1.3:
23265: * src/types/pa_wcontext.h 1.3:
23266: * src/types/pa_wwrapper.h 1.3:
23267: while. switched off wcontext.constructing after write(value) or
23268: auto-vhash-constructing
23269:
23270: * src/classes/table.C 1.8:
23271: table ^empty
23272:
23273: * src/classes/root.C 1.33:
23274: ^eval
23275:
23276: * src/classes/root.C 1.26:
23277: * src/classes/table.C 1.3:
23278: * src/include/pa_request.h 1.43:
23279: * src/main/pa_request.C 1.20:
23280: fail_if_junction_ helper func
23281:
23282: * src/classes/root.C 1.23:
23283: * src/include/core.h 1.11:
23284: * src/include/pa_array.h 1.23:
23285: * src/include/pa_request.h 1.41:
23286: * src/include/pa_table.h 1.11:
23287: * src/main/core.C 1.60:
23288: * src/main/main.dsp 1.49:
23289: * src/main/pa_request.C 1.17:
23290: * src/main/pa_table.C 1.12:
23291: * src/types/pa_value.h 1.6:
23292: * src/types/pa_vclass.C 1.4:
23293: * src/types/pa_vclass.h 1.6:
23294: * src/types/pa_vdouble.h 1.5:
23295: * src/types/pa_vint.h 1.5:
23296: * src/types/pa_vmframe.h 1.4:
23297: * src/types/pa_vstring.h 1.5:
23298: freeze, ^table:create[] -1
23299:
23300: * src/types/pa_vtable.h 1.1:
23301: table: no, better with string in cells...
23302:
23303: * src/classes/root.C 1.21:
23304: * src/main/execute.C 1.93:
23305: * src/types/pa_vclass.h 1.5:
23306: used get_method in couple places optimizing them
23307:
1.39 ! paf 23308: * src/classes/_table.h 1.1:
! 23309: * src/classes/root.C 1.20:
! 23310: * src/classes/root.C 1.22:
! 23311: * src/classes/table.C 1.1:
! 23312: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
! 23313: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
! 23314: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
! 23315: * src/main/untaint.C 1.1:
! 23316: * src/types/pa_value.h 1.5:
! 23317: z
! 23318:
1.15 paf 23319: * src/classes/double.C 1.10:
23320: * src/classes/int.C 1.10:
23321: * src/classes/root.C 1.18:
23322: * src/classes/string.C 1.7:
23323: * src/include/pa_common.h 1.6:
23324: * src/include/pa_request.h 1.40:
23325: * src/include/pa_string.h 1.32:
23326: * src/include/pa_types.h 1.10:
23327: * src/main/compile.C 1.27:
23328: * src/main/compile.y 1.91:
23329: * src/main/compile_tools.h 1.29:
23330: * src/main/execute.C 1.92:
23331: * src/main/pa_common.C 1.7:
23332: * src/main/pa_request.C 1.16:
23333: * src/types/pa_value.h 1.4:
23334: * src/types/pa_vmframe.h 1.3:
23335: process. actual names to store param and
23336: check_actual_numbered_params for better place diagnostics
23337:
23338: * src/classes/root.C 1.25:
23339: * src/classes/table.C 1.2:
23340: * src/include/pa_common.h 1.8:
23341: * src/include/pa_request.h 1.42:
23342: * src/main/execute.C 1.95:
23343: * src/main/main.dsp 1.50:
23344: * src/main/pa_common.C 1.9:
23345: * src/main/pa_request.C 1.19:
23346: ^process error point by actual method_name, not source.
23347: ^load
23348:
23349: * src/classes/table.C 1.7:
23350: * src/include/pa_table.h 1.13:
23351: table ^menu
23352:
23353: * src/classes/root.C 1.29:
23354: ^round() ^floor() ^ceiling() ^abs() ^sign()
23355:
23356: * src/classes/double.C 1.11:
23357: * src/classes/int.C 1.11:
23358: * src/classes/root.C 1.31:
23359: * src/classes/string.C 1.8:
23360: * src/classes/table.C 1.9:
23361: * src/main/core.C 1.63:
23362: * src/main/execute.C 1.97:
23363: * src/types/pa_vint.h 1.6:
23364: ^for
23365:
23366: * src/classes/double.C 1.12:
23367: * src/classes/root.C 1.32:
23368: * src/classes/table.C 1.10:
23369: * src/include/pa_common.h 1.9:
23370: * src/include/pa_types.h 1.11:
23371: * src/main/compile.y 1.93:
23372: * src/main/pa_common.C 1.10:
23373: * src/main/pa_request.C 1.21:
23374: * src/main/untaint.C 1.2:
23375: * src/types/pa_vdouble.h 1.6:
23376: * src/types/pa_vint.h 1.7:
23377: * src/types/pa_vtable.h 1.3:
23378: * src/types/pa_wwrapper.h 1.4:
23379: think constructing flag as is is bad
23380:
23381: * src/classes/root.C 1.24:
23382: * src/include/pa_common.h 1.7:
23383: * src/include/pa_string.h 1.33:
23384: * src/include/pa_table.h 1.12:
23385: * src/main/core.C 1.61:
23386: * src/main/execute.C 1.94:
23387: * src/main/pa_common.C 1.8:
23388: * src/main/pa_request.C 1.18:
23389: * src/main/pa_table.C 1.13:
23390: * src/types/pa_value.h 1.7:
23391: table:set 0
23392:
23393: 2001-03-11 paf
23394: * src/classes/double.C 1.8:
23395: * src/classes/int.C 1.8:
23396: * src/classes/root.C 1.14:
23397: * src/include/pa_request.h 1.38:
23398: * src/main/execute.C 1.90:
23399: intercept_string
23400:
23401: * src/classes/double.C 1.6:
23402: * src/classes/int.C 1.6:
23403: * src/include/pa_request.h 1.37:
23404: ^inc-s(expr)
23405:
23406: * src/include/pa_valiased.h 1.4:
23407: * src/include/pa_value.h 1.51:
23408: * src/include/pa_vbool.h 1.8:
23409: * src/include/pa_vcframe.h 1.8:
23410: * src/include/pa_vclass.h 1.30:
23411: * src/include/pa_vdouble.h 1.13:
23412: * src/include/pa_vhash.h 1.13:
23413: * src/include/pa_vint.h 1.5:
23414: * src/include/pa_vjunction.h 1.9:
23415: * src/include/pa_vmframe.h 1.24:
23416: * src/include/pa_vobject.h 1.18:
23417: * src/include/pa_vstring.h 1.18:
23418: * src/include/pa_vunknown.h 1.10:
23419: * src/include/pa_wcontext.h 1.29:
23420: * src/include/pa_wwrapper.h 1.14:
23421: * src/main/compile.y 1.88:
23422: * src/main/core.C 1.55:
23423: * src/main/main.dsp 1.44:
23424: * src/main/pa_cframe.C 1.6:
23425: * src/main/pa_request.C 1.11:
23426: * src/main/pa_value.C 1.8:
23427: * src/main/pa_vclass.C 1.5:
23428: * src/main/pa_wcontext.C 1.11:
23429: * src/types/pa_valiased.h 1.1:
23430: * src/types/pa_value.h 1.1:
23431: * src/types/pa_vbool.h 1.1:
23432: * src/types/pa_vcframe.h 1.1:
23433: * src/types/pa_vclass.C 1.1:
23434: * src/types/pa_vclass.h 1.1:
23435: * src/types/pa_vdouble.h 1.1:
23436: * src/types/pa_vhash.h 1.1:
23437: * src/types/pa_vint.h 1.1:
23438: * src/types/pa_vjunction.h 1.1:
23439: * src/types/pa_vmframe.h 1.1:
23440: * src/types/pa_vobject.h 1.1:
23441: * src/types/pa_vstring.h 1.1:
23442: * src/types/pa_vunknown.h 1.1:
23443: * src/types/pa_wcontext.C 1.1:
23444: * src/types/pa_wcontext.h 1.1:
23445: * src/types/pa_wwrapper.h 1.1:
23446: splitted types from include/
23447:
23448: * src/main/main.dsp 1.47:
23449: * src/types/pa_value.h 1.3:
23450: * src/types/pa_vdouble.h 1.3:
23451: * src/types/pa_vint.h 1.3:
23452: * src/types/pa_vobject.h 1.3:
23453: * src/types/pa_vstring.h 1.3:
23454: VString VDouble VInt base now VObject_base - without fields
23455:
23456: * src/include/core.h 1.7:
23457: * src/include/pa_request.h 1.35:
23458: * src/main/core.C 1.56:
23459: * src/main/main.dsp 1.45:
23460: * src/main/pa_request.C 1.12:
23461: renamed AUTO: to MAIN:
23462:
23463: * src/classes/double.C 1.9:
23464: * src/classes/int.C 1.9:
23465: * src/classes/root.C 1.15:
23466: * src/classes/string.C 1.6:
23467: * src/include/core.h 1.9:
23468: * src/include/pa_hash.h 1.23:
23469: * src/include/pa_pool.h 1.29:
23470: * src/include/pa_request.h 1.39:
23471: * src/include/pa_string.h 1.31:
23472: * src/main/compile.C 1.26:
23473: * src/main/core.C 1.58:
23474: * src/main/pa_request.C 1.15:
23475: ^untaint 0
23476:
23477: * src/classes/root.C 1.17:
23478: * src/main/execute.C 1.91:
23479: * src/main/main.dsp 1.48:
23480: setname for method-junctions bug fixed
23481:
23482: * src/types/pa_vdouble.h 1.4:
23483: * src/types/pa_vint.h 1.4:
23484: * src/types/pa_vobject.h 1.4:
23485: * src/types/pa_vstateless_object.h 1.1:
23486: * src/types/pa_vstring.h 1.4:
23487: stateless_object
23488:
23489: * src/classes/root.C 1.16:
23490: * src/include/core.h 1.10:
23491: * src/main/core.C 1.59:
23492: * src/main/pa_request.C 1.13:
23493: * src/types/pa_vhash.h 1.2:
23494: z
23495:
23496: * src/classes/_double.h 1.4:
23497: * src/classes/_env.h 1.3:
23498: * src/classes/_int.h 1.4:
23499: * src/classes/_root.h 1.3:
23500: * src/classes/_string.h 1.4:
23501: * src/classes/double.C 1.5:
23502: * src/classes/env.C 1.4:
23503: * src/classes/int.C 1.5:
23504: * src/classes/root.C 1.12:
23505: * src/classes/string.C 1.5:
23506: * src/include/code.h 1.20:
23507: * src/include/core.h 1.8:
23508: * src/include/pa_array.h 1.22:
23509: * src/include/pa_common.h 1.5:
23510: * src/include/pa_exception.h 1.7:
23511: * src/include/pa_hash.h 1.22:
23512: * src/include/pa_pool.h 1.28:
23513: * src/include/pa_request.h 1.36:
23514: * src/include/pa_stack.h 1.6:
23515: * src/include/pa_string.h 1.30:
23516: * src/include/pa_table.h 1.10:
23517: * src/include/pa_threads.h 1.6:
23518: * src/include/pa_types.h 1.9:
23519: * src/main/compile.C 1.25:
23520: * src/main/compile.y 1.89:
23521: * src/main/compile_tools.C 1.26:
23522: * src/main/compile_tools.h 1.27:
23523: * src/main/core.C 1.57:
23524: * src/main/execute.C 1.89:
23525: * src/main/pa_array.C 1.22:
23526: * src/main/pa_common.C 1.6:
23527: * src/main/pa_exception.C 1.6:
23528: * src/main/pa_hash.C 1.20:
23529: * src/main/pa_pool.C 1.11:
23530: * src/main/pa_request.C 1.14:
23531: * src/main/pa_string.C 1.37:
23532: * src/main/pa_table.C 1.11:
23533: * src/types/pa_valiased.h 1.2:
23534: * src/types/pa_value.h 1.2:
23535: * src/types/pa_vbool.h 1.2:
23536: * src/types/pa_vcframe.h 1.2:
23537: * src/types/pa_vclass.C 1.2:
23538: * src/types/pa_vclass.h 1.2:
23539: * src/types/pa_vdouble.h 1.2:
23540: * src/types/pa_vhash.h 1.3:
23541: * src/types/pa_vint.h 1.2:
23542: * src/types/pa_vjunction.h 1.2:
23543: * src/types/pa_vmframe.h 1.2:
23544: * src/types/pa_vobject.h 1.2:
23545: * src/types/pa_vstring.h 1.2:
23546: * src/types/pa_vunknown.h 1.2:
23547: * src/types/pa_wcontext.C 1.2:
23548: * src/types/pa_wcontext.h 1.2:
23549: * src/types/pa_wwrapper.h 1.2:
23550: headers updated
23551:
23552: * src/classes/double.C 1.7:
23553: * src/classes/int.C 1.7:
23554: * src/classes/root.C 1.13:
23555: * src/types/pa_vclass.C 1.3:
23556: * src/types/pa_vclass.h 1.3:
23557: add_native_method helper
23558:
23559: 2001-03-10 paf
23560: * src/include/core.h 1.4:
23561: * src/include/pa_request.h 1.30:
23562: * src/main/compile.y 1.85:
23563: * src/main/core.C 1.52:
23564: * src/main/pa_request.C 1.6:
23565: names to core.C
23566:
23567: * src/classes/_env.h 1.1:
23568: * src/classes/env.C 1.1:
23569: * src/classes/root.C 1.8:
23570: * src/include/pa_request.h 1.23:
23571: * src/include/pa_vclass.h 1.27:
23572: * src/main/core.C 1.49:
23573: * src/main/main.dsp 1.42:
23574: env0
23575:
23576: * src/include/code.h 1.18:
23577: * src/include/pa_request.h 1.28:
23578: * src/include/pa_vint.h 1.3:
23579: * src/include/pa_vjunction.h 1.7:
23580: * src/include/pa_vstring.h 1.16:
23581: * src/main/compile.y 1.84:
23582: * src/main/compile_tools.C 1.24:
23583: * src/main/compile_tools.h 1.25:
23584: * src/main/execute.C 1.86:
23585: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23586:
23587: * src/include/core.h 1.2:
23588: * src/include/pa_array.h 1.20:
23589: * src/include/pa_hash.h 1.20:
23590: * src/include/pa_request.h 1.24:
23591: * src/include/pa_value.h 1.49:
23592: * src/include/pa_vcframe.h 1.6:
23593: * src/include/pa_vdouble.h 1.11:
23594: * src/include/pa_vint.h 1.2:
23595: * src/include/pa_vstring.h 1.15:
23596: * src/include/pa_vunknown.h 1.8:
23597: * src/include/pa_wcontext.h 1.26:
23598: * src/main/compile.y 1.82:
23599: * src/main/compile_tools.C 1.23:
23600: * src/main/compile_tools.h 1.24:
23601: * src/main/core.C 1.50:
23602: * src/main/execute.C 1.82:
23603: * src/main/main.dsp 1.43:
23604: * src/main/pa_cframe.C 1.4:
23605: * src/main/pa_request.C 1.3:
23606: * src/main/pa_wcontext.C 1.8:
23607: const fight finished
23608:
23609: * src/include/core.h 1.6:
23610: * src/include/pa_request.h 1.34:
23611: * src/main/core.C 1.54:
23612: * src/main/pa_request.C 1.10:
23613: run+auto=run
23614:
23615: * src/include/pa_request.h 1.27:
23616: * src/main/execute.C 1.85:
23617: * src/main/pa_request.C 1.4:
23618: @auto[] realised. auto.p scan togo
23619:
23620: * src/classes/double.C 1.3:
23621: * src/classes/int.C 1.3:
23622: * src/classes/root.C 1.9:
23623: * src/classes/string.C 1.3:
23624: * src/include/pa_request.h 1.25:
23625: * src/include/pa_string.h 1.28:
23626: * src/include/pa_wcontext.h 1.27:
23627: * src/main/compile.y 1.83:
23628: * src/main/execute.C 1.83:
23629: * src/main/pa_string.C 1.35:
23630: * src/main/pa_wcontext.C 1.9:
23631: tainting 0
23632:
23633: * src/classes/_double.h 1.2:
23634: * src/classes/_int.h 1.2:
23635: * src/classes/_root.h 1.1:
23636: * src/classes/_string.h 1.2:
23637: * src/classes/double.C 1.2:
23638: * src/classes/int.C 1.2:
23639: * src/classes/root.C 1.7:
23640: * src/classes/string.C 1.2:
23641: * src/include/pa_request.h 1.22:
23642: * src/include/pa_string.h 1.27:
23643: * src/include/pa_types.h 1.7:
23644: * src/include/pa_vcframe.h 1.5:
23645: * src/include/pa_wcontext.h 1.25:
23646: * src/main/core.C 1.48:
23647: * src/main/main.dsp 1.41:
23648: * src/main/pa_cframe.C 1.3:
23649: * src/main/pa_string.C 1.34:
23650: * src/main/pa_vclass.C 1.3:
23651: * src/main/pa_wcontext.C 1.7:
23652: ^lang prepare0
23653:
23654: * src/include/pa_request.h 1.31:
23655: * src/main/compile.C 1.23:
23656: * src/main/compile.y 1.86:
23657: * src/main/pa_request.C 1.7:
23658: auto tree0
23659:
23660: * src/classes/env.C 1.2:
23661: env:file/line
23662:
23663: * src/include/pa_vclass.h 1.28:
23664: const fight to go
23665:
1.39 ! paf 23666: * src/include/pa_request.h 1.26:
! 23667: * src/main/execute.C 1.84:
! 23668: autocalc code-junctions result now have names
! 23669:
1.15 paf 23670: * src/include/core.h 1.3:
23671: * src/include/pa_common.h 1.3:
23672: * src/include/pa_pool.h 1.26:
23673: * src/include/pa_request.h 1.29:
23674: * src/main/core.C 1.51:
23675: * src/main/execute.C 1.87:
23676: * src/main/pa_common.C 1.4:
23677: * src/main/pa_request.C 1.5:
23678: root auto.p loaded
23679:
23680: * src/classes/root.C 1.11:
23681: * src/include/pa_request.h 1.33:
23682: minor if junction bug
23683:
23684: * src/main/pa_request.C 1.8:
23685: auto..
23686:
23687: * src/classes/_double.h 1.3:
23688: * src/classes/_env.h 1.2:
23689: * src/classes/_int.h 1.3:
23690: * src/classes/_root.h 1.2:
23691: * src/classes/_string.h 1.3:
23692: * src/classes/double.C 1.4:
23693: * src/classes/env.C 1.3:
23694: * src/classes/int.C 1.4:
23695: * src/classes/root.C 1.10:
23696: * src/classes/string.C 1.4:
23697: * src/include/code.h 1.19:
23698: * src/include/core.h 1.5:
23699: * src/include/pa_array.h 1.21:
23700: * src/include/pa_common.h 1.4:
23701: * src/include/pa_exception.h 1.6:
23702: * src/include/pa_hash.h 1.21:
23703: * src/include/pa_pool.h 1.27:
23704: * src/include/pa_request.h 1.32:
23705: * src/include/pa_stack.h 1.5:
23706: * src/include/pa_string.h 1.29:
23707: * src/include/pa_table.h 1.9:
23708: * src/include/pa_threads.h 1.5:
23709: * src/include/pa_types.h 1.8:
23710: * src/include/pa_valiased.h 1.3:
23711: * src/include/pa_value.h 1.50:
23712: * src/include/pa_vbool.h 1.7:
23713: * src/include/pa_vcframe.h 1.7:
23714: * src/include/pa_vclass.h 1.29:
23715: * src/include/pa_vdouble.h 1.12:
23716: * src/include/pa_vhash.h 1.12:
23717: * src/include/pa_vint.h 1.4:
23718: * src/include/pa_vjunction.h 1.8:
23719: * src/include/pa_vmframe.h 1.23:
23720: * src/include/pa_vobject.h 1.17:
23721: * src/include/pa_vstring.h 1.17:
23722: * src/include/pa_vunknown.h 1.9:
23723: * src/include/pa_wcontext.h 1.28:
23724: * src/include/pa_wwrapper.h 1.13:
23725: * src/main/compile.C 1.24:
23726: * src/main/compile.y 1.87:
23727: * src/main/compile_tools.C 1.25:
23728: * src/main/compile_tools.h 1.26:
23729: * src/main/core.C 1.53:
23730: * src/main/execute.C 1.88:
23731: * src/main/pa_array.C 1.21:
23732: * src/main/pa_cframe.C 1.5:
23733: * src/main/pa_common.C 1.5:
23734: * src/main/pa_exception.C 1.5:
23735: * src/main/pa_hash.C 1.19:
23736: * src/main/pa_pool.C 1.10:
23737: * src/main/pa_request.C 1.9:
23738: * src/main/pa_string.C 1.36:
23739: * src/main/pa_table.C 1.10:
23740: * src/main/pa_value.C 1.7:
23741: * src/main/pa_vclass.C 1.4:
23742: * src/main/pa_wcontext.C 1.10:
23743: sources header
23744:
23745: 2001-03-09 paf
23746: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
23747: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
23748: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
23749: ^string.length[]
23750:
23751: * src/classes/root.C 1.5:
23752: * src/include/pa_request.h 1.21:
23753: * src/include/pa_vclass.h 1.26:
23754: * src/include/pa_vhash.h 1.11:
23755: * src/include/pa_vmframe.h 1.20:
23756: * src/include/pa_vobject.h 1.15:
23757: * src/include/pa_vstring.h 1.13:
23758: * src/include/pa_wcontext.h 1.24:
23759: * src/main/compile.y 1.80:
23760: * src/main/core.C 1.46:
23761: * src/main/execute.C 1.79:
23762: * src/main/main.dsp 1.39:
23763: .
23764:
23765: * src/include/pa_vmframe.h 1.22:
23766: * src/main/compile.C 1.22:
23767: * src/main/execute.C 1.81:
23768: expr construct proper naming
23769:
23770: * src/classes/_double.h 1.1:
23771: * src/classes/_int.h 1.1:
23772: * src/classes/_string.h 1.1:
23773: * src/classes/double.C 1.1:
23774: * src/classes/int.C 1.1:
23775: * src/classes/root.C 1.6:
23776: * src/classes/string.C 1.1:
23777: * src/include/code.h 1.17:
23778: * src/include/pa_value.h 1.48:
23779: * src/include/pa_vbool.h 1.6:
23780: * src/include/pa_vdouble.h 1.10:
23781: * src/include/pa_vint.h 1.1:
23782: * src/include/pa_vmframe.h 1.21:
23783: * src/include/pa_vobject.h 1.16:
23784: * src/include/pa_vstring.h 1.14:
23785: * src/main/compile.y 1.81:
23786: * src/main/compile_tools.C 1.22:
23787: * src/main/core.C 1.47:
23788: * src/main/execute.C 1.80:
23789: * src/main/main.dsp 1.40:
23790: Int and Double classes with ^int[] and ^double[]. fixed expr type
23791:
23792: 2001-03-08 paf
23793: * src/include/pa_request.h 1.18:
23794: * src/include/pa_value.h 1.44:
23795: * src/include/pa_vcframe.h 1.4:
23796: * src/include/pa_vmframe.h 1.16:
23797: * src/include/pa_wcontext.h 1.23:
23798: * src/main/compile.C 1.21:
23799: * src/main/compile.y 1.76:
23800: * src/main/core.C 1.45:
23801: * src/main/execute.C 1.70:
23802: * src/main/pa_cframe.C 1.2:
23803: * src/main/pa_wcontext.C 1.5:
23804: 'if' just compiled
23805:
23806: * src/main/pa_vclass.C 1.2:
23807: that were ok... [vclass were out of vcs]
23808:
23809: * src/include/pa_value.h 1.43:
23810: * src/include/pa_vmframe.h 1.14:
23811: * src/main/compile.y 1.75:
23812: * src/main/core.C 1.44:
23813: * src/main/execute.C 1.68:
23814: * src/main/main.dsp 1.37:
23815: z. detected probs with parameter names in operator methods
23816:
23817: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
23818: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
23819: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
23820: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
23821: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
23822: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
23823: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
23824: dead end: vstring can't be derivated from vobject
23825:
23826: * src/include/pa_request.h 1.17:
23827: * src/main/compile.C 1.20:
23828: * src/main/compile.y 1.73:
23829: * src/main/core.C 1.43:
23830: * src/main/main.dsp 1.36:
23831: introducing ROOT_CLASS.
23832: it's default @BASE.
23833: changed 'RUN' assignment mech
23834:
23835: * src/main/execute.C 1.64:
23836: root root in code-junction
23837:
23838: * src/include/pa_bool.h 1.2:
23839: * src/include/pa_double.h 1.2:
23840: * src/include/pa_value.h 1.47:
23841: * src/include/pa_vbool.h 1.5:
23842: * src/include/pa_vclass.h 1.24:
23843: * src/include/pa_vdouble.h 1.9:
23844: * src/include/pa_vhash.h 1.9:
23845: * src/include/pa_vjunction.h 1.6:
23846: * src/include/pa_vmframe.h 1.19:
23847: * src/include/pa_vobject.h 1.13:
23848: * src/include/pa_vstring.h 1.12:
23849: * src/include/pa_vunknown.h 1.7:
23850: * src/main/compile.y 1.79:
23851: * src/main/compile_tools.C 1.21:
23852: * src/main/execute.C 1.78:
23853: withoud cloning. didn't need it actually, params got passed
23854: from out unnamed ewpool
23855:
23856: * src/include/code.h 1.16:
23857: * src/main/compile.y 1.72:
23858: * src/main/compile_tools.C 1.19:
23859: * src/main/compile_tools.h 1.23:
23860: * src/main/execute.C 1.66:
23861: made class: dynamic, not static. so to enable runtime ^use
23862:
23863: * src/include/code.h 1.15:
23864: * src/main/compile.y 1.70:
23865: * src/main/compile_tools.C 1.18:
23866: * src/main/execute.C 1.65:
23867: joined 2 into one OP_CODE__STORE_PARAM
23868:
23869: * src/main/execute.C 1.74:
23870: fixed problems calling operators in constructors
23871:
23872: * src/classes/root.C 1.2:
23873: * src/include/pa_request.h 1.19:
23874: * src/include/pa_value.h 1.45:
23875: * src/include/pa_vbool.h 1.3:
23876: * src/include/pa_wwrapper.h 1.12:
23877: * src/main/execute.C 1.71:
23878: ^if 0
23879:
23880: * src/main/pa_vclass.C 1.1:
23881: wow! vclass were out of vcs
23882:
23883: * src/classes/root.C 1.4:
23884: * src/include/pa_stack.h 1.4:
23885: * src/main/execute.C 1.73:
23886: detected problems calling operators in constructors
23887:
23888: * src/main/compile.y 1.74:
23889: minor renamings in .y
23890:
23891: * src/include/pa_vdouble.h 1.8:
23892: * src/include/pa_vhash.h 1.8:
23893: * src/include/pa_vjunction.h 1.5:
23894: * src/include/pa_vobject.h 1.12:
23895: * src/include/pa_vunknown.h 1.6:
23896: * src/main/compile.y 1.78:
23897: cloning dead end
23898:
23899: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
23900: fixed forgotten method_frame my check
23901:
23902: * src/classes/root.C 1.1:
23903: added root.c
23904:
23905: * src/include/pa_vbool.h 1.2:
23906: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
23907: * src/include/pa_vdouble.h 1.6:
23908: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
23909: * src/include/pa_vjunction.h 1.3:
23910: * src/include/pa_vmframe.h 1.15:
23911: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
23912: * src/include/pa_vstring.h 1.10:
23913: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
23914: * src/include/pa_wcontext.h 1.22:
23915: * src/main/execute.C 1.67:
23916: * src/main/execute.C 1.69:
23917: * src/main/execute.C 1.75:
23918: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
23919: * src/main/pa_wcontext.C 1.4:
23920: * src/main/pa_wcontext.C 1.6:
23921: z
23922:
23923: * src/main/compile.y 1.71:
23924: minor grammar bug with OP_CODE__STORE_PARAM
23925:
23926: * src/include/pa_bool.h 1.1:
23927: * src/include/pa_double.h 1.1:
23928: * src/include/pa_valiased.h 1.2:
23929: * src/include/pa_value.h 1.46:
23930: * src/include/pa_vbool.h 1.4:
23931: * src/include/pa_vclass.h 1.23:
23932: * src/include/pa_vdouble.h 1.7:
23933: * src/include/pa_vhash.h 1.7:
23934: * src/include/pa_vjunction.h 1.4:
23935: * src/include/pa_vmframe.h 1.18:
23936: * src/include/pa_vobject.h 1.11:
23937: * src/include/pa_vstring.h 1.11:
23938: * src/include/pa_vunknown.h 1.5:
23939: * src/main/compile.y 1.77:
23940: * src/main/compile_tools.C 1.20:
23941: * src/main/execute.C 1.77:
23942: * src/main/main.dsp 1.38:
23943: * src/main/pa_value.C 1.6:
23944: value.cloning so to give params proper names
23945:
23946: * src/classes/root.C 1.3:
23947: * src/include/pa_request.h 1.20:
23948: * src/main/execute.C 1.72:
23949: autocalc def to string
23950:
23951: * src/include/pa_vmframe.h 1.17:
23952: * src/main/execute.C 1.76:
23953: added names to unknown values in get_element and unfilled
23954: params. removed wrong name change in get_element
23955:
23956: * src/include/pa_vclass.h 1.25:
23957: * src/include/pa_vhash.h 1.10:
23958: * src/include/pa_vobject.h 1.14:
23959: removes some remained clone conseqs
23960:
23961: 2001-03-07 paf
23962: * src/include/pa_hash.h 1.19:
23963: * src/include/pa_value.h 1.40:
23964: * src/include/pa_vhash.h 1.4:
23965: * src/include/pa_vunknown.h 1.4:
23966: * src/main/compile.y 1.67:
23967: * src/main/execute.C 1.62:
23968: * src/main/pa_hash.C 1.18:
23969: expr def in -f
23970:
23971: * src/main/compile.y 1.65:
23972: * src/main/execute.C 1.60:
23973: * src/main/pa_string.C 1.33:
23974: bug in string.cmp fixed
23975:
23976: * src/main/compile.y 1.68:
23977: .y priorities syntax shaped up a bit
23978:
23979: * src/main/compile.y 1.64:
23980: expr quoted code
23981:
23982: * src/main/execute.C 1.57:
23983: ^var.menu{$field} problem detected. that $field not a $var.field
23984:
23985: * src/main/compile.y 1.69:
23986: * src/main/compile_tools.h 1.22:
23987: ^func(params)
23988:
1.39 ! paf 23989: * src/main/compile.y 1.63:
! 23990: * src/main/execute.C 1.59:
! 23991: expr whitespace solved. added "" support0
! 23992:
1.15 paf 23993: * src/include/pa_value.h 1.42:
23994: * src/include/pa_vclass.h 1.22:
23995: * src/include/pa_vhash.h 1.6:
23996: * src/include/pa_vmframe.h 1.13:
23997: * src/include/pa_vobject.h 1.10:
23998: * src/include/pa_wwrapper.h 1.11:
23999: const in Value.get_element
24000:
24001: * src/include/pa_string.h 1.26:
24002: * src/main/compile.y 1.61:
24003: * src/main/execute.C 1.58:
24004: * src/main/pa_string.C 1.32:
24005: just compiled lt&co
24006:
24007: * src/include/pa_stack.h 1.3:
24008: * src/include/pa_value.h 1.41:
24009: * src/include/pa_vclass.h 1.21:
24010: * src/include/pa_vhash.h 1.5:
24011: * src/include/pa_vmframe.h 1.12:
24012: * src/include/pa_vobject.h 1.9:
24013: * src/include/pa_wwrapper.h 1.10:
24014: * src/main/execute.C 1.63:
24015: fixed rwcontext of {} params up
24016:
24017: * src/main/compile.y 1.62:
24018: expr string comparisons 0
24019:
24020: * src/main/compile.y 1.66:
24021: * src/main/execute.C 1.61:
24022: expr calls
24023:
24024: 2001-03-06 paf
24025: * src/include/pa_vbool.h 1.1:
24026: forgot this
24027:
24028: * src/main/compile.y 1.51:
24029: expr lexx1
24030:
24031: * src/include/code.h 1.14:
24032: * src/main/compile.y 1.59:
24033: * src/main/execute.C 1.56:
24034: 1 problems with skipping whitespace in yylex fixed
24035: 2 xors: # bitwise ## logical
24036:
24037: * src/include/code.h 1.11:
24038: * src/include/pa_valiased.h 1.1:
24039: * src/include/pa_value.h 1.37:
24040: * src/include/pa_vdouble.h 1.1:
24041: * src/include/pa_vstring.h 1.6:
24042: * src/main/compile.y 1.49:
24043: * src/main/execute.C 1.49:
24044: expr lex0 exec-1
24045:
24046: * src/main/compile.y 1.52:
24047: expr grammar-1
24048:
24049: * src/include/pa_value.h 1.39:
24050: * src/include/pa_vdouble.h 1.5:
24051: * src/include/pa_vstring.h 1.8:
24052: * src/include/pa_vunknown.h 1.3:
24053: * src/main/compile.y 1.56:
24054: * src/main/execute.C 1.54:
24055: * src/main/main.dsp 1.35:
24056: !~
24057:
24058: * src/include/code.h 1.10:
24059: * src/main/compile.y 1.48:
24060: * src/main/compile_tools.h 1.18:
24061: g
24062:
24063: * src/main/compile.y 1.60:
24064: .y expr visible-shorter
24065:
24066: * src/include/pa_vcframe.h 1.3:
24067: * src/include/pa_vclass.h 1.20:
24068: * src/include/pa_vdouble.h 1.4:
24069: * src/include/pa_vhash.h 1.3:
24070: * src/include/pa_vjunction.h 1.2:
24071: * src/include/pa_vmframe.h 1.11:
24072: * src/include/pa_vobject.h 1.8:
24073: * src/include/pa_vstring.h 1.7:
24074: * src/include/pa_vunknown.h 1.2:
24075: * src/include/pa_wcontext.h 1.21:
24076: * src/include/pa_wwrapper.h 1.9:
24077: * src/main/compile.y 1.55:
24078: * src/main/compile_tools.C 1.17:
24079: * src/main/compile_tools.h 1.21:
24080: * src/main/execute.C 1.53:
24081: +-*/
24082:
24083: * src/main/compile.y 1.50:
24084: * src/main/execute.C 1.50:
24085: * src/main/main.dsp 1.34:
24086: z
24087:
24088: * src/include/pa_value.h 1.38:
24089: * src/include/pa_vdouble.h 1.2:
24090: * src/main/compile.y 1.53:
24091: * src/main/execute.C 1.51:
24092: expr grammar-1 2*2=4.000000 :)
24093:
1.39 ! paf 24094: * src/include/pa_vstring.h 1.9:
! 24095: * src/main/compile.y 1.58:
! 24096: problems with skipping whitespace in yylex
! 24097:
1.15 paf 24098: * src/include/pa_vdouble.h 1.3:
24099: * src/main/compile.y 1.54:
24100: * src/main/compile_tools.C 1.15:
24101: * src/main/compile_tools.h 1.19:
24102: grammar-1.1 $a(z) $a=0
24103:
24104: * src/include/code.h 1.13:
24105: * src/main/compile.y 1.57:
24106: * src/main/execute.C 1.55:
24107: without string ops in expressions 0
24108:
24109: 2001-02-26 paf
24110: * src/main/compile.y 1.46:
24111: max_string in yyerror bug fix
24112:
24113: 2001-02-25 paf
24114: * src/main/compile.y 1.40:
24115: escaping bug
24116:
24117: * src/include/pa_request.h 1.14:
24118: * src/main/compile.C 1.19:
24119: * src/main/core.C 1.38:
24120: default name RUN, also alias
24121:
24122: * src/include/pa_vcframe.h 1.2:
24123: * src/include/pa_vmframe.h 1.5:
24124: * src/include/pa_vobject.h 1.6:
24125: * src/include/pa_wcontext.h 1.17:
24126: * src/include/pa_wwrapper.h 1.7:
24127: * src/main/core.C 1.40:
24128: * src/main/execute.C 1.43:
24129: * src/main/main.dsp 1.31:
24130: would now get fields into interm VFielded class
24131:
24132: * src/include/pa_request.h 1.16:
24133: * src/include/pa_value.h 1.34:
24134: * src/include/pa_vmframe.h 1.7:
24135: * src/include/pa_wcontext.h 1.19:
24136: * src/main/execute.C 1.46:
24137: VAliased0
24138:
24139: * src/main/execute.C 1.47:
24140: VAliased1
24141:
24142: * src/include/pa_value.h 1.35:
24143: * src/include/pa_vmframe.h 1.8:
24144: VAliased2
24145:
24146: * src/include/code.h 1.9:
24147: * src/include/pa_value.h 1.28:
24148: * src/include/pa_vclass.h 1.15:
24149: * src/include/pa_vmframe.h 1.2:
24150: * src/include/pa_vobject.h 1.3:
24151: * src/include/pa_wwrapper.h 1.5:
24152: * src/main/compile.y 1.38:
24153: * src/main/compile_tools.C 1.14:
24154: * src/main/compile_tools.h 1.16:
24155: * src/main/execute.C 1.38:
24156: ^class:method() just compiled
24157:
24158: * src/include/pa_hash.h 1.18:
24159: * src/include/pa_value.h 1.31:
24160: * src/include/pa_vclass.h 1.17:
24161: * src/include/pa_vmframe.h 1.4:
24162: * src/include/pa_vobject.h 1.5:
24163: * src/include/pa_vstring.h 1.5:
24164: * src/include/pa_wcontext.h 1.16:
24165: * src/main/compile.y 1.45:
24166: * src/main/core.C 1.39:
24167: * src/main/execute.C 1.42:
24168: * src/main/main.dsp 1.30:
24169: * src/main/pa_hash.C 1.17:
24170: * src/main/pa_value.C 1.5:
24171: * src/main/pa_wcontext.C 1.3:
24172: virtuals2
24173:
24174: * src/include/pa_value.h 1.32:
24175: * src/include/pa_vclass.h 1.18:
24176: * src/include/pa_wcontext.h 1.18:
24177: * src/include/pa_wwrapper.h 1.8:
24178: * src/main/execute.C 1.44:
24179: * src/main/main.dsp 1.32:
24180: no not get fields into interm VFielded class.
24181: fields & staticfields 1
24182:
24183: * src/include/pa_pool.h 1.25:
24184: * src/include/pa_request.h 1.15:
24185: * src/include/pa_value.h 1.33:
24186: * src/include/pa_vclass.h 1.19:
24187: * src/include/pa_vmframe.h 1.6:
24188: * src/include/pa_vobject.h 1.7:
24189: * src/main/core.C 1.41:
24190: * src/main/execute.C 1.45:
24191: * src/main/main.dsp 1.33:
24192: VAliased just compiled
24193:
1.39 ! paf 24194: * src/include/pa_value.h 1.36:
! 24195: * src/include/pa_vmframe.h 1.9:
! 24196: * src/include/pa_wcontext.h 1.20:
! 24197: * src/main/execute.C 1.48:
! 24198: VAliased3
! 24199:
1.15 paf 24200: * src/include/pa_request.h 1.13:
24201: * src/include/pa_value.h 1.29:
24202: * src/include/pa_vobject.h 1.4:
24203: * src/main/compile.y 1.39:
24204: * src/main/compile_tools.h 1.17:
24205: * src/main/core.C 1.37:
24206: * src/main/execute.C 1.39:
24207: * src/main/pa_common.C 1.3:
24208: vobject1
24209:
24210: * src/main/compile.y 1.43:
24211: rethought to $class:static.field.subfield
24212:
24213: * src/main/compile.y 1.44:
24214: : 1
24215:
24216: * src/include/pa_value.h 1.30:
24217: * src/include/pa_vmframe.h 1.3:
24218: * src/include/pa_wwrapper.h 1.6:
24219: * src/main/compile.y 1.41:
24220: * src/main/execute.C 1.40:
24221: * src/main/pa_wcontext.C 1.2:
24222: before execute class calls rewrite
24223:
24224: * src/include/pa_vclass.h 1.16:
24225: * src/main/compile.y 1.42:
24226: * src/main/execute.C 1.41:
24227: $class:element
24228:
24229: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
24230: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
24231: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
24232: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
24233: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
24234: alias dead end
24235:
24236: 2001-02-24 paf
24237: * src/main/compile.y 1.32:
24238: fixed grammar bugs in constructor/params klinch
24239:
24240: * src/main/main.dsp 1.29:
24241: no bison -d
24242:
24243: * src/main/compile.y 1.37:
24244: * src/main/compile_tools.h 1.15:
24245: use0 line no on 'undef class' err msg wrong
24246:
24247: * src/main/compile.y 1.30:
24248: fixed last \n macrotemplate strip bug
24249:
24250: * src/include/pa_vframe.h 1.5:
24251: * src/main/compile.y 1.33:
24252: found junction ideology @: ^x{$a()) must construct current
24253: wcontext element, so smart wcontext handling needed
24254:
24255: * src/include/pa_value.h 1.25:
24256: * src/include/pa_wcontext.h 1.15:
24257: * src/include/pa_wwrapper.h 1.4:
24258: * src/main/execute.C 1.36:
24259: * src/main/pa_value.C 1.4:
24260: it works as bad as you've named it: wcontext.value() was not a
24261: perfect idea
24262:
24263: * src/main/compile.y 1.35:
24264: * src/main/core.C 1.36:
24265: yylex need some @special lines adj
24266:
24267: * src/include/pa_value.h 1.24:
24268: * src/include/pa_vcframe.h 1.1:
24269: * src/include/pa_vclass.h 1.10:
24270: * src/include/pa_vframe.h 1.6:
24271: * src/include/pa_vhash.h 1.2:
24272: * src/include/pa_vjunction.h 1.1:
24273: * src/include/pa_vmframe.h 1.1:
24274: * src/include/pa_wcontext.h 1.14:
24275: * src/include/pa_wwrapper.h 1.3:
24276: * src/main/execute.C 1.34:
24277: * src/main/main.dsp 1.27:
24278: * src/main/pa_cframe.C 1.1:
24279: * src/main/pa_wcontext.C 1.1:
24280: codeframe just compiled
24281:
24282: * src/include/pa_request.h 1.12:
24283: * src/include/pa_vclass.h 1.14:
24284: * src/main/compile.C 1.18:
24285: * src/main/compile.y 1.34:
24286: * src/main/compile_tools.h 1.14:
24287: * src/main/core.C 1.35:
24288: modules0
24289:
24290: * src/main/pa_array.C 1.20:
24291: minor bug in expanding very small arrays. 60% from 1 were 0
24292:
24293: * src/include/pa_vclass.h 1.12:
24294: * src/main/compile.y 1.36:
24295: * src/main/core.C 1.33:
24296: z
24297:
24298: * src/include/code.h 1.7:
24299: * src/include/pa_request.h 1.11:
24300: * src/include/pa_value.h 1.23:
24301: * src/include/pa_vclass.h 1.9:
24302: * src/include/pa_vframe.h 1.4:
24303: * src/main/compile.y 1.29:
24304: * src/main/compile_tools.C 1.13:
24305: * src/main/compile_tools.h 1.13:
24306: * src/main/core.C 1.32:
24307: * src/main/execute.C 1.32:
24308: code junctions0. something wrong with last \n macrotemplate strip
24309:
24310: * src/include/pa_value.h 1.26:
24311: * src/include/pa_vclass.h 1.11:
24312: * src/include/pa_vobject.h 1.1:
24313: * src/main/main.dsp 1.28:
24314: vobject00
24315:
24316: * src/main/compile.y 1.31:
24317: * src/main/execute.C 1.33:
24318: fixed empty constructor optimized empty case. failed on calls -
24319: produced empty string param
24320:
24321: * src/main/execute.C 1.35:
24322: codeframe1
24323:
24324: 2001-02-23 paf
24325: * src/include/pa_value.h 1.18:
24326: * src/main/core.C 1.27:
24327: * src/main/execute.C 1.25:
24328: * src/main/main.dsp 1.23:
24329: value named
24330:
24331: * src/main/compile.y 1.26:
24332: * src/main/execute.C 1.27:
24333: empty constructor bug fixed
24334:
24335: * src/include/pa_vframe.h 1.1:
24336: * src/include/pa_vunknown.h 1.1:
24337: * src/include/pa_wcontext.h 1.13:
24338: * src/include/pa_wwrapper.h 1.1:
24339: * src/main/core.C 1.29:
24340: * src/main/execute.C 1.29:
24341: * src/main/main.dsp 1.25:
24342: * src/main/pa_value.C 1.1:
24343: call0
24344:
24345: * src/main/compile.y 1.27:
24346: * src/main/compile_tools.C 1.12:
24347: * src/main/compile_tools.h 1.12:
24348: fixed wrong grammar in complex constructor case
24349:
24350: * src/include/pa_value.h 1.21:
24351: * src/include/pa_vclass.h 1.8:
24352: * src/include/pa_vframe.h 1.3:
24353: * src/main/core.C 1.30:
24354: * src/main/execute.C 1.31:
24355: * src/main/pa_value.C 1.2:
24356: get_method RIP. junctions everywhere. call with junctions0
24357:
24358: * src/main/compile.y 1.28:
24359: * src/main/execute.C 1.30:
24360: * src/main/main.dsp 1.26:
24361: rethought some. before junction
24362:
24363: * src/include/pa_value.h 1.17:
24364: * src/include/pa_vstring.h 1.4:
24365: * src/main/execute.C 1.24:
24366: strign 2 value in 2 places in execute
24367:
24368: * src/include/pa_wcontext.h 1.11:
24369: z
24370:
24371: * src/include/pa_hash.h 1.17:
24372: * src/include/pa_value.h 1.19:
24373: * src/include/pa_wcontext.h 1.12:
24374: * src/main/core.C 1.28:
24375: * src/main/execute.C 1.28:
24376: * src/main/main.dsp 1.24:
24377: * src/main/pa_hash.C 1.16:
24378: started call. store param, vframe done
24379:
24380: * src/include/pa_value.h 1.22:
24381: * src/main/compile.C 1.17:
24382: * src/main/core.C 1.31:
24383: * src/main/pa_value.C 1.3:
24384: minor error reporting format beautifyings
24385:
24386: * src/main/execute.C 1.26:
24387: with result rwpool
24388:
1.39 ! paf 24389: * src/include/pa_value.h 1.20:
! 24390: * src/include/pa_vclass.h 1.7:
! 24391: * src/include/pa_vframe.h 1.2:
! 24392: * src/include/pa_wwrapper.h 1.2:
! 24393: lara came, can't work, sorry :(
! 24394:
1.15 paf 24395: * src/include/pa_value.h 1.16:
24396: * src/include/pa_wcontext.h 1.10:
24397: * src/main/compile.y 1.25:
24398: * src/main/execute.C 1.23:
24399: * src/main/main.dsp 1.22:
24400: * src/main/pa_array.C 1.19:
24401: auto VHash on wcontext.put_element when wcontext fvalue==0
24402:
24403: 2001-02-22 paf
24404: * src/include/pa_request.h 1.10:
24405: * src/main/compile.y 1.23:
24406: $self.put(val)
24407:
24408: * src/include/pa_pool.h 1.24:
24409: * src/include/pa_vclass.h 1.5:
24410: * src/main/core.C 1.25:
24411: * src/main/pa_hash.C 1.15:
24412: * src/main/pa_pool.C 1.9:
24413: TRY...
24414:
24415: * src/include/code.h 1.6:
24416: * src/main/compile_tools.C 1.9:
24417: * src/main/compile_tools.h 1.10:
24418: * src/main/execute.C 1.19:
24419: OP_STRING better then some xxx _VALUE
24420:
24421: * src/main/compile.C 1.14:
24422: * src/main/core.C 1.26:
24423: * src/main/execute.C 1.16:
24424: * src/main/pa_string.C 1.31:
24425: more precise parse error line:col
24426:
24427: * src/main/compile.C 1.15:
24428: * src/main/compile.y 1.18:
24429: * src/main/execute.C 1.20:
24430: started : with $a.$:f
24431:
24432: * src/main/compile.y 1.20:
24433: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
24434:
24435: * src/include/code.h 1.3:
24436: * src/include/pa_string.h 1.25:
24437: * src/include/pa_value.h 1.12:
24438: * src/include/pa_vclass.h 1.3:
24439: * src/include/pa_wcontext.h 1.3:
24440: * src/main/compile.y 1.14:
24441: * src/main/execute.C 1.14:
24442: * src/main/pa_string.C 1.28:
24443: write_value write_string 0
24444: it seems wcontext must write strings regardles of fvalue!=0
24445:
24446: * src/include/code.h 1.4:
24447: * src/include/pa_value.h 1.13:
24448: * src/include/pa_vclass.h 1.4:
24449: * src/include/pa_wcontext.h 1.5:
24450: * src/main/compile.y 1.15:
24451: * src/main/compile_tools.C 1.6:
24452: * src/main/compile_tools.h 1.8:
24453: * src/main/execute.C 1.15:
24454: * src/main/main.dsp 1.20:
24455: iiieeyys! get/put simple vars to VClass works0
24456:
24457: * src/include/pa_array.h 1.18:
24458: * src/include/pa_wcontext.h 1.4:
24459: * src/main/pa_string.C 1.29:
24460: in process, but found that exceptions are too global
24461:
24462: * src/main/compile.y 1.19:
24463: $: finished
24464:
24465: * src/main/compile.C 1.16:
24466: * src/main/compile.y 1.21:
24467: * src/main/compile_tools.C 1.10:
24468: z
24469:
24470: * src/include/pa_request.h 1.9:
24471: * src/include/pa_stack.h 1.2:
24472: * src/include/pa_wcontext.h 1.7:
24473: * src/main/execute.C 1.17:
24474: z about to vstring it .y all
24475:
24476: * src/include/pa_hash.h 1.16:
24477: * src/include/pa_value.h 1.15:
24478: * src/include/pa_vclass.h 1.6:
24479: * src/include/pa_vhash.h 1.1:
24480: * src/include/pa_vstring.h 1.3:
24481: * src/include/pa_wcontext.h 1.9:
24482: * src/main/execute.C 1.22:
24483: * src/main/main.dsp 1.21:
24484: auto VHash in pa.th.cre.at.e
24485:
24486: * src/include/code.h 1.5:
24487: * src/include/pa_vstring.h 1.2:
24488: * src/main/compile.y 1.17:
24489: * src/main/compile_tools.C 1.8:
24490: * src/main/compile_tools.h 1.9:
24491: * src/main/execute.C 1.18:
24492: string to vstring it .y all
24493:
24494: * src/include/pa_array.h 1.19:
24495: * src/main/compile.y 1.22:
24496: * src/main/compile_tools.C 1.11:
24497: * src/main/compile_tools.h 1.11:
24498: * src/main/pa_array.C 1.18:
24499: $self.get
24500:
24501: * src/include/pa_exception.h 1.5:
24502: * src/include/pa_pool.h 1.23:
24503: * src/include/pa_request.h 1.8:
24504: * src/include/pa_value.h 1.14:
24505: * src/include/pa_wcontext.h 1.6:
24506: * src/main/compile.C 1.13:
24507: * src/main/compile.y 1.16:
24508: * src/main/compile_tools.C 1.7:
24509: * src/main/core.C 1.24:
24510: * src/main/pa_array.C 1.17:
24511: * src/main/pa_exception.C 1.4:
24512: * src/main/pa_hash.C 1.14:
24513: * src/main/pa_pool.C 1.8:
24514: * src/main/pa_string.C 1.30:
24515: * src/main/pa_table.C 1.9:
24516: removed exception from request
24517:
24518: * src/include/pa_vstring.h 1.1:
24519: * src/main/compile.C 1.12:
24520: * src/main/core.C 1.23:
24521: added some forgotten
24522:
24523: * src/include/pa_wcontext.h 1.8:
24524: * src/main/compile.y 1.24:
24525: * src/main/execute.C 1.21:
24526: erroreos checkout
24527:
24528: 2001-02-21 paf
24529: * src/main/compile.y 1.9:
24530: more straightforward yylex[end]
24531:
24532: * src/main/compile.C 1.6:
24533: * src/main/compile.y 1.6:
24534: * src/main/compile_tools.h 1.5:
24535: error processing in eval & yyerror so it wouldn't cause
24536: memleaks.
24537:
24538: * src/include/compile.h 1.5:
24539: * src/include/execute.h 1.3:
24540: * src/include/pa_array.h 1.17:
24541: * src/include/pa_request.h 1.7:
24542: * src/include/pa_stack.h 1.1:
24543: * src/include/pa_vclass.h 1.2:
24544: * src/include/pa_wcontext.h 1.2:
24545: * src/main/compile.C 1.10:
24546: * src/main/compile.y 1.12:
24547: * src/main/execute.C 1.11:
24548: * src/main/main.dsp 1.19:
24549: * src/main/pa_array.C 1.16:
24550: * src/main/pa_request.C 1.2:
24551: get put -1 [just compiled]
24552:
24553: * src/include/compile.h 1.4:
24554: * src/include/pa_array.h 1.16:
24555: * src/main/compile.C 1.9:
24556: * src/main/compile.y 1.11:
24557: * src/main/execute.C 1.10:
24558: MAIN_METHOD_NAME ready to write execute
24559:
24560: * src/include/pa_string.h 1.24:
24561: * src/include/pa_types.h 1.6:
24562: * src/main/pa_string.C 1.27:
24563: string.operator==(char*)
24564:
24565: * src/main/compile.C 1.11:
24566: * src/main/compile.y 1.13:
24567: * src/main/execute.C 1.12:
24568: store0
24569:
24570: * src/include/core.h 1.1:
24571: * src/include/pa_context.h 1.8:
24572: * src/include/pa_request.h 1.6:
24573: * src/include/pa_vclass.h 1.1:
24574: * src/include/pa_wcontext.h 1.1:
24575: * src/main/core.C 1.22:
24576: * src/main/main.dsp 1.18:
24577: * src/main/pa_request.C 1.1:
24578: request core methods0
24579:
24580: * src/include/compile.h 1.3:
24581: * src/include/pa_context.h 1.7:
24582: * src/include/pa_hash.h 1.15:
24583: * src/include/pa_request.h 1.5:
24584: * src/include/pa_string.h 1.23:
24585: * src/include/pa_value.h 1.9:
24586: struck with const array.gets
24587:
24588: * src/include/code.h 1.2:
24589: * src/include/pa_types.h 1.5:
24590: * src/main/compile.C 1.3:
24591: * src/main/compile.y 1.3:
24592: * src/main/compile_tools.C 1.3:
24593: * src/main/compile_tools.h 1.3:
24594: * src/main/execute.C 1.3:
24595: * src/main/main.dsp 1.16:
24596: .y to c++
24597: hierarchy output fix.
24598: compiler works ok
24599:
24600: * src/include/compile.h 1.2:
24601: * src/main/compile.C 1.4:
24602: * src/main/compile.y 1.4:
24603: * src/main/compile_tools.h 1.4:
24604: line numbers needed. would add them to .y now internally.
24605: externally it's not as precise as needed
24606:
1.39 ! paf 24607: * src/include/execute.h 1.2:
! 24608: * src/include/pa_array.h 1.15:
! 24609: * src/include/pa_value.h 1.10:
! 24610: * src/main/execute.C 1.9:
! 24611: * src/main/pa_array.C 1.15:
! 24612: after array.const get wonders
! 24613:
1.15 paf 24614: * src/include/pa_exception.h 1.4:
24615: * src/include/pa_value.h 1.11:
24616: * src/main/compile.C 1.8:
24617: * src/main/compile.y 1.10:
24618: * src/main/compile_tools.C 1.5:
24619: * src/main/compile_tools.h 1.7:
24620: .y methods and one_big_piece. now compile returns array<method*>
24621:
24622: * src/main/compile.y 1.7:
24623: * src/main/execute.C 1.4:
24624: * src/main/execute.C 1.5:
24625: * src/main/execute.C 1.6:
24626: * src/main/execute.C 1.7:
24627: * src/main/execute.C 1.8:
24628: z
24629:
24630: * src/main/execute.C 1.13:
24631: tired :)
24632:
24633: * src/main/compile.C 1.5:
24634: * src/main/compile.y 1.5:
24635: failed to add absolute precies parse error positions. leaving
24636: RIGHTMOST position as @file[line:col]
24637:
24638: 2001-02-20 paf
24639: * src/include/code.h 1.1:
24640: * src/include/compile.h 1.1:
24641: * src/include/execute.h 1.1:
24642: * src/include/pa_array.h 1.14:
24643: * src/include/pa_common.h 1.2:
24644: * src/include/pa_pool.h 1.22:
24645: * src/include/pa_string.h 1.22:
24646: * src/include/pa_table.h 1.8:
24647: * src/include/pa_types.h 1.4:
24648: * src/main/compile.C 1.1:
24649: * src/main/compile.y 1.1:
24650: * src/main/compile_tools.C 1.1:
24651: * src/main/compile_tools.h 1.1:
24652: * src/main/core.C 1.21:
24653: * src/main/execute.C 1.1:
24654: * src/main/main.dsp 1.14:
24655: * src/main/pa_array.C 1.14:
24656: * src/main/pa_common.C 1.2:
24657: * src/main/pa_hash.C 1.12:
24658: * src/main/pa_string.C 1.26:
24659: * src/main/pa_table.C 1.8:
24660: bison[yacc] first time compiled.
24661: execute=dump for now
24662:
24663: * src/main/compile.C 1.2:
24664: * src/main/compile.y 1.2:
24665: * src/main/compile_tools.C 1.2:
24666: * src/main/compile_tools.h 1.2:
24667: * src/main/execute.C 1.2:
24668: * src/main/main.dsp 1.15:
24669: nestage probs, eof yylex not perfect
24670:
24671: * src/main/core.C 1.20:
24672: core rewrite using yacc investigations
24673: now will be compile[yacc]/execute[opcodes]
24674:
24675: 2001-02-15 paf
24676: * src/include/pa_value.h 1.8:
24677: * src/main/core.C 1.19:
24678: maybe a-la yacc those ifs rewrite as turing machine?
24679: for it seems it would be it's too many ifs with this syntax now
24680:
24681: 2001-02-14 paf
24682: * src/include/pa_context.h 1.6:
24683: * src/include/pa_string.h 1.20:
24684: * src/main/core.C 1.10:
24685: * src/main/pa_string.C 1.23:
24686: process text repassing
24687:
24688: * src/include/pa_value.h 1.7:
24689: * src/main/core.C 1.11:
24690: * src/main/pa_string.C 1.24:
24691: process text repassing2
24692: operator static vars
24693:
24694: * src/include/pa_string.h 1.21:
24695: * src/main/core.C 1.12:
24696: * src/main/pa_string.C 1.25:
24697: get names 0
24698:
24699: * src/include/pa_context.h 1.5:
24700: * src/include/pa_value.h 1.6:
24701: * src/main/core.C 1.9:
24702: module:calls changes
24703:
24704: * src/main/core.C 1.16:
24705: varios breaks
24706:
24707: * src/main/core.C 1.17:
24708: get_params
24709: figured ^menu[UNEVALUATED unthinked :( ]
24710:
24711: * src/main/core.C 1.18:
24712: get_params 1
24713:
24714: * src/main/core.C 1.13:
24715: get names 1
24716:
24717: * src/main/core.C 1.14:
24718: get names 2
24719:
24720: * src/main/core.C 1.15:
24721: get names 3
24722:
24723: 2001-02-13 paf
24724: * src/include/pa_string.h 1.17:
24725: * src/main/pa_string.C 1.19:
24726: String_iterator::skip_to
24727: todo:optimize
24728:
24729: * src/main/core.C 1.6:
24730: operators
24731: : and self. prefixes
24732:
24733: * src/include/pa_context.h 1.4:
24734: * src/include/pa_value.h 1.5:
24735: * src/main/core.C 1.8:
24736: ^class:calls[] started
24737:
24738: * src/include/pa_string.h 1.18:
24739: * src/main/pa_string.C 1.21:
24740: String_iterator optimized
24741:
24742: * src/include/pa_string.h 1.19:
24743: * src/main/pa_string.C 1.22:
24744: String_iterator tested
24745:
24746: * src/main/pa_string.C 1.20:
24747: String_iterator::skip_to
24748: optimized a bit. would change privates to better support optimization
24749:
24750: * src/include/pa_value.h 1.4:
24751: * src/main/core.C 1.5:
24752: * src/main/core.C 1.7:
24753: z
24754:
24755: 2001-02-12 paf
24756: * src/include/pa_context.h 1.2:
24757: * src/include/pa_value.h 1.2:
24758: * src/main/core.C 1.2:
24759: get self/methodref joined
24760:
24761: * src/include/pa_context.h 1.3:
24762: * src/include/pa_value.h 1.3:
24763: * src/main/core.C 1.3:
24764: some comments
24765:
24766: * src/include/pa_string.h 1.16:
24767: * src/main/core.C 1.4:
24768: * src/main/pa_string.C 1.18:
24769: started String_iterator
24770:
24771: 2001-02-11 paf
24772: * src/include/pa_context.h 1.1:
24773: * src/include/pa_value.h 1.1:
24774: * src/main/core.C 1.1:
24775: * src/main/main.dsp 1.13:
24776: core started.
24777: core.C, context&value .h
24778:
24779: * src/include/pa_array.h 1.13:
24780: * src/include/pa_hash.h 1.14:
24781: * src/include/pa_pool.h 1.21:
24782: * src/include/pa_string.h 1.15:
24783: * src/main/main.dsp 1.12:
24784: * src/main/pa_array.C 1.13:
24785: * src/main/pa_hash.C 1.11:
24786: * src/main/pa_pool.C 1.7:
24787: * src/main/pa_string.C 1.17:
24788: :pooled
24789:
24790: 2001-01-30 paf
24791: * src/include/pa_error.h 1.4:
24792: * src/include/pa_exception.h 1.1:
24793: * src/include/pa_pool.h 1.17:
24794: * src/include/pa_request.h 1.3:
24795: * src/main/main.dsp 1.10:
24796: * src/main/pa_error.C 1.4:
24797: * src/main/pa_exception.C 1.1:
24798: * src/main/pa_pool.C 1.4:
24799: * src/targets/Makefile.am 1.2:
24800: lowered targets/parser into subdir, added parser_Pool(Pool)
24801: failed to add. would think..
24802:
24803: * src/include/pa_exception.h 1.3:
24804: * src/include/pa_pool.h 1.19:
24805: * src/include/pa_table.h 1.7:
24806: * src/main/pa_exception.C 1.3:
24807: * src/main/pa_table.C 1.7:
24808: minor * to & changes
24809:
24810: * src/include/pa_pool.h 1.20:
24811: * src/main/Makefile.am 1.5:
24812: * src/main/main.dsp 1.11:
24813: * src/main/pa_pool.C 1.6:
24814: moved pa_pool.C to be target specific
24815:
24816: * src/Makefile.am 1.2:
24817: * src/main/Makefile.am 1.6:
24818: * src/targets/Makefile.am 1.3:
24819: .am comments
24820:
24821: * src/include/pa_exception.h 1.2:
24822: * src/include/pa_pool.h 1.18:
24823: * src/include/pa_request.h 1.4:
24824: * src/include/pa_table.h 1.6:
24825: * src/main/pa_array.C 1.12:
24826: * src/main/pa_exception.C 1.2:
24827: * src/main/pa_pool.C 1.5:
24828: * src/main/pa_table.C 1.6:
24829: error re-associated. that's much better
24830: even removed 'die' necessety
24831:
24832: 2001-01-29 paf
24833: * src/include/pa_hash.h 1.9:
24834: * src/include/pa_pool.h 1.10:
24835: * src/include/pa_threads.h 1.3:
24836: * src/main/pa_hash.C 1.5:
24837: made local Hash-es not thread safe=quicker by
24838: SYNCHRONIZED(thread_safe)
24839:
24840: * src/include/pa_hash.h 1.5:
24841: some comments
24842:
24843: * src/include/pa_error.h 1.2:
24844: * src/include/pa_request.h 1.2:
24845: * src/include/pa_string.h 1.13:
24846: * src/include/pa_table.h 1.4:
24847: * src/main/pa_error.C 1.2:
24848: * src/main/pa_table.C 1.4:
24849: Error fixed
24850:
24851: * src/include/pa_pool.h 1.11:
24852: * src/include/pa_string.h 1.9:
24853: * src/main/pa_string.C 1.13:
24854: String originating
24855:
1.23 paf 24856: * src/include/pa_pool.h 1.14:
24857: * src/main/pa_array.C 1.9:
24858: tested - decision "no templates"
1.15 paf 24859:
24860: * src/include/pa_hash.h 1.6:
24861: * src/include/pa_threads.h 1.1:
24862: * src/main/main.dsp 1.6:
24863: * src/main/pa_threads.C 1.1:
24864: added pa_threads
24865:
24866: Mutex
24867:
1.23 paf 24868: * src/include/pa_array.h 1.4:
24869: * src/main/pa_array.C 1.4:
24870: Array::operator += (Array& src)
24871:
24872: rethought, would change now
1.15 paf 24873:
24874: * src/include/pa_array.h 1.7:
24875: * src/include/pa_hash.h 1.10:
24876: * src/include/pa_pool.h 1.12:
24877: * src/include/pa_string.h 1.10:
24878: * src/include/pa_table.h 1.1:
24879: * src/include/pa_types.h 1.2:
24880: * src/main/main.dsp 1.7:
24881: * src/main/pa_array.C 1.7:
24882: * src/main/pa_string.C 1.14:
24883: * src/main/pa_table.C 1.1:
24884: Table started
24885: would test
24886: template Array now
24887:
1.23 paf 24888: * src/include/pa_error.h 1.3:
24889: * src/include/pa_hash.h 1.13:
24890: * src/include/pa_string.h 1.14:
24891: * src/include/pa_table.h 1.5:
24892: * src/main/pa_error.C 1.3:
24893: * src/main/pa_hash.C 1.10:
24894: * src/main/pa_string.C 1.16:
24895: * src/main/pa_table.C 1.5:
24896: Table
24897: more like C++ style
24898: hence lots of 'const'
1.15 paf 24899:
24900: * src/include/pa_array.h 1.11:
24901: * src/include/pa_hash.h 1.11:
24902: * src/include/pa_pool.h 1.15:
24903: * src/include/pa_string.h 1.11:
24904: * src/include/pa_table.h 1.2:
24905: * src/include/pa_types.h 1.3:
24906: * src/main/Makefile.am 1.3:
24907: * src/main/main.dsp 1.9:
24908: * src/main/pa_array.C 1.10:
24909: * src/main/pa_hash.C 1.8:
24910: * src/main/pa_string.C 1.15:
24911: * src/main/pa_table.C 1.2:
24912: Request
24913: Error
24914: Table
24915:
1.23 paf 24916: * src/main/pa_array.C 1.5:
24917: expand not convinient, would rewrite
24918:
1.15 paf 24919: * src/include/pa_array.h 1.6:
24920: * src/include/pa_hash.h 1.8:
24921: * src/include/pa_string.h 1.8:
24922: moved .h public parts to top
24923:
24924: * src/include/pa_hash.h 1.7:
24925: * src/include/pa_threads.h 1.2:
24926: * src/main/pa_hash.C 1.4:
24927: * src/main/pa_threads.C 1.2:
24928: decided on one global_mutex, like PHP
24929: as I can see: needed only in global Hash now,
24930: made Hash:: put/get SYNCHRONIZED
24931:
24932: * src/include/pa_array.h 1.12:
24933: * src/include/pa_common.h 1.1:
24934: * src/include/pa_error.h 1.1:
24935: * src/include/pa_hash.h 1.12:
24936: * src/include/pa_pool.h 1.16:
24937: * src/include/pa_request.h 1.1:
24938: * src/include/pa_string.h 1.12:
24939: * src/include/pa_table.h 1.3:
24940: * src/main/Makefile.am 1.4:
24941: * src/main/pa_array.C 1.11:
24942: * src/main/pa_common.C 1.1:
24943: * src/main/pa_error.C 1.1:
24944: * src/main/pa_hash.C 1.9:
24945: * src/main/pa_table.C 1.3:
24946: added forgotten
24947:
24948: * src/include/pa_array.h 1.8:
24949: * src/include/pa_pool.h 1.13:
24950: * src/main/Makefile.am 1.2:
24951: * src/main/main.dsp 1.8:
24952: * src/main/pa_array.C 1.8:
24953: templates failed
24954: no template specializations [VC6],
24955: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
24956:
24957: * src/include/pa_array.h 1.5:
24958: * src/include/pa_pool.h 1.9:
24959: * src/main/pa_array.C 1.6:
24960: Array& operator += (Array& src)
24961:
24962: 2001-01-27 paf
24963: * src/include/pa_hash.h 1.1:
24964: * src/include/pa_string.h 1.4:
24965: * src/include/pa_types.h 1.1:
24966: * src/main/main.dsp 1.4:
24967: * src/main/pa_string.C 1.7:
24968: uint, and added pa_types & pa_hash[forgotten]
24969:
24970: * src/main/pa_string.C 1.9:
24971: String::operator ==
24972:
1.23 paf 24973: * src/main/pa_hash.C 1.2:
24974: String(&String)
24975:
1.15 paf 24976: * src/include/pa_array.h 1.3:
24977: * src/main/pa_array.C 1.3:
24978: array [] with chunk caching
24979:
24980: * src/include/pa_array.h 1.2:
24981: * src/include/pa_hash.h 1.4:
24982: * src/include/pa_pool.h 1.8:
24983: * src/include/pa_string.h 1.7:
24984: * src/main/pa_array.C 1.2:
24985: * src/main/pa_string.C 1.11:
24986: array cache rethought to chunk caching
24987:
24988: * src/include/pa_array.h 1.1:
24989: * src/include/pa_hash.h 1.3:
24990: * src/include/pa_pool.h 1.7:
24991: * src/include/pa_string.h 1.6:
24992: * src/main/main.dsp 1.5:
24993: * src/main/pa_array.C 1.1:
24994: * src/main/pa_hash.C 1.3:
24995: * src/main/pa_string.C 1.10:
24996: Array 0
24997:
24998: * src/main/pa_hash.C 1.1:
24999: added pa_hash.C [forgotten]
25000:
25001: 2001-01-26 paf
1.23 paf 25002: * src/include/pa_pool.h 1.2:
25003: * src/main/pa_string.C 1.2:
25004: String prealloc & dynamic row_count
25005:
1.15 paf 25006: * src/include/pa_pool.h 1.6:
25007: * src/include/pa_string.h 1.3:
25008: * src/main/pa_string.C 1.6:
25009: removed templates [vc++ suxx]
25010:
25011: * src/include/pa_pool.h 1.4:
25012: * src/include/pa_string.h 1.1:
25013: pa_pool split
25014:
25015: * src/Makefile.am 1.1.1.1:
25016: * src/include/pa_pool.h 1.1.1.1:
25017: * src/main/Makefile.am 1.1.1.1:
25018: * src/main/main.dsp 1.1.1.1:
25019: * src/main/pa_pool.C 1.1.1.1:
25020: * src/main/pa_string.C 1.1.1.1:
25021: * src/targets/Makefile.am 1.1.1.1:
25022: creating parser3 module
25023:
25024: * src/include/pa_pool.h 1.3:
25025: * src/main/main.dsp 1.2:
25026: * src/main/pa_pool.C 1.2:
25027: * src/main/pa_string.C 1.3:
25028: * src/main/pa_string.C 1.4:
1.26 paf 25029: $Id$ check
1.15 paf 25030:
25031: * src/include/pa_pool.h 1.5:
25032: * src/include/pa_string.h 1.2:
25033: * src/main/main.dsp 1.3:
25034: * src/main/pa_pool.C 1.3:
25035: * src/main/pa_string.C 1.5:
25036: templates in VC++ suxx.
25037:
E-mail: